:root {
    --corPrincipal: #8f06d1;
}

.jconfirm.jconfirm-supervan .jconfirm-bg,
.carrega {
    background-color: var(--corPrincipal);
}

#cboxOverlay {
    background-color: var(--corPrincipal);

}

.janelas {
    padding: 30px;
}

button {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    outline: none;
    font-family: 'Athiti', sans-serif;
    padding: 10px;
    border: 1px solid #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

/* Estrutura */
#conteudo {
    min-height: 100%;
    position: relative;
}

/* Topo */
#topo {
    height: 60px;
    background-color: var(--corPrincipal);
}

.fixa {
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -470px;
    z-index: 10;
    width: 940px;
}

.fixaBarra {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -472px;
    z-index: 3;
    width: 906px;
}

.bgAzul {
    background-color: var(--corPrincipal);
}

.bBranco {
    background-color: #fff !important;
}

.bordaB {
    border-color: #fff !important;
    color: #fff !important;
}

.upE {
    float: left;
    width: 448px;
    margin-right: 10px;
}

#habilitaOrdenacao {
    color: #949494;
    font-size: 18px;
}

#ePaginas {
    margin-top: 10px;
}

.mTop30 {
    margin-top: 30px;
}

.espacoForm {
    padding: 30px;
}

.desabilita {
    pointer-events: none;
    opacity: 0.5;
}

.fCat {
    width: 427px !important;
}

.fBotao {
    width: 440px !important;
    margin-bottom: 5px !important;
}

.remove {
    float: left;
    margin-top: 50px;
    display: block;
    text-decoration: none;
    color: #b43523;
    font-weight: 700;
}

.remove:hover {
    color: #b11d23;
    text-decoration: underline;
}

.addItens {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid var(--corPrincipal);
    color: var(--corPrincipal);
}

.addItens:hover {
    color: #fff;
    background-color: var(--corPrincipal);
}

.carregaLoading {
    text-align: center;
    padding: 20px;
    margin: auto;
}

/* Menu superior (login) */
.dropbtn {
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    font-weight: 700;
}

.dropdown {
    float: right;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 11px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
}

.dropdown-content a i {
    float: right;
}

.dropdown-content a:hover {
    color: #fff;
    background-color: var(--corPrincipal);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
    color: var(--corPrincipal);
}

/* Classes */
hr.divisor {
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #eee;
}

.oculta {
    display: none;
}

.full {
    width: 100%;
}

.grande {
    width: 940px;
    margin: auto;
}

.limpa {
    clear: both;
}

.bgCinza {
    background-color: #eee;
}

.bgBranco {
    background-color: #fff;
}

.espaco {
    padding-top: 20px;
    padding-bottom: 74px;
}

.titulos {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--corPrincipal);
}

.mce-branding-powered-by {
    display: none;
}

.error {
    color: #b43523;
}

.mDir0 {
    margin-right: 0 !important;
}

.subtitulos {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.subtitulos strong {
    font-weight: 700;
}

/* CEP */
a.cep {
    font-size: 20px;
    position: absolute;
    right: 11px;
    top: 47px;
    color: var(--corPrincipal);
}

a.cep:hover {
    color: #738294;
}

/* Migalhas */
p.migalhas {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

p.migalhas a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

p.migalhas a:hover {
    text-decoration: underline;
    color: var(--corPrincipal);
}

/* Campos obrigatórios*/
p.info {
    padding: 11px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    line-height: 22px;
    font-weight: 700;
}

p.info strong {
    font-weight: 700;
    color: var(--corPrincipal);
}

/* Abas */
ul.abas {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.abas li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

ul.abas li.selecionado {
    background: #fff;
    font-weight: 700;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 2px solid var(--corPrincipal);
    color: var(--corPrincipal);
    text-transform: uppercase;
}

.abaConteudo {
    display: none;
    background: #fff;
    padding: 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.abaConteudo.selecionado {
    display: inherit;
}

/* Menu Dropdown */
nav#menu {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav#menu ul {
    list-style: none;
    position: relative;
    padding: 0;
}

nav#menu ul a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 10px;
}

nav#menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

nav#menu ul li:hover {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

nav#menu ul li:hover>a {
    color: var(--corPrincipal) !important;
}

nav#menu ul li a:hover {
    color: #fff !important;
}

nav#menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--corPrincipal);
    padding: 0;
    z-index: 10;
}

nav#menu ul ul li a i {
    float: right;
}

