/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


 .login-logo{
 	letter-spacing:-1px;font-size:24px;margin:0px 0
 }


 .dropdown-menu.right{
 	left:auto;
 	right:0;
 }


/* CUSTOM TREE LIST */ 
 #permList{
 	max-width:100%;
 }

 #permList .dd-empty, .dd-item, .dd-placeholder{
	min-height: 14px;
	line-height: 14px;
 }

 #permList .dd-handle {
	font-size: 13px;
	padding: 9px 20px;
	margin: 4px 10px;
 }


 /* WIDGET DIVIDERS */

.widget-divider{
	margin-top:25px;
	margin-left: -10px;
	margin-right: -10px;
}

.no-padding .widget-divider{
	margin-left: 1px;
	margin-right: 1px;
}


/* asj / 2015.09.02 */
.bid_thead {
	font-weight: bold;

}

.bid_item {
	float: left;
	border-left: #eee 1px solid;
	padding: 5px 10px;
	width: 90px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.bid_itemx2 {
	width:200px;
}

.bid_itemx3 {
	width:300px;
}

.even {
	background: #f6f6f6;

}

.cell_hour {
	/*display: none;*/
}

.edr_timetable {
	float: left;
	width: 100%;
	/*height: 50px;*/
	overflow-x: scroll;
	overflow-y: hidden;
}
label {
	cursor: pointer;
}

.expired {
	color: #ccc;
	font-style: italic;

}

.input_excel {
	border: 0px;
	background: transparent;
}

.form-control-edit{float:left;border:0px;width:30%;}

thead th {
    vertical-align: middle!important;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
}

tbody td {
    vertical-align: middle!important;
    border-bottom: 1px solid #ddd!important;
}

tbody th {
    vertical-align: middle!important;
    border-bottom: 1px solid #ddd!important;
}