* {font-family: 'Open Sans', sans-serif;font-size:14px;}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color:#000000 !important;}

.dropdown-item.active, .dropdown-item:active {background-color:#000000 !important;}

.container h1 {font-size:20px;}

.container h2 {font-size:17px;}

.container a:link, .container a:visited {color:#5eb242;}

.container a:hover {color:#000000;text-decoration: none;}

.btn-primary {background-color:#5eb242;border-color:#5eb242;}

.btn-primary:hover {background-color:#000000;}

footer.container {color:#c8c8c8;}
footer.container small.text-muted  {color:#c8c8c8 !important;}

.form-signin input[type="password"] {margin-bottom:0px;}

.btn {margin-top:10px !important;}


.fas {padding-right:2px;width:17px}

.linespacing {line-height:25px;}


table.extraInvoiceRows th {font-size:12px;}

table.extraInvoiceRows td {font-size:14px;}


.pagination {padding:2px 10px;border:1px solid #000000;margin-right:5px;display:inline-block;color:#000000;}
.pagination.active {background-color:green;color:#FFFFFF !important;}
.pagination:hover {background-color:#a0a0a0;}


@media only screen and (min-width:500px) {
	
.driverOrderListBox {
padding:20px 10px 25px 0px;
border-width:1px 0px 0px 0px;
border-color:#f0f0f0;
border-style:solid;	

}	
	
}


@media only screen and (max-width:500px) {
	
.driverOrderListBox {
padding:20px 8px 25px 0px;
border-width:1px 0px 0px 0px;
border-color:#f0f0f0;
border-style:solid;	
}	
	
}



#returbagmap {max-width:1200px;height:600px;}


.btn-outline-primary {color:green;border-color:green;}

.btn-outline-primary:hover {
    color: #fff;
    background-color: green;
    border-color: green;
}


.input-group-prepend, 
.input-group-text {width:160px;}

.redborder {border-color:red;border-width:1px !important;border-style:solid;}


select.test {width:80%;}



.makulerad {color:#dcdcdc !important}




.hideForOtherThanAdmin {
	visibility: collapse !important; 
}

.hideForOtherThanAdmin2 {
	display: none;
}




.container.body-content hr {border-top:5px solid rgba(0,0,0,1) !important;}