
.main-header #navbar-search-input.form-control {
    /* background: rgba(255, 255, 255, 0.2); */
    border-color: transparent;
  }

button.gm-fullscreen-control {
    display: none;
}
.has-warning{ color:#f39c12; }
.has-success{ color:#00a65a; }
.img-table {
	width: 32px;
	height: 32px;
}
.img-item-size-table {
    width: 120px;
    height: 100px;
}
/* #map {
    width: 100%;
    height: 30vh;
} */
.img-profile {
	width: 110px;
	height: 110px;
}
.size{ width: 120px; }

.btn-upload {width: 110px;}

.hide-file-name {
	width: 0px;
	height: 0px;
}

.required:after {
	content:" *";
	color: red;
}

.box-light-background { background: #f5f5f5; }

.box-header.custom-with-border { border-bottom: 1px solid #ddd; }

.custom-panel-heading {
	padding: 0px !important;
	border-bottom: 0px solid black;
}

.custom-panel-heading>.nav-tabs>li>a { color: #000000 !important; }

.custom-panel-heading>.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #337ab7 !important;
	font-weight: bold;
}

.custom-panel-heading>.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
	color: #337ab7 !important;
	font-weight: bold;
}

.skin-blue .sidebar-form input[type="text"] { color: #fff;}

 /*search button*/
 .has-search .form-control { padding-left: 2.375rem; }

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.thead-dark {
    background-color: #222d32;
    color: white;
}

.pagination{ margin: 0px;}

.modal { overflow: auto !important; }
.info-line>.row {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Tracking section */
.top-info {
    text-align: center;
    padding: 15px 0px 15px 0px;
    background-color:#f39c12;
    color: white;
    font-size: 12px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.map{
    padding-bottom: 0px !important;
    position: relative;
}
#map{position: relative;}
.detail-info {

    border-radius: 35px 35px 0px 0px;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 4px 7px #888888;
    padding: 20px;
    position: absolute;
}
.driver-info{
    width: 100%;
    height: 75px;
    border-bottom: 2px solid #f4f4f4;
}
.driver-info img{
    border-radius: 50%;
}
.receiver-info {
    width: 100%;
    height: 125px;
    background-color: #FAFAFA;
    position: relative;
    border-radius: 20px;
    border: 1px solid #f5f5f5;
    padding: 12px;

    /* font-size: 14px; */
}

.text-receiver-info{
    font-size: 14px; color:#f39c12; padding-bottom:0px;
    font-weight: bold;
    text-align: center;
}
