@import url("../../../gestao/fontawesome/css/all.css");


:root {
    --cor1: #1288ce;
    --cor2: #fff;
}


.mx-hover:hover,
.modulo-indice ul li a:hover {
    color: #fff;
    text-decoration: none !important;
}

.mx-hover:hover > div,
.modulo-indice ul li a:hover {
    background-color: var(--cor1);
    transition: ease-in-out all 0.5s;
}

.mx-link {
    color: #888888;
}

.mx-hover-categorias a,
.modulo-indice ul li a {
    text-decoration: none !important;
    padding: 5px 10px;
}

.mx-hover-categorias a:hover,
.modulo-indice ul li a:hover {
    background-color: var(--cor1);
    color: #fff !important;
    transition: ease-in-out all 0.5s;
}


/* Módulo Zoo Category */
li.level0,
li.level1,
li.level2 {
    list-style-type: none;
}

a.level0,
a.level1,
a.level2 {
    color: #6d6e70;
    font-size: 20px;
    font-weight: 300;
}

li.level0:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 0px;
    margin-left: -5px;
    color: #2196f3;
    font-size: 14px;
    display: inline-block;
}

li.level1:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 0px;
    margin-left: -15px;
    color: #848484;
    font-size: 14px;
}

li.level2:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 0px;
    margin-left: -5px;
    color: #bfbfbf;
    font-size: 14px;
}

ul.level2 {
    padding-left: 10px;
}

/* Ajuste margem de itens dentro do Zoo */
#tm-main > .uk-container {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
}

#tm-main {
    padding-top: 0px;
    padding-bottom: 10px;
}


/* Caixinhas mesmo sentido */

.etiqueta {
    font-size: 12px;
    color: #fff;
    background: var(--cor1);
    border: 1px dashed var(--cor1);
    margin-left: 10px;
    padding: 2px 3px 1px;
    border-radius: 3px;
    margin-right: 5px;
}

.nms {
    color: #fff;
    background: #2196F3;
    border: 1px solid #2196F3;
}
.esc {
    color: #fff;
    background: #7B7B7B;
    border: 1px dashed #7B7B7B;
}
.eos {
    color: #fff;
	background: #1E6DAD;
    border: 1px dashed #1E6DAD;

}
.novo {
    color: #fff;
    background: #1EC0F1;
    border: 1px solid #1EC0F1;
}

.reformado {
    color: #b90000;
    background-color: #ffe9e9;
    border: 1px dashed #b90000;
}

.mantido {
    color: #7B7B7B;
    background-color:  #f3f3f3;
    border: 1px dashed #7B7B7B;
}


.mx-link-julgados a {
    text-decoration: none;
    padding: 1px 5px;
    transition: ease-in-out all 0.5s;
}

.mx-link-julgados a:hover {
    text-decoration: none;
    background: var(--cor1);
    padding: 1px 5px;
    color: #fff;
    transition: ease-in-out all 0.5s;
}

/* Smart Search */

select:-internal-list-box option:checked {
    background-color: var(--cor1) !important;
    color:#fff !important;
}

.search-results li {
    padding: 10px;
}

span.highlight {
    background-color: #004485;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.icon-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

input#q {
    width: 90% !important;
    background: #fff;
    color: #004485;
    text-align: center;
    height: 80px;
    border: 2px solid #888888;
    box-shadow: 10px 10px 10px #dddddd;
    margin-bottom: 20px;
}

select#tax-type {
    overflow: auto;
}

option {
    text-align: center;
    padding: 5px 10px;
}

input#q::placeholder {
    color: #004485;
}

.mx-label {
    padding: 2px 5px;
    font-size: 12px;
}

a.next,
a.previous {
    background: transparent;
}

/* Oculta Categorias do Zoo para Pesquisa */
#bloco-pesquisa #category,
#bloco-pesquisa #language,
#bloco-pesquisa #author {
    display: none;
} {
    display: none;
}

#bloco-pesquisa .filter-branch div#type {
    display: inline-block;
}

div#finder-filter-window .filter-branch .finder-selects {
    float: inherit;
}

div#tax_type_chzn {
    width: 50%!important;
}

a.chzn-single {
    background: #1287ce !important;
    height: 40px!important;
    color: #fff !important;
    line-height: 40px!important;
    font-size: 16px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
}



/* Form OSMEmberShip */

table.os_table td.title_cell {
    font-weight: 500 !important;
    font-size: 14px !important;
}

td.field_cell {
    font-size: 14px;
}

/* Mensagem concluído */
div#system-message-container {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}


/* Full Conteúdo */

.referencia {
    flex: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#os_form .uk-checkbox, #os_form .uk-radio, 
#os_form input[type=checkbox]:not([class*=uk-]), 
#os_form input[type=radio]:not([class*=uk-]) {
    margin-top: 2px;
    margin-right: 5px;
}

#userForm .uk-checkbox, #userForm .uk-radio, 
#userForm input[type=checkbox]:not([class*=uk-]), 
#userForm input[type=radio]:not([class*=uk-]) {
    margin-right: 5px;
}

