html,
body {
    min-height: 100% !important;
    height: 100% !important;

    font-size: .85rem;
}

.table tr td {
    vertical-align: middle;
}

/* ==== FORM ==== */
.form-group {
    margin-bottom: 5px !important;
}

input.form-control {
    height: 35px !important;
}

select.form-control {
    height: 35px !important;
    padding: 6px 14px !important;
}

label {
    margin-bottom: 0 !important;
    width: 100%;
}

.dropleft .dropdown-toggle::before {
    display: none !important;
}

/* ==== SELECT 2 ==== */

.select2 {
    display: block !important;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

/* ==== LOADER ==== */
.load-pagina {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 100%;
    display: block;
    position: fixed;
    z-index: 99;
}

.load-pagina img {
    display: block;
    width: 396px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

/* .badge {
    border: 1px solid #000;
} */

.text-bolder {
    font-weight: bolder;
}

.shadow {
    -webkit-box-shadow: 3px 2px 5px #a8a8a8 !important;
    box-shadow: 3px 2px 5px #a8a8a8 !important;
    -moz-box-shadow: 3px 2px 5px #a8a8a8 !important;
    -ms-box-shadow: 3px 2px 5px #a8a8a8 !important;
}

.shadow2 {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.60) !important;
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.60) !important;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.60) !important;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.label-input {
    margin: 0 12px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* LOADER 6 */

#loader-6 {
    left: -2.5px;
}

#loader-6 span {
    display: inline-block;
    width: 5px;
    height: 8px;
    background-color: #ffffff;
}

#loader-6 span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {

    0%,
    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

/* ==== READONLY ==== */
select[readonly] {
    background: #eee;
    /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.btn-sm {
    /*padding-top: 5px !important;*/
    /*padding-bottom: 5px !important;*/
}

.btn-pesquisa {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.btn-filtro {
    border-radius: 0 23px 23px 0 !important;
}

.btn-filtro-lf {
    border-radius: 23px 0 0 23px !important;
}

.btn-filtro2 {
    border-radius: 23px 0 0 23px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px 9px !important;
    vertical-align: middle;
}

.main-content {
    height: -webkit-fill-available;
    min-height: 100%;
    padding-bottom: 19px;
    /*margin-top: 50px;
    padding-top: 0;*/
}

.table-relatorio {
    text-align: center;
    font-size: 10px;
    border-spacing: 0px !important;
    margin: 0 0 0 0;
    line-height: 10px;
}

.table-relatorio th {
    width: 10px;
}

.lista small,
.lista b {
    display: block !important;
}

.navigation .menu .sub-menu-2 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#iniciarAtendimentoContatoMobile {
    display: none;
}

@media (min-width: 300px) and (max-width: 767.98px) {
    #iniciarAtendimentoContatoDesktop {
        display: none;
    }

    #iniciarAtendimentoContatoMobile {
        display: none;
    }
}

.box-contet-sombra {
    border-color: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;

}

#tableColunsSomatoria {
    overflow: hidden;
}

#tableColunsSomatoria tbody tr {
    transition: all .2s ease-in-out;
}

#tableColunsSomatoria tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24)
}

.sr-count-1 span.ctext {
    background: #d50001;
    position: absolute;
    top: 8px;
    right: 9px;
    border-radius: 1em;
    font-size: .7em;
    line-height: 1;
    padding: .3em .5em;
    z-index: 99;
    color: #fff;
    box-shadow: 0 1px 3px -1px #000;
}

#ctext {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

#ctext:hover {
    animation: none;
}

/*.socializer a.mensagem {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
    position: relative;
}

.socializer a i.envelope {
    margin-top: 10px;
}*/

.sr-count-1 span.atext {
    background: #d50001;
    position: absolute;
    top: 8px;
    right: 9px;
    border-radius: 1em;
    font-size: .7em;
    line-height: 1;
    padding: .3em .5em;
    z-index: 99;
    color: #fff;
    box-shadow: 0 1px 3px -1px #000;
}

/*.socializer a.mensagemAgenda {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
    position: relative;
}

.socializer a i.calendar {
    margin-top: 15px;
}*/

/*corrige bug da lista de notificação ficar bugada quando o menu lateral não está aberto*/
.menu-active #mCSB_3 {
    /*referente a agenda*/
    position: static !important;
    width: 100% !important;
    max-height: none !important;
}

.menu-active #mCSB_2 {
    /*referente a notificação*/
    position: static !important;
    width: 100% !important;
    max-height: none !important;
}

