/* Minification failed. Returning unminified contents.
(128,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(553,17): run-time error CSS1039: Token not allowed after unary operator: '-text-dark-blue'
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

:root {
--text-dark-blue: #005499;
}

#main {
    min-height: 800px;
}

#sOrder_ID, #sRequester, #sClient, #sAppraisal_Firm, #sAppraisal_Type, #sStatus, #sProperty_Address, #sRequester, #sAppraiser, #sReviewer {
    width: 170px;
    height: 25px;
}

#sDue_Date, #sAppointment_Date {
    width: 120px;
    height: 25px;
}

.btnPickDate {
    -moz-user-select: none;
    background-image: none;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 25px;
}

.btnPickDateWrapper{
    width:auto;
}
.btn-sm {
    background-color: white;
    padding: 2px 4px;
    font: 13px sans-serif;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #aaa #444 #444 #aaa;
    color: black;
}

.glyphicon-chevron-left:before {
    /*content: "\e079";*/
    content: "\003C";
    font-weight: bold;
}

.glyphicon-chevron-right:before {
    content: "\003E";
    font-weight: bold;
}

.input-block-level {
  display:table;
}

.input-block-level > .form-control {
  display: table-cell;
  margin-left:-3px;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.delimiter {
    border-color: black;
}

.detailsColWidth {
    width: 300px;
}

.qSearch {
    width: 250px;
    margin-top: 17px;
}

.loader {
    position: absolute;
    z-index: 3;
    margin-top: 150px;
    height: 150px;
}
.breadcrumbLinks {
    margin-left: -15px;
}
.errorMsg {
    font-size: 22px;
    color: red;
    font-weight: bold;
}
.admin-errorMsg {
    font-size: 22px;
    color: red;
    font-weight: bold;
    text-align:center;
}
.announcement {
    color:red;
    font-size:small;
    text-align:center;
}

.announcement-maintenance {
    color:red;
    font-size:small;
    text-align:center;
}

#appraiser-docs-btn{
    margin-left:10px;
    padding: 9px 10px;
}

#dt-day {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0px 0px 0px;
    width: 22px;
}

#dt-month {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0px 0px 0px;
    width: 15px;
}

#dt-month{
    padding:6px 0px 0px 0px;
}

#expiryDateYear {
    float: right;
    margin-right: -14px;
    width: 125px;
}

.doc-attach-btn {
        margin-left: 5px;
        background-color: #014670;
        border-color: #014670;
        border-style: solid;
        border-width: 1px;
        color: white;
        font: 12px sans-serif;
        padding: 2px 4px;
        text-decoration: none;
        cursor:default;
    }

#doc-my_file {
    background-color: transparent;
    color: transparent;
    height: 40px;
    left: -90px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 0;
    width: 90px;
    float: left;
    z-index: 2;
}

.ad-fourth-Clmn-Wdth{
    width:115px;
}

.ad-fifth-Clmn-Wdth{
width:95px;
}

.doc-label-control{
    border:1px solid white;
}

#upload_Date {
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0;
    text-align: center;
    width: 80px;
}

#doc-upload-btn {
    float: left;
    margin-right: -7px;
}

.doc-btn-sm {
    background-color: #3276b1;
    padding: 5px 10px;
    font: 12px;
    text-decoration: none;
    border-color: #357ebd;
    color: #fff;
    line-height: 1.5;
}

.ad-first-Clmn-Wdth{
    width:180px;
}

ul.docs_dd_menu{
    min-width:210px;
}

.table-bordered > tbody > tr > td.border_style{
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right:1px solid white;
}

.table-hover > tbody > tr:hover > td.border_style{
    background-color:white;
}

#file_name_style{
    margin-right:20px;
}

.third-Clmn-Wdth{
    width:215px;
}

.uploadDate_Clmn-Wdth{
  width:130px;
}

.effectiveDate_Clmn-Wdth{
    width:221px;
}

.input_txt{
    width:320px;
    float:left;
}

#updateBtn{
 float:left;
 margin-left:0px;
}

#reset_btn{
  margin-left: 15px;
  padding: 9px 10px;
}

#emailConfirmed_lbl {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    width: 130px;
}

#resendConfirmationEmailBtn {
    margin-left: 5px;
}

#table-order-details > tbody > tr > th{
    width:120px;
}

.txtArea_resize{
    resize:none;
}

.date_margin{
    margin-right:12px;
    width:60px;
}

.dt_width{
    width:125px;
}

.year_dd_width{
   width:160px;
}

.ad-third-Clmn-Wdth{
    width:120px;
}

.yr_month_width{
    width:50px;
}

#my_profile_tbl > tbody > tr > th{
    width:200px;
}

.txt-align-center{
    text-align:center;
}

.txt-font-color{
    color:red;
}

.div-error-align {
    margin-top: 40px;
}

.mobilelnkcont-style{
    text-align:center;
    margin-top:25px;
}

.btn-margin-left{
    margin-left:155px;
}

.sign-float-right {
    float: right;
    margin-left: 125px;
}

.doc-ddp-style{
   float:left;
   margin-left:1px;
}

.dt-Clmn-Wdth{
  width:120px;
}

#quoteOrderLink{
    cursor:pointer;
    color: #428bca;
    text-decoration: none;
}

.dollar-sign-style {
    float:left;
    margin-left: 1px;
    width: 2%;
}

.amount-field-padding{
    padding-left:3px;
}

#erdDateInput{
    margin-left:5px;
}

.quote-align{
    margin-left:20px;
}

.quote-ContractFee-align {
    margin-left: 30px;
}

.note-align{
    margin-top:10px;
}

.emphasis {
    font-weight:bold;
    text-decoration:underline;
}

.content-align{
    margin-top:5px;
}

#modal-body-form-eula {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 30px
}

.list-group-item-message-center {
    position: relative;
    display: block;
    padding: 25px 15px;
    /* margin-bottom: 10px; */
    background-color: #fff;
    margin-bottom:10px;
    border: 1px solid #999;
}

.message-read-icon-disappear {
    visibility:hidden;
}

.announcement-design {
    width: 50%;
    margin: 0 auto;
}

.announcement-design > p  {
    color:black;
}

.fontNew{
    font-family:Helvetica;
}


.borderPadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.hide-border {
    border-right: hidden;
    border-left: hidden;
    border-bottom: hidden;
}

.text-dark-blue {
    color: var(--text-dark-blue);
}

.sign-in .form-label {
    margin-bottom: 0;
    font-weight: 400;
}

.form-input {
    margin-bottom: 8px;
}

.sign-in .form-group p {
    margin-bottom: 0;
}

.password-requirements {
    margin-top: 10px;
    font-size: 12px;
}

.requirement {
    margin-bottom: 2px;
    transition: color 0.3s ease;
    list-style-type: disc;
}

.form-group .error-message {
    font-size: 12px;
    margin-top: 5px;
}

.password-reveal-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

