@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #0065ff !important;
}
.blockUI.blockOverlay {
	z-index: 1111 !important;
}
.blockUI.blockMsg.blockPage {
	z-index: 1112 !important;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;

	/* background: url('../images/banner.jpg') no-repeat top center; */
	background-size: cover;
	background-attachment: fixed;

  	position: relative;
  	/* padding-bottom: 84px; */
  	min-height: 100%;
}
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #0065ff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* .navbar-default{
	border: 0px;
	background: #1a1a1a;
	min-height: 80px;
}
.navbar>.container .navbar-brand{
	height: auto;
} */
.topBar{
	min-height: 40px;
	background: #121212;
	color: #FFF;
	padding: 9px 0px;
}
.topBar span{
	font-weight: 700;
}
.topBar a, .topBar .fa{
	color: #FFF;
}
.topBar .fa{
	font-size: 16px;
	vertical-align: text-bottom;
	margin-right: 4px;
}
/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	font-weight: 600;
	color: #0065ff;
}
.navbar-nav {
	margin: 15px auto;
    float: none !important;
    text-align: center;

}
.navbar-nav>li{
	margin: 15px 30px;
    float: none;
    display: inline-block;
}
.navbar-nav>li:last-child{
	margin-right: 0px;
}
.navbar-default .navbar-nav>li>a{
	color: #FFF;
	text-transform: uppercase;
	padding: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #0065ff
}
.navbar-collapse{
	padding: 0px;
} */
.home-head-1{
	min-width: 340px;
	display: inline-block;
	text-align: center;
	padding: 4px;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	font-size: 35px;
	color: #262626;
	font-weight: 700;
	border-radius: 8px;
	font-family: 'Montserrat';
	margin-bottom: 15px;
	margin-top: 25px;
}
.home-head-2{
	/*min-width: 438px;*/
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 1px 4px;
	background: #000;
	border-radius: 8px;
	background: rgba(0,0,0,0.8);
	font-size: 34px;
	color: #FFF;
	font-weight: 600;
	font-family: 'Montserrat';
	margin-bottom: 15px;
}
.home-head-3{
	color: #FFF;
	font-size: 15px;
}
.home-head-4 {
	margin-top: 18px;
	margin-bottom: 30px;
}
.select2-container--default .select2-selection--single {
	border-radius: 4;
	height: 48px;
	color: #666;
	background-color: #eee;
	border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	font-size: 14px;
}
.select2-container {
	width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}
