.link_menu_page{ color:#222d32; }
.caixa-alta { text-transform:uppercase; }
.caixa-baixa { text-transform:lowercase; }
.input-text-center{ text-align:center; }

.pagination {
    display: flex;
    justify-content: center;
}

.text-red {
    color:#ff3e1d;
}

.text-green {
    color:#00a65a;
}

.badge-notif {
    position: absolute;
    top: -5px;
    right: -2px;
    font-size: 0.6em;
    padding: 0.25em 0.45em;
}

.flash-message {
    position: fixed;
    top: 18px;
    right: 17px;
    z-index: 9999;
    padding: 20px 30px;
    color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.flash-message_js {
    position: fixed;
    top: 18px;
    right: 17px;
    z-index: 9999;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

body.loading {
    overflow: hidden;
}

/* a partir do momento em que o body estiver com a classe loading,  o modal aparecerá */
body.loading .modal-loading {
    display: block;
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
    url("/img/config/load.gif") 50% 50% no-repeat;
}

.dropdown-menu-tabela {
    position: absolute !important;
    z-index: 2000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#696cff !important;
    border-color:#5457ff !important;
    padding:1px 10px;
    color:#fff
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right:5px;
    color:rgba(255,255,255,0.7)  !important
}

.help-block {
    color: #dd4b39 !important;
}