.menu-active #mCSB_1 {
    position: static !important;
    width: 100% !important;
    max-height: none !important;
}

#file-search {
    height: 15px;
}

.parsley-errors-list {
    display: none;
}

@media (min-width: 300px) and (max-width: 767.98px) {
    .socializer a.mensagem {
        position: absolute !important;
        top: 0px;
        right: 60px;
    }

    #login-logout {
        position: absolute !important;
        top: 0px;
        left: 85%;
    }

    .socializer {
        margin-left: 100%;
    }
}

#ramaisCabecalho {
    background: #3366CC;
    color: white;
    text-decoration: none;

}

#tituloRamal {
    background: #3366cc;
    text-align: center;
}

.titulo .btn {
    color: white;
    text-decoration: none;
}

#dropdownResponsavel {
    width: 220px;
    top: 30px !important;
    transform: none !important;
}

.corpo {
    background: #6699ff;
    color: white;
    text-align: center;

}

#ramais {
    background: #6699ff;
    color: white;
    padding: 0px;
    white-space: normal;
}

.ramais .btn-link:hover {
    color: #007bff;
    text-decoration: none;
}

.submit-eye {
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 10;
    margin-right: 15px;
    border: none;
    background: transparent;
    outline: none;
}

.olhar-inp {
    position: relative;
    /*width: 600px;*/
}

.olhar-inp input {
    width: 100%;
}

.tiposProcedimentos {
    font-weight: bolder;
}

.thumbnail-wrapper {
    display: inline-block;
    position: relative;
}

.thumbnail-wrapper a {
    position: absolute;
    top: 89%;
    left: 83%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.thumbnail-wrapper button {
    position: absolute;
    top: 70%;
    left: 85%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.thumbnail-titulo {
    display: inline-block;
    position: relative;
}

.thumbnail-titulo h2 {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.bg-outline-primary {
    color: #00aeff;
    background-color: #e5e5e5;
    background-image: none;
    border-color: #00aeff;
}

.box-coroa {
    margin: auto;
    position: relative;
    transform-origin: bottom left;
    transform: rotate(-71deg);
    height: 200px;
    width: 400px;
}

.box-coroa div {
    display: inline-block;
    font: 900 1.5em Monaco, Monospace;
    color: #ffffff;
    height: 200px;
    /*width: 15px;*/
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: bottom center;
    text-align: center;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1051 !important;
}

.imagem-preview>label {
    position: relative;
    border: 1px solid #d7dae3 !important;
    border-radius: 5px;
    width: 100%;
}

.imagem-preview>span {
    background-color: red;
    padding: 2px 9px;
    /*line-height: 2px;*/
    border-radius: 5px;
    line-height: 2;
    color: #fff;
    z-index: 99;
    cursor: pointer;
}

.imagem-preview>label>img {
    object-fit: contain;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.imagem-preview>input[type="file"] {
    display: none;
}

.notice-list2 {
    list-style: none;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    max-height: 320px;
    outline: none;
}

.notice-list2 .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #212121;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    display: block;
}

.notice-list2 .time {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #aab2bd;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    padding-top: 14px;
}

.notice-list2 a {
    display: block;
    position: relative;
    min-height: 40px;
    padding: 11px 6px
}

.notice-list {
    padding: 10px !important;
}

.notice-list a {
    min-height: 20px !important;
    padding: 2px !important;
    font-size: 11px !important;
}

.notice-list a:hover {
    background: none !important;
}

.notice-list li {
    padding: 6px !important;
}

.notice-list li:hover {
    background: #f5f7fa !important;
}

.notice-list .name {
    font-weight: 300;
    width: 75% !important;
}

.notice-list .time {
    right: 0% !important;
    top: 0% !important;
    float: right !important;
    padding-top: 14px !important;
    font-size: 11px !important;
}

.time2 {
    right: 0% !important;
    top: 0% !important;
    float: right !important;
    font-size: 11px !important;
    color: #aab2bd !important;
}

.notice-list {
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    max-height: 320px;
    outline: none;
}

.notice-popup .popup-title,
.notice-popup .notice-read-more {
    background-color: #e6e9ed !important;
}

.notice-popup .notice-read-more {
    padding: 9px 10px 9px !important;
    font-size: 12px !important;
}

#single-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mais-filtro {
    cursor: pointer;
}

#mais-filtro:hover {
    background-color: rgba(252, 175, 65, 0.23);
}

.badge {
    padding: .55em .55em;
    color: white
}

.navbar-badge {
    font-size: .7rem;
    font-weight: 300;
    padding: 4px;
    position: absolute !important;
    right: 4px;
    top: 6px !important;
}

.socializer {
    height: 50px;
}

.socializer>a {
    font-size: 1rem !important;
    padding: 13px 18px !important;
    top: -2px !important;
    border-radius: 0px !important;
}

#btn-actions {
    display: none;
}