nav#menu ul ul li {
    float: none;
    width: 240px;
    border-bottom: 1px dashed #f5f5f5;
}

nav#menu ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

nav#menu ul ul ul {
    top: 0;
    left: 89%;
}

nav#menu ul li:hover>ul {
    display: block;
}

nav#menu ul li a:hover>i,
nav#menu ul ul li a:hover>i {
    color: #fff !important;
}

nav#menu ul li:hover>a i {
    color: #fff !important;
}

/* Botão DROP */
.menuDownBt {
    background-color: transparent;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

.menuDown {
    position: relative;
    display: inline-block;
}

.menuDownConteudo {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menuDownConteudo a {
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    text-align: left;
    text-transform: uppercase;
}

.menuDownConteudo a:hover {
    background-color: #f1f1f1
}

.menuDown:hover .menuDownConteudo {
    display: block;
}

.menuDown:hover .menuDownBt {
    color: #fff;
}

/* Formulários */
.forms .campo label {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.forms .campo label span {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 3px;
}

.forms .campo input {
    border: 1px solid #eee;
    padding: 10px;
    height: 24px;
    width: 418px;
}

.forms .campo select {
    border: 1px solid #eee;
    padding: 10px;
    height: 44px;
    width: 440px;
}

.formularios label {
    margin-top: 10px;
    float: left;
    font-weight: 700;
}

.formularios label a {
    text-decoration: none;
}

.formularios input:not([type='file']),
.formularios input:not([type='checkbox']) {
    border: 1px solid #eee;
    padding: 10px;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.formularios select {
    border: 1px solid #eee;
    padding: 10px;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    text-align: center;
    text-align-last: center;
}

.formularios input:focus,
.formularios select:focus,
.busca input[type='text']:focus,
.formularios input:hover,
.formularios select:hover,
.busca input[type='text']:hover {
    background-color: #f5f5f5;
    border-color: #bdbdbd;
}

.formularios button[type='submit'],
.formularios button[type='reset'] {
    height: 44px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
}

.formularios button[type='submit'] {
    color: var(--corPrincipal);
    border: 1px solid var(--corPrincipal);
}

.formularios button[type='submit']:hover {
    background-color: var(--corPrincipal);
}

.campos {
    float: left;
    margin-right: 10px;
    height: 100px;
    margin-bottom: 10px;
    position: relative;
}

.campos a {
    color: var(--corPrincipal);
    text-decoration: none;
}

input.f1 {
    width: 888px;
}

input.f2 {
    width: 428px;
}

input.f3 {
    width: 274px;
}

input.f4 {
    width: 198px;
}

input.f5 {
    width: 152px;
}

input.f6 {
    width: 121px;
}

input.f7 {
    width: 99px;
    text-align: center;
}

input.f8 {
    width: 93px;
    text-align: center;
}

input.f9 {
    width: 70px;
    text-align: center;
}

input.f1C {
    width: 886px;
}

input.f2C {
    width: 438px;
}

input.f2M {
    width: 411px;
}

input.f3C {
    width: 288px;
}

input.f3M {
    width: 265px;
}

input.f4C {
    width: 210px;
}

input.f5C {
    width: 164px;
}

input.f6C {
    width: 133px;
}

input.f7C {
    width: 116px;
}

input.f8C {
    width: 80px;
}

input.f9C {
    width: 59px;
}

select.f1 {
    width: 898px;
}

select.f2 {
    width: 438px;
}

select.f3 {
    width: 214px;
}

select.f4 {
    width: 208px;
}

select.f5 {
    width: 162px;
}

select.f6 {
    width: 131px;
}

select.f7 {
    width: 109px;
    text-align: center;
}

select.f8 {
    width: 93px;
    text-align: center;
}

select.f9 {
    width: 80px;
    text-align: center;
}

select.f1C {
    width: 888px;
}

select.f2C {
    width: 438px;
}

select.f3C {
    width: 284px;
}

select.f4C {
    width: 208px;
}

select.f5C {
    width: 162px;
}

select.f6C {
    width: 131px;
}

select.f7C {
    width: 109px;
}

select.f8C {
    width: 93px;
}

select.f9C {
    width: 80px;
}

.esp {
    margin-top: 10px;
    padding: 5px 0;
}

/* Fieldset Legenda */
.grupos {
    border: 1px solid #eee;
    padding: 10px;
}

.grupos legend {
    padding: 10px 20px;
    background-color: transparent;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--corPrincipal);
    border: 1px solid var(--corPrincipal);
}

/* Checkbox personalizado */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    float: none !important
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:checked+.slider {
    background-color: var(--corPrincipal);
}

.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Rodapé */
#rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(238, 238, 238, 1.00);
    background-color: var(--corPrincipal);
    text-align: center;
}

#rodape p {
    font-size: 15px;
    color: #fff;
}

#rodape p strong {
    font-weight: 700;
}

