.wrapper-1150{
    max-width: 1150px!important;
}
.wrapper-600{
    max-width: 600px!important;
}
.wrapper-820{
    max-width: 1200px!important;
}

.wrapper-750{
    max-width: 750px!important;
}
.wrapper-350{
    max-width: 350px!important;
}
.wrapper-650{
    max-width: 650px!important;
}
/* follwing starts select dropdown css ----------------------------------*/

.select-box-outer{
    position: relative;
    
    z-index: 110;
}
.multiselect {
    width: 200px;
  }
  
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    /* font-weight: bold; */
    padding:4px 2px;
    background-color: #fff;
    border: 0.5px solid #efe7e7;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .swal2-confirm:focus {   
    overflow: hidden;
  }
  .swal2-confirm{
    background-color: #29bbb4 !important;
    border-radius: 0 !important;
  }
  .swal2-cancel{
      border-radius: 0 !important;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
  }
  #checkboxes{
    position: absolute;
    width: 200px;
    padding: 5px 3px;
    background: #fff;
  }
  
  #checkboxes label {
    display: block;
    padding: 3px 3px;
    margin-bottom: .1rem;
    text-align: left;
  }
  
  #checkboxes label:hover {
      background-color: #99e0dc;
      padding: 3px 3px;
  }
  .arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #48bbb4;
    color: #fff;
    line-height: 2;
    padding: 0px 7px;
    cursor: pointer;
  }
  
  .select-style:hover .arrow {
    color: lightblue;
  }
  .custom-check{
      position: relative;
      top: 5px;
      right: 5px;
  }
 .custom-check-btn{
    width: 20%!important;
    text-align: center!important;
    position: relative;
    left: 109px;
    padding: 2px!important;
 }
 .custom-check-btn:hover{
     background: rgb(149, 149, 149)!important;
     color:#000;
 }
 /* ------------------------ */
 /* .text-box-outer{
     position: relative;
     left: -170px;
     z-index: 110;
 }
#text-area-box {
    display: none;
    border: 1px #dadada solid;
    background: #fff;
  }
#text-area-box{
    display: none;
    border: 1px #dadada solid;
  width: 370px;
    height: 160px;
    position: absolute;  
    
    padding: 14px;
}
.text-area-btn {
    width: 20%!important;
    text-align: center!important;
    position: relative;
    left: -82px;
    top: 24px;
    padding: 2px!important;
} */
/* -----------ListBox---------------------- */

.list-box-outer{
    position: relative;
    left: -83px;
    z-index: 110;
}
#listboxes {
    display: none;
    border: 1px #dadada solid;
    background: #fff;
  }

  #listboxes{
    display: none;
    border: 1px #dadada solid;
    width: 240px;
    position: absolute;  
    padding: 5px 3px;
}
  
  #listboxes label {
    display: block;
    padding: 3px 3px;
    margin-bottom: .1rem;
    text-align: left;
    
  }
  
  /* #listboxes label:hover {
      background-color: #99e0dc;
      padding: 3px 3px;
  } */
  .selectBox i svg {
    width: 23px;
    height: 24px;
    margin: 0 5px
  }
  /* -------------------------------------- */

  .list-item-outer{
    position: relative;
    z-index: 110;
}
#listItems {
    /* display: none; */
    border: 1px #dadada solid;
    background: #fff;
  }

  #listItems{
    display: none;
    border: 1px #dadada solid;
    width: 200px;
    position: absolute;  
    padding: 5px 3px;
}
  
  #listItems label {
    display: block;
    padding: 3px 3px;
    margin-bottom: .1rem;
    text-align: left;
    
  }
  
  #listItems label:hover {
      background-color: #99e0dc;
      padding: 3px 3px;
  }
  .selectBox i svg {
    width: 23px;
    height: 24px;
    margin: 0 5px
  }
  /* file upload browse css */
  div.upload {
    background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
display: inline-block;
height: 40px;
padding: 3px 40px 3px 3px;
position: relative;
width: 100%;
}

div.upload:hover {
opacity:0.95;
}

div.upload input[type="file"] {
display: input-block;
width: 100%;
height: 30px;
opacity: 0;
cursor:pointer;
position:absolute;
left:0;
}
.uploadButton {
background-color: #1cbbb4;
border: none;
border-radius: 2px;
color: #FFF;
cursor: pointer;
display: inline-block;
height: 33px;
margin-right: 15px;
width: auto;
padding: 0 20px;
box-sizing: content-box
}

.fileName {
font-family: Arial;
font-size:14px;
}

.upload + .uploadButton {
height:38px;
}
input[type="file"] {
	position: relative;
	left: -1px;
	background-color: #FFCC00;
	color: #000000;
}â€‹
/* file upload browse css */
/* help Circle Css */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-image:-webkit-linear-gradient(0deg, rgb(141, 31, 17) 0%, rgb(10, 61, 98) 99%)!important;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    box-shadow: 0px 0px 5px rgb(39, 38, 38);
    text-decoration: none;
}

.float:hover{
    color:#fff;
    text-decoration: none;

}

.my-float{
    margin-top:22px;
    color:rgb(218, 212, 212);
    text-decoration: none;
}


.material-icons {
  font-size: 21px;
}
/* ------------------- */
/* file upload browse css */
  /* -------------------------------------- */
  .custom-file-label::after {
    background-color: #1cbbb4;
    color: #fff;
}


.customtagbox {
    border: 1px solid #e2dfdf;
    color: black;
    padding: 5px 12px;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    min-height: 40px;
    border-radius: 0px !important;
    visibility: visible;
    position: relative;
}
.customstagcontrol {
    border: 1px solid #f4f0f0!important;
    padding: 5px;;
}
.showiteminline {
    display: inline;
    visibility: visible;
}
.tagname {
    border-radius: 14px;
    background-color: #e7e6e6;
    margin: 10px 1px;;
    padding: 1px 10px;
    text-transform: lowercase;
}


