html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    /*text-transform: capitalize;*/
}

.dhx_cell_layout{
    background-color: #0b0e1f;
}

scroll-container {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
scroll-page {
    justify-content: center;
    height: 100%;
}

.bold {
    font-weight: bold;
}

.cabecalho {
    height: 40px;
    width: 99.6%;
    margin: 0 0 6px;
    padding: 0 0 0 5px;
    background-color: #1e0c35;
    cursor: default;
    z-index: 0;
    line-height: 40px;
    color: #c0c0db;
}

.appheader {
    height: 40px;

    /*background: rgb(35, 0, 59);*/
    /*color: black;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23003b", endColorstr="#003f87", GradientType=1);*/

    /*background: rgb(60,140,231);*/
    /*background: -moz-linear-gradient(90deg, rgba(60,140,231,1) 0%, rgba(96,205,238,1) 50%, rgba(60,140,231,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(60,140,231,1) 0%, rgba(96,205,238,1) 50%, rgba(60,140,231,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(60,140,231,1) 0%, rgba(96,205,238,1) 50%, rgba(60,140,231,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c8ce7",endColorstr="#3c8ce7",GradientType=1);*/

    /*background: linear-gradient(*/
    /*        270deg, #485577, #3c4458 65%, #1f232d),*/
    /*linear-gradient(*/
    /*        270deg,#d5f3b3,#36c89b),#fff;*/
}

.header-lado-direito{
    color: black;
}

.login-page-body {
    color: red;
    height: 98px;
    overflow: hidden;
}

.quebra-texto{
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: ltr;
}

#logo {
    height: 36px;
    width: 250px;
    background-image: url("img/crgs.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 2px;
    margin-left: -20px;
    float: left;
}

#loginlogo {
    height: 100px;
    width: 567px;
    background-image: url("img/crgs.png");
    background-repeat: no-repeat;
    background-position: 27% center;
    float: left;
}

.header-lado-direito {
    float: right;
    line-height: 39px;
    padding-right: 15px;
}

.header-session-logout {
    font-size: 18px;
    cursor: pointer;
}

.header-username {
    float: left;
    margin-right: 15px;
    line-height: 40px;
    /*font-size: 70%;*/
}

.header-userphoto {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 5px;
    background-image: url("img/user.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.header-session-logout {
    float: left;
}

#capturar {
    width: 300px;
    height: 225px;
}

video {
    background: #222;
    margin: 0 0 20px 0;
    --width: 100%;
    width: var(--width);
    height: calc(var(--width) * 0.75);
}

.foto_autente, .foto_nova {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 225px;
}

.foto_autente {
    border: 1px solid red;
    color: red;
}

.foto_nova {
    border: 1px solid #0d4d98;
    color: #0d4d98;
    border-radius: 5px;
}
.sem_foto {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    filter: invert(30.2%) sepia(65.6%) saturate(1145.2%) hue-rotate(140.6deg) brightness(139%) contrast(152.9%);
}

.com_foto {
    position: absolute;
    margin: auto;
    top: 0;
    left: 11px;
    right: 0;
    bottom: 0;
    width: 128px;
}

.cat img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    width: 50%;
}

.cat, .foto-registro {
    margin-top: 14px;
    margin-right: 12px;
    width: 63px;
    height: 63px;
    position: relative;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background-color: #84b0c112;
    z-index: 998;
}

.foto-registro img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.unidades-tipo-registro-pessoas {
    background: url('img/user.svg')
}
.unidades-tipo-registro-veiculo {
    background: url('img/car.svg')
}
.unidades-tipo-registro-pets {
    background: url('img/dog.svg')
}

.unidades-tipo-registro {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /*background-color: #05acee2b;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    float: initial;
    margin-left: 0px;
    z-index: 999;
    margin-top: 10px;
}

.unidade-foto-registro-visualizar {
    margin-top: 14px;
    margin-right: 12px;
    width: 256px;
    height: 256px;
    position: relative;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background-color: #84b0c112;
    z-index: 998;
}

.unidade-foto-registro-visualizar img {
    display: inline;
    margin-top: 0;
    margin-right: auto;
    margin-left: -40px;
    margin-bottom: 0;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.highlight {
    background: yellow;
    font-weight: bold;
}


.input_filtro {
    border: none;
    border-bottom: 1px solid #ccc;
}

.input_filtro:focus-visible, input:focus, input:focus-visible {
    border: none;
    outline: none;
}


/***
Módulo Assistencia
 */

.ass-titulo-solicitacao, .ass-titulo-solicitacao-novos {
    line-height: 18px;
    display: inline-block;
    margin-bottom: 3px;
    width: fit-content;
    padding: 5px;
    border-radius: 6px
}

.ass-titulo-solicitacao-novos {
    border-bottom: 1px solid #c2c2c2;
}

.ass-resumo-solicitacao {
    line-height: 18px;
    margin: 0;
    padding: 0;
    max-width: 80%;
    white-space: normal;
    word-wrap: break-word !important;
    overflow: hidden;
    color: #1a1a1a;
    text-overflow: ellipsis !important;
}