/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
html{
    margin-top: 0 !important;
}
.dataTables_filter{
    width: 215px;
    float: right;
}
.dt-buttons{

}
body{
    display: none;
}
#loading_screen{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 15%;
    display: none;
}

#gd_update_cpt{
    position: relative;
}

.form-overlay-full{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    padding-top: 10%;
}


table.dataTable{
    width: 100% !important;
}
table.dataTable.nowrap th, 
table.dataTable.nowrap td {
    white-space: normal !important;
    word-break: break-word;
}

@media(max-width:991px){
    table.dataTable.nowrap th, 
    table.dataTable.nowrap td {
        white-space: nowrap !important;
        word-break: break-word;
    }
}

.page-menu-id-233{
    display: none !important;
}