.btn-info {
    color: #fff !important;
}

.btn-outline-info {
    background-color: transparent;
    border: solid thin #17a2b8;
    color: #17a2b8;
}

.btn-outline-success {
    background-color: transparent;
    border: solid thin #28a745;
    color: #28a745;
}

table>thead,
table>tfoot {
    background-color: #ececec;
}

table>thead>tr,
table>tfoot>tr {
    height: 3em;
}

.table-align-middle>tbody>tr>td,
.table-align-middle>tbody>tr>th,
.table-align-middle>tfoot>tr>td,
.table-align-middle>tfoot>tr>th,
.table-align-middle>thead>tr>td,
.table-align-middle>thead>tr>th {
    vertical-align: middle !important;
}

td.highlight {
    background-color: whitesmoke !important;
}

div.dataTables_wrapper>div.dataTables_filter input {
    width: 85%;
}

div.dataTables_wrapper>div.dataTables_filter label {
    width: 50%;
}

div.dataTables_wrapper>div.dataTables_paginate {
    width: 50%;
    float: right;
}

.special-col-3 {
    max-width: 20%;
}

@media (min-width: 800px) {
    .menu-active body {
        height: 100% !important;
    }
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 1em 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

div.dataTables_processing {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #3366CC;
    background-image: linear-gradient(to bottom, rgb(21 82 208), rgb(28 74 160) 49%, rgb(32 71 156) 50%, rgb(2 43 121));

    -webkit-box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 60%)
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected,
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: initial !important;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #3366CC !important;
}

tr.selected td {
    background-color: #3366CC !important;
}

.bg-primary {
    background-color: #3366CC !important;
}

