/* 
COLORS:
DARK BLUE: #12283D;
MEDIUM BLUE #8FADC4;
LIGHT BLUE: #E6F1F8;
LIGHTEST BLUE: #f4f8ff;
LIGHT RED: #F08080;
*/

/* GENERAL */

@font-face {
    font-family: "ClearSansLight";
    src: url('/vendor/clearsans/ClearSans-Thin.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "ClearSans";
    src: url('/vendor/clearsans/ClearSans-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "ClearSansMed";
    src: url('/vendor/clearsans/ClearSans-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "ClearSansBold";
    src: url('/vendor/clearsans/ClearSans-Bold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "ClearSansItalic";
    src: url('/vendor/clearsans/ClearSans-Italic.woff') format('woff');
    font-style: italic;
}
/* comment out for now until the rest of the scroll is complete */
/* html { */
    /* scroll-behavior: smooth; */
   
    /* scroll-padding-top: 110px; */
/* } */
body {
    font-family: 'ClearSans', sans-serif;
    background-color: #f4f8ff;
}

h5, .card-header {
    font-size: .9em;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
}

h2 {
    font-family: 'ClearSansMed';
}

b {
    font-family: "ClearSansBold";
}

i {
    font-family: 'ClearSansItalic';
}
/*
.card-dashbord-bg-1 {
    background: #12283D !important;
}

.card-dashbord-bg-2 {
    background: #8FADC4 !important;
}

.card-dashbord-bg-3 {
    background: #E6F1F8 !important;
}

.card-dashbord-bg-4 {
    background: #f4f8ff !important;
}

.card-dashbord-bg-5 {
    background: #F08080 !important;
}

.card-dashbord-bg-6 {
    background: #fdcb6e !important;
}
*/

.toggle-buttons .btn-group-sm>.btn  {
    padding: .1rem .5rem;
}

.card-dashboard-border {
    background: #12283D !important;
}


.card-dashboard-border-danger {
    border: 2px solid #9e0d29 !important;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, .25);
}

.card-dashboard-color-danger {
    color: #9e0d29;
}

.card-dashboard-background-danger {
    background: #9e0d29 !important;
}


.card-dashboard-border-warning {
    border: 2px solid #ffd541 !important;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, .25);
}

.card-dashboard-color-warning {
    color: #ffd541;
}

.card-dashboard-border-regular {
    border: 1px solid #12283D !important;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, .25);
}

.card-dashboard-color-regular {
    color: #12283D;
}

.card-body-icon {
    top: -3px !important;
    right: 4px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 3rem !important;
}

.card-body-icon .fa-fire {
    font-size: 3.2rem;
}

/*
DARK BLUE: #12283D;
MEDIUM BLUE #8FADC4;
LIGHT BLUE: #E6F1F8;
LIGHTEST BLUE: #f4f8ff;
LIGHT RED: #F08080;*/


.white-space-no-wrap {
    white-space:nowrap;
}

.no-bg {
    background: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
}

.marginTopNeg4 {
    margin-top: -4px;
}

.no-transform {
    text-transform: none;
}

.account-username-value {    
    font-size: 1.1rem;
    line-height: 1.5;    
}

.logo-container img {
     padding: 10px 0px;
    /* max-width: 350px;
    height:100%; */
    /* display: block; */
  max-width:350px;
  max-height:150px;
  width: auto;
  height: auto;
}

.profile-img {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 5px;
    margin: 5px;
    width: 100px;
    height: 100px;    
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-img-small {
    border: 1px solid #eee;
    border-radius: 1px;
    padding: 2px;
    margin: 2px;
    width: 50px;
    height: 50px;    
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-card-body {
    padding-top: 0;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}

div.form-control {
    border-color: #000;
}

#remove-coborrower {
    font-size: 1.1rem;
    cursor: pointer;
}

.mt-17rem {
    margin-top: 1.7rem;
}

.lh-2 {
    line-height: 2rem;
}

.highlight{
    display:block;
    width: max-content;
    background-size: 200% auto; 
    background-image: linear-gradient(to right,#fff 50%,#f18528bd 50%);
    background-position: 0% 0;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.highlight.active{
    animation-name: highlight;
 }
 
 @keyframes highlight {
     from {background-position: 0% 0;}
     to {background-position: -100% 0;}
 }
.unassign-vendor {
    background-color: transparent;
}
.vendor-notes-btn {
    background-color: transparent;
}

.unassign-client-button {
    background-color: transparent;   
}

.selectpicker-input {
    border: 1px solid black;
    border-radius: .25rem !important;
    background-color: #ffffff;
}

#order-contacts-section .disabled {
    pointer-events: none;
    cursor: default;
    background-color: #e9ecef;
}

.selectpicker-input{
    color: #495057;
}

.bootstrap-select.disabled .selectpicker-input {
    opacity: 1;
    pointer-events: none;
}

/* Styles for login page */
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
}


/* Styles for links in headers */
a.header:link { color:#FFF; text-decoration:none; font-weight:normal; }
a.header:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.header:hover { color: #FFF; text-decoration:underline; font-weight:normal; }
a.header:active { color: #FFF; text-decoration:none; font-weight:normal; }

a {
    color: #8FADC4;
}

a.no-link-style, a .no-link-style {
    color: #000;
}

a.no-link-style:hover {
    text-decoration: none;
}


.link-style {
    color: #8FADC4;
}

.link-style:hover {
    cursor: pointer;
}

a:hover {
    color: #12283D;
}
.comp-text {
    min-height: 199px;
}
ul {
    line-height: 2rem;
}
ul.rov-form-list li  {
    list-style-position: inside;
    list-style-type: circle;
}

label, .col-form-label, .text-display-label {
    font-family: 'ClearSansBold';
    font-size: .9rem !important;
    text-transform: uppercase;
    text-align: left;
}

.text-display-label-regular {
    font-size: .9rem !important;
    text-transform: uppercase;
    text-align: left;
}

.up-next {
    font-family: 'ClearSansBold';
    text-transform: uppercase;
}

.up-next:hover {
    cursor: pointer;
}

.required-label:after {
  content:"*";
  color: #c31f2e;
}

.label-style {
    font-family: 'ClearSansBold';
    text-transform: uppercase;
}

.content-wrapper {
    background-color: #f4f8ff;
    margin: 5px auto;
    /*padding-left: 3%;
    padding-right: 3%;*/
}

.hidden {
    display: none;
}

.no-padding {
    padding: 0;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.left-aligned {
    text-align: left;
}

.right-aligned {
    text-align: right;
}

.smaller {
    font-size: .9rem;
}

.smaller-label {
    font-size: .8rem !important;
}

.more-rounded {
    border-radius: .5rem;
}

div[data-toggle="collapse"]:hover {
    cursor: pointer;
}

.red-text {
    color: red;
}

.dropdown-item.active {
    background: #12283D;
    color: white;    
}

.dropdown-item.disabled {
    background: white;
    color: #D3D3D3;    
    cursor: not-allowed;
}

.order-contact[readonly] {
    background: white;
}

.icon-link {
    outline: none;
}

/* END GENERAL */


/* FOOTER */

footer {
    color: #8FADC4;
}

/* END FOOTER */


.dark-blue-bg {
    background-color: #12283D;
}

.med-blue-bg {
    background-color: #8FADC4;
}

.light-blue-bg {
    background-color: #E6F1F8;
}

.lightest-blue-bg {
    background-color: #f4f8ff;
}

.dark-blue-text {
    color: #12283D !important;
}

.med-blue-text {
    color: #8FADC4;
}

.white-bg {
    background-color: #fff;
}

.white-text {
    color: #fff;
}

.white-link a {
    color: #fff;
}

/* ALERTS */

.sm-height-alert {
    height: 3.5rem;
}

.alert-success-text {
    color: #155724;
}

.alert-warning-text {
    color: gold;
}

.alert-danger-text {
    color: #9e0d29;
}

.appraiser-icon {
    font-size: 1.3rem;
}

/* END ALERTS */


/* STEP PROGRESS TRACKER */

.step-progress-container {
    text-align: center;
    margin: 0 auto;
}

.step-progress-tracker {
    display: flex;
}

.step-progress-tracker .step {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.step i {
    font-size: 1.8rem;
}

.step-title-container {
    display: flex;
    margin: 0 auto;
}

.step-title {
    text-align: center;
    line-height: 1rem;
    flex: auto;
    font-size: .8rem !important;
}

.step-number {
    position: absolute;
    margin-top: 1px;
    font-family: "ClearSansBold";
    left: 0;
    margin-left: 45.5%;
}

.step {
    color: #8FADC4;
    transition: color .25s;
    position: relative;
}

.step-title-container {
    width: 151px;
}

.step.complete, .step-title.complete, .step.active, .step-title.active {
    transition: color 1s;
    color: #12283D;
}

.divider {
  flex-grow: 1;
  border-top: 1px solid #8FADC4;
  margin-top: 14px;
  margin-left: -5%;
  margin-right: -5%;
}

.inside-divider {
    width: 0%;
    transition: width .5s;
    border-top: 1px solid #12283D;
}

.divider.active .inside-divider {
    width: 100%;
    transition: width .25s;
}

/* STEP PROGRESS TRACKER */

.select-icon {
    font-size: 1.1rem;
}

/* BUTTONS */

.btn {
    border-radius: 1%;
}
.b-rad {
    border-radius: 0.25rem;
}

.btn-primary {
    background: #12283D;
    color: white;    
}

.btn-primary:hover {
    background: #8FADC4;
    color: white;    
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #8FADC4;
    color: white;    
}

.btn-primary:disabled {
    background: gray;
    border-color: gray;
    color: white;    
}

.btn-bordered {
    background: #fff;
    color: #12283D;
    border-color: #12283D;
}

.btn-round-bordered {
    border-radius: 20px;
    background: #fff;
    color: #12283D;
    border-color: #12283D;
}

.btn-default {
    background: #8FADC4;
    color: white;    
}

.btn-default:active, .btn-default.active, .btn-default:focus, .btn-default:hover,
.btn-bordered:active, .btn-bordered.active, .btn-bordered:focus, .btn-bordered:hover, 
.btn-round-bordered:active, .btn-round-bordered.active, .btn-round-bordered:focus, .btn-round-bordered:hover {
   background: #12283D;
   color: white; 
}


.btn-bordered-search-addon {
    background: #fff;
    color: #12283D;
    border-color: #12283D;
}

.btn-bordered-search-addon:active, .btn-bordered-search-addon.active, .btn-bordered-search-addon:focus, .btn-bordered-search-addon:hover {
   background: #EFEFEF;
   color: #12283D; 
}

.btn-inline-with-input {
    margin-top: 2rem;
}

/* END BUTTONS */

/*--------------
     Avatar
---------------*/

#select-vendor-table-test .org-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-table-test .org-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-table-test > .org-img {
    display: block;
  }
  #select-vendor-table-test > .org-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-table-test .vendor-content {
    margin-left: 3.5em;
  }
/* START direct-select */
#direct-select-vendor-table .org-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #direct-select-vendor-table .org-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #direct-select-vendor-table > .org-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #direct-select-vendor-table .vendor-content {
    margin-left: 3.5em;
  }

/*END direct-select */
/* START request-more-bids-select */
#select-vendor-request-bids-table .org-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-request-bids-table .org-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-request-bids-table > .org-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-request-bids-table .vendor-content {
    margin-left: 3.5em;
  }

/* end request-more-bids-select */


/* START client amc select vendor  */
 #select-vendor-table .org-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-table .org-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-table > .org-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-table .vendor-content {
    margin-left: 3.5em;
  }
/* END client amc select vendor  */

  /* START appraiser company  USER*/
  #select-vendor-table .user-vendor-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-table .user-vendor-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-table > .user-vendor-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-table .vendor-content {
    margin-left: 3.5em;
  }
  /* END appraiser company  */

/* START amc select USER vendor */
  #select-vendor-user-table .user-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-user-table .user-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-user-table > .user-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-user-table .vendor-content {
    margin-left: 3.5em;
  }
  #select-vendor-user-table-test .user-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #select-vendor-user-table-test .user-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #select-vendor-user-table-test > .user-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #select-vendor-user-table-test .vendor-content {
    margin-left: 3.5em;
  }

  .div-scroll{
    height:600px;
    overflow-y:auto;
  }
  
  /* END amc select USER vendor */
  /* commercial amc user-image START*/
  #direct-select-vendor-user-table .user-img {
    display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: 0.2em 0em 0em;
  }
  #direct-select-vendor-user-table .user-img img {
    display: block;
    margin: 0em auto;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
  }
  #direct-select-vendor-user-table > .user-img {
    display: block;
  }
   /* If there is an avatar move content over */
   #direct-select-vendor-user-table .vendor-content {
    margin-left: 3.5em;
  }
  /* commercial amc user-image END*/
