a {
  color: #477899;
}

a:hover, a:focus {
  color: #0f2230;
  /*font-weight: bold;*/
  text-decoration: underline;
}

input.errors[type="checkbox"] {
  border: 1px solid red;
}

select.errors {
  border: 1px solid red;
}

checkbox.errors {
  border: 1px solid red;
}

td.errors select {
  border: 1px solid red;
}

td.errors input {
  border: 1px solid red;
}

td.errors textarea {
  border: 1px solid red;
}

.cwa-display-panel1 .row {
  margin-bottom: 15px;
}

.cwa-display-panel1 {
  font-weight: bold;
}
.row .name {
  font-weight: normal;
}
.row .value {
  font-weight: normal;
}

.cwa-display-panel1 .row .value {
}

/*.dialogCustomer  {
  !*width: 100%;*!
  padding: 5px 0;
  border: 0  solid;
  border-color: #ccc #aaa #aaa #ccc;
}*/

.tab-content {
  margin-top: 10px;
}

.prop {
  padding: 5px;
}

.prop .name {
  text-align: left;
  width: 15%;
  white-space: nowrap;
  font-weight: bold;
}

.prop .nametop {
  text-align: left;
  vertical-align: top;
  width: 15%;
  white-space: nowrap;
  font-weight: bold;
}

.prop .value {
  text-align: left;
  width: 85%;
}

.prop .value4Col {
  text-align: left;
  width: 25%;

}

.prop .value6Col {
  text-align: left;
  width: 18%;

}

div.errors {
  background: #fff3f3;
  border: 1px solid red;
  -moz-border-radius: 4px; /* Required for firefox*/
  border-radius: 4px 4px;

  color: #cc0000;
  margin: 10px 0 5px 0;
  padding: 0px 0 0px 0;
}

div.errors ul {
  list-style: none;
  padding: 0;
}

div.errors li {
  background: url(../images/skin/exclamation.png) 8px 0 no-repeat;
  list-style-type: none;
  line-height: 16px;
  padding-left: 30px;
}

th {
  color: #477899;
}

/* Table Sorting */
div.asc a, div.desc a,
th.asc a, th.desc a {
  background-position: right;
  background-repeat: no-repeat;
}

div.asc a,
th.asc a {
  background-image: url(../images/skin/sorted_asc.gif);
}

div.desc a,
th.desc a {
  background-image: url(../images/skin/sorted_desc.gif);
}

.faSortDownIcon {
  position: relative;
}

.faSortDownIcon:before {
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  padding-right: 10px;
  content: "\f15e"; /*f160*/
}

#topHeaderLogo {
  background-image: url(../images/VCP_logo_tagline_bottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 480px;
  height: 105px;
  padding-top: 1px;
  margin-bottom: 1px;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;  /* Optional, to align inner items
                               horizontally inside the column */
}

.cwa-pageheading1 {
  /*background: lightgray;*/
  background: #cfd5da;
  font-weight: bold;
  border: 1px #bbb;
  border-style: solid solid solid solid;
  border-radius: 4px;
  font-size: 16px;
  color: #494e58;
  padding: 3px 0px 3px 3px;
  margin-top: 8px;
  margin-bottom: 8px;

}

.cwa-pageheading2 {
  /*background: lightgray;*/
  background: #f5f5f5;
  font-weight: bold;
  border: 0;
  border-top: 1px #bbb;
  border-bottom: 3px #fbfbfb;
  border-style: solid solid solid solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
  color: #494e58;
  padding: 3px 0px 3px 3px;
  margin-top: 8px;
  margin-bottom: 8px;

}

.dashboard {

  /* background: #cfd5da;*/
  font-weight: bold;
  border: 1px #bbb;
  border-style: solid solid solid solid;
  -moz-border-radius: 4px; /* Required for firefox*/
  border-radius: 4px 4px;
  font-size: 16px;
  color: #494e58;
  padding: 3px 0px 3px 3px;
  margin-top: 8px;
  margin-bottom: 8px;

}

.condensed-grid.row,
.condensed-grid .row {
  margin-left: -5px;
  margin-right: -5px;
}

.ui-widget-header {
  border: 1px solid #bbb !important;
  background: #cfd5da !important;
  color: #494358 !important;
  font-weight: bold;
}