.select2-container--default .select2-results>.select2-results__options {
	color: #666;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	color: #666;
}
.home-head-4 a{
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	background: #0065ff;
	min-width: 240px;
	text-align: center;
	border-radius: 25px;
	padding: 12px 10px;
}
.home-head-4 a:hover{
	text-decoration: none;
}
.brandLogo{
	padding-top: 20px;
}
.home-info{
	min-height: 400px;
	background: #000;
	background: rgba(0,0,0,0.75);
	max-width: 480px;
	border-radius: 8px;
	padding: 30px 22px 25px;
	text-align: center;
}
.home-info-head{
	/*border-bottom: 1px solid #FFF;*/
	max-width: 320px;
	margin: 0px auto;
	color: #FFF;
	padding-bottom: 15px;
	min-height: 102px;
	/*margin-bottom: 30px;*/
}
.home-info-title{
	font-size: 18px;
	margin-bottom: 12px;
}
.home-info-desc{
	color: #FFF;
	font-size: 16px;
}
.home-info-desc div{
	margin: 20px 0px 10px;
}
.home-info-desc span{
	font-weight: 600;
	display: inline-block;
	margin: 0px 15px;
	font-size: 20px;
	vertical-align: baseline;
}
.home-info-desc a{
	text-decoration: underline;
	font-size: 17px;
	color: #0065ff;
}
.home-info-foot{
	max-width: 320px;
    margin: 30px auto;
    padding-top: 30px;
    border-top: 1px solid #FFF;
}
.home-info-foot-1{
	font-size: 18px;
	color: #aaaaaa;
}
.home-info-foot-2{
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	/*margin-top: 10px;*/
}
footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #121212;
	color: #FFF;
	font-size: 13px;
	margin-top: 30px;
	padding: 19px 0px 17px;
}
footer a, footer a:hover{
	color: #FFF;
}
footer span{
	min-width: 50px;
	display: inline-block;
}
.transport-head{
	color: #0065ff;
	background: #000;
	display: inline-block;
	background: rgba(0,0,0,0.7);
	min-width: 287px;
	text-align: center;
	padding: 4px;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 8px;
}
.transport-tagline{
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
}
.plan-title{
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.plan-price{
	color: #0065ff;
	font-size: 18px;
	margin-top: 48px;
	margin-bottom: 20px;
}
.plan-price-info{
	border-bottom: 1px solid #8c8c8c;
	min-height: 196px;
	margin-bottom: 20px;
}
.plan-plus{
	margin-bottom: 20px;
}
.plan-spec{
	font-size: 16px;
	line-height: 24px;
}
.plan-info{
	min-height: 120px;
	font-size: 16px;
	max-width: 270px;
	margin: 0px auto;
}
.plan-info-head{
	font-size: 18px;
	color: #a9a9a9;
	margin-bottom: 10px;
}
.plan-info-desc{
	line-height: 20px;
}
.cost-info, .contact-info, .cost-cal{
	max-width: 100%;
	margin: 60px 0px;
	padding: 25px 22px 0px;
	text-align: left;
}
.cost-head{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.cost-info table{
	font-size: 14px;
}
.cost-info thead{
	background: #000;
	background: rgba(0,0,0,0.7);
	color: #0065ff;
	text-transform: uppercase;
}
.cost-info .table>thead>tr>th{
	white-space: nowrap;
	padding: 14px 25px;
	border-bottom: 0px;
}
.cost-info .table>thead>tr>th, .cost-info .table>tbody>tr>td{
	vertical-align: middle;
}
.cost-info .table>tbody>tr>td{
	padding: 40px 25px;
	border-color: #aaaaaa;
}
.cost-info .table>tbody>tr:first-child>td{
	border:0px;
}
.cost-info .table>tbody>tr>td a{
	color: #0065ff;
	text-decoration: underline;
}
.contact-info{
	padding: 25px 22px;
}
.contact-head{
	font-size: 18px;
	color: #0065ff;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 26px;
}
.login-head{
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
}
.login-head:before{
	content: '';
	position: absolute;
	background: #0065ff;
	width: 3px;
    height: 36px;
    left: -22px;
    top: -6px;
}
.cnt-info{
	position: relative;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 18px;
	padding-left: 15px;
}
.cnt-info:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 14px;
	top: 3px;
	left: 0;
	background: #0065ff;
}
.cnt-info-mid{
	font-size: 14px;
	color: #000;
	font-weight: 500;
	padding-left: 36px;
}
.cnt-info-mid span{
	color: #0065ff;
	text-transform: uppercase;
	font-weight: 600;
}
.cnt-info-mid.cnt-1{
	background: url('../images/cnt-1.png') no-repeat;
	background-position: top left;
}
.cnt-info-mid.cnt-2{
	background: url('../images/cnt-2.png') no-repeat;
	background-position: top left;
	margin-top: 30px;
}
.cnt-info-mid div{
	margin-top: 20px;
}
.cnt-form form div{
	margin-top: 15px;
	margin-bottom: 25px;
}
.cnt-form form div.text-right, .cnt-form form div.text-center {
	margin: 0px;
	margin-bottom: 15px;
}
.cnt-form form div.text-center{
	text-transform: uppercase;
	margin-bottom: 0px;
}
.cnt-form form div.text-center button{
	margin-bottom: 15px;
}
.cnt-form form div.text-center a{
	font-weight: 600;
}
.cnt-form form div a {
	color: #0065ff;
	font-size: 16px;
	text-transform: uppercase;
}
.cnt-form form div .form-control{
	border-color: #959595;
	background: none;
	color: #FFF;
	min-height: 40px;
	resize: none;
	line-height: 1.9;
}
.cnt-form form button.btn-submit{
	outline: none !important;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #0065ff;
    min-width: 200px;
    text-align: center;
    border-radius: 25px;
    padding: 12px 10px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.nav-tabs li a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 8px 8px 0px 0px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus{
	background: #0065ff;
	color: #FFF;
	border-color: #0065ff;
}
.nav-tabs.nav-justified>li>a:hover, .nav-tabs.nav-justified>li>a:focus{
	color: #0065ff;
	background: #FFF;
}
.schedule_one{
	background: #000;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	color: #FFF;
	padding: 15px 0px;
}
.schedule_one a{
	color: #0065ff;
	text-transform: uppercase;
	text-decoration: underline;
}
a.btn{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.sc_1{
	margin-top: 20px;
	margin-bottom: 25px;
}
.sc_2{
	margin-bottom: 20px;
}
.sc_4{
	margin: 25px 0px;
}
.sc_5{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.sc_6 select{
	color: #666;
	font-size: 16px;
	max-width: 350px;
	height: 48px;
	padding: 10px 12px;
	margin-bottom: 20px;
}
.schedule_two{
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 25px 30px 20px;
	border-radius: 0px 0px 8px 8px;
}
.schedule_two button, .schedulingInfo button.btnSche{
	outline: none !important;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #0065ff;
    min-width: 240px;
    text-align: center;
    border-radius: 25px;
    padding: 9px 10px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 5px 0px;
}
.schedule_two button:hover, .schedule_two button:focus, .schedulingInfo button.btnSche:hover, .schedulingInfo button.btnSche:focus{
	color: #FFF;
}
.schedule_three{
	padding-top: 10px;
	padding-right: 20px;
	border-radius: 0px 0px 8px 8px;
}
.schedule_three button, .schedulingInfo button.btnSche{
	outline: none !important;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #0065ff;
    min-width: 200px;
    text-align: center;
    border-radius: 25px;
    padding: 6px 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 5px 0px;
}


.schedule_three button:hover, .schedule_three button:focus, .schedulingInfo button.btnSche:hover, .schedulingInfo button.btnSche:focus{
	color: #FFF;
}
.schedule_three .schedule_time .sc_time {
    font-size: 12px;
    margin: 0;
}

.schedule_time{
	background: #FFF;
	margin-bottom: 10px;
	padding: 5px 15px;
	color: #000;
	border-radius: 5px;
}
.schedule_time label,.register_chk label{
	font-weight: 500;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.schedule_time .sc_time{
	font-size: 16px;
	margin: 8px 0px 6px;
}
.schedule_time .sc_chk{
	margin: 8px 0px;
}
.schedule_time input[type="radio"]:checked + label {
	color: #0065ff;
}
.register_chk input[type="radio"]:checked + label {
	color: #0065ff;
}
.user-form{
	max-width: 400px;
	margin: 0px auto;
}
.user-form .cnt-info-mid{
	padding-left: 0px;
}
.btn-group .dropdown-toggle, .btn-group .dropdown-toggle:hover{
	cursor: pointer;
	text-decoration: none;
}
.btn-group .dropdown-menu{
	background: #000;
	background: rgba(0,0,0,0.8);
}
.btn-group .dropdown-menu a, .btn-group .dropdown-menu a:hover{
	display: block;
	text-decoration: none;
	padding: 5px 3px;
}
.btn-group .dropdown-menu{
	padding: 5px 5px;
	border: 1px solid #ccc;
	margin-top: 4px;
}
.btn-group .dropdown-menu .dropdown-divider{
	border-bottom: 1px solid #a2a2a2;
	margin: 4px 0;
}
.sc_7 label{
	font-weight: normal;
}
.checkLabel{
	margin-bottom: 10px;
}
.checks{
	padding-bottom: 10px;
	display: none;
}
.check2{
	display: none;
}
.checks input[type="checkbox"]:checked + label{
	font-weight: 600;
	color: #0065ff;
}
.checks div label{
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
	text-transform: uppercase;
}
.offerElement{
	max-width: 350px;
	margin-bottom: 15px;
}
.offerElement input{
    font-size: 16px;
    height: 48px;
    padding: 10px 12px;
    margin-bottom: 20px;
	border-color: #959595;
	background: none;
	color: #FFF;
}
.offerElement button{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	border-color: #959595;
	background: #0065ff;
	padding: 12px 15px;
}
.offerElement button:hover, .offerElement button:focus{
	color: #FFF;
	border-color: #959595;
	background: #0065ff;
}
.schedulingInfo label{
	font-size: 14px;
	font-weight: normal;
}
.schedulingInfo label span{
	color: red;
}
.schedulingInfo .form-control{
	margin-bottom: 15px;
	color: #666;
	font-size: 16px;
	height: 48px;
	padding: 10px 12px;
	margin-bottom: 20px;
}
.schedulingInfo .input-group .form-control{
	margin-bottom: 0px;
	color: #FFF;
}
.schedulingInfo small{
	font-size: 12px;
	margin-top: -10px;
	display: inherit;
}
.trashElement{
	color: #F00;
	cursor: pointer;
	margin-top: 2px;
}


.schedule_time {
    background: #FFF;
    margin-bottom: 10px;
    padding: 5px 15px;
    color: #000;
}

.btns {
	outline: none !important;
	font-size: 14px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #0065ff;
    min-width: 140px;
    text-align: center;
    border-radius: 27px;
    padding: 6px 20px;
    font-weight: 600;
    font-family: 'Montserrat';

}
.btns:hover, .btns:focus {
	color: #FFF;
}
.padding-top-25 {
	padding-top: 25px;
}
.profileImg .image-preview {
    width: 130px;
    height: 130px;
    border-radius: 5%;
    box-shadow: 0px 0px 10px #fff;
}
.image-preview {
    width: 150px;
    height: 90px;
    position: relative;
    overflow: hidden;
    background-color: #ebf9ff;
    color: #ecf0f1;
    display: inline-block;
    margin: 5px;
}
.image-preview, .image-preview img{
    border-radius: 3px;
}
.image-preview a{
    position: absolute;
    top: -5px;
    right: -5px;
}
.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    /*background-color: #bdc3c7;*/
    text-shadow: 0px 0px 15px #fff;
    width: 100px;
    height: 25px;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #000;
}
.modal-dialog {
    color: #000;
}
.form-select-1 option {
    color: #666 !important;
}
#custom_search_field{
	background: none;
	margin-bottom:10px;
	/* color: #fff; */
}

/* select[name=data_table_length] {
   background: none !important;
   color: #fff;
}
select[name=data_table_length] option{
   background: none !important;
   color: #666;
} */


label.error {
    color: #e43042;
    margin-left: 5px;
    display: none;
    font-weight: 600 !important;
}
label.success {
    color: #3c763d;
    margin-left: 5px;
    display: none;
    font-weight: 600 !important;
}
.btn_cancel {
	background-color: #c9302c !important;
	border-color: #ac2925;
}
.margin-top-0 {
	margin-top: 0px !important;
}
/* Map and Car Icon Resizing Variables */
:root {
    --map-height-default: 450px;
    --map-height-home: 240px;
    --map-height-modal: 750px;
    --map-height-mobile: 350px;
    --car-icon-width: 68px;
    --car-icon-height: 32px;
    --car-icon-width-mobile: 36px;
    --car-icon-height-mobile: 25px;
}

/* Responsive Map Sizing */
.map-div {
	height: var(--map-height-default);
	border-radius: 4px;
	margin-bottom: 20px;
}

/* Map size variations */
.map-div.large {
    height: 600px;
}

.map-div.medium {
    height: 400px;
}

.map-div.small {
    height: 300px;
}

.map-div.xsmall {
    height: 200px;
}

/* Car icon size variations */
.car-icon-large {
    --car-icon-width: 80px;
    --car-icon-height: 40px;
}

.car-icon-medium {
    --car-icon-width: 68px;
    --car-icon-height: 32px;
}

.car-icon-small {
    --car-icon-width: 50px;
    --car-icon-height: 25px;
}

.car-icon-xsmall {
    --car-icon-width: 36px;
    --car-icon-height: 18px;
}

a {
	color: #0065f7;
}
.phone_number {
	color: #0065f7 !important;
	font-weight: 600;
}
.tbl-estimate {
	margin-bottom: 10px;
}

.vertical-middle {
	vertical-align: middle;
}
.home-info-map {
	position: relative;
}
.home-info-map .map-div {
	height: var(--map-height-home);
	margin: 0;
}
#home_map_model .modal-content{

    background: #000;
    background: rgba(0,0,0,0.75);
    border-radius: 8px;
    /*padding: 5px 10px 25px;*/
    text-align: center;
    color: #fff;
    margin: 144px 0px;
}
#home_map_model .modal-body{
	padding: 5px 30px;
}
#home_map_model .modal-body{
    min-height: 800px;
}
#home_map_model .modal-lg{
    min-width: 75%;
}
#home_map_model .close{
	color: #fff;
	opacity: .7;
}
#home_map_model .map-div {
	height: var(--map-height-modal);
	border-radius: 4px;
	margin-bottom: 20px;
}
#home_map_model .home-info-foot{
	margin-top:0px;
	padding-top: 0px;
	border:0px;
}
#home_map_model form{
	text-align:left;
	font-size: 13px;
}
#home_map_model table{
	font-size: 13px;
}
#home_map_model .form-control{
	font-size: 13px;
}
.pac-container {
    z-index: 10000 !important;
}
.transport_status {
	outline: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #0065ff;
    text-align: center;
    /* border-radius: 25px; */
    font-weight: 600;
	padding: 15px 30px;
    font-family: 'Montserrat';
}