/* direct-select-vendor-user-table */
/*--------------
    END Avatar
---------------*/
/* CARDS */

.card-header, .modal-header {
    background-color: #12283D;
    color: #fff;
    border-radius: 0;
}

.card {
    border-radius: 0;
    -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .75);
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .75);
    border: none;
}

.card-header {
    border-radius: 0 !important;
    font-size: 1.1rem;
}

.card-footer {
    border-radius: 0 !important;
}

.card-header-sm {
    font-size: .9rem;
    padding: 5px;
}

.card-header i {
    color: #fff;
}

.card-header-action-icon i {
    color: green;
    line-height: .7em;
    background: #fff;
    border-radius: 100%;
    height: .6em;
    width: .7em;
    margin-left: 5px;
    cursor: pointer;
}

.card-footer a.float-left {
    float: left;
}

.card-footer {
    background-color: #fff;
}

.card-footer-dashboard {
    background-color: rgba(0,0,0,0);
    border-top: 1px solid white;
}

/* END CARDS */


/* CARD ALERTS */

.card-alert {
    text-align: center;
}

.card-header-danger {
    background-color: red;
}

.card-header-warning {
    background-color: gold;
}

.card-header-success {
    background-color: green;
}


.alert-number {
    font-size: 1.3rem;
}

/* END CARD ALERTS */