.customDropdown {
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    top: 40px;
    /* box-shadow: -1px 1px 6px #8080807d;
    border-bottom: 1px solid #80808040; */
    z-index: 139;
}
.icon-excel{
    background-image: url("../img/export-icons/Excel.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon-csv{
    background-image: url("../img/export-icons/CSV.svg")
    ;
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon-print{
    background-image: url("../img/export-icons/Print.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon-pdf{
    background-image: url("../img/export-icons/PDF.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.buttons-pdf span{
    content: ''!important;
}
.mybtn{
    width: 54px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 20px;
    margin: 6px;
    cursor: pointer;
  
}
.lookup input {
    color: #000;
    border: 1px solid #124185;
    border-radius: 3px!important;
    height: 50px;
    width: 400px !important;
    max-width: 100%;
    padding-left: 36px;
    padding-right: 18px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    outline: none !important;
    -webkit-transition: .5s;
    transition: .5s;
}
.tableWrapper {
    /* overflow: auto!important; */
}
.lookup-sm input {
    border-radius: 4.5px;
    height: 29px;
    width: 29px;
    padding-left: 29px;
    padding-right: 14.5px;
    font-size: 14px;
    width: 160px;
}
.lookup-right.lookup-sm input {
    padding-left: 14.5px;
    padding-right: 29px;
}
/* .lookup::before {
    content: "    \1";
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    font-family: themify;
    font-size: 18px!important;
    position: absolute;
    top: 50%;
    background-size: 21px;;
    right: 7px!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 36px;
    text-align: center;
    cursor: text;
    font-weight: 600;
} */
.float {
    margin-bottom: -35px;
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 49px;
    right: 15px;
    background-image: -webkit-linear-gradient(0deg, rgb(141, 31, 17) 0%, rgb(10, 61, 98) 99%)!important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(39, 38, 38);
}
.footer-content{
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    height: 75px;
    margin-bottom: 0px;
    text-align: center;
    
}
.pop-up-overlay{
    width:100%;
    position:fixed;
    height:100vh;
    z-index:998;
    text-align:center;
    background-color:rgba(0,0,0,0.6);
    display: flex;
    top:0;
    left:0;
    /* margin-left: -40px; */
 }

 
 .custom-select-btn{ 
    min-width: 50px;
    position: relative;
    top: -18px;
    padding: 9px 0px;
    background: #48bbb4;
 }
 .showNo{
    display: none !important;
    }
    .showYes{
    display: block !important;
    
    
    }
 .pop-up-box{
width: 700px;
margin: 0 auto;
background-color: white;
padding: 10px;

position: relative;
align-self: center;

 }
 .inline-popup{
    display: inline-block;
 }
 .pop-up-close{
    text-align: right;
    float: right;
 }
 .pop-up-header{
    display: flex;
    width: 100%;  
    align-items: center; 
 }
 .pop-up-title{
background: linear-gradient(to right, #133755 , #7c1f1e) !important;
padding: 10px;
margin: 0px 0px 20px 0px;

box-shadow: 1px 1px 2px black;
color: white;
width: 100%;
display: flex;
justify-content: space-between;
height: 52px;
align-items: center;
}
.pop-up-title h3{
color: white;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 0;
}
 .pop-up-close .fa-times-circle{
font-size: 23px;
color: white;
 }

 /* candidate view css starts here ---------------------------------*/
 .list-wrapper {
    position:relative;
  }
  .list-item-wrapper {
    margin-top:10px;
    position:relative;
    padding-bottom: 40px;;
  }
  .list-bullet {
    float:left;
    margin-right:20px;
    background:#FF4949;
    height:30px;
    width:30px;
    line-height:30px;
    border-radius:100px;
    font-weight:700;
    color:white;
    text-align:center;
  }
  .list-bullet-green {
      float: left;
      margin-right: 20px;
      background-image: url(../img/bullets/Green_Bullet.png);
      height: 50px;
      width: 50px;
      margin-left: -2px;
      border-radius: 100px;
      font-weight: 700;
      color: white;
      background-repeat: no-repeat;
      text-align: center;
  }
  .list-bullet-blue {
      float: left;
      margin-right: 20px;
      background-image: url(../img/bullets/Blue_Bullet.png);
      height: 50px;
      width: 50px;
      margin-left: -2px;
      border-radius: 100px;
      font-weight: 700;
      color: white;
      background-repeat: no-repeat;
      text-align: center;
  }
  .list-bullet-red {
      float: left;
      margin-right: 20px;
      background-image: url(../img/bullets/Red_Bullet.png);
      height: 50px;
      width: 50px;
      margin-left: -2px;
      border-radius: 100px;
      font-weight: 700;
      color: white;
      background-repeat: no-repeat;
      text-align: center;
  }
  
  .list-item {
    display:table-row;
    vertical-align:middle;
  }
  .list-title {
      font-weight:700;
  }
  .list-text p{
      font-size: 16px;
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 0.4rem;
      color:#565353;
  }
  .list-text span{
      font-weight: 400;;
      line-height: 1.6rem;
  }
  .gray-line {
      background: #ece8e8!important;
      z-index: 0;
      width: 3px;
      height: 100%;
      position: absolute;
      left: 15px;
  }
  .white-line {
    background:#000;
    z-index:-1;
    top:0px;
    width:1px;
    height:100%;
    position:absolute;
    left:15px;
  }
  #LoginLayout .login-right .login-form {
    padding: 0px 0;
    padding-top: 200px;
    padding-bottom: 9px;
    margin-top: 10px;
    width: 100%;
    max-width: 600px;
}
 /* candidate view css ends here -----------------------------------*/
 .elastic-search-bar{
    background: #ebebeb;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    padding: 3px 0px;
 }
 .elastic-search-bar h5{
    padding-top: 7px;
 }
 .elastic-search-bar input{
    border-radius: 21px!important;
 }

 .main {
    width: 50%;
    margin: 50px auto;
}
.elastic-search-bar .form-group{
    margin-bottom: 0px;;
}
/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.jd-submit-block .form-group{
    margin-bottom: 17px !important;
}
.jd-submit-block .form-group input{
    height: 40px!important;
}

.jd-submit-block .form-group input[type="checkbox"]{
    width:22px;
}

.upload-doc-btn{
    padding: 7px!important;
    /* min-width: 30px!important; */
    font-size: 12px;
}
.uploat-doc-close{
    padding: 7px!important;
    min-width: 35px!important;
    font-size: 12px;
    position: relative;
    top: 20px;
    left: -15px;
}
.remove{
    min-width: fit-content!important;
    position: absolute;
    top: 21px;
    right: 8px;
    padding: 5px 11px;
}
.spoc-remove{
    position: relative; 
    font-size:18px!important;
    height: 36px; 
    top: 21px;
    right:14px;
}
table.dataTable, table.dataTable th, table.dataTable td{
     text-align: center;;
     vertical-align: middle;
 }
 /* page loader starts */
 .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2000;
}
.spinner-dots {
    width: 70px;
    text-align: center;
}
.spinner-dots .dot1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner-dots span {
    width: 12px;
    height: 12px;
    background-color: #33cabb;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: spinner-dots 1.4s infinite ease-in-out both;
    animation: spinner-dots 1.4s infinite ease-in-out both;
}
/* page loader ends */
.content-desc{
    top: 282px; 
    display:none; 
    color:#f00;
}
   /* ====================== */
  .count-label{
      padding:3px 11px;
      background: #5a0202;
      color:#fff;
      
  }
  .count-label-blue{
    padding:3px 37px;
    background: #223753;
    color:#fff;
}
.header-cnt .header-cnt-row:first-child{
    width:100%
}
.btm-brdr{
    border-bottom: 1px solid #e9e8e8;
}
.brdr-btm{
    border-bottom: 1px solid #e9e8e8;
}
.brdr-right{
    border-right: 1px solid #e9e8e8;
}
.oto-badge-gray{
    background: #7f89a0;
    color: #fff;
    padding: 4px 7px;
    margin-right: 5px;
}
.btn-red-rep{
    padding: 0px;
    font-size: 10px;
    min-width: 78px;
    font-weight: 600;
    background-color: #6e0909;
}
.country-codes #dial_code2{
    width:200px!important;
}
.country-codes #dial_code{
    width:200px!important;
}
#dial_code .select2-selection .select2-selection--single,#dial_code2 .select2-selection .select2-selection--single{
    text-align: left!important;
}   