.transport_status:focus {
	outline: none;
}
.transport_status.active {
	background: #0065ff;
}
.transport_status::after {
	background: #0065ff;
}
/* .time-block {
	height:240px;
	overflow: auto;
	position: relative;
	cursor: pointer;
	text-align: center;
	border:1px solid;
	border-radius: 4px;
	margin-top: 10px;
	max-width: 130px;
}
.time-block div{
	border-bottom: 1px solid #FFF;
}
.time-block div:last-child {
	border-bottom:0px;
}
.time-block div:hover{
	background-color: #FFF;
	color: #0065ff;

}
.time-block .active {
	background-color: #0065ff;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 2px;
} */

.orders-head {
    font-size: 18px;
    color: #fff;
    /*height: 70px;*/
    /* border-bottom: 1px solid #FFF; */
    text-transform: uppercase;
    padding-bottom: 18px;
}
.orders-head .content {
	text-align: right;
}
.orders-head .content i {
	display: inline-block;
}
.orders-head #custom_search_field {

}
.orders-head .right-indicator {
	float: right;
    font-size: 14px;
    width: 110px;
    text-align: left;
}
.right-indicator i.current{
	color: #0065ff;
}
.right-indicator i.completed{
	color: #43d0b4;
}
.right-indicator i.cancelled{
	color: #f30c24;
}

