/*
Custom CSS
*/
body {
    word-wrap: break-word;
}
.navbar-inverse {
    background-color: #004E90 !important;
}
.table tr td {
    white-space: nowrap;
    padding: 8px !important;
}
.wrap-table-text {
    white-space: normal !important;
    min-width: 200px !important;
    max-width: 300px !important;
}
.stepy-header li div:after {
    content: '' !important;
}
.stepy-header li div {
    border-color: #eeeeee;
    background-color: #fff;
    color: #ccc;
    font-size: 14px;
}

.stepy-header li:before, .stepy-header li:after {
    background-color: #f5f5f5 !important;
    top: 39px;
}

.stepy-header li.ila_active:after {
    background-color: #00bcd4 !important;
    top: 39px;
}

.stepy-header li.active div {
    cursor: auto;
    border-color: #00bcd4;
    background-color: #fff;
    color: #00bcd4;
}

.stepy-header li.active_tat_warning div, .stepy-header li._tat_warning div {
    cursor: auto;
    border-color: #FF5722 !important;
    background-color: #fff;
    color: #FF5722 !important;
}

.stepy-header li.active_tat_missed div, .stepy-header li._tat_missed div {
    cursor: auto;
    border-color: #F44336 !important;
    background-color: #fff;
    color: #F44336 !important;
}

.stepy-header li.validated div {
    border-color: #00bcd4;
    background-color: #00bcd4;
    color: #fff;
}

.stepy-header li.validated_tat_warning div {
    border-color: #FF5722 !important;
    background-color: #FF5722 !important;
    color: #fff;
}

.stepy-header li.validated_tat_missed div {
    border-color: #F44336 !important;
    background-color: #F44336 !important;
    color: #fff;
}
.stepy-header li.active:before, .stepy-header li.validated:before, .stepy-header li.validated:after {
    background-color: #00bcd4 !important;
    top: 39px;
}

.stepy-header li.active_tat_warning:before, .stepy-header li._tat_warning:before, .stepy-header li.validated_tat_warning:before, .stepy-header li.validated_tat_warning:after {
    background-color: #FF5722 !important;
    top: 39px;
}

.stepy-header li.active_tat_missed:before, .stepy-header li._tat_missed:before, .stepy-header li.validated_tat_missed:before, .stepy-header li.validated_tat_missed:after {
    background-color: #F44336 !important;
    top: 39px;
}

.has-error .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #D84315 !important;
}
.footer {
     position: static !important; 
     bottom: 0px !important; 
}

.icons-list {
    position: relative;
}

.icons-list > li {
    position: absolute !important;
    margin-left: -5px;
    margin-top: -5px;
}

.icons-list2 > li{
    position: relative !important;
}

#excel_export_msg, #excel_export_msg_status {
    display: none;
}

.loader-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #CCCCCC;
    opacity: 0.6;
}

.loader {
    display: none;
    position: fixed;
    left: 47%;
    top: 42%;
    z-index: 99999;
}

.inner-loader-overlay, .inner-loader-overlay1, .inner-loader-overlay2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.13);
    opacity: 0.6;
}

.inner-loader, .inner-loader1, .inner-loader2 {
    display: block;
    position: absolute;
    left: 47%;
    top: 50%;
    z-index: 99999;
}

#head_office-error, #regional_office-error, #party_state-error, #case_state-error,#office_state-error {
    display: none;
}

#requirement_remove, #loss_matter_remove ,#self_expense_remove,#company_expense_remove,#cc_hash_remove{
    display: none;
}
.error {
    color:red;
}

#user-error {
    display: none;
}

/*For Print Screens*/
@page 
{
    size: auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
    
}
@media print {
    html, body {
        height: auto !important;    
    }
}
@media print {
  div.page_break { 
    break-before: page;
  }
}

@media print {
  div.bill_page_break { 
    break-before: page;
    margin:88px 0px 0px 0px;
  }
  
}
.print .col-md-1, .print .col-md-2, .print .col-md-3, .print .col-md-4, .print .col-md-5, .print .col-md-6, .print .col-md-7, .print .col-md-8, .print .col-md-9, .print .col-md-10, .print .col-md-11, .print .col-md-12 {
    float: left;
}

.print .col-sm-1 {
    width: 8.33333333%;
}
.print .col-md-offset-1 {
    width: 8.33333333%;
}
.print .col-sm-offset-1 {
    width: 8.33333333%;
}
.print .col-xs-offset-1 {
    width: 8.33333333%;
}
.print .col-sm-2 {
    width: 20%;
}

.print .col-md-2 {
    width: 16.66666667%;
}

.print  .col-md-3 {
    width: 25%;
}

.print .col-md-4 {
    width: 33.333% !important;
}

.print .col-md-5 {
    width: 41.66666667% !important;
}

.print .col-md-6 {
    width: 50%;
}
.print .col-md-7 {
    width: 58.33333333%;
}

.print .col-md-8 {
    width: 66.66666667%;
}

.print .col-md-9 {
    width: 75%;
}

.print .col-md-10 {
    width: 83.33333333%;
}