.btn-red-rep:hover{
    color:#fff;
    background-color: #570e06;
}
.custom-rich-text .richText-editor{
    height: 212px!important;
}



.dataTables_filter input::placeholder{
    color:#7c7979!important;
    font-weight: 300!important;
}

.dataTables_filter input{
    /* background: #000; */ 
    background-image: url(../img/search.svg)!important;
    background-repeat: no-repeat !important;
    background-position: top 11px right;
    padding-right: 25px;
    width: 260px !important;
    height: 30px;
    max-width: 100%;
    background-position: top 6px right !important;
    background-size: 20px;
    background: rgb(251, 249, 249);
    border: 0px;
    border: 0.04em solid #e0dcdc;
}
 /*# sourceMappingURL=main.css.map */


 .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
 
}
.custom-file-icon1:lang(en) ~ .custom-file-icon2::after {
    /* content: "Browse"; */
    content: "\f093";
    font-family: 'FontAwesome';
}
.custom-file-icon2::after {
    background-color: #1cbbb4!important;
    color: #fff!important;
}

.custom-file-label::after {
    background-color: #1cbbb4!important;
    color: #fff!important;
}
.custom-file-icon2::after {
    height: 38px!important;
    line-height: 28px!important;
}

.custom-file-label::after {
    height: 38px!important;
    line-height: 28px!important;
}
.custom-file-icon2::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.oto-button{
    padding-bottom: 0px;
    padding-top: 0px;
    height: 25px;
}
.oto-btn{
    height: 25px;
    padding: 3px 11px;
    width: 80px;
}
.oto-btn-default{
    background: #1cbbb4!important;
    min-width: 10px!important;
    padding: 7px 12px;
}

.customstagcontrol{
    width:200px;
    height: 30px;;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f6f7f8;
    opacity: 1;
}

.btn-blue:hover{
    color:rgb(224, 218, 218)!important;
    text-decoration:none!important;
}
.count-label-blue:hover{
    color:rgb(224, 218, 218)!important;
    text-decoration:none!important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 6px;
    width: 105%;
    padding: 10px 5px;
}

.dropdown-toggle::after{
    width: 10px;
     height: 6px;
     background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(85, 85, 85)' d='M-0.007,-0.005 L4.994,4.686 L9.989,-0.005 L9.989,1.308 L4.994,6.000 L-0.007,1.308 L-0.007,-0.005 Z'/%3E%3C/svg%3E") no-repeat center;
     border: none;
     margin-left: 10px
}
.inbox-container .customstagcontrol {
    border: 1px solid #fff!important;
    padding: 5px;
}

/* -----------Reason text area css starts---------------------- */

.text-box-outer{
    position: relative;
    left: -170px;
    z-index: 110;
}
#text-area-box {
   display: none;
   border: 1px #dadada solid;
   background: #fff;
 }
#text-area-box{
   display: none;
   border: 1px #dadada solid;
 width: 370px;
   height: 160px;
   position: absolute;  
   
   padding: 14px;
}
.text-area-btn {
    width: 20%!important;
    text-align: center!important;
    position: relative;
    left: 262px;
    top: 3px;
    padding: 2px!important;
}
oto-pr-23{
    padding-right: 23px!important;
}
.oto-pl-60{
    padding-left: 60px;
}
.oto-ml-60{
    margin-left:60px;
}
.oto-ml-120{
    margin-left: 120px;;
}
.oto-ml-95{
    margin-left: 95px;;
}
.oto-ml-90{
    margin-left: 90px;;
}
.siwtch-labels{
    position: relative;
    top: 0px;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}
input:checked+.slider {
    background-color: #1cbbb4;
    width: 52px;
}
#cke_1_contents,#cke_2_contents{
    height: 400px!important;
}
#offerLtrModal #cke_1_contents{
    height: 600px!important;
}
#offerLtrModal #cke_description{
    height: 600px!important;
}
#cke_3_contents{
    height: 400px!important;
}
#desctextapw{
    padding-bottom: 10px;;
}
.oto-switch{
    position: relative;
    top: 27px;
}
.pending-count{
    background: #7ab696;
    padding: 2px 7px;
    font-weight: 600;
    margin-left: 8px;
    border-radius: 10px;
    color: #000;
}
/* -----------Reason text area css ends---------------------- */

.jd-loc-span-w800{
    display: inline-block;
    width: 880px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.fixed-w-txt-300{
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e0e7ff!important;
    border-radius: 0px!important;
    /* width:100% */
}
/* .select2-search__field{
    width:100%;
} */
/* .sales-req-drop-down .select2-selection--single{
    width:813.047px;
    text-align: left;;
} */
.rec-req-drop-down .select2-selection--single{
    width:774.047px;
    text-align: left;;
}
.rec-sub-drop-down .select2-selection--single{
    width:100%px;
    text-align: left;;
}
/* .tm-drop-down .select2-selection--single{
    width:350px;
    text-align: left;;
} */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px!important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #8d1f11!important;
    color: white!important;
}
.oto-select{
    width: 190px;
    height: 30px;
    background: #fff;;
}
.oto-olc-select{
    width: 190px;
    height: 40px;
    background: #fff;;
}
.oto-row{
    margin-bottom: 17px;
}
.oto-select-100{
    width: 100%;
    height: 40px;
    background: #fff;
}
.oto-select-btn{
    position: relative;
    top: -18px;
    height: 30px;
    min-width: 35px!important;
}
.oto-offer-upload-btn{
    position: relative;
    top: -18px;
    height: 100%;
    min-width: 135px!important;
}