.left-section {
	font-size: 12px;
}
.left-section .left-section-1{
	padding: 14px 12px;
	/* border-bottom: 1px solid; */
	border-right: 1px solid;
   	margin-right: -14px;
	height: 125px;
}
.left-section .left-section-1 .form-control{
	height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 0;
}
.left-section .left-section-1 .btn-left-section{
	text-transform: uppercase;
    font-size: 10px;
    /* margin: 2px;
    margin-left: 0; */
    margin-bottom: 2px;
    padding: 5px;
    width: 49%;
    font-weight: 600;
    border-radius: 0;
    border-color: #fff;
    background: #0065ff;
}
.left-section .left-section-2{
	/* border-bottom: 1px solid; */
	padding: 14px 12px;
	margin-left: -15px;
	text-align: center;
	height: 125px;
}
.big-logo {
	/*min-height: 300px;*/
	vertical-align: middle;
	/*background-image: url('../images/logo.png') no-repeat top center;*/
	/*background-size: cover;*/
}
.big-logo img{
	width: 80%;
    margin: 0px auto;
}
.pdng-left-0 {
	padding-left: 0px !important;
}
.pdng-right-0 {
	padding-right: 0px !important;
}
.pdng-right-30 {
	padding-right: 30px !important;
}
.pdng-bottom-5 {
	padding-bottom: 5px !important;
}
.app_detail_div {
	/*display: none;*/
	/*padding: 15px;*/
}
.app_detail_div .app_details{
	/* padding: 10px; */
    font-size: 16px;
	margin-bottom: 15px;
}