/* NAVIGATION */

.dropdown-menu {    
    margin-top: -5px;
}
.user-dropdown-menu {
    z-index: 1031;
}
.navbar {
    background-color: #12283D;
    box-shadow: 0px 3px 5px #12283D;
}
.snav {
    top:32px;
}
.navbar-admin {
    background-color: #9e0d29;
}

.nav-sticky-subbar {
    position: sticky;
    z-index: 1019;
    background-color:  #8FADC4;
    /* color:#12283D; */
    color:white;
    padding: 0 16px;
    font-size: 0.82rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.25s ease, opacity 0.25s ease;
    border:  2px solid #12283D;
}

.nav-sticky-subbar.visible {
    max-height: 50px;
    opacity: 1;
}

.nav-subbar-content {
    padding: 5px 0;
}

.nav-subbar-order-number {
    font-weight: 600;
    margin-right: 16px;
}

.nav-subbar-item {
    color: white;
    margin-right: 16px;
}

.logo-only-nav, .top-nav {
    background-color: #fff;
}

a.nav-link {
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
}

a.nav-link.tab-pill {
    color: #fff;
    background-color:#8FADCD;
}

a.nav-link.tab-pill.active {
    background-color: #12273d;
}

.navbar-toggler {
    color: #fff;
}

.dropdown-menu {
    border: 1px solid #12283D;
}