#rodape p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

#rodape p a:hover {
    text-decoration: underline;
}

/* Tabela de listagem */
table.lista {
    border-collapse: collapse;
    width: 100%;
}

table.lista label {
    margin: 0;
}

table.lista th,
table.lista td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

table.lista th strong,
table.lista td strong {
    font-weight: 700;
}

table.lista tr {
    width: 100%;
}

table.lista tr:hover {
    background-color: #eee;
}

table.lista tr:nth-child(even) {
    background-color: #f5f5f5;
}

table.lista tr:nth-child(even):hover {
    background-color: #eee !important;
}

table.lista thead th {
    background-color: #fff;
    border-bottom: 2px solid #f1f1f2;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--corPrincipal);
}

table.lista thead .arrasta {
    color: #fff;
    font-size: 18px;
}

table.lista tbody tr {
    border-bottom: 1px solid #eee;
}

table.lista tbody tr:last-child {
    border-bottom: 0 !important;
}

table.lista tbody tr td a {
    text-decoration: none;
    display: block;
    color: var(--corPrincipal);
}

table.lista tbody tr td a:hover {
    text-decoration: underline;
}

table.lista tbody tr td strong {
    font-weight: 700;
}

table.lista tbody .move {
    font-size: 18px;
    color: #949494;
    cursor: move;
}

#contaItens {
    color: var(--corPrincipal);
    font-weight: 700;
    font-size: 18px;
}



/* Tabela de listagem */
table.listagem {
    border-collapse: collapse;
    width: 100%;
}

table.listagem label {
    margin: 0;
}

table.listagem th,
table.listagem td {
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    line-height: 16px;
}

table.listagem tr {
    width: 100%;
}

table.listagem tr:hover {
    background-color: #eee;
}

table.listagem tr:nth-child(even) {
    background-color: #f5f5f5;
}

table.listagem tr:last-child {
    border-bottom: 0 !important;
}

table.listagem thead th {
    background-color: #fff;
    color: var(--corPrincipal);
    border-bottom: 2px solid #f1f1f2;
}

table.listagem tbody tr {
    border-bottom: 1px solid #eee;
}

table.listagem thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

table.listagem thead .arrasta {
    color: #fff;
    font-size: 18px;
}

table.listagem tbody .move {
    font-size: 18px;
    color: #949494;
    cursor: move;
}

table.listagem tbody tr td a {
    color: var(--corPrincipal);
    text-decoration: none;
    display: block;
}

table.listagem tbody tr td a:hover {
    text-decoration: underline;
}

table.listagem tbody tr td strong {
    font-weight: 700;
}


/* Sem imagem */
.semimagem {
    width: 120px;
    height: 90px;
    border: 1px solid #eee;
    position: relative;
    display: table;
    background-color: #f5f5f5;
    margin: auto;
}

.semimagem p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.semimagem p i {
    font-size: 24px;
    margin-top: 10px;
}

