/*body,h1,h2,h3,h4,h5,h6{ font-family: Times New Roman; font-weight:normal; }*/

.branch-sel{
  color: #fff !important;
  background-color: #3E7291;
  border-color: #3E7291;  
}
body{ font-size:12px !important; }
a { color: #2b6a9d; text-decoration: none; background-color: transparent; }
.nav-link { font-weight: 600;}
.btn-primary{ color: #fff; background-color: #2b6a9d; border-color: #2b6a9d;}
.btn-primary:hover{ color: #fff; background-color: #2b6a9d; border-color: #2b6a9d;}
.btn-save{ color:#fff; background-color:#af0101; border-color:#af0101; }
.btn-save:hover{ background-color: #9c0505; border-color: #9c0505; }
.btn-grey {
    background-color: #666666;
    color: white;
    border-color: #666666;
    border:0px;
    font-weight:400px;
}
.btn-grey:hover { opacity: 0.7;color: white;}
.btn-red {background-color: #dc3545;color: white;border:0px;}  
.btn-red:hover {opacity: 0.7;color: white;}  
.btn-blue {background-color: #2b6a9d;color: white;border:0px;font-weight:600px;}
.btn-blue:hover {
  opacity: 0.95;
  color: white;
  background-color: #dc3545;
} 

.col_highlight:hover {
    cursor: pointer;
    border: 1px double #999;
    overflow: hidden;
    border-bottom: 1px solid #999 !important;
}    
 
.txthglt{ font-weight:600;color:#2b6a9d;}
.bg-blue{ background-color: #004da8; color:#ffffff;}
.bg-blue th {text-transform: capitalize !important;} 
.bg-grey{ background-color: #ccc; color:#333;}
.text-blue{ color:#2b6a9d;}
.headings{font-size:14px;}
.toptxthglt{color:#2b6a9d;}
.input-daterange input{ text-align : left !important; }
.cursor{ cursor:pointer; }
#activetab{ background-color: #dc3545;color: #ffffff;border:0px;}
#selectab{background-color: #2b6a9d;color: white;border:0px;}
.page-item.active .page-link{background-color:#2b6a9d;border-color:#2b6a9d;}
.input_wrap.enter_otp .input{    width: calc(100% / 8); /*border-width: 4px !important; */ outline: none; background: #e6e6e6; border: 0; padding: 10px; vertical-align: middle; font-size: 14px;} 
.form-control{ font-size:14px !important; }
.form-inline #search_input { width:300px !important; }
.form-inline #search_select{ width:260px !important; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{ color:#fff; background-color:#2b6a9d; }
.docimg{ width:100% !important;height:100px !important;}
#incorporation_date[readonly],.ownerdob[readonly],.ownerdob[readonly],.readonlydisplay { background-color: #ffffff !important;  }
.label-info {
    background-color:  #5bc0de;
    display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}

.custom-form-control{
height: calc(1.5em + .75rem + 2px);
padding: .3rem 0rem;
width: 48%;
font-weight: 400;
line-height: 1.5;
color:
#495057;
background-color:
#fff;
background-clip: padding-box;
border: 1px solid
#ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.w-300 { width: 300px; }
.w-350 { width: 350px; }
.page-header { width: 100%; /*height: 75px;*/ }  
.page-footer {  /*position: fixed;*/
  /*left: 0;*/
  /*bottom: 10px;*/
  width: 100%;
  background-color: #eaeaea;
  color:#0056f5;
  text-align: center;
  /*padding: 10px;*/
  /*padding:20px 0px;*/
}
.pageStats{bottom:0;}

.prjct-nav a{
    color:#495057;
    border-radius:0px !important;
} 

.prjct-topblock{
    border-bottom:1px solid #004da8;
    background-image: linear-gradient(0deg, #00479f 0%, #017bce 100%);
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-form-group input{
    margin-bottom:1rem !important;
}

/*----------The following CSS was added by RAJESH in the months of Feb-March in 2019 --------*/

/*CSS - Redesigning the Adroit theme - Starts here*/
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected { background-color: #fff !important }

@-webkit-keyframes autofill {
    to {
        background-image:none; background-color: #ffffff;
    }
}
/*@-webkit-keyframes autofillun {
    to {
        background:#fff url('../images/username_icon.png') no-repeat 0px center;
        background-size: auto 100%;
    }
}
@-webkit-keyframes autofillpwd {
    to {
        background:url('../images/password_icon.png') no-repeat 0px center;
        background-size: auto 100%;
    }
} */

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.login_blk input.username:-webkit-autofill {
    -webkit-animation-name: autofillun;
    -webkit-animation-fill-mode: both;
}

.login_blk input.password:-webkit-autofill{
    -webkit-animation-name: autofillpwd;
    -webkit-animation-fill-mode: both;  
}



.bg-panel-red{ background-color: #af0101 !important }
.bg-adroit-grey{ background-color: #ccc !important }
.bg-greyf4{ background-color: #f4f4f4 !important }
.bg-custom-red:hover { background-color: #c14242 }
.color-common{color:#212529 !important}
.bg-view-grey{background-color:#f4f4f4}
.bg-edit-green{background-color:#c9e0c9}
.bg-del-red{background-color:#f3c3c3}

.color-panel-blue{ color: #2b6a9d !important } .color-adroit-red{ color: #af0101 !important } 
.color-darkgrey{ color: #626262 !important } .color-white{ color:#fff !important }

.overflow-auto{ overflow:auto !important }

.header_logo_new{width:150px; }
.header_logo_div{float:left; padding-top:25px; text-align:center }
/*.login_blk{ text-align: center;padding-top:20px !important;left:0;right:0 }*/


/*separate style for new theme - starts here*/


@font-face {
    font-family: 'latobold';
   src: url('/fonts/latogoogle-bold-webfont.woff2') format('woff2'), 
         url('/fonts/latogoogle-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }



@font-face {
    font-family: 'latolight';
    src: url('/fonts/latogoogle-light-webfont.woff2') format('woff2'),
         url('/fonts/latogoogle-light-webfont.woff') format('woff');
         font-weight: normal; font-style: normal;
}


@font-face {
    font-family: 'latogoogle';
    src: url('/fonts/latogoogle-regular-webfont.woff2') format('woff2'),
         url('/fonts/latogoogle-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal;  }
         

/*{font-family:'latoGoogle', latobold; padding:0px;margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;}*/
.font-lato {font-family:'latoGoogle', latobold; }


.limiter {font-family:'latoGoogle', latobold;}
.login_home{  font-size:25px; text-align: center; display: block;  color: #717E85; padding-bottom: 20px;}
a:focus{outline:none!important;}
a:hover{text-decoration:none;color:#003970;}
input{outline:none;border:none;}
input:focus{border-color:transparent!important;}
input:focus::-webkit-input-placeholder{color:transparent;}
input:focus:-moz-placeholder{color:transparent;}
input:focus::-moz-placeholder{color:transparent;}
input:focus:-ms-input-placeholder{color:transparent;}
input::-webkit-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
input::-moz-placeholder{color:#999999;}
input:-ms-input-placeholder{color:#999999;}
button{outline:none!important;border:none;background:transparent;}
button:hover{cursor:pointer;}
.txt1{font-size:13px;line-height:1.5;color:#999999;}
.txt2{font-size:13px;line-height:1.5;color:#666666;}
.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: url(/images/fm-bg.jpg) center center no-repeat;
    background-size: cover;}
.wrap-login100{background:#fff;border-radius:10px; display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px; box-shadow:0px 0px 10px 0px #ccc; margin-top:50px;}
.login100-form{width:320px;}
.wrap-input100{position:relative;width:100%;z-index:1;margin-bottom:10px;}
.input100{;font-size:15px;line-height:1.5;color:#666666;display:block;width:100%;background:#e6e6e6;height:50px;border-radius:25px;padding:0 30px 0 68px;}
.focus-input100{display:block;position:absolute;border-radius:25px;bottom:0;left:0;z-index:-1;width:100%;height:100%;box-shadow:0px 0px 0px 0px;color:rgba(4,57,111, 0.8);}
.input100:focus + .focus-input100{-webkit-animation:anim-shadow 0.5s ease-in-out forwards;animation:anim-shadow 0.5s ease-in-out forwards;}
.symbol-input100{font-size:15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;align-items:center;position:absolute;border-radius:25px;bottom:0;left:0;width:100%;height:100%;padding-left:35px;pointer-events:none;color:#666666;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;transition:all 0.4s;}
.input100:focus + .focus-input100 + .symbol-input100{color:#003970;padding-left:28px;}
.container-login100-form-btn{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;padding-top:0px;}
.login100-form-btn{font-size:15px;line-height:1.5;color:#fff;text-transform:uppercase;width:100%;height:50px;border-radius:25px;background:#0066ff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;padding:0 25px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;transition:all 0.4s;}
.login100-form-btn:hover{background:#333333;}


.login100-form-btn-sm{font-size:15px;line-height:1.5;color:#fff;width:100%;height:35px;border-radius:25px;background:#0066ff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;transition:all 0.4s;}
.login100-form-btn-sm:hover{background:#333333;}

.capimg { border: 1px solid #e6e6e6; width: calc(50% - 5px) !important; margin-right: 5px; }
.inp50 { width: 50%;padding: 0px 25px; float: right;}
.dlr_build {width: 70%;display: block;margin: 0 auto;padding-bottom: 15px; position: absolute; top: -130px; left: 40px;}
/*.blue-white-gradient { /background-image: linear-gradient(120deg,#D8EDFF 0,#FFFFFF 100%);}
.key { background: url(/images/key.png) right bottom no-repeat; height: 100%; background-size: 20%; } */
.user_txt {color:#666666;}

.w-180 {width:188px !important;}


@media screen and (min-device-width: 320px) and (max-device-width: 360px) {
.login100-form{width:100%;}

 
    
}

/*login page ends here*/


/*header file and dashbord page*/
/*.new_header {font-family:lato;}*/
.bg-bluedark { background-color: #004da8; border-color: #3E7291; }
.bg-bluedark:hover {background-color:#717E85; border-color:#717E85;}

 .bg-bluedark:not(:disabled):not(.disabled):active, .show>.bg-bluedark.dropdown-toggle {
    color: #fff;
   background-color:#717E85; border-color:#717E85;
   box-shadow:none !important; 
   }

.bg-bluedark:focus {box-shadow:none;}   
   
 .mdl-Bigsize {max-width:73%;}


.gray-bg {position: fixed; z-index: 3; transform: translate(-50%,-50%); left: 50%; top: 50%; width:550px; } 
.gray-bg .btn {background-color:#F8F8F8; color:#003970;}
.gray-bg .btn:hover {border-color: #007bff!important;}
.wel_img  {width: 90px; display: block; margin: 20px auto; padding: 12px 0;}

.login_img  {    width: 80px; display: block; margin: 0 auto; padding-top: 10px;} 
.light-bg {background:#f4f4f4;}
.btn-outline-darkblue{border-color: #3E7291;}
.btn-outline-darkblue:hover { color: #fff !important; background-color: #3E7291; border-color: #3E7291;}
.tabs-row .nav-link{font-weight:normal; font-size:14px; color: #707D84 !important;}
.tabs-row .nav-tabs .nav-link.active {color: #fff !important; background-color: #fff; border-color: #3E7291 #3E7291; background: #3E7291;}
.light-gray {color:#707D84;}

.leadmaster tr th{font-size:13px;text-transform:none;font-weight:normal;}
.inrow_clr tr:nth-child(odd){background:#F5F5F5;}
.inrow_clr ul{margin-bottom:0px;}
.inrow_clr{line-height:20px;}
.text-black{color:#333;}
.font-13{font-size:13px;}
.mdl_box{display:none;position:absolute;z-index:1;left:-150px;top:-168px;background:#fff;padding:10px;width:480px;min-height:130px;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;box-shadow:0 0 5px 2px #ccc;}
.mdl_box-content{background-color:#fefefe;}
.popover-new .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem;}
.bs-popover-new-top>.arrow{bottom:calc(-.5rem - 1px);}
.popover-new .arrow::after, .popover-new .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;}
.bs-popover-new-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25);}
.bs-popover-new-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff;}
.popover-new{position:absolute;}
.bs-popover-new-top>.arrow{bottom:calc((.5rem + 1px) * -1);}
.pop-table tr{background:#fff !important;}
.closer{color:#8e8c8c;font-size:27px;text-align:right;display:block;}
.closer:hover,.closer:focus{color:#f44336;cursor:pointer;}
.list-unstyled li{padding-bottom:5px;}


.hbar {background-color: #9B9B9B; height:5px; width:65%; display:block;  margin: auto; border-radius: 5px;}

.new_menu {background-color: #717E85; color: #ffff; overflow-y: auto;}

.new_menu::-webkit-scrollbar { width: 6px; border-radius:20px; }
.new_menu::-webkit-scrollbar-track { background: #f1f1f1; } 
.new_menu::-webkit-scrollbar-thumb { background: #717E85; border-radius: 50px; }
.new_menu::-webkit-scrollbar-thumb:hover {  background:#3E7291; }

.new_menu .nav-link {
    font-weight: unset;
    font-size: 14px;
    color: #f5f5f5;
    position: relative;
    font-weight:normal;
}

.new_menu ul {}
.new_menu ul li a {padding: 6px 16px}


/*.new_menu .list-unstyled li { padding-bottom: 0px; background:#95A6B6; margin-top:0px;} */
.new_menu .list-unstyled li { padding-bottom: 0px; background: #717E85; margin-top: 0px; border-bottom: 0px solid #8499AB; }
.new_menu .list-unstyled li  a {color:#c6cfd6}
.new_menu .nav-pills .nav-link.active{ color: #fff; background-color: #666b6f; }
.new_menu .nav-pills .nav-link:hover{color: #fff; background-color: #666b6f; }


.smll_hed {color:#3E7291;}

.new_menu ul li a.nav-link.active {
    color: #fff;
    background-color: #8499AB !important;
}

.secondary-header {background: #f4f4f4; color: #333;}
.vl2 { border-left: 2px solid #333;height: auto; padding:0 10px;}
.right {text-align:right; display:block !important;}

.btn-reset { border: 1px solid #87a0af; background-color: #e8e8e8; transition: all 0.16s; }
.btn-reset:hover { color: #fff; background-color: #3E7291; border-color: #3E7291; }
.bg_add {background:#f4f4f4;}


/*.wrapper-custom-table2{border:1px solid #dedede;overflow:auto;box-sizing:border-box;}
.custome-table2{table-layout:fixed}  */
.section-main-content{overflow:hidden;}

.lead-details-theme {}

.trade_in-veh {}
.trade_in-veh table tr td { padding: 0 !important; vertical-align: middle; padding-bottom: 10px !important;}
.trade_in-veh table tr td:nth-child(odd) {}
.trade_in-veh table tr td:nth-child(even) {width: 45%;}
.ct_right_prc table tr td { padding: 0 !important; vertical-align: middle; padding-bottom: 10px !important;}
.ct_right_prc table tr td:nth-child(odd) {}
.ct_right_prc table tr td:nth-child(even) {width: 45%;}
.vl-l {border-left: 1px solid lightgray; height: 94%; }
.bordered { border: 0px solid #dee2e6; box-shadow: 0 0px 3px 1px #ccc; padding: 2px 4px;}
.custeli_tabl tr td{vertical-align:middle; padding:0; padding-top: 4px;  padding-bottom: 4px;}
.custeli_tabl tr td:nth-child(1) {width:65%;}
.custeli_tabl tr td:nth-child(2) {width:5%; text-align:left;}
.custeli_tabl tr td:nth-child(3) {width:auto;}
.rounded-semi-circle {border-radius:15px !important}

.bnk_lgTabl td {padding:0 !important;}
.bnk_lgTabl td:first-child {padding-right: 15px !important;} 
.bnk_lgTabl td:last-child {text-align:right;} 

.col-cus-grid {width:32%; margin-bottom:15px; margin-right:15px; border: 1px solid #afacac;}
.col-cus-grid:nth-child(3n+3){margin-right:0 !important;}
/*.veh_selted {position:absolute; bottom:20px;}*/

/* cust eligi & fiancier status */
.light-gray{color:#707D84;}
.font-13{font-size:13px;}
.bordered{border:0px solid #dee2e6;box-shadow:0 0px 3px 1px #ccc;padding:2px 4px;}
.ceFs_tabl tr td{vertical-align:middle;padding:0;padding-top:4px;padding-bottom:4px;}
.ceFs_tabl tr td:nth-child(1){width:65%;}
.ceFs_tabl tr td:nth-child(2){width:5%;text-align:left;}
.ceFs_tabl tr td:nth-child(3){width:auto;}
.rounded-semi-circle{border-radius:15px!important;}
.ceFs-grid{width:48%;margin-bottom:15px;margin-right:15px;}
.ceFs-gridBr {border:1px solid #afacac;}
.font-14{font-size:14px;}
.br-rt {border-radius: 15px 15px 0px 0px;}
.br-br {border-radius: 0 0 15px 15px;}
.bg-e9 {background:#E9E9E9;}
.bb-1 {border-bottom:1px solid #dee2e6;}

.collapsed > .arrow-up {    transform: rotate(180deg);}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #666B6F;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.fncr-lnstats table th {background:#707D85; color:#fff; font-weight:normal;   vertical-align: middle;}
.fncr-lnstats table tr:nth-child(odd) {background:#F5F5F5;}
 .fncr-lnstats table td {text-align:center; vertical-align: middle; padding:4px;}
.fncr-lnstats table td:nth-child(2) {width:100px;}
.fncr-lnstats table td:nth-child(3) {width:100px;}
.fncr-lnstats table td:nth-child(4) {width:100px;}
 
/* cust eligi & fiancier status ends here */







.veh_usedcars .card-header, .veh_newcars .card-header {
    padding:5px 20px 5px 20px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor:pointer;
}

.veh_usedcars, .veh_newcars {width:calc(100% - 5px) } 

 
    
    

.amount_spn {padding:0 !important; font-weight:normal !important; font-family: inherit !important;}
.sml_spc span{padding-right:20px; padding-left:1px; font-family: latobold;}
/*.sml_spc {font-size:13px;}*/
.pl-min {width: 18px !important; border: 0 !important; background:none !important; padding:0; box-shadow:none !important;}
.back_logo img{text-align: center; width: 94px; padding: 2px 4px; background: #fff; box-shadow: 0px 2px 3px #ccc;} 
#vehicledetailsNew .emi-sections .ui-widget.ui-widget-content {height: 7px;} 
#vehicledetailsNew .emi-sections .ui-slider-horizontal .ui-slider-handle { top: -8px; outline: none; cursor: pointer; }
#vehicledetailsNew .emi-sections .ui-state-default, .emi-sections .ui-widget-content .ui-state-default {    width: 1.5em; height: 1.5em;}



#vehicledetailsUsed .emi-sections .ui-widget.ui-widget-content {height: 7px;} 
#vehicledetailsUsed .emi-sections .ui-slider-horizontal .ui-slider-handle { top: -8px; outline: none; cursor: pointer; }
#vehicledetailsUsed .emi-sections .ui-state-default, .emi-sections .ui-widget-content .ui-state-default {    width: 1.5em; height: 1.5em;}

.cust_emi  .section {padding-bottom:30px; position: relative;}
.emi_calcNew table tr td {padding:9px 0;}
.emi_calcNew table tr td:nth-child(1) {width:48%}
.emi_calcNew table tr td:nth-child(2) {width:3%}
.emi_calcNew table tr td:nth-child(3) {width:25%; color:#333;}

.pln-bg {background-color:#f9f9f9;     margin-bottom: 6px !important;}
.pln-bg select{ -moz-appearance: none;
-webkit-appearance: none; }

.pln-bg select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 0px),
    calc(100% - 15px) calc(1em + 0px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    8px 5px,
    5px 5px,
    1px 0em;
  background-repeat: no-repeat;
}

.pln-bg select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    8px 5px,
    1px 0em;
  background-repeat: no-repeat;
 
  outline: 0;
}



.pln-bg .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
        margin-right: -6px;
}


.pln-bg select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



.lbold {font-family:latobold;}
/*label {font-family:latobold;color:#707D84;}*/
.smc{height: 900px;}
.bal-sum-table{margin: 0;}
.bal-sum-table tr td{border: none; width: 20%; padding: 0 .75rem;}
.bal-sum-table label{vertical-align: middle; text-align: left; align-items: flex-start !important; justify-content: left !important;}
.bal-sum-table select.form-control{min-width: 100% !important;}
.bal-sum-table .form-control{width: 100%;}
.search-td{vertical-align: middle !important; display: flex; width: 100% !important;}
.search-btn{width: 100%; margin-right: 5px;}
.table.reportcls tr:first-child{position: sticky; top: -1px;}
.table.reportcls tr td{padding: .3rem .5rem;}
@media(max-width: 1400px){
    .smc{height: 800px;}
    .wrapper-custom-table2 {padding-right:10px; padding-bottom: 10px;}
    .bal-sum-table .form-control{width: 100%;}
    .bal-sum-table select.form-control{min-width: 100% !important;}
    .search-td{vertical-align: bottom !important;}
}
.wrapper-custom-table2 {padding-right:10px; padding-bottom: 200px;}
.wrapper-custom-table2::-webkit-scrollbar { width: 6px; border-radius:20px; }
.wrapper-custom-table2::-webkit-scrollbar-track { background: #f1f1f1; } 
.wrapper-custom-table2::-webkit-scrollbar-thumb { background: #717E85; border-radius: 50px; }
.wrapper-custom-table2::-webkit-scrollbar-thumb:hover {  background:#3E7291; }


.wrapper-custom-table-drm {padding-right:10px; overflow-x:hidden !important;}
.wrapper-custom-table-drm::-webkit-scrollbar { width: 6px; border-radius:20px; }
.wrapper-custom-table-drm::-webkit-scrollbar-track { background: #f1f1f1; } 
.wrapper-custom-table-drm::-webkit-scrollbar-thumb { background: #717E85; border-radius: 50px; }
.wrapper-custom-table-drm::-webkit-scrollbar-thumb:hover {  background:#3E7291; }


.slr_dtls table tr td {padding:0; vertical-align:middle; padding-bottom:10px;}
.slr_dtls table tr td:nth-child(1) {width:50%;}
.slr_dtls table tr td:nth-child(2) {width:10%; text-align:center ;}
.slr_dtls table tr td:nth-child(3) {width:40%;}

.slr_dtls table.table .form-control:disabled, .form-control[readonly]{width: 100%;} 

.clng_stats .col-form-label { padding-top: 0; padding-bottom: 0;align-self: center;}


.login_footer {position:absolute; bottom:0;}


 
#leadmaster > #searchform input, #searchform select, #filterform input, #filterform select { color: #707D84;}
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, #vehicledetailsNew, #lead_timeline, #leaddetails, #leadmaster input[type=text] { color: #707D84 !important;}
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, #vehicledetailsNew, #lead_timeline, #leaddetails, #leadmaster input::-webkit-input-placeholder { color: #707D84 !important; }
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, #vehicledetailsNew, #lead_timeline, #leaddetails, #leadmaster input:-moz-placeholder {  color: #707D84 !important;  }
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, #vehicledetailsNew, #lead_timeline, #leaddetails, #leadmaster input::-moz-placeholder { color: #707D84!important; }
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, #vehicledetailsNew, #lead_timeline, #leaddetails, #leadmaster input:-ms-input-placeholder { color: #707D84 !important; }
#credit_check_status, #communicationapp, #sellerdetails, #finance_status, #leadstatus, #vehicledetailsUsed, vehicledetailsUsed#vehicledetailsNew, #tradevehicalDetails, #leaddetails, #lead_timeline select {color: #707D84 !important; }

/*#searchform select{ max-width: 150px; border:1px solid red;}*/
#leadmaster input[type=text] { color: #707D84 !important; max-width:150px;}
/*#searchform input, #searchform select, #filterform input, #filterform select { max-width: 150px;}*/
*#searchform input,#searchform select,#filterform input,#filterform select{ width:150px; } 


.callingstaus input[type=text] { color:#707D84 !important;}
.callingstaus input::-webkit-input-placeholder { color:#707D84 !important; }
.callingstaus input:-moz-placeholder {  color:#707D84 !important;  }
.callingstaus input::-moz-placeholder { color:#707D84 !important; }
.callingstaus input:-ms-input-placeholder { color:#707D84 !important; }
.callingstaus select {color:#707D84 !important; }
.font-18 {font-size:18px !important;}
.font-16 {font-size:16px !important;}


#dealer_masters input[type=text] { color: #707D84 !important;}

#dealer_masters input::-webkit-input-placeholder { color: #707D84 !important; }
#dealer_masters input:-moz-placeholder {  color: #707D84 !important;  }
#dealer_masters input::-moz-placeholder { color: #707D84!important; }
#dealer_masters input:-ms-input-placeholder { color: #707D84 !important; }
#dealer_masters select {color: #707D84 !important; }

.dealermaster .list-group-item {background: none;}
.dealermaster tr th { font-size: 13px; text-transform: none; font-weight: normal; }

.ps_fxd {position:absolute; right:15px;}

/* popup styles*/
.modal-header {background-color:#707D85; padding:.5rem .5rem !important; }
.modal-header2 { background-color: #707D85; padding: .5rem .5rem !important; overflow: hidden; padding-bottom: 28px !important; }
.modal-title {width: 100%; text-align: left; color: #fff; padding-left:15px; text-transform: capitalize;}
.modal-header .close{font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 1px 0 #fff; opacity: 1; position: absolute; right: 30px; top: 10px;}
.modal-content {border:0 !important;}
.w-600  {width:550px;}
/*.p_holder {} 
.p_holder::placeholder { color: red; opacity: 1; }
.p_holder:-ms-input-placeholder { color: red; }
.p_holder::-ms-input-placeholder {color: red; } */
.text-sml{text-transform: initial;}

.add_fin input[type='checkbox']{margin-top: -5px; margin-right: 5px;}
.add_fin label {margin:0;}
.add_fin .form-group {margin-bottom:15px;}


.y-scrl {overflow-y: scroll;}
.ht-500 {height:500px;}

.fpartner .form-check-input {margin-top: .2rem;}
.fpartner .fin_part .form-check {min-height: 40px;}
.bg-f9 {background:#f9f9f9; color:#333}

 

/*.dealerDetails .modal-header {background-color:#707D85;}
.dealerDetails .modal-title {width: 100%; text-align: center; color: #fff;}
.dealerDetails .modal-header .close{font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 1px 0 #fff; opacity: 1; position: absolute; right: 20px; top: 20px;}
.y-scrl {overflow-y: scroll;}
.ht-500 {height:500px;} */
/* ends here */    


/*.custom-file-input::-webkit-file-upload-button{visibility:hidden;}
.custom-file-input::before{content:'Select some files'; display:inline-block;background:linear-gradient(top, #f9f9f9, #e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none; white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;}
.custom-file-input:hover::before{border-color:black;}
.custom-file-input:active::before{background:-webkit-linear-gradient(top, #e3e3e3, #f9f9f9);} */


.y-scrl::-webkit-scrollbar { width: 6px; border-radius:20px; }
.y-scrl::-webkit-scrollbar-track { background: #f1f1f1; } 
.y-scrl::-webkit-scrollbar-thumb { background: #717E85; border-radius: 50px; }
.y-scrl::-webkit-scrollbar-thumb:hover {  background:#3E7291; }

.refresh_captcha {    padding-top: 2px; display: block; padding-left: 5.2rem; width: 50%;} 
.capt {width: 40%; margin-top: -8px;}  


 

.newform input{outline:none;margin:0;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:100%;font-size:14px;font-family:inherit;}
.newform .input--style-4{line-height:40px;background:#fafafa;-webkit-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);-moz-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:0 15px;font-size:14px;color:#666;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;transition:all 0.4s ease; border:1px solid #dee2e6;}
.newform .input--style-4::-webkit-input-placeholder{color:#666;}
.newform .input--style-4:-moz-placeholder{color:#666;opacity:1;}
.newform .input--style-4::-moz-placeholder{color:#666;opacity:1;}
.newform .input--style-4:-ms-input-placeholder{color:#666;}
.newform .input--style-4:-ms-input-placeholder{color:#666;}
.newform .label{color:#555;text-transform:capitalize;display:block;margin-bottom:5px;}
.newform .radio-container{display:inline-block;position:relative;padding-left:30px;cursor:pointer; color:#666;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.newform .radio-container input{position:absolute;opacity:0;cursor:pointer;}
.newform .radio-container input:checked ~ .checkmark{background-color:#e5e5e5;}
.newform .radio-container input:checked ~ .checkmark:after{display:block;}
.newform .radio-container .checkmark:after{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:12px;height:12px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#57b846;}
.newform .checkmark{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;height:20px;width:20px;background-color:#e5e5e5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);-moz-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);}
.newform .checkmark:after{content:"";position:absolute;display:none;}
.newform .input-group{position:relative;margin-bottom:15px; display:block;}
.newform .input-group-icon{position:relative;}
.newform .input-icon{position:absolute;font-size:18px;color:#999;right:18px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;}
.newform .rs-select2 .select2-container{width:100%!important;outline:none;background:#fafafa;-webkit-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);-moz-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.newform. rs-select2 .select2-container .select2-selection--single{outline:none;border:none;height:50px;background:transparent;}
.newform .rs-sele ct2 .select2-container .select2-selection--single .select2-selection__rendered{line-height:50px;padding-left:0;color:#555;font-familwidy:inherit;padding-left:22px;padding-right:50px;}
.newform .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow{height:50px;right:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.newform .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b{display:none;}
.newform .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after{ content:'\f2f9';font-size:24px;color:#999;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;transition:all 0.4s ease;}

.border-bottom-1{border-bottom: 1px solid #dee2e6; }

.tlt{width: 100%; display: flex;}
.total-count{width: 20%;}
.total-count h5{font-weight: bold; color: gray;}
.lead-create-report{width: 64%; text-align: center;}
.lead-create-report h5{font-weight: bold; color: red;}
.three-btns{width: 12%}

.newform select {background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dee2e6;
    padding-left:12px;
    height: 42px;}
    
option {padding:10px 0;}    
    
    
.newform input[type='checkbox'], .newform  input[type='radio'] {width:auto;}

.brdr-shad {    background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #dee2e6;
    padding:15px;
    }
    
 .new_menu ul li a.nav-link.active {background: #004da8 !important; color: #ffffff; text-decoration: none;}   
.new_menu .active {background: #004da8 !important; color: #ffffff; text-decoration: none;}
.single_row tr td {padding:5px 7px;  vertical-align: middle; border:0px solid #dee2e6}
.single_row tr td:last-child {border-bottom:0;}
.single_row tr td:nth-child(1) {}

.dsa-insidr {width:100%;}
.dsa-insidr td {width:50%; vertical-align: top !important;}
.visib-cl .dsa-insidr td p {padding:0; margin:0;}
.visib-cl .dsa-insidr td p:first-child {display:block !important; padding-bottom: 5px;}
.visib-cl .dsa-insidr td p {display:none;}

.full-line {position: absolute;
    border-right: 1px solid #dee2e6;
    display: block;
    height: 300em;
    right: -1px;
    top: 0;}
    
    
.menu-darkbg {background:#707D85; }
.menu-darkbg .nav-link {font-weight:normal;}
.menu-darkbg .navbar a {}
.menu-darkbg .topmenu .active {background-color:#3F7291;}

.menu-darkbg .topmenu .dropdown-item {color:#707D85; font-size:14px;}

.ver_bar {padding-left:25px; padding-right:25px;}
.btn-drkgray {background-color:#717E84;}
.full {width:100px;}
.f-weight {font-family: latobold;}
/*.light-blue {background:#D9EDF6;}*/

.dividertop {    padding-bottom: 0px !important; }

#dealerDashboard .list-group-item {background: none;}
.dark-graybg {background-color:#707D85;}
.row-clr{background: #929798; color: #fff;}
.btn-white { color: #333; background: #fff; border-color: #fff; }     
.btn-white:hover { color: #333; border-color: #333;}
.pt-18 {padding-top:18px !important;}
.bg-f5 {    background: #F9F9F9 !important; border-top: 1px solid #dee2e6!important; border-bottom: 1px solid #dee2e6!important;}
.bg-f5 table {background:#fff;}  

summary

.summary {padding-right:10px;}
.summary::-webkit-scrollbar { width: 6px; border-radius:20px; }
.summary::-webkit-scrollbar-track { background: #f1f1f1; } 
.summary::-webkit-scrollbar-thumb { background: #717E85; border-radius: 50px; }
.summary::-webkit-scrollbar-thumb:hover {  background:#3E7291; }

    
    
    
#manage_executives_mgr .list-group-item { background: none; }
.inrow_clr table:nth-child(odd) { background: #F5F5F5; }


    



 .ES_table tr td {padding:7px 10px;}
 .banks tr td {padding:5px 10px; vertical-align:middle;}
 .bg-f9 { background: #f9f9f9;}
 .white-bg {background:#fff;}
 .dropdown-menu {    padding: 0;}
 .dropdown-item.active, .dropdown-item:active {background-color:#f8f9fa;}
 .tp-rt {  top: 10px !important; right: 30px !important;}
 
 
 
 
 
 
 
 
 /*.cntr { position: absolute; top: 50%; left: 0; width: 100%; text-align: center;}*/
.hidden-xs-up { display: none!important; }
.cbx:after { content: ''; position: absolute; top: 1px; left: 5px;  width: 5px;  height: 11px; opacity: 0;  border-right: 2px solid #fff; border-bottom: 2px solid #fff; }
.lbl { margin-left: 5px; vertical-align: middle; cursor: pointer; }
label { display: inline-block; margin-bottom: .5rem; }
.cbx { position: relative; top: 13px; width: 17px; height: 17px; border: 1px solid #c8ccd4; border-radius: 3px; vertical-align: middle;  cursor: pointer; }
.ch_bx:checked ~ .cbx { border-color: transparent; background: #3F7291; }
.ch_bx:checked ~ .cbx:after { opacity: 1; transform: rotate(45deg) scale(1); }



.lead_tableclmn label {padding-top:2px; padding-left:5px;}

.lead_tableclmn .form-check {padding-bottom:10px;}
.w-3 {width:3%} 
.w-95 {width:95%}
.tk  {width: 18px; padding-top: 0; margin-right: 3px; margin-left: 3px; margin-top: -4px;}
.lead_dash {}
.border-clr {border:6px solid #dee2e6; }
.lead_dash label {position: relative; top: 1px;}
.lead_dash .form-check { padding-bottom: 12px !important; margin-bottom: 0 !important; }

.toggle_switch{position:relative;display:inline-block;width:60px;height:28px;}
.toggle_switch input{opacity:0;width:0;height:0;}
.t_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0; -webkit-transition:.4s;transition:.4s;
    background: #EBEBEB url(/images/uncheck-switcher.svg) 38px 8px no-repeat;
    background-size: 12px; border-radius: 3px; border: 1px solid #e4e1e1;}
.t_slider:before{    position: absolute;
    content: "";
    height: 20px;
    width: 23px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
    box-shadow: 0 1px 2px #e6dddd;}
.toggle_switch input:checked + .t_slider{background-color: #3AA93D;
    background-image: url(/images/checkmark-switcher.svg);
    border: 1px solid #3AA93D;
    background-size: 20px 15px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 6px;}
.toggle_switch input:focus + .t_slider{box-shadow:0 0 1px #2196F3;}
.toggle_switch input:checked + .t_slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);} 

/*separate style for new theme - ends here*/








.login_blk{ top:0;right:0;bottom:0;left:0; }
.login_blk .logo{margin-bottom: 27px}
.login_blk .card{ width: 468px;font-weight:bold }
.login_blk .card .card-title{font-size: 18px}


.login_blk .card{ box-shadow: 0px 0px 35px -10px #ccc }
.login_blk .card-body{ border: 1px solid #f4f4f4; border-width: 0px 1px 1px 1px; }
.login_blk .card-body .needs-validation{ margin-top:35px } 
.login_blk .card-body .needs-validation .form-group{ margin-bottom:28px; }
.login_blk .card-body .cptchaCnt{ width: 83.1%;margin:auto;overflow: hidden; }
.login_blk .card-body .cptchaCnt .cptchaBox img { width: 100% !important; border: 1px solid #ced4da; border-radius: 4px;}
.login_blk .card-body .cptchaCnt .cptchaBox, 
.login_blk .card-body .cptchaCnt .type-captcha, 
.login_blk .card-body .cptchaCnt .type-captcha:focus{ padding:0; width: 49%; display: inline-block; vertical-align: middle;position: relative; }
.login_blk .card-body .cptchaCnt .type-captcha, .login_blk .card-body .cptchaCnt .type-captcha:focus{ padding: 7px; top: -7px; position: relative; }
.login_blk .refresh_captcha{color:#7f7f7f; font-size: 12px; font-weight: bold; cursor: pointer; position: absolute; right: 0; bottom: 0;}
.login_blk .get_password{color:#7f7f7f; font-size: 12px; font-weight: bold;width: 83.1%;text-align: right; margin: auto; display: block}
.login_blk .card-body .cptchaCnt .cptchaBox img{width: 100% !important}
.login_blk .card-body .bg-custom-red{ color:#fff; font-size:16px; padding: 0 }
.login_blk .card-body .login-form{ width: 83.1%; height: 40px; margin: auto }
.login_blk .fast_login_devM{ position: absolute;     top: 0; height: 100%; overflow: auto; left: -120px;}
.login_blk .form-group input.form-control, .login_blk .form-group input.form-control:focus
{ 
    width: 83.1%; height: 40px; margin: auto;background-color: none;border:1px solid #ced4da;background-size: auto 100% !important; /*padding-left: 48px;  */
}
/*.login_blk .form-group input.form-control.username,
.login_blk .form-group input.username:-internal-autofill-selected{ 
  background: #fff url('../images/username_icon.png') no-repeat 0px center; 
}*/

.login_blk .form-group input.form-control.username
{ 
  /*background: #fff url('../images/username_icon.png') no-repeat 0px center; */
}

.login_blk .form-group input.form-control.password,
.login_blk .form-group input.password:-internal-autofill-selected{ 
  /*background: #fff url('../images/password_icon.png') no-repeat 0px center; */
}

.login_blk .form-group input.form-control.password
{
  /*background: #fff url('../images/password_icon.png') no-repeat 0px center; */
}


.page-header.new_design{ height: 100px; background-color: #ffffff; border-bottom:1px solid #cccccc; position: relative; }
.page-header.new_design header{ width:100%; height:100px; /*overflow: hidden;*/ display: table; }

.page-header.new_design .user_profile_block{ 
    display: table-cell; overflow: hidden; height: 100%; position: relative; right: 0; bottom: 0; top: 0px; 
    margin: auto; width: 17.77%; text-align: left; padding-left: 0.5%;vertical-align: middle
 }

.page-header.new_design .user_profile_block .profile_text{ width: 70%;min-height: auto; max-height: 100%; line-height: normal; display: inline-block; padding: 0.15rem !important; vertical-align: middle; }
.page-header.new_design.admin_pages .user_profile_block .profile_text{ width:auto; }
.page-header.new_design .user_profile_block .profile_text .dividerV{ 
    width:1px; height:77px; border: 1px solid #acb4b6; border-width: 0px 0px 0px 1px;
    position: absolute; left: 0; top: 0; bottom: 0; margin: auto;
     }
.page-header.new_design .user_profile_block .welcome{ font-size: 12.5px; font-style: italic }
.page-header.new_design .user_profile_block .profile_name{ font-size: 17px }
.page-header.new_design .user_profile_block .profile_prof{ font-size: 10px;text-align: left !important; }
.page-header.new_design .user_profile_block .logout_blk{ width:25%; background-color: transparent;border: 1px solid #acb4b6; border-width: 0px 0px 0px 1px;border-radius:0; }
.page-header.new_design .user_profile_block .logout_blk .logout_icon{ width:22px;height: 22px; padding: 0px; box-sizing: content-box; }


[contenteditable="true"].single-line {
    white-space: nowrap;
    overflow: hidden;
} 
[contenteditable="true"].single-line br {
    display:none;
}
[contenteditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}
[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}

.toupper{text-transform: uppercase;}
.tolower{text-transform: lowercase;}

input[type='checkbox'],input[type='radio']{vertical-align: middle;}

.vl {
    border-left: 1px solid lightgray;
    height: auto;
    padding-left: 8px;
}


/** added by satsih g **/

.wid-60 {width:60px;} 
.wid-155 {width:155px;}
.pos_relb {position:relative; right:-22px;}
.leadmaster {}
 
.leadmaster tr th:nth-child(1) {}
.leadmaster tr th:nth-child(3) {}
.leadmaster tr th:nth-child(6) {}
.leadmaster tr th:nth-child(9) {width:100px;}
.leadmaster tr td {padding:5px 8px 0 8px;}
.leadmaster {}


.reg_dl {table-layout:fixed;}
.reg_dl tr td {padding:10px; }
.reg_dl th:nth-child(1) {width:12%}
.reg_dl tr td:nth-child(1) {}

.colrs span {    display: block; text-align: left; padding-left: 10px; padding-bottom: 6px;}
.colrs span:nth-child  {border-bottom: 1px solid #dee2e6;}
.colrs {padding:0 !important;}



    
    
.font-15 {font-size:15px;}
.font-14 {font-size:14px;}

.rowhover:hover {border:1px solid red; background:#f1f1f1; cursor:pointer;}
    
.led_sor_pop {table-layout:fixed;}
.led_sor_pop tr th  {width:50%;}
.int_ext tbody tr td {border:0 !important; width: 48% !important; padding:8px;}
.int_ext tbody tr td:first-child {border-right:1px solid #dee2e6 !important;}
.int_ext tbody tr {    border-bottom: 1px solid #dee2e6;}
.int_ext tbody tr:last-child {border-bottom: 0;}
/*.w-1 {width:150px;}
.w-2 {width:180px;}
.w-3 {width:190px;}
.led_sor_pop tr th:nth-child(1) {width:200px;}     
.led_sor_pop tr th:nth-child(2) {width:100px;}
.led_sor_pop tr th:nth-child(3) {width:150;}
.led_sor_pop tr th:nth-child(4) {width:180px;} */
    
    
.appy-text { 
    display: inline-block;
    padding-left: 6px;}
    
.callingstaus .form-group {margin-bottom:12px;}     
    
.fixd_er .text-danger { color: #dc3545!important;/* position:absolute; */ font-size:12px;}
.fixd_er .form-group {margin-bottom:6px;}


.FS .text-danger { color: #dc3545!important; font-size:12px;}    
.ED .text-danger { color: #dc3545!important; position:absolute; font-size:12px; left:17px;}
.ED .form-group { margin-bottom:20px;}
.sml_txt label {font-size:13px;} 
.eye_con {position: absolute; top: 2px; left: 194px; background: #fff;2px 5px 2px 5px; cursor: pointer;}
.eye_con img {width: 21px;}

.eye {position: absolute; top: 34px; right: 29px; padding: 2px 5px 2px 5px; cursor: pointer;}
.eye img {width: 21px;}

.td-nobrdr {border-bottom:0 !important;}
    


.no-of-dbf table tr td strong{font-weight: bold; color: #0157ae}


.link-blue {color:#007bff !important; text-decoration:underline !important; cursor: pointer;}
.bg_ea {background-color:#eaeaea;}
.sms-table {table-layout:fixed; width:100%;}
.sms-table tr td {border:0; padding:10px;}
.underline {text-decoration:underline;}
.sms-table tr td:nth-child(1)  {width:200px; padding-left:25px;}    
.sms-table tr td:nth-child(2)  {width:300px;}
.sms-table tr td:nth-child(3)  {width:300px; text-align:center;}
.oem_eror {top: -10px; left: -7px;}
.modal-header .close {outline:none;}
.per_sym{background: url(/images/Percent.png) 40px 9px no-repeat;  background-size: 14px; padding: 10px; font-weight: bold; padding-left: 20px;} 
    
.custome-table {table-layout:fixed;}
.custome-table th:nth-child(3)  {width:200px;}    
.custome-table th:nth-child(7)  {width:200px;}
.custome-table th:nth-child(4)  {width:150px;}

.custome-table2 {table-layout:fixed;}
.custome-table2 td:nth-child(1)  {width:100px;}
.custome-table2 td:nth-child(2)  {width:200px;}
.custome-table2 td:nth-child(3)  {width:300px;}
.custome-table2 td {padding:10px;}
.custome-table2 td {vertical-align:middle;}

.table-fixed {table-layout:fixed;}
 
.ofr_typ {table-layout:fixed;}
.ofr_typ tr th {width:100%; border-bottom:0;}
.ofr_typ tr th:last-child  {width:10%; position:relative; background:#fff;}
.ofr_typ .text-danger {color: #dc3545!important; font-size: 12px;}
  
.mng_excut tr th:nth-child(1)  {width:50px;}
.mng_excut tr th:nth-child(2)  {width:110px;}
.mng_excut tr th:nth-child(3)  {width:300px;}
.mng_excut tr th:nth-child(4)  {width:100px;}


.mng_excut tr td {padding:7px;  word-break: break-all;}
.mng_excut tr td ul li {padding:5px 0 !important;}
.mng_excut tr td ul li:nth-child(1) {padding-top:0 !important;}


.mng_excut tr td:nth-child(1)  {width:50px;}
.mng_excut tr td:nth-child(2)  {width:110px;}
.mng_excut tr td:nth-child(3)  {width:300px;}
.mng_excut tr td:nth-child(4)  {width:100px;}
.mng_excut tr td:last-child {border-bottom:0;}

.exs_pop .text-danger { color: #dc3545!important; position:absolute; font-size:12px; }
.exs_pop .form-group {margin-bottom: 21px;}  


.tool-tip{z-index: 7 !important;}



.ex_inside tr td {border-bottom:0;}
.men_ex table{}
.ex_inside tr td {width:50% !important;}
.ex_inside tr th:nth-child(1)  {width:5%;}




.source {table-layout:fixed;  border-collapse: separate;  border-left: 1px solid #dee2e6 !important; border-bottom: 1px solid #dee2e6 !important;}
.source thead th {border-bottom:0 !important; vertical-align: middle; text-align: center; border-left: 0; font-weight:normal;}
.source tr td {}    
.source thead th {width:100px;}

.dis_bon tr td {font-size:13px;}
.dis_bon tr td p  {padding-bottom:5px;}

.source tr td:hover {border:1px double #999; overflow:hidden; border-bottom: 1px solid #999 !important; border-left: 1px solid #999 !important;}
.no-eff .no-bor:hover {border: 1px solid #dee2e6; overflow: hidden; border-bottom: 1px solid #fff !important; border-left: 1px solid #fff !important;}

.db_acco.accordion .card-header:after {content: "-"; float: right; font-size: 35px; margin-top: 6px; line-height: 0; margin-right: 2px; color:#fff;}
.db_acco.accordion .card-header.collapsed:after {content: "+"; float: right; font-size: 25px; margin-top: 7px; line-height: 0; margin-right: 0;}
.db_acco.accordion>.card:first-of-type {border-bottom:1px solid rgba(0,0,0,.125) !important;}
.db_acco.accordion .nobg .card-header:after { background:none;}
.db_acco.accordion .nobg .card-header.collapsed:after {background:none; }
.nobg .card-header {padding:6px 10px;}
.nobg .card-header input[type=text] {border:1px solid red;}
.nobg .card .list-group .list-group-item {border: 0; margin: 0 5px 5px 5px; padding: 0 !important;}
.db_input {padding: 0 10px !important; height: 35px;}
.db_pls {position: absolute; top: 45px; right: -20; background: #333; color: #fff; font-size: 16px; font-weight: bold; padding: 6px; padding-top: 0; padding-bottom: 0; border-radius: 4px;}
.db_pls:focus {outline:none;} 
.h-divider{ margin-top:5px; margin-bottom:5px; height:1px; width:100%; border-top:1px solid rgba(0, 0, 0, 0.2);}
.close_pos {position:absolute; padding: 0; top: 10px; left:10px;}
.svg_close {position:absolute; right: -20px; top: 1px;}
.svg_close-edi {position:absolute;  right: -15px; top: 15px;}
.vari_err{position: absolute; bottom: 0px;}
/*.big_text {text-transform: uppercase; font-size: 13px !important;}*/
 
 


#manage_vehicles_frm .small {font-size: 13px; padding-top:3px;}
#manage_vehicles_frm .table td, .table th {padding:5px;}

.align-proper input[type='radio'] { margin-top: -4px;}

.source tr td {/*vertical-align: middle !important; text-align: center;   padding: 5px !important;*/
vertical-align: middle !important;
    text-align: center;
    padding:7px 5px !important;
    font-size:12px;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;}
    
    
.source thead th:first-child {width:50px;}



.max-w-100 {max-width:100%;}
.txt_are {height:33px !important;}

.alert-primary-dlr {    color: #004085; background-color: #cce5ff; border-color: #b8daff;}




.file_login {font-size:12px; text-transform:uppercase;}



.intr_src {width:100%;}
.intr_src tr td:nth-child(1)  {width:4%; text-align:center; border-right:1px solid #dee2e6; padding:5px; border-left: 1px solid #dee2e6;  border-bottom: 1px solid #dee2e6; vertical-align:middle;}
.intr_src tr td:nth-child(2)  {width:38%; border-right:1px solid #dee2e6; padding: 10px; text-align:center;     border-bottom: 1px solid #dee2e6;}
.intr_src tr td:nth-child(3)  {width:1%; border:1px solid #dee2e6; padding-left:10px;     vertical-align: middle;}
.intr_src tr:last-child td {border:0;}
.lead_source {table-layout:fixed;}
.lead_source td {    word-break: break-word;}

.internal label{display:block; }
.internal span {padding-right:15px;}
internal
.internal span input[type='checkbox'], input[type='radio'] { vertical-align: middle; display: inline-block; margin-right: 3px;}
.external input[type='checkbox'], .internal input[type='checkbox'] {    
    margin-top: -4px;
    margin-right: 3px;}

.external label{display:block; }        
.external span {padding-right: 18px; word-break: break-word; margin-bottom: .7rem; display: inline-block;}
.bank_det .text-danger { color: #dc3545!important; position:absolute; font-size:12px;}

.duplicate_table th, .duplicate_table tr td {padding: 5px;}




.bottom_part input[type='radio'] {margin-top: -3px;} 

#leadsourcedetails .text-danger { color: #dc3545!important; position:absolute; font-size:12px;}
#leadsourcedetails .form-group { margin-bottom: 20px; } 
.external span input[type='checkbox'], input[type='radio'] { vertical-align: middle; display: inline-block; margin-right: 3px;}


.source_pop thead th {border-bottom:0; padding:6px 2px!important;}
.source_pop {table-layout:fixed;}

.source_pop .text-danger { color: #dc3545!important; font-size:12px;}


.source_pop thead th:nth-child(1)  {width:20px;}
.source_pop thead th:nth-child(2)  {width:120px;}
.source_pop thead th:nth-child(3)  {width:160px;}
.source_pop thead th:nth-child(4)  {width:15px;}

.source_tbl {table-layout:fixed;}
.source_tbl th:nth-child(1)  {width:10%;}
.source_tbl th:nth-child(2)  {width:40%;}
.source_tbl th:nth-child(3)  {width:50%;}


.source_tbl td:nth-child(1)  {width:10%;}
.source_tbl td:nth-child(2)  {width:40%;}
.source_tbl td:nth-child(3)  {width:50%; padding:18px 10px;}

.prc_srs {font-size:13px; padding:9px 0 0 0;}
.sep_bor {border-bottom:2px solid #e4d7d7;}
.sep_bor:last-child {border-bottom:1px solid #e4d7d7;}
.thik >.sep_bor2 {padding: 0 !important; border-top: 0px solid #e4d7d7; border-bottom: 1px solid #e4d7d7 !important;}
.thik >.sep_bor2:hover {padding: 0 !important; border-top: 0px solid #e4d7d7; border-bottom: 1px solid #e4d7d7 !important;}






.ES_table {table-layout:fixed; font-size:13px;}
.ES_table thead th  {width:22%; border-bottom:0; padding:5px 0;}
.ES_tabl tbody th {text-align:center; vertical-align:middle;}
.ES_table tr td {vertical-align:middle;}
.ES_table tr td:nth-child(1) {text-align:center; vertical-align:middle; width:17%}
.ES_table tr td:nth-child(6) {vertical-align:middle; width:17%}
.ES_table tr th:nth-child(1) {width:14%}




/*.ES_table tr th:nth-child(1) {width:15%}
.ES_table tr th:nth-child(6) {width:15%}

.ES_table thead th:nth-child(2)  {width:100px;}
.ES_table thead th:nth-child(3)  {width:100px;}
.ES_table thead th:nth-child(4)  {width:100px;}
.ES_table thead th:nth-child(4)  {width:20px;} */




.acor .accordion>.card .card-header { margin-bottom: -1px; }
.acro {border:1px solid red;}



.btn-blue {
    color: #fff;
    background-color: #1D86FF;
    border-color: #17a2b8;
}


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}





.checkbox-inline input[type=checkbox]{
    position: absolute;
    margin-top:4px;
    margin-left: -20px;
}


.radio-inline input[type=radio] {


    position: absolute;
   margin-top:4px;
    margin-left: -20px;
}


.srs_dtls .form-group {margin-bottom:.6rem;}
.under-text { font-size:13px !important; display:block;}
.pos-right  {right: 50px; top: 2px;}
.vew_cls  {right:calc(30% - 90px); top: 2px;}



.fd_1 td, .fd_2 td, .fd_3 td {padding: 5px 10px; vertical-align:middle; border:0; height:52px;}
/*.fd_2 td {border-left:0 ; border-right:0}
.fd_3 td  {border-left:0 ; border-right:0}   
.fd_3 td {text-align:center;} */

.fd_1,
.fd_2,
.fd_3  {margin-bottom:0 !important;}

.fd_1 td, .fd_2 td, .fd_3 td {    border-top: 0;
    border-right: 0;
    border-left: 0;}
    
.edi_ul ul li {border-bottom:0px solid #dee2e6 !important; padding:5px 10px !important;}    
.edi_ul tr th {padding:5px;}

[data-tooltip]{position:relative;z-index:2;cursor:pointer;}
[data-tooltip]:before,[data-tooltip]:after{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;pointer-events:none;}
[data-tooltip]:before{position: absolute; bottom: -51px; left: -7px; margin-bottom: 5px; margin-left: -85px; padding: 8px; width: 195px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); text-align: left; font-size: 11px;      text-transform: none;}

.ldsrs > [data-tooltip]:before { position: absolute; bottom: -42px; left: -19px; margin-bottom: 5px; margin-left: -85px;
    padding: 8px; width: 245px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; 
    background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); text-align: left; font-size: 11px;  
    text-transform: none; }
    
    
.ex-prc > [data-tooltip]:before { position: absolute; bottom: -54px; left: -19px; margin-bottom: 5px; margin-left: -85px;
    padding: 8px; width: 260px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; 
    background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); text-align: left; font-size: 11px;  
    text-transform: none; }
    
/*.reg_tax > [data-tooltip]:before   {    bottom: -41px; width: 265px; left: -30px;}
.insu > [data-tooltip]:before   {bottom: -40px; width:260px;}
.oth-man > [data-tooltip]:before {bottom: -40px; width:220px;}
.oth-op > [data-tooltip]:before  {bottom: -40px; width:242px;} */


.reg_tax img, .insu img, .oth-man img, .oth-op img {}

.summary img{margin-top:-5px; } 
    

 
[data-tooltip]:after{ content: " "; font-size: 0; line-height: 0; width: 0; height: 0; border-style: solid; border-width: 0 6px 6px 6px; border-color: transparent transparent #565656 transparent; position: relative; top: 5px; right: 12px; }
[data-tooltip]:hover:before,[data-tooltip]:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
.tooltip{display:inline;position:relative;}
.tooltip:hover:after{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;background:#444;border-radius:8px;color:#fff;content:attr(title);margin:-82px auto 0;font-size:16px;padding:13px;width:220px;}
.tooltip:hover:before{border:solid;border-color:#444 transparent;border-width:12px 6px 0 6px;content:"";left:45%;bottom:30px;position:absolute;} 
    
    


.cust_drp {}
.cust_drp .list {    padding-right: 0; font-size: 12px; text-transform: uppercase; min-height: 33px; border: 0px solid rebeccapurple;}
.cust_drp .list label {width: 91%; margin-bottom:0;  vertical-align: middle; padding-left:3px;}
.cust_drp .list input[type='checkbox']  {    vertical-align: top; margin-top: 3px;}

.cust_drp form-check label { font-size: 12px; text-transform: uppercase; }
.text-sm label {font-size: 12px; text-transform: uppercase; } 
.text-sm input[type='text'] {margin-left:5px}

.mas_leVeh {table-layout: fixed;}
.mas_leVeh th {vertical-align: middle !important;  text-align: left;}
.mas_leVeh th:nth-child(1)  {width:60px;}
.mas_leVeh th:nth-child(8)  {width:130px;}
.mas_leVeh th:nth-child(9)  {width:130px;}
.mas_leVeh td:nth-child(1)  {text-align:center;}

.mas_leVeh_insi tr td { text-align: left !important; padding: 6px 10px;}

.home_tabs .nav-link {padding:10px 7px;}



 .header-fx { position: sticky; top:-1px;}
 .table .thead-lighter th { background-color: #004da8; color: #ffffff; z-index: 999;}
 .home_circle {height:150px;}
 .home-font {font-family: latobold; color: #2b6a9d; display: block; padding-top: 10px; cursor:pointer;}
 .gray-bg .hvr:hover .btn {border:1px solid #DA5745!important;}
 .gray-bg .hvr:hover .home-font {color:#DA5745 !important;}   






  


.date-blue {background:#fff url(/images/date-blue.png) 96% 7px no-repeat !important; background-size:11px !important; font-size:13px !important;}


 

.inside {width:97%; margin:0 auto;}
.w-90 {width:90%;}
.w-11 {width:11%;}
.cust_elibi td {padding:0 ; padding-bottom:15px;}
.cust_elibi td:nth-child(1)  {width:180px;} 
.cust_elibi td:nth-child(2)  {width:12px;}

.pie_table td {font-size:14px;padding:0 10px 10px 0px;}
.pie_table td:nth-child(1)  {width:175px;} 
/*.pie_table img {width:320px;}*/

    


 

        
    
        
    

.pos_rel {position:relative;}

.pos_abs {position:absolute;  right: -23px; top: 4px;}
.pos_abs2 {
    position: absolute;
top: 35px;
margin-bottom:0;
    left: 14px;
}
.wid-40 {width:40px; padding:6px;}
.img-plcment  {position: absolute;
    top: -10px;
    left: 200px;
}

.c_pointer {cursor:pointer;}

.dlr_detils {font-size:14px;}
.dlr_detils > .form-group {margin-bottom:21px;}
.dlr_detils > .form-group label {margin-bottom:0;}
.dlr_detils > .form-group div {-ms-flex-item-align: center!important; align-self: center!important;}
.dlr_detils > .form-group div > label {}
.dlr_detils > .form-group .text-danger { position:absolute; font-size:12px;}
.dm_table tr th {width:190px; font-size:14px; border-bottom:0;}
.dm_table tr th:nth-child(7)  {width:75px;}
.dm_table td {padding:10px 5px 10px 7px; font-size: 13px;}
.dm_table ul li {padding: 0 !important; padding-bottom: 5px !important;} 



.branch_pop th {}
.branch_pop tr td {vertical-align:middle; text-align:left;}

#dealer_masters {font-size:14px;}
#internalsource {font-size:14px;}
.DD_table {font-size:14px;}
.DD_table ul li {border-bottom:0px solid #dee2e6 !important;  border-radius: 0 !important; padding: 5px 10px !important;}
.typ_sud {right: 0;}
.font-12 {font-size:12px;} 
/*.dm_table td:nth-child(2)  {width:12px;}
.dm_table td:nth-child(2)  {width:12px;} */






.fin_part .form-check{padding-left: 10px;
    border: 0px solid;
    min-height: 50px;
    border: 0px solid;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-transform:uppercase;
    margin-bottom: 0;}
    
.fin_part .text-danger { position:absolute;   padding: 0; margin: 0;}


.bd_table tr td {padding:6px; }
.bd_table {table-layout:fixed; width:100%;}

 
   




.blue-tb .nav-tabs{border-bottom:1px solid #2b6a9d}
.blue-tb .nav-tabs .nav-item{margin-bottom:-1px}
.blue-tb .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.blue-tb .nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#2b6a9d #2b6a9d #2b6a9d}
.blue-tb .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.blue-tb .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#2b6a9d;background-color:#fff;border-color:#2b6a9d #2b6a9d #fff}
.blue-tb .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}

 .abs{    position: absolute; right: 0; top: 3px;}
 .srs_dtls .text-danger { color: #dc3545!important;  font-size:12px; margin-bottom:0; margin-top:5px}
 #tradevehicalDetails .text-danger { color: #dc3545!important; font-size: 12px; }
 #tradevehicalDetails table tr td {padding:10px;}
 #leaddetails .text-danger { color: #dc3545!important; font-size: 12px; font-weight: normal;} 
 
 
 #internalsourcemgr .text-danger { color: #dc3545!important; font-size:12px;}
 .srs_avbl label:nth-child(1), .srs_avbl label:nth-child(2) {padding-bottom: .6rem!important;}
 
 
.excu_d_pp .text-danger { color: #dc3545!important; position: absolute; font-size:12px;}
.no_btm label:nth-child(3) {padding-bottom:0 !important; border:0px solid;}
.no_btm label:nth-child(4) {padding-bottom:0 !important; border:0px solid;}

.excu_d_pp .form-group {margin-bottom:20px;}  
  
            





.bttn_cls{background-color: #2b6a9d;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        padding: 0px 8px;
        margin: 0px;
        text-decoration: none;}
        .accordion .card-header:after {

        }
        .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels 
    content: "\f067"; */
}


.vh_bold {font-weight:bold; font-size:13px;}
.form-group-2 {padding-bottom:5px;}
.pad-0 {padding:0;}
.col-s {
    -ms-flex: 0 0 4.333333%;
    flex: 0 0 4.333333%;
    max-width: 4.333333%;
    
}


.heading6 {
    font-size: 15px;
}

.mt-34 {margin-top:34px;}
.full-w {width:100%;}
.wid-60 {width:60px;}
.rupee_font {
font-family: Sans-Serif !important;
letter-spacing: normal;
font-weight: normal !important;
display: inline !important;
margin: 0 !important;
padding: 0;
}

.rupee-s {    background: url(/images/rupee-black.png) 9px 10px no-repeat;
    background-size: 7px;
    padding-left: 20px;}
 
.rupee-s2 {    background: url(/images/rupee-black.png) 9px 3px no-repeat;
    background-size: 7px;
    padding-left: 20px;} 

.cl-opn {font-size: 60px;
    display: block;
    width: 36px;
    line-height: 0;
    padding-top: 13px;}
    
    
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

/*.nav-link .caret {    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2b6a9d;
    position: relative;
    left: 12px;
    top: 10px;} 
    
    

.collapsed .caret {   

   width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2b6a9d;
  position: relative;
    left: 12px;
    top: -5px;} */ 
    
    
    
.caret {width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f5f5f5;
    right: 10px;
    top: 17px;
    left: inherit;
    position: absolute;}
    
.drpdwnactive {background:#69737b;}




/*@-webkit-keyframes loginUsername {
    0%,100% {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        background: #fff url(../images/username_icon.png) no-repeat 0px center;
    }
} */

.login_blk .form-group input.form-control.username:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: loginUsername;
    -webkit-animation-fill-mode: both;
}
/*CSS - Ends here*/

    


.serh {position: relative; top: -2px;}
.serh-fil{position: relative; top: -5px;}

.highltbox {cursor:pointer;}
/*.highltbox:hover{ border:0px solid #2b6a9d; background:#eaeaea; }*/
.hdrtxt {   font-size:13px; }      

.p_block {
    background-color: #e9ecef;
    opacity: 1;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    color: #495057;
}

.lh {line-height: 16px;}

#output_display{height: 600px; overflow: auto;}
/* ---Custom Scrollbar CSS Starts Here--- */
        ::-webkit-scrollbar{height:8px;width:8px;border-radius:18px}
        ::-webkit-scrollbar-track{background:#f1f1f1;}
        ::-webkit-scrollbar-thumb{background:#b7b7b7;border-radius:18px}
        ::-webkit-scrollbar-thumb:hover{background:#555;}
        /* ---Custom Scrollbar CSS Ends Here--- */

.desk-form h2{display: none;}
.menu-icon{display: none;}
.menu-icon::before{content: ''; background: url(../images/menu_icon.svg) no-repeat; width: 24px; height: 24px; background-size: 24px; display: inline-block;}

@media(max-width: 1600px){
    #output_display{height: 500px;}
}
@media(max-width: 1400px){
    #output_display{height: 450px;}
}

@media (max-width: 768px){
    .logo {width: 100%; padding: 0 0 0 10px;}
    .row1 {display: flex;}
    .row1 .col-md-4 {width: 70%; padding-bottom: 0px !important; padding-top: 0px !important;}
    .row1 .col-md-8 {width: 30%;}
    .welcome .font-14 {font-size: 12px;}
    a.bg-bluedark {font-size: 12px;}
    .user_profile_block .row {justify-content: flex-end;}
    .log-btn{font-size: 12px; margin-right: 2px;}
    .col-md-7.border-right{border-right: none !important; padding-right: 10px;}
    .slr_dtls table.table .form-control:disabled, .form-control[readonly]{width: auto;}
}


/*===\\\ Responsive styles added on 08-06-2023 \\\===*/

/*Dashboard Mobile Styles START*/
@media (max-width: 768px){
    .wrapper-custom-table2{padding:0;}
    .m-gray-bg{width:100%!important;position:inherit;transform:inherit;display:block;padding:0px 15px;margin:0px;}
    .leads-block{max-width:100%;margin:0 0 25px 0!important;padding:0px!important;}
    .leads-block button{display:flex;height:60px;min-height:inherit!important;align-items:center;padding:0 20px!important;border-radius:6px!important;}
    .leads-block button span.h5{width:80%;padding:13px 0!important;margin:0px;border-radius:0px 6px 6px 0!important;}
    .leads-block button .wel_img{width:64px!important;height:auto;margin:0;padding:0;}
    .leads-block button span.mb-4{margin-bottom:0!important;}
    .wrapper-custom-table2::-webkit-scrollbar{width:6px;height:5px;border-radius:20px;}
}
@media (max-width: 390px){
    .leads-block button{height:54px;}
    .leads-block button span.h5{font-size:18px;}
}
@media (max-width: 320px){
    .leads-block button{height:48px;}
    .leads-block button .wel_img{width:54px!important;}
    .leads-block button span.h5{font-size:16px;}
}
/*Dashboard Mobile Styles END*/

/*Lead Master Mobile Styles START*/
.mobile-only{display:none;}
.btn-close{display:none;}
.mobile-lead-table{display:none;}
.mobile-tabs{display:none;}
.mobile-lead-btns{display:none;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#707D84!important;}
@media (max-width: 768px){
    .mobile-only{display:inline-block;}
    .tabledisplay ul.nav-tabs{display:flex;white-space:nowrap;flex-wrap:nowrap;width:1060px;}
    .tabs-row{width:100%;*overflow-x:scroll;}
    .tabs-row .tabledisplay{margin-top:60px!important;}
    .tabs-row table.table{width:1900px;margin-bottom:70px;}
    .desk-form{display:none;}
    .btn-search{font-size:14px;border-radius:4px;margin-top:0px;position:relative;z-index:1;}
    .abs{top:-44px;}
    .tabs-grp,.table-hd{overflow-x:scroll;margin-bottom:40px;}
    .col-md-12 .tabs-grp{margin-bottom:0px;}
    *#searchform input,#searchform select{width:100%!important;}
    .search-fields{padding:0 15px!important;}
    .filter-block{width:100%;padding:0 0px 0 15px;}
    .filter-block select.form-control{padding-right:0!important;margin:0!important;}
    .filter-block .form-group{width:100%;margin-bottom:0px;}
    .filter-block .form-group .input-group{margin-bottom:20px!important;}
    .search-block .form-control{margin-bottom:20px!important;}
    .leadmaster tr th,.leadmaster tr td{font-size:12px;}
    .btn-grp{display:flex;align-items:center;}
    .btn-grp button{width:50%;}
    .form-inline .form-group input.form-control{margin-bottom:10px;}
    .form-inline .form-group select.form-control{margin-bottom:10px;}
    .accordion{border-bottom:1px solid lightgray;}
    .blue-tb .nav-tabs .nav-link{font-size:12px;}
    .leadmaster tr th:nth-child(3){width:300px;}
    .leadmaster tr th:nth-child(6),.leadmaster tr th:nth-child(7){width:200px;}
    .leadmaster tr th:nth-child(9){width:150px;}
    .desk-form{display:block;position:fixed;z-index:9999;width:100%;transform:translateX(-800px);padding-top:0!important;height:calc(80vh - 0px);overflow:auto;top:79px;}
    .btn-close{font-size:20px;display:block;color:#cc0001;font-weight:bold;position:absolute;right:15px;top:12px;line-height:12px;}
    #leadmaster input[type=text]{max-width:100%;}
    .search-title label{font-weight:bold;font-size:16px;}
    .filter-title label{font-weight:bold;font-size:16px;margin-left:0!important;}
    .desk-lead-table{display:none;}
    .search-filter-section{height:100%;}
    .btn-grp{padding-bottom:80px;}
    .mobile-lead-table{display:block;margin:10px 0 70px 0;padding:0 10px;}
    .ac_hdr_block{background:#fafafa;padding:5px 10px;}
    .mobile-lead-table .accordion{border:none;}
    .mobile-lead-table .accordion .accordion-item h2{display:flex;align-items:center;justify-content:space-between;margin:0;}
    .mobile-lead-table .accordion .accordion-item h2 span{font-size:14px;display:block;color:#333333;}
    .mobile-lead-table .accordion .accordion-item h2 span::before{content:'';background:url(https://testvehicleloans.cartradeexchange.com/images/user-icon.png) no-repeat;display:inline-block;width:12px;height:12px;background-size:12px;margin-right:5px;}
    .mobile-lead-table .accordion .accordion-item h2 button{margin:0;padding:0;}
    .mobile-lead-table .accordion .accordion-item h2 button::before{content:'';background:url(https://testvehicleloans.cartradeexchange.com/images/arrow-gray.svg) no-repeat;transform:rotate(180deg);width:16px;height:12px;background-size:16px;display:block;position:relative;top:-4px;}
    .mobile-lead-table .accordion .accordion-item h2 button.collapsed::before{transform:rotate(0deg);top:0;}
    .mobile-lead-table .accordion .accordion-item{border:1px solid #eeeeee;border-radius:4px;padding:0px;margin-bottom:10px;}
    .status-hd{font-size:12px;margin-bottom:5px;}
    .status-hd strong{color:#333333;}
    .mobile-lead-table .accordion-body{border-top:1px solid #eaeaea;padding:0 10px 5px 10px;}
    .mobile-lead-table .accordion-body h4{font-size:14px;margin:10px 0 0 0;color:#333333;}
    .mobile-lead-table .accordion-body p{margin:0;}
    .mobile-lead-table ul.list-unstyled{margin:0;padding:0;}
    .mobile-lead-table ul.list-unstyled li:last-child{padding:0;}
    .accordion-body div.cnt_blk{border-bottom:1px solid #eaeaea;padding-bottom:10px;}
    .accordion-body div.cnt_blk:last-child{border:0;}
    .mobile-lead-table .text-black{color:#707D84;}
    .mobile-tabs{display:block;margin:0 0 0 0;}
    .mobile-tabs .nav-tabs{border-bottom:none;}
    .mobile-tabs .nav-tabs .nav-link{background:#fafafa;border:1px solid #eeeeee;width:33.3%;border-radius:0;white-space:nowrap;padding:5px 0;font-size:11px;}
    .mobile-tabs .nav-tabs .nav-link:nth-child(4),.mobile-tabs .nav-tabs .nav-link:nth-child(5){width:50%;}
    .mobile-tabs .nav-tabs .nav-link.active{background:#3E7291;color:#ffffff;}
    .mobile-lead-btns{display:flex;align-items:center;justify-content:space-between;padding:10px 10px;width:100%;}
    .mobile-lead-btns .btn.l-btn{border:1px solid #343a40;font-size:12px;margin-left:3px;padding:5px 12px;}
    .mobile-lead-btns .btn.l-btn:hover{background:#343a40;color:#ffffff;}
    .mobile-lead-btns .btn.l-btn:focus{box-shadow:none;}
    .select2-container{position:absolute;z-index:9999;}
    .filter-fields .select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ced4da;border-radius:0.2rem;}
    .select2-container--default .select2-selection--single .select2-selection__rendered{color:#707D84;line-height:28px;}
    .select2-container{width:100%!important;}
    .desk-form.active-form {transform: translateX(0px);}
    #leaddetailsmenu.active {width: 100%;}
    #leaddetailsmenu .nav {width: 95% !important;margin-top: 0 !important;}
    #leaddetailsmenu.active {width: 100%;}
    #leaddetailstopblock{position: sticky; top: 0px; z-index: 9;}
    .popover-new.vd_block{width: 100%; left: 0;}
    .popover-new.vd_block .arrow{left: 10% !important;}
    .price.wid-60{width: 124px;}
    .mdl_box.popover-new{width: 100%; left: 0; right:0;}
    .mdl_box.popover-new .arrow{left: 65px !important;}
}
@media (max-width: 390px){
    .pagination .page-item input{font-size:12px;}
    .btn-search{font-size:12px;}
}
@media (max-width: 320px){
    .btn-search{font-size:12px;}
    .mobile-tabs .nav-tabs .nav-link{width:50%;}
}
/*Lead Master Mobile Styles END*/


#leaddetailsmenu{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:relative;}
#leaddetailsmenu ul li{font-size:16px;}
#leaddetailsmenu ul li a{padding:10px 15px;display:block;color:rgba(255, 255, 255, 0.6);border-bottom:1px solid rgba(255, 255, 255, 0.1);font-size:12px;}
#leaddetailsmenu ul li a:hover{color:#fff;background:#2f89fc;border-bottom:1px solid #2f89fc;}

@media (max-width: 991.98px){
    #sidebarCollapse1{font-size:30px;float:right;padding:0 20px;}
    .secondary-header{padding-left:50px!important;}
    .custom-menu{display:block !important;position:absolute;left:5px;top:15px;z-index:10;}
    .custom-menu button{font-size:20px;}
    .custom-menud{display:block !important;}
    #leaddetailsmenu{position:fixed;left:0px;top:0px;width:100%;height:100vh!important;z-index:9999;margin-left:-100%;background:rgba(0,0,0, .8);}
    #leaddetailsmenu .nav{background:#454545;height:100%;width:72%;}
    #leaddetailsmenu.active {margin-left: 0;}
}
@media (max-width: 980px){
    .wrapper .section-main-content{max-width:100%;flex:inherit;}
    .custom-menu{top:5px!important;}
    #leaddetailsmenu .nav{width:300px;}
    #leaddetailsmenu.active {width: 400px;display: inline-table;}
}
@media (max-width: 768px){
    .lead-status{max-width: 100%; flex: inherit; margin: 0;}
    .lead-status .row{margin: 0px; display: flex; flex-wrap: nowrap; margin-bottom: 10px;}
    .lead-status .row .col-form-label{padding: 0px;}
    .wrapper-custom-table2{padding:0;}
    .new_menu{flex:inherit;max-width:100%;height:auto!important;}
    .new_menu .nav-pills .nav-link{white-space:nowrap;display:block;padding:10px 15px;}
    .section-main-content{flex:inherit;max-width:100%;}
    .lead-details-theme form{margin-bottom:40px;}
    .lead-details-theme form div.col-md-6{padding:0 15px!important;}
    .lead-details-theme form div.col-md-6 p{padding-bottom:5px!important;padding-top:10px;}
    .mdl-Bigsize{max-width:100%;}
    .lead-details-theme form div.col-md-6.vl{border-left:0px;}
    .wrapper-custom-table2::-webkit-scrollbar{width:6px;height:5px;border-radius:20px;}
    .custom-menu button.btn::before{background:url(https://testvehicleloans.cartradeexchange.com/images/menu-icon.png) no-repeat;background-size:16px;height:16px;width:16px;display:inline-block;content:'';}
    .custom-menu button .fa.fa-bars{display:none;}
    .modal-title{font-size:16px;font-weight:normal;}
    #leaddetailsmenu .nav{width:82%;}
    .wrapper .section-main-content{margin-bottom:50px;}
    .pageStats{display:none;}
}
@media (max-width: 320px){
    .headings{font-size:12px;padding-left:0.05rem!important;}
}
@media only screen and (min-width: 800px){
    .ve_sele_gYbvqP{padding-right:8px;padding-left:8px;width:100%;min-height:1px;flex:0 0 20%;max-width:20%;}
    .ve_sele_dEKXPX{margin-right:-8px;margin-left:-8px;display:flex;flex-wrap:wrap;}
}
@media (min-width:320px) and (max-width:800px ){
    .fin_formBlk{margin-right:0;margin-top:0;}
    .fin_content_blk{padding:16px;margin-top:20px;}
    .ve_sele_lbSxSe{display:none;}
    .steps{font-size:16px;font-size:17px;font-family:latobold;font-weight:bold;margin-bottom:30px;}
}

.vl{border-left:1px solid lightgray;height:auto;padding-left:8px;}
.font-14{font-size:14px;}
.modal-header .close{outline:none;}
.table th{padding:10px 5px;}
.pos_rel{position:relative;}
.caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #f5f5f5;right:10px;top:17px;left:inherit;position:absolute;}
.highltbox{cursor:pointer;}
.wrapper{width:100%;}
.custom-menu,.custom-menud{display:none;}

.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;}
.close:hover{color:#000;text-decoration:none;}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75;}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px);}
.modal.show .modal-dialog{-webkit-transform:none;transform:none;}
.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem);}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden;}
.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0;}
.modal-dialog-scrollable .modal-body{overflow-y:auto;}
.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem;}
.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
@media (min-width:576px){
    .modal-dialog{max-width:500px;margin:1.75rem auto;}
    .modal-dialog-scrollable{max-height:calc(100% - 3.5rem);}
    .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem);}
}
@media (min-width:992px){
    .modal-lg{max-width:800px;}
}
.modal-header{background-color:#454545;padding:.5rem .5rem!important;}
.modal-title{width:100%;text-align:left;color:#fff;padding-left:15px;text-transform:capitalize;}
.modal-header .close{font-size:30px;font-weight:300;line-height:1;color:#fff;text-shadow:0 1px 0 #fff;opacity:1;position:absolute;right:15px;top:8px;}
.modal-content{border:0!important;}
label{display:inline-block;margin-bottom:.5rem;}
.modal-header .close{outline:none;}
.form-group-2{padding-bottom:5px;}
.pad-0{padding:0;}
.heading6{font-size:15px;}
.rupee-s{background:url(https://testvehicleloans.cartradeexchange.com/images/rupee-black.png) 9px 10px no-repeat;background-size:7px;padding-left:20px;}
.vehicle-dtls .modal-dialog{max-width:1200px;}
.g-comb{display:flex;}
.input-year { width: 42%; display: flex; }
@media (max-width: 768px){
    .vehicle-dtls{width:100%;}
    .modal-title{font-size:16px;font-weight:normal;}
    .veh_usedcars .btn.btn-primary { margin-left: 16px; }
}

@media (max-width: 768px){
.card-header .col-sm-7{max-width:100%;display:flex;overflow-x:scroll;padding-bottom:10px!important;white-space:nowrap;}
.card-header .col-sm-1{position:absolute;top:12px;}
.card-header .col-sm-7 .amount_spn{display:flex;}
.toggle-emi-calc .collapse span .vl{border:none;}
.loan-emi-block .loan-title{max-width:100%;flex:inherit;}
.finance_market_place .emi-sections .blk .line-blk{display:block!important;}
.loan-emi-block{padding-left:0!important;}
.loan-emi-block .uiSlider{width:98%!important;margin-top:18px;}
.loan-input{position:relative;padding-left:0;margin-top:-55px;margin-left:222px;}
.loan-input input{width:110px;}
.input-year{display:flex;position:relative;margin-top:-55px;margin-left:220px;}
.blk .section .line-blk.down-payment{display:flex!important;margin-top:15px;}
.loan-interest{margin-top:0px;}
.blk .section.loan-interest .line-blk{display:flex!important;}
.section.loan-interest{display:block;}
.section.loan-interest .line-blk{width:100%;}
.section.loan-interest .line-blk .interest-title{max-width:72%;}
.finance_market_place .emi-sections .blk .line-blk.emi-calc{margin-top:20px;}
.line-blk.down-payment .col-3{max-width:40%;flex:inherit;}
.line-blk.down-payment .col-9{flex:inherit;}
.section.loan-interest .col-3{max-width:30%;flex:inherit;}
.section.loan-interest.process-fee .col-3{padding-right:16px!important;}
.process-fee .col-9{flex:inherit;}
.finance_market_place .cust_emi .section.emi-block{padding-top:0px!important;}
.finance_market_place .cust_emi .section.emi-block .line-blk{display:flex!important;}
.finance_market_place .cust_emi .section.emi-block .line-blk .col-7{max-width:70%;flex:inherit;}
.finance_market_place *{font-size:12px!important;}
.expandable-block{padding-bottom:0px!important;}
.apply-btn-block{display:flex;}
.apply-btn-block button{white-space:nowrap;}
.btn-apply{font-size:12px;white-space:nowrap;}
.toggle-emi-calc .card-header .col-sm-7{padding:5px!important;}
.toggle-emi-calc .card-header .col-sm-1{padding-left:0px;}
.toggle-emi-calc .card-header .col-sm-4{padding-left:5px;}
.finance_market_place .cust_emi .section.emi-block .line-blk .price .text-black{white-space:nowrap;}
.emi-block button{background-color:#007bff;border-color:#007bff;padding:4px 2px;}
.date-field{width:100%;}
.date-field select.form-control{margin-left:10px;}
.slr_dtls .col-md-5.pl-5{padding:0px!important;}
.slr_dtls .row .rounded{margin-bottom:10px;}
#sellerdetails .slr_dtls{margin-bottom:50px;}
}
@media (max-width: 390px){
.apply-btn-block button{font-size:11px!important;}
.apply-btn-block{padding:.25rem;}
.loan-input{margin-left:196px;}
.loan-input input{width:88px;}
.input-year{margin-left:190px;}
}
@media (max-width: 320px){
.apply-btn-block{display:block;}
.apply-btn-block button{margin-bottom:6px;}
.loan-input{margin-left:140px;}
.input-year{margin-left:160px;}
.emi-block .col-3,.section.loan-interest.process-fee .col-3{padding-right:0!important;}
.line-blk.down-payment .col-3{padding-right:0px;max-width:37%;}
.section.loan-interest .col-3{margin-right:0px!important;}
.line-blk .price{margin-right:10px;}
}

@media (max-width: 768px){
.toggle-emi-calc .collapse span .vl{border:none;}
.loan-emi-block .loan-title{max-width:100%;flex:inherit;}
.finance_market_place .emi-sections .blk .line-blk{display:block!important;}
.loan-emi-block{padding-left:0!important;}
.loan-emi-block .uiSlider{width:98%!important;margin-top:18px;}
.loan-input{position:relative;padding-left:0;margin-top:-55px;margin-left:222px;}
.loan-input input{width:110px;}
.input-year{display:flex;position:relative;margin-top:-55px;margin-left:210px;}
.blk .section .line-blk.down-payment{display:flex!important;margin-top:15px; justify-content: space-between;}
.loan-interest{margin-top:0px;}
.blk .section.loan-interest .line-blk{display:flex!important;}
.section.loan-interest{display:block; margin-top: 10px;}
.section.loan-interest .line-blk{width:100%;}
.section.loan-interest .line-blk .interest-title{max-width:72%;}
.finance_market_place .emi-sections .blk .line-blk.emi-calc{margin-top:20px;}
.line-blk.down-payment .col-3{max-width:40%;flex:inherit; position: absolute; right: 4px;}
.line-blk.down-payment .col-9{flex:inherit;}
.section.loan-interest .col-3{max-width:40%;flex:inherit;}
.process-fee .col-3 .form-control[readonly]{width: 100%;}
.section.loan-interest.process-fee .col-3{padding-right:5px!important;}
.process-fee .col-9{flex:inherit; max-width: 60%;}
.finance_market_place .cust_emi .section.emi-block{padding-top:0px!important;}
.finance_market_place .cust_emi .section.emi-block .line-blk{display:flex!important;}
.finance_market_place .cust_emi .section.emi-block .line-blk .col-7{max-width:70%;flex:inherit;}
.finance_market_place *{font-size:12px!important;}
.expandable-block{padding-bottom:0px!important;}
.apply-btn-block{display:flex;}
.apply-btn-block button{white-space:nowrap;}
.btn-apply{font-size:12px;white-space:nowrap;}
.finance_market_place .cust_emi .section.emi-block .line-blk .price .text-black{white-space:nowrap;}
.emi-block button{background-color:#007bff;border-color:#007bff;padding:4px 2px;}
.date-field{width:100%;}
.date-field select.form-control{margin-left:10px;}
.line-blk.down-payment .col-3{padding-right: 0px;}
.line-blk.down-payment #pslider_1.uiSlider{width: 100% !important; position: absolute; margin-top: 60px;}
.line-blk.down-payment .col-2{white-space: nowrap; max-width: 100%;}
#leaddetailsmenu.active {width: 100%;}
#leaddetailsmenu .nav {width: 95% !important;margin-top: 0 !important;}
#leaddetailsmenu.active {width: 100%;}
#leaddetailstopblock{position: sticky; top: 0px; z-index: 9;}
.popover-new.vd_block{width: 100%; left: 0;}
.popover-new.vd_block .arrow{left: 10% !important;}
.first_name .info-icon .tooltip-block{left: -66px;}
.first_name .info-icon .tool-tip::before{left: 61px;}
.pan_card .info-icon .tooltip-block{left: -134px;}
.pan_card .info-icon .tool-tip::before{left: 130px;}
.gros_mntly_income .info-icon .tooltip-block{left: -138px;}
.gros_mntly_income .info-icon .tool-tip::before{left: 133px;}
.last_name .info-icon .tooltip-block{left: -66px;}
.last_name .info-icon .tool-tip::before{left: 61px;}
.mobile_number .info-icon .tooltip-block{left: -92px;}
.mobile_number .info-icon .tool-tip::before{left: 87px;}
.altr_mobile_number .info-icon .tooltip-block{left: -164px;}
.altr_mobile_number .info-icon .tool-tip::before{left: 160px;}
.email_id .info-icon .tooltip-block{left: -45px;}
.email_id .info-icon .tool-tip::before{left: 40px;}
.aadhar_card .info-icon .tooltip-block{left: -154px;}
.aadhar_card .info-icon .tool-tip::before{left: 150px;}
.pan_card_number .info-icon .tooltip-block{left: -57px;}
.pan_card_number .info-icon .tool-tip::before{left: 176px;}
.date_of_birth .info-icon .tooltip-block{left: -80px;}
.date_of_birth .info-icon .tool-tip::before{left: 75px;}
.marital_status .info-icon .tooltip-block{left: -82px;}
.marital_status .info-icon .tool-tip::before{left: 77px;}
.preferred_language .info-icon .tooltip-block{left: -115px;}
.preferred_language .info-icon .tool-tip::before{left: 111px;}
.residence_type .info-icon .tooltip-block{left: -88px;}
.residence_type .info-icon .tool-tip::before{left: 84px;}
.address_line1 .info-icon .tooltip-block{left: -80px;}
.address_line1 .info-icon .tool-tip::before{left: 75px;}
.landmark .info-icon .tooltip-block{left: -55px;}
.landmark .info-icon .tool-tip::before{left: 50px;}
.pincode .info-icon .tooltip-block{left: -42px;}
.pincode .info-icon .tool-tip::before{left: 38px;}
.state .info-icon .tooltip-block{left: -26px;}
.state .info-icon .tool-tip::before{left: 20px;}
.city .info-icon .tooltip-block{left: -18px;}
.city .info-icon .tool-tip::before{left: 13px;}
.years_city .info-icon .tooltip-block{left: -132px;}
.years_city .info-icon .tool-tip::before{left: 128px;}
.current_address .info-icon .tooltip-block{left: -207px;}
.current_address .info-icon .tool-tip::before{left: 204px;}
.type_employment .info-icon .tooltip-block{left: -120px;}
.type_employment .info-icon .tool-tip::before{left: 115px;}
.education .info-icon .tooltip-block{left: -57px;}
.education .info-icon .tool-tip::before{left: 52px;}
.company_name .info-icon .tooltip-block{left: -94px;}
.company_name .info-icon .tool-tip::before{left: 90px;}
.joining_date .info-icon .tooltip-block{left: -72px;}
.joining_date .info-icon .tool-tip::before{left: 67px;}
.work_experience .info-icon .tooltip-block{left: -136px;}
.work_experience .info-icon .tool-tip::before{left: 132px;}
.cumulative_current_emi .info-icon .tooltip-block{left: -146px;}
.cumulative_current_emi .info-icon .tool-tip::before{left: 142px;}
.payment_type .info-icon .tooltip-block{left: -82px;}
.payment_type .info-icon .tool-tip::before{left: 78px;}
.company_address1 .info-icon .tooltip-block{left: -118px;}
.company_address1 .info-icon .tool-tip::before{left: 114px;}
.company_landmark .info-icon .tooltip-block{left: -120px;}
.company_landmark .info-icon .tool-tip::before{left: 114px;}
.company_pincode .info-icon .tooltip-block{left: -106px;}
.company_pincode .info-icon .tool-tip::before{left: 102px;}
.designation .info-icon .tooltip-block{left: -70px;}
.designation .info-icon .tool-tip::before{left: 66px;}

/*Reports 14-09-2023*/
.bal-sum-table tr td{width: 100%; display: block;}
.desk-form.active-form{left: 0; padding: 10px 10px 50px 10px !important;}
.desk-form.active-form table.table, .desk-form.active-form table{margin: 0 !important;}
.desk-form.active-form .btn-close{top: 16px;}
.desk-form.active-form .btn-close::before{content: ''; background: url(../images/close-icon-red.svg) no-repeat; width: 24px; height: 24px; background-size: 24px; display: inline-block;}
.desk-form.active-form h2{font-size: 20px; font-weight: bold; margin: 10px; display: block;}
.desk-form.active-form .btn-success{margin-top: 10px;}
.smc{height: auto;}
.mobile_sidemenu.active_mobile_sidemenu{margin-left: 0px !important;}
.menu-icon{display: block; position: absolute; right: 10px; top: 20px; z-index: 1;}
.w-100{position: relative;}
#leaddetailsmenu.mobile_sidemenu.active_mobile_sidemenu .nav.nav-pills{width: 90% !important;}
.menu-close{position: absolute; right: 10px; top: 5px;}
.mobile_sidemenu.active_mobile_sidemenu .menu-close::before{content: ''; background: url(../images/close-icon-red.svg) no-repeat; width: 28px; height: 28px; background-size: 28px; display: inline-block;}
.table.reportcls tr td{white-space: nowrap;}
.table.reportcls tr:first-child td{padding: .8rem .5rem;}
.desk-form.active-form table{width: 100% !important;}
.desk-form.active-form table tr td{width: 100% !important; display: block; padding: 0 .75rem}
.desk-form.active-form table tr td select{max-width: 100%; min-width: 100%;}
.empty-td{display: none !important;}
.desk-form.active-form table tr td .btn-primary, .desk-form.active-form table tr td .btn-success {width: 100%;}
#output_display{height: 65vh;}
.reportblock{min-height: initial !important;}
.tlt{display: block;}
.total-count{width: 100%;}
.total-count h5{font-size: 14px;}
.lead-create-report{width: 100%; text-align: left;}
.lead-create-report h5{font-size: 14px;}
.three-btns{width: 100%; display: flex; justify-content: flex-end;}
.no-of-dbf{position: absolute; top: 55px; left: 6px;}
.ppr #output_display{margin-top: 40px;}
.adp #output_display{margin-top: 60px;}
.adp #output_display table tr th{white-space: nowrap;}
#leadmaster .desk-form.active-form .btn-close{top: 0; right: 12px;}
}

@media (max-width:767px){
    .adp .no-of-dbf {padding: 0 10px;}
    .adp .no-of-dbf table tr td {width: 100% !important; display: block;}
    .adp #output_display {height: 55vh;}
}

@media (max-width: 414px){
    .tooltip-block{width: 315px !important;}
}

@media (max-width: 390px){
.apply-btn-block button{font-size:11px!important;}
.apply-btn-block{padding:.25rem;}
.loan-input{margin-left:205px;}
.loan-input input{width:88px;}
.input-year{margin-left:180px;}
.tooltip-block{width: 280px !important;}
.welcome span.font-14{font-size: 12px;}
.welcome span.font-12{font-size: 10px;}
.row1 .col-md-4{width: 71%;}
.row1 .col-md-8{width: 28%;}
}

@media (max-width: 375px){
    .no-of-dbf table tr td{width: 100%; display: block; font-size: 14px;}
    .ppr #output_display{margin-top: 80px;}
}

@media (max-width: 320px){
.apply-btn-block{display:block;}
.apply-btn-block button{margin-bottom:6px;}
.loan-input{margin-left:140px;}
.input-year{margin-left:160px;}
.emi-block .col-3,.section.loan-interest.process-fee .col-3{padding-right:0!important;}
.line-blk.down-payment .col-3{padding-right:0px;max-width:37%;}
.section.loan-interest .col-3{margin-right:0px!important;}
.line-blk .price{margin-right:10px;}
.tooltip-block {width: 222px !important;}
}


/*===\\\ Responsive styles added on 08-06-2023 \\\===*/