/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/


.datatable_showno_record{
    margin-top: -7px;
    margin-left: 10px;
}
.datatable_search_record{
    margin-top: -6px;
} 

.setOpticity
{
    opacity: 0.3;
}
.setCustomHeight
{
    height: 200px;
}
.setCustomOverflowY
{
    overflow-y: auto;
}

.setbackgroundloadingevent
{
    pointer-events: none;
}
.dataTables_filter{
    float: right;
}
.paging_simple_numbers{
    float: right;
}
.right_text{
    text-align: right;
}