.form-group input[type="checkbox"] {
    width: 22px;
}
.form-group input[type="radio"] {
    width: 22px;
}
.chkbox-label{
    position: relative;
    bottom: 10px;
}
.mass-checkbox{
    height: 18px;
    position: relative;
    top: 0px;
    left: 2px;
    margin-top: 0px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right!important;
    width: 50%;
    text-align: right;
    padding-top: 0.25em;
    width: 100%;
}
.dataTables_paginate .next {
    cursor: pointer;
    padding: 5px 5px!important;
    width: 9%!important;
    border: 1px solid #ccc;
    margin: auto;
    background: none;
    border-radius: 5px;
}
.switch-center{
    margin-left:255px;
}

.mass-th-w{
    width: 64px!important;
}
.oto-rad-label{
    position: relative;
    bottom: 10px;
    left: 9px;
}
.oto-div-center{
    margin:0px auto;
}
#LoginLayout .login-right {
    width: 70%;
    height: 100%;
    padding: 80px 50px;
    
    overflow: auto;
    position: relative;
    z-index: 9;
    background-image: url(../img/Login_Page_BG.png);
}
.active-data{
    display: none;
    z-index: 100;
    width: fit-content!important;
    background: #fff;
    padding: 9px 12px;
    position: absolute;
    right: 119px;
    border: 0.5px solid #bebbbb;
 }
 .act-pas a:hover + .active-data{
    display: block!important;
}
.oto-no-data{
    background: #7e3d3d!important;
    padding: 4px 13px!important;
    color: #fff!important;
    font-size: 12px!important;
}
.form-group label[class="error"] {
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    left: 1px;
    top: 62px;
}

.form-check label[class="error"] {
    position: relative;
    top: 44px;
    right: 950px;
    color: red;
    width: 500px;
}


.feedback-errors label[class="error"]{
    width: 250px!important;
    position: absolute;
    top: 50px;
    left: 52px;
    color: red;
}
#selectcverror{
    position: relative;
    right: 56px;
    bottom: 27px;
}

@media (min-width: 576px) { 
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 80px;
        width: 55%;
        padding: 10px 5px;
    }
}

 @media only screen and (max-width: 600px) {
    .header-cnt-row *{
       width: 100%;
       text-align: center;
   }
   
   .header-cnt{
       padding-left: 0px;;
   }
   .header-cnt-row h4{
       width: 100%;;
   }
   .header-cnt .header-cnt-row:first-child{
       width: 100%;
       text-align: center;
   }
  .oto-ml-5{
    margin-left: 0px;
    }
    .oto-ml-5{
        padding-left: 0px;
    }
}

.siwtch-labels{
    position: relative;
    top: 0px;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}
input:checked+.slider {
    background-color: #1cbbb4;
    width: 52px;
}

.hidePop {
 display: none !important;
 }
 .showPop {
 display: block !important;
 }
 .oto-fw-300{
     font-weight: 600;
 }
.oto-badge-red{
    background: #5a0202;
    color: #fff;
    padding: 3px 9px;
    font-size: 12px;
}
.oto-badge-blue:hover{
    color: #f0ecec;
    text-decoration: none;
    background: #17273b;
}
.oto-badge-blue{
    background: #223753;
    color: #fff;
    padding: 4px 8px;
    min-width: 80px;
    font-size: 12px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0
}
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    
}
#opnPosition .modal-body{
    align-self: center;
}

.oto-badge-green{
    background: #1cbbb4;
    color: #fff;
    padding: 4px 8px;
    min-width: 80px;
    font-size: 12px;
}
.oto-pl-235{
    padding-left: 180px;
}
.oto-text-red{
    color:#5a0202;
}
.oto-text-blue{
    color:#17273b;
}
.oto-select-w{
    width :300px!important;
}
.oto-ml-5{
    margin-left: 40px;
}
.oto-select-grp {
    width:300px;
}
.enteries select{
    height: 32px;
    position: relative;
    top: -6px;
    width: 50px;
    margin-right: 5px;
    background: #fff;
}
.oto-currency-block{
    padding: 0px 12px;
    height: 40px;

}
/* srini */
.cke_editable{
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    padding: 30px 60px!important;
}
.div-center{
    margin:0px auto;
}
.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 400;
    padding: 10px 5px;
    width: auto;
    justify-content: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -4px;
    width: 105%;
    padding: 10px 5px;
}
#offerLtrModal button.close{
    width: 62px;
    height: 62px;
    position: absolute;
    top: -31px;
    left: 50%;
}
/* sweet alert css */
.swal2-popup .swal2-styled:focus {
    outline: 0; 
     box-shadow: none!important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: none!important;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
    padding: 0px 23px;

}
.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #762929!important;
    color: #fff;
    font-size: 1.0625em;
    padding: 0px 26px;
}
.swal2-popup #swal2-content {
    text-align: center;
    color: #000;
}
.login-right a{
    text-decoration: none;
}
.schedule-radio{
    /* margin-bottom: 26px;
    position: relative;
    top: -14px; */
    width: 26px;
    position: relative;
    top: 14px;
    left: 35px;
}
/* sweet alert css */

.oto-th-slNo{ width:85px; }
.oto-th-reqName{ width:250px; }
.oto-th-acct{ width:170px; }
.oto-th-loc{ width:170px; }
.oto-th-mail{ width:230px; }
.oto-th-phone{ width:170px; }
.oto-th-dat{ width:170px; }
.oto-th-actn{ width:100px; }
/* Responsive css Starts here */

.ckeditor{
    z-index: 10055 !important;
}
#forgot_form{
    margin-top:180px;
}
/* .msf_multiselect input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 0px 3px 0px 4px;
    padding: initial;
    border: initial;
    position: relative;
    top: 5px;
    height: 20px;
} */
/* MULTI SELECTOR CSS -----------------*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: auto;
    color:#000;
    
}
.bootstrap-select .dropdown-menu.inner {
    border: 0px solid;
}
.dropdown-menu div{
    border: 1px solid #bbb;
}
.bootstrap-select .dropdown-toggle{
    border: 0.05px solid #363636;
}
.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #c7bdbd;
}

.dropdown-menu .dropdown-item span {
    flex: 2;
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.bootstrap-select .dropdown-toggle::after {
    position: relative;
    left: 10px;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 400;
    padding: 10px 5px;
    width: auto;
    margin: 3px;
    justify-content: center;
}
.dropdown-menu .dropdown-item> span.text :hover{
    background-color: #ccc;
}

/* MULTI SELECTOR CSS -----------------*/


