@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&family=Righteous&display=swap');
html, body {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
h1, h2 , a , p {
    -webkit-text-size-adjust:none;
    font-size: 14px;
}

body {
   font-family: 'Poppins', sans-serif !important;
   margin:0 auto !important;
   padding: 0px;
   margin: 0px;
   background: #ffffff;
   color: #5e5e5e;
   font-size: 14px !important;
   -webkit-text-size-adjust: 0;
   
}
select option:hover,
    select option:focus,
    select option:active {
        background: linear-gradient(#000000, #000000);
        background-color: #000000 !important; /* for IE */
        color: #ffed00 !important;
    }

    select option:checked {
        background: linear-gradient(#d6d6d6, #d6d6d6);
        background-color: #d6d6d6 !important; /* for IE */
        color: #000000 !important;
    }
a {
    cursor: pointer;
}
a:focus, a:hover {
    cursor: pointer!important;
}
ul {
	padding: 0px;
	margin:0px;
}
form {
	margin:0px;
	padding: 0px;
}
.clear {
    clear: both;
}
input {
    z-index: 1 !important;
}
input:focus {
	outline: none;
	border:none;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
table {
    width: 100% !important;
    height: auto;
}
table tr td {
    padding:0px;
}
/** Margin Css **/
.mt-05 {
    margin-top: 5px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mt-6 {
    margin-top: 6px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.ml10 {
  margin-left: 0px;
  margin-top: 10px;
}
.bg-white {
  background-color: #ffffff !important;
}
.table-height {
    height: 312px;
}
.height-200px {
  height: 200px !important;
}
/** Negative Margin **/
.mb-2px {
    margin-bottom: -2px !important;
}
.mt-8px {
    margin-top: -8px !important;
}
.mt-2px {
  margin-top: -2px;
}
.mt-17px {
    margin-top: -17px;
}
.mt-6px {
  margin-top: -6px;
}
.mt-5px {
  margin-top: -5px;
}
.mt-21px {
  margin-top: -21px;
}
/** Padding Css **/
.p-20 {
    padding: 20px !important;
}
.no-padding {
    padding: 0px !important;
}
.p-10 {
    padding: 10px !important;
}
.pl-15px {
    padding-left: 15px;
}
.display-in {
  display: inline-flex;
}
.height-35px {
  height: 35px !important;
}
.pb-20-pt-0 {
    padding-bottom: 20px !important;
}
.left-5px {
    left: 5px;
}
/** Header Section **/
header{
    height:100px;
    position:relative;
}
.top-header { 
	background: #3c3c3c;
	/*padding: 10px 0px;*/
	width: 100%;
}
.logo { 
	position: relative;
    text-align: left;
 }
.user-credentail {
	position: relative;
	padding: 15px 0px;
	float: right;
    margin: 0px;
}
.user-credentail li {
	display: inline-block;
	margin-bottom: 5px;
    color: #ffffff;
    margin-right: 10px;
}
.user-credentail li a {
	text-decoration: none;
	color: #ffffff;
    font-size: 14px;
}
.user-credentail li i {
    background-color: #ffffff;
    color: #3c3c3c;
    border-radius: 50%;
    width: 25px;
    line-height: 27px;
    height: 25px;
    text-align: center;
    position: relative;
    right: 2px;
}
/** Menu Section **/
.menu-header {
background-color: #717171 !important;
}
.menu-header #cssmenu > ul > li {
    margin-right: 9px;
}
.menu-header #cssmenu > ul > li > a {
    font-family: 'Poppins', sans-serif !important;
    padding: 20px 16px;
}
.menu-header #cssmenu ul li ul {
    z-index: 999;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #fff;
    background: #3c3c3c;
}
#cssmenu ul li ul li {
        background: rgb(91 90 90) !important;
}
#cssmenu ul li ul li a {
    line-height: 14px !important;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a {
    background-color: #222224 !important;
    color: #ffffff !important;
}
#cssmenu > ul > li:after {
    background: #3c3c3c !important;
}
main {
    position: relative;
    min-height: calc(106.3vh - 171px);
    height: 100%;
}
/** Logi Section **/
.height80{
    height:80px;
}
.setheight {
    height: calc(100% - 121px)!important;
}
.ftheight{
    height:40px;
}
.login-section h1 {
	text-align: center;
	font-family: 'Righteous', cursive;
	font-size: 65px;
	color: #5e5e5e;
	margin-bottom:-15px;
    -webkit-text-size-adjust:none;
}
.login-section h2 {
	text-align: center;
	font-family: 'Judson', serif;
	font-size: 19px;
	color: #5e5e5e;
    -webkit-text-size-adjust:none;
}
.login-section .login-box {
	background-image: url(../img/bg-login.png);
	background-position: center;
	text-align: center;
	border-radius: 10px;
	padding-bottom: 46px;
    width:80%;
    background-repeat:no-repeat;
}

.login-section .login-box i {
    position: relative;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 70px;
    top: 10px;
}
.login-section .login-box p {
    color: #ffffff;
    font-size: 18px;
    padding: 5px 0px;
    margin: 0px;
    font-weight: 600;
    -webkit-text-size-adjust:none;
}
.login-section .login-box input {
    display: inline-flex;
    padding: 10px;
    margin: 8px auto;
    position: relative;
    background-color: #bebbbb;
    border-radius: 20px;
    width: 190px;
    height: auto;
    border: none;
    text-align: center;
    text-transform: none;
}
.login-section .login-box .star {
    color: red;
    position: absolute;
    margin-top: 22px;
    right: 26%;
}
.login-section .login-box input::placeholder {
	text-align: center;
}
.login-section .login-box .login-btn { 
    background: #005a8c;
    padding: 10px 0px;
    display: block;
    margin: 7px auto;
    color: #ffffff;
    width: 20%;
    font-size: 15px;
    font-weight: 500;
    border-radius:20px!important;
 }



 /** Main-Menu **/

.main-menu {
   background: #27568e;
}
.main-menu .navbar-light .navbar-nav a {
    margin: 6px 23px 6px 6px;
    padding: 4px 5px;
    color: #ffffff;
    font-weight: 400;
}
.main-menu .navbar-light .navbar-nav .active>.nav-link {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.main-menu .navbar {
    padding: 0px;
}
.main-menu .navbar-light .navbar-nav .dropdown-item {
    color: #404040;
    margin: 0px;
    padding: 5px 10px;
}

/** search section **/
.search-section {
	padding: 23px 0px;
    height: 495px;
}
.advance-search {
    height: auto !important;
}
.search-section .admin-nm {
    position: absolute;
    right: 38px;
    color: #ffffff;
    z-index: 1;
    top: 9px;
}
.search-section h1 {
    color: #ffffff;
    padding: 10px 22px;
    font-size: 15px;
    margin: 0px;
    -webkit-text-size-adjust:none;
        background: rgb(49,49,51);
    background: linear-gradient(
90deg
, rgba(49,49,51,1) 0%, rgb(99 99 101) 54%, rgba(38,40,40,1) 100%);

}
.sreach-bg {
	/*background-color: #ebebeb;*/
    border:1px solid #ccc;
}
.contact-form {
	padding: 15px 25px;
}

/*.contact-form .input-block {
    border-bottom: solid 1px #c6c6c6;
    width: 100%;
    height: 35px;
    padding: 0px;
    position: relative;
    margin-bottom: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
/*.contact-form .input-block:hover {
    border-bottom: solid 1px #575757;
}*/
.contact-form .input-block20 select {
      color: #7e7272;
    font-size: 12px;
    padding: 8px 4px;
    display: block;
    width: 100%;
    height: 34px;
    background-color: transparent;
    border: none;
    border: 1px solid #d0cdcd;
}
.contact-form .input-block .TextBoxClass {
    position: absolute;
    left: -4px;
    width: 100%;
    border: 0px;
    top:10px;
    font-size:14px;
    padding: 0px;
    color: #333;
    background: transparent;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px;
    height: 25px;
    width: 100% !important;
    text-transform: none;
    -webkit-text-size-adjust:none;
}
.contact-form .input-block .TextBoxClass:focus {
    border: none;
    outline: none;
}
.contact-form .input-block .sreachcheck-box {
    display: inline-block;
    margin-right: 20px;
}
.contact-form .input-block .sreachcheck-box input {
    position: relative;
    top: 11px;
}
.contact-form .input-block .sreachcheck-box label {
    display: inline-block;
    position: relative;
    left: 10px;
    top: 10px;
}
.contact-form .input-block .sreach-check-left label {
    left: 9px;
    top: 10px;
}

.contact-form .input-block .fas-map {
    position: absolute;
    right: 0px;
    top: 13px;
    background: #3c3c3c;
    padding: 1px 5px;
    color: #fff;
}
/*.contact-form .input-block.focus {
    background-color: transparent;
    border-bottom: solid 1px #6f6f70;
}*/

.contact-form .input-block.textarea {
    height: auto;
}

.contact-form .input-block.textarea .form-control {
    height: auto;
    resize: none;
}

/*.contact-form .input-block label {
    position: absolute;
    left: 0px;
    display: block;
    margin: 0;
    z-index: 1;
    color: #424040;
    font-size: 14px;
    line-height: 10px;
    color: #3a3a3a;
    font-weight: 500;
    -webkit-text-size-adjust:none;
}*/

/** New Design Impliment **/

/*.contact-form .input-block span {
    top: -7px;
    position: relative;
    color: #3a3a3a;
    font-weight: 500;
}*/


.contact-form .input-block .btn-label {
    top: 0px !important;

}
.contact-form .input-block5 .position-right {
    width: 100px !important;
    position: absolute;
    top: 9px;
    right: 0px;
}
.contact-form .input-block .position-right {
    width: 100px !important;
    position: absolute;
    top: 0px;
    right: -7px;
}

/*.contact-form .input-block .form-control {
    background-color: transparent !important;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 25px !important;
    padding: 0;
    position: relative;
    top: -11px;
    z-index: 2;
    -webkit-text-size-adjust:none;
}*/
/*.input-block { 
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 23px;
  padding-bottom: 10px;
 }
.input-block input,
.input-block textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  resize: none;
}
.input-block input + span,
.input-block textarea + span {
  position: absolute;
  top: 10px;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
}
.input-block input:valid + span,
.input-block textarea:valid + span {
  opacity: 1;
  top: 3px;
}
.input-block input:focus + span,
.input-block textarea:focus + span {
  color: #2c8efe;

}*/
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.form-control {
    border-radius: 0px;
    opacity: 1 !important;
/*    z-index: 1 !important;*/
    height: 34px;
}
.input-block { 
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 30px;
 }
.form-control-placeholder {
    position: absolute;
    top: -10px;
    padding: 0px 7px 0 7px;
    transition: all 200ms;
    opacity: 1;
    left: 10px;
    background: #ffffffcc;
    color: #565555;
    font-weight: 500;
    z-index: 9;
    font-size: 14px;
}

/** Selector **/

.floating-select {
    color: #7e7272;
    font-size: 12px !important;
    padding: 8px 4px;
    display: block;
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: none;
    border: 1px solid #d0cdcd;
}

.floating-select:focus {
    outline: none;
    border-bottom: 2px solid #c0c0c2;
}

.floating-label {
  font-size: 14px;
  color: #565555;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 11px;
  top: -11px;
  background: #ffff;
  padding: 1px 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-select:focus~.floating-label,
.floating-select:not([value=""]):valid~.floating-label {
    top: -24px;
    font-size: 14px;
    color: #575757;
    left: -5px;
    background: transparent;
}


/* active state */
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.form-control-placeholder {
    position: absolute;
    top: -23px;
    transition: all 200ms;
    opacity: 1;
    background: #ffffffcc;
    color: #7e7777;
}*/
.form-control:focus {
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: transparent;
    color: #3c3c3c;
    left: 0px;
    top: -4px;
    padding: 0px;
}

.star-complusary::before {
  content: "*";
  color: red;
  position: absolute;
  right: -6px;
}
.star-complusary2::before {
    content: "*";
    color: red;
    position: absolute;
    right: 55px;
}
.star-complusary3::before {
        content: "*";
    color: red;
    position: absolute;
    right: 60%;
}
.star-complusary4::before {
    content: "*";
    color: red;
    position: absolute;
    right: 75%;
}


.form-control-ui:hover + .form-control-placeholder,
.form-control-ui:focus + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: transparent;
    color: #3c3c3c;
    left: 0px;
    top: -4px;
    padding: 0px;
}
.form-control-ui3:focus + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: transparent;
    color: #3c3c3c;
    left: 0px;
    top: -4px;
    padding: 0px;
}
.form-control-ui:hover + .star-complusary::before {
  right: -7px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff !important;
}
/** Extra UI CSS **/
.form-control-ui2 {
    border: 1px solid #ccc !important;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    color: #999;
}
.width200px {
    position: relative;
    width: 200px;
    left: 20px;
    top: -9px;
    /* height: 35px; */
    /* right: -1px; */
    margin-right: 40px;
}
.width200px .form-control-placeholder {
  top: 0px !important;
}

.form-control-ui {
    display: block;
    height: 35px;
    background: transparent;
    background-color: transparent;
    /* border: none !important; */
}
.form-control-ui .ui-select-match {
    background-image: none;
    outline: none;
}
.form-control-ui .form-control {
    border:none;
    position: relative;
    top:-4px;
}
.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important;
    position: relative;
    top: -2px;
    font-size: 12px;
    background:transparent;
}
.btn-primarynew {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 33px;
    cursor: pointer;
}
/*.contact-form .input-block .form-control:focus label {
    top: 0;
}*/
.igdd_ValueDisplay {
      display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    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;
}
.igdd_ControlArea {
  border: none;
}
.igdd_ValueDisplay:hover + .form-control-placeholder,
.igdd_ValueDisplay:focus + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: transparent;
    color: #3c3c3c;
    left: 0px;
    top: -4px;
    padding: 0px;
}
.igdd_DropDownButton {
    z-index: 1;
}
.igdd_DropDownButton img {
    display: block;
    position: absolute;
    top: 0px;
    height: 32px;
    width: 22px;
}
.form-control-placholder-storagelot {
  left: 18px;
}
.contact-form .input-block21 .igdd_ValueDisplay {
   position: relative;
   top: -6px;
   border-radius: 0px;
}
.contact-form .input-block21 .igdd_ListItem a:link {
      margin-left: 21px;
}
.contact-form .input-block21 input[type=checkbox] {
  margin-top: 6px !important;
}
/* Impliment End */
.sreach-bg .form-btn {
    padding: 0px 0px;
}
.sreach-bg .form-btn ul li {
    display: inline-block;
    margin-right: 10px;
}
.sreach-bg .form-btn .btn-frm {
    border-radius: 0px;
    padding: 0px;
    padding-top: 5px;

}

