/*
Theme Name: Woffice Child
Description: Child theme for Woffice
Author: Alkaweb Team
Template: woffice
*/

#content-container .masonry-layout .box .intern-thumbnail {
    height: 250px;
}

div.dataTables_length {
    padding-left: 2em;
}
div.dataTables_length,
div.dataTables_filter {
        padding-top: 0.55em;
    }

.radio_status label{
    display: inline-block !important;
    margin-right: 20px !important;
}

.fields{
    width: 100%;
    display: inline-block;
}

.fields .grup_fields{
    width: 45%;
    float: left;
    margin: 5px;
}

select.select_reference{
    width: 257px;
}

tr.detail-view td{
    text-align: left;
    padding-left: 2em;
}

.button_disabled,.button_disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
}


.show_error label{
    display: block !important;
}

.ui-widget-header {
    border: 1px solid rgb(28, 93, 148)!important;
    background: rgb(28, 93, 148)!important;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid rgb(28, 93, 148)!important;
    background:  #fff !important;
    font-weight: bold;
    color: #c77405;

}