.powered-by{
    position: absolute;
    bottom: 25px;
    right:25px;
}
#LoginLayout .login-left {
    width: 30%;
    height: 100%;
    padding: 80px 50px;
    position: relative;
    -webkit-box-align: start;
    align-items: top;
    -webkit-box-pack: start;
    justify-content: top;
}

.page-header {
    align-items: baseline;;
}
.schdeule-text-block{
    margin-left: 60px;
}

.rec-schedule-block{
    margin-left: 22px;;
}
.mass-mail-footer{
    justify-content: center!important;
}
.oto-card{
    height: 107vh;
    padding: 70px;;
}
.oto-text-fs-24{
    font-size: 24px;;
}
 
.header-cnt .header-cnt-row h4 {
    font-size: 18px;
    font-weight: 600;
}

.dropdown-menu .dropdown-item.active, .dropdown-item span.active, .dropdown-menu .dropdown-item :active
{
    color: #fff!important;
}

.customtagsinputs label[class="error"] {
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    left: 0px!important;
    top: 33px!important;
}
.req-detail-block{
    overflow: auto;
    max-height: 430px;
}
.req-detail-block-can-history{
    overflow: auto;
}
.oto-can-sub-select-100{
    width: 100%!important;
    height: 40px;
    background: #fff;
}
.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.4em!important;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 500!important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.adrres-col-split{
    display: block;
    border-top: 0.5px solid #d4cfcf;
    margin-top: 6px;
    padding-top: 6px;
}

.can-sub-ckbox{
    position: relative;
    padding: 0px;
    margin: 0px -31px;
    height: 26px;
}
.can-sub-radio{
    position: relative;
    padding: 0px;
    margin: 0px -31px;
    height: 20px;
}
#checkbox_block .table td{
    padding:2px 5px;
    vertical-align: middle;
    
}
#checkbox_block .table th{
    padding:2px 5px;
    vertical-align: middle;
    
}
#checkbox_block .table .th1{
   width:40px; 
}
#checkbox_block .table .th2{
    width:400px; 
 }
 #checkbox_block .table .th3{
    width:200px; 
 }
 .table td {
    font-weight: 400;
}
 .sub-chk-me-radio{
    position: absolute;
    top: 14px;
    width:150px;
    left: 61px;
    font-size: 14px;
    font-weight: 500;       
 }
 .form-check input[type=radio] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    left:60px;
}
.form-check-inline input[type=radio] {
    position: relative;
    left: 8px;
    top: 3px;
}

/* .form-check input[type=checkbox]{
    
    margin-top: .3rem;
    margin-left: -1.25rem;
    right: 11px;
} */
 .sub-defualt-resume{
    position: relative;
    top: 4px;
    font-size: 14px;
    font-weight: 500;
 }
 .sub-defualt-resume a{
    display: block!important;
    background: #133b5e;
    color: #fff;
    padding: 10px 3px;
    text-decoration: none;
 }

 .next-block-scrn .form-group{
     margin-bottom: 10px!important;
 }
 .header-next-prev{
    text-align: left;
    padding-top: 20px;;
 }
  .header-next-prev a svg {
    width: 30px;
    height: 25px;
    margin-right: 10px;;
}
.header-next-prev a svg path {
    fill: #790000;
}
#can-sub-pre-block1{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 10px 12px;
    position: relative;
    bottom: 91px;
    left: -68px;
}
#can-sub-nxt-block2{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    bottom: 106px;
    left: 44px;
}
#can-sub-pre-block{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    bottom: 90px;
    left: -69px;
 }
 #can-sub-nxt-block{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    bottom: 53px;
    left: 4px;
 }
 #block2-pre-btn{
    position: relative;
    bottom: 60px;
    left: -62px;
 }
 .olc-hist .btn-link{
    background: transparent!important;
    color: #fff!important;
 }
 .olc-hist .card-header{
    background: linear-gradient(90deg, #8d1f11, #0a3d5b)!important;
 }
 .pwd-err label[class="error"]{
    top:87px;
 }
 #block1-nxt-btn{
    position: relative;
    bottom: 30px;
    padding: 10px 35px;
 }
 .pop-btn-w{
    min-width: 94px;
 }

 #sal-sub-pre-block{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 9px 17px;
    position: relative;
    bottom: 51px;
    left: -45px;
 }
 .sal-sub-btn{
    position: relative;
    left: 85px;
    top:23px;
 }
 #sal-sub-nxt-block{
    text-decoration: none;
    background: #133b5e;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    bottom: 10px;
    left: 11px;
 }
 .rec-popup-save{
    position: relative;
    left: 408px;
 }

 .rec-pop-add-block .remove{
    left: -4px;
 }
 .rec-sub-remove{
    position: relative;
    top: 0px;
    padding: 5px;
    left: -171px;
    font-size: 16px!important;
    margin-bottom: 6px;
 }
 .tm-drop-down label[class="error"] {
    color: 
    red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: relative;
    left: -64px;
    top: 58px;
}

.sales-multi-drop-down label[class="error"] {
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    /* position: relative; */
    left: -16px;
    top: 36px;
}

.comon-gap-err label[class="error"]{
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    left: 1px;
    top: 40px
}
.mass-mail-gap-err label[class="error"]{
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    left: 14px;
    top: 40px
}
.feedback-gap-err label[class="error"] {
    color: red !important;
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    left: 15px;
    top: 65px;
}

.sale-client-err label[class="error"] {
    left: 14px;
}
.grp-currency-input-err label[class="error"] {
    top: 38px!important;
}

#opnPosition.modal.modal-large .modal-dialog {
    width: 900px;
    max-width: 85%;
}
#opnPosition .modal-content{
    padding: 20px 10px;
}
.tablemodal thead{
    background: linear-gradient(90deg, #8d1f11, #0a3d5b);
    color: #fff;;
}
#tdmodal td{
    font-size: 14px;
    font-weight: 600;
}

.formated-table{
    table-layout:fixed; 
    width:600px;
    margin: auto;;
}
.formated-table tbody td{
    word-wrap: break-word;
    width: 300px;;
    word-break: break-all!important;
}
#submission-table{
    overflow-x: auto;
    width: 100%;;
    
}
#LoginLayout .login-right .right-wpr{
    padding-top: 100px;
}