.corrige-input-group-text {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

textarea {
    resize: none;
    min-height: 110px;
}

/*.dataTables_wrapper .dataTables_processing::content{
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}*/

div.dt-buttons {
    margin-bottom: 1%;
}

/*.fab {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;

    font-family: "Poppins", Poppins, Arial, sans-serif;
}

.fab button {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #007bff;
    border: none;
    /*box-shadow: 0 1px 5px rgba(0,0,0,.4);*/
/*font-size: 24px;
color: white;

-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;
}

.fab button.main {
position: absolute;
width: 60px;
height: 60px;
border-radius: 30px;
background-color: #3366CC;
right: 0;
bottom: 0;
z-index: 11;
}

/*.fab button.main:before{
content: '⏚';
}*/

/*.fab ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    list-style: none;
    /*z-index:10;*/

/*-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;
}

.fab ul li {
display: flex;
justify-content: flex-start;
position: relative;
margin-bottom: -10%;
opacity: 0;

-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
transition: .3s ease-out;
}

.fab ul li div {
position: fixed;
margin-left: -19rem;
white-space: nowrap;
display: block;
margin-top: -5rem;
padding: 5px 8px;
background-color: #6699ff;
/*box-shadow: 0 1px 3px rgba(0,0,0,.2);*/
/*border-radius: 3px;
height: auto;
font-size: 16px;
pointer-events: none;
opacity: 0;
width: 260px;

-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;

z-index: 12;
}

.fab ul li div table {
color: white;
}

.fab ul li #listaRamais {
background: #3366CC;
color: white;
padding: 6px;
position: absolute;
border-radius: 6px;
margin-top: -35px;
margin-left: -10px;
}

.fab button.main:active,
.fab button.main:focus {
outline: none;
background-color: #054fee;
/*box-shadow: 0 3px 8px rgba(0,0,0,.5);*/
/*}

/*.fab button.main:active:before,
.fab button.main:focus:before{
    content: '↑';
}*/

/*.fab button.main:active + ul,
.fab button.main:focus + ul {
    bottom: 70px;
}

.fab button.main:active + ul li,
.fab button.main:focus + ul li {
    margin-bottom: 10px;
    opacity: 1;
}

.fab button.main:active + ul li:hover div,
.fab button.main:focus + ul li:hover div {
    opacity: 1;
}*/

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media (max-width: 700px) {
    .dataTables_wrapper .dataTables_processing {
        top: 0% !important;
        left: 0% !important;
        width: 100% !important;
        padding-top: 25% !important;
    }

    .dataTables_filter {
        float: left !important;
        width: 86% !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% !important;
    }

    div.dataTables_wrapper>div.dataTables_filter label {
        width: 100% !important;
    }
}

.modal-xl {
    width: 1200px;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

span.avatar {
    padding: 15px 24px;

    position: relative;

    background-repeat: no-repeat;
    background-color: #C3C3C3;

    margin-right: 10px;

    border: 1px solid #999;

    border-radius: 30px;
}

span.avatar .online {
    position: absolute;

    z-index: 9;

    bottom: -3px;
    right: -5px;

    padding: 4px 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    color: #fff;

    font-size: .7rem;

    background-color: #1a8b03;
}

.chamado .historico {
    height: 200px;
    overflow-y: scroll;
}

.chamado ul.progresso {
    list-style: none;
    padding: 0;

    width: 100%;

    display: flex;
    justify-content: space-between;
}

.chamado ul.progresso li.itens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    width: 100%;
}

.chamado ul.progresso li.itens::before {
    content: '';

    position: absolute;

    top: 10px;
    left: -65px;

    background-color: #002039;

    height: 10px;
    width: 95%;
}

.chamado ul.progresso li.itens:first-child::before {
    display: none;
}

.chamado ul.progresso li.itens span.icone {
    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9;

    background-color: #002039;

    color: #fff;

    border-radius: 30px;
}

.chamado ul.progresso li.active {}

.chamado ul.progresso li.atencao span.icone {
    background-color: #ffb700;
}

.chamado ul.progresso li.atencao::before {
    background-color: #ffb700;
}

.chamado ul.progresso li.active::before {
    background-color: green;
}

.chamado ul.progresso li.active span.icone {
    background-color: green;
}

.chamado ul.progresso li.atual span.icone {
    background-color: #149895;
}

.chamado ul.progresso li.atual::before {
    background-color: #149895;
}

.chamado ul.progresso li.itens span.title {
    font-size: .7rem;

    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 50px;
}

@media (max-width: 678px) {
    .chamado ul.progresso {
        overflow-x: scroll;
        width: 682px;
    }

    .chamado ul.progresso li.itens::before {
        left: -30px;
        width: 80%;
    }

    .chamado ul.progresso li.itens {
        width: 150px;
    }

    .chamado ul.progresso li.active {
        width: 150px;
    }
}

@media (max-width: 1366px) {
    .chamado ul.progresso {
        overflow-x: scroll;
        width: 682px;
    }

    .chamado ul.progresso li.itens {
        width: 150px;
    }

    .chamado ul.progresso li.active {
        width: 150px;
    }

    .chamado ul.progresso li.itens::before {
        left: -30px;
        width: 80%;
    }

    .chamado ul.progresso li.active {
        width: 100px;
    }
}

.page-header {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    color: #30373e;
    border: none;
    font-weight: 500;
    z-index: 1000;
}

.box .box-header>.fa,
.box .box-header>.glyphicon,
.box .box-header .box-title,
.box .box-header .ico {
    font-weight: 300;
}

.navigation .menu a.active i,
.navigation .menu a.current i {
    color: #6699FF;
}

.show-image-modal {
    cursor: pointer;
}

.table>tbody>tr>td>h5 {
    font-weight: 500;
}

.checkbox label {
    padding-left: 25px;
    margin-left: 6px;
}

#expandMyTable.fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#expandMyTable.fullscreen>.box-body {
    padding-left: 4px;
    padding-right: 4px;
}

/*.dataTables_scrollBody {*/
/*    max-height: unset !important;*/
/*    height: unset !important;*/
/*    overflow: unset !important;*/
/*}*/

.navigation .menu>li>a span {
    font-size: .85rem !important;
}

.navigation .menu .sub-menu a {
    font-size: .85rem !important;
}

.navigation .menu .sub-menu .sub-menu2>li>a {
    font-size: .85rem !important;
}

.main-menu {
    height: 100% !important;
}

.dataTables_wrapper table thead tr th,
.dataTables_wrapper table thead tr td,
.dataTables_wrapper table tbody tr th,
.dataTables_wrapper table tbody tr td,
.dataTables_wrapper table tfoot tr th,
.dataTables_wrapper table tfoot tr td {
    font-size: .8rem !important;
}