.app_detail_div .app_details label {
    margin-bottom: 8px;
    background-color: #0065ff9e;
    color: #fdfdfd;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 500;
    border-radius: 5px;
}

.tbl-estimate-cal>tbody>tr>td, .tbl-estimate-cal>tbody>tr>th, .tbl-estimate-cal>tfoot>tr>td, .tbl-estimate-cal>tfoot>tr>th, .tbl-estimate-cal>thead>tr>td, .tbl-estimate-cal>thead>tr>th {
	padding: 5px 10px;
	font-size:14px;
}
.map-div-small {
	height: 270px;
    border-radius: 2px;
}
.list_community {
	/*border-left: 2px solid;*/
	/*border-right: 2px solid;*/
	/*border-bottom: 2px solid;*/
	/*padding: 10px 5px;*/
}
.schedule_one .transport_status {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}
.list_community table.dataTable thead .sorting_desc:after,
.list_community .table>thead:first-child>tr:first-child>th,
.list_community div.dataTables_wrapper div.dataTables_length label,
.list_community .table>tbody>tr>td,
.list_community div.dataTables_wrapper div.dataTables_info {
	font-size: 12px;
}
.list_community .table>tbody>tr>td {
	padding: 4px;
	line-height: 1.9;
}
.list_community .report_table_length {
	display: none;
}
.list_community table.dataTable {
	margin-top: -6px !important;
}
.list_community .pagination>li>a {
	padding: 3px 6px;
    font-size: 10px;
}
.list_community i {
	margin-right: 8px;
	font-size: 15px;
}
.list_community i.current{
	color: #0065ff;
}
.list_community i.completed{
	color: #43d0b4;
}
.list_community i.cancelled{
	color: #f30c24;
}
.list_community table tr.active {
	background: #fff;
    color: #000;
}
.mrgn-right-10 {
	margin-right: 10px !important;
}
/************CSS for calendar ****************/
.fc-unthemed {
	background: #fff;
    color: #000;
    font-size: 12px !important;
    padding-top: 10px;
}
.fc-agendaDay-view .fc-time-grid .fc-event {
  width: 30% !important;
}
.fc-event .fc-content {
	color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none !important;
    border: 0;
}
.fc-toolbar h2 {
	font-size: 22px !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
	text-align: left !important;
}
.fc-basic-view .fc-body .fc-row {
	min-height: 9em !important;
}
/************CSS for calendar ****************/


