/* Base variables */
/*######################################################
  COMPONENTS SKIN
#######################################################*/
/*------------------------------------------------------
	badge
------------------------------------------------------*/
.badge {
  background-color: #fff;
  color: #555555; }
  .is-warning .badge {
    color: #f0ad4e; }
  .is-danger .badge {
    color: #fb0d1b; }

/*------------------------------------------------------
	buttons
------------------------------------------------------*/
.btn-addnew {
  color: #436dda; }
  .btn-addnew:hover, .btn-addnew:active, .btn-addnew.focus, .btn-addnew:focus, .btn-addnew.active {
    color: #2652c4; }

.btn-borderless {
  color: #436dda; }

.btn-default.inverse {
  color: #436dda;
  border-color: #436dda; }
  .btn-default.inverse:hover, .btn-default.inverse:focus, .btn-default.inverse:active {
    color: #436dda !important; }

.btn-primary.inverse {
  color: #436dda; }

/*------------------------------------------------------
	checkbox
------------------------------------------------------*/
.checkbox label:before {
  border-color: #dfdfdf; }

.checkbox.is-bgactive > input:checked ~ label:before {
  background-color: #436dda;
  border-color: #436dda; }

.checkbox.is-bgactive > input:checked ~ label {
  color: #436dda; }

/*------------------------------------------------------
  dropdown
------------------------------------------------------*/
.dropdown-menu {
  border-color: #dfdfdf; }
  .dropdown-menu li a {
    color: #436dda; }

/*------------------------------------------------------
  file-upload
------------------------------------------------------*/
.custom-file-upload {
  border-color: #dfdfdf;
  color: #436dda; }
  .custom-file-upload:hover, .custom-file-upload:active, .custom-file-upload.focus, .custom-file-upload:focus, .custom-file-upload.active {
    color: #436dda; }

/*------------------------------------------------------
  form
------------------------------------------------------*/
.form-control {
  border-color: #dfdfdf; }
  .form-control:focus {
    border-color: #436dda; }

.form-field-overlay {
  background-color: #f6fcff;
  border-color: #436dda;
  color: #666666; }
  .form-field-overlay:focus, .form-field-overlay:active {
    border-color: #436dda; }

.form-message.error {
  color: #fb0d1b; }

.form-control:disabled, .form-control[disabled="disabled"] {
  background-color: #eaeaea;
  border-color: #dfdfdf;
  color: #9d9d9d;
  cursor: not-allowed; }

.is-datepicker:before {
  color: #436dda; }

.modal label, .details-view label {
  color: #666666; }

.form-item-phone .input-group-addon {
  color: #555555; }

.input-group-addon {
  background-color: #eaeaea;
  border-color: #dfdfdf; }

/*------------------------------------------------------
  list group
------------------------------------------------------*/
.list-group {
  border-color: #dfdfdf; }

.list-group-item {
  border-color: #dfdfdf; }

/*------------------------------------------------------
	modal
------------------------------------------------------*/
.modal-content .close {
  color: #ffffff; }

/*------------------------------------------------------
	navigation
------------------------------------------------------*/
.menu-toggle {
  color: #436dda; }

#mainNavigation {
  background-color: #333333; }

@media only screen and (max-width: 767px) {
  .top-menu-main {
    background-color: white; } }

.top-menu-nav > ul > li a {
  color: #436dda; }
  @media only screen and (max-width: 767px) {
    .top-menu-nav > ul > li a {
      color: #9d9d9d; } }

.top-menu-nav > ul > li > a {
  color: #9d9d9d; }

.top-menu-nav > ul > li .dropdown-toggle {
  color: #436dda; }
  @media only screen and (max-width: 767px) {
    .top-menu-nav > ul > li .dropdown-toggle {
      color: #9d9d9d; } }

/*------------------------------------------------------
	radio
------------------------------------------------------*/
.radio input[type=radio]:checked ~ .icon-radio:after {
  background-color: #436dda; }

.error .radio .icon-radio:before {
  border-color: #fb0d1b; }

.radiolistgorup {
  border-color: #dfdfdf; }

.radlsitm-col {
  border-bottom-color: #dfdfdf; }

/*------------------------------------------------------
	select
------------------------------------------------------*/
select {
  border-color: #dfdfdf;
  color: #436dda; }
  select:disabled, select[disabled="disabled"] {
    color: #9d9d9d; }

.select-option:before {
  color: #436dda; }

.bootstrap-select > .dropdown-toggle {
  border-color: #dfdfdf; }
  .bootstrap-select > .dropdown-toggle:focus {
    border-color: #436dda !important; }
  .has-error .bootstrap-select > .dropdown-toggle,
  .error .bootstrap-select > .dropdown-toggle {
    border-color: #fb0d1b; }

.bootstrap-select.open > .dropdown-toggle {
  border-color: #436dda !important; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: #436dda; }

.bootstrap-select.show-menu-arrow .dropdown-toggle :before {
  border-bottom-color: #dfdfdf; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  border-top-color: #dfdfdf; }

/*------------------------------------------------------
  tab
------------------------------------------------------*/
.nav-tabs > li > a {
  color: #9d9d9d; }

.invoicestabwrap-navlinktab {
  color: #9d9d9d; }
  .invoicestabwrap-navlinktab:hover, .invoicestabwrap-navlinktab:focus, .invoicestabwrap-navlinktab:active {
    color: #9d9d9d; }
  .invoicestabwrap-navlinktab.active {
    color: #000; }

.returnstabwrap-navlinktab {
  color: #9d9d9d; }
  .returnstabwrap-navlinktab:hover, .returnstabwrap-navlinktab:focus, .returnstabwrap-navlinktab:active {
    color: #9d9d9d; }
  .returnstabwrap-navlinktab.active {
    color: #000; }

.tabdrop-btn {
  border-bottom-color: #dfdfdf; }
  .tabdrop-btn .icon-chevron-dropdown {
    color: #436dda; }
  .tabdrop-btn:hover, .tabdrop-btn:focus, .tabdrop-btn:active {
    border-bottom-color: #dfdfdf; }
  @media only screen and (max-width: 767px) {
    .tabdrop-btn:hover {
      border-bottom-color: #dfdfdf; } }
  @media only screen and (max-width: 767px) {
    .tabdrop-btn {
      border-bottom-color: #dfdfdf !important; } }

@media only screen and (max-width: 767px) {
  .tab-dropdown-sm .tabdrop-nav > a {
    color: #436dda; }
    .tab-dropdown-sm .tabdrop-nav > a:hover, .tab-dropdown-sm .tabdrop-nav > a:active, .tab-dropdown-sm .tabdrop-nav > a:focus {
      color: #436dda; }
  .tab-dropdown-sm .tabdrop-nav.active > a {
    color: #9d9d9d; }
    .tab-dropdown-sm .tabdrop-nav.active > a:hover, .tab-dropdown-sm .tabdrop-nav.active > a:active, .tab-dropdown-sm .tabdrop-nav.active > a:focus {
      color: #9d9d9d; } }

li.uib-tab.is-uibtab-warning em {
  background-color: #fb0d1b; }

li.uib-tab.is-uibtab-noticed em {
  background-color: #f0ad4e; }

/*------------------------------------------------------
	table
------------------------------------------------------*/
.table-wrapper th {
  border-color: #dfdfdf;
  color: #9d9d9d; }

.table-wrapper td .btn-default {
  color: #436dda; }

.table-wrapper tr {
  box-shadow: inset 0px 1px 0px 0px #dfdfdf;
  -webkit-box-shadow: inset 0px 1px 0px 0px #dfdfdf;
  -moz-box-shadow: inset 0px 1px 0px 0px #dfdfdf;
  -o-box-shadow: inset 0px 1px 0px 0px #dfdfdf;
  /* IE10+ */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .table-wrapper tr {
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -o-box-shadow: none !important;
      border-top: 1px solid #dfdfdf; } }
  .table-wrapper tr.is-selected {
    box-shadow: inset 0px 0px 0px 1px #436dda;
    -webkit-box-shadow: inset 0px 0px 0px 1px #436dda;
    -moz-box-shadow: inset 0px 0px 0px 1px #436dda;
    -o-box-shadow: inset 0px 0px 0px 1px #436dda;
    background-color: #f6fcff;
    /* IE10+ */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .table-wrapper tr.is-selected {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        border: 1px solid #436dda !important; } }
  @media only screen and (max-width: 767px) {
    .table-wrapper tr.is-show-detail {
      border-top-color: #dfdfdf; } }
  @media only screen and (max-width: 767px) {
    .table-wrapper tr.is-show-detail:last-child {
      border-bottom-color: #dfdfdf; } }
  .table-wrapper tr.is-row-danger > td.td-balance > span.ng-binding {
    padding: 2px;
    background-color: #fb0d1b; }
  .table-wrapper tr.is-row-warning > td.td-balance > span.ng-binding {
    padding: 2px;
    background-color: #f0ad4e; }
  .table-wrapper tr:last-child td {
    border-bottom-color: #dfdfdf; }

.table-wrapper .btn-tick {
  color: #436dda; }

.table-wrapper .is-warning:before {
  color: #f0ad4e; }

.table-wrapper .is-danger:before {
  color: #fb0d1b; }

.table-wrapper .tblwrap-search-btn {
  color: #436dda; }

.table-pagination .pagination li.is-selected a {
  background: #436dda; }

.th-sort.th-sort-active-asc span {
  color: #000; }

.th-sort.th-sort-active-desc span {
  color: #000; }

.td-tick span {
  border: 2px solid #dfdfdf; }
  .is-selected .td-tick span {
    background-color: #436dda;
    border-color: #436dda; }

.tblwrap-head-item .dropdown-toggle {
  color: #436dda; }
  .tblwrap-head-item .dropdown-toggle:focus, .tblwrap-head-item .dropdown-toggle:active, .tblwrap-head-item .dropdown-toggle:hover,
  .open > .tblwrap-head-item .dropdown-toggle {
    color: #436dda !important; }

.tblwrap-head-item .btn-md.btn-borderless {
  padding: 8px 35px 16px 35px; }

.tblwrap-label-ext {
  color: #436dda; }

.tblwrap-select.bootstrap-select > .dropdown-toggle .filter-option {
  color: #436dda; }

.tblwrap-dropdown .dropdown-toggle,
.tblwrap-dropdown .btn-default:active,
.tblwrap-dropdown .btn-default.active,
.tblwrap-dropdown.open > .btn-default.dropdown-toggle {
  color: #436dda; }

.tblwrap-search-input {
  border: 1px solid #dfdfdf;
  color: #555555; }

.tblwrap-overlay {
  background-color: #436dda; }

.tblwrap-ovr-links ul.dropdown-menu > li > a {
  color: white; }
  .tblwrap-ovr-links ul.dropdown-menu > li > a:hover, .tblwrap-ovr-links ul.dropdown-menu > li > a:focus, .tblwrap-ovr-links ul.dropdown-menu > li > a:active {
    color: #c3d0f3; }
    @media only screen and (max-width: 991px) {
      .tblwrap-ovr-links ul.dropdown-menu > li > a:hover, .tblwrap-ovr-links ul.dropdown-menu > li > a:focus, .tblwrap-ovr-links ul.dropdown-menu > li > a:active {
        color: #555555;
        background-color: #eeeeee; } }
  @media only screen and (max-width: 991px) {
    .tblwrap-ovr-links ul.dropdown-menu > li > a {
      color: #436dda; } }

.tblwrap-ovr-payselected {
  color: #436dda; }

.table-grid .nav-tabs > li.active a {
  border-bottom-color: #436dda !important; }

.table-grid .table-head-title {
  border-bottom-color: #dfdfdf; }

.remove-item a {
  color: #dfdfdf; }
  .remove-item a.papainvcs-viewdetail {
    color: #436dda; }

.tblwrap-ovr-ellipses {
  background: rgba(255, 255, 255, 0.2); }
  .tblwrap-ovr-ellipses:focus, .tblwrap-ovr-ellipses:active, .tblwrap-ovr-ellipses:hover {
    background: rgba(255, 255, 255, 0.2) !important; }
  .tblwrap-ovr-ellipses .icon-ellipses {
    color: white; }

.tblwrap-advancedsearchbtn {
  border-color: #dfdfdf; }

/*------------------------------------------------------
	panel
------------------------------------------------------*/
.invbal-icon-exclamation {
  color: #fb0d1b; }

/*######################################################
	LAYOUT
#######################################################*/
/*------------------------------------------------------
	account message
------------------------------------------------------*/
.account-message {
  background-color: #56babc; }

/*------------------------------------------------------
	content
------------------------------------------------------*/
.prpymdl-left {
  border-right-color: #dfdfdf; }

.drpcnt-btn {
  color: #436dda; }
  .drpcnt-btn:hover, .drpcnt-btn:active, .drpcnt-btn.focus, .drpcnt-btn:focus, .drpcnt-btn.active {
    color: #436dda; }

/*------------------------------------------------------
	header
------------------------------------------------------*/
.top-menu-search {
  border-color: #dfdfdf; }
  .top-menu-search .icon-search {
    color: #436dda; }

@media only screen and (max-width: 767px) {
  .top-menu-main.is-open {
    box-shadow: 0 0 15px #b3b3b3; } }

/*------------------------------------------------------
	masthead
------------------------------------------------------*/
.mstd-actions-dropdown .dropdown-toggle,
.mstd-actions-dropdown .btn-default:active,
.mstd-actions-dropdown .btn-default.active,
.mstd-actions-dropdown.open > .btn-default.dropdown-toggle {
  border-color: #436dda;
  color: #436dda; }
  .mstd-actions-dropdown .dropdown-toggle:hover, .mstd-actions-dropdown .dropdown-toggle:focus, .mstd-actions-dropdown .dropdown-toggle.focus,
  .mstd-actions-dropdown .btn-default:active:hover,
  .mstd-actions-dropdown .btn-default:active:focus,
  .mstd-actions-dropdown .btn-default:active.focus,
  .mstd-actions-dropdown .btn-default.active:hover,
  .mstd-actions-dropdown .btn-default.active:focus,
  .mstd-actions-dropdown .btn-default.active.focus,
  .mstd-actions-dropdown.open > .btn-default.dropdown-toggle:hover,
  .mstd-actions-dropdown.open > .btn-default.dropdown-toggle:focus,
  .mstd-actions-dropdown.open > .btn-default.dropdown-toggle.focus {
    border-color: #436dda;
    color: #436dda; }

.mstd-link {
  color: #436dda; }
  .is-active .mstd-link {
    border-color: #436dda;
    color: #000; }

/*------------------------------------------------------
	quick action
------------------------------------------------------*/
.quickaction {
  background-color: #436dda; }

.qckact-title {
  color: #c3d0f3; }

.qckact-list > li > a:hover {
  color: #98afeb; }

.qckact-list > li > a > span {
  color: #2652c4; }

/*------------------------------------------------------
	summary boxes
------------------------------------------------------*/
.smbxs-box.is-color-danger {
  background-color: #fb0d1b; }

.smbxs-box.is-color-darkgray {
  background-color: #555555; }

.smbxs-box.is-color-warning {
  background-color: #f0ad4e; }

.smbxs-box.is-color-autopay {
  background-color: #2F5688; }

.smbxs-box.is-color-lightgray {
  background-color: #eaeaea; }
  .smbxs-box.is-color-lightgray a {
    color: #436dda; }

.smbxs-box.is-color-info {
  background-color: #5bc0de; }

.smbxs-box.is-color-white {
  background-color: #fff; }

.is-color-white .smbxs-link {
  color: #000; }

/*------------------------------------------------------
	summary charts
------------------------------------------------------*/
.smchrt-graph {
  border-right-color: #dfdfdf; }
  .smchrt-graph .footer {
    color: #9d9d9d; }

.smchrt-border-bottom {
  border-bottom-color: #dfdfdf; }

.smchrt-border-right {
  border-right-color: #dfdfdf; }

.smchrt-exclamation {
  color: #fb0d1b; }

.smchrt-quickact {
  background-color: #436dda; }

.smchrt-quickactlink:hover, .smchrt-quickactlink:active, .smchrt-quickactlink:focus {
  color: #6e8ee2; }

.smchrt-row-inner {
  border-color: #dfdfdf; }

.is-opr .smchrt-balance:before {
  border-color: #dfdfdf; }

@media only screen and (max-width: 767px) {
  .smchrt-col {
    border-bottom-color: #dfdfdf !important; } }

.smchrt-valuepercentage.is-value-up:before {
  color: #5cb85c; }

.smchrt-valuepercentage.is-value-down:before {
  color: #fb0d1b; }

@media only screen and (max-width: 767px) {
  .smchrt-sm-clear {
    border-bottom-color: #dfdfdf !important; } }

.smchrt-quickacttitle {
  color: #6e8ee2; }

/*------------------------------------------------------
	summary flat
------------------------------------------------------*/
.smryflt-item {
  background-color: #666666; }
  .smryflt-item.is-color-danger {
    background-color: #fb0d1b; }
  .smryflt-item.is-color-darkgray {
    background-color: #555555; }
  .smryflt-item.is-color-warning {
    background-color: #f0ad4e; }
  .smryflt-item.is-color-lighgray {
    background-color: #eaeaea; }
    .smryflt-item.is-color-lighgray a {
      color: #436dda; }

/*------------------------------------------------------
	Loading spinner
------------------------------------------------------*/
.loading-spinner-icon {
  color: #436dda; }
  .loading-spinner-icon.icon-exclamation {
    color: #fb0d1b; }

.loading-spinner-inner .loading-spinner-circle:before {
  background-color: #436dda; }

/*------------------------------------------------------
	Tab Drop Down
------------------------------------------------------*/
.tabdrpd-btnlink {
  color: #000; }
  .tabdrpd-btnlink:hover, .tabdrpd-btnlink:focus, .tabdrpd-btnlink:active {
    color: #000; }

.tabdrpd-list li .tabdrpd-link {
  color: #9d9d9d; }
  .tabdrpd-list li .tabdrpd-link:hover, .tabdrpd-list li .tabdrpd-link:focus, .tabdrpd-list li .tabdrpd-link:active {
    background-color: transparent;
    color: #9d9d9d; }
  .tabdrpd-list li .tabdrpd-link.active {
    color: #000;
    border-bottom-color: #436dda !important; }
    .tabdrpd-list li .tabdrpd-link.active:hover {
      color: #000; }
    @media only screen and (max-width: 767px) {
      .tabdrpd-list li .tabdrpd-link.active {
        border-bottom-color: transparent !important;
        background-color: #f6fcff; } }

.tabdrpd-item:after, .tabdrpd-item:before {
  color: #9d9d9d; }

.tabdrpd-item.is-tabdrpd-item-active:after {
  color: #000; }

.tabdrpd-item.is-tabdrpd-item-active:before {
  color: #436dda; }

.tabdrpd-item:first-child {
  border-top-color: #dfdfdf; }

.tabdrpd-icon {
  color: #436dda; }

/*------------------------------------------------------
	advanced search
------------------------------------------------------*/
.advancedsearch > form {
  border-color: #dfdfdf; }

.advsrch-item {
  border-bottom-color: #dfdfdf; }

.advsrch-groupitem {
  border-bottom-color: #dfdfdf; }

.advsrch-select .checkbox > input:checked ~ label:before {
  color: white; }

.advsrch-borderleft {
  border-right-color: #dfdfdf; }

.advsrch-formlabel {
  color: #9d9d9d; }

.advsrch-icon {
  color: #9d9d9d; }
  .is-calendar .advsrch-icon {
    color: #436dda; }

/*------------------------------------------------------
	report
------------------------------------------------------*/
.report > form {
  border-color: #dfdfdf; }

.report-item {
  border-bottom-color: #dfdfdf; }

.report-groupitem {
  border-bottom-color: #dfdfdf; }

.report-select .checkbox > input:checked ~ label:before {
  color: white; }

.report-borderleft {
  border-right-color: #dfdfdf; }

.report-formlabel {
  color: #9d9d9d; }

.report-icon {
  color: #9d9d9d; }
  .is-calendar .report-icon {
    color: #436dda; }

/*------------------------------------------------------
	filter search
------------------------------------------------------*/
.fltrsrch-btn-search {
  color: #436dda; }

/*######################################################
  PAGES SKIN
#######################################################*/
/*------------------------------------------------------
	account profile page
------------------------------------------------------*/
.accntprof-contactitem.is-editing {
  background-color: #f6fcff; }

.accntprof-contactitem {
  border-bottom-color: #dfdfdf; }

.ccntprof-contactrow {
  border-bottom-color: #666666; }

.form-wrapper.form-contactedit .icon-trash {
  color: #436dda; }

/*------------------------------------------------------
	confirmation page
------------------------------------------------------*/
.recdet-label {
  color: #9d9d9d; }

.recdet-divider {
  border-top-color: #dfdfdf; }

.receipt-forward {
  background-color: #f6fcff; }

.clear-padding-right {
  padding-right: 0px; }

/*------------------------------------------------------
	contact details
------------------------------------------------------*/
.contactdetails-list > li {
  color: #000; }
  .contactdetails-list > li .contactdetails-icon {
    color: #9d9d9d; }

/*------------------------------------------------------
	contact list
------------------------------------------------------*/
.contact-list .table-grid .nav-tabs > li.active a {
  border-bottom: 1px solid #dfdfdf !important; }

/*------------------------------------------------------
	email confirmation page
------------------------------------------------------*/
.emlconf-confirmation {
  background-color: #74a901; }

.emlconf-icocircle .icon-tick {
  color: #74a901; }

.emlconf-divider {
  border-top-color: #dfdfdf; }

.emlconf-passlevel {
  color: #666666; }
  .emlconf-passlevel em {
    color: #fb0d1b; }
    .emlconf-passlevel em.is-strong {
      color: #74a901; }

/*------------------------------------------------------
	forgot password page
------------------------------------------------------*/
.frgtpswd-confirmation {
  background-color: #74a901; }

.frgtpswd-icocircle .icon-tick {
  color: #74a901; }

/*------------------------------------------------------
	invoices and payments page
------------------------------------------------------*/
.invoicestab {
  border-bottom-color: #dfdfdf; }
  .invoicestab ul {
    border-bottom-color: #dfdfdf; }
  .invoicestab span {
    background: #436dda; }
  .invoicestab > li > a {
    color: #9d9d9d; }
    .invoicestab > li > a:hover, .invoicestab > li > a:active, .invoicestab > li > a:focus {
      color: #9d9d9d; }
  .invoicestab > li.active > a {
    border-color: #436dda;
    color: #000; }
    .invoicestab > li.active > a:hover, .invoicestab > li.active > a:active, .invoicestab > li.active > a:focus {
      color: #000; }

@media only screen and (min-width: 1200px) {
  .package-col-summary {
    border-left-color: #dfdfdf; } }

@media only screen and (max-width: 1199px) {
  .package-col-summary {
    border-top-color: #dfdfdf; } }

.packagesumm-row {
  border-bottom-color: #dfdfdf; }

/*   invoice balance */
@media only screen and (min-width: 1200px) {
  .invbal-col-overdue {
    border-left-color: #dfdfdf; } }

@media only screen and (max-width: 1199px) {
  .invbal-col-overdue {
    border-top-color: #dfdfdf; } }

@media only screen and (min-width: 1200px) {
  .invbal-col-current {
    border-left-color: #dfdfdf; } }

@media only screen and (max-width: 1199px) {
  .invbal-col-current {
    border-top-color: #dfdfdf; } }

.invbal-icon-exclamation {
  color: #fb0d1b; }

.invpay-col-export-dropdown .btn {
  color: #436dda; }
  .invpay-col-export-dropdown .btn:hover, .invpay-col-export-dropdown .btn:active, .invpay-col-export-dropdown .btn:focus {
    color: #436dda !important; }

/*------------------------------------------------------
    invoice
-------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .invc-col-number {
    border-bottom-color: #dfdfdf; } }

@media only screen and (min-width: 992px) {
  .invc-col-amount {
    border-left-color: #dfdfdf; } }

@media only screen and (max-width: 991px) {
  .invc-col-actions {
    border-top-color: #dfdfdf; } }

@media only screen and (max-width: 767px) {
  .invc-col-actions {
    border-bottom-color: #dfdfdf; } }

@media only screen and (min-width: 992px) {
  .invc-col-services {
    border-left-color: #dfdfdf; } }

@media only screen and (max-width: 991px) {
  .invc-col-services {
    border-top-color: #dfdfdf; } }

/*------------------------------------------------------
    login page
------------------------------------------------------*/
.login-header {
  border-bottom-color: #dfdfdf; }

.login-content h1 {
  color: #555555; }

/*------------------------------------------------------
	operator dashboard page
------------------------------------------------------*/
.content-wrapper-header {
  border-bottom-color: #dfdfdf; }

.table-dashboard-subnote {
  color: #666666; }

/*------------------------------------------------------
	payment page
------------------------------------------------------*/
.paymnt-left {
  border-right-color: #dfdfdf; }
  @media only screen and (max-width: 767px) {
    .paymnt-left {
      border-bottom-color: #dfdfdf; } }

.paymnt-navtabs > li > a {
  color: #9d9d9d; }

.paymnt-navtabs > li.active a,
.paymnt-navtabs > li.active a:hover,
.paymnt-navtabs > li.active a:focus,
.paymnt-navtabs > li.active a:active {
  background-color: #f6fcff;
  border-bottom-color: #dde6fd;
  border-left-color: #dde6fd;
  border-top-color: #dde6fd;
  color: #000; }
  .paymnt-navtabs > li.active a:before,
  .paymnt-navtabs > li.active a:hover:before,
  .paymnt-navtabs > li.active a:focus:before,
  .paymnt-navtabs > li.active a:active:before {
    border-bottom-color: #436dda;
    border-top-color: #436dda;
    border-right-color: #436dda; }

@media only screen and (max-width: 767px) {
  .paymnt-navtabs > li.active > a,
  .paymnt-navtabs > li.active > a:hover,
  .paymnt-navtabs > li.active > a:focus,
  .paymnt-navtabs > li.active > a:active {
    border-right-color: #dde6fd;
    border-left-color: #dde6fd;
    border-top-color: #dde6fd; }
    .paymnt-navtabs > li.active > a:before, .paymnt-navtabs > li.active > a:hover:before, .paymnt-navtabs > li.active > a:focus:before, .paymnt-navtabs > li.active > a:active:before,
    .paymnt-navtabs > li.active > a:hover:before,
    .paymnt-navtabs > li.active > a:hover:hover:before,
    .paymnt-navtabs > li.active > a:hover:focus:before,
    .paymnt-navtabs > li.active > a:hover:active:before,
    .paymnt-navtabs > li.active > a:focus:before,
    .paymnt-navtabs > li.active > a:focus:hover:before,
    .paymnt-navtabs > li.active > a:focus:focus:before,
    .paymnt-navtabs > li.active > a:focus:active:before,
    .paymnt-navtabs > li.active > a:active:before,
    .paymnt-navtabs > li.active > a:active:hover:before,
    .paymnt-navtabs > li.active > a:active:focus:before,
    .paymnt-navtabs > li.active > a:active:active:before {
      border-bottom-color: #436dda;
      border-left-color: #436dda;
      border-right-color: #436dda; } }

.paymnt-option-logo [class*="paymnt-logo-"], .paymnt-option-logo
[class^="paymnt-logo-"] {
  border-color: #dfdfdf; }

.paymnt-btn-option {
  border-color: #dfdfdf; }
  .paymnt-btn-option.is-paymntbtn-selected {
    border-color: #436dda;
    background-color: #f6fcff;
    background-color: gainsboro; }

.paymnt-option-logo i {
  color: #436dda; }

.paymnt-section-inner {
  border-bottom-color: #dfdfdf; }

/*------------------------------------------------------
  part pay invoices page
------------------------------------------------------*/
.papainvcs-table {
  border-color: #dfdfdf; }
  .papainvcs-table th {
    border-color: #dfdfdf; }

/*------------------------------------------------------
	payment page
------------------------------------------------------*/
.paymnt-subhead {
  border-bottom-color: #dfdfdf; }

.paymnt-option-logo [class*="paymnt-logo-"], .paymnt-option-logo
[class^="paymnt-logo-"] {
  background-color: #f6f6f6; }

.paymnt-btnwrap {
  border-top-color: #dfdfdf; }

.paymnt-form {
  border-bottom-color: #dfdfdf; }

/*------------------------------------------------------
	payment history page
------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .payment-history table > tbody > tr.is-selected, .payment-history table > tbody > tr.show-detail.is-selected {
    border-color: #436dda;
    background-color: #f6fcff; } }

@media only screen and (max-width: 767px) {
  .payment-history table > tbody > tr {
    border-color: #dfdfdf;
    border-left-color: transparent;
    border-right-color: transparent; } }

/*------------------------------------------------------
	reminder strategy template page
------------------------------------------------------*/
.remstratem-templateitem.is-template-active {
  border-color: #436dda;
  background-color: #f6fcff; }

.is-template-active .remstratem-templateinner {
  border-color: #dde6fd; }

.remstratem-tmpinner-content h4 {
  color: #436dda; }

.is-template-active .remstratem-tmpinner-action .icon-delete {
  color: #fb0d1b; }

.remstratem-label {
  color: #9d9d9d; }

.remstratem-btnwrap:before {
  border-top-color: #dfdfdf; }

.remstratem-title {
  color: #000; }

.remstratem-mergedfields span {
  color: #436dda; }

.form-template .radio label {
  color: #9d9d9d; }

.form-template .form-control {
  color: #000; }

/* col left */
.remstratem-col-left {
  border-bottom-color: #dfdfdf;
  border-right-color: #dfdfdf; }

.remstratem-templateinner {
  border-color: #dfdfdf; }

.is-template-active .remstratem-tmpinner-content h4 {
  color: #000; }

/* col right */
.remstratem-col-right {
  border-bottom-color: #dfdfdf; }

/*------------------------------------------------------
	returns page
------------------------------------------------------*/
.rtrns-group {
  border-top-color: #dfdfdf; }

/*------------------------------------------------------
	Table with fixed action column
------------------------------------------------------*/
.fixed-col-table {
  overflow-x: scroll;
  margin-right: 22%; }

.responive-table table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #dfdfdf; }

th.fixed-col {
  border-top: 2px solid #dfdfdf;
  margin-top: -1px;
  padding: 16px; }

td.fixed-col {
  padding: 37px 10px !important; }

.fixed-col {
  border-top: 1px solid #dfdfdf;
  width: 22%; }

.fixed-col, .fixed-col div {
  position: absolute !important;
  right: 0 !important; }

/*.responive-table table {
    border-collapse: separate;
    border-spacing: 0;
}*/
/*------------------------------------------------------
	print
------------------------------------------------------*/
@media print {
  a {
    display: none; }
  .no-print {
    display: none; } }

/******************************************************
	Notes: 	this custom.scss files is for specific
			class name which cannot be found on
			general structures skins
*******************************************************/
/*------------------------------------------------------
	top brand
------------------------------------------------------*/
.top-brand {
  border-right: 1px solid #eee; }
  .top-brand img {
    max-height: 50px; }

.is-operator.customer-topbar,
header.is-operator {
  background-color: #fff; }

/*------------------------------------------------------
    button
------------------------------------------------------*/
.btn {
  font-weight: 600; }

.btn-md {
  padding: 16px 20px; }

/*------------------------------------------------------
	top menu nav
------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .top-menu-main .mstd-actions-dropdown .dropdown-toggle,
  .top-menu-main .mstd-actions-dropdown .btn-default:active,
  .top-menu-main .mstd-actions-dropdown .btn-default.active,
  .top-menu-main .mstd-actions-dropdown.open > .btn-default.dropdown-toggle {
    border: none; }
    .top-menu-main .mstd-actions-dropdown .dropdown-toggle:hover, .top-menu-main .mstd-actions-dropdown .dropdown-toggle:focus, .top-menu-main .mstd-actions-dropdown .dropdown-toggle.focus,
    .top-menu-main .mstd-actions-dropdown .btn-default:active:hover,
    .top-menu-main .mstd-actions-dropdown .btn-default:active:focus,
    .top-menu-main .mstd-actions-dropdown .btn-default:active.focus,
    .top-menu-main .mstd-actions-dropdown .btn-default.active:hover,
    .top-menu-main .mstd-actions-dropdown .btn-default.active:focus,
    .top-menu-main .mstd-actions-dropdown .btn-default.active.focus,
    .top-menu-main .mstd-actions-dropdown.open > .btn-default.dropdown-toggle:hover,
    .top-menu-main .mstd-actions-dropdown.open > .btn-default.dropdown-toggle:focus,
    .top-menu-main .mstd-actions-dropdown.open > .btn-default.dropdown-toggle.focus {
      border-color: black; } }

@media only screen and (min-width: 768px) {
  .top-menu-nav > ul > li > a,
  .top-menu-nav > ul > li .dropdown-toggle {
    color: #000; }
    .top-menu-nav > ul > li > a:hover, .top-menu-nav > ul > li > a:focus, .top-menu-nav > ul > li > a.focus,
    .top-menu-nav > ul > li .dropdown-toggle:hover,
    .top-menu-nav > ul > li .dropdown-toggle:focus,
    .top-menu-nav > ul > li .dropdown-toggle.focus {
      border-color: black;
      color: black; } }

.top-menu-nav > ul > li.is-selected > a {
  color: #436dda; }
  .top-menu-nav > ul > li.is-selected > a:hover, .top-menu-nav > ul > li.is-selected > a:focus, .top-menu-nav > ul > li.is-selected > a.focus {
    color: #1e4099; }

.btn-default {
  border-color: #436dda; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    background-color: transparent;
    border-color: #436dda !important; }

/*------------------------------------------------------
	login form
------------------------------------------------------*/
.login-header img,
.frgtpswd-logo img {
  width: 330px; }

.login-content h1 {
  text-transform: capitalize; }

.field-validation-error {
  color: #fb0d1b; }

/*------------------------------------------------------
	summary boxes
------------------------------------------------------*/
.summaryboxes {
  border-collapse: collapse; }
  .summaryboxes-content {
    margin-right: 0;
    margin-left: 0; }

.smbxs-box {
  background-color: #fff; }
  .smbxs-box.is-color-danger {
    background-color: #C00C0C; }
  .smbxs-box.is-color-darkgray {
    background-color: #4D4D4D; }
  .smbxs-box.is-color-info {
    background-color: #324392; }

.smbxs-label {
  font-size: 24px; }

.smbxs-value {
  font-size: 34px;
  line-height: 34px;
  font-weight: 100;
  margin-bottom: 10px; }

.smbxs-info {
  font-size: 13px; }

.smbxs-paylink {
  color: #324392; }

/*######################################################
  animation
#######################################################*/
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  @media only screen and (max-width: 767px) {
    .loader {
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-backface-visibility: hidden;
      margin: 30px auto 20px; } }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #436dda, 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.5), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.7), 1.8em -1.8em 0 0em #436dda, 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.5), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.7), 2.5em 0em 0 0em #436dda, 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.5), 2.5em 0em 0 0em rgba(67, 109, 218, 0.7), 1.75em 1.75em 0 0em #436dda, 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.5), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.7), 0em 2.5em 0 0em #436dda, -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.5), 0em 2.5em 0 0em rgba(67, 109, 218, 0.7), -1.8em 1.8em 0 0em #436dda, -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.5), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.7), -2.6em 0em 0 0em #436dda, -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.5), -2.6em 0em 0 0em rgba(67, 109, 218, 0.7), -1.8em -1.8em 0 0em #436dda; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #436dda, 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.5), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.7), 1.8em -1.8em 0 0em #436dda, 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.5), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.7), 2.5em 0em 0 0em #436dda, 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.5), 2.5em 0em 0 0em rgba(67, 109, 218, 0.7), 1.75em 1.75em 0 0em #436dda, 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.5), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.7), 0em 2.5em 0 0em #436dda, -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.2), -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.5), 0em 2.5em 0 0em rgba(67, 109, 218, 0.7), -1.8em 1.8em 0 0em #436dda, -2.6em 0em 0 0em rgba(67, 109, 218, 0.2), -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.5), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.7), -2.6em 0em 0 0em #436dda, -1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(67, 109, 218, 0.2), 1.8em -1.8em 0 0em rgba(67, 109, 218, 0.2), 2.5em 0em 0 0em rgba(67, 109, 218, 0.2), 1.75em 1.75em 0 0em rgba(67, 109, 218, 0.2), 0em 2.5em 0 0em rgba(67, 109, 218, 0.2), -1.8em 1.8em 0 0em rgba(67, 109, 218, 0.5), -2.6em 0em 0 0em rgba(67, 109, 218, 0.7), -1.8em -1.8em 0 0em #436dda; } }

/*# sourceMappingURL=maps/clients-skins.css.map */