/* 11.1 Widget - Basic Element Setting */

.widget {
    border: none;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    display: block;
}

.widget-header {
    margin: -20px -20px 0;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.widget-header h4 {
    margin: 0;
    font-size: 14px;
}

.widget-header p {
    margin-bottom: 0;
}

.widget-header-btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

.widget-header-btn>li {
    float: left;
}

.widget-header-btn>li+li {
    margin-left: 5px;
}

.widget-header-btn a {
    padding: 0px 12px;
    display: block;
    line-height: 26px;
    text-align: center;
    min-width: 28px;
    height: 26px;
    font-size: 12px;
    box-shadow: none !important;
}

.widget-header+.widget-body {
    margin-top: 0;
}

.widget-body+.widget-body {
    margin-top: 20px;
}

.widget-body {
    margin: -20px;
    padding: 20px;
    position: relative;
}

/* 11.3 Widget - Stat Setting */

.widget.widget-stat {
    text-align: center;
}

.widget-stat-number {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.widget-stat-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.widget-stat-btn a {
    color: #000;
    opacity: 0.3;
    display: block;
    text-decoration: none;
}

.bg-inverse .widget-stat-btn a,
.bg-inverse-light .widget-stat-btn a,
.bg-inverse-dark .widget-stat-btn a {
    color: #fff;
}

.widget-stat-btn a:hover,
.widget-stat-btn a:focus {
    opacity: 0.5;
}

.widget-stat-btn a .fa {
    display: block;
}

.widget-stat-icon {
    font-size: 96px;
    color: #000;
    opacity: 0.25;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 25%;
    overflow: hidden;
}

.bg-inverse .widget-stat-icon,
.bg-inverse-light .widget-stat-icon,
.bg-inverse-dark .widget-stat-icon {
    color: #fff;
}

.widget-stat-info {
    text-align: left;
    position: relative;
}

.widget-stat-title {
    font-weight: 600;
}

.widget-stat-text {
    font-size: 12px;
}

.widget-stat-text,
.widget-stat-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.widget-stat-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.widget-stat-cover img {
    min-height: 100%;
    max-width: 100%;
}

.widget-stat-cover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.widget-stat-content {
    position: relative;
    text-align: left;
}

.widget-stat-chart {
    margin: 0 -20px -20px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.widget-stat-header {
    margin: -20px -20px 20px;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}


/* 11.4 Widget - Blog Setting */

.widget.widget-blog {
    overflow: hidden;
    padding: 0;
}

.widget-blog-cover {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

.widget-blog-cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
}

.animation-grow-hover {
    transition: all .1s ease-in-out;
}

.animation-grow-hover:hover {
    transform: scale(1.1);
}

.widget-blog-author {
    margin: 0px;
    padding: 10px 20px;
}

.widget-blog-author-info {
    padding-left: 75px;
}

.widget-blog-author-image {
    float: left;
    margin-top: -30px;
    padding: 5px;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background: #fff;
    position: relative;
}

.widget-blog-author-image img {
    max-width: 100%;
    border-radius: 70px;
}

.widget-blog-content {
    padding: 0 20px 20px;
}

.widget-blog-content h5 {
    margin: 5px 0;
}

.widget-blog-content p {
    margin: 0;
}

.widget-blog .widget-blog-cover img {
    transition: all .1s ease-in-out;
}

.widget-blog:hover .widget-blog-cover img {
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}


/* 11.5 Widget - Gallery List Setting */

.widget-gallery-header {
    margin: -20px -20px 0;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.widget-gallery-header h5,
.widget-gallery-header p {
    margin: 0;
}

.widget-gallery-header p {
    font-size: 12px;
}

.widget-gallery-list {
    list-style-type: none;
    margin: -5px -20px -20px;
    padding: 3px 0 0 3px;
}

.widget-gallery-list>li {
    width: 25%;
    position: relative;
    padding-top: 25%;
    overflow: hidden;
    float: left;
}

.widget-gallery-list>li>a,
.widget-gallery-list>li>a div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.widget-gallery-list>li>a {
    right: 3px;
    bottom: 3px;
}

.widget-gallery-list>li>a div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-gallery-list>li.empty a,
.widget-gallery-list>li.add a {
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 3px;
    max-height: 100%;
    text-align: center;
}

.widget-gallery-list>li i {
    position: absolute;
    top: 50%;
    line-height: 28px;
    margin-top: -14px;
    font-size: 28px;
    left: 0;
    right: 0;
}

.widget-gallery-list>li img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.widget-gallery-list>li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    transition: all .2s ease-in-out;
    background: transparent;
    z-index: 1020;
    border-radius: 50%;
}

.widget-gallery-list>li:hover a:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/transparent/black-0.3.png);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0%;
}

.widget-gallery-list>li a {
    background: #EAEDEF;
    color: #8a8f94;
    text-decoration: none;
}


/* 11.6 Widget - Image Setting */

.widget.widget-image {
    overflow: hidden;
}

.widget.widget-image .widget-header+.widget-image-cover {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
}

.widget-image-cover {
    margin: -20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #3C454D;
    padding-top: 100%;
    position: relative;
}

.widget-image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    max-width: 100%;
}