/**** For Mobile Display ******/
@media only screen and (max-width: 767px) {
   .navbar-nav>li{
		margin: 15px 30px;
	    float: none;
	    display: block;
	}
	.orders-head .right-indicator {
		float: left;
	}
	.orders-head {
		margin-bottom: 10px;
	}
	.orders-head .content {
		text-align: center;
	}
	.navbar-nav>li a{
	    display: inline;
	    padding: 8px 0 10px!important;
	    border-bottom: 1px solid;
	}
	.home-head-1{
		min-width: 290px;
		font-size: 32px;
	}
	.home-info {
		margin-bottom: 10px;
	}
	.brandLogo {
		margin-bottom: 10px;
	}
	.nav-tabs.nav-justified {
		display: none;
	}
	.time-block {
		margin: 20px auto;
    	max-width: 200px;
	}
	footer{
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	#home_map_model .map-div{
		height: 300px;
	}
	.transport_status {
		font-size: 10px;
	}
	#schedule_1 .pdng-right-0 {
	    padding-right: 15px !important;
	}
	#schedule_1 .left-section .left-section-1 {
		margin-right: 0px;
		padding: 0;
		border-right: 0;
		min-height: 110px;
	}
	.left-section .left-section-2 {
		margin-left: 0px;
		min-height: 90px
	}
	.home-head-4 {
		text-align: center;
	}
	.schedule_three {
		padding-right: 0;
	}
	.schedule_one .pdng-left-0 {
		padding-left: 15px!important;
		margin-top: 10px;
	}
}
 body.stop-scrolling {
    height: auto!important;
 }

 #billing .left-section-1, #billing .left-section-2 {
	 height: 95px;
	 text-align: center;
 }
 #billing .bd-right {
	 border-right: 1px solid #fff;
 }
 #billing .bd-left {
	border-left: 1px solid #fff;
 }
 #billing .billing_section {
	 border: 1px solid #fff;
	 /*height: 400px;*/
 }

#billing .billing_section .row.no-gutters [class*="col-"]{
  /*border: 1px solid white;*/
  /*margin: -1px;*/
}
#billing .billing_section .left-section-1,
#billing .billing_section .left-section-2{
  margin: 0;
}

.billing_section .billing_content {
	width: 40%;
	height: 100%;
	border-right: 1px solid #fff;
}
.billing_section .billing_table {
	width: 60%;
	height: 100%;
}


.align-items-center{
  align-items: center;
}

.border-radius-30{
  border-radius: 30px;
}
.border-right{
  border-right: 1px solid white;
}

.border-bottom{
  border-bottom: 1px solid white;
}
.p-3{
  padding: 1rem;
}
.p-2{
  padding: .75rem;
}
.px-3{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2{
  padding-left: .75rem;
  padding-right: .75rem;
}

.d-flex {
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.row {
  /* display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; */
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.text-light{
  color: #afafaf;
}

.billing_table td {
  vertical-align: middle !important;
}
.billing_table td p{
  font-size: 16px;
}

.billing_table td span{
  font-size: 13px;
}

@media (max-width: 991px) {
  .billing_section .billing_content,
  .billing_section .billing_table{
    width: 100%;
  }

}


@media (max-width: 767px) {
  .row{
    display: block;
  }

}

@media (max-width: 576px) {
  .border-xs-top{
    border-top: 1px solid white;
  }
  .border-right-xs-0{
    border-right: 0;
  }
  .border-bottom-xs-0{
    border-bottom: 0;
  }
  .p-xs-3{
    padding: 1rem;
  }

}