.print .col-md-11 {
    width: 91.66666667%;
}

.print .col-md-12 {
    width: 100%;
}
/*End For Print Screens*/

.fixed-dropdown {
    max-height: 300px;
    overflow: auto;
}

#clients-error, #client_offices-error, #client_contact_persons-error, #client_contact_number-error, #client_contact_email-error, #pending_case_state-error, #dispatched_case_state-error, #closed_case_state-error, #pending_case_client-error, #dispatched_case_client-error, #closed_case_client-error, #pending_case_client_office-error, #dispatched_case_client_office-error, #closed_case_client_office-error, #case_associate_error,#office_city-error,#party_city-error,#site_city-error, #broker_offices-error, #update_client_offices-error, #update_clients-error, #update_party_state-error, #update_party_city-error,#client_offices_underwriting-error {
    display: none;
}
.pending_document{
max-width: 500px; 
display: block; 
white-space: normal !important; 
overflow: hidden;
min-width: 400px;
}

.expense_title,.sac_number {
max-width: 500px; 
display: block; 
white-space: normal !important; 
overflow: hidden;
min-width: 200px;
}
.expense_title_raise_bill {
    max-width: 150px; 
    display: block; 
    white-space: normal !important; 
    overflow: hidden;
    min-width: 200px;
}


// For Raise Bill Page
.extraSmallWidth {
    width: 60%;
    display: inline-block;
}
.charge-fields{
    margin-left:-10px;
}

#documents_list, #search_param-error, #filter_param-error {
    display: none;
}

.affix {
    position:fixed;
    top:0;
    right: 10px;
}

#preview_window .panel-body {
    height: 100%;
}
.effect-image {
    width:365px;
    height:274px;
}
.switching_company_header{
    padding-left:5% !important;
    padding-right:0 !important;
}
.switching_company_header_anchor{
    color:#fff !important;
}
// To Change color of Tooltip for Case Details Audit log 
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }

/* For Scroll on top of the Case List Page */
.wrapper_top, .wrapper_bottom { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper_top { height: 20px; position: fixed; top: 44px; left: 0px; }
.div_top { height: 20px; }
.div_bottom { overflow: none; }
/* For Property Address  */

input:focus, select:focus, textarea:focus, .select2-selection:focus {
    box-shadow: 1px 1px 1px 1px #5ba0f9 !important;
}
.case_photo_header_top {
    border-top:1px solid #5F5F5F;
    border-bottom:1px solid #5F5F5F;
}
.case_photo_header {
    border-left:1px solid #5F5F5F;
    border-right:1px solid #5F5F5F;
    margin-left:5px;
    margin-right:10px;
}
.case_photo_header_page_break {
    border:1px solid #5F5F5F;
    margin-left:15px;
    margin-right:20px;
    margin-bottom:20px;
}
.case_photo_data_bottom {
    border-left:1px solid #5F5F5F;
}
.photograph_case_header {
    font-size:18px;
}
#waive_off_gst {
   width:16px;
   height:16px;
}
ul.dropdown-menu.dropdown-menu-right.fixed-padding li a {
    padding: 2px 12px;
}
.party_suggestion_list:hover {
    background:#e2e2e6;
    
}
.cancel_button:hover {
    color:#fff;
}
.sweet-alert-2 {
    background-color: #fff;
    width: 470px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -235px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1060;
}
.sweet-alert-2 .sa-icon.sa-info {
    border-color: #2196F3;
}
.sweet-alert-2 .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #ddd;
    border-radius: 50%;
    margin: 10px auto 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sweet-alert-2 .sa-icon.sa-info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #2196F3;
}
.sweet-alert-2 .sa-icon.sa-info:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #2196F3;
}

.sweet-alert-2 .sa-icon.sa-danger {
    border-color: #F44336;
}

.sweet-alert-2 .sa-icon.sa-danger:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F44336;
}
.sweet-alert-2 .sa-icon.sa-danger:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #F44336;
}

.cc_suggestion {
    padding:10px; 
    color: grey;
    text-decoration: none;
}

.cc_suggestion:hover {
    text-decoration: underline;
    color: darkslategrey;
}

.tagify_custom {
    background-color: #546E7A !important;
    color: #FFF;
    width: auto;
    font-size: 12px;
    padding: 5px 11px !important;
    border-radius: 2px;
    margin: 2px 0 0 2px;
}

#preview_document_report {
    padding: 40px;
}

.upSpan {
    padding: 3px;
    cursor: pointer;
}

.downSpan {
    padding: 3px;
    cursor: pointer;
}

.list-affix {
    position: fixed;
    top: 50px;
    z-index: 999;
    box-shadow: 0px 1px 1px 1px #C2C2C2;
}

.case-details-menu {
    max-height: none !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/* BOC #112643 neeraj.kumar@velsof.com 20-May-2019 For adding delete icon */
.delete-icon-place{
    width: 97% !important;
    padding: 0 !important;
}
.delete-icon-boxwidth{
    width: 100% !important;
}
/* EOC #112643 */