/** button for verypage **/
.form-btn {
    padding: 15px 0px;
}
.form-btn ul li {
    display: inline-block;
    margin-right: 10px;
}
.form-btn .btn-frm {
/*    color: #ffffff;
    background-color: #3c3c3c;*/
    font-size: 14px;
    border-radius: 0px;
    -webkit-text-size-adjust:none;

}

/** button for verypage **/
@media (min-width: 992px) {
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667%;
}
}

@media (min-width: 768px) {
    .contact-wrap {
        width: 60%;
        margin: auto;
    }

/*    .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20.666667%;
    max-width: 16.666667%;
}*/
@media (min-width: 576px){
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.666667%;
    flex: 0 0 25.666667%;
    max-width: 16.666667%;
}
}
}

/** Select Field **/
.pretty {
    display: inline-flex;
    margin-right: 50px;
    padding: 15px 0px;
}

.pretty input {
    display: flex;
    margin-right: 10px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 0px !important;
}
.sreach-bg .custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
.sreach-bg .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    padding: 5px 0px;
}
.sreach-bg .custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 14px;
     font-weight: 300;
     color: #3b3b3b;
     height: 36px;
     line-height: 20px;
     cursor: pointer;
     border-bottom:solid 1px #6f6f70;
}
.sreach-bg .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 1px solid #3c3c3c;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
.sreach-bg .custom-select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
.sreach-bg .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 14px;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 40px;
     cursor: pointer;
     transition: all 0.5s;
}
.sreach-bg .custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
.sreach-bg .custom-option.selected {
     color: #ffffff;
     background-color: #305c91;
}
.sreach-bg .custom-option input[type=checkbox] {
    display: inline-block;
    margin-right: 3px;
}
.sreach-bg .arrow {
     position: relative;
     height: 10px;
     width: 10px;
}
.sreach-bg .arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 70%;
    transition: all 0.5s;
}
.sreach-bg .arrow::before {
     left: 1px;
     transform: rotate(45deg);
     background-color: #394a6d;
}
.sreach-bg .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
     background-color: #394a6d;
}
.sreach-bg .open .arrow::before {
     left: -1px;
     transform: rotate(-45deg);
}
.sreach-bg .open .arrow::after {
     left: 3px;
     transform: rotate(45deg);
}
/** Date Picker **/
#datepicker{
    width: 100%;
    border-bottom: solid 1px #6f6f70;
    padding: 8px;
}
#datepicker label {
    margin: 0px;
}
#datepicker input {
    background: transparent;
    border:none;
    outline: none;
    border-radius: 0px;
    padding: 0px 18px;
    color: #09b38c;
}
#datepicker span i {
    font-size: 18px;
    background: transparent;
}
#datepicker > span:hover{cursor: pointer;}

#datepicker2{
    width: 100%;
    border-bottom: solid 1px #6f6f70;
    padding: 8px;
}
#datepicker2 label {
    margin: 0px;
}
#datepicker2 input {
    background: transparent;
    border:none;
    outline: none;
    border-radius: 0px;
    padding: 0px 18px;
    color: #09b38c;
}
#datepicker2 span i {
    font-size: 18px;
    background: transparent;
}
#datepicker2 > span:hover{cursor: pointer;}

.datepicker.dropdown-menu {
    width: 290px !important;
    top: 238px !important;
}
.datepicker table {
    width: 100%;
}
.datepicker-dropdown.datepicker-orient-left:after {
    right: 7px;
    left: initial !important;
}
.datepicker-dropdown.datepicker-orient-left:before {
    right: 6px;
    left: initial !important;
}
/** Pagination Part **/
.pagination-part .pagination  {
    float: right;
    padding-top: 10px;
}
.pagination-part .pagination li {
    margin-right: 5px;
}
.pagination-part .pagination .previous {
    color: #ffffff;
    background-color: #3c3c3c;
    font-size: 14px;
    border-radius: 0px;
    padding: 5px 10px;
    margin-right: 5px;
}
.pagination-part .pagination .next {
    color: #ffffff;
    background-color: #3c3c3c;
    font-size: 14px;
    border-radius: 0px;
    padding: 5px 10px;
    margin-left: 5px;
}

/** Table Section **/
.table {
    margin-bottom: 0px;
}
.table-section {
    min-height: .01%;
    overflow-x: hidden;

}
.table-section table::-webkit-scrollbar {
    width: 10px !important;
    overflow: scroll !important;
}
.table-section .table thead {
    color: #ffffff;
    background-color: #3c3c3c;
    font-size: 13px;
    text-align: center;
}
.table-section .table thead th {
    border-bottom: 2px solid #dee2e6;
    border-right: 1px solid #fff;
    padding: 10px 10px;
}
.table-section .table th {
    padding: 0px;
    border: none;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
    font-family: 'Poppins', sans-serif !important;
    background: #3c3c3c;

}
.table-section .table tbody {
    /*background: #ededed;*/
    /*border:1px solid #ccc;*/
}
.table-section .table tbody tr {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: none;
    padding: 0px;
    height: 0px;
}
.table-section .table td {
    /*border: 1px solid #c0c3c6;*/
    padding: 5px 5px;
    vertical-align: middle;
    overflow: inherit;
    font-family: 'Poppins', sans-serif !important;
    color: #636262;
    border-top: none;
}
.table-section .table td:focus {
    outline: none !important;
    border: none !important;
}
.table-section .table tbody:focus {
    outline: none;
}
.table-section .table tbody tr:focus {
    outline: none;
}
.table-section .table td a {
    font-weight: 700;
}
.table-section .table thead th.last {
    border-right: none;
}

 /** Footer **/
footer {
    position: absolute;
    height:40px;
    position:relative;
 }