.navbar .dropdown-item {
    font-size: .9rem;
    text-transform: uppercase;
}

/* END NAVIGATION */


/* SPECIFIC MODAL */

.notes-modal {
    height: 90%;
}

.modal {
  overflow-y:auto;
}

.modal-header-danger {
    background: #9e0d29 !important;
}

/* END SPECIFIC MODAL */


/* ACCOUNT LINK */

.account-col {
    margin-top: 4%;
    float: right;
}

.account-col .nav-link {
    color: #12283D;
}

.account-col ul {
    margin-bottom: 0;
}

.account-col .fa-user {
    font-size: 1.5rem;
}
/* END ACCOUNT LINK */

li.nav-item {
    font-size: .9rem;
}

.report-row i {
    font-size: 1.5rem;
}

.glowtext {
    /* font-size: 80px; */
    /* color: #fff; */
    text-align: center;
    -webkit-animation: glow 2s ease-in-out infinite alternate;
    -moz-animation: glow 2s ease-in-out infinite alternate;
    animation: glow 2s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }

.report-row {
    cursor: pointer;
}

#services-loading {
    z-index: 999;
    position: absolute;
    width:  96.5%;
    height:  300px;
    text-align: center;
    background-color: rgba(191, 218, 239, .3);
}

#loading-inner {
    position: relative;
    color: #12283D;
    margin-top: 8%;
}


#review-order-info-container {
    background-color: #E6F1F8;
    line-height: 1.7rem;
}

#report-required-input {
    visibility: hidden;
}

#create-order-previous-step {
    vertical-align: bottom;
}

/* TABLE/DATATABLES OVERRIDES */

#view-all-orders-table > thead > tr > th.dt-checkboxes-cell.dt-checkboxes-select-all.sorting_desc {
    padding-right: 10px !important;
}

.dtr-details {
    width: 100%;
}
div.slider {
    display: none;
}

td.dt-checkboxes-cell {
    padding: 30px !important;
}

.order-reports-table {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .5);
}

/*.order-reports-table .dataTables_wrapper .dataTables_scrollBody {
    border-bottom: 1px solid #12283D;
}*/

div.dataTables_wrapper div.dataTables_processing {
    background: #eeeeee;
    /* background: #eeeeee00; */
    text-align: center;
    padding: 2em 0 !important;   
    width: 100%;
    margin-left: -50%; 
    top: 9%;/* fixes loading bar position */
    /* margin-top: -100px; */
}

/* .dataTables_scrollHeadInner, .dataTables_scrollFootInner, table.dataTable {
    width: 100% !important;
} */

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

thead, table.dataTable thead {
    background-color: #8FADC4;
    /*color: #12283D;*/
    color: #f8f8ff;
    text-align: center;
}
table.dataTable .child-table thead tr {
    background-color: #8FADC4;
}
table.dataTable thead tr {
    background-color: #8FADC4;
}

.order-reports-table .dataTables_wrapper thead {
    background-color: #fff;
    color: #12283D;
    text-align: left;
}

.order-reports-table table tbody > tr > td {
    border-top-width: 2px;
}

table.dataTable thead > tr > th {
    border-top: 1px solid #12283D;
    border-bottom: 1px solid #12283D;
}

table.dataTable thead > tr > th:first-child {
    border-left: 1px solid #12283D;
}

.order-reports-table .dataTables_wrapper thead > tr > th:first-child {
    border-left: none;
    text-align: left;
}

/*.order-reports-table .dataTables_wrapper tbody > tr {
    padding-top: 5px;
    padding-bottom: 5px;
}*/

/*.dataTables_scrollFootInner {
    margin-top: 15px;
}*/

.dataTables_scrollFootInner > table tfoot > tr > td {
    border: none;
}

#total-container {
    padding: 10px;
    /*border: 1px solid #12283D;*/
    width: 100%;
}

#total-container .col-form-label {
    font-size: 1.2rem;
}

