/* Icones */
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/* Sistema */
body {
    background-color: #f5f5f5;
}

main {
    max-width: 310px;
    margin: auto;
}

.box-cadastro {
    max-width: 900px;
    margin: auto;
    padding: 30px;
}

#conteudo-geral {
    display: none;
}

#menu-topo {
    background-color: #ffffff;
}

.btn-pesquisa {
    cursor: pointer;
}

.boxes {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
}

.avatar-online {
    height: 60px;
    width: 60px;
    float: left;
    margin: 3px;
    background-color: #ccc;
    cursor: pointer;
    border: 4px solid #9f9;
}

.avatar-aniversario {
    height: 60px;
    width: 60px;
    float: left;
    margin: 3px;
    background-color: #ccc;
    border: 4px solid #ccc;
    cursor: help;
}

#box-resumo {
    padding: 10px;
    font-weight: thin;
    background-image: url(../img/bg/clientes.png);
    margin-bottom: 20px;
    min-height: 305px;
}

html {
    font-family: "Roboto", sans serif;
    font-weight: 300;
}

.logo {
    margin-left: -15px;
    word-spacing: normal;
    letter-spacing: normal;
}

#menu-principal-acoes {
    margin-right: -15px;
}

.logo span {
    font-family: "Roboto", sans serif;
    font-weight: 300;
    margin-left: -15px;
    font-size: 20px;
}

.divider-resumo {
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}

#box-nivers {
    margin-top: 20px;
}

.topo_side {
    height: 5em;
    padding-top: 0.8em;
}

.nome_side {
    vertical-align: middle;
}

.paleta {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.retorno-vazio-hoje {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-content {
    margin: 0;
    min-width: 230px;
}

.marcador-online {
    border-radius: 50%;
    float: right;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.bt-deconexao {
    font-size: 18px;
}

.desconexao {
    border-radius: 50%;
    float: right;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    background-color: #64b5f6;
}

.desconexao:hover {
    background-color: #ea5f55;
}

.dados-router {
    padding: 5px;
}

#box-router {
    margin-bottom: 20px;
}

#box-empresa {
    margin-bottom: 20px;
}

.logo-interno {
    font-size: 32px;
}

.titulo-interno {
    font-weight: 300;
    font-size: 26px;
}

.tarja-perfil {
    background-image: url(../img/bg/social.jpg);
    min-height: 180px;
    text-align: center;
    background-repeat: repeat-x;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nome-perfil {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
}

.dados-perfil {
    padding: 20px;
}

.avatar-perfil {
    height: 140px;
    width: 140px;
    margin: 10px;
    background-color: #fff;
    border: 4px solid #fff;
}

.legenda-perfil {
    font-weight: bold;
    font-size: 18px;
}

#box-login {
    display: inline-block;
    padding: 30px;
    min-width: 310px;
}

.logo-login {
    font-size: 40px;
}

.titulo-login {
    font-family: "Roboto", sans serif;
    font-weight: 300;
    font-size: 30px;
}

.bt-login {
    margin: 5px;
}

#form-minhaconta {
    padding: 30px;
}

#submenu-notificacoes {
    z-index: 99999;
    -khtml-opacity: 0.93;
    -moz-opacity: 0.93;
    -ms-filter: "alpha(opacity=93)";
    filter: alpha(opacity=93);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.93);
    opacity: 0.93;
}

#submenu-menu li,
#submenu-cfg li,
#submenu-notificacoes li {
    padding: 0;
    font-size: 16px;
}

#submenu-menu i,
#submenu-cfg i,
#submenu-notificacoes i {
    font-size: 18px;
    padding: 0;
}

#submenu-menu li a,
#submenu-cfg li a,
#submenu-notificacoes li a {
    font-size: 16px;
}

.titulo-interno a {
    color: #000;
    font-weight: 300;
    font-size: 26px;
}

.foto {
    height: 230px;
    width: 230px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    background-color: #fff;
    border: 8px solid #727272;
    background-image: url(../img/icones/avatar.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.foto-upload {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    background-size: 100% 100%;
}

#navbar {
    position: fixed;
    z-index: 999;
}

/*Editor de Imagem*/
.slider-wrapper {
    height: 80px;
    margin-top: 5px;
}

input[type="range"]+.thumb {
    display: none;
    visibility: hidden;
}

input[type="range"]::-webkit-slider-thumb {
    background: #0d47a1;
    min-width: 17px;
    min-height: 17px;
}

input[type="range"]::-moz-range-thumb {
    background: #0d47a1;
    min-width: 17px;
    min-height: 17px;
}

input[type="range"]::-ms-slider-thumb {
    background: #0d47a1;
    min-width: 17px;
    min-height: 17px;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px;
}

input[type="range"]::-mos-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px;
}

