/* h1.page-title{
    padding-top: 0 !important;
}
 */
.abc-select{
    border-radius: 4px;
}

/* June 10th, 2020 - Hana Kolackova
                   - add code to disable plugin formating of the table which was added after the plugin was updated */

 .ui-corner-all .ui-corner-top .ui-corner-right .ui-corner-tr {
     border-top-right-radius: 0px; 
 }
 .ui-corner-all .ui-corner-top .ui-corner-left .ui-corner-tl {
     border-top-left-radius: 0px;
 }
 .ui-widget-header {
     border: 0px!important;
 }
 .fg-toolbar .ui-toolbar .ui-widget-header .ui-helper-clearfix .ui-corner-tl .ui-corner-tr {
     background: white!important;
 }

 thead th{
    background-color: white!important;
    background-image: none!important;
 }

.ui-state-default th{
    background-image: none!important;
    
}
.ui-widget-header{
    background: white!important;

}
div.dataTables_scrollHead table.dataTable{
    margin: 0 auto!important;
}
div.dataTables_scrollHead.ui-state-default{
    margin: 0 auto!important;
    border:none!important;
    background: none!important;
}

a.et_pb_button.btn-disabled {
    background: #cecece;
    border-color: #cecece;
    pointer-events: none;
    outline:none;
}