.report-table-val {
    font-size: 1.1rem;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.larger {
    font-size: 1.3rem;
}

.dashboard-larger-icon-text {
    font-size: 1.6rem;
}

.disabled {
    background-color: #D3D3D3;
    cursor: not-allowed;    
}

.disabled-text {
    color: #797979;
}

.unavailable {
    background-color: #D3D3D3;    
}

.inactive-user {
    color: #D3D3D3;    
}

/*.order-reports-table .dataTables_wrapper tbody > tr:hover {
    cursor: pointer;
}*/


.order-reports-table .dataTables_scrollHead {
    height: 0;
}

.order-reports-table table .fa-circle:hover, .order-reports-table table .fa-check-circle:hover {
    cursor: pointer;
}

.order-reports-table .dataTables_wrapper tbody > tr > td:last-child,
.order-reports-table .dataTables_wrapper tfoot > tr > td:last-child {
    text-align: right;
}

.order-reports-table .dataTables_wrapper thead > tr > th:first-child {
    border-top: none;
}

.order-reports-table .dataTables_wrapper tbody > tr > td:last-child {
    padding-right: 1.3rem;
}


.order-reports-table .dataTables_wrapper thead > tr > th:first-child,
.order-reports-table .dataTables_wrapper tbody > tr > td:first-child,
.order-reports-table .dataTables_wrapper tfoot > tr > td:first-child {
    width: 80% !important;
}

.order-reports-table .dataTables_wrapper thead > tr > th:last-child,
.order-reports-table .dataTables_wrapper tbody > tr > td:last-child,
.order-reports-table .dataTables_wrapper tfoot > tr > td:last-child {
    width: 20% !important;
}

.order-reports-table .dataTables_wrapper  thead > tr > th {
    border-top: none;
}

/*#order-pcr-vendor-options-table td:first-child {
    border-left: 1px solid #dee2e6;
}*/

#order-pcr-vendor-options-table td:last-child {
    text-align: right;
}

#order-pcr-vendor-options-table {
    box-shadow: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

table.table-bordered.dataTable th:last-child{
    border-right: 1px solid #12283D;
}

table.dataTable th, table.dataTable td {
    vertical-align: middle;
    padding: 10px;
}

table.dataTable td.overdue {
    background-color: #F08080;
    color: #F8F8F8;
}

table.dataTable tr.rush {
    background-color: #F08080;
    color: #F8F8F8;
}

table.dataTable tr.subsequent {
    background-color: #148c2f;
    color: #F8F8F8;
}

table.dataTable tr.encompass {
    background-color: #f18528bd;
    color: #F8F8F8;
}
table.dataTable tr.reggora-order-color {
    background-color: #28b1f1bd;
    /* color: #F8F8F8; */
}

/* Override bootstrap sorting icons */
/*need to adjust margins depending on width */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: .5rem;
    color: #12283D;
    font-size: 1.1rem;
    position: absolute !important;
    bottom: 0 !important;
    margin-bottom: 1rem;
    display: block !important;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f107";
    font-weight: 900;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: .5rem;
    color: #12283D;
    font-size: 1.1rem;
    position: absolute !important;
    top: 0 !important;
    margin-top: 1rem;
    display: block !important;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f106";
    font-weight: 900;

}

.dataTable th.sorting {
    padding: 5px auto !important;
    vertical-align: middle;
}

/* pagination */

.pagination li a {
    color: #12283D;
}

.paginate_button:hover {
    cursor: pointer;
}

.dataTables_paginate .previous:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f104";
    font-weight: 900;
}

.dataTables_paginate .next:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
}

.paginate_button {
    padding: 10px;
    background-color: #E6F1F8;
    border-left: 1px solid white;
}

.dataTables_paginate .current:hover {
    background-color: #E6F1F8;
}

.paginate_button:active, .dataTables_paginate .current {
    color: #12283D;
    background-color: #fff;
    border: 1px solid #12283D;
}

.dataTables_paginate .next, .dataTables_paginate .previous {
    background: none;
    color: #8FADC4;
    border: none;
}

.dataTables_paginate .next:hover, .dataTables_paginate .previous:hover {
    color: gray;
    background: none;
    border: none;
    text-decoration: none;
}
.item.eye-name {
    cursor: pointer;
}
.item.eye-all {
    cursor: pointer;
}
.dataTables_paginate .disabled {
    color: gray;
}

.dataTables_paginate .disabled:hover {
    color: gray;
    background: none;
    border: none;
}

.dataTables_paginate {
    /* margin-top: 1rem !important; */
    /* padding-bottom: 1rem; */
}

#select-vendor-table, #select-vendor-table td, #select-vendor-table th,
#select-vendor-user-table, #select-vendor-user-table td, #select-vendor-user-table th {
    border-right: 1px solid #dee2e6;
}

#select-vendor-table, #select-vendor-user-table {
    border-bottom: 1px solid #dee2e6;
}