.multiple_rec .dropdown-toggle {
    width: 420px!important;
    position: relative;
    right:71px;
}


#doc-a-nxt{
    position: relative;
    bottom: 65px;
    left: 60px;
}
#doc-b-nxt{
    position: relative;
    bottom: 65px;
    left: 65px;
}
#doc-b-prv{
    position: relative;
    bottom: 65px;
    right: 60px; 
}
#doc-c-prv{
    position: relative;
    bottom: 65px;
    right: 125px;
}
#add_another3{
    position: relative;
    left: 55px;;
    top:8px;
}
#add_another2{
    position: relative;
    top:9px;
}
#add_another1{
    position: relative;
    right:60px;
}
#doc-browse-blks-a .form-group{
    margin-bottom: 5px!important;
}
#doc-browse-blks-a .upload-comment{
    padding-right: inherit;
}
 #doc-browse-blks-b .form-group{
    margin-bottom: 5px!important;
}
#doc-browse-blks-c .form-group{
    margin-bottom: 5px!important;
}
input[type=date]{
    border-radius: 0px;
}

.sales-nat-drop-down .multiple_rec .dropdown-toggle {
    width: 733px!important;
    position: relative;
    right: 14px;
}
.sales-nat-drop-down .bootstrap-select{
    border: 0px solid;;
}
.info-block{
    width: max-content;
    box-shadow: 0px 0px 5px;
    padding: 5px 10px;
    display: none;;
}
#workpassdoc{
    position: relative;
    bottom: 45px;
    right: 129px;
}
.tm-workpass #workpassdoc{
    position: relative;
    bottom: 45px;
    right: 156px;
}
/* .can-revert .custom-radio .custom-control-label::before {
    border-radius: 50%;
    position: relative;
    top: 18px;
} */