.footer {
    background: #3c3c3c;
    padding: 10px 0px;
    width: 100%;
    bottom: 0px;
    font-weight: 400;
    left: 0px;
    bottom: 0px;

}
 .footer p {
 	color: #ffffff;
 	text-align: center;
 	margin: 0px;
 }

 /** Responsive **/
 @media (max-width: 768px) {
    .table-section .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    }
    
 }

/** FrmDriverLocatorV2.aspx **/
.dispatch-heading {
    background: #3c3c3c;
    padding: 10px;
    margin-top: 20px;
}
.dispatch-heading h4 {
    margin: 0px;
    color: #fff;
    text-transform: inherit;
    font-size: 18px;
}
.dispatch-heading .list-inline {
    padding: 0px;
    margin: 0px;
}
.dispatch-heading .list-inline li {
    display: inline-block;
    margin-right: 5px;
}
.dispatch-heading .list-inline li span {
    color:#ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}
.dispatch-heading .list-inline li input {
    background: transparent !important;
    border: none;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
.top-panel-show {
    padding: 15px 20px !important;
}
.contact-form .input-block2 .btn-primarynew {
    top: 13px;
    right: 0px;
    border: 0;
    padding: 5px;
    display: inline-block;
    position: absolute;
}
.contact-form .input-block2 {
    height: 42px;
}
.contact-form .input-block2 span {
    position: relative;
    display: inline-block;
    top: 0px;
}
/*.contact-form .input-block2 .dropdown {
    position: absolute;
    top: 36px;
}*/
.contact-form .input-block2 .form-control {
    background-color: transparent !important;
    top: -6px !important;
}
.btn-blue1 { 
    background-color: #3c3c3c !important;
    padding: 7px !important;
    color: #ffffff;
 }
.sreach-bg .form-btn .btn-label {
    left: 0px !important;
    padding: 0px;
    border:none;
    margin-left: 5px;
}
/**FrmDriverLocatorList **/
.contact-form .input-block .form-controlh {
    top: 4px !important;
}
.contact-form .input-block .form-controlh1 {
    top: 10px !important;
}
.no-star::after {
    display:none;
}
.no-star {
    padding-left: 10px;
    position: absolute;
    top: -24px;
    left: 34px;
}
.contact-form .input-block .form-controlh .igte_Inner {
    width: 100%;
}
.contact-form .input-block .form-controlh .igte_Button {
    padding: 6px;
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
}
.contact-form .error-drlocatorlist {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;
}
.contact-form .error-drlocatorlist .text-errorlist {
   color: #404040;
    font-size: 18px;
    -webkit-text-size-adjust:none;
    font-weight: 700;
}
.contact-form .error-drlocatorlist .Failure {
    font-size: 18px;
    -webkit-text-size-adjust:none;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}
.contact-form .input-block .isgoa-lable {
    padding-left: 20px;
    margin-right: 10px;
}
.contact-form .input-block .isgoa-box input[type=checkbox] {
    margin: 0px;
    top: 3px;
}
.contact-form .input-block input[type=checkbox] {
    position: absolute;
    z-index: 1;
    opacity: 1;
}
.driverlocator-width { width: 46px !important; }
/**table **/
.table-section table {
    min-height: .01%;
    overflow-x: hidden;
    max-width: none;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch !important;
}
.table-section table::-webkit-scrollbar {
    width: 10px;
}
.table-section table::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-section table::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.table-section table thead {
    color: #ffffff;
    background-color: #3c3c3c;
    font-size: 13px;
    text-align: center;
}
.table-section table thead th {
    border-bottom: 2px solid #dee2e6;
    border-right: 1px solid #fff;
    padding: 10px 10px;
}
.table-section table th {
    padding: 3px 8px;
    border: none;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
    font-family: 'Poppins', sans-serif !important;
    /*background: #3c3c3c;*/
    background: rgb(130,133,133);
    background: linear-gradient(360deg, rgba(130,133,133,1) 0%, rgba(92,87,87,1) 50%, rgba(41,42,42,1) 100%);
    color: #ffffff;

}
.table-section .igg_Footer tr[mkr="columnHeaderRow"] th {
        background: #F7F7F7 !important;
}
.table-section table tbody {
    /*background: #ededed;*/
    /*border:1px solid #ccc;*/
}
.table-section table tbody tr {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: none;
    padding: 0px;
    height: 0px;
}
.table-section table .igg_FilterRow {
    border-bottom: 0px;
    text-align: left !important;
}
.table-section table tr.igg_FilterRow>td {
    padding: 7px;
    background: rgb(182,184,184);
    background: linear-gradient(360deg, rgba(182,184,184,1) 0%, rgba(246,246,246,1) 50%, rgba(167,170,171,1) 100%);
}
.table-section table td {
    /*border: 1px solid #c0c3c6;*/
    /*padding: 5px 5px;*/
    vertical-align: middle;
    overflow: inherit;
    font-family: 'Poppins', sans-serif !important;
    color: #636262;
    border-top: none;
}
.table-section table td:focus {
    outline: none !important;
    border: none !important;
}
.table-section table tbody:focus {
    outline: none;
}
.table-section table tbody tr:focus {
    outline: none;
}
.table-section table td a {
    font-weight: 700;
    font-size: 12px;
    color: #043080 !important;
    font-family: 'Poppins', sans-serif !important;
}
/*.table-section table td .bg-grey {
    background: #5d5c5c;
    color: #ffffff !important;
    padding: 2px 7px;
    font-size: 12px;
    display: block;
    width: 90px;
    margin: 0 auto;
}*/
.table-section table td .bg-grey {
    background: #797979;
    color: #ffffff !important;
    padding: 8px 7px;
    font-size: 10px;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}
.table-section table td .bgbtn-grey {
    background: #717070;
    color: #fff !important;
    padding: 4px;
    display: inline-block;
    font-size: 11px;
    width: 89px;
}
.table-section table td .bgbtn-grey i {
    font-size: 14px;
}
.table-received-tow table td .bgbtn-grey i {
    font-size: 11px;
}
.table-section table td .bg-font {
    font-size: 9px !important;
}
/*.table-section table td .btnPickup {
        width: 72px !important;
    font-size: 12px !important;
}*/
/*.table-section table td .btnPickup1 {
        width: 72px !important;
    font-size: 12px !important;
}*/
.table-section table td .igg_Pager {
    background:transparent;
    padding: 15px 0px;
}
.charges-audit table td .igg_Pager {
    position: relative;
    top: -13px;
}
.table-section table td .igg_PageCurrent {
    padding: 2px 10px;
    background: #ccc;
    color: #3c3c3c;
    margin-right: 2px;
}
.table-section table td .igg_PageLink {
    padding: 2px 8px;
    background: #ccc;
    color: #3c3c3c;
}
.table-section table thead th.last {
    border-right: none;
}
.table-section .ig_Control {
 /*   margin-bottom: 10px;*/
    border: none;
    padding: 0px 1px;
    width: 100% !important;
/*    border-bottom: 1px solid #ccc;*/
}
/** Incomin Tows **/
.incomingtows .TextBoxClass {
    width: 100% !important;
}
.incomingtows .TextBoxClass .igdd_DropDownListContainer {
    width: 100% !important;
}
.search-section .error-pemadriver {
    padding-bottom: 10px;
}
.search-section .error-pemadriver .ClickMessage {
     font-family: 'Poppins', sans-serif !important;
}
.sreach-bg .storage-lot-ul {
    padding: 0px;
    margin: 0px;
}
.sreach-bg .storage-lot-ul li {
    display: inline-block;
    margin-right: 5px;
}
.sreach-bg .igdd_ListItem {
    display: block !important;
}
.sreach-bg .storage-lot-ul .igdd_ControlArea{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
}
.sreach-bg .storage-lot-ul .igdd_Control {
    width: 100% !important;
    margin-left: 0px;

}
.sreach-bg .storage-lot-ul .igdd_Control div[mkr="Target"] div {
    width: 97.5% !important;
}
.sreach-bg .storage-lot-ul .igdd_ControlFocus {
    border: none !important;
    outline: none;
}
.table-section-incoming table td { 
    width: inherit !important; 
}
 /** ReceivedTows **/
.sreach-bg .form-btn2 ul li { 
    margin-right: 5px !important; 
}
.search-section .pagination-part {
    padding: 5px 0px;
}
.pagination-part .pagination .TextBoxClass {
   font-family: 'Poppins', sans-serif !important;
   margin-right: 10px;
}
.search-section .pagination-part label {
    margin-bottom: 0px !important;
}
.search-section .pagination-part .pagination .ButtonClass {
    font-family: 'Poppins', sans-serif !important;
    background-color: #3c3c3c !important;
    width: 20px;
    border: none;
    cursor: pointer;
    padding: 0px;
}
.search-section .pagination-part .pagination .TextPageClass {
    border: 1px solid #ccc;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
}
.search-section .pagination-part .pagination .textpagepadding {
    padding: 0px 7px;
    text-align: center;
}
.vin-width { 
    width: 145px !important;  
}

/** TowRequestListing **/

.sreach-bg .form-towrequestlisting input {
    border: none;
}
.sreach-bg .form-towrequestlisting ul li {
    margin-right: 5px;
}
/** TowRequestListing New**/
.sreach-bg .request-creator {
    padding: 0px;
    margin: 0px;
     border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
        margin-bottom: 6px;
}
.sreach-bg .request-creator li {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif !important;
}
.sreach-bg .request-creator .created-by {
    color: #ad3f3f;
    font-weight: 700;
}
.sreach-bg .request-creator .creator {
    color: #262121;
    font-weight: 700;
}
.sreach-bg .radio-box-heading {
    font-weight: 500;
    color: #424141;
}
.sreach-bg .radio-list {
    padding: 6px 0px;
    margin: 0px;
}
.sreach-bg .radio-list li {
    display: inline-block;
    margin-right: 20px;
}
.sreach-bg .radio-list li table tr td {
   margin-right: 10px;
   display: inline-flex;
}
.sreach-bg .radio-list li table tr td input[type=radio] {
    position: relative;
    display: inline-flex;
    margin-right: 5px;
    top: 2px !important;
    opacity: 1 !important;
    z-index: 9 !important;
}
.sreach-bg .radio-list li table tr td label {
    margin-bottom: 0px;
}
.contact-form .input-block4 span::after {
    content: "*";
    color: red !important;
    position: absolute;
    right: -10px;
    top: 0px;
}
.contact-form .input-block4 .TextPageClass2::after {
    content: "*";
    color: red !important;
    position: absolute;
    right: -10px;
    top: 0px;
}
.contact-form .input-block .towrequest-checkbox {
    top: 8px;
     font-family: 'Poppins', sans-serif !important;
     position: absolute;
}
.contact-form .input-block .towrequest-checkbox label {
    position: relative;
    left: 3px;
    top: -3px;
}
.contact-nopadding {
  padding: 0px !important;
}
.contact-form .input-block .form-controlw {
    width: 62% !important;
    display: inline-flex;
}
/*.contact-form .input-cal .igte_EditWithButtons {
  width: 49% !important;
  top:-14px !important;
}*/
/*.contact-form .input-cal2 .igte_EditWithButtons {
      left: -12px;
}*/
/*.contact-form .input-cal4 .date-placeholder {
     left: -22px;
     padding: 22px 24px;
}*/
/*.contact-form .input-cal4 .igte_EditWithButtons {
     left: 0px;
}*/
.contact-form .input-cal3 {
  height: auto !important;
}
.contact-form .input-cal4 {
    top: -25px;
}
/*.contact-form .input-cal2 .date-placeholder{
     left: -51px !important;
    padding: 22px 36px !important;
}*/
.contact-form .input-cal .date-picker {
  display: inline-block;
  position: relative;
  width: 49% !important;
}
.contact-form .input-cal {
    /*margin: 0px;*/
/*    margin-top: -15px;
    padding: 11px;*/
}
.date-placeholder {
    font-size: 14px;
    color: #656262;
    font-weight: 500;
    position: absolute;
    top: -23px;
}
.contact-form .input-cal input {
   opacity: 1 !important;
   z-index: 1 !important;
   padding: 5px !important;
   color: #636161;
  }
.sreach-nobg {
  border: none !important;
}
.contact-form .input-cal .time-editor {
  display: inline-block;
  position: relative;
  width: 49% !important;
}
.contact-form .input-cal .time-editor .igte_ButtonSize .igte_ButtonImg {
    margin-top: 0px !important;
}

.contact-form .input-cal .time-editor2 {
      width: 49%;
    top: -11px;
    height: 34px;
}
.contact-form .input-cal .time-editor3 {
     width: 45% !important;
       display: inline-block;
  position: relative;
  left: -3px;
}
/*.contact-form .input-cal5 {
  margin-top: -17px;
}*/
/*.contact-form .input-cal5 .date-placeholder {
  left: -47px !important;
}*/
.contact-form .input-cal .igte_ButtonSize {
  top: 0px !important;
/*  left: 0px !important;*/
}

.contact-form .input-block .igte_EditWithButtons {
/*    width: 55% !important;
    display: inline;*/
    font-family: 'Poppins', sans-serif !important;
/*    border: none;*/
    background: transparent !important;
    height: 34px;
        top: 0px;
    position: relative;
/*    position: relative;
    top: -9px !important;*/
}
.contact-form .input-block .igte_ButtonSize {
    height: 33px;
    position: absolute;
    top: 0px;
    border: none;
    right: 0px;
    z-index: 9;
}
.contact-form .input-block .igte_ButtonSize  .igte_ButtonImg {
    margin-top: 15px;
}
.contact-form .input-block18 .igte_ButtonSize {
     left: auto;
}
.contact-form .input-block18 .igte_EditWithButtons {
    top: 0px;
}
.contact-formpd {
    padding: 0px 15px !important;
}
/*Card CSS Start*/
.password-section {
    padding: 20px 0px;
}
.bdr-radius0{
    border-radius:0;
}
.card {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-header {
    background-color: #3c3c3c;
    padding: 10px;
    border: none;
   
}
.card-header h1 {
        color: #ffffff;
        font-size: 18px;
        margin: 0px;
        padding: 0px;
}
.card-body{
    padding:10px;
}


.btn {
    
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    -webkit-text-size-adjust:none;
    text-decoration: none;
    
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    
    /*outline: thin dotted;*/
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
  
    text-decoration: none;
}
.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-darkgray {
    background-color: #3c3c3c;
    border-color: #303030;
    color: #fff !important;
    font-weight: normal;
    cursor: pointer
}
.btn-darkgray.active, .btn-darkgray.focus, .btn-darkgray:active, .btn-darkgray:focus, .btn-darkgray:hover, .open > .dropdown-toggle.btn-darkgray {
    background-color: #303030;
    border-color: #3c3c3c;
    color: #fff;
}
.btn-darkgray.active, .btn-darkgray:active, .open > .dropdown-toggle.btn-darkgray {
    background-image: none;
}
.btn-label{
    padding:5px;
}
.table-section table td .btn-darkgray {
    color: #ffffff !important;
}    
/*Card CSS End*/
/** FromDriverList **/
.contact-form .input-block .form-calender {
width: 100% !important;
    display: block;
    font-family: 'Poppins', sans-serif !important;
    border: none;
    background: transparent !important;
    position: relative;
    top: 8px !important;
}
/** TowsToNotify **/
.table-section .ButtonClass {
    background-color: #3c3c3c;
    height: auto;
    font-family: 'Poppins', sans-serif !important;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    text-transform: inherit;
    font-weight: 500;
}

#ContentPlaceHolder1_VehicleDetailsGroup .table-section {
    margin-bottom: 0px;
}

#ContentPlaceHolder1_VehicleDetailsGroup table {
    margin-bottom: 0px;
}

/** Schedule Auction **/
.contact-form .input-uc2 .TextBoxClass {
   top:0px !important;
}
.contact-form .input-cal .Testpagelabel {
   font-family: 'Poppins', sans-serif !important;
}
/*.contact-form .input-cal8 .date-placeholder {
    left: -47px;
    top: -14px;
}
.contact-form .input-cal8  {
    margin-top: -4px;
}*/
.contact-form .input-cal8 .Testpagelabel input {
    position: absolute !important;
}
.contact-form .input-cal .Testpagelabel input {
    display: inline-flex;
    position: absolute;
    left: 0px;
    top: 43px;
}
.contact-form .input-cal .Testpagelabel label {
    display: inline-flex;
    position: relative;
    left: 15px;
    top: 5px;
    font-weight: 500;
    color: #7d7979;
}
.contact-form .input-block5 .igte_EditWithButtons {
    display: inline-table;
    border: none;
    border-bottom: solid 1px #adadad;
    position: relative;
    left: -7px;
    margin-bottom: 9px !important;
}
.contact-form .input-block5 .Testpagelabel {
    font-family: 'Poppins', sans-serif !important;
}
.contact-form .input-block5 .Testpagelabel label {
    margin-left: 10px;
}
/*.contact-form .input-uc1 .igdd_ControlArea {
    position: relative;
    left: 0px;
    border:none !important;
}*/
.contact-form #btnSearch {
    border: none !important;
}
.contact-form legend {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
/** Add Buyers **/
.contact-form .addbuyers-radio {
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
    top: 7px;
}
.contact-form .addbuyers-radio input[type=radio] {
    position: relative;
    top: 1px !important;
    margin-right: 3px;
    }
.contact-form .addbuyers-radio label {
    margin-right: 10px;
}
/* Conduct Auction */
.contact-form .input-block5 {
    position: relative;
    top: -10px;
}
.contact-form .input-uc3 .TextBoxClass {
    width: 300px !important;
}
.contact-form .input-block5 span {
    margin-bottom: 5px;
}
.contact-form .input-block5 .igdd_ControlArea { 
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact-form .input-block8 .dropdowngrid {
    right: 6px;
    position: relative;
}
.contact-form .input-block5 .ImageButtonClass {
     position: absolute;
    right: 4px;
    top: 7px;
}
.contact-form .input-block .fileupload {
    border: none;
    font-size: 14px;
    background: transparent;
}
.contact-form .input-block .ImgbuttonClass {
    position: absolute;
    right: 0px;
    top: -4px;
}
/** No Owner Line **/
.contact-form .input-block6 .igte_ButtonSize {
    position: absolute;
    right: 0px;
    top: 4px;
    padding: 7px 0px;
    width: 20px;
    height: 20px;
    background-color: #3c3c3c;
    background-image: none;
    border: none;
}
.contact-form .input-block6 .igte_ButtonSize table {
    top: 0px;
}
.contact-form .input-block6 .igte_ButtonSize table tr {
    margin-bottom: 2px;
}
.contact-form .input-block6 .igte_Button {
    background-color: #3c3c3c;
    background-image: none;
    border: none;
}
.contact-form .input-block6 .igte_EditInContainer {
    position: relative;
    top: 8px;
    left: 10px;
    font-family: 'Poppins', sans-serif !important;
}
.contact-form .input-block6 .igte_EditWithButtons {
    top: 4px !important;
}
/** FormRouteMap **/
.contact-form .input-block .ui-selector {
    top: 0px !important;
}
.contact-form .input-block .ui-selector2 {
    top: -12px !important;
}
.contact-form .input-block:focus {
    outline: none;
}
.tabbable-panel .tabbable-line .nav-tabs {
    padding: 10px;
    background-color: #3c3c3;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 0px !important;
}
.tabbable-panel {
    border: 1px solid #c0bcbc !important;
    }
.tabbable-line > .nav-tabs > li {
    margin-right: 7px;
}
.active {
    font-family: 'Poppins', sans-serif !important;
}
.tabbable-line > .nav-tabs > li > a input {
    background-color: #ccc;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
}

/** Sub Master List **/
.contact-form .input-block6 {
    border-bottom: 0px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
.contact-form .input-block6 span {
    display: inline-flex;
    padding-right: 10px;
    position: initial;
        color: #2c2a2a;
    font-weight: 500;
}
.contact-form .input-block6 .TextBoxClass {
    position: initial;
    display: inline-flex;
    background: #fff;
    padding: 0px 10px;
}
/** AddFeeType **/
.contact-form .input-block7 .igte_ButtonSize {
   top: 0px !important;
}
.contact-form .input-block6 .igdd_ValueDisplay {
    font-family: 'Poppins', sans-serif !important;
}
/** User Details **/
.contact-form .input-block8 .TextBoxClass {
    padding:0px;
}
.contact-form .input-block9 select {
        border: none;
    border-bottom: solid 1px #adadad;
    width: 100% !important;
    color: #3c3c3c;
}
.contact-form .input-block10 {
    position: relative;
    top: -4px;
}
.User-permission label {
    margin-left: 5px;
}
/** Storage Details **/
.contact-form .input-block .storagedetails-radio label{
       display: inline-flex;
    position: relative;
    left: 5px;
    top: -1px;

}
.contact-form .input-block .storagedetails-radio tr {
    display: inline-flex;
    margin-right: 20px;
}
.ajax__calendar_container {
    z-index: 99;
}
.contact-form .input-block .checkbox-storagedetails {
    position: absolute;
    left: -17px;
    top: 16px;
}
.contact-form .input-block .lable-inactive {
    top: 10px;
    position: relative;
}
.contact-form .input-block9  {
    border-bottom: none;
    margin-top: 11px;
}
.search-section .storagedetails-radio input[type=checkbox], input[type=radio] {
    top: 0px !important;
}
/** Wrecker Tow **/
.form-btn ul li .ButtonClass {
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-color: #3c3c3c;
    border: none;
    padding: 7px 10px;
    text-transform: lowercase;
    height: auto;
    position: relative;
    top: -13px;
    cursor: pointer;
}
/** TowRotation **/
.contact-form .input-block11 label::after {
    content: "*";
    font-size: 14px;
    position: relative;
    top: 0px;
    right: 0px;
    color: red;
}
.contact-form .input-block11 .igte_EditWithButtons {
    left: 0px;
}
.contact-form .input-block11 .igte_Button {
    background-color: #3c3c3c;
    color: #ffffff;
    background-image: none;
    border: none;
    padding: 0px 7px;
}
/** scrapdetails configuration **/

.contact-form .input-block .form-fileupload {
    position: relative;
    top: -35px;
    font-size: 10px;
    margin-top: 12px;
}
.contact-form .input-block .label-upload {
         top: -27px;
    position: relative;
}
.contact-form h2 {
      position: relative;
    margin-bottom: 13px;
}
.label-radio-scrap label {
    margin-bottom: 0px;
    display: inline-flex;
    position: relative;
    left: 5px;
    top: -1px;
}
/** SubMaster.Master **/
.bg-border {
    padding: 0px !important;
}
.bg-border .container-fluid{
    padding: 0px;
  /*border: 1px solid #ccc;*/
}
.search-section .submaster-head {
    /* background: #3c3c3c; */
    color: #5b5b5b;
    display: none;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0px;
    margin: 0px;
    font-weight: 700;
    padding: 7px 0px;
    border-bottom: 1px solid #c8c1c1;
    /* border-top: 1px solid #c8c1c1; */
    text-transform: uppercase;

}
.search-section h1 .TextMenuClass {
    text-transform: inherit;
    color: #ffffff;
}
.search-section .left-side-bar {
   /* height: 557px;*/
   height: auto;
   /*background-color: #636769;*/
}
.search-section .left-side-bar .ca-menu {
   /* border-top: 1px solid #696868;*/
    /* margin-top: 0px; */
    padding-top: 5px;
    margin-bottom: 5px;
}
.search-section .left-side-bar .ca-menu li {
    width: 118px;
    background: #4d4d4e none repeat scroll 0 0;
    margin-bottom: 1px;
    box-shadow: none;
    display: inline-block;
}
.search-section .left-side-bar .ca-menu li a:active {
    background-color: #272626;
}
.search-section .left-side-bar .ca-menu li:hover {
    background-color: #323232 !important;
    text-decoration: none;
    padding: 0px;
    height: 30px;
}
.search-section .left-side-bar .ca-menu .ca-icon {
    top: 10px;
    left: 6px;
    font-size: 10px;
}
.search-section .left-side-bar .ca-menu .ca-content {
    left: 19%;
}
.search-section .left-side-bar .ca-menu .ca-content h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    line-height: 31px;
    font-weight: 500;
}
.search-section .left-side-bar .igdm_ControlVertical {
    width: 100% !important;
    background-color: #636769 !important;
    color: #ffffff;
    font-style: normal;
}
.search-section .left-side-bar .igdm_ControlVertical .igdm_MenuScrollContainerRootVertical {
    width: 100% !important;
}
.search-section .left-side-bar .igdm_ControlVertical .VMenu {
    width: 100% !important;
}
.search-section .left-side-bar .igdm_MenuGroupVerticalRoot {
    width: 100% !important;
}
/** vehicle info tab **/
.towed-to {
    position: relative;
    top: -8px;
}
.search-section .vehicleinfo-radio span {
    display: inline-flex;
    margin-right: 10px;
    font-size: 14px;
}
/*.search-section .vehicleinfo-radio input[type=checkbox], input[type=radio] {
    display: inline-flex;
    position: relative;
    top: 3px;
    margin-right: 6px;
}*/
.contact-form .input-cal9 .igte_EditWithButtons {
    top: 0px !important;
}
.search-section .input-block .vehiclevin-radio input[type=checkbox] {
    position: absolute;
    top: 6px;
    left: 4px;
}

.search-section .input-block .vehiclevin-radio label {
    top: 2px;
    left: 18px;
    position: relative;
}
.contact-form .hold-vehicleinfo input[type=checkbox], input[type=radio]{
    display: inline-flex;
    margin-right: 5px;
}
.contact-form .hold-vehicleinfo label {
    display: inline-flex;
    position: relative;
    top: -1px;
    left: 2px;
}
.search-section .vehicleinfo-radio input[type=checkbox], input[type=radio] {
    position: relative !important;
    top: -5px ! important;
    display: inline-flex !important;
}
.vehicleinfo-radio label {
    position: relative !important;
    /* left: 14px !important; */
    top: -7px;
    display: inline-flex !important;
}
.left label {
    left: 4px !important;
}
.vehicleinfo-radio tr td {
    margin-right: 5px;
}
.search-section .input-block .vehiclevin-radio {
    position: absolute;
    top: 34px;
}
.contact-form .input-block .form-vehicle {
    height: 23px;
    top: -11px;
}
.contact-form .input-block14 .igte_EditWithButtons {
    position: absolute;
    top: 12px !important;
    left: 0px;
    width: 45% !important;
} 
.contact-form .input-block14 .time-vehicle {
    left: 52%;
    width: 48% !important;
}
/** TowREquest details **/
.contact-form .input-block .towrequest-droplabel {
    display: block;
    /* position: relative; */
    top: 1px;
    color: #929191;
    font-size: 12px;
    height: 34px;
    border: 1px solid #cccc;
    padding: 8px 9px;
}
.contact-form .input-block .towrequest-droplabel:after {
    display: none;
}
.form-btn .aduit-towrequest {
    position: relative;
    top: -14px;
}
.search-section .radio-towrequest {
 font-weight: 700;
    color: #2c2c2c;
    display: inline-flex;
}
.search-section .radio-towrequest input[type=checkbox], input[type=radio] {
   display: inline-flex;
    position: relative;
    top: -6px !important;
    margin-right: 4px;
}
.search-section .storagedetails-radio input[type=checkbox], input[type=radio] {
        top: 1px !important;
}

.contact-form .input-block12 .igte_EditWithButtons {
    width: 47% !important;
        top: 12px !important;
}
/** Salvage Info **/
.search-section .input-block13 .label-salvage {
    top: 13px;
}
/** Owner Tab **/
.table-owner .ig_Control {
    width: 100% !important;
    min-height: auto !important;
}
.table-owner table {
    height: auto;
}
.table-owner .ig_Control .error {
  /*  position: absolute !important;*/
    top: 24%;
/*    margin-left: 13px;*/
}

.table-owner .igtab_THHolder {
    background:none;
    height: auto;
}
.table-owner .SelectedTabStyle {
   font-family: 'Poppins', sans-serif !important;
   font-size: 14px;
   height: auto;
   padding: 10px;
   cursor: pointer;
   background-color: #aba6a6;

}
.table-owner .SelectedTabStyle .igtab_THText {
    font-family: 'Poppins', sans-serif !important;
    color: #272323;
    cursor: pointer;
}
.table-owner .DefaultTabStyle {
    height: auto;
    padding: 7px;
    margin-right: 2px;
    margin-bottom: 2px;
}
.table-owner .DefaultTabStyle .igtab_THText {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400;
        cursor: pointer;
}
.table-owner .TextBoxClass {
    width: 100% !important;
    margin-left: 0px;
    border: 1px solid #ccc;
}
.overrideClass {
    left: 0px !important;
    top: 0px !important;
}
/** Release Tab **/
.release-pad {
  padding: 15px 15px 0px 15px !important;
}
.release-pad2 {
   padding: 0px 15px 0px 15px !important;
}
.release-pad2 .input-block .TextBoxClass {
    position: relative !important;
    left: 0px;
    top: -5px;
}
.release-pad2 .star-complusary::before {
    /*left: 82px;*/
    position: absolute;
    right: -9px;
}
.release-pad2 .input-block .radio-buttonrelease {
    font-size: 14px;
        color: #524f4f;
    font-weight: 300;
}
/*.contact-form .input-cal6 .date-placeholder {
    left: -45px !important;
    padding: 22px 43px !important;
}
.contact-form .input-cal7 .date-placeholder {
    left: -51px;
    padding: 22px 50px;
}*/
/*.contact-form .input-cal6 .igte_EditWithButtons {
    left: -3px;
}*/
.search-section .Release-tab .igtab_THHolder {
    height: auto !important;
}
.search-section .Release-tab .igtab_THHolder .igtab_THHolderNoScroll {

}
.search-section .Release-tab .igtab_THContentHolder {
    border: none;
}
.search-section .Release-tab .igtab_THHolder .igtab_THTab {
    padding: 5px 10px;
    height: auto;
    margin-right: 5px;
    cursor: pointer;
}
.search-section .Release-tab .igtab_THHolder .igtab_THTab .igtab_THText {
    font-family: 'Poppins', sans-serif !important;
   color: #ffffff;
   cursor: pointer;
}
.search-section .Release-tab .igtab_THHolder .igtab_THHolderNoScroll .igtab_THTabSel {
    padding: 0px;
    background-color: #ccc;
    height: auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.search-section .Release-tab .igtab_THHolder .igtab_THHolderNoScroll .igtab_THTailSel {
    background-color: #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
.search-section .Release-tab .igtab_THHolder .igtab_THHolderNoScroll .igtab_THTailSel .igtab_THText {
    font-family: 'Poppins', sans-serif !important;
   color: #3e3e3e;
   cursor: pointer;
}
.search-section .Release-tab .ig_Control {
    font-size: 14px;
}
.Release-tab .contact-form .input-block14 .igte_Edit {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    border: none;
    position: absolute;
    top: 29%;
}
.sreach-bg .relase-creator {
    font-size:14px;
    border: none;
}
.sreach-bg .relase-creator input {
    border:none;
    font-size:14px;
    font-weight: 300;
}
.search-section .ig-control-inventory .ig_Control {
    width: 100% !important;
}
.search-section .ig-control-inventory table th {
    width: 100% !important;
}
.search-section .ig-control-inventory .width175 {
    width: 175px !important;
}
.search-section .ig-control-inventory .width600 {
    width: 600px !important;
} 
.contact-form .input-block15 .fileupload {
    font-size: 10px;
    background: transparent;
    position: relative;
    top: 1px;
}
/*.contact-form .input-cal5 .igte_EditWithButtons {
    top: -21px !important;
}
.contact-form .input-cal5 .time-editor2 {
    top: 1px;
}*/
/** Communicationtab.aspx **/
.contact-form .input-block .comuunication-droplabel {
    display: block;
    top: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    border: 1px solid #ccc;
    padding: 6px 11px;
    height: 34px;
    z-index: -1;
}
.contact-form .input-block14 .time-vehicle2 {
    left: 49% !important;
    width: 51% !important;
}
/* NoOwnerList */
.contact-form .input-block16 {
    height: 42px !important;
}
.contact-form .input-block16 .igte_EditWithButtons {
    top: 17px !important;
}
.table-received-tow .ig_Control .tow-dropdown select{
    width: 100%;
}
.igg_Control table {
/*    border-collapse: separate!important;*/
    visibility: initial!important;
}
/** Attachment **/
.contact-form .input-block15 span {
    position: relative;
    top: -3px;
}
/** statelist **/
.width-responsive {
  table-layout: fixed;
  margin: 0 auto;
}
/** Result **/
.search-section .eqdax-resultColumn {
    width: 925px !important;
}
.search-section .eqdax-conditionsPanel {
    width: 925px !important;
}
.search-section .eq-entitiespanel-treepanel {
        width: 297px !important;
}
.search-section .new_grid {
   width: 1268px;
}
.table-owner .delete-icon {
    /* width: 100% !important; */
    width: 20px;
    /* text-align: center; */
}
.table-owner tbody.igg_Item>tr>td {
    background: transparent;
}
.table-owner textarea {
    line-height: 23px;
}
.table-owner .igtab_THContent {
    overflow-x: hidden !important;
   /* height: auto !important;*/
}
.table-owner tbody.igg_Item>tr>td { text-align: center; vertical-align: middle; line-height: 2px; padding: 6px 7px 12px 7px;}
.igtab_THContentHolder { border: none; }
.nav {
    background-color: #3e3e3e;
}
/** Tabe Section **/
/*.tabs .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  }
 
  .row { display:flex; }
  .col { flex:1; }

  .tabs {
  overflow: hidden;
  margin: 0px 0px;
  }
  .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #ffffff !important;
  }
  .tab-label {
    display: flex;
    padding: 10px 25px;
    background: #e9e9e9;
    border: 1px solid #ccc;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    text-align: left;
    color: #484848;
  }

  .tab-label:hover {
    background: #f5f5f5;
    }
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    position: absolute;
    right: 40px;
    }
  .tab-label i {
     margin-right: 5px;
     margin-top: 3px;
     color: #484848; 
   }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all .35s;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  .tab-close:hover {
      background: #2c3e50;
    }

 .tabs .tab input:checked + .tab-label { 
    background: #f5f5f5; 
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
.tabs .tab input:checked + .tab-label::after { transform: rotate(90deg); }
.tabs .tab input:checked ~ .tab-content {
    max-height: 100vh;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-top: none;
   }*/

/** Accordion **/
/*.accordion {
    background: rgb(49,49,51);
    background: linear-gradient( 90deg, rgba(49,49,51,1) 0%, rgb(99 99 101) 54%, rgba(38,40,40,1) 100%);
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 600;
    margin-bottom: 0px;
}

.accordion.active, .accordion:hover {
    background-color: #ddd;
}
.accordion.active {
    line-height: 20px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    height: 40px;
  }
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 2px 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #ccc;

}*/
/*.accordion, .accordion__header, .accordion__toggle, .accordion__body {
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion__header {
  padding: 1em;
  background-color: #ccc;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.accordion__header.is-active {
  background-color: #000;
  color: #fff;
}

.accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #222;
  width: 13px;
  display: block;
  position: relative;
  flex-shrink: 1;
  border-radius: 2px;
    transition:0.2s ease-out;
}

.accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #222;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}

.is-active .accordion__toggle {
  background-color: #fff;
    transition:0.2s ease-out;
}
.is-active .accordion__toggle::before {
  display: none;
}
.accordion__body {
  display: none;
  padding: 1em;
  border: 1px solid #ccc;
  border-top: 0;
  transition:0.2s ease-out;
}
.accordion__body.is-active {
  display: block;
    transition:0.2s ease-out;
}*/

/*#accordion section, #accordion .pointer, #accordion h1, #accordion p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#accordion {
  margin-bottom:0px;
}
#accordion h1 {
  line-height:1.2;
  font-size:20px;
  background-color:rgba(255,0,0,0.3);
  margin:0;
  padding: 10px 10px 10px 10px;
}

#accordion h1 a {
  color:#ffffff;
}
#accordion section {
  overflow:hidden;
  height:270px;
  border:1px #ccc solid;
}

#accordion p {
  padding:0 10px;
  color:black;
}
#accordion section.ac_hidden p:not(.pointer) {
  color:#fff;
}

#accordion section.ac_hidden {
  height:38px;
}
#accordion .pointer {
  padding:0;
   margin: 14px 0 0 6px;
    line-height: 20px;
    width: 13px;
    position: absolute;
    right: 27px;
    color: #fff;
}
#accordion section:not(.ac_hidden) h1 {
  background-color:rgba(255,0,0,0.7);
}

#accordion section:not(.ac_hidden) .pointer {
  display:block;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg);
  padding:0;
}*/
/*.search-section .accordion .ui-accordion .ui-accordion-header {
   -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ui-accordion .ui-accordion-content-active {
   -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ui-accordion .ui-accordion-content-active {
     -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.search-section .ui-accordion .ui-accordion-content {
  padding: 0px !important;
  overflow: hidden;
  height: auto !important;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}*/
/*.search-section .accordion  {
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.accordion .accordion-content-active {
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.accordion .accordion-content-active {
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.search-section  {
    padding: 0px !important;
    overflow: hidden;
    height: auto !important;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}*/
.accordion .ui-accordion .ui-accordion-content {
    padding:0px;
    overflow-y: hidden;
}
.search-section .accordion .card-body {
  padding: 0px !important;
  overflow: hidden;
  font-family: 'Poppins', sans-serif !important;
/* -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;*/
}
.search-section .accordion .card-body .contact-form {
  padding: 10px;
/*  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;*/
}
input.form-control.ui-select-search {
  border: none;
  width: 100% !important;
  background:transparent;
  position: relative;
  top: -3px;
}
/** --- Other Css ---- **/
.table-title .table thead th {
    width: 8% !important;
}
.contact-form .input-block22 .form-control-placeholder{
    left: 16px;
    top: -6px;
}
.contact-form .input-block22 {
    top: -5px;
    left: -9px;
    padding: 1px 0px;
}
.contact-form .input-block22 .igdd_DropDownButton img {
    top: 6px;
    z-index: 1;
}
.contact-form .input-block22  .igdd_DropDownListContainer {
    width: 200px !important;
}
.contact-form .input-block22  .igdd_DropDownListContainer .igdd_ListItem a:link {
        margin-left: 18px;
}
.contact-form .input-block22 input[type=checkbox] {
    margin-top: 5px !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Poppins', sans-serif !important;
        font-size: 12px !important;
}
#divConf1 {
    height: 275px !important;
}
.bgcolor-none { background:none !important; }
.bg-color-dark { background: #5a5757; }
.top-panel-show .input-block .btn-primary { background-color: #3c3c3c; border-color: #3c3c3c; }
.top-panel-show .input-block .form-control { background-position: left; font-size: 12px; }
.header-back { background: #3c3c3c; }
.table-cc { overflow-x: scroll; }
.table-cc2 { overflow-x: scroll; }
.table-cc2 .ig_Control { overflow: hidden; }
.table-cc .ig_Control { width: 4500px !important; }
.table-aduit { overflow-x:scroll; visibility: hidden; }
.table-aduit:hover { visibility: visible; }
.table-aduit .ig_Control { width: 3500px !important;  }
.CcStatus { padding: 10px; text-decoration: none; }
.igte_EditWithButtons { border: solid 1px #c0c0c0 !important; }
.active { height: 33px; font-size: 14px; }
.contact-form .input-block .btn-label { color: #ffffff; }
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { border-bottom: 0px solid #fbcdcf !important; }
.bg-none { background-color:transparent; }
.table-responsive { border: 1px solid #ccc;  }
.wrap { overflow-wrap: break-word; }
.contact-form .input-block input[type=checkbox] { margin: -1px; position: relative;}
.contact-form .input-uc1 input[type=checkbox] { position: relative !important; margin-right: 5px; }
.contact-form .input-uc1 .TextBoxClass { left: 0px; }
.contact-form .input-block .form-controlh2 { top: 9px !important; }
.igte_Button { background-image: none; background-color: #696969;}
 .igmc_Control { width: 250px !important; }
  label { margin-bottom: 0px; }
  .TextMenuClass { font-family: 'Poppins', sans-serif !important; }
 .ImageButtonClass { height: auto !important; border: none; }
 .TextBoxClass { font-family: 'Poppins', sans-serif !important; font-size: 10pt;  margin-left: 0px !important; }
 .igte_EditInContainer { font-family: 'Poppins', sans-serif !important; border: none; top: 4px !important;
    position: relative; }
 .table-section .table td.width130 { width: 130px !important; }
 .ig_Control { font-family: 'Poppins', sans-serif !important; border:none; }
 .no-border { border:none !important; text-align: right; padding: 0px; }
 tr.igg_FilterRow>td { /*background:none !important;*/ border: none !important; border-right: 1px solid #ccc !important;}
 tbody.igg_Item>tr>td { border: 1px solid #c0c3c6 !important; text-align: center !important; padding:1px 5px; }
 .table tbody+tbody { border-top: 0px !important; }
/* .table-section table td div[mkr="vScrBar"] { position: relative; left: -1px; top: -4px; overflow: scroll !important; height:100%; }*/
.sreach-section-height { height: 433px; }
.normalblue { position: absolute; font-family: 'Poppins', sans-serif !important; color: #ffffff !important; left: 13%;
    top: 20px; font-size: 12px; }
.error-meg {  font-size: 11pt; font-weight: bold; color: #f55454; }
.error { z-index: 99; position: relative !important; }
.footer-office { position: relative; }
.footer-officer { position: absolute !important; }
.table-section { margin-bottom: 15px; }
.height-424px { height: 424px !important; }
.height-528px { height: 528px !important;  }
.pagination>li>a, .pagination>li>span { float: none; }
.pagination>li:last-child>a, .pagination>li:last-child>span { top: -8px; }
.pagination-part .pagination li .imag-height {
     top: -5px;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    height: 23px !important;
}
.pagination>li>a, .pagination>li>span { padding: 0px 6px; }
.ui-select-bootstrap .active {
    height: 24px;
}
.dispatch-head .ui-select-bootstrap .ui-select-choices-row.active>span {
    background: #fff;
    color: #999;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.ui-select-bootstrap .ui-select-choices-row>span {
   word-wrap: break-word;
}
.driverlocation {
    overflow-y: auto;
    height: 100%;
}
.driverlocation-map {
    height: 100%; 
    padding: 5px; 
    border: 1px solid #ccc;
}
/**** End **/


/**After Deployment add css in 24-05-2021 **/
/*.ui-dialog .ui-dialog-titlebar-close {
    background-image: none !important;
}*/
/*.ui-widget-header .ui-icon {
    background-image: none !important;
}*/

/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    background: none !important;
}*/
.igte_Button {
    background-color: #505252 !important;
     background-image: none !important; 
   /* background-repeat: repeat-x;
    line-height: normal;*/
    border: solid 1px #3b3b3c !important;

}
.ui-widget {
      font-family: 'Poppins', sans-serif !important; 
  font-size: 11pt !important;
}
.igtab_THText {
    font-size: 12px;
}
.Failure {
  font-family: 'Poppins', sans-serif !important; 
  font-size: 11pt !important;
  text-transform: inherit !important;
}
.error-msg {
    position: relative;
    padding-left: 18px;
    padding-bottom: 10px;
}
.error-msg3 {
    position: absolute;
    top: -24px;
}
.error-msg2 {
    position: relative;
    bottom: 0px;
}
.error-msg4 {
    position: absolute;
    top: -21px;
}
.igdm_MenuItemVerticalRootSelected {
    background-color: #3a3a3a;
    background-image: none;
    border: none;
}
.validator-msg {
    position: absolute !important;
    top: 38px !important;
    font-size: 9.5px;
    line-height: 12px;
    font-family: 'Poppins', sans-serif !important; 
    color: red;
}
.igdd_ListItemHover {
    background-color: #3c3c3c !important;
    color: #ffffff;
    background-image: none !important;
}
.igdd_ListItem a:link {
    margin-left: 6px;
}
.igdd_ListItemHover a:link {
    background-image: none;
    background-color: #3c3c3c;
    color: #ffffff !important;
}
.igdd_DropDownButton {
    width: 20px;
}
.top-6px input[type=radio] {
    top: -6px!important;
}
/** error page **/
.error-page {
    position: relative;
    padding-top: 40px;
}
.error-page p {
    text-align: center;
}
.error-page h2 {
    text-align: center;
}

/** Common Popup **/
.form-control:focus {
    box-shadow: none;
}
.popup-width {
    width: 453px;
}
.popup-design {
    padding: 10px;
}
.popup-design .popup-header {
    background: #1e1e1e;
    color: #fff;
}
.popup-design .popup-header h1 {
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    color: #ffffff;
}
.popup-design .popup-header .close-popup {
    position: absolute;
    right: 22px;
    top: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #ffeded;
    opacity: 1;
    border: none;
    padding: 3px;
    color: #000000;
}
.popup-design .popup-body {
    background: #ffffff;
    padding: 10px;
} 
.popup-design .popup-ui .ui-select-bootstrap .active {
    height: 45px !important;
}
.popup-design .popup-ui .img-popup {
    position: absolute;
    right: 0px;
    top: 7px;
}
.popup-design .popup-ui .ui-select-bootstrap .ui-select-choices-row>span {
    height: 40px;
}
.checkbox-storage {
    position: absolute;
    left: 0px;
    top: 10px;
}
.checkbox-label {
    position: relative;
    left: 16px;
    top: 5px;
}
/*Media Queries*/
@media (max-width: 1920px) {
 body { font-size: 14px !important;}
 :root { font-size: 14px; }
/* .contact-form .input-cal {
    margin-top: -32px;
    padding: 33px;
    left: -18px;
}*/
}
@media (max-width: 1500px) { 
/*.contact-form .input-cal7 .date-placeholder {
    padding: 22px 60px;
}*/
/*.contact-form .input-cal {
    margin-top: -32px;
    padding: 30px;
    left: -18px;
}*/
/*.contact-form .input-cal8 .date-placeholder {
    padding: 22px 44px;
}*/
/*.contact-form .input-cal8 {
        margin-top: -34px;
    padding: 30px;
    left: -15px;
    top: 10px;
}*/
/*.contact-form .input-cal8 .Testpagelabel input {
    display: inline-flex;
    position: absolute;
    left: 22px;
    top: 88px;
}*/
/*.contact-form .input-cal6 .date-placeholder {
    left: -57px;
    padding: 22px 54px;
}
.contact-form .input-cal2 .date-placeholder {
    left: -57px;
    padding: 22px 45px;
}*/

}

@media (max-width: 1220px) {
.menu-header #cssmenu > ul > li > a {
    padding: 14px 8px;
}
}
@media (max-width: 1200px) {
.table-section table { overflow: scroll; }
.table-section .ig_Control { width: 1500px !important; overflow-x: scroll !important; }
.table-cc .ig_Control  { overflow: hidden; }
.table-cc2 .ig_Control { overflow: hidden !important; }
.table-section {margin-bottom: 20px; width: 100% !important; overflow: auto; display: block; }
.table-configuration .ig_Control {
    width: 100% !important;
}
/*.contact-form .input-cal2 .date-placeholder {
    left: -28px;
    padding: 22px 17px;
}*/
.table-cc .ig_Control {
    width: 4500px !important;
}
#cssmenu {
    z-index: 99;
}
}
@media (max-width: 768px) {
    .footer {
        position: relative;
    }
}
/*@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .table-searchtow table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    .table-searchtow thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .table-searchtow tr { border: 1px solid #ccc; }
    
    .table-searchtow td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    .table-searchtow td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    

    td:nth-of-type(1):before { content: "First Name"; }
    td:nth-of-type(2):before { content: "Last Name"; }
    td:nth-of-type(3):before { content: "Job Title"; }
    td:nth-of-type(4):before { content: "Favorite Color"; }
    td:nth-of-type(5):before { content: "Wars of Trek?"; }
    td:nth-of-type(6):before { content: "Secret Alias"; }
    td:nth-of-type(7):before { content: "Date of Birth"; }
    td:nth-of-type(8):before { content: "Dream Vacation City"; }
    td:nth-of-type(9):before { content: "GPA"; }
    td:nth-of-type(10):before { content: "Arbitrary Data"; }
}*/
@media (max-width: 1024px) {
.table-section table { overflow: scroll; }
.table-section .ig_Control { overflow-x: scroll !important; }
.table-cc2 .ig_Control { overflow: hidden !important; }
.table-section {margin-bottom: 20px; width: 100% !important; overflow: auto; display: block; }
.search-section .eqdax-columnsBlock { width: 100% !important; display: block; margin: 0px; margin-top: 14px; }
.search-section .eqdax-resultColumn { width: 100% !important; display: block; margin: 0px; margin-top: 14px; }
.search-section .eqdax-conditionsPanel {width: 100% !important; display: block;  margin: 0px; margin-top: 14px;}
.search-section .eq-entitiespanel-treepanel { width: 100% !important; display: block;}
.search-section .new_grid {width: 100% !important; display: block;}
.search-section .eqdax-entities-table {width: 100% !important;}
.table-owner .igtab_THContent {overflow-x: auto !important; height: auto !important;}
.contact-form { padding: 25px 25px; }
.contact-form .input-block5 .position-right { position: relative; margin-top: 5px; }
.contact-form .input-block .position-right { position: relative; margin-top: 20px; }
.contact-form .input-cal5 .igte_EditWithButtons {
    top: -21px !important;
}
.contact-form .input-cal .time-editor2 {
    width: 48%;
    top: 0px;
    height: 34px;
}
/*.contact-form .input-cal2 .date-placeholder {
    left: -12px;
     padding: 0px;
}*/
}
@media (max-width:992px) {
/*.contact-form .input-block span { top: -12px;line-height: 12px; }*/
.contact-form .input-block5 .igdd_Control { width: 100% !important; }
.contact-form .input-block .fileupload { width: 100% !important; }
.advance-responsive .col-md-2 {-webkit-box-flex: 0;-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.contact-form .input-cal .igte_EditWithButtons {
    width: 100% !important;
}
.mt-15 { margin-top: 0px; }
#cssmenu > ul.open {
   background: #717171;
}
.table-aduit { overflow-x:scroll !important; visibility: visible; }
.contact-form .input-cal2 .date-placeholder {
    left: -13px;
    padding: 0px;
}
.error-msg2 {bottom: -23px;}
.contact-form .input-cal {
    font-size: 12px;
/*    margin-bottom: 15px;
    margin-top: 0px;*/
    height: auto;
}
/*.date-placeholder {
    top: -16px;
    font-size: 13px;
}*/
.contact-form .input-cal .time-editor2 {
    width: 100% !important;
}
.contact-form .input-cal5 .igte_EditWithButtons {
    top: 0px !important;
}
.mt-17px { margin-top: 0px; }
/*.contact-form .input-cal5 .date-placeholder {
    left: -13px !important;
}*/
/*.contact-form .input-cal5 .igte_EditWithButtons {
    top: -13px !important;
    left: -13px !important;
}*/
/*.contact-form .input-cal .time-editor2 {
    width: 100%;
    top: 0px;
    left: -12px;
}*/
.mt-21px {
     margin-top: 0px; 
}
.pagination-part .pagination li .imag-height {
    top: 0px;
}
.contact-form .input-block .rout-begin {
    top: -18px;
    position: relative;
}
.contact-form .input-block .ui-selector {
    top: -19px !important;
}
.pagination-part .pagination li {
    display: inherit;
}
.search-section .pagination-part .pagination .ButtonClass {
    margin-right: 2px;
}
.TextBoxClass { width: 100% !important; }
.contact-form .input-cal .time-editor {
    margin-top: 3px;
}
.contact-form .input-cal2 .igte_EditWithButtons {
    left: 0px;
}
.contact-form .input-cal2 .date-placeholder {
    left: 0px;
}
.main_wrapper .ui-widget input,.ui-widget textarea {
    width: 100% !important;
    border: 1px solid #ccc;
}
.main_wrapper .contact-form .input-block input[type=checkbox] {
    width: auto !important;
}
.main_wrapper .sreach-bg .radio-list li table tr td input[type=radio] {
    width: auto !important;
}
.main_wrapper .search-section .accordion .card-body .contact-form .input-block {
    margin-bottom: 28px;
}
.accordion .ui-accordion .ui-accordion-content {
    overflow-y: scroll;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.input-uc3 {
    height: 10px;
    margin-top: 40px;
}
.input-uc3 .position-right {
    top: -64px !important;
}
.contact-form .input-block .position-right {
    right: 0px;
    top:-15px;
}
.display-in {
    position: relative;
    left: 14px;
}
.contact-form .input-uc3 .TextBoxClass {
    width: 100% !important;
}
.contact-form .input-block6 .TextBoxClass {
    position: relative;
    margin-top: 6px;
}
.contact-form .input-block6 span {
    position: absolute;
    top: -10px;
}
/*.contact-form .input-cal8 .igte_EditWithButtons {
    left: -12px;
    top: -1px !important;
}
.contact-form .input-cal8 .date-placeholder {
    left: -12px;
    top: -5px;
}*/
.contact-form .input-cal8 {
    top: 10px;
}
}
@media (max-width: 808px) {
.contact-form .input-block .sreachcheck-box { margin-bottom: 20px; margin-top: -12px; }
}

@media (max-width: 768px) {
.logo img { width: 80%; }
img.logo_img { width: 84%; }
.logo { text-align: center;}
.user-credentail { float: none; margin-left: 10px;}
.user-credentail li { display: inline-flex; margin-right: 20%;}
.user-credentail li span { margin-top: 3px; }
.user-credentail li a { margin-top: 3px;}
.search-section { padding: 0px 0px; }
.btn {padding: 8px; margin-top: 5px;}
.contact-form .input-block {margin-bottom: 16px;}
.contact-form .input-block .form-controlh { top: 7px !important;}
#cssmenu #menu-button { background: #3c3c3c; margin-top: 10px; }
#cssmenu { z-index: 99; }
#cssmenu > ul > li > a { background: #404040 !important; }
.menu-header { background-color: #fbfbfb !important; padding-bottom: 10px; }
.dispatch-heading { margin-top: 40px; }
.text-right { text-align: left !important; }
.dispatch-heading .list-inline {padding: 3px 0px; margin-left: -4px;}
.Failure { color: red !important; }
.contact-form .input-block input[type=checkbox] { margin: -1px;}
.table-section table { overflow: scroll; }
.table-section .ig_Control { overflow-x: scroll !important; }
.table-cc2 .ig_Control { overflow: hidden !important; }
.sreach-bg .storage-lot-ul { margin-bottom: 10px; }
.table-section-incoming { margin-top: 15px;}
.table-received-tow .ig_Control .tow-dropdown select { width: inherit !important; }
.table-section table tbody.igg_Item>tr>td { padding: 7px 8px; font-size: 9.5px; }
.table-section { margin-bottom: 20px; width: 100% !important; overflow: auto; display: block; }
.pagination-part .pagination { padding-top: 0px; margin: 3px 0px; }
/*.contact-form .input-block .form-controlh { top: 12px !important; }*/
.contact-form .input-block14 .igte_EditWithButtons { top: 12px !important; }
.contact-form .input-block16 .igte_EditWithButtons { top: 20px !important; }
.form-btn ul li { margin-top: 7px;}
/*.search-section .left-side-bar { height: 100% !important; }*/
.contact-form .addbuyers-radio { top: 0px; margin-bottom: 10px; }
.ui-dialog { width: 100% !important; margin: 0 auto !important;}
.contact-form .input-block6 .TextBoxClass { position: relative; margin-top: 6px; }
.contact-form .input-block6 span { position: absolute; top: -10px; }
.contact-form .input-block8 span  { position: relative; }
.width-responsive { width: 100% !important; }
.contact-form .input-block-res { height: 118px; } 
.contact-form .input-block-res .vehicleinfo-radio { margin-top: 10px; }
.vehicleinfo-radio tr td { display: block; /*margin-bottom: 10px;*/ }
.contact-form .input-block9 { margin-top: 0px; margin-bottom: 35px;}
.dynamsoft-dialog2 { width: 100% !important; }
.search-section .left-side-bar .igdm_ControlVertical { width: 80% !important; }
.search-section .left-side-bar { height: 100px !important;overflow-y: scroll;position: relative;margin-bottom: 10px;}
.search-section .ig-control-inventory .ig_Control { overflow-x: scroll !important; width: 1212px !important; }
div#ContentPlaceHolder1_maincontent_WebTab1 { width: 100% !important; }
.search-section .ig-control-inventory table th {  width: 100%!important; }
.contact-form .input-block .ui-selector {     top: 0px !important;
    max-width: 100% !important;
    /* display: block; */
    flex: inherit; }
.contact-form .input-block .ui-responsive {position: absolute; right:0px; width:91%; top:-38px;}
.contact-form .input-block17 .form-control { top:2px !important; }
.contact-form .input-block .towrequest-droplabel { top: 2px; }
/*.contact-form .input-block .form-control { top:-6px; }*/
.contact-form .input-block .form-controlrou { top:4px; }
.contact-form h2 { margin-top: 12px; }
.table-searchtow .table td { padding: 5px 0px; }
.advance-responsive .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: inherit;
    max-width: inherit;
}

.ui-timepicker-standard { z-index: 15!important; }
.top-panel-show .ui-select-bootstrap > .ui-select-match > .btn {
    background:transparent;
}
.ui-select-bootstrap > .ui-select-match > .btn {
    top: -9px;
}
.contact-form .ig_Control { width: 100% !important; }
.contact-form .ig_Control div { width: 100% !important; }
.contact-form .input-cal {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    height: 86px !important;
}
.contact-form .input-cal .igte_EditWithButtons {
    width: 100% !important;
    top: 0px;
}
.sreach-bg .radio-list li {
    margin-right: 0px;
}
/*.contact-form .input-cal2 .igte_EditWithButtons {
    left: -3px;
}
.contact-form .input-cal7 .igte_EditWithButtons {
    left: -3px;
}
.contact-form .input-cal2 .date-placeholder {
        left: -2px;
}*/
.contact-form .input-cal4 {
    top: -17px;
}
/*.date-placeholder {
    top: -14px;
}*/
.contact-form .input-cal5 .date-placeholder {
    left: 0px !important;
    top: -23px;
}
/*.contact-form .input-cal .time-editor2 {
    left: -2px;
}*/
.contact-form .input-block22 {
    top: -5px;
    left: -12px;
}
.contact-form .input-cal8 .date-placeholder {
    top: -18px;
}
.contact-form .input-cal8 {
    margin-top: 15px;
}
.table-configuration .ig_Control {
    width: 100% !important;
}
.contact-form .input-cal .time-editor {
    margin-top: 3px;
}
.contact-form .input-cal9 .igte_EditWithButtons {
    top: -10px !important;
}
.user-credentail {
     padding: 12px 0px;
}
.user-credentail li {
    margin-right: 8px;
    margin-bottom: 0px;
}
.modal-content {
    width: 100% !important;
}
/*.search-section .left-side-bar .igdm_ControlVertical { width: 80% !important; height: 100px !important; }
.search-section .left-side-bar { height: 100px !important; position: relative; margin-bottom: 10px; overflow-y: scroll; }*/
}
@media (max-width:767px) {
    .contact-form .input-cal .Testpagelabel label {left: 19px;}
/*    .contact-form .input-cal .Testpagelabel input { top: 58px; }*/
    .mt-17px { margin:0px; }
}
@media (max-width: 575px) {
.search-section { padding: 58px 0px; }
.accordion { padding: 30px 0px; }
.dispatch-heading { margin-top: 55px; }
.dispatch-heading .list-inline { padding: 5px 7px; margin-left: -7px; }
.mt-21px {height: 124px;}
.contact-form .input-block .form-controlrou { left:16px; }
.contact-form .input-block .ui-responsive { width: 94%; }
/*.contact-form .input-block span { top: -7px; }*/
.contact-form .input-block .fileupload { font-size: 8px; }
.contact-form .input-block5 .igdd_Control { width: inherit !important; margin-bottom: 7px; }
.contact-form .input-block .fileupload { width: inherit !important; margin-top: 13px; }
.contact-form .input-block .position-right { position: absolute; margin-top:-4px; }
.popup-width { width: 100%; }
}
@media (max-width: 423px) {
.search-section { padding: 53px 0px; }
.btn { padding: 4px; font-size: 12px; margin-top: 5px; }
.form-btn .btn-frm { font-size: 12px !important; }
.form-btn .btn-frm { margin-top: 65px; }
.contact-form .input-block .position-right { margin-top:6px; }
}

/*Media Queries End*/