#select-vendor-table td:first-child, #select-vendor-user-table td:first-child {
    border-left: 1px solid #dee2e6;
}

#select-vendor-table th:last-child , #select-vendor-user-table th:last-child {
    border-right: 1px solid #12283D;
}

/* end pagination */
/* END TABLE/DATATABLES OVERRIDES */

/* PIKADAY OVERRIDES */

/*.pika-label:after {
    content:" \25be";
}*/


.pika-lendar {
    width: 300px;
    margin: 0;
    padding: 2px;
    border: 1px solid #E6F1F8;
}

.pika-table th {
    color: #12283D;
    font-size: .8rem;
    padding: 5px;
    border: 0;
    text-transform: uppercase;
}

.pika-table td {
    border-right: 1px solid #12283D;
    border-bottom: 1px solid #12283D;
}

.pika-table td:last-child {
    border-right: none;
}

.pika-table tr:last-child td {
    border-bottom: none;
}

.pika-label {
    font-size: 1rem;
}

.pika-button {
    padding: 8px;
    background: #fff;
}

.pika-button:hover {
    background: #E6F1F8;
}

.is-selected .pika-button, .has-event .pika-button {
    background: #E6F1F8;
    box-shadow: none;
    border: 1px solid #12283D;
    border-radius: 0;
    color: #12283D;
}

.is-today .pika-button {
    color: #8FADC4;
}

/* END PIKADAY OVERRIDES */


/* INPUTS */

.label-margin {
    margin-top: 1.9rem;
}

select  {
    background-color: #fff;
    height: 2rem;
    border-color: #12283D !important;
}

select.disabled {
    pointer-events: none;
}

input[type=checkbox] + label {
    font-size: .8rem;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
}

input[type=number] {
   border: 1px solid #12283D;
}

input[type=color] {
    width: 100px;
    height: 25px;
}

.drag-drop-cell {
    margin-left: 0;
    margin-right: 0;
}

.edit-mode.form-control[readonly], .edit-mode-disabled.form-control[readonly] {
    background-color: #fff;
    border-color: #8FADC4;
    border-width: 3px;
}

.submission-files {
    /* height: 100px; */
}

#file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

.generate-report-icon {
    color: #12283D;
    cursor: pointer;
}

.generate-report-icon:hover {
    color: #8FADC4
}
#pdf-file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

#xml-file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}
#zip-uad-file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

#invoice-file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

#misc-file-upload-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}
#hide input[type=file] {
    display:none;
    margin:10px;
}

#hide input[type=file] + label {
    display:inline-block;
    margin:20px;
    padding: 4px 32px;
    background-color: #FFFFFF;
    border:solid 1px #666F77;
    border-radius: 6px;
    color:#666F77;
}
#hide input[type=file]:active + label {
    background-image: none;
    background-color:#2D6C7A;
    color:#FFFFFF;
}

.input-disabled {
    cursor: not-allowed;    
}

/* Add glow effects to input fields */
input[type=text], textarea {    
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
  border: 1px solid #12283D;  
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
/* Add glow effects to input fields */

/* END INPUTS */


/* DASHBOARD CUSTOM RULES */

.alerts {
    height: 50%;
}

.tasks {
    height: 50vh;
}

/* END DASHBOARD CUSTOM RULES */

#ms-user-order-contacts {
    width: 100%;
}
#ms-email-order-contacts {
    width: 100%;
}
#ms-my-select-email-order-contacts-recipients-test{
    width: 95%;
    margin: auto;
    text-align: center;
}

.show-order-file-contacts{
    width: 50%;
    margin: auto;
    text-align: center;
}
.show-order-email-contacts{
    width: 50%;
    margin: auto;
    text-align: center;
}
.select-deselect-radios{
    width: 25%;
    margin: auto;
    text-align: center;
}
#ms-my-select-note-email-recipients{
    width: 100%;
}
#ms-editCounties {
    width: auto;
}
#ms-counties{
    width: auto;
}
#ms-user-counties {
    width: auto;
}

#ms-auto-assign-counties {
    width: auto;
}

#ms-user-order-contacts {
    width: 100%;
}

.ms-selection, .ms-selectable {
    text-align: center;
}

.ms-list {
    text-align: left;
}


.edit-bordered.edit {
    border: 1px solid #12283D;
    border-radius: 5px;
}

/* USER MANAGER CUSTOM RULES */

.user-manager-container a {
    color: #12283D;
}

.user-manager-container a.inactive-user {
    color: #D3D3D3;
}

.user-manager-container li i {
    padding-right: 5px;
}

.user-name {
    font-size: 1.1rem;
}
.order-subtext {
  font-size: 1.1rem;
}

/* END USER MANAGER CUSTOM RULES */


/* ORDERS VIEW CUSTOM RULES */

.transparent-bg {
    background: none;
}

#map-canvas {
    width: 100%;
    height: 300px;
}

