.hidden {
    display: none;
}

/* Select2 */
.select2-container .select2-selection--single {
    height: 34px !important;
    width: 100% !important;
}

.select2 .select2-container .select2-container--default {
    width: 100% !important;
}

/* Fim Select2 */

/* Datagrid */
table {
    font-size: 14px !important;
}

table.dataTable thead tr {
    background-color: #d9edf7 !important;
}

table.dataTable td,
table.dataTable th {
    height: 40px;
}

table.dataTable tfoot tr th {
    height: 40px;
}

.dt-head-center {
    text-align: center !important;
}

.dt-body-center {
    text-align: center !;
}

/* Fim Datagrid */

.btn-acao {
    margin: 2px !important;
}

.fa-2x {
    font-size: 32px;
}

.bootbox-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.layout-width,
#layout-wrapper {
    max-width: 100% !important;
}

.hide {
    display: none !important;
}

.dropdown-toggle::after {
    margin-left: 0px !important;
    font-size: 12px !important;
}

#whatsapp-icon {
    position: fixed;
    bottom: 25px;
    z-index: 1000;
    right: 0;
    text-align: center;
}

#whatsapp-icon:hover {
    right: 10px;
}

#whatsapp-icon p {
    background-color: #FFF;
    border-radius: 5px;
    padding: 4px;
    margin-top: 4px;
    color: #333;
    font-weight: bold;
}

.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 10px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 400;
    color: white;
}

.widget-user .widget-user-desc {
    margin-top: 0;
    color: white;
}

.widget-user .box-footer {
    padding-top: 10px;
}