/* 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;
}
*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #EBEBEB;
    opacity: 1;
}

 .help-block {
    font-weight: bold;
}
.page-content {
    background-color: #f8fbfb;
}

.form .form-body,
.tabbable-custom > .tab-content,
.tabbable-custom > .nav-tabs > li.active,
.tabbable-custom > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li.active > a:hover,
.form .form-actions {
    background-color: #edf4f4;
}

.dataTable > thead > tr > th.sorting,
.dataTable > thead > tr > th.sorting_asc,
.dataTable > thead > tr > th.sorting_desc {
    background-color: #7D8C9D;
    color:white;
}


.table.dataTable {
    background-color: #FFFFFF;
}
.form-control {
    background-color:white;
}

 