#map-canvas-all-orders {
    width: 100%;
    height: 600px;
}
/* Set the size of the div element that contains the map */
#map-select-vendor-options {
    /* width: 100%; */
    min-width: 400px;
    /* min-width: 250px; */
    width: 100%;
    height: 600px;
}

.ui.sticky.fixed.top.sticky-map {
    box-shadow: 0 0 6px #000;
  }
.col-12 table.dataTable thead .sorting:before,
.col-12 table.dataTable thead .sorting_asc:before,
.col-12 table.dataTable thead .sorting_desc:before,
.col-12 table.dataTable thead .sorting_asc_disabled:before,
.col-12 table.dataTable thead .sorting_desc_disabled:before {
    margin-bottom: .1rem;
}

.col-12 table.dataTable thead .sorting:after,
.col-12 table.dataTable thead .sorting_asc:after,
.col-12 table.dataTable thead .sorting_desc:after,
.col-12 table.dataTable thead .sorting_asc_disabled:after,
.col-12 table.dataTable thead .sorting_desc_disabled:after {
    margin-top: .1rem;
}

.dataTables_scrollBody thead {visibility: hidden;}

/* END ORDERS VIEW CUSTOM RULES */


/* TOOLTIP RULES */

/* Tooltip container */
.tooltip-override {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #12283D;

}
/* bootstrap usage for tooltip css recoloring */
.tooltip-inner {
    width: 150px;
    max-width: 200px;
    padding: 8px 5px;   
    color: #12283D;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #12283D;
    /* opacity: 0; */
    /* transition: opacity 0.3s; */
    text-transform: none;
}
.tooltip-override .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #fff;
    color: #12283D;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #12283D;
    text-transform: none;
}
table.dataTable .child-table thead tr {
    background-color: #8FADC4;
}
table.dataTable thead tr {
    background-color: #8FADC4;
}
.tooltip-info {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip-wide {    
    width: 200px !important;    
}
.tooltip-wider {    
    width: 300px !important; 
    line-height: 22px;   
}

.tooltip-override .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #12283D transparent transparent transparent;
}

.tooltip-override:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.order-note-message-icon{
    vertical-align: top;
}
.order-note-block {
    display: inline-block;
}

/* END TOOLTIP RULES */


/* ORDERS PAGE NOTES RULES */

/*
#existing-notes {
    height: 325px;
    overflow: scroll;
}

.scroll-body {
    overflow: scroll;
}

.more-notes {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    font-size: 1.2rem;
}
*/
.add-note-area {
    width: 100%;
    /* resize: none; */
}

.order-note#new-note-container {
    margin: 0;
    padding: 0;
}

.order-note {
    border-top: 1px solid #7d7d7d;
    padding: 10px 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.note-body {
    margin-top: 10px;
}
.note-body-text{
    white-space: pre-wrap;
    border-left: 1px solid lightgrey;
}

.is-private-checkbox {
    padding-top: 10px;
}

/* END ORDERS PAGE NOTES RULES */


/* OTHER CUSTOM RULES */

#clients-table td {
    vertical-align: top;
}

.generate-report-icon {
    cursor: pointer;
}

.form-error {
    color: #b94a48;
}

.hover-pointer {
    cursor: pointer;
}

.datepicker-icon {
    cursor: pointer;
}
.activate-master-map{
    /* font-size: 1.4rem; */
    margin-left: 5px;
    cursor: pointer;
}
.edit-controls, .acceptance-controls {
    font-size: 1.2rem;
}
.edit-controls i, .acceptance-controls i {
    font-size: 1.4rem;
    margin-left: 5px;
}

.acceptance-controls .fa-times-circle {
    font-size: 1.5rem;
}

.vendor-accept-icon i {
    color: green;
    line-height: .7em;
    background: #fff;
    border-radius: 100%;
    height: .6em;
    width: .8em;
    margin-left: 5px;
}

.vendor-accept-with-conditions-icon {
    margin-left: 15px;
}

.vendor-accept-with-conditions-icon i {
    color: green;
    line-height: .7em;
    background: #fff;
    border-radius: 100%;
    height: .6em;
    width: .8em;
    margin-left: 5px;
}

.vendor-decline-icon {
    margin-left: 15px;
}

.vendor-decline-icon i {
    color: red;
    line-height: .8em;
    background: #fff;
    border-radius: 100%;
    height: .7em;
    width: .8em;
    margin-left: 5px;
}

.accept-conditions-icon {
    margin-left: 15px;
}

.accept-conditions-icon i {
    color: green;
    line-height: .7em;
    background: #fff;
    border-radius: 100%;
    height: .6em;
    width: .8em;
    margin-left: 5px;
}

.decline-conditions-icon {
    margin-left: 15px;
}

.decline-conditions-icon i {
    color: red;
    line-height: .8em;
    background: #fff;
    border-radius: 100%;
    height: .7em;
    width: .8em;
    margin-left: 5px;
}

