.error {
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ff0000 !important;
	background-color: 337ab7;
	border-color: #ebccd1;
	text-align:center;
	line-height: 2em;
}

.loginbox{
	border: 1px solid #000;
    margin-top: 3em;
}
.username-padding-top{
	padding-top:1em;
}

.login-header{
	font-size: 20px;
    font-weight: 600;
}

.logout-header{
	background: #5bc0de;
	margin-bottom:1em;
}

.logout-name{
	margin-left: 1em; 
	font-size: 100%;
	font-weight:600;
}
.logout-logout-link{
	float: right; 
	padding-right: 1em;
	color:#000;
}

.login-logo-img {
	width: 48px;
	height: 48px;
	vertical-align: top;
}

.login-box-container {
	background: url(../images/admin_login.jpg) no-repeat center
		center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.company-name {
	color: blue !important;
}

.search-booking-btn {
  float: left;
}

.side-by-side-btn {
	float: left;
	margin: 5px 10px;
}

.advance-search-booking-btn {
  float: right;
}

@media (max-width:767px){
.search-booking-btn, .advance-search-booking-btn, .side-by-side-btn {
    display: block;
    float: none;
    margin: 20px auto !important;
    width: 200px;
}
}

.widget-user-2 .widget-make-header {
    padding: 5px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-make {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
}

.content-wrapper {
	overflow: auto !important;
	
}

.table-top-border {
	border-top : none !important;
}

.modal-body {
	overflow: auto;
}



@media (max-width:1200px){
	table.billing-table > tbody tr > td:nth-child(1) > .form-control {
	   	   width: 120px !important;
	}
	table.billing-table > tbody tr > td:nth-child(3) > .form-control {
	   	   width: 120px !important;
	}
	table.billing-table > tbody tr > td:nth-child(4) > .form-control {
	   	   width: 120px !important;
	}
	table.billing-table > tbody tr > td:nth-child(4) > .form-control {
	   	   width: 120px !important;
	}
	table.billing-table > tbody tr > td:nth-child(5) > .form-control {
	   	   width: 120px !important;
	}
}

@media (max-width:480px){
	table.billing-table > tbody tr > td:nth-child(1) > .form-control {
	   	   width: 120px !important;
	}
	
	table.billing-table > tbody tr > td:nth-child(3) > .form-control {
	   	   width: 90px !important;
	}
	table.billing-table > tbody tr > td:nth-child(4) > .form-control {
	   	   width: 50px !important;
	}
	table.billing-table > tbody tr > td:nth-child(5) > .form-control {
	   	   width: 90px !important;
	}
	.col-md-16 {
		padding-left:2px;
		padding-right:2px;
	} 
	
	.grandtotal {
	    margin-left: 0.1em!important;
    	margin-right: 0.1em!important;
	}
}

.ui-datepicker-calendar {
 display: none;
 }
 
#edit-op-menu {
 	padding: 10px;	
}

#edit-op-menu li {
 	cursor: pointer;
}

#edit-op-menu li:hover {
 	background-color: gray;
}

#edit-op-menu li:nth-child(even) {
	border-bottom: 1px solid;
}

#edit-op-menu li:nth-child(odd) {
	border-bottom: 1px solid;
}

.bill-cell .th-inner {
	width: 200px !important;
}

#car-service-problems label {
	padding-left: 6px !important;
	font-weight: normal;
}

.app-content-menu {
	display: inline-block !important;
}

.app-content-menu .dropdown-menu {
	font-size: 12px !important;
	position:relative !important;
	float:right !important;
}

.app-content-menu ul.dropdown-menu  li {
  	padding: 0px !important;
}

.content-vendor-dash {
	padding: 15px 0px !important;
}

.work-summary-content {
	padding: 10px 30px;
}

.work-summary-content .desc {
	margin-top: 5px;
	border-bottom: 1px dashed;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#bookingWorkSummary {
	height: 300px !important;
}

td {
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}