/* Botão ação em massa */
.acao {
    background-color: transparent;
    color: var(--corPrincipal);
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 1px solid var(--corPrincipal);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.acaoMassa {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.acaoMassaC {
    display: none;
    right: 0;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 200px;
}

.acaoMassaC a {
    color: #000;
    padding: 11px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.acaoMassaC a i {
    float: right;
}

.acaoMassaC a:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

.acaoMassa:hover .acaoMassaC {
    display: block;
}

.acaoMassa:hover .acao {
    background-color: var(--corPrincipal);
    color: #fff;
}


.mDown {
    background-color: transparent;
    color: var(--corPrincipal);
    padding: 5px 10px;
    border: 1px solid var(--corPrincipal);
    cursor: pointer;
}

.mDown:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}


/* The container <div> - needed to position the dropdown content */
.btDown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.conteudoDown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.conteudoDown a {
    color: #343434;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    position: relative;
}

.conteudoDown a i {
    float: right;
}

/* Change color of dropdown links on hover */
.conteudoDown a:hover {
    background-color: var(--corPrincipal);
    color: #fff;
    text-decoration: none !important;
}

/* Show the dropdown menu on hover */
.btDown:hover .conteudoDown {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.btDown:hover .dropbtn {
    background-color: #3e8e41;
    text-decoration: none;
}


/* Abas internas */
ul#abasInternas li {
    float: left;
    margin-right: 5px;
}

.tbs {
    border: 1px solid #eee;
    padding: 10px 20px;
    background-color: transparent;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    margin: 2px;
    color: var(--corPrincipal);
    text-transform: uppercase;
}

.tbsSel,
.tbs:hover {
    color: #fff !important;
    cursor: pointer;
    background-color: var(--corPrincipal) !important;
}

/* Paginação */
.pgPed li {
    border: 1px solid #ddd;
}

.pgPed li a:hover {
    color: rgba(255, 255, 255, 1.00);
    cursor: pointer;
    font-weight: 700;
}

.pgPed {
    margin-top: 5px;
}

.pgPed li:last-child {
    margin-right: 0 !important;
}

.pgPed li:last-child a {
    margin-right: 0 !important;
}

.pgPed li {
    float: left;
    margin-right: 3px;
}

.pgPed li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--corPrincipal);
}

.pgPed .current {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    text-align: center;
    color: #fff;
    background-color: var(--corPrincipal);
    font-weight: 700;
}

.pgPed li a:hover {
    color: #fff;
    background-color: var(--corPrincipal);
}

.pgPed .ellipse {
    float: left;
    width: 41px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    text-align: center;
}

/* Alertas (tabela) */
.alertas {
    font-weight: 700;
    padding: 5px;
    font-size: 12px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    display: inline-block;
    margin: 5px;
}

.alertaVerde {
    color: #02c002;
    border: 1px solid #02c002;
}

.alertaVermelho {
    color: #ff1e00;
    border: 1px solid #ff1e00;
}

.alertaLaranja {
    color: #ff8400;
    border: 1px solid #ff8400;
}

.alertaAmarelo {
    color: #dac61a;
    border: 1px solid #dac61a;
}

.alertaAzul {
    color: #1a4dda;
    border: 1px solid #1a4dda;
}