.bt-girar {
    margin-right: 5px;
}

/*Tabelas*/
div.material-table {
    padding: 20px;
}

div.material-table .hiddensearch {
    padding: 0px;
    border-bottom: solid 1px #0d47a1;
    display: none;
}

div.material-table .hiddensearch input {
    margin: 0;
    height: 48px;
    color: rgba(0, 0, 0, 0.84);
}

div.material-table .hiddensearch input:focus {
    border-bottom: solid 1px #0d47a1;
}

div.material-table table {
    table-layout: auto;
}

div.material-table .table-header {
    height: 80px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #dddddd;
    text-align: left;
}

div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 45px;
    padding: 8px;
    min-height: 40px;
}

div.material-table .table-header .btn-flat:active,
div.material-table .table-header .btn-flat:focus {
    background-color: #fff;
}

div.material-table .table-header input {
    margin: 0;
    height: auto;
}

div.material-table .table-header label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
}

div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 30px;
}

div.material-table .table-footer {
    height: 56px;
    padding-right: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
}

div.material-table .table-footer label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer select {
    text-align: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
    margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
    display: flex;
    -webkit-display: flex;
    margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
    margin: 0;
    border-bottom: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 40px;
    text-align: right;
}

div.material-table .table-footer select {
    background-color: transparent;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 20px;
}

div.material-table .table-title {
    font-size: 20px;
    color: #000;
}

div.material-table table tr td {
    padding: 0 0 0 14px;
    height: 48px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 1px #dddddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.material-table table tr td a {
    color: inherit;
}

div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
    font-size: 12px;
}

div.material-table table th {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    height: 56px;
    padding-left: 14px;
    vertical-align: middle;
    outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_down";
    display: none;
    vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    display: inline-block;
}

div.material-table table th.sorting_desc:after {
    content: "keyboard_arrow_up";
}

div.material-table table tbody tr:hover {
    background-color: #eee;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    line-height: 14px;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable>tbody>tr.child {
    padding: 0.5em 1em;
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important;
}

table.dataTable>tbody>tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}

table.dataTable>tbody>tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable>tbody>tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259c4;
    z-index: 201;
}

.buscas:focus,
.buscas:hover {
    background-color: #0d47a1;
}

.botoes-full {
    width: 100%;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header h5 {
    margin: 0;
}

.modal {
    /* max-height: 300px; */
    overflow: hidden;
}

.modal-content {
    overflow: auto;
}

.btn-registros {
    border-radius: 50%;
    margin-right: 5px;
    border: none;
    padding: 5px;
    text-align: center;
    height: 35px;
    width: 35px;
}

.loader-botao {
    height: 25px;
    width: 25px;
}

.botao-remover {
    position: absolute;
    top: 25px;
    right: 0px;
}

#colunas {
    min-width: 200px;
}

.bt-operacao {
    margin: 5px;
}

.operacoes {
    margin-right: 5px;
}

#bt-entrar {
    width: 100%;
}

#bt-recuperar {
    width: 100%;
}

.bt-fechar {
    cursor: pointer;
    margin-right: 7px;
    margin-top: 23px;
    font-size: 6rem;
}

.linha-side {
    margin-bottom: 5px;
}

.bt-sidenav {
    margin-right: 10px;
    margin-left: 5px;
    font-weight: none;
}

.titulo-central {
    width: 100%;
}

.titulo-central strong {
    margin-left: 10px;
}

.link-sidenav {
    width: 100%;
}

.link-sidenav span {
    margin-top: 5px;
}

#bt-apagar-foto-minhaconta {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 230px;
}

#bt-apagar-foto-backgrounds {
    margin-top: 10px;
    margin-bottom: 10px;
}

.legenda {
    padding: 10px;
    background-color: #0D47A1;
    color: #ffffff;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sublegenda {
    padding: 10px;
    background-color: #4527a0;
    color: #ffffff;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

fieldset {
    margin-bottom: 10px;
}

#box-grafico-cadastros {
    margin-bottom: 20px;
}

#grafico-cadastros {
    height: 200px;
    overflow: hidden;
}

#box-grafico-sexo {
    margin-bottom: 20px;
}

#grafico-sexo {
    height: 200px;
    overflow: hidden;
}

#box-grafico-novos-cadastros {
    margin-bottom: 20px;
}

#box-grafico-acessos {
    margin-bottom: 20px;
}

#box-utilizacao {
    margin-bottom: 20px;
}

#grafico-novos-cadastros {
    height: 200px;
    overflow: hidden;
}

#grafico-dispositivos {
    height: 200px;
    overflow: hidden;
}

#graficos-home {
    margin-bottom: 20px;
}

.marcador-hoje {
    border-radius: 3px;
    float: right;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
}

.marcador-mes {
    border-radius: 3px;
    float: right;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
}

