* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    /*color: #333;*/
}

body, table {
    font-size: 12px;
}

table {
    border-spacing: 1px;
}

h1 {
    font-size: 17px;
}

h2 {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

h3 {
    font-size: 13px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

h4 {
    font-size: 12px;
}

.link {
    text-decoration: none!important;
}

.link:hover {
    filter: brightness(90%);
}

h2.cab {
    text-align: center;
    color: #fff;
    background: #00587d;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 0;
}

.swal2-title { border: 0; }

/*li {
  list-style-type: none;
}*/

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a.button:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ui-widget-header {
    background: var(--color-azul-marinho)!important;
    border: 1px solid var(--color-azul-marinho)!important;
}
.ui-widget-overlay {z-index: 1100!important;}
.ui-dialog {z-index: 1101!important;}

/* error/information messages */

.msg {
    border: 1px solid;
    margin: 0 0 15px 0;
    padding: 8px 10px 0 10px;
}

.msg p {
    margin: 0 0 8px 0;
    padding-left: 25px;
    min-height: 16px;
}

.msg.ok {
    border-color: #AD7;
    background: #DEB;
}

.msg.error {
    border-color: #FBB;
    background: #FDD;
}

.msg.warn {
    border-color: #EEC;
    background: #FFC;
}

.msg.info {
    border-color: #CDF;
    background: #DEF;
}

.msg.ok p {
    background: url("img/accept.png") 0 50% no-repeat;
}

.msg.error p {
    background: url("img/cross_octagon.png") 0 50% no-repeat;
}

.msg.warn p {
    background: url("img/exclamation_octagon_fram.png") 0 50% no-repeat;
}

.msg.info p {
    background: url("img/exclamation.png") 0 50% no-repeat;
}

.error {
    color: #b70b0b;
}

small { color: var(--bs-gray); }

button, input.button {
    cursor: pointer;
}

input, select, textarea, button {
    border: 1px solid #ddd;
    border-top: 1px solid #666;
    padding: 3px;
    font-size: 12px;
    vertical-align: middle;
    background-color: #fff;
}

input:hover, select:hover, textarea:hover, button:hover {
    border: 1px solid var(--color-azul);
}

input:focus, select:focus, textarea:focus, button:focus {
    border: 1px solid var(--color-azul);;
    outline: #ddddff 1px solid;
}

input.error, textarea.error, select.error {
    border-color: #d35757;
}

/* Layout */

body {
    background: var(--color-cinza)!important;
}

#header .in {
    width: 1170px;
    margin: 0 auto;
}

.navbar {
    padding: 15px 16px 15px 16px;
    background: var(--headerColor);
}

#logo {
    padding-top: 13px;
    width: 86px;
    float: left;
}

#userbox {
    float: right;
    color: #fff;
    padding: 5px 10px 0 0;
    text-align: right;
}

#userbox a {
    text-decoration: underline;
    color: #fff;
}

#userbox-operadora {
    float: right;
    text-align: right;
    background-color: #b5b5b5;
    color: #37539B;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}

#nav {
    margin: 0 auto;
    width: 1170px;
    height: 45px;
}

#nav li {
    float: left;
}

#nav li a {
    color: #666;
    display: block;
    width: 140px;
    height: 25px;
    line-height: 20px;
    padding: 5px 12px;
    margin: 5px 0;
    border-right: 2px solid #ccc;
    text-align: center;
}

#nav li:last-child a {
    border-right: none;
}

#nav li a:hover {
    background-color: var(--color-azul);
    color: #005779;
    font-weight: bold;
    text-decoration: none;
}

#nav li img {
    vertical-align: middle;
    float: left;
    max-height: 29px;
}

#imprimir {
    width: 100%;
}

#footer {
    background: var(--color-cinza);
    /*color: white;*/
    clear: both;
    height: 60px;
    /* border-top: 1px solid #ccc; */
    /*color: #999;*/
    font-size: 10px;
    text-align: center;
    padding: 5px;
    color: var(--color-azul-marinho)!important;
}

ul.actions li {
    display: inline
}

/*--------------CLASSE DA TMESSAGE INICIO-------*/

.table_tmessage {
    background-color: #f8f8f8;
    border: 1px solid;
    /*border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
    border-color: #cccccc;
    margin-left: auto;
    margin-right: auto;
}

.table_tmessage th {
    border-color: black;
    text-align: left;
    font-size: 15px;
    color: white;
    height: 18px;
    background-color: var(--color-azul);;
    font-weight: bold;
    vertical-align: top;
}

.table_tmessage td {
    border: 1px solid;
    border-color: #cccccc;
}

/*--------------CLASSE DA TMESSAGE FIM----------*/

/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/

._filterText {
    width: 100%;
}

/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/

/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

td.alt {
    background-color: #ffc;
    background-color: rgba(255, 255, 0, 0.2);
}

.filter-table label {
    background-color: var(--bg-color-theader);
    padding: 5px;
    margin-left: 1px;
    font-size: 13px;
    font-weight: bold;
}

/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/

.menu-desktop {
    display: flex;
    flex-wrap: wrap;
}

.menu-link {
    display: flex;
    align-items: center;
    flex-basis: calc(100%/7);
    padding: 5px;
    border-right: 2px solid #ccc;
    margin: 2px 0;
    color: #333;
    font-size: 12px;
}

.menu-link:nth-child(7n+7) {
    border-right: none;
}

.menu-link:hover {
    color: #333;
    text-decoration: none;
    background-color: #ccc;
}

.menu-link>img {
    height: 24px;
    margin-right: 8px;
}

.menu-link>span {
    flex: 1;
    text-align: center;
}

#content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 75px;
    min-height: 50vh;
}

.filtro-row>div {
    margin-bottom: 10px;
}

table.formulario>tbody>th {
    width: 200px;
}

#form_filtro { background-color: var(--color-cinza-40); }

table {
    border-collapse: unset;
    line-height: 1;
}

th {
    width: auto;
}

th.min {
    width: 1%;
    white-space: nowrap;
}

.form-titulo {
    margin-top: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    #banner {
        max-width: 300px;
        max-height: 50px;
    }
    nav.navbar {
        min-height: 60px;
    }
    body {
        background: #fff;
    }
    #content {
        border: 0;
        padding-top: 10px;
    }
    nav.navbar {
        z-index: 999;
        /*position: fixed;*/
        width: 100vw;
        top: 0;
    }
}

/** CK Editor **/
.ck .ck-content {
    height: 300px;
}

.label-metodo-notificacao {
    margin-right: 15px;
}

.ck-editor__editable_inline>p,
.ck-editor__editable_inline>ol,
.ck-editor__editable_inline>ul,
.ck-editor__editable_inline>blockquote {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** Notificacoes Usuarios **/
.link-notificacoes {
    color: white;
    text-decoration: none;
}

.link-notificacoes:hover {
    text-decoration: none;
}
/** Notificacoes Usuarios **/

.width-fit-content { width: fit-content!important; }
.heigth-fit-content { height: fit-content!important; }
.bgc-default { background: var(--bg-color-main)!important; }

.status-confirmada-colors {
    background-color: lightcoral!important;
    color: white!important;
}

.status-ocorrendo-colors {
    background-color: darkorange!important;
    color: white!important;
}

.bg-pink {
    color: white;
    background: #d63384;
}

.bg-orange {
    color: white;
    background: var(--bs-orange);
}