.edit-controls:hover, .acceptance-controls:hover {
    cursor: pointer;
}

.icon-success {
    color: green;
}

.icon-danger {
    color: red;
}

.icon-warning {
    color: gold;
}

.icon-alert {
    color: #8FADC4;;
}

.icon-alert-stroke {
    -webkit-text-stroke: 2px #12283D;
    text-stroke: 2px #12283D;
}

.orders-table .card-footer a {
    float: right;
    color: #000;
}
.orders-table .card-footer {
    border-top: none;
    font-size: 1.2rem;
}

.orders-table .card-footer .footer-left {
    float: left;
}

.orders-table .card-footer .footer-right {
    float: right;
}

.green {
    color: green;
}

/*
.icon-warning {
    color: #fff;
    line-height: .7em;
    background: gold;
    border-radius: 100%;
    height: .7em;
    width: .7em;
}*/

.remove-contact-icon {
    font-size: 1.3rem;
}

.fa-clock-o {
    font-size: 1.5rem;
}

.alerts .fa-clock-o {
    font-size: 1.5rem; /* clock icon is abnormally small */
}

.fa-plus-circle {
    font-size: 1.5rem;
}

#view-all-contacts-table td {
    padding: 15px 10px;
}

.service-name {
    font-size: 1.1rem;
}

.user-photo {
    max-width: 200px;
    background: #fff;
}

.user-manager-user-photo {
    max-width: 150px;
    background: #fff;
}

.user-manager-edit-user-photo-form {
    float:right;
    clear:right;
}

.picture-button {
    margin-bottom: 0;
    width: 200px;
}

.user-manager-picture-button {
    width: 150px;
    margin-bottom: 0;
}

.button-rounded-bordered {
    border-radius: 10px;
}

.toggle-off {
    background-color: #d3d3d3 !important;
    color: white !important;
}

.toggle-handle {
    background-color: white !important;    
}

.editable-field {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    outline: none;
    background-color: #E6F1F8;
}

.border-none {
    border: none !important;
}

.appraiser-card {
    min-height: 250px;
}

.appraiser-card .description-text {
    font-size: .9rem;
    line-height: 1.4rem;
}

.appraiser-card .text-display-label {
    font-size: .8rem !important;
}

/* END OTHER CUSTOM RULES */


/* dropzone */
.dropzone {
    border: 2px dashed;
    border-radius: 5px;
    background: white;
}


/* MEDIA QUERIES */

@media screen and (max-width:1280px) {
    table {
        font-size: .9rem;
    }

    .logo-container img {
        width: 300px;
    }

    .account-col .dropdown-menu {
        margin-right: 20px;
    }

}

@media screen and (max-width:1070px) {
    
    .step-title {
        font-size: .7rem !important;
    }

}

@media screen and (max-width:992px) {

    table, table .btn {
        font-size: .8rem;
    }

    .alerts {
        height: 25%;
    }

    .col-md-mt-0 {
        margin-top: 0;
    }

    .tasks {
        height: 50vh;
    }

    .account-col {
        position: relative;
        margin: 0;
    }

    .account-col .nav-link {
        color: #12283D;
        margin-top: 1rem;
        float: right;
    }

    .account-col .dropdown-menu {
        right: auto;
    }

    .navbar-expand-lg {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .navbar-nav .nav-item {
        padding: 5px;
        border-top: 1px solid #E6F1F8;
    }

    .search-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1rem !important;
        border-top: 1px solid #fff;
    }

    .dropdown-toggle::after {
        margin-left: 0;
    }

    .step-title {
        display: none;
    }

    .step-number {
        margin-left: 30%;
    }

    .divider {
        margin-left: 1%;
        margin-right: 1%;
    }

    .step-title-container {
        width: auto;
    }

    .appraiser-card {
        height: 310px;
    }

}

/*@media screen and (min-width: 768px) {
    .w-sm-auto {
        width: auto !important;
    }
}
*/
@media screen and (max-width:768px) {

    /* COLLAPSED NAV */
    .navbar-nav .dropdown-menu.show {
        text-align: left;
        background-color: #12283D;
        color: #fff;
        border: none;
    }

    .navbar-nav .dropdown-menu.show .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu.show .dropdown-item:hover {
        color: #12283D;
    }

    /* END COLLAPSED NAV */

    .orders-table .card-footer {
        font-size: 1rem;
        text-align: center;
    }

    .orders-table .card-footer .footer-left {
        float: none;
    }

    .orders-table .card-footer .footer-right {
        float: none;
    }

    .tasks {
        height: 27.5vh;
    }

    .top-nav {
        font-size: .9rem;
    }

    .edit-controls, .edit-controls i {
        font-size: 1.1rem;
    }

    .logo-container img {
        width: 300px;
    }

}
@media screen and (max-width:490px) {
    .logo-container img {
        width: 250px;
    }

    .user-name-toggle {
        display: none;
    }
}

 .btn.toggle {
    min-width:100px;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}