.foto-bg {
    height: 220px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    background-color: #fff;
    border: 8px solid #727272;
    background-image: url(../img/icones/foto.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 50% auto;
}

.foto-bg-reclamacao {
    height: 220px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    background-color: #fff;
    border: 8px solid #727272;
    background-image: url(../img/icones/foto.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 50% auto;
}

.foto-bg1 {
    height: 220px;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    background-color: #fff;
    border: 8px solid #727272;
    background-image: url(../img/icones/foto.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 50% auto;
}

.conversa {
    height: 300px;
    overflow: auto;
}

.remover-banner {
    width: 220px;
}

.fullwidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
}

.spinner-white-only {
    border-color: #ffffff;
}

.menu-mobile {
    margin-right: 10px;
    vertical-align: middle;
}

.modal-top {
    position: absolute;
    height: 65px;
    width: 100%;
    top: 0;
    overflow-y: auto;
    z-index: 999;
    padding: 15px;
}

.topo-modal {
    height: 50px;
    position: relative;
    width: 90%;
}

.icones-home {
    margin-left: -20px;
}

.card-home {
    min-height: 110px;
}

.fotos-upload {
    height: 200px;
    cursor: pointer;
    width: 100%;
    overflow: auto;
    background-image: url(../img/icones/foto.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.foto-galeria {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 4px rgba(0, 0, 0, 0.15);
    background-size: 100% 100%;
    margin: 10px;
    background-color: #fff;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2 {
    /*width: calc(100% - 45px) !important;*/
    width: 100% !important;
    /*margin-left: 45px;*/
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default .select2-selection--multiple .select2-container--disabled,
.select2-container--default .select2-selection--single .select2-container--disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-container--disabled {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 46px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px;
}

.select2-container--default .select2-selection--multiple input {
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #42a5f5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(0, 0, 0) transparent transparent;
    border-width: 9px 4px 0 4px;
    margin-left: 2px;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.select2-results__option {
    padding: 1rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
div.tagsinput span.tag {
    background-color: #42a5f5;
}

.select2+label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem;
}

.select2-container .select2-search__field {
    width: 100% !important;
}

.fundo-tabela {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.carregando-tabela {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #333;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

#listagem_regioes {
    min-height: 300px;
    max-height: 300px;
    overflow: auto;
}

#submenu-menu div {
    padding: 0;
}

.submenu-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 420px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.submenu-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.submenu-content li:hover,
.submenu-content li.active,
.submenu-content li.selected {
    background-color: #eee;
}

.submenu-content li.active.selected {
    background-color: #e1e1e1;
}

.submenu-content li.divider {
    min-height: 0;
    height: 1px;
}

.submenu-content li>a,
.submenu-content li>span {
    font-size: 16px;
    color: #1e88e5;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.submenu-content li>span>label {
    top: 1px;
    left: 0;
    height: 18px;
}

.submenu-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px;
}

.submenu-content {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.logo_shop:hover {
    background-color: #fff;
}

.logo_shop {
    background-color: #fff;
    height: 55px;
    overflow: hidden;
}

.select-dropdown {
    top: 0 !important;
}

.comunicado_texto {
    font-size: 12px;
    text-align: justify;
}

.texto-centro {
    text-align: center;
}

#modal_profissional {
    height: 350px;
    overflow: visible !important;
}

#modal_profissional .select-wrapper {
    z-index: 1004 !important;
}

.modal-content {
    overflow: visible !important;
}

.material-table td,
.material-table th {
    word-wrap: break-word;
    max-width: 300px;
    white-space: normal !important;
}

.table td,
.table th {
    word-wrap: break-word;
    max-width: 300px;
    white-space: normal !important;
}

.modulos_internos {
    background: #000;
    border: none;
    height: 55vh;
    width: 100%;
}

.bt_select {
    cursor: pointer;
}

.bt_incluir_equipamento {
    margin-top: 20px;
}

.bt_incluir_material {
    margin-top: 20px;
}

.titulo-tarjas {
    font-weight: 300;
    font-size: 20px;
}

.titulo-modal {
    padding: 15px;
}

/* .select-dropdown {
    top: 0 !important;
    z-index: 90 !important;
} */

.modal {
    overflow: visible;
}

.input-field label {
    pointer-events: auto !important;
}

.stick {
    position: -webkit-sticky;
    background-color: #fff;
    /* Safari */
    position: sticky;
    top: 0;
}
/* Editar Equipamento */
.bt_alterar_equipamento{
    margin-top: -5px !important;

}
#modal-equipamentos .modal-content{
    overflow: auto !important;
    max-height: 450px !important;
    background-color: white;
}
.swal2-overlay {
    z-index: 9998 !important;
}
.swal2-modal {
    z-index: 9999 !important;
}
