.menu .droplink .sub-menu
{
    display: none;
}

.modal-content h2
{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

/** Formulários **/
.obrigatorio label
{
    color: red;
}

.select2
{
    width: 100% !important;
}

.select2-container--disabled .select2-selection
{
    background-color: #eee !important;
    cursor: not-allowed !important;
}

textarea.obrigatorio, input.obrigatorio, select.obrigatorio, .select2-container.obrigatorio .select2-selection
{
    border-color: #e67679 !important;
}

.tab-content
{
    background: transparent;
    border: 1px solid #ddd;
    border-top: 0;
    padding-bottom: 0;
}

.nav-tabs > li.active > a
{
    background: transparent;
}

textarea
{

    height: 100px !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;

}

label
{

    width: 100% !important;
    font-weight: bold;

}

.vermelho-bg
{
    background-color: #f25656 !important;
    color: white;
}

.amarelo-bg
{
    background-color: #ffff4e !important;
}

.fc-day-grid-event.vermelho
{
    background-color: red;
    color: white;
}

.fc-day-grid-event.verde
{
    color: white;
}


.verde
{
    color: green;
    padding-left: 20px;
}

.laranja
{
    color: orange;
}

.menu .droplink .sub-menu
{
    z-index: 9999;
}

/** Calendário **/
.datepicker-days table tbody tr td:first-child, .datepicker-days table tbody tr td:last-child
{
    background: #EEEEEE;
}

.datepicker-days table td.today
{
    background: #cecece !important;
}

.datepicker-days table td.active
{
    background: #e53338 !important;
}

.sortable-pai > div
{
    float: left;
    position: relative;
}

.excluir
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -33px;
}

.ui-sortable-handle:hover .excluir
{
    display: block;
}

.note-editing-area p
{
    font-size: 15px;
    line-height: 30px;
}

.radio-inline
{
    display: inline-block !important;
    width: auto !important;
}

.cinza{
    color: #cecece;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>ul {
    position: absolute;
    left: 65px;
    top: 48px;
    width: 250px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>a {
    padding: 15px 25px;
    text-align: center;
    position: relative;
    width: 300px;
}


@media (max-width: 900px){
    img {
        width: 100%;
    }
}

@font-face {
    font-family: 'Drescher';
    src: url('Drescher Grotesk BT SmallSizes.ttf');
    src: local('Riesling Regular'), local('Riesling'), url('Drescher Grotesk BT SmallSizes.ttf') format('truetype');
}

.sweet-alert button.confirm {
    background-color: #22BAA0 !important;
}

.sweet-alert button.confirm:hover {
    background-color: #1DB198 !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th {
    padding: 5px 5px 5px 5px !important;
}

table>tbody>tr>td>div.m-b-sm {

    margin-bottom: 0px !important;

}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}