/* Botão de upload */
.uploadifive-button {
    width: 100%;
    height: 44px;
    font-weight: 700;
    line-height: 44px;
    background-color: #eeeeee;
    position: relative;
    border: 1px solid #eeeeee;
    cursor: pointer;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.uploadifive-button:hover {
    color: #fff;
    background-color: var(--corPrincipal);
    border-color: var(--corPrincipal);
}

.uploadifive-button input {
    cursor: pointer;
}

.uploadifive-queue-item {
    background-color: #f5f5f5;
    border-bottom: 1px dotted #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 15px;
}

.uploadifive-queue-item .close {
    background: url('/imagens/plataforma/btCancelar.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    border: 1px solid #d0d0d0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #949494;
    height: 3px;
    width: 0;
}

/* Lista uploads */
hr.divisorBranco {
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #fff;
}

.carregaImagens {
    border: 1px dashed #ccc;
    padding-left: 6px;
    padding-bottom: 6px;
}

ul.imagens li {
    float: left;
    background-color: #eee;
    width: 156px;
    height: 212px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

ul.imagens li:nth-child(5n) {
    margin-right: 0 !important;
}

ul.imagens li textarea {
    width: 148px;
    height: 38px;
    padding: 5px;
    border: 1px solid #cccccc;
    resize: none;
}

ul.imagens li .img {
    background-color: #fff;
    text-align: center;
    width: 156px;
    height: 124px;
    display: table;
}

ul.imagens li .img a {
    display: block;
}

ul.imagens li .img p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.imagens li .imgH {
    width: 161px;
    height: 124px;
}

ul.imagens li .imgV {
    width: 124px;
    height: 93px;
    margin-top: 16px;
}

ul.imagens li .icones {
    float: left;
    margin-right: 5px;
    width: 31px;
    height: 24px;
    text-align: center;
}

ul.imagens li .icones a {
    display: block;
    color: #949494;
}

ul.imagens li .icones a:hover {
    color: #b43523;
}

ul.imagens li .icones i {
    font-size: 24px;
}

ul.imagens li label {
    margin: 0
}

/* Lista de arquivos */
ul.arquivos li {
    float: left;
    background-color: #eee;
    width: 161px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

ul.arquivos li:nth-child(5n) {
    margin-right: 0 !important;
}

ul.arquivos li textarea {
    width: 148px;
    height: 38px;
    padding: 5px;
    border: 1px solid #cccccc;
    resize: none;
}

ul.arquivos li .img {
    width: 161px;
    height: 124px;
    background-color: #fff;
    text-align: center;
}

ul.arquivos li .imgH {
    width: 161px;
    height: 124px;
}

ul.arquivos li .imgV {
    width: 124px;
    height: 93px;
    margin-top: 16px;
}

ul.arquivos li .icones {
    float: left;
    margin-right: 5px;
    width: 31px;
    height: 24px;
    text-align: center;
}

ul.arquivos li .icones a {
    display: block;
    color: #949494;
}

ul.arquivos li .icones a:hover {
    color: #b43523;
}

ul.arquivos li .icones i {
    font-size: 24px;
}

ul.arquivos li label {
    margin: 0
}

/* Lista de arquivos múltiplos */
ul.multiplo li {
    float: left;
    background-color: #eee;
    width: 161px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

ul.multiplo li::nth-child(5n) {
    margin-right: 0 !important;
}

ul.multiplo li textarea {
    width: 148px;
    height: 38px;
    padding: 5px;
    border: 1px solid #cccccc;
    resize: none;
}

ul.multiplo li .img {
    width: 161px;
    height: 124px;
    background-color: #fff;
    text-align: center;
}

ul.multiplo li .imgH {
    width: 161px;
    height: 124px;
}

ul.multiplo li .imgV {
    width: 124px;
    height: 93px;
    margin-top: 16px;
}

ul.multiplo li .icones {
    float: left;
    margin-right: 5px;
    width: 31px;
    height: 24px;
    text-align: center;
}

ul.multiplo li .icones a {
    display: block;
    color: #949494;
}

ul.multiplo li .icones a:hover {
    color: #b43523;
}

ul.multiplo li .icones i {
    font-size: 24px;
}

ul.multiplo li label {
    margin: 0
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Nenum resultado */
.nenhum {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.nenhum p {
    text-align: center;
    font-weight: 700;
}

.nenhum p strong {
    font-weight: 700;
}

/* Botões */
.formularios button[type='submit'] {
    float: right;
    width: 49%;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
}

.formularios button[type='submit']:hover {
    color: #fff;
}

.formularios button[type='reset'] {
    float: left;
    width: 49%;
    border: 1px solid #949494;
    background-color: transparent;
    color: #949494;
    font-size: 14px;
    font-weight: 700;
}

.formularios button[type='reset']:hover {
    background-color: #949494;
    color: #fff;
}

/* Botão limpar filtros */
#lRel {
    float: right;
}

#lRel a {
    display: block;
    color: var(--corPrincipal);
    text-decoration: none;
}

#lRel a:hover {
    text-decoration: underline;
}

#limpaR {
    position: relative;
}

/* Exibe uploads */
ul.selecta {
    float: right;
}

ul.selecta li {
    float: left;
    margin-left: 10px;
}

ul.selecta li label {
    margin-top: 10px;
}

button[type='button'].delIMG {
    height: 44px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
}

button[type='button'].delIMG {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border: 1px solid #b43523;
    background-color: transparent;
    color: #b43523;
}

button[type='button'].delIMG:hover {
    background-color: #b43523;
    color: #fff;
}

/* Select Multiple */
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-choice {
    display: block;
    width: 101%;
    height: 44px;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    color: #222;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

.ms-choice:focus {
    border-color: #c0c0c0;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #dddddd;
    cursor: default;
}

.ms-choice>span {
    position: absolute;
    top: 6px;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    text-transform: none;
    font-size: 15px;
    text-align: center;
}

.ms-choice>div {
    position: absolute;
    top: 9px;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('/imagens/plataforma/multiple-select.png') left top no-repeat;
}

.ms-choice>div.open {
    background: url('/imagens/plataforma/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #ffffff;
    color: #000000;
    border: 1px solid #eeeeee;
}

.ms-drop.bottom {
    top: 100%;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid rgba(170, 170, 170, 1.00);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1.00) url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px;
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -16px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, rgba(229, 229, 229, 1.00)));
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, rgba(229, 229, 229, 1.00) 99%);
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, rgba(229, 229, 229, 1.00) 99%);
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, rgba(229, 229, 229, 1.00) 99%);
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, rgba(255, 255, 255, 1.00) 85%, rgba(229, 229, 229, 1.00) 99%);
    background: url('/imagens/plataforma/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, rgba(255, 255, 255, 1.00) 85%, rgba(229, 229, 229, 1.00) 99%);
}

