
/* roboto font */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* reset css */
body, h1, h2, h3, h4, h5, h6, p, div, span{
	font-family: 'Roboto', sans-serif !important;
}
body {
	background-color:#fff;
}
/* pagination css*/
.page {
    justify-content: flex-end !important;
    display: flex;
}
.page a {
    color: #999;
    height: 30px;
    width: 40px;
    float: left;
    padding-top: 4px;
    text-align: center;
    border: 1px solid #999;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
.page strong {
    background: red;
    height: 30px;
    width: 40px;
    text-align: center;
    padding-top: 4px;
    color: #fff;
    border-radius: 4px;
    margin: 0 0 0 10px;
}
.page {
    justify-content: flex-end !important;
    display: flex;
    padding: 5px 10px 15px;
    margin-right: 10px;
}
/*end pagination css*/

/* background color */
.bg-orange{
	background-color:#ee4134 !important;
}
.orange-text 
{
	color:#ee4134 !important;
}
.top-15
{
	top:15px !important;
}
.mt-m4
{
	margin-top:-20px;
}
/* serach header */
.navbar
{
	border-radius:0px;
}
.search-open{
	float:left;
	color:#fff;
	margin-top:5px;
	margin-right:10px;
}
.search-open i {
	font-size:29px;
}
.search-open:hover, .search-open:active, .search-open:focus {
	color:#fff;
}
 .search-inline {
	width: 230px;
    right: 200px;
    padding-left: 15px;
	padding-right: 15px;
	top: 20px;
	height: 40px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	z-index: 9;
	/*transition: all .5s ease-in-out;*/
	border-radius:5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.choose-drive-loc{
	width: 50%;
	position: absolute;
	top: 9px;
	left: 10px;
	height: 55px;
	background-color: #fff;
	z-index: 9;
	border-radius:8px;
	box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    /*animation: fadeInDown 0.4s ease-in-out;*/
}
.search-inline .bmd-form-group{
	position:static;
}
.search-inline button[type="submit"] {
    position: absolute;
    right:0px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    padding: 0px;
    cursor: pointer;
    width: 44px;
    height: 100%;
    color: #333;
}
.choose-drive-loc button[type="submit"] {
    position: absolute;
    right:49px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    padding: 0px;
    cursor: pointer;
    width: 44px;
    height: 100%;
    color: #333;
}
.search-inline button i, .choose-drive-loc button i{
	font-size:23px;
	padding-top:7px;
}
.search-inline .form-control{
    border: 0px;
    font-size: 1rem;
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
	background:#fff;
	padding:18px;
    font-weight:400;
    outline: none;
	left:0;
    border-radius: 5px;
}
.choose-drive-loc .form-control {
	border: 0px;
    font-size: 1rem;
    height: 100%;
    width: 80%;
	background:#fff;
	padding:18px;
    font-weight:400;
    outline: none;
	left:33px;
	border-radius:8px;
}

.search-inline .search-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 45px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
	border-radius:0px 5px 5px 0px;
}
.choose-drive-loc .search-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 45px;
    height: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
	border-radius:0px 5px 5px 0px;
}
.search-inline .search-close i, .choose-drive-loc .search-close i {
    display: table-cell;
    vertical-align: middle;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
 }

/* material css changes */