.widget-image .widget-image-cover img {
    transition: all .1s ease-in-out;
}

.widget-image:hover .widget-image-cover img {
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.widget-image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    padding: 20px;
    color: #fff;
}

.widget-image-info h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.widget-image-info p {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

.widget-image-info .sub-title {
    color: #fff;
}

.widget-image-user .widget-image-user-image {
    border-radius: 36px;
    float: left;
    width: 36px;
    background: #fff;
}

.widget-image-user .widget-image-user-image img {
    max-width: 100%;
    border-radius: 36px;
}

.widget-image-user .widget-image-user-info {
    margin-left: 46px;
}

.widget-image-user .widget-image-user-info span {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
}

.widget-image-rating {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-image-rating>li {
    display: inline;
}

.widget-image-rating-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.widget-image-rating>li.active {
    color: #fcaf41;
}


/* 11.7 Widget - Chart Setting */

.widget-chart-placeholder {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chart-placeholder.inline>li {
    display: inline;
}

.widget-chart-placeholder.inline>li+li {
    margin-left: 15px;
}

.widget-chart-placeholder>li {
    position: relative;
    padding-left: 18px;
    line-height: 20px;
}

.widget-chart-placeholder>li .legend-circle {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}


/* 11.8 Widget - Chat History Setting */

.widget-chat {
    position: relative;
    overflow: hidden;
}

.widget-chat .widget-header a:hover,
.widget-chat .widget-header a:focus {
    color: #8a8f94;
    text-decoration: none;
}

.widget-body .widget-chat-list {
    margin: -20px;
}

.widget-chat-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chat-list li+li {
    margin-top: -1px;
}

.widget-chat-list>li:before,
.widget-chat-list>li:after,
.widget-chat-list>li a:before,
.widget-chat-list>li a:after {
    content: '';
    display: table;
    clear: both;
}

.widget-chat-list a {
    text-decoration: none;
    color: #30373e;
    display: block;
    padding: 0 20px;
    transition: background .1s linear;
}

.widget-chat-list li:last-child a {
    border-radius: 0 0 5px 5px;
}

.widget-chat-list a:hover,
.widget-chat-list a:focus {
    background: #ebeced;
}

.widget-chat-list .chat-image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.widget-chat-list .chat-image img {
    display: block;
    max-width: 100%;
}

.widget-chat-list .chat-info {
    margin-left: 63px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget-chat-list li+li .chat-info {
    border-top: 1px solid #ebeced;
}

.widget-chat-list .chat-info h4 {
    margin: 5px 0;
    font-size: 14px;
    padding-right: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-chat-list .chat-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #8a8f94;
}

.widget-chat-list .chat-info .chat-time {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 11px;
    color: #8a8f94;
}

.widget-chat-detail {
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    transition: all .2s ease-in-out;
    background: #ebeced;
}

.widget-chat-detail-toggled .widget-chat-detail {
    left: 0;
    right: 0;
}

.widget-chat-detail-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chat-detail-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 54px;
}

.widget-chat-detail-list>li {
    padding: 20px;
}

.widget-chat-detail-list>li+li {
    padding-top: 0;
}

.widget-chat-detail-list>li.time {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.widget-chat-detail-list>li .time {
    float: right;
    font-size: 11px;
    color: #8a8f94;
    margin-top: 2px;
}

.widget-chat-detail-list>li.time span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: normal;
}

.widget-chat-detail-list>li:before,
.widget-chat-detail-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.widget-chat-detail-list>li .image {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    overflow: hidden;
}

.widget-chat-detail-list>li .image img {
    display: block;
    max-width: 100%;
}

.widget-chat-detail-list>li .chat-info {
    margin-left: 38px;
}

.widget-chat-detail-list>li .message {
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 3px;
    position: relative;
}

.widget-chat-detail-list>li .message:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    border: 5px solid transparent;
    border-right-color: #fff;
}

.widget-chat-detail-list>li.right .image {
    float: right;
}

.widget-chat-detail-list>li.right {
    text-align: right;
}

.widget-chat-detail-list>li.right .chat-info {
    margin-left: 0;
    margin-right: 38px;
}

.widget-chat-detail-list>li.right .message {
    background: #2184DA;
    color: #fff;
    text-align: left;
}

.widget-chat-detail-list>li.right .message:before {
    right: -10px;
    left: auto;
    border-right-color: transparent;
    border-left-color: #2184DA;
}

.widget-chat-detail-list>li.right .time {
    float: left;
}

.widget-chat-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 1020;
    border-radius: 0 0 5px 5px;
}

.widget-chat-detail .widget-header {
    position: absolute;
    left: 0;
    top: -45px;
    right: 0;
    margin: 0;
}

.widget-map-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.widget-map-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.widget-body .widget-map-left {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.widget-body .widget-map-right {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

@media (max-width: 991px) {
    .widget-map-left {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .widget-map-right {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
}


/* 11.9 Widget - Todolist Setting */

.widget-todolist-header-title {
    margin: 0;
}

.widget-todolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget .widget-todolist {
    margin: 0 -20px -20px -20px;
}

.widget-todolist>li {
    padding: 10px 20px;
    position: relative;
}

.widget-todolist>li.widget-todolist-title+li,
.widget-todolist>li+li.widget-todolist-title {
    border-top: none;
}

.widget-todolist>li+li {
    border-top: 2px solid #ebeced;
}

.widget-todolist>li:last-child {
    border-radius: 0 0 5px 5px;
}

.widget-todolist>li.widget-todolist-title {
    background: #ebeced;
    padding: 5px 20px;
    font-weight: bold;
}

.widget-todolist .checkbox {
    float: left;
    font-size: 18px;
    color: #30373e;
    margin: 0;
    width: 18px;
}

.widget-todolist>li.completed .checkbox i:before {
    content: '\f14a';
}

.widget-todolist>li.completed .info {
    text-decoration: line-through;
}

.widget-todolist>li.completed .info {
    opacity: 0.5;
}

.widget-todolist .checkbox label {
    padding: 0;
    margin: 0;
}

.widget-todolist .checkbox input {
    display: none;
}

.widget-todolist .info {
    margin-left: 28px;
    padding-right: 38px;
}

.widget-todolist .info h4 {
    margin: 4px 0 2px;
    font-size: 13px;
}

.widget-todolist .info p {
    font-size: 12px;
    color: #8a8f94;
    margin-bottom: 0;
}

.widget-todolist .action {
    font-size: 18px;
    width: 28px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #8a8f94;
}

.widget-todolist .action>a {
    display: block;
    text-align: center;
    color: #EBECED;
}

.widget-todolist .action>a:hover,
.widget-todolist .action>a:focus {
    color: #bcbdbe;
}


/* 11.10 Widget - Task List Setting */

.widget-task-list {
    list-style-type: none;
    margin: 0 -20px -20px;
    padding: 0;
}

.widget-task-list>li:before,
.widget-task-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.widget-task-list>li {
    padding: 15px 20px;
}

.widget-task-list>li+li {
    border-top: 2px solid #ebeced;
}

.widget-task-list>li h4 {
    font-size: 14px;
    margin: 0 0 3px;
}

.widget-task-list>li p {
    font-size: 12px;
    color: #8a8f94;
    margin: 0 0 6px;
}

.widget-task-list>li .progress {
    margin: 0;
}

.widget-body .widget-task-list {
    margin: 0;
}


/* 11.11 Widget - Theme Panel Setting */

.theme-panel {
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.theme-panel.expand {
    right: 0;
}

.theme-panel .theme-collapse-btn {
    width: 36px;
    height: 36px;
    color: #30373e;
    text-align: center;
    line-height: 40px;
    display: block;
    position: absolute;
    left: -36px;
    top: 190px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 6px 0 0 6px;
    font-size: 18px;
}

.theme-panel .horizontal-divider {
    margin: 20px -20px;
}

.theme-panel-content {
    width: 280px;
    border-radius: 6px 0 0 6px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    padding: 20px;
    height: 100%;
    overflow: scroll;
}

.theme-list {
    list-style-type: none;
    margin: 0 -8px -8px 0;
    padding: 0;
}

.theme-list>li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.theme-list>li.active a:after {
    content: '\f00c';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    top: 0;
    font-size: 18px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1020;
}

.theme-list>li.active a.bg-white:after {
    color: #fff;
    color: rgba(48, 55, 62, 0.8);
}

.theme-list>li>a {
    display: block;
    width: 33px;
    height: 33px;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: opacity ease .1s;
    -moz-transition: opacity ease .1s;
    transition: opacity ease .1s;
}

.theme-list>li>a.bg-white {
    background: #EFF0F1 !important;
}

.theme-list>li>a:hover,
.theme-list>li>a:focus {
    opacity: 0.8;
}

.theme-list>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: url(../img/transparent/black-0.5.png);
    background: rgba(0, 0, 0, 0.5);
}

/* -------------------------------
   12.0 Update - v1.1
------------------------------- */

/* 12.1 Widget - Stat Progress */

.widget-stat-right .widget-stat-icon {
    float: right;
}

.widget-stat-right .widget-stat-info {
    margin-left: 0;
    margin-right: 0px;
    position: relative;
}

.widget-stat-right .widget-stat-info .widget-stat-title {
    margin-bottom: 5px;
}

.widget-stat-right .widget-stat-footer {
    margin: -10px 0;
    text-align: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
}

.widget-stat-progress {
    margin: 10px -20px;
    position: relative;
}

.widget-stat-progress .progress {
    background: url(../img/transparent/black-0.5.png);
    background: rgba(0, 0, 0, 0.5);
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget-stat-progress .progress .progress-bar {
    background: #fff;
}

.divRel {
    background-color: #F2F2F2;
}

.divRel h4 {
    position: relative;
    top: 5px;
}

.divRel hr {
    height: 2px
}

.div-datalhes-topicos {
    width: 286px;
    height: 82px;

    background: #F2F2F2;
    border-radius: 30px;
}

.notification-app {
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 11%;
    width: 470px;
    height: 453px;

}

.notification-app-internal {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 370px;
    height: 367px;
    padding: 20px;

    word-break: break-all;
}

.imagem-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.notification-conteudo-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;

    font-weight: bolder;

    height: 50px;
    word-break: break-all;

    overflow: auto;
}

.notification-conteudo {
    height: 170px;
    word-break: break-all;

    overflow: auto;
}

.btn-acao-negativa {
    background-color: #B1C4D2;
    color: #FFFFFF;
}

.btn-acao-positiva {
    background-color: #0686EC;
    color: #FFFFFF;
}

.dataTables_scrollBody table {
    min-height: 150px !important;
}

.ms-drop input[type="checkbox"] {
    margin-right: 6px;
}

.ui-widget.ui-widget-content {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

.actions {
    width: 80px!important;
}

table.dataTable tbody tr:nth-child(odd) td.actions {
    background-color: rgb(237, 237, 237) !important;
}

table.dataTable tbody tr:nth-child(even) td.actions {
    background-color: #ffffff !important;
}

table.dataTable tbody tr:hover {
    background-color: rgb(237, 237, 237) !important;
}

table.dataTable tbody tr:hover td.actions {
    background-color: rgb(237, 237, 237) !important;
}

table.dataTable th.actions {
    background-color: rgb(237, 237, 237) !important;
}

table.dataTable th.actions {
    border-right: 1px solid #ddd;
}

.dt-buttons {
    z-index: 2;
}

#uploaded-image {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
    position: relative;
}

#selection-box {
    position: absolute;
    border: 2px dashed red;
    pointer-events: none;
}

td.z-index-3 {
    z-index: 3 !important;
}

.menu-active .header .logo,
.menu-active .header .logo:before {
    background-color: #1DA1C2 !important;
}

.menu-active .header .logo:after {
    display: none;
}

.menu-active .header .logo img {
    width: 70%;
}

.fixed-navbar {
    background-color: #1DA1C2;
}

.fixed-navbar .mensagem,
.fixed-navbar .iniciarAtendimentoContato {
    background-color: #FEF3EF !important;
    color: #000 !important;
    font-size: 1rem !important;
    line-height: 1rem;
}

.socializer>a {
    top: 1px !important;
    padding: 16px 18px !important;
}

.input-fixheight {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.input-group-btn-fixheight {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    display: flex;
    align-items: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}