.ms-search input {
    margin-top: 0 !important
}

.ms-search,
.ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-select-all {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(238, 238, 238, 1.00);
    padding-bottom: 10px;
    padding-top: 10px;
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul>li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul>li.multiple {
    display: block;
}

.ms-drop ul>li.group {
    clear: both;
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul>li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    cursor: pointer;
}

.ms-drop ul>li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    height: 12px !important;
}

.ms-drop .ms-no-results {
    display: none;
}

.ativada {
    background-color: #eeeeee !important;
}

.arq a {
    width: 155px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    color: #4f4f4f;
    text-decoration: none;
    display: block;
}

.arq a:hover {
    background-color: #f5f5f5;
}

/* Formulário de Login */
#logoLogin {
    float: left;
    width: 200px;
    height: 90px;
    margin-top: 41px;
}

#logoLogin img {
    width: 100%;
}

#login {
    position: absolute;
    top: 50%;
    margin-top: -86px;
    width: 100%;
    height: 171px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.login {
    width: 940px;
    margin: auto;
}

.campo {
    float: left;
}

/* Login FORM */
#logoLogin {
    position: relative;
}

#logoLogin img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

form#frmLogin {
    width: 720px;
    float: right;
    margin-top: 38px;
}

form#frmLogin label {
    margin-left: 10px;
    display: block;
    margin-bottom: 10px;
    float: left;
    font-weight: 700;
    color: #000;
}

form#frmLogin input[type='email'],
form#frmLogin input[type='password'] {
    padding: 10px;
    border: 1px solid #ddd;
    width: 285px;
    height: 44px;
    margin-left: 10px;
    background-color: transparent;
    color: #000;
}

form#frmLogin input[type='email']:focus,
form#frmLogin input[type='password']:focus {
    border-color: #666;
    color: #000;
}

form#frmLogin button[type='submit'] {
    background-color: transparent;
    border: 1px solid var(--corPrincipal);
    color: var(--corPrincipal);
    margin-top: 27px;
    width: 120px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: var(--corPrincipal);
    float: right;
    cursor: pointer;
}

form#frmLogin button[type='submit']:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

form#frmLogin ::placeholder {
    color: #000;
    opacity: 0.7;
}

form#frmLogin :-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

form#frmLogin ::-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

/* Formulário de recuperação de senha */
form#frmRecupera button[type='submit'] {
    border: 1px solid var(--corPrincipal);
    color: var(--corPrincipal);
    width: 140px;
    height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    float: right;
    cursor: pointer;
}

form#frmRecupera button[type='submit']:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

form#frmRecupera input[type='email'] {
    padding: 10px;
    border: 1px solid #eee;
    width: 390px;
    height: 44px;
}

form#frmRecupera input[type='email']:focus {
    background-color: #f5f5f5;
}


/* Botão de esqueci a senha */
.esqueci a {
    color: var(--corPrincipal);
}

.esqueci {
    float: right;
    margin-top: 20px;
    width: 413px;
    text-align: left;
}

.esqueci a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.esqueci a:hover {
    text-decoration: underline;
}

/* Botão mover */
.mMove {
    margin-top: 40px;
    float: left;
    margin-right: 20px;
}

.mMove i {
    font-size: 24px;
    color: #000;
}

#mTabela {
    /* overflow-x: auto;*/
}

/* Filtro */
.filtro {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    position: absolute;
    top: 5px;
    right: 85px;
    border: 1px solid var(--corPrincipal);
}

.filtro a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--corPrincipal);
}

.filtro a:hover {
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: var(--corPrincipal);
}


.filtroC {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid var(--corPrincipal);
}

.filtroC a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--corPrincipal);
}

.filtroC a:hover {
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: var(--corPrincipal);
}

/* Informações */
.inf {
    height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    position: relative;
}

.inf p {
    line-height: 50px;
    font-weight: 700;
    color: #343434;
}

.inf strong {
    font-weight: 700;
}

.btUnico {
    width: 100% !important;
}