.navbar .navbar-nav .nav-item .nav-link{
	color:#fff;
	font-size:16px;
	text-transform: capitalize;
	padding:10px 12px;
	margin-left:10px;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus{
	background-color:#e03b2f;
	color:#fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.user-image{
	height:40px;
	width:40px;
	margin-right:10px;
}
.dropdown-menu{
	min-width:9rem;
}
.dropdown-menu .dropdown-item, .dropdown-menu li > a{
	margin:0px;
	font-size:14px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
	background-color: #fff;
    color: #ee4134;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(156, 39, 176, 0.4);
}
#navbarDropdownmailLink:after, #navbarDropdownnotificationsLink:after{
	opacity:0;
}
.ml-auto .navbar-nav .nav-item .nav-link{
	padding:10px 0px;
}
.home-count-section h1 {
	color:#7c828f;
	font-weight:800;
	font-size:50px;
}
.home-count-section h3 {
	color:#7c828f;
	font-weight:500;
	font-size:22px;
	margin-top:0px;
}
.card .card-header
{
	margin:0px;
	border-radius:3px 3px 0px 0px;
	padding:0px;
}
.nav-tabs .nav-item
{
	margin-bottom:0px;
}
.nav-tabs .nav-item .nav-link
{
	font-size:18px;
	color:#f7b2ae !important;
	border-radius:0px;
	padding:15px;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link.active
{
	color:#fff !important;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(156, 39, 176, 0.4);
	background:transparent;
	border-bottom:3px solid #fff !important;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ee4134;
    border-color: transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 8px 90px 8px 15px;
    min-height:50px;
    position: relative;
    clear: both;
}
.ibox-title.bg-orange{
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2), 0 3px 14px -11px rgba(244, 67, 54, 0.6);
}
.ibox-tools {
   display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top:8px;
    right: 15px;
    padding: 0;
    text-align: right;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 22px;
	font-weight:400;
	padding:0px;
	margin:0px;
    text-overflow: ellipsis;
    float: none;
	color:#fff;
}
.ibox-title h3 
{
	display: inline-block;
    font-size: 30px;
	font-weight:500;
	padding:3px 0px;
	margin:0px;
    text-overflow: ellipsis;
    float: none;
	color:#fff;
}
.btn-white {
	background-color:#fff;
	color:#666 !important;
	font-size:14px !important;
	font-weight:500;
}
.btn-white:active, .btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
	border: 1px solid #d2d2d2;
	border:0px;
}
.btn-group-toggle
{
	border: 1px solid #d2d2d2;
	border-radius:3px;
}
.btn-group-toggle .btn-white
{
	will-change: auto;
	text-transform:capitalize;
}
.btn-white.active.focus{
	color: #595959;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
}
.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn {
    padding: 0.40625rem 1rem;
	margin:0px;
	font-size:14px;
}
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active{
	background-color: #3d6683;
    border-color: #3d6683;
	box-shadow: 0 2px 2px 0 rgba(61, 102, 131, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(61, 102, 131, 0.12);
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(61, 102, 131, 0.33), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(61, 102, 131, 0.36);
}
.btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus
{
	background-color: #3d6683;
    border-color: #3d6683;
}
.btn-danger{
	background-color: #ee4134;
    border-color: #ee4134;
	box-shadow: 0 2px 2px 0 rgba(61, 102, 131, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(61, 102, 131, 0.12);
	text-transform: capitalize;
}
.form-control-sm {
    height: 38px;
	background-image:none;
	background:#fff;
	border:1px solid #ccc;
	padding:11px;
}
.form-control-sm:hover, .form-control-sm:focus 
{
	background-image:none;
}
.pagination > .page-item > .page-link, .pagination > .page-item > span
{
	border-radius:3px !important;
}
.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    background-color: #ee4134;
    border-color: #ee4134;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.delete-section h2
{
	font-size:40px;
	color:#404040;
	font-weight:600;
}
.delete-section h4
{
	font-size:24px;
	color:#787878;
}
.btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg .btn
{
	font-size: 1.5rem;
	padding: 0.7rem 3rem !important;
}
.btn-block 
{
	font-size: 1.5rem;
}
.info-horizontal .icon
{
    margin-right:30px;
	width:40px;
	margin-top:17px;
}
.info-horizontal h4 
{
	color:#000;
	margin:5px 0px;
}
.border-heading h2
{
	color:#535c6d;
	font-size:32px;
	font-weight:400;
	padding-bottom:10px;
	border-bottom:1px solid #dddee2;
}
.border-heading h3
{
	color:#535c6d;
	font-size:26px;
	font-weight:400;
	padding-bottom:10px;
	border-bottom:1px solid #dddee2;
}
.modal-dialog .modal-header
{
	padding-top:8px;
	padding-bottom:8px;
}
.modal-title
{
	color:#fff;
	font-size:30px;
	font-weight:400;
	margin-top:0px;
}
.modal-header .close {
    padding: 1.7rem 1rem;
	opacity:1;
}
.has-danger [class^="bmd-label"], .has-danger [class*=" bmd-label"] {
    color: #333;
}
.border-left-input
{
	border-left:2px solid #ccc;
	margin-left:5%;
	padding-left:6%;
}
.border-right-2
{
    border-right:2px solid #ccc !important;
}
.assign-task label {
    font-size: 1.475rem;
	color:#000;
	line-height:2rem;
}
.assign-task .form-check .form-check-label .circle
{
	width:28px;
	height:28px;
}
.assign-task .form-check .form-check-label .circle .check
{
	width:28px;
	height:28px;
	background-color: #ee4134;
}
.assign-task .form-check .form-check-label .circle::before
{
	left:5px;
	top:6px;
}
.assign-task .form-check .form-check-input:checked ~ .circle 
{
	border-color:#ee4134;
}
.assign-task .form-check .form-check-label 
{
	padding-bottom:15px;
	padding-left:40px;
}
.btn-link
{
	font-size:32px;
	font-weight:400;
}
.gray-color {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.table .form-check
{
	margin-bottom:0px;
}
.table .form-check label 
{
	color: rgba(0, 0, 0, 0.87);
	font-weight:800;
}
.form-check .form-check-input:checked + .form-check-sign .check::before {
    color: #EE4134;
}
.form-check .form-check-input:checked + .form-check-sign .check {
    background: #fff;
	border: 1px solid #EE4134;
}
.form-check .form-check-sign .check{
	border: 2px solid rgba(0, 0, 0, 0.59);
}
.card .form-check {
    margin-top: -11px;
}
.form-icon img {
    margin-bottom:5px;
}
.new-request .form-check {
    margin-top: 30px;
}
.is-focused .bmd-label-floating, .is-filled .bmd-label-floating {
    top: 0.2rem;
    left: 0;
    font-size: 0.8875rem;
	color:#a2a2a2;
}
.edit-image {
	height:120px;
	width:120px;
}
.hidden{
	position: absolute;
    margin-left: -180px;
    margin-top: 10px;
    z-index: 1;
    opacity: 0;
	cursor:pointer;
}
.edit-profile{
	position:absolute;
	margin-left: -40px;
}
.table a {
	color: rgba(0, 0, 0, 0.87);
}
.table a i.material-icons{
	color:#ee4134;
}
.login-bg{
	background-image:url("../images/working-woman-bg.jpg");
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	padding:5% 0px 2% 0px;
}
.login-hding{
	padding-left:10px;
	padding-right:10px;
}
.login-page a {
	font-size:16px;
	color:#585858;
	font-weight:400;
}
.login-page a:hover, .login-page a:active, .login-page a:focus {
    color:#ee4134;
}
.mail-default{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	display: block;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
}
.navbar-collapse::after{
	background-color:#ee4134;
}
.navbar-collapse .navbar-nav .nav-item .nav-link{
	margin:10px;
}
.navbar-collapse .navbar-nav .nav-item::after{
	background-color:#cf362b;
}
.mobile-show{
	display:none;
}
.navbar
{
	padding:0px;
}


@media (max-width: 991px) {
	.home-count-section h3{
		font-size:15px;
	}
	.home-count-section h1{
		font-size:40px;
	}
	.nav-tabs .nav-item .nav-link
	{
		font-size:14px;
	}
	.mobile-show{
	    display:inline-block;
		margin-left:10px;
    }
	.search-open {
		padding-top: 10px;
		margin-left: 10px;
		display:block;
		float:none;
		margin-bottom:10px;
		border-top:1px solid #cf362b;
   }
   .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
       background:#fff;
	   height:auto;
	   margin:10px;
   }
   .navbar .dropdown-menu .dropdown-item{
	   margin-left:0px;
   }
   #navbarDropdownmailLink:after, #navbarDropdownnotificationsLink:after{
	   opacity:1;
	   margin-top:8px;
   }
   .navbar-collapse .dropdown-toggle::after{
     margin-top:18px;
   }
   .search-inline {
		width: 90%;
		left: 10px;
		top: 0px;
		height: 46px;
   }
}

@media (max-width: 550px) {
	.home-count-section h3{
		font-size:22px;
	}
	.home-count-section h1{
		font-size:50px;
	}
		.nav-tabs .nav-item .nav-link
	{
		font-size:18px;
	}
	.choose-drive-loc
	{
		width:96%;
		left:5px;
	}
	.btn.mr-3{
		margin-right:0px !important;
	}
	.border-heading h2{
		font-size:24px;
	}
	.modal-footer.justify-content-center{
		display:block;
		text-align:center;
	}
	.modal-footer.justify-content-center .btn 
	{
		margin-bottom:10px;
	}
	#makePayment{
		width:100%;
		padding: 0.7rem 0.5rem !important;
	}
}

