
@font-face {
  font-family: 'Calibri' sans sarif;
  src: url('Calibri.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri' sans sarif;
  src: url('Calibri.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri' sans sarif;
  src: url('Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{font-family:'Humanst521 Lt BT';
src:url('../fonts/Humanist521BT-LightItalic.eot');
src:url('../fonts/Humanist521BT-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Humanist521BT-LightItalic.woff2') format('woff2'),
url('../fonts/Humanist521BT-LightItalic.woff') format('woff'),
url('../fonts/Humanist521BT-LightItalic.ttf') format('truetype'),
url('../fonts/Humanist521BT-LightItalic.svg#Humanist521BT-LightItalic') format('svg');
font-weight:300;font-style:italic;}
h1, h2, h3, h4, h5, h6{font-family:'Humanst521 Lt BT';font-weight: 600;}
@import url("//fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin");
body{ color: #333;font-family:"Droid Sans","Helvetica Neue","Nimbus Sans L",sans-serif;} 
button, input, optgroup, select, textarea{font-family:"Droid Sans","Helvetica Neue","Nimbus Sans L",sans-serif;}
img{max-width:100%;}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.admin-panel {
	width: 100%;
	margin: 2px auto;
}
/*slidebar???*/
.slidebar {
	/* top: -65px;
    position: relative; */
	min-height: 100vh;
    background-color: #f0f0f0;
	    width: 270px;
    margin-top: -30px;
    padding-top: 40px;
}
.slidebar .logo {
	height: 145px;
	border-bottom: 1px solid rgb(235,235,235);
}
.slidebar ul {
	padding: 0;
	margin:0;
}
.slidebar li {
	list-style-type: none;
	margin: 0;
	position: relative;
}
/* .slidebar li:before {
	content: "";
	font-family: 'icomoon';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: absolute;
	display: block;
	line-height: 40px;
	color: rgb(102,102,102);
	right: 20px;
	-webkit-font-smoothing: antialiased;
} */
/*??icon??
.slidebar li:nth-child(1):before {content: "\63";}
.slidebar li:nth-child(2):before {content: "\64";}
.slidebar li:nth-child(3):before {content: "\62";}
.slidebar li:nth-child(4):before {content: "\65";}
.slidebar li:nth-child(5):before {content: "\74";}
.slidebar li:nth-child(6):before {content: "\66";}
.slidebar li:nth-child(7):before {content: "\67";}
.slidebar li:nth-child(8):before {content: "\68";}
.slidebar li:nth-child(9):before {content: "\69";}
.slidebar li:nth-child(10):before {content: "\6a";}
.slidebar li:nth-child(11):before {content: "\75";}
*/
.slidebar ul a {
	color: rgb(97, 97, 97);
	text-decoration: none;
	box-sizing:border-box;
	border-bottom: 1px solid rgb(226, 226, 226);
	display: block;
	text-transform: capitalize;
	padding:10px 15px;
}
.slidebar li ul li a{padding: 3px 0px;}
.slidebar  li:hover > a, .slidebar  li.active a{
	color:#374377
}
.slidebar  li.active a{font-weight:600;}
.slidebar  li.active{    border-right: 5px solid #374377;}
#carousel-example{position:relative;}
#carousel-example .carousel-inner .item{min-height:1000px; background-position: center;background-repeat: no-repeat; background-size: cover;}
.HomeUppperslider{ /* position:relative;  */ top:90px; width:100%;}
#carousel-example .carousel-indicators{bottom:0px;}
.checkbox2{position:relative;margin-top:20px;}
.checkbox2 input[type=checkbox] {
    opacity: 0; 
    width: 0;
    height: 0;
}
.checkbox2 label {
    font-size: 16px;
    padding-left: 30px;
    line-height: 20px;
    font-weight: normal;
    color: #989999;

}

.checkbox2 label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    right:auto;
    left: 0;
    top: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.checkbox2 input[type=checkbox]:checked + label:before {
     border: 1px solid #0177c1;
    background-color: #0177c1;
}
.checkbox2 input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}
.checkbox2 label:after {
    border-radius: 2px;
    font-size: 15px;
    top: -1px;
    left: 0px;
    right: 0;
}
.checkbox2 label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 13px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}



/*main*/
.main {
	float: left;
	width: 79%;
	height: 690px;
	 padding:75px 0 10px;
	background-color: rgb(255,255,255);
	position: relative;
	font-family: helvetica,verdana,sans-serif;
}
.main .topbar {
	border-bottom: 1px solid rgb(235,235,235);
	margin: 0;
	padding: 0;
}
/*topbar?????*/
.topbar li {
	float: right;
	list-style: none;
}
.topbar li:first-child {float: left;}
.topbar a {
	font-family: 'icomoon';
	display: block;
	line-height: 50px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: rgb(102,102,102);
	border-left: 1px solid rgb(235,235,235);
}
.topbar a:hover {
	background-color: rgb(247,247,247);
}
.topbar li:first-child a {
	border: none;
	border-right: 1px solid rgb(235,235,235);
}

.statusbar {
	position: absolute;
	bottom: 0;
	border-top: 1px solid rgb(235,235,235);
	width: 100%;
	padding: 0;
	margin: 0;
}
.statusbar li {
	list-style: none;
}
.statusbar a {
	color: rgb(102,102,102);
	text-decoration: none;
	text-align: center;
	display: block;
}
.statusbar a:hover {
	background-color: rgb(247,247,247);
}
.statusbar .profiles-setting, .statusbar .logout {
	float: right;
}


.topheader .navbar-brand>img {width:270px;}
.topheader .navbar-brand>img { display: inline-block;}
.topheader .navbar-right{top: 20px; position: relative;}
.topheader.navbar{min-height: 60px; margin-bottom:0; box-shadow: 0px 2px 7px 1px #d0ceca;background:#fff;}
.topheader .navbar-toggle{margin-top: 25px;}
.findmorebanner{background-color:#fce29a; padding: 20px;}
.findmorebanner h3{font-size:15px; text-transform:uppercase; font-weight: 600; color: #8c7430; margin:0;}
.findmorebanner h1 {color: #000; font-size: 30px; MARGIN: 0;font-weight: 600; text-transform: uppercase;}
.findmorebanner a{background-color: #48a6dd; color: #fff; padding: 12px 50px; border-radius: 4px; text-transform: uppercase;}
.findmorebanner a:hover{text-decoration:none;}
.findmorebannercontent{display:flex; justify-content: space-around; align-items: center;} 
.slidercontent{background-color:rgba(0, 0, 0, 0.45); padding:25px; border-radius:3px; max-width: 1000px; margin: auto; text-align:center;margin-top:40px;position:relative;}  
.slidercontent h1{color:#fff; font-size: 20px; text-transform: uppercase; font-weight: 600;line-height:30px !important;} 
.slidercontent span{color:#edb51d;}
.sliderimg{min-height:625px; padding:75px 0 10px; background-position: center;background-repeat: no-repeat; background-size: cover;position:absolute;width:100%;}
.hometabs{ margin: 40px 0 0px;}
.m-b-40{margin-bottom:40px;}
	
.form-group-default {
    background-color: #fff;
    position: relative;
   
    border-radius: 2px;
    padding:0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.aboutheading h1{text-align:left;}
.tab_contect .form-group .fade{opacity: 0.6; padding: 5px 10px; margin: 0; font-weight:normal;}
.tab_contect .form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none;
	box-shadow: none;
}
.form-group-default.input-group label {
    /* margin-top: 6px; */
    padding-left: 12px;
}
.form-group-default.input-group .form-control {
    margin-top: -2px;
    margin-bottom: 6px;
    padding-left: 12px;
    width: 100%;
}
.border-right{border-right: 1px solid #ddd;}
.tab_contect .form-group {margin-bottom: 0px;}




.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    padding-left: 3px;
    padding-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding-bottom: 10px;
    width: 100% !important;
	position:relative;
	padding-left:10px;
	background:transparent !important;
}
.select2-container .select2-selection .select2-selection__arrow {
    top: auto;
    bottom: 5px;
    right: 10px!important;
    left: auto;
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.productdetails{display:flex; align-items: center; border-top: 1px solid #97c8e4; padding: 15px 0px;}
.productdetails:first-child{border-top:none;}
.detailfield{ margin-right: 30px; position:relative;}
.detailfield:last-child{margin-right: 0px;}
.tab_contect .input-group-addon:last-child {
    border-left: 0;
    width: 60px;
}
.tab_contect input:focus, .tab_contect textarea:focus, .tab_contect select:focus {
    outline-offset: 0;
}
.prductbtnone{background-color: #b9bbbd;text-align: center;color: #fff;border-radius: 4px;min-width: 120px;display: inline-block;border: none;font-weight: 600;padding: 7px 12px;font-size: 14px;
line-height: 1.6;text-transform: capitalize;}
.prductbtn1 {background-color: #b9bbbd;padding: 10px 20px;text-align: center;text-transform: uppercase;color: #fff;font-size: 20px;border-radius: 4px;min-width: 220px;display: inline-block;border: none;font-weight: 600;}
.prductbtn2{background-color:#edb51d; text-align:center; text-transform:uppercase; color:#0f557e;  border-radius: 4px; min-width:120px; display: inline-block;border: none; font-weight:600;padding: 7px 12px;  font-size: 14px;line-height: 1.6; text-transform: capitalize;}
.prductbtntwo {background-color: #edb51d;padding: 10px 20px;text-align: center;text-transform: uppercase;color: #0f557e;font-size: 20px;border-radius: 4px;min-width: 220px;display: inline-block;border: none;font-weight: 600;}
.prductbtn2:hover{background-color:#daa410; color:#0f557e;}
.prductbtns{text-align:center; margin-top: 20px;}
.footer{    background-color: #e5322c; padding: 10px 0;  text-align: center;  color: #fff;}    
.footer h1{color:#fff; font-size:17px;font-weight:bold; margin-bottom:10px;}
.fotter-border-below-h1{border:.5px solid #989999;}
.contacticonbg{width:30px; height:30px; border-radius: 50%; border:1px solid #c4c4c4; background:transparent; display:inline-block; text-align:center;}
.contacticon{color:#989999; font-size: 15px !important; top:17px; left:25px; position: absolute;}
.mailicon{color:#989999; font-size: 12px !important; top:7px; left:25px; position: absolute;}
.footer p{color:#989999; font-size:15px; display: inline;top: 10px; position: absolute; padding:0 10px;LINE-HEIGHT: 25px;}
.footer h5{color:#989999; font-size:14px; display: inline;LINE-HEIGHT: 25px;}  
.footer a{color:#989999; font-size:15px; display: inline;LINE-HEIGHT: 25px;}
img{max-width:100%;}   
.footer ul{padding:0; margin:0;}
.footer ul li{padding:0; margin:0; list-style:none;}
.footer ul li a{color:#989999; font-size:15px;line-height:25px;}
.footer-line{margin-top: 12px; margin-bottom: 10px;}  

.loginform .panel-heading{text-align:center; font-size: 28px; text-transform: uppercase; border:none; color:747475;}
.loginform .panel-default{border:none; box-shadow:none; margin-bottom:0;}
/* .loginform .form-horizontal .form-group{margin:0; margin-bottom:} */
.loginform .form-control{border:1px solid #edeeef; box-shadow: none; height: 42px; border-radius: 1px;}
.loginform .control-label{color:#dadada; font-weight:normal;}
.form-horizontal .forgotlink{text-align:right;}
.form-horizontal .forgotlink a{color:#dadada; font-size:15px;}
.loginform .modal-body{padding:0;}
.loginform .modal-header{padding:0; border-bottom:0;position: absolute;
    z-index: 99;
    right: 0;}
	
.loginform button.close{background-color: #fff; width: 40px; height: 40px; box-shadow: 0 0 15px #777; border-radius: 50%; opacity: 1; color: #ddd; top: -15px; right: -15px; position: relative;}
.btn-primary.loginbtn{color: #0f557e; background-color: #edb51d; border: none; width: 200px;   font-size: 19px; text-transform: uppercase; margin: 20px 0;}
.btn-primary.loginbtn{color: #0f557e; background-color: #edb51d; border: none; width: 200px;   font-size: 19px; text-transform: uppercase; margin: 20px 0;}
.or{width:38px; height:38px; border-radius:50%; border:1px solid #ddd; background-color:#fff; font-size:16px; color:#dadada; text-align:center; padding: 5px;}
.registrationlink{display:flex; justify-content: center;}
.registrationlink a{color:#0f557e; padding: 6px 20px;}
#allquotestable_wrapper{width:100%;float:left;clear:none;padding:0px 10px;margin-bottom: 30px;}
#allorderstable_wrapper{width:100%;float:left;clear:none;padding:0px 10px;margin-bottom: 30px;}
#alluserstable_wrapper{width:100%;float:left;clear:none;padding:0px 10px;margin-bottom: 30px;}

table#admin_quote_booked_records{display: block;
    overflow-x: auto;
    white-space: nowrap;width:100% !important;} 
table#admin_quote_booked_records th,table#admin_quote_booked_records td{padding:0px 10px !important; }       
table#admin_quote_records th,table#admin_quote_records td{padding: 9px 20px !important;} 

 
table#admin_quote_records td {border: 1px solid #333;} 
table#admin_quote_records th{border: 1px solid blue;}  
#allvehiclestable_wrapper{width:100%;float:left;clear:none;padding:0px 10px;}

.loginform .panel-heading a{left: 30px; position: absolute; color:#ddd; font-size:30px; color:#747475;}


/* <.Table............................................................................> */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
    padding: .825em .625em;
  text-align: center;
   font-size: 14px;
}
table th {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: capitalize;
      background: #e4e4e4;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.0em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
 .invoice-table table td{text-align: right !important;}
}
#app{background-color: #f7f7f7;}
.final-result-table table{margin:10px 0 30px;}
.final-result-table h3{margin-top:30px;}
.final-result-table .bookbtn{background-color: #edb51d;padding: 7px 10px;text-align: center;text-transform: capitalize;color: #0f557e;font-size: 14px;border-radius: 4px;min-width: 120px;display: inline-block;border: none;font-weight: 600;}

.final-result-table i{font-size:20px;}

#admin_quote_booked_records_wrapper{width:100%;float:left;clear:none;}   




/* .......accordian css................ */

.wrap {}
a:focus,
a:hover,
a:active {
            outline: 0;
            text-decoration: none;
}
        
.panel {
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #fff;
            background: none;
            box-shadow: none;
        }
        
.panel:last-child {
    border-bottom: none;
}
        
.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}
        
.panel-group .panel {
    border-radius: 0;
	margin-bottom:5px;
}
        
.panel-group .panel + .panel {
    margin-top: 0;
}
        
.panel-heading {
            background-color: #fff;
            border-radius: 0;
            border: none;
            color: #3e3e3e;
            padding: 0;
}
.panel-heading img{width:28px; margin-right: 20px; top: -3px; position: relative;}       
.panel-title a {
            display: block;
            color: #3e3e3e;
            padding: 25px;
            position: relative;
            font-size: 20px;
            font-weight: 600;
			text-transform:uppercase;
			top:3px;
}
        
.panel-body {
            background: #fff;
}
        
.panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
}
        
.panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
			margin-top: 20px;
}
        
.wrap .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
}
        /* #bs-collapse icon scale option */
        
.wrap .panel-heading a:before {
            content: "\f107";
            position: absolute;
            font-family: 'FontAwesome';
            right: 15px;
            top: 20px;
            font-size: 24px;
            transition: all 0.5s;
            transform: scale(1);
}
.wrap .panel-heading a[aria-expanded="true"]:before {
			content: "\f106";
}
		
		
.wrap .panel-heading.active a.collapsed:before {
            content:" ";
            transition: all 0.5s;
            transform: scale(0);
}
        
#bs-collapse .panel-heading a:after {
            content: "";
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
}
        
#bs-collapse .panel-heading.active a:after {
           /*  content: '\e909'; */ 
            transform: scale(1);
            transition: all 0.5s;
}
        /* #accordion rotate icon option */
        
#accordion .panel-heading a:before {
            content: '\e316';
            font-size: 24px;
            position: absolute;
            font-family: 'Material Icons';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
}
#accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
}
.wrap .panel-body {border:none !important;}
.pageheading{text-align:center;}
.pageheading h1{color:#3e3e3e; font-size:32px; text-transform:uppercase; margin-bottom: 30px;}
.pageheading span{color:#edb51d; font-size:43px; font-weight:bold;} 

.loginform .form-group{margin:0; margin-bottom: 15px; border:1px solid #edeeef;}
.loginform .form-control{border:none; box-shadow: none; border-radius: 1px; height: 30px; padding: 2px 12px; background-color:transparent;}
.loginform .control-label{color: #9f9fa0; font-weight: normal; padding: 5px 10px;  margin: 0;}

.wrap .panel-body{padding: 15px 35px 35px;}
.wrap .loginform form {
    padding-right: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.wrap .panel-body .form-group .fade {
    opacity: 0.5;
}
.wrap .panel-body .input-group-addon:last-child {
    border-left: 0;
    width: 60px;
	border: none;
}
.attacticon{font-size:23px !important; color: #b5b5b5; transform: rotate(90deg);}
.wrap .panel-body .form-group-default.input-group .form-control{margin-bottom:0;}
.no-padding{padding:0 !important;}
.m-b-0{margin-bottom:0;}
.wrap .loginform textarea{height: 80px !important;}
.addrowbtn{background-color:#b9bbbd; color:#fff; text-transform:uppercase; font-size:18px; border:none; padding: 9px 20px; border-radius: 3px; max-width: 210px;}

.productdetails .btn-danger{width: 30px;
    height: 30px; border-radius: 50%; background-color:#424242; border: none; color:#fff; display: flex; align-items: center; justify-content: center; font-size: 20px; position:relative;}

.blue_bg{background-color:#47a5dc; padding:15px;}
.item-pic{padding:10px; background-color:#fff;}
.item-price h5{font-size:17px; font-weight:600; text-transform:uppercase; color:#fff; margin-bottom: 5px;}
.item-price span{font-size:15px; font-weight:700; color:#fff; margin:0;}
.item-price h6{font-size:15px; font-weight:normal; color:#fff; margin:0;}
#price_show {font-size:30px; color:#fff; font-weight:600; }
#price_show h4 {font-size:30px; color:#fff; font-weight:600; } 
.change_service a{text-decoration:underline; color:#ffcc40; font-size:17px;}
.change_service{margin:10px 0;}
.right-side-content{background-color:#fff; padding:15px; margin:30px 0;font-size: 15px;
color: #989999;}  
.right-side-content h5{font-size:17px; font-weight:600; color:#0f557e}
.right-side-content p{font-size:15px; color:#989999}
.dedicated-vehicle-table{width:50%; padding:0% 1%;}
.pull-left {padding-left:1%;}
.pull-right {padding-right:1%;padding-top:10px;} 
 .datetime{width:50%;}
.selectdatetime{display:flex;}

.border-lift-none{border-left:none !important;}    
.timepick{min-height:64px; display: flex; align-items: flex-end; width:100%;}
.timepicker{bottom:0px; position:relative;/*  padding-top: 45px !important; height: 54px !important; */}
#adv-search{border: 1px solid #e8e8e8;
    padding: 10px 12px;
    margin-bottom: 15px;
border-radius: 3px;width:100%;}
.calenderiocn{float: right;
    margin-top: -25px;
    position: relative;
    right: 15px; color:#ddd;font-size: 17px !important;}

.clockicon{display: flex !important;
    align-items: flex-end;
    font-size: 22px !important;
    color: #ddd;
    padding: 10px 6px 5px 6px;}
	
.btn-primary.savedetailbtn{background-color: #edb51d;  text-align: center;  color: #0f557e;  border-radius: 4px;  min-width: 120px; display: inline-block;  border: none;     font-weight: 600;padding: 7px 12px;  font-size: 14px;
    line-height: 1.6; text-transform: capitalize;}	
.sea-hide{display:none;}
.m-t-15{margin-top:15px;}

.removerow{display: flex; align-items: center;}

.no-result{background-color:#fff; padding: 30px; margin: 30px 0;}
.no-result h1{margin-top:0; color: #48a6dd; font-weight:600;}
.no-result h5{color: #4f5154; font-size: 30px; margin: 30px 0;}
.btn-primary.backbtn{    
	background-color: #edb51d;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0f557e;
    font-size: 20px;
    border-radius: 4px;
    min-width: 220px;
    border: none;}

.dashboard{background-image:#fff;}
.container-dashboard{padding:15px; /* background-color: #fff; */ min-height: calc(100vh - 263px);}
.dashboard .panel:last-child .panel-heading{margin: 0;padding: 10px; font-size: 20px; line-height: 22px; background-color: transparent; text-transform: uppercase; margin-bottom: 30px; text-align:left; font-weight:600;}	
	.dashboard .panel:last-child .panel-heading .btn.btn-primary{text-transform:capitalize;}
.dashboard h3{margin:0;margin-bottom: 20px;}
.form-group .account-field{width:100%;}
.changepasswordform{max-width:600px; margin:auto;}
.m-b-10{margin-bottom:10px;}	
.dataTable  .dropdown-menu{left:auto !important; right:0px !important;}
.admindashboard .dashboard .panel:last-child .panel-heading {
    margin: 0;
    padding: 10px;
    font-size: 24px;
    line-height: 22px;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
	
}	
.checkbox2.textWhite  input[type=checkbox]{position:absolute;}
.checkbox2.textWhite  label{font-size:14px; color:#fff; white-space:nowrap;}
.importfilebtn{margin:30px 0;}		
table.dataTable tbody tr { background-color: transparent !important;}	
table.dataTable{border-collapse:collapse !important;}
#allquotestable_wrapper .dt-buttons a{background: #edb51d; padding: 6px 20px;text-align: center;text-transform: uppercase; color: #0f557e; border:none; /* margin:0 20px; */}	
#allquotestable_filter input, #alluserstable_filter input , #allvehiclestable_filter input, #allquotestabledashboard_filter input{border: 1px solid #ddd; height: 30px;}
#allquotestable_length select, #alluserstable_length select, #allvehiclestable_length select, #allquotestabledashboard_length select{border: 1px solid #ddd; height: 30px;}
#allquotestable_paginate .paginate_button.current{background: #48a6dd; color: #fff !important; border:none;}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#ddd;}
.adminlogin .panel-heading{padding:15px;}
.adminform{max-width:500px; margin:auto;}
.adminloginbtn{padding:6px 25px; font-size:17px;}

.navbar-default .navbar-nav>li.activefront>a	{color:#edb51d;}
.field_wrapper_sea_freight .radio-inline{margin:15px 20px 15px 0; font-size: 18px; padding-left: 25px;}	
.field_wrapper_sea_freight .radio-inline input[type=radio]{margin-left: -25px;    width: 18px; height: 18px;}
.field_wrapper_sea_freight{margin-top:10px;}
.Timearrow{position:relative;}	
.Timearrow:before{ content: "\f107";
    position: absolute;
    font-family: 'FontAwesome';
    right: -2px;
    top: 2px;
    font-size: 16px;
    color: #ddd; }

   
.field_wrapper_same_day label{display: block !important;font-weight: normal;font-size: 17px;margin-top: -2px;}	
.field_wrapper_sea_freight label{display: block !important;font-weight: normal;font-size: 17px;margin-top: -2px;}	

.panel-heading-booked{margin: 0;
    padding: 10px;
    font-size: 24px;
    line-height: 22px;
    background-color: transparent;
    text-transform: uppercase; 
    text-align: center;	
} 
	

.productdetails-booking{
display: flex;
align-items: center;
padding: 20px 0px;
}	
.glyphicon{font-family: 'FontAwesome';}

.glyphicon-chevron-up{}
.glyphicon-chevron-down{}
.glyphicon-chevron-left{}
.glyphicon-chevron-right{}	

.dropdown-menu.dropdown-info{padding:0; min-width: 110px !important;}
.dropdown-menu.dropdown-info li>a{background-color: transparent !important; padding: 5px 10px !important; font-size: 15px !important; line-height: 20px !important;}	
.address{padding:15px; border: 1px solid #ececec; background-color: #fff;}
.address h2{color: #3e3e3e; font-size: 20px; font-weight: 600; text-transform: uppercase; margin:0;}
.hometabs .nav-tabs{margin-bottom:12px !important;}   
span.light-red{color:red;}
.booking-error-message .alert {padding: 7px 40px 7px 20px !important; margin-bottom: 10px !important;}   
.radioimg img{width:100px; display: block; margin: 15px auto;}
.radioimg{text-align:center;}
.orderdetails-heading{ min-width:28%;}
.orderdetails-heading p{font-size:.85em;color:#333; font-weight:600; margin:0;text-transform:uppercase !important;}  
.orderdetails-text p{font-size:14px; font-weight:normal; margin:0; color: #333;margin-left:15px;}    
.invoice-content{display:flex}
.horizontal-line{margin:15px 0;}

.totalprice{font-size:23px; font-weight:600; line-height: 1; color: #6a8392;}
.invoice-table{margin:30px 0;}
.invoice-table table th, .invoice-table table td{text-align:left;    word-break: break-all;}
.invoice-table .totalrow{background-color: #ddf2ff;}

.productdetails1{padding:20px 0;}
#allquotestable_wrapper{/* overflow-x:auto; */}
.admin-editor{min-height:200px;}

.page-content{margin:30px 0;}
.page-content h2{background-color:transparent !important; color:#3e3e3e !important; font-size: 32px !important; font-family:Calibri !important;}
.page-content p{color:#989999 !important; font-size: 17px; font-family:Calibri;}
.p-r-15{padding-right:15px !important;}
.form-group.motorbike img{width:60px !important;}   
.margin-below-border{margin-top:10px;}  
.margin-below-border1 p{top:0px !important;}  
.orderdetails-text{padding-left:10px;}
.form-group-default.input-group .form-control{text-transform:uppercase !important;}
#uk_pallet_form .productdetails{border-top:none !important;}          
#sea_freight_form .productdetails{padding:20px 0px 0px 0px !important;}    
#same_day_form .productdetails{padding:20px 0px 0px 0px !important;}   
#service-choose{font-size: 17px;font-weight: 600;text-transform: uppercase;color: #fff;margin-bottom: 5px;line-height: 1.1;}
#minimum-price,#miles_include,#per-miles{font-size: 15px;font-weight: normal;color: #fff;margin: 0;line-height: 1.1;}     
.form-group.motorbike-update img{width:41px !important;}   
.form-group.extra-large-update img{width:80px !important;}
.form-control.current-hightlight{background-color: #f2dede !important;border: 1px solid red !important;border-radius: 0px !important;
margin-left: -1.5px;}      
.alert.parsley{padding: 7px 15px 7px 15px !important;}

.table_filter{float:right; margin-bottom:10px; right: 15px; position: absolute; z-index:9;}
.filter_height{border: 1px solid #e4e4e4;width: auto; padding: 0 1.75rem 0 .75rem; }
#allquotestableadmin_length select{height:32px; border: 1px solid #e4e4e4;}
#allquotestableadmin_filter input{height:32px; border: 1px solid #e4e4e4;}
.dt-buttons{margin-left:10px;}
.dt-buttons a.dt-button{background:#e6e7e8 !important; border: 1px solid #d2d2d2 !important;}
#allquotestableadmin_filter{right:410px; position:absolute;} 

.filter_date{float:right; margin-bottom:10px; right: 25px; position: absolute; z-index:9;}
#allquotestable_filter{right:310px; position:absolute;} 
#allquotestable_filter input{height:32px; border: 1px solid #e4e4e4;}
.findmorebanner h1 span{font-style:italic; color:#f94646; font-family:'falklandregular'; font-size:24px;}  

.emailverificationlogo img{padding:10px 50px;}

.edituserdetails{float:right; padding:6px 12px; background-color:#3097d1; color:#fff; font-size:14px; font-size: 14px;    line-height: 1.6; border-radius: 4px;}
.edituserdetails:hover{color:#fff;}

.field_bottom_space{margin-bottom:10px;}
.resetpasswordform{max-width: 490px; margin: auto;}
.p-r-0{padding-right:0px !important;}
.page-content div,.page-content div span,.page-content div font,.page-content h2 font, .page-content.AboutUs p{font-size:14px !important;color:#333 !important;line-height: 1.6 !important;}  
        
.btn-primary.label_btn {
    background-color: #edb51d;
    padding: 7px 10px;
    text-align: center;
    text-transform: capitalize;
    color: #0f557e;
    font-size: 14px;
    border-radius: 4px;
    min-width: 120px;
    display: inline-block;
    border: none;
    margin-left: 10px;
	font-weight:600;
	
}
table tr  td.first-word span {text-transform:uppercase !important; }    
#parcel-confirm-booking{padding:40px 0px 60px 0px;}
h4.parcel-confirm{color:green !important;}
table td.upper{text-transform:uppercase !important;}  
#successPopup h6{font-size:20px; text-align: center;color: #ababab; margin-bottom: 40px;}
#successPopup .modal-dialog {width: 630px;}
#successPopup .panel-heading {font-size:42px; font-weight: 600;}
.thanku_check{color:#edb51d; font-size:68px !important; margin-bottom:20px;}
.m-b-30{margin-bottom:30px !important;}
.m-b-15{margin-bottom:15px !important;}
.order_link{background-color:transparent !important; font-size: 14px !important;}
 .parsley-errors-list{padding:0px;}
 .parsley-errors-list li{list-style:none;} 
 .parsley-errors-list li.parsley-required{color:#ff0000;}


@media (max-width:640px){
#allquotestable{max-width: 960px; width: 100% !important;}
#allquotestable_filter{position: initial !important;}
.filter_date{float: none; text-align: center;}
}	
@media (max-width:550px){	
.slidercontent h1 {font-size: 32px;}
.productdetails-booking{display:block;}
}	
@media (max-width:767px){
	.topheader .navbar-brand>img {width:150px;}
	.productdetails{display:block;}
	.nav>li>a>img{width:25px;}
	.productdetails { flex-flow: wrap;}
	.detailfield{margin-bottom:5px; margin-right:0px;}
	.final-result-table .bookbtn{padding: 6px 15px; font-size: 16px}
}

@media (min-width:768px) and (max-width:991px){
	.topheader .navbar-brand>img {width:220px;}
	
}
@media (max-width:991px){
	.topheader.navbar{min-height: 85px;}
	.findmorebannercontent{display:block; text-align:center;}
	.footer img{width: 260px; margin-bottom: 20px;}
	.filter_date{position: initial;}
	#allquotestable_filter {right: 0px;position: absolute;}
}


@media (max-width:1199px){
	 
	.findmorebanner h1{margin: 20px 0 30px;}
	.productdetails { flex-flow: wrap; position: relative;}
	.detailfield{margin-bottom:5px; margin-right:0px;}
	.addrow{padding-right:40px; align-items:flex-start;}
	.productdetails .btn-danger{position: absolute; right: 0;}
}

.price_show_update{font-size: 30px !important;color: #fff !important;font-weight: 600;}   


.box_border {
    border: 1px solid #eaeaea;
    padding: 25px;
    margin-bottom: 5px;
}

.saved_address p {
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    padding: 0;
    min-height: 113px;
}
.saved_address h3 {font-size:16px; text-transform:capitalize;}
.saved_address ul li a {
    color: #337ab7;
	font-size: 17px;
}

.saved_address {
    background-color: #ffffff ;
    width: 48.2%;
	margin-right: 10px;
    display: inline-block;
    padding: 15px;
    min-height: 200px;
    margin-bottom: 10px;
}
table.bordered tr td{border:1px solid #999;font-size:11px;padding:5px 7px;vertical-align:top;}
table.bordered tr td.borderNone{border:none;}
.bold{font-weight:600;color:#222}
.count {
	 color:#000080;
}

#suggestion-box {    
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e2e2e2;
   border-top-width: 0px;
    z-index: 50;
    max-width: 374px;
    right: 15px;
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    top: 49px}
#suggestion-box h5{font-size:16px; text-transform:uppercase; padding:0px 15px;}
#suggestion-box ul#search-list{margin:0px; padding:0px;}
#suggestion-box ul#search-list li{font-size:15px; color:#000;padding: 8px 15px;}



#suggestion-box-delivery {    
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e2e2e2;
   border-top-width: 0px;
    z-index: 50;
    max-width: 374px;
    right: 15px;
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    top: 49px}
#suggestion-box-delivery h5{font-size:16px; text-transform:uppercase; padding:0px 15px;}
#suggestion-box-delivery ul#search-list{margin:0px; padding:0px;}
#suggestion-box-delivery ul#search-list li{font-size:15px; color:#000;padding: 8px 15px;}
 h3.TitleAdd {font-size:20px;}
 h3.TitleAdd a{float: right; font-size: 13px;  margin-top: 8px;  text-decoration: underline;}
#two .prductbtn2, #two .prductbtn1{padding:7px 20px; min-width:120px;}
#two .clockicon{position: absolute;
    right: 10px;
    top: 10px;}
#two .timepick{position:relative;}
#two .timepick .Timearrow{width:40%;}
.btn-primary.searchbg{color:#3097d1;background-color:transparent;border-color:transparent;outline:none;}
.btn-primary.searchbg:hover, .btn-primary.searchbg:focus{color:#3097d1;background-color:transparent;border-color:transparent;outline:none;box-shadow:none;}
.Onerow{display: flex;display: -webkit-flex;}
.CalFid i.calenderiocn{margin-top:0px;}
.form-group-default.input-group .Onerow  .form-control{width:50%;}
.staticRe{position:static !important;}
.BannerAds{width:100%;text-align:center;margin:30px auto 0px;  overflow:hidden;  height: 120px;position: relative;}
.BannerAds .BanAds{animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;}
.BannerAds .BanAds2{animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;}
.BannerAds .BanAds3{animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;}

.BanAds,.BanAds2,.BanAds3,.BanAds4,.BanAds5 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}
.BanAds img, .BanAds2 img, .BanAds3 img, .BanAds4 img, .BanAds5 img {max-width: 100%;}

@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
.Testimonials{    padding: 20px 30px 80px;margin-top:30px;
   background-color:rgba(0, 0, 0, 0.7);
    background-image: url(../img/bg-up.png), url(../img/bg-down.png);
    background-repeat: no-repeat;
    background-position: left 50% top 18px, left 50% bottom 10px, left 0 top 0;}
	.Testimonials .carousel-indicators{    bottom: auto;
    top: 100%;
    margin-top: 15px;}
.Testimonials .carousel-inner>.item p{font-size:16px;color: #fff; margin-top:15px;}
.Testimonials .carousel-inner>.item{color: #fff;text-align:center;}
.Valset{}
.Cureset{}
.AddressB{margin-bottom: 5px; float: left; margin-top: 30px; display: flex;  flex-wrap: wrap;}
.AddressB .saved_address{width: 23%;min-width:200px;  margin-right: 2%;margin-bottom:20px;}
.AddressB .saved_address ul {padding:0px; margin:0px;}
.AddressB .saved_address ul li{float: left; padding: 10px 10px 0px 0px; list-style:none;  margin-right: 10px;}
.AddressB .saved_address ul li a{font-size:15px;}
.AddressB .saved_address p{text-transform: capitalize;}
/* dropdown list */
.UkPallet {
  width: 100%;
  position: relative;
}
/* .UkPallet.active .selLabel:after {
  content: '\25B2';
} */
.UkPallet .UkPallet-list{ 
display:none;
}
.UkPallet.active .UkPallet-list{ 
display:block;
    padding: 0px;
    width: 210px;
    background-color: #fff;
    margin: 0px;
}
.UkPallet > span {
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 14px;
  line-height:30px;
  background: #ffffff;
  display: block;
  padding: 0 0px 0 10px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
 -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.UkPallet > span:after {
  content: '\25BC';
  position: absolute;
  right: 10px;
  top: 0%;
  width: 20px;
  text-align: center;
  font-size: 9px;
  padding: 10px;
  height: 70%;
  line-height: 14px;
  }

.UkPallet-list {
  position: absolute;
  top: 30px; 
  width: 100%;
  z-index:99;
}
.UkPallet-list li {
  display: block;
  list-style: none;
  width: 100%;
     padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ddd;
  
}
.UkPallet > span > small, .UkPallet-list li span small{display:block;font-size: 12px; color:#626262;} 
.UkPallet-list li span { 
   -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-size: 14px;
  padding: 0 0px;
  display: block;
  color: #333;
  cursor: pointer;
  }
  a{cursor:pointer;}
  .UkPalletBox{overflow:visible !important;}
  #modalBody{display: flex; flex-wrap: wrap;}
  #modalBodyAdmin{display: flex; flex-wrap: wrap;}
  #modalBody a{margin: 5px 5px; flex-basis: 33%; max-width: 135px;}
  #modalBodyAdmin a{margin: 5px 5px; flex-basis: 33%; max-width: 135px;}
  #imageModal .modal-lg{max-width:620px;width:100%; }
  #imageModalAdmin .modal-lg{max-width:620px;width:100%; }
  .checkm{margin-right:5px;    display: inline-flex;align-items:center;display: -webkit-inline-flex;-webkit-align-items:center;}
  .checkm input[type=checkbox]{margin-right:5px;}
  .SectionBoxs{margin-bottom:30px;}
   .dataTables_wrapper .dataTables_paginate .paginate_button{background:#fff !important; border-color:#d8d7d7 !important;}
  .SectionBoxs .dataTables_wrapper .dataTables_paginate .paginate_button.current,  
  .SectionBoxs .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#007bff !important;border-color:#007bff !important; color:#fff !important;}
 .SectionBoxs .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{background :#fff !important;}
  .SectionBoxs .dataTables_filter{display:none;}
 .collected{background:#5b9bd5; color:#fff;}
 .intransit {background:#e2ac00; color:#fff;}
 .delivered {background: rgba(59, 165, 54, 0.44);color: #2e922a;}
 .booked, .paid {background:#b17ed8; color:#fff;}
 .contactadmin{background:#ff6161; color:#fff;}
 .sent{background:#ff9933; color:#fff;}
 .draft{background:#5b9bd5; color:#fff;}
table.dataTable thead th, table.dataTable tbody td{padding:8px 4px !important;    }
table.dataTable thead th, table.dataTable tbody td{font-size: 12px;}
.admin-panel h4{font-size:16px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em .1em !important;}
table.dataTable{min-width:100% !important;}
.addinvoicefrm.loginform .form-group{display:flex;display:-webkit-flex; border:none;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.addinvoicefrm.loginform .form-control{ border: 1px solid #edeeef;   background-color: #ffffff;    width: calc(100% - 140px) !important;}
.addinvoicefrm.loginform .control-label{  flex: 0 0 140px;  width: 190px;color: #383838;}
.changepasswordform.fullWidths{max-width:100%;}
.ui-datepicker-calendar{max-width:300px;background-color:#fff;}
#taxes_div{width: calc(100% - 140px);}
.addinvoicefrm.loginform #taxes_div .form-control{width:100% !important;}
.addinvoicefrm.loginform .form-group .filled{ width: calc(100% - 140px); margin-left: 140px;
}
.Textaread{min-height:100px; width:100%;max-height:130px; min-width:calc(100% - 140px); max-width:100%;}
.changepasswordform.fullWidths h3{font-weight:600; font-size:17px; text-transform:uppercase;}
.changepasswordform.fullWidths h3 a.pull-right{font-size:15px; font-weight:500px;padding:0px !important;}
.m-t-60{margin-top:60px !important;}
.padding-30{padding:30px 40px;}
.modal-content.padding-30 .dataTables_filter [type="search"]{border:1px solid #e8e8e8;}
.loginform.addressPop button.close{top:-45px}
.btn.btn-success {
    color: #fff;
    background-color: #3ba536;
    border-color: #3ba536;
}
.btn.btn-success:hover, .btn.btn-success:focus {
    color: #fff;
    background-color: #348c30;
    border-color: #348c30;
}.btn..btn-danger {
    color: #fff;
    background-color: #f94141;
    border-color: #f94141;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
    color: #fff;
    background-color: #d32828;
    border-color: #d32828;
} 
.m-r-10{margin-right:10px;}
.overduesgreen {background: rgba(59, 165, 54, 0.44);color: #2e922a;font-weight: 600;}
.OneRowDuct{    
    display: flex; display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 10px;}
	.OneRowDuct .m-r-10{margin-right:5px;}
	.salespersonPop  .modal-dialog {max-width: 630px;width:100%;}
	.customerPop  .modal-dialog {max-width: 850px;width:100%;}
	.salespersonPop .panel-heading {font-size:20px; font-weight:600; text-transform:capitalize;}
	.addinvoicefrm.loginform .Text4col{width: calc(100% - 140px);display: -webkit-flex;align-items: center;display: flex;  -webkit-align-items: center;position:relative;}
	.addinvoicefrm.loginform .Text4col.Jucenter{justify-content:space-around;-webkit-justify-content:space-around;}
	.addinvoicefrm.loginform .Text4col .label2{font-size:14px; margin:0px 10px;    font-weight: normal;}
	.addinvoicefrm.loginform .assTitle{font-size: 16px; text-decoration: underline;}
	.addinvoicefrm.loginform .form-group .Text4col .filled{}
	.alert.alert-danger.parsley{padding:5px 10px;}
.addinvoicefrm.loginform .form-group .Text4col .parsley-error + .filled{width: 100%;  position: absolute; top: 34px; z-index: 1;margin:0px;}
.Text4col.e_div{margin-bottom:38px;}
.addinvoicefrm.loginform .form-group .form-control.parsley-error{ border-color: #a94442;}
.addinvoicefrm.loginform .assTitle2{font-size:14px; font-weight:600;text-transform:uppercase;}
.m-b-20{margin-bottom:20px;}
.dataTables_wrapper input[type="search"]{border:1px solid rgba(0,0,0.5);}
.Daccounts{margin-top:33px;}
.Daccounts b{width:120px;}
.Daccounts p{margin:0px 0 5px;}
.overdues{background:rgba(255, 155, 155, 0.68); color:#f94141;font-weight:600;}
.TadDetailss{margin:-20px 0px 20px;}
.TadDetailss table tr td{padding:3px 10px;}
.w3-content .mySlides {display:none;width:auto;}
.w3-content{text-align:center;width:100%;margin-top:30px}
.tdgrays td{background:#dfddde !important;}
.oneRows{display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;}
.oneRows .checkboxItems{margin-top: 0px; display: inline-block;}
.oneRows label{margin-bottom:0px; margin-right:5px;}
.oneRows .checkm  input[type=checkbox], .oneRows .checkm input[type=radio]{margin-top:0px;}
.oneRows h4{margin:0px 0 0px;}
.oneRows .OneRowDuct .m-r-10{white-space:nowrap;}
.bgbackimg{ padding-top:20px; min-height:100vh;background-attachment: fixed;}  
.containerSmall{max-width:980px; margin:30px auto auto;padding-bottom:20px;}
.containerSmall p{color: #242424;font-size:19px; font-weight:500;}
.submitbtn{transition: all 0.2s ease, visibility 0s; background: #FFFFFF; border: 1px solid #374377;font-size: 17px;font-weight: 700; color:#374377; padding:5px 20px; min-width:150px;cursor:pointer;    min-height: 45px;}
.submitbtn:hover{background: #374377; border: 1px solid #374377; color:#fff;}
.Checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.Checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
     background-color: #fff;
    border: 1px solid #a8a8a8;
}

/* On mouse-over, add a grey background color 
.Checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
*/
/* When the checkbox is checked, add a blue background */
.Checkbox input:checked ~ .checkmark {
  background-color: #e5322c;
   border: 1px solid #e5322c;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Checkbox .checkmark:after {
  left: 8px;
	top: 2px;
    width: 8px;
    height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.termCondition{}
.termCondition  p{color: #242424;font-size:16px; font-weight:500;margin-bottom:0px;}
.termCondition ul{padding-left:17px;margin-top:10px;}
.termCondition ul li{font-size:14px; margin-bottom:5px;}
.form-control-lg, .form-control{border-color:rgba(0,0,0.5);    font-size: 16px;}
.form-control-lg.parsley-error, .form-control.parsley-error{border-color:#ff0000;}
.thanksPage{height:350px;}
.thanksPage h1{}
.btn-primary{background:#374377 !important;border-color:#374377 !important;}
.text-center >  .btn-primary{min-width:120px;}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e5322c;
}
.custom-control-input:focus~.custom-control-label::before{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 50, 44,.25);border-color: rgba(229, 50, 44,1);}
.custom-control-label::before{background-color: #ffffff; border: 1px solid #000001;}
.custom-radio .custom-control-input:checked~.custom-control-label::before{border-color: rgba(229, 50, 44,1);}
.btn-link{color: #374377; text-align:center;}
.btn-link:hover, .btn-link:focus{text-decoration:none !important;}
div.dataTables_wrapper div.dataTables_length select{    font-size: 75%;}
.rightSideSection{width: calc(100% - 280px); padding-left: 20px;}
.dataTables_wrapper .row{margin:0px;}
.slidebar .closebtn, .MenuSidebar {display:none;}
.control-label em{color:#ff0000;}
.form-control.colorfield{width: 100px;padding: 0px 1px;height:38px;border: none;background: transparent;}
.boxwhitesite{background: #fff; padding: 8px 15px 15px 15px;}
.boxwhitesite  .siteTitles{padding: 7px 15px 7px 0;  font-weight: 700; color: #374377; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
.logo a{display: inline-block; max-width: 316px; max-height: 150px; overflow: hidden;}
.input-group-text{border-color:rgba(0,0,0.5);}
@media (max-width:767px){
	.MenuSidebar {display:block;font-size:30px; padding:5px; cursor:pointer;}
 .slidebar {
  height: 100%;
  width: 0 !important;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  margin-top:0px;
}

.slidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
     font-size: 1rem;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.slidebar a:hover{
  color: #f1f1f1;
}

.slidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  display:block;
}

.slidebar.mystyle{width:100% !important;}
.rightSideSection{width:100%;}

div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{text-align:left !important;}
.slidebar li.active{border-right:0px;}

}
@media (max-width:480px){
 .submitbtn{font-size:12px;}
}