/* Botão de upload*/
.file-upload-container {
    width: 100%;
    display: block;
    border: 1px solid #efefef;
    padding: 10px;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file-upload-override-button {
    padding: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    color: var(--corPrincipal);
    border: 1px solid var(--corPrincipal);
}

.file-upload-override-button:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

.file-upload-override-button:active {
    position: relative;
    top: 1px;
}

.botaoUpload {
    position: absolute;
    height: 50px !important;
    top: -10px;
    left: -10px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.file-upload-filename {
    margin-left: 10px;
    margin-top: 10px;
    height: auto;
    font-weight: normal;
    text-align: center;
}

.upload {
    width: 465px;
}

.file-upload-filename a {
    color: #80ad38;
    text-decoration: none;
}

.file-upload-filename a:hover {
    text-decoration: underline;
}

/* Menu superior */
nav#menu ul li a {
    color: #fff;
}

nav#menu ul li i {
    color: #fff;
}

nav#menu ul li:hover {
    background-color: #fff;
    color: var(--corPrincipal);
}

nav#menu ul li a:hover {
    color: var(--corPrincipal) !important;
}

nav#menu ul li a:hover>i,
nav#menu ul ul li a:hover>i {
    color: var(--corPrincipal) !important;
}

nav#menu ul li:hover>a i {
    color: var(--corPrincipal) !important;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
}

#logo img {
    width: 100%;
    height: auto;
}

#menuUsuario {
    float: right;
    margin-top: 2px;
}

#menuUsuario ul {
    list-style: none;
    position: relative;
    float: right;
    padding: 0;
}

#menuUsuario ul li a i {
    margin-top: 20px;
    margin-left: 10px;
}

#menuUsuario ul li .nPainel {
    float: left;
    line-height: 60px;
    margin-left: 10px;
}

#menuUsuario ul a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    line-height: 39px;
    /* padding: 0 15px; */
}

#menuUsuario ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#menuUsuario ul li strong {
    font-weight: 700;
}

#menuUsuario ul li.current-menu-item {
    background: #ddd;
}

#menuUsuario li:hover>i {
    color: var(--corPrincipal) !important;
}

#menuUsuario ul ul {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    background: var(--corPrincipal);
    color: #fff;
    padding: 0;
    z-index: 500;
    width: 200px;
}

#menuUsuario ul ul li {
    float: none;
    width: 100%;
    display: inline-table;

}

#menuUsuario ul ul li i {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

#menuUsuario ul ul a {
    line-height: 120%;
    padding: 10px 15px;
    color: #fff !important;
}

#menuUsuario ul ul a:hover {
    background-color: #4b006f;
}

#menuUsuario ul ul ul {
    top: 0;
    left: 100%;
}

#menuUsuario ul li:hover>ul {
    display: block;
}

.foto {
    width: 60px;
    height: 60px;
    background-color: #eee;
    float: left;
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #eee;
}

/* Accordion */
.accordion {
    background-color: #fff;
    color: #343434;
    cursor: pointer;
    padding: 10px;
    line-height: 31px;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: 0;
}

.accordion:after {
    content: '\002B';
    color: var(--corPrincipal);
    font-weight: 700;
    float: right;
    margin-left: 5px;
    margin-right: 3px;
    font-size: 48px;
}

.accordion:hover:after {
    color: #fff !important;
}

.abaAtiva:after {
    content: "\2212";
    color: #fff !important;
}

.abaAtiva {
    color: #fff !important;
    background-color: var(--corPrincipal);
}

.panel {
    padding: 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
    margin: 10px;
}

.accordion .active,
.accordion:hover {
    color: #fff !important;
}

.accordion .active,
.accordion:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

ul.dados li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

ul.dados li strong {
    font-weight: 700;
}

ul.dados li a {
    color: var(--corPrincipal);
    text-decoration: none;
    font-weight: 700;
}

ul.dados li a:hover {
    text-decoration: underline;
}

ul.dados li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

ul.dados li p {
    margin-top: 15px;
    line-height: 22px;
}

form#frmDash .cmp {
    float: left;
    margin-right: 10px;

}

form#frmDash .cmp label {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-weight: 700;
}

form#frmDash .btDash {
    float: left;
    margin-top: 36px;
}

form#frmDash .btDash button[type="submit"] {
    border: 1px solid var(--corPrincipal);
    color: var(--corPrincipal);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 11px 20px;
}

form#frmDash .btDash button[type="submit"]:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

.vermelho {
    color: #ff0000;
}

.verde {
    color: #02c002;
}

