

.mydateclass {
    width: 225px !important;
}


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

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

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


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


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

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

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

td.dt_action_three, th.dt_action_three{
	max-width: 150px !important;
	min-width: 150px !important;
	width: 150px !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;
}

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