/* imp responsive start */
#dial_code{
    width:80px!important;
}
.tm-icons{
    position: relative!important;
    left: 17px!important;
}
.recr-icons{
    position: relative!important;
    left: 80px!important;
}
.client-icons{
    position: relative!important;
    left: 30px!important;
}
.dtr-data .client-icons{
    position: relative!important;
    left: 22px!important;
}
@media (min-width: 1200px){
    header#header nav.navbar .navbar-brand img {
        width: 150px;
    }
    header#header nav.navbar .header-right-main .header-user-parent .header-mcafee img {
        width: 100px;
    }
    .dtr-data .client-icons{
        position: relative!important;
        left: 70px!important;
    }
    .tm-icons{
        position: relative!important;
        left: 17px!important;
    }

    .recr-icons{
        position: relative!important;
        left: 80px!important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        position: relative;
        left: -17px;
        top: 19px;
    }
    
    #workpassdoc {
        position: relative;
        bottom: 60px;
        right: 93px;
    }
    .tm-workpass #workpassdoc {
        position: relative;
        bottom: 55px;
        right: 135px;
    }

    .form-check {
        position: relative;
        display: block;
        padding-left: 3rem;
    }
    .form-check-inline{
        position: relative;
        padding-left: 0rem;
    }
    #checkbox_block .form-check {
        position: relative;
        padding-left: 1.2rem;
    }

    
    .form-check label[class="error"] {
        position: relative;
        top: 44px;
        right: 852px;
        color: red;
        width: 500px;
    }

    .multiple_rec .dropdown-menu{
        width: 420px!important;
        /* max-width: 100%!important; */
    }

    #myselect .dropdown {
        width: 793px!important;
    }
    input[type=date]{
        border-radius: 0px;
        padding-right: 2px;
        padding-left: 4px;
    }
    

    input[type=date]{
        padding-left: 12px;
        padding-right: 2px;
    }
    input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }
  
    .rec-pop-add-block .remove{
        left: -65px;
     }
    .rec-sub-remove{
        left: -153px;
        
     }
    .rec-popup-save {
        position: inherit;
        left: -50px;
        top: -29px;
    }
    .switch-center{
        padding-left:0px;
    }
    .rec-schedule-block{
        margin-left: 0px;;
    }
    .oto-pl-235{
        padding-left: 164px;;
    }
    .schdeule-text-block{
        margin-left: 35px;
    }
    .terms{
        padding-top: 60px;
    }
    .remove{
        position: absolute;
        top: 21px;
        right: 10px;
        padding: 5px 11px;
        margin-left: 60px;
        min-width: 46px!important;
    }
    .navbar-brand {
        padding-left: 31px;
    }
    .datatablephsearchbox{
        margin-left: 0px;
    }
    .enteries{
        padding-left: 44px;;
    }
    /* #LoginLayout .login-right .right-wpr{
        padding-top: 100px;
    } */
    #LoginLayout .login-right .right-wpr {
        padding-top: 80px;
    }
    #LoginLayout .login-right {
        width: 70%;
        height: 100%;
        padding: 3px 50px;
        overflow: auto;
        position: relative;
        z-index: 9;
        /* background-image: url(../img/Login_Page_BG.jpg); */
        background-repeat: no-repeat;
        background-size: 159%;
        
    }
    .login-welcome-logo{
        margin-left: 60px;
    }
    .login-welcome-logo h5{
        font-size: 1.0em;;
    }
    .login-client-logo{
        margin-bottom: 10px;;
    }
    .oto-ml-5 {
        margin-left:20px;
    }
    .oto-select-grp {
        width:270px;
    }
    .rep-block2 {
        height: 700px;
    }
    .header-cnt .header-cnt-row:first-child{
        width:100%
    }
    .header-cnt {
        flex: 2;
        padding-left: 20px;
    }
    .oto-th-slNo{ width:85px!important; }
    .oto-th-reqName{ width:250px!important; }
    .oto-th-cName{ width:150px!important; }
    .oto-th-acct{ width:170px!important; }
    .oto-th-pos{ width:80px!important; }
    .oto-th-loc{ width:170px!important; }
    .oto-th-mail{ width:230px!important; }
    .oto-th-phone{ width:170px!important; }
    .oto-th-dat{ width:100px!important; }
    .oto-th-dat-130{ width:130px!important; }
    .oto-th-actn{ width:100px!important; }

    .oto-th-desc{ width:300px!important; }
    header#header nav.navbar .navbar-collapse .navbar-nav li.nav-item a.nav-link{
        font-size: 13px;
    }
    .wrapper-1150{
        max-width: 1280px!important;
    }
    .upload-comment{
        padding-right: 51px;
     
    }
    .jd-loc-span-w800{
        display: inline-block;
        width: 550px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    /* .sales-req-drop-down .select2-selection--single{
        width:546.047px;
        text-align: left;
    }
    .rec-req-drop-down .select2-selection--single{
        width:723.047px;
        text-align: left;
    }
    .rec-sub-drop-down .select2-selection--single{
        width:409.047px;
        text-align: left;;
    } */
    .select2-results {
        display: block;
        font-size: 16px;
    }
    .date-p-0{
        padding:0px;
    }
    .uploadcv .form-check{
        padding-left: 0.35rem;
        left: 15px;
    }
    .sub-defualt-resume{
        font-size: 12px;;
    }
    
    
}
@media (min-width: 1300px){
    
    .dtr-data .client-icons{
        position: relative!important;
        left: 23px!important;
    }
    .client-icons{
        position: relative!important;
        left: 22px!important;
    }
    .tm-icons{
        position: relative!important;
        left: 17px!important;
    }
    .recr-icons{
        position: relative!important;
        left: 80px!important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        position: relative;
        left: -17px;
        top: 19px;
    }
    #workpassdoc {
        position: relative;
        bottom: 47px;
        right: 101px;
    }
    .tm-workpass #workpassdoc {
        position: relative;
        bottom: 47px;
        right: 135px;
    }
    .multiple_rec .dropdown-menu .bootstrap-select .dropdown-menu.inner {
        width: 416px!important;
        /* max-width: 100%!important; */
    }

    input[type=date]{
        border-radius: 0px;
        
    }
    .sales-nat-drop-down .multiple_rec .dropdown-toggle {
        width: 564px!important;
        position: relative;
        right: 14px;
    }
    input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: block;
        display: block;
    }
    .rec-pop-add-block .remove{
        left: -4px;
     }
    .rec-popup-save {
        position: inherit;
        left: -50px;
        top: -29px;
    }
    .switch-center{
        padding-left: 0px!important;
    }
    .rec-schedule-block{
        margin-left: 22px;;
    }
    .oto-pl-235{
        padding-left: 184px;;
    }
    .schdeule-text-block{
        margin-left: 54px;
    }
    .terms{
        padding-top: 60px;
    }
    .remove{
        position: absolute;
        top: 21px;
        right: 10px;
        padding: 5px 11px;
        margin-left: 0px;
        min-width: 46px!important;
    }
    /* #LoginLayout .login-right .right-wpr{
        padding-top: 100px;
    } */

    #LoginLayout .login-right {
        width: 70%;
        height: 100%;
        padding: 80px 50px;
        
        overflow: auto;
        position: relative;
        z-index: 9;
        /* background-image: url(../img/Login_Page_BG.jpg); */
        background-repeat: no-repeat;
        background-size: 150%;;
        
    }
    .login-welcome-logo{
        margin-left: 100px;
    }
    .login-welcome-logo h5{
        font-size: 1.5em;;
    }
    .oto-ml-5{
        margin-left: 40px;
    }
    .oto-select-grp {
        width:270px;
    }
    .rep-block2 {
        height: 700px;
    }
    .header-cnt .header-cnt-row:first-child{
        width:100%
    }
    .header-cnt {
        flex: 2;
        padding-left: 20px;
    }
    .oto-th-slNo{ width:85px!important; }
    .oto-th-reqName{ width:250px!important; }
    .oto-th-cName{ width:150px!important; }
    .oto-th-acct{ width:170px!important; }
    .oto-th-pos{ width:80px!important; }
    .oto-th-loc{ width:170px!important; }
    .oto-th-mail{ width:230px!important; }
    .oto-th-phone{ width:170px!important; }
    .oto-th-dat{ width:100px!important; }
    .oto-th-dat-130{ width:130px!important; }
    .oto-th-actn{ width:100px!important; }

    .oto-th-desc{ width:300px!important; }
    .wrapper-1150{
        max-width: 1280px!important;
    }
    header#header nav.navbar .navbar-collapse .navbar-nav li.nav-item a.nav-link{
        font-size: 15px;
    }
    .header-cnt .header-cnt-row p+p {
        margin-left: 10px;
    }
    .upload-comment{
        padding-right: 18px;
        
    }
    .jd-loc-span-w800{
        display: inline-block;
        width: 570px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    /* .sales-req-drop-down .select2-selection--single{
        width:550.047px;
        text-align: left;;
    }
    .rec-req-drop-down .select2-selection--single{
        width:767.047px;
        text-align: left;;
    }
    .rec-sub-drop-down .select2-selection--single{
        width:413.047px;
        text-align: left;;
    } */

}
@media (min-width:1386px){
    .tm-icons{
        position: relative!important;
        left: 17px!important;
    }
    .recr-icons{
        position: relative!important;
        left: 80px!important;
    }
    
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        position: relative;
        left: -19px;
        top: 19px;
    }
    #workpassdoc {
        position: relative;
        bottom: 47px;
        right: 120px;
    }
    .tm-workpass #workpassdoc {
        position: relative;
        bottom: 47px;
        right: 154px;
    }
    .multiple_rec .dropdown-menu{
        width: 421px!important;
        /* max-width: 100%!important; */
    }

    input[type=date]{
        border-radius: 0px;
        
    }
    .sales-nat-drop-down .multiple_rec .dropdown-toggle {
        width: 595px!important;
        position: relative;
        right: 14px;
    }
    .rec-pop-add-block .remove{
        left: -65px;
     }
    .rec-popup-save {
        position: inherit;
        left: -50px;
        top: -29px;
    }
    .switch-center{
        padding-left: 29px!important;
    }
    .rec-schedule-block{
        margin-left: 22px;;
    }
    .oto-pl-235{
        padding-left: 184px;;
    }
    .schdeule-text-block{
        margin-left: 61px;
    }
    #LoginLayout .login-right {
        width: 70%;
        height: 100%;
        padding: 80px 50px;
        overflow: auto;
        position: relative;
        z-index: 9;
        /* background-image: url(../img/Login_Page_BG.jpg); */
        background-repeat: no-repeat;
        background-size: 150%;;
        
    }
    /* .sales-req-drop-down .select2-selection--single {
        width: 596.047px;
        text-align: left;
    }
    .rec-sub-drop-down .select2-selection--single{
        width:437.047px;
        text-align: left;;
    } */
}
@media (min-width: 1400px){
    .client-icons{
        position: relative!important;
        left: 30px!important;
    }
    .tm-icons{
        position: relative!important;
        left: 10px!important;
    }
    .recr-icons{
        position: relative!important;
        left: 80px!important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        position: relative;
        right: 14px;
        top:20px;
    }   
    #workpassdoc {
        position: relative;
        bottom: 47px;
        right: 127px;
    }
    .multiple_rec .dropdown-menu{
        width: 420px!important;
        /* max-width: 100%!important; */
    }

    input[type=date]{
        border-radius: 0px;
     
    }
    .sales-nat-drop-down .multiple_rec .dropdown-toggle {
        width: 809px!important;
        position: relative;
        right: 14px;
    }
    .rec-pop-add-block .remove{
        left: -4px;
     }
    .rec-sub-remove {
        left: -173px;
    }
    .rec-popup-save {
        position: inherit;
        left: -50px;
        top: -29px;
    }
    .switch-center{
        padding-left: 111px!important;
    }
    .rec-schedule-block{
        margin-left: 22px;;
    }
    .oto-pl-235{
        padding-left: 253px;;
    }
    .schdeule-text-block{
        margin-left: 128px;
    }
    .terms{
        padding-top: 10px;
    }
    .header-cnt .header-cnt-row:first-child{
        width:100%
    }
    .header-cnt {
        flex: 2;
        padding-left: 50px;
    }
    .oto-th-slNo{ width:65px!important; }
    .oto-th-reqName{ width:250px!important; }
    .oto-th-cName{ width:150px!important; }
    .oto-th-acct{ width:170px!important; }
    .oto-th-pos{ width:80px!important; }
    .oto-th-loc{ width:170px!important; }
    .oto-th-mail{ width:230px!important; }
    .oto-th-phone{ width:170px!important; }
    .oto-th-dat{ width:100px!important; }
    .oto-th-dat-130{ width:130px!important; }
    .oto-th-actn{ width:100px!important; }

    .oto-th-desc{ width:300px!important; }
    .wrapper-1150{
        max-width: 1280px!important;
    }
    header#header nav.navbar .navbar-collapse .navbar-nav li.nav-item a.nav-link{
        font-size: 15px;
    }
    .header-cnt .header-cnt-row p+p {
        margin-left: 12px;
    }
    .upload-comment{
        padding-right: 0px;
        
    }
    .jd-loc-span-w800{
        display: inline-block;
        width: 880px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    /* .sales-req-drop-down .select2-selection--single{
        width:816.047px;
        text-align: left;;
    }
    .rec-req-drop-down .select2-selection--single{
        width: 774.047px;
        text-align: left;;
    }
    .rec-sub-drop-down .select2-selection--single{
        width:607.047px;
        text-align: left;;
    } */
    #LoginLayout .login-right {
        width: 70%;
        height: 100%;
        padding: 52px 50px;
        
        overflow: auto;
        position: relative;
        z-index: 9;
        /* background-image: url(../img/Login_Page_BG.jpg); */
        background-repeat: no-repeat;
        background-size: 100%;;
        
    }

}