ul.dashboard li {
    width: 254px;
    height: 109px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

ul.dashboard li:last-child {
    margin-right: 0 !important;
}

ul.dashboard li .titulo {
    font-weight: 700;
}

ul.dashboard li .subtitulo {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
}

ul.dashboard li i {
    font-size: 13px;
}

ul.dashboard li .itens p {
    border-bottom: 1px solid #eee;
    padding: 5px;
}

ul.dashboard li .itens span {
    float: right;
    font-weight: 700;
}

ul.dashboardTop li {
    width: 407px;
    float: left;
    margin-right: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

ul.dashboardTop li:last-child {
    margin-right: 0 !important;
}

ul.dashboardTop li .titulo {
    font-weight: 700;
}

ul.dashboardTop li .subtitulo {
    font-weight: 700;
    font-size: 20px;
}

ul.dashboardTop li i {
    font-size: 13px;
}

ul.dashboardTop li .itens p {
    border-bottom: 1px solid #eee;
    padding: 5px;
}

ul.dashboardTop li .itens span {
    float: right;
    font-weight: 700;
}

ul.navega li {
    float: left;
    text-align: center;
}

ul.navega li i {
    font-size: 24px;
    margin-top: 8px;
}

ul.navega li:frist-child {
    width: 48px;
}

ul.navega li:nth-child(2) {
    margin-left: 20px;
    width: 793px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #ddd;
    padding: 10px;
}

ul.navega li:last-child {
    float: right;
    width: 48px;
}

.btRel {
    float: left;
    margin-left: 20px;
}

ul.dashboard li span {
    float: right;
}

.tituloDash {
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.tituloDash span {
    color: var(--corPrincipal);
}

ul.dashboardTop li {
    margin-bottom: 10px;
}

ul.dashboardTop li:nth-child(2n) {
    margin-right: 0 !important;
}

ul.estatisticas li {
    width: 274px;
    height: 22px;
    line-height: 22px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

ul.estatisticas li a {
    color: inherit !important;
    text-decoration: none;
}

ul.estatisticas li:nth-child(3n) {
    margin-right: 0 !important;
}

ul.estatisticas li span {
    float: right;
}

.fotoAvatar {
    width: 96px;
    height: 96px;
    background-color: #eee;
    float: left;
    margin-right: 10px;
    border-radius: 96px 96px 96px 96px;
    -moz-border-radius: 96px 96px 96px 96px;
    -webkit-border-radius: 96px 96px 96px 96px;
    margin-top: 5px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #eee;
}

.remAvatar {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
}

.mFoto {
    margin-top: 40px;
}

.textos p:first-child {
    margin-top: 0 !important;
}

.textos p:last-child {
    margin-bottom: 0 !important;
}

.textos p {
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.textos strong {
    font-weight: 700;
}

.textos a {
    font-weight: 700;
    color: var(--corPrincipal);
    text-decoration: none;
}

.textos a:hover {
    text-decoration: underline;
}

.notificacoes {
    width: 60px;
    height: 60px;
    float: right;
    border: 1px solid var(--corPrincipal);
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
}

.notificacoes a {
    display: block;
    text-align: center;
    font-size: 28px;
    color: var(--corPrincipal);
}

.notificacoes a i {
    margin-top: 15px;
}

.bubble {
    width: 20px;
    height: 20px;
    background-color: var(--corPrincipal);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 11px;
}

ul.buscaCampo {
    padding: 10px;
    background-color: rgba(255, 255, 255, 1.00);
    overflow-y: auto;
    z-index: 12;
    position: absolute;
    display: none;
    width: 300px;
    top: 82px;
}

ul.buscaCampo li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(238, 238, 238, 1.00);
    font-weight: bold;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.buscaCampo li:hover {
    color: #fff !important;
    background: var(--corPrincipal);
}

ul.resultadoBusca li {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.resultadoBusca li a {
    display: block;
    background-color: #fafafa;
    color: #949494;
    border: 1px solid #7b7b7b;
    text-decoration: none;
    padding: 10px;
}

ul.resultadoBusca li a:hover {
    background-color: #6ba398;
    color: #fff;
}

ul.sugestoes {
    padding: 10px;
    width: 300px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 10;
    position: relative;
}

ul.sugestoes li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    cursor: pointer;    
    font-weight: 700;           
}

ul.sugestoes li:hover {
    background-color: var(--corPrincipal);
    color: #fff;
}

ul.sugestoes li:last-child {
    border-bottom: 0;
}