.ui-widget {
  font-weight: 400;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ui-button {
  background: #10A1A9 !important;
  color: white !important;
  border: #345d55 !important;
  font-weight: normal !important;
}

.ui-state-hover {
  color: white !important;
  background: #37645b !important;
  border: #345d55 !important;
  font-weight: normal !important;
}

.btn-big-grey {
  font-size: 7vw;
  width: 20vw;
  line-height: 17vw;
  background-color: white;
  color: #EEEEEE;
  border-color: #EEEEEE;
  border-width: 0.7vmin;
  border-radius: 1.5vmin;
}

.btn-big-grey:active:hover,
.btn-big-grey:active:focus,
.btn-big-grey:hover,
.btn-big-grey.focus {
  color: #CCCCCC;
  background-color: white;
  border-color: #CCCCCC;
}

.panel-default > .panel-heading {
  color: #494e58;
  background-color: #cfd5da;
  border-color: #ddd;
  font-weight: bold;
}

.ui-autocomplete {
  width: 780px !important;
  font-size: small !important;
}

.ui-state-focus {
  font-size: inherit !important;
  color: white !important;
  background: #37645b !important;
  border: #37645b !important;
}

.pagination li.page-item.active a {
  background-color: #10A1A9 !important;
  color: white !important;
  border-color: #345d55 !important;
}

.pagination li.page-item a {
  color: #10A1A9 !important
}

.pagination li.page-item.step.gap {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  margin-left: -1px;
  font-weight: bold;
  color: #10A1A9 !important;
}

/*.spinner {
    color: #37645b !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
    background-repeat: repeat;
}*/
.ui-state-highlight, .ui-state-active {
  font-size: inherit !important;
  color: white !important;
  border: #37645b !important;
  background: #10A1A9 !important;
}

.progress .progress-striped .progress-bar {
  background-color: #10A1A9 !important;
}

.ui-datepicker-header .ui-datepicker-next-hover .ui-icon-circle-triangle-e {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker-header .ui-datepicker-prev-hover .ui-icon-circle-triangle-w {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

.cwa-fill-height {
  min-height: 100%;
  height: 100%;
}

.progress .progress-striped .progress-bar {
    background-color: #10A1A9 !important;
}

.datepicker table tr td.active.active {
    background-image: linear-gradient(to bottom, #10A1A9, #10A1A9);
    background-repeat: repeat-x;
}

.datepicker table tr td.active:hover.active {
    background-image: linear-gradient(to bottom, #37645b, #37645b);
    background-repeat: repeat-x;
}

.row-table > .row-striped:nth-of-type(even),
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F9F9F9;
}

.row-table > .row-striped:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFFFFF;
}

.row-table > .row-tr:hover,
.table-hover > tbody > tr:hover {
  background-color: #DDEBEB
}

.row-table > .row-tr > .row-td,
.row-table > .row-th > .row-td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.row-table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.row-table > .row-th {
  color: #477899;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-toggle="collapse"] .accordion-toggle{
  width: 100%;
}

[data-toggle="collapse"] .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
  color: grey;
}

[data-toggle="collapse"].collapsed .accordion-toggle:after {
  content: "\f0da";
}

[data-toggle="collapse"] .more-less-accordion-toggle{
  width: 100%;
}

[data-toggle="collapse"] .more-less-accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "less \f0d8";
  float: right;
  color: grey;
}

[data-toggle="collapse"].collapsed .more-less-accordion-toggle:after {
  content: "more \f0d7";
}

div.remotePaginateButtons {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-weight: normal;
  color: #10A1A9 !important;
}

div.remotePaginateButtons a{
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #10A1A9;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

div.remotePaginateButtons span:not(.currentStep),
div.remotePaginateButtons span.gap{
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #10A1A9;
  background-color: #fff;
  border-left: 1px solid #dee2e6;
  border-bottom: 0;
}

div.remotePaginateButtons span:first-child,
div.remotePaginateButtons a:first-child,
div.remotePaginateButtons a.prevLink{
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

div.remotePaginateButtons span:last-child,
div.remotePaginateButtons a:last-child,
div.remotePaginateButtons a.nextLink{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

div.remotePaginateButtons span.currentStep {
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #10A1A9 !important;
  color: white !important;
  border: 1px solid #345d55 !important;
}

.ui-widget-overlay {
  background: #666666 url(../js/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat !important;
  opacity: .2 !important;
  filter: Alpha(Opacity=50) !important;;
}

.datepicker table tr td.active.active {
    background-image: linear-gradient(to bottom, #10A1A9, #10A1A9);
    background-repeat: repeat-x;
}
.datepicker table tr td.active:hover.active {
    background-image: linear-gradient(to bottom, #37645b, #37645b);
    background-repeat: repeat-x;
}
.datepicker table tr td {
  padding: 5px;
}

.datepicker {
  padding-left: 10px;
  padding-right: 10px;
}

div.tooltip-inner {
  text-align: left !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  color: black;
}

.tooltip.in {
  opacity: 1 !important;
}

.iHelpClass.popover{
  min-width: 400px;
  min-height: 50px;
  max-width: 500px;
}

.iHelpClass.popover-content {
  font-size: 9pt;
  max-height: 200px;
  overflow-y: auto;
}

.modal-lg .modal-body {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}

.nav {
   margin-top: 10px;
}

.nav a {
  text-decoration: none;
}

.nav a i.fa,
.nav a i.fas,
.nav a i.far,
.nav a i.fal,
.nav span i.fa,
.nav span i.fas,
.nav span i.far,
.nav span i.fal{
  margin-right: 3px;
  color: #6c757d !important;
}
.nav .navLink span,
.nav a span {
  font-weight: bold;
  margin-right: 15px;
  text-decoration: none;
}

.btn-nav {
  color: #477899;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #477899;
  cursor: pointer;
}

.navLink{
  color: #477899;
  cursor: pointer;
}
.navLink:hover{
  color: #0f2230;
}

.nav2 {
  background: lightgrey;
  /*background: #f8f8f8;*/
  border: 1px #bbb;
  border-style: solid none solid none;
  margin-top: 0px;
  padding: 2px;
  height: 30px;
  /*width: 800px;*/
  /*margin-left: 0 ;*/
  margin: 0px;
}

.card-body {
   margin-top: 10px;
   margin-bottom: 10px;
  padding: 5px;
}

.btn-default {
    color: #fff;
    background-color: #10A1A9; //#6c757d;
    border-color: #ccc; //#6c757d;
}

.btn-default:hover {
    color: #fff;
    background-color: #37645b;
    border-color: #ccc;
}

/*
.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
*/

.btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #10A1A9 -50%; //#6c757d;
    border-color: #ccc; //#6c757d;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #10A1A9;
    border-color: #4e555b;
}

/*[data-toggle="collapse"] .fa:before {
  content: "\f139";
  color: #b394ab;
}*/

/*
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  color: #b394ab;
}
*/


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.col-sm-1.has-error input{
  border: 1px solid red;
}

.buttonCustomerDetail {
  width: 200px !important;
}
h5 {
  color: #425d5a !important;
  /*color: #494e58 !important;*/
}
.card .card-header {
  background:#cfd5da;
}
/*
card-header.collapsed {
  background:#cfd5da;
}
.card-header:not(.collapsed) {
  background:#cfd5da;
}*/
#merchantInfoCaption {
  background-position: right top;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 0px;
  margin-bottom: 1px;
  font-family: Verdana;
  white-space: nowrap;
  margin: 0 0 0 0;
  /*font-style: italic;*/
  /*font-weight: bold;*/
  font-weight: 800;
  vertical-align: bottom;
  text-align: left;
  text-indent: 0;
  color: #333333;
  font-size: 24px;
  margin-left: 0px;
  margin-bottom: 1px;
  width: 300px;
  /*letter-spacing:.06em;*/
  height: 70px;
}

.loginNavItem.nav-tabs .nav-item .nav-link {
  background-color: white !important;
  color: #10A1A9 !important;
}

.loginNavItem.nav-tabs .nav-item .nav-link.active {
  background-color: #10A1A9 !important;
  color: #FFF !important;
}

.btn-custom {
  /*background-color: rgb(2, 118, 159);*/
  background-color: #10A1A9;
  color: white;

}

.login-panel-bg {
  background-color: rgba(2, 118, 159,0.5) ;
}

.headline-color {
  /*color: rgb(163, 111, 41);*/
  color: #10A1A9;
  font-weight: 500;
}

.headline-font {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.additionalServicesBg {
  background-color: #DDEBEB;
}

.textStyle {
  color: #10A1A9 !important;
}

.requiredStyle:after {
  font-family: "FontAwesome";
  content: "\f069";
  color: #cd0000;
  font-size: 8px;
  padding-left: 2px;
}

.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#spinner {
  color: #10A1A9 !important;
  font-size: 20px;
}

.cursor-auto{    cursor: auto; }
.cursor-default{ cursor: default; }
.cursor-pointer{ cursor: pointer; }
