
.navbar .navbar-inner {
	background: #892e65;
}

.mydateclass {
    width: 225px !important;
}


#main-content {
    margin-left: 0px !important;
}

.widget_header_input {
    margin-top: 4px;
    margin-left: 12px;
    margin-right: 12px;
}

.widget_button {
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    
}


.highlightedsearchresult {
    display:inline-block;
    background: #FFFBCC;   
}

.individualcolumnhighlightedsearchresult {
    display:inline-block;
    background: #FFDAB9;   
}



/* ---------------- Datatables ------------------------- */
table.datatable{
	font-size: 12px;
}
input.datatable{
	font-size: 12px;
}

th.tiny-input > span > input{
	width: 50px !important;
}

.datatable tr:nth-child(2) th {
	padding-top:1px;
	padding-bottom:7px;
	padding-right:1px;
	padding-left:1px;
}


td.dt_action_one, th.dt_action_one{
	max-width: 55px !important;
	min-width: 55px !important;
	width: 55px !important;
	white-space: nowrap;
}

td.dt_action_two, th.dt_action_two{
	max-width: 110px !important;
	min-width: 110px !important;
	width: 110px !important;
	white-space: nowrap;
}

td.dt_action_three, th.dt_action_three{
	max-width: 165px !important;
	min-width: 165px !important;
	width: 165px !important;
	white-space: nowrap;
}

td.dt_action_four, th.dt_action_four{
	max-width: 200px !important;
	min-width: 200px !important;
	width: 200px !important;
	white-space: nowrap;
}

th.print_lable{
	max-width: 120px !important;
	width: 120px !important;
	white-space: nowrap;
}