@media (max-width: 767px) {
	.border-left-input{
		border-left:0px;
		margin-left:0px !important;
		padding-left:0px !important;
	}
	.modal-footer{
		padding-left:0px;
		padding-right:0px;
	}
	.border-left-input .col-md-12{
		padding-left:0px;
		padding-right:0px;
	}
}

@media (max-width: 448px) {
	.border-heading h3, .ibox-title h3{
		font-size:20px;
	}
    #makePayment{
		font-size: 14px;
	}
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.bidprice {
    border:1px solid #ccc;
    background-image:none;
    width: 90% !important;
    display: inline-block;
    padding: 5px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
}

.inputsimple {
    border:1px solid #ccc !important;
    padding: 5px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}
a[href^="tel:"] {
	color:#000;
}
.table thead th {
    width: 79px;
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}   
.curreny {
    margin-top: 10px;
    margin-left: -24px;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.percent {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: -21px;
}
.infobox {
    background:#e2e3e5 !important; 
    border: 1px solid #d6d8db !important; 
    border-radius: .25rem !important;
    color: #666666 !important;
}
.datepicker-dropdown {
z-index: 99999 !important;
}
.smallButton {
    font-size: 10px !important;
}
.yellow-infobox {
    background-color: #fcf8e3 !important; 
    color: #8a6d3b !important;
    border: 1px solid;
    border-color: #faebcc !important;
}

/* Overwrite max-width of "container" class to make it wider */
@media (min-width: 576px) {
  .container {
    max-width: 92% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 92% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 92% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 92% !important;
  }
}

/* vehicle form */

.purple-border .form-control:focus {
    border: 1px solid #ba68c8;
    box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, .25);
}
.active {
	color: #f00;
}
.trans-listsec{
	box-shadow:5px 0 5px rgba(0, 0, 0, 0.2);
	height:353px;
	overflow:auto;						
}
.trans-listsec ul{
	padding:0;
	margin:0;							
}
.trans-listsec li{
	list-style:none;			
	border-bottom:1px solid #d1d1d1;	
	padding:25px 5px 25px 20px; 	
}

.input-box-normal {
    border: 1px solid #333;
    background-image: none !important;
    padding: 10px;
}