/* -----------Select2-------------- */
/* .sales-req-drop-down .select2-selection--single{
    max-width:100%!important;
    text-align: left;
} */
.rec-req-drop-down .select2-selection--single{
    width:100%!important;
    text-align: left;
}
.select2-container{
    width:100%!important;
}
/* .tm-drop-down .select2-selection--single {
    max-width:100%!important;
    text-align: left;
}

.rec-sub-drop-down .select2-selection--single{
    max-width:100%!important;
    text-align: left;;
}
.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus{
    max-width:100%!important;
}
select2 .select2-container .select2-container--default{
    max-width:100%!important;
}
.select2 .select2-container .select2-container--default .select2-container--focus{
    max-width: 100%!important;
} */




/* -------------------- */



.dtr-data .tm-icons{
    position: relative!important;
    left: 70px!important;
}
.customDropdown1 {
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    top: 40px;
    box-shadow: -1px 1px 6px #8080807d;
    border-bottom: 1px solid #80808040;
    z-index: 139;
}

.olc-hist .card-body{
    overflow-x: auto;
}
/* Responsive css Ends here */


.customDropdown {
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    top: 40px;
    box-shadow: -1px 1px 6px #8080807d;
    border-bottom: 1px solid #80808040;
    z-index: 139;
}

.customtagbox {
    border: 1px solid #808080;
    color: black;
    padding: 2px 12px;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    min-height: 31px;
    border-radius: .1rem !important;
    visibility: visible;
    position: relative;
}
.uiDropEleCont li {
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #f4f4f4;
}
.showiteminline {
    display: inline;
    visibility: visible;
}
#myselect .dropdown{
    width:800px;
}

table.dataTable{
    width: 100%!important;
}
table.dataTable.no-footer{
    border-bottom: 0px solid #fff!important;
}
.dtr-data{
    text-align: center;
    padding-top: 10px;;
}
.dtr-title{
    text-align: center;
    font-weight: 405!important;
    color: #532831;
}
.dtr-data .oto-select-grp{
    width: 295px!important;
    padding-bottom: 0px!important;
    margin-bottom: -18px!important;
}
.can-sub-radio{
    position: relative;
    padding: 0px;
    margin: 0px -31px;
    height: 20px;
}
.olc-hist .card-body{
    overflow-x: auto;
}
.olc-hist{
    overflow: auto;
}
/* Datatable custom css */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
 table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
     top: 9px;
     left: 4px;
     height: 14px;
     width: 14px;
     display: block;
     position: absolute;
     color: white;
     border: 2px solid white;
     border-radius: 14px;
     box-shadow: 0 0 3px #444;
     box-sizing: content-box;
     text-align: center;
     text-indent: 0 !important;
     font-family: "Courier New", Courier, monospace;
     line-height: 21px;
     content: "+";
     background-color: #31b131
 } 
 table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
 table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
     content: "-";
     background-color: #d33333
 }
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 18.3px;
    left: -20px;
    background-color: #133b5e;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    position: relative;
}
table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 600 !important;
}
.dtr-title {
    text-align: center;
    font-weight: 405!important;
    color: #7f2019;
}
.dtr-data .no-gutters{
    position: relative;
    
}
.portal-container{
    padding: 20px 40px;
    padding-bottom: 20px;;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.tm-rec-report{
    display: block;
    background: #133b5e;
    color: #fff;
    padding: 5px;
}

#client_location select {
    width: 250px;
  }
  
  #client_location option {
    width: 250px;
  }
 
  #LoginLayout .login-left .login-thumb {
    margin-top: 17%;
}

.GridUi .dataTable thead th {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.table {
    color: #151616;
}

