@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

img.img-training-series {
    width: 100px;
}

.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}


.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.login-page {
    font-size: 12px;

    /*Primeiro tentamos obter a imagem definida no Manager, caso não exista, mostramos a default*/
    background-image: url(https://manager.skybind.com.br/files/modelos/modelos-login-bg.jpg),
    url(../img/skybind-BG-login-1920px.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

@media (max-width: 768px) {
    .login-page {
        /*
            Primeiro tentamos obter a imagem definida no Manager para mobile, caso não exista, tentamos a imagem
            definida para desktop, caso não exista, mostramos a default
        */
        background-image: url(https://manager.skybind.com.br/files/modelos/modelos-login-bg-mobile.jpg),
        url(https://manager.skybind.com.br/files/modelos/modelos-login-bg.jpg),
        url(../img/skybind-BG-login-1920px.jpg);
    }
}

.login-page > .main {
    background: transparent;
    max-width: 100%;
}

.login-page .box {
    width: 350px;
    padding-left: 30px;
    padding-right: 30px;
}

.login-page .box .box-header {
    color: #585858;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
}

.login-page .box-body .logo-container > h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.login-page .box-body .logo-container img {
    max-height: 80px;
}

.login-page .box-body > span {
    color: #8E969E;
    font-size: 14px;
    font-weight: 600;
}

.login-page .box-body > form label {
    color: #808184;
}

.login-page .box-body > form input:not([type='checkbox']) {
    border-color: #BABBBE;
    border-radius: 3px;
}

.login-page .box-body > form input[type='checkbox'] {
    width: 1em;
    height: 1em;
}

.login-page .box-body > form .btn {
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    width: auto;
    height: 30px;
}

.login-page .box-body > form .btn.btn-primary {
    background: #0077BA;
    border-color: #0077BA;
}

.login-page .box-body > form .btn.btn-default {
    background: #8E969E;
    border-color: #8E969E;
}

.login-page .box-body > form .btn.btn-primary:hover {
    background: #0890DC;
    border-color: #0890DC;
}

.login-page .box-body > form .btn.btn-default:hover {
    background: #B7BFC8;
    border-color: #B7BFC8;
}

.login-page .box-body > a {
    color: #0077BA;
}

.login-page .footer {
    background-color: #EEF0F3;
    background: transparent;
}

.login-page .footer * {
    color: #fff;
}

.login-page .footer .icon {
    background-color: #fff;
}

.login-page .footer .icon.icon-logo-footer {
    width: 45px;
}

.login-page .footer a:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.login-page .alerts,
.login-page .alerts li {
    font-size: 14px;
    font-weight: 600;
}

.login-page .alerts.alert-danger {
    color: #F94163;
    background-color: #fff;
}

.login-page .alerts.alert-success {
    color: #229740;
    background-color: #fff;
}

.login-page .alerts .icon {
    min-width: 32px;
    min-height: 32px;
}

.login-page .alerts.alert-danger .icon {
    background-color: #F94163;
}

.login-page .alerts.alert-success .icon {
    background-color: #229740;
}

.content-warning {
    height: 25px;
    margin-top: -10px;
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

.post {
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #585858;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .user-block {
    margin-bottom: 15px;
}

.user-block {
    font-size: 14px;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-weight: 600;
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.chart svg, .chart canvas {
    width: 100% !important;
}

#notification-container {
    z-index: 999999;
}

#widget-help {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 50vh;
    z-index: 999;
    transform: translateX(330px);
    transition: transform .3s ease-in-out;
}

#widget-help.open {
    transform: translateX(0);
}

#widget-help .icons {
    z-index: 10;
    background: #fff;
    box-shadow: 6px 3px 6px #00000029;
    border: 1px solid #00000029;
    border-right: none;
    margin-right: -1px;
    width: 50px;
    height: 100%;
    max-height: 90px;
    padding: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#widget-help.open .icons {
    box-shadow: -2px 3px 6px #00000029;
}

#widget-help .icons a {
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center center;
}

#widget-help .icons .tutoriais a {
    background-image: url(../img/Icon-Tutoriais.svg);
}

#widget-help .icons .tutoriais a:hover {
    background-image: url(../img/Icon-Tutoriais-Hover.svg);
}

#widget-help .icons .faq a {
    background-image: url(../img/Icon-Ajuda.svg);
}

#widget-help .icons .faq a:hover {
    background-image: url(../img/Icon-Ajuda-Hover.svg);
}

#widget-help .content {
    width: 330px;
    padding: 0;
    max-height: calc(50vh - 1rem);
    background: white;
    border: 1px solid #00000029;
    border-right: none;
    box-shadow: 0 3px 6px #00000029;
    border-bottom-left-radius: 8px;
    color: #0671A4;
    margin-right: -1px;
}

#widget-help .content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 3px;
    margin-right: 25px;
    border-bottom: 1px solid #D2D6DB;
}

#widget-help .content h3 > a {
    text-decoration: none;
    color: #0671A4;
    font-weight: inherit;
}

#widget-help .content h3 > a:hover {
    color: #20A2E1;
}

#widget-help .content h3 > a::after {
    content: url('../img/Icon-Expandir-Blue.svg');
    display: inline-block;
    transform: rotate(270deg) translateY(-40%);
    color: #20A2E1;
    visibility: hidden;
}

#widget-help .content h3 > a:hover::after {
    transform: rotate(270deg) translateY(40%);
    visibility: visible;
    transition: transform .25s ease, visibility .2s ease;
}

#widget-help.open .content {
    padding: 10px 2px 10px 10px;
}

#widget-help .content .scrollable {
    scrollbar-width: thin;
    scrollbar-color: #0671A4 #f3f2f2;
    height: calc(100% - 42px); /* 42px = altura para que o scroll não ultrapasse a borda inferior do container */
    padding: 5px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#widget-help .faq-content .scrollable {
    height: calc(100% - 90px); /* 90px = altura para que o scroll e o link do portal do cliente não ultrapasse a borda inferior do container */
}

#widget-help .faq-content > div:last-child {
    padding: 10px 15px 5px 5px;
    margin-top: 10px;
    margin-right: 25px;
    border-top: 1px solid #D2D6DB;
}

#widget-help .faq-content > div:last-child > a {
    color: #0671A4;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
}

#widget-help .faq-content > div:last-child > a:hover {
    color: #20A2E1;
}

#widget-help .faq-content > div:last-child > a > .icon {
    background-color: #0671A4;
}

#widget-help .faq-content > div:last-child > a::after {
    content: url('../img/Icon-Expandir-Blue.svg');
    display: inline-block;
    transform: rotate(270deg) translateY(-25%);
    color: #20A2E1;
    visibility: hidden;
}

#widget-help .faq-content > div:last-child > a:hover::after {
    transform: rotate(270deg) translateY(60%);
    visibility: visible;
    transition: transform .25s ease, visibility .2s ease;
}

#widget-help .faq-content > div:last-child > a:hover > .icon {
    background-color: #20A2E1;
}

#widget-help .content .scrollable::-webkit-scrollbar {
    width: 9px;
}

#widget-help .content .scrollable::-webkit-scrollbar-track {
    background: #f3f2f2;
}

#widget-help .content .scrollable::-webkit-scrollbar-thumb {
    background-color: #0671A4;
    border-radius: 20px;
    border: 2px solid #f3f2f2;
}

#widget-help .content table td {
    padding: 5px 25px 5px 5px;
    font-size: .8rem;
}

#widget-help .content table td a {
    color: #0671A4;
    text-decoration: none;
}

#widget-help .tutoriais-content table td::after,
#widget-help .faq-content table td a > span::after {
    display: block;
    content: '';
    border-bottom: 1px solid #20A2E1;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

#widget-help .tutoriais-content table td:hover,
#widget-help .faq-content table td:hover a {
    color: #20A2E1;
    cursor: pointer;
}

#widget-help .tutoriais-content table td:hover::after,
#widget-help .faq-content table td:hover a > span::after {
    transform: scale(1);
}

#widget-help .content .tutoriais-content,
#widget-help .content .faq-content {
    display: none;
    height: 100%;
    padding-left: 5px;
}

#widget-help.open.open-tutoriais .tutoriais-content table tr {
    cursor: pointer;
}

#widget-help.open.open-tutoriais .tutoriais-content,
#widget-help.open.open-faq .faq-content {
    display: block;
}

@media (max-width: 425px) {
    #widget-help {
        transform: translateX(250px);
    }

    #widget-help .content {
        width: 250px;
    }
}

#floating-help .offcanvas-header,
#floating-help .offcanvas-body {
    padding: 24px 5px 16px 0;
    margin: 0 1.5rem;
    color: #0671A4;
}

#floating-help .offcanvas-header {
    border-bottom: 1px solid #D2D6DB;
}

#floating-help .offcanvas-header .offcanvas-title {
    font-size: 1.75rem;
}

#floating-help .offcanvas-body {
    font-size: 0.875rem;
    scrollbar-width: thin;
    scrollbar-color: #0671A4 #f3f2f2;
}

#floating-help .offcanvas-body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

#floating-help .offcanvas-body::-webkit-scrollbar-track {
    background: #f3f2f2;
}

#floating-help .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0671A4;
    border-radius: 20px;
    border: 2px solid #f3f2f2;
}

#floating-help .offcanvas-body .title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

#floating-help .offcanvas-body .title.related {
    color: #707070;
}

#floating-help .offcanvas-body .description {
    color: #585858;
    border-bottom: 1px solid #D2D6DB;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

#floating-help .offcanvas-body .related-list > li {
    margin: 5px 0;
}

#floating-help .offcanvas-body .related-list > li > a {
    text-decoration: none;
    color: #0671A4;
}

#floating-help .offcanvas-body .related-list > li > a::after {
    display: block;
    content: '';
    border-bottom: 1px solid #20A2E1;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

#floating-help .offcanvas-body .related-list > li > a:hover {
    color: #20A2E1;
}

#floating-help .offcanvas-body .related-list > li > a:hover::after {
    transform: scale(1);
}

.colorpicker {
    padding: 0;
    margin-top: 0;
}

.colorpicker::before {
    display: none;
}

.colorpicker .colorpicker-element {
    cursor: pointer;
}

.input-group.colorpicker {
    z-index: auto;
}

.box .box-body .initial-page-options {
    width: 100%;
    margin: auto;
    margin-top: 5px;
}

.box .box-body .initial-page-options fieldset {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.required-field {
    color: red;
    font-size: 12px;
}

.required-fields-label {
    position: absolute;
    right: 20px;
    top: 70px;
    color: red;
    font-size: 12px;
}

div.aceite-termos-container > label {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.aceite-termos-container > label > span {
    margin-left: 5px;
}

div.aceite-termos-container > label > span > a {
    text-decoration: underline !important;
    color: rgb(85, 85, 85) !important;
}

table tr.bg-danger {
    background-color: #f2dede !important;
}

.print-only {
    display: none;
}

@media print {
    .print-only {
        display: block;
    }
}

#email_serventia .row button,
#telefones_whatsapp .row button,
#telefones_plantao .row button,
#transparency-additional-fields-container .row button {
    border: none;
    color: white;
    width: 25px;
    height: 25px;
    transition: all ease .2s;
}

#email_serventia .row button:hover,
#telefones_whatsapp .row button:hover,
#telefones_plantao .row button:hover,
#transparency-additional-fields-container .row button:hover {
    transform: scale(1.1);
}

#email_serventia button.remove-input,
#telefones_whatsapp button.remove-input,
#telefones_plantao button.remove-input,
#transparency-additional-fields-container button.add-input {
    background-color: #f98282;
    margin-top: 24px;
}

#email_serventia button.remove-input:disabled,
#telefones_whatsapp button.remove-input:disabled,
#telefones_plantao button.remove-input:disabled,
#transparency-additional-fields-container button.remove-input:disabled {
    background-color: #f9b3b3;
}

#email_serventia button.add-input,
#telefones_whatsapp button.add-input,
#telefones_plantao button.add-input,
#transparency-additional-fields-container button.add-input {
    background-color: #44cca1;
}

#email_serventia button.add-input:disabled,
#telefones_whatsapp button.add-input:disabled,
#telefones_plantao button.add-input:disabled,
#transparency-additional-fields-container button.add-input:disabled {
    background-color: #7fefcb;
}

#skyModal textarea:invalid {
    border: 1px solid red;
}

#skyModal textarea:valid {
    border: 1px solid rgb(99, 204, 99);
}


#transparency-additional-fields-container button {
    border-radius: 50%;
    color: white;
    border: none;
}

#transparency-additional-fields-container .additional-field-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#transparency-additional-fields-container button.add-input {
    background-color: #44cca1;
}

#transparency-additional-fields-container button.remove-input {
    margin-bottom: 5px;
    background-color: #f98282;
}

html, body {
    min-height: 100vh;
}

* {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    display: flex;
    flex-wrap: nowrap;
    -webkit-font-smoothing: antialiased;
}

body > main {
    position: relative;
    background-color: #EEF0F3;
    padding-bottom: 70px;
    flex: 1;
    max-width: calc(100% - 256px);
}

body.sidebar-collapse > main {
    max-width: calc(100% - 62px);
}

@media (max-width: 991px) {
    body > main {
        padding-bottom: 105px;
    }
}

body.sidebar-collapse > .main-sidebar .logo-wrapper .logo {
    display: none;
}

.main-sidebar ul {
    list-style: none;
}

.main-sidebar .main-header {
    width: 256px;
}

.main-sidebar .main-header > .logo-wrapper {
    border-top: 16px solid #0671A4;
}

.main-sidebar .main-header > .logo-wrapper .sidebar-toggle {
    margin-top: 6px;
    padding: 0 15px;
    width: 42px;
    height: 42px;
    transition: all ease .25s;
}

.main-sidebar .acesso-rapido {
    margin-bottom: 15px;
}

.main-sidebar .acesso-rapido .toggle-acesso-rapido {
    color: #585858;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 5px;
}

.main-sidebar .acesso-rapido .toggle-acesso-rapido > * {
    font-weight: 700;
}

.main-sidebar .acesso-rapido .item-menu a {
    box-shadow: 0 3px 6px #00000029;
    margin-bottom: 3px;
    color: #0671A4;
    font-weight: 500;
}

.main-sidebar .acesso-rapido .item-menu a * {
    font-weight: 600;
}

.main-sidebar .acesso-rapido .item-menu .icon {
    background-color: #0671A4;
}

.main-sidebar .sidebar-menu {
    padding: 0 0 10px 0;
    margin: 0;
}

.main-sidebar .sidebar-menu > .item-menu {
    margin: 1px 10px 0 10px;
    position: relative;
}

.main-sidebar .sidebar-menu > .item-menu .icon-expandir {
    margin-right: 0;
}

.main-sidebar .item-menu.has-submenu {
    margin-bottom: 0;
    flex-direction: column;
}

.main-sidebar .item-menu.has-submenu > a {
    position: relative;
}

.main-sidebar .item-menu a,
.notifications-menu .item-menu a {
    padding: 0 10px;
    color: #585858;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
}

.main-sidebar .item-menu a > span {
    display: flex;
    align-items: center;
}

.main-sidebar .item-menu:hover > a,
.main-sidebar .item-menu.active > a,
.main-sidebar .item-menu.open > a,
.notifications-menu .item-menu:hover > a {
    background-color: #0671A4;
    color: white;
}

.main-sidebar a:not(.collapsed) .icon-expandir {
    transform: rotate(180deg);
}

.main-sidebar .item-menu:hover .icon,
.main-sidebar .item-menu.active .icon,
.main-sidebar .item-menu.open .icon,
.main-sidebar .sidebar-submenu .item-menu:hover a,
.main-sidebar .sidebar-submenu .item-menu.active a {
    background-color: white;
}

.main-sidebar .menu-separator {
    max-width: 223px;
    margin: 10px auto 15px;
    height: 2px;
    color: #a9a7a7;
}

.main-sidebar .sidebar-submenu {
    background-color: #F1F5F8;
    margin-top: -12px;
    margin-bottom: 3px;
    border-radius: 0 0 14px 14px;
    padding: 15px 0 5px;
    list-style: none;
}

.main-sidebar .sidebar-submenu .item-menu a {
    margin: 0;
    padding-left: 45px;
    border: 1px solid #F1F5F8;
}

.main-sidebar .sidebar-submenu .item-menu:hover a,
.main-sidebar .sidebar-submenu .item-menu.active a {
    border-color: #0671A4;
}

.main-sidebar .sidebar-submenu .item-menu a,
.main-sidebar .sidebar-submenu .item-menu a {
    color: #585858;
}

.main-sidebar .sidebar-submenu .item-menu:hover a,
.main-sidebar .sidebar-submenu .item-menu.active a {
    color: #0671A4;
}

body.sidebar-collapse .main-sidebar {
    width: 62px;
}

body.sidebar-collapse .main-sidebar .main-header > .logo-wrapper .sidebar-toggle,
body.sidebar-collapse .main-sidebar .toggle-acesso-rapido .icon {
    margin-left: 10px !important;
}

body.sidebar-collapse .main-sidebar .acesso-rapido .toggle-acesso-rapido span,
body.sidebar-collapse .main-sidebar .item-menu .item-menu-label,
body.sidebar-collapse .main-sidebar .item-menu .icon-adicionar,
body.sidebar-collapse .main-sidebar .item-menu .icon-expandir {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

body.sidebar-collapse .main-sidebar .item-menu {
    padding: 0;
    margin: 1px 5px;
}

body.sidebar-collapse .main-sidebar .item-menu a {
    justify-content: center;
    align-items: center;
}

body.sidebar-collapse .main-sidebar .item-menu a .icon {
    margin: 0;
}

body.sidebar-collapse .main-sidebar .sidebar-menu > .item-menu:hover > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.sidebar-collapse .main-sidebar .item-menu:hover .item-menu-label {
    display: flex;
    width: 190px;
    position: absolute;
    left: 40px;
    height: 38px;
    align-items: center;
    background-color: #0671A4;
    z-index: 1000;
    margin-left: 12px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    opacity: 1;
    visibility: visible;
    transition: none;
    border-left: none;
    box-sizing: content-box;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 25%);
}

body.sidebar-collapse .main-sidebar .sidebar-submenu {
    border: 1px solid #0671A4;
    border-top: none;
}

body.sidebar-collapse .main-sidebar .sidebar-submenu .item-menu a {
    padding-left: 15px;
    justify-content: flex-start;
}

body.sidebar-collapse .main-sidebar .item-menu.has-submenu:hover .item-menu-label {
    border-bottom-right-radius: 0;
}

body.sidebar-collapse .main-sidebar .item-menu:hover .collapse {
    position: absolute;
    display: block;
    left: 62px;
    width: 180px;
    z-index: 1000;
}

body.sidebar-collapse .main-sidebar .item-menu:hover .collapse .sidebar-submenu {
    margin-top: 0;
    padding-top: 5px;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 25%);
}

/* Hack para evitar o clique no menu quando o mesmo está collapsado. Neste caso apenas o hover estará disponível */
body.sidebar-collapse .main-sidebar .sidebar-menu > .item-menu.has-submenu:hover::before {
    content: '';
    width: 230px;
    height: 100%;
    position: absolute;
    z-index: 101;
}

/* Dashboard cards*/
.card {
    border-radius: 24px;
    border: none;
    transition: all ease .2s;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}

.card .card-header {
    background-color: #fff;
}

.card .card-footer {
    background-color: transparent;
    border-top: 2px solid rgba(0, 0, 0, .125);
    margin: 0 1rem;
    padding: .6rem 0;
    height: 45px;
}

.card-footer .icon {
    background-color: white;
    margin-right: 0;
}

.dashboard-card-container {
    grid-template-columns: repeat(auto-fill, minmax(247px, 1fr));
}

.dashboard-card-container .card {
    min-height: 182px;
    max-height: 182px;
}

.dashboard-card-container .card a {
    color: white;
}

.dashboard-card-container .card .card-body {
    padding: 0px 1rem;

}

.dashboard-card-container .card .card-body .icon {
    width: 85px;
    min-width: 85px;
    height: 80px;
    background-color: rgba(0, 0, 0, .2);
    margin-right: 10px;
}

.dashboard-card-container .card .card-body .icon.icon-intranet {
    -webkit-mask-size: cover;
    mask-size: cover;
}

.dashboard-card-container .card .card-body .card-title {
    font-size: 20px;
}

.dashboard-card-container .card .card-body h1 {
    font-size: 4rem;
    line-height: .8;
    font-weight: 500;
}

.dashboard-card-container .card .card-body .card-text * {
    margin: 0;
}

.dashboard-card-container .card.card-contatos {
    background-color: #0671A4;
    box-shadow: 1px 1px 5px #0671A465;
}

.dashboard-card-container .card.card-contatos:hover {
    box-shadow: 3px 3px 10px #0671A499;
}

.dashboard-card-container .card.card-formularios {
    background-color: #FFD33F;
    box-shadow: 1px 1px 5px #FFD33F65;
}

.dashboard-card-container .card.card-formularios:hover {
    box-shadow: 3px 3px 10px #FFD33F99;
}

.dashboard-card-container .card.card-formularios a {
    color: black;
}

.dashboard-card-container .card.card-avisos-internos,
.dashboard-card-container .card.card-noticias-internas {
    background-color: #b7b7b7;
    box-shadow: 1px 1px 5px #b7b7b765;
}

.dashboard-card-container .card.card-avisos-internos:hover,
.dashboard-card-container .card.card-noticias-internas:hover {
    box-shadow: 3px 3px 10px #b7b7b799;
}

.dashboard-card-container .card.card-avisos {
    background-color: #F94163;
    box-shadow: 1px 1px 5px #F9416365;
}

.dashboard-card-container .card.card-avisos:hover {
    box-shadow: 3px 3px 10px #F9416399;
}

.dashboard-card-container .card.card-armazenamento {
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
    min-width: 294px;
}

@media (max-width: 576px) {
    .dashboard-card-container .card.card-armazenamento {
        min-width: 246px;
    }
}

.dashboard-card-container .card.card-armazenamento .progress {
    background-color: #EEF0F3;
    height: 24px;
    border-radius: 12px;
}

.dashboard-card-container .card.card-armazenamento .progress .progress-bar {
    background-color: #0671A4;
}

.dashboard-card-container .card.card-armazenamento:hover,
.dashboard-card-container .card.card-versao:hover {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
}

.dashboard-card-container .card.card-armazenamento a,
.dashboard-card-container .card.card-versao a {
    color: #585858;
}

.dashboard-card-container .card.card-formularios .card-footer .icon {
    background-color: black;
}

.nova-versao-container {
    border-radius: 24px;
    background-color: #FFF3CB;
    border: 1px solid #0671A4;
    transition: all ease .2s;
}

.nova-versao-container .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #0671A4;
}

.nova-versao-container > a {
    color: #0671A4;
}

.nova-versao-container:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .15);
}

.main-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EEF0F3;
    font-size: .8rem;
    color: #7F838F;
}

.main-footer > div {
    background-color: inherit;
}

.main-footer a {
    color: #7F838F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.main-footer a:hover {
    color: #0671A4;
}

.main-footer a.border-animated::after {
    display: block;
    content: '';
    border-bottom: 1px solid #0671A4;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

.main-footer a.border-animated:hover::after {
    transform: scale(1);
}

.main-footer a:hover .icon {
    background-color: #0671A4;
}

.main-footer .icon {
    background-color: #7F838F;
}

.main-footer .icon-logo-footer {
    width: 40px;
}

.top-menu {
    color: #0671A4;
}

.top-menu .user-info,
.top-menu .search {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    height: 56px;
    padding: 0 10px;
    width: fit-content;
}

.top-menu .search-wrapper {
    z-index: 1;
}

.top-menu .search {
    z-index: initial;
}

.top-menu .search .input-group-text {
    background-color: transparent;
}

.top-menu .search .input-group-text > i {
    color: #7F838F;
    font-size: 20px;
}

.top-menu .search .btn[type="submit"] {
    background-color: #7F838F;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 14px;
}

.top-menu .search input[type=text]:focus,
.top-menu .search input[type=text]:active {
    box-shadow: none;
}

.top-menu .search .search-result {
    font-size: 14px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: -1;
    margin-top: -8px;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform .2s ease-in-out;
}

.top-menu .search .search-result.scale-y-0 {
    transform: scaleY(0);
}

.top-menu .search .search-result ul li {
    display: flex;
    padding: 4px 0;
}

.top-menu .search .search-result ul a {
    text-decoration: none;
    color: #7F838F;
}

.top-menu .search .search-result ul a::after {
    display: block;
    content: '';
    border-bottom: 1px solid #0671A4;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

.top-menu .search .search-result ul a:hover {
    color: #0671A4;
}

.top-menu .search .search-result ul a:hover::after {
    transform: scale(1);
}

.top-menu .dropdown-menu {
    font-size: .8rem;
    color: #7F838F;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
    min-width: 280px;
    max-width: 300px;
}

.top-menu .notifications-menu > .dropdown-toggle::after {
    display: none;
}

.top-menu .notifications-menu .badge {
    left: 30px;
    top: 10px;
    font-size: .6rem;
}

.top-menu .notifications-menu .dropdown-header {
    padding: 0;
}

.top-menu .notifications-menu .dropdown-header a {
    color: #0671A4;
}

.top-menu .notifications-menu {
    border-right: 1px solid #D2D6DB;
}

.top-menu .portal-cliente-menu {
    border-left: 1px solid #D2D6DB;
}

.top-menu .portal-cliente-menu > a,
.top-menu .notifications-menu > .dropdown-toggle,
.top-menu .user-menu > .dropdown-toggle {
    width: 42px;
    height: 42px;
    transition: all ease .25s;
}

.top-menu .portal-cliente-menu > a:hover,
.top-menu .portal-cliente-menu > a:focus,
.top-menu .notifications-menu > .dropdown-toggle:hover,
.top-menu .notifications-menu > .dropdown-toggle:focus,
.top-menu .user-menu .dropdown-toggle:hover,
.top-menu .user-menu .dropdown-toggle:focus,
.main-sidebar .main-header > .logo-wrapper .sidebar-toggle:hover,
.main-sidebar .main-header > .logo-wrapper .sidebar-toggle:focus {
    background-color: #D2D6DB;
}

.top-menu .icon-portal-cliente {
    background-color: #0671A4;
}

.top-menu .user-menu > .dropdown-toggle {
    width: auto;
    font-size: .9rem;
    color: #585858;
}

.top-menu .user-menu .dropdown-toggle img {
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.top-menu .user-menu .dropdown-menu .header {
    background-color: #0671A4;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.top-menu .user-menu .dropdown-menu .header img {
    width: 90px;
    height: 90px;
}

.top-menu .user-menu .dropdown-menu a {
    font-size: .9rem;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item.active,
.breadcrumb-item > a {
    color: #0671A4;
    text-decoration: none;
}

.breadcrumb-item.active {
    font-weight: 600;
}

.modal {
    color: #0671A4;
}

.modal .modal-content {
    border-radius: 24px;
}

.modal .modal-header .modal-title {
    font-size: 22px;
}

.modal .modal-body {
    font-size: 14px;
    color: #585858;
}

.modal button > i.fa-print {
    margin: 0;
}

#modal-terms .modal-body .logo-container {
    display: flex;
    justify-content: center;
}

#modal-terms .modal-body .info-container {
    padding: 15px 0;
    color: #afafaf;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    font-size: 13px;
}

#modal-terms .modal-body .info-container > button {
    width: 40px;
    height: 40px;
    outline: none;
}

#modal-terms .modal-body .info-container > button:hover {
    transform: scale(1.1);
    transition: transform ease .25s;

}

.btn,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn {
    border-radius: 12px;
    height: 42px;
    width: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 14px;
    outline: none;
}

.btn:hover,
.btn:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.btn.btn-sm {
    height: 36px;
    width: auto;
    font-size: 12px;
}

.btn.btn-flat {
    border: none;
}

.btn.btn-primary {
    background-color: #0671A4;
    border-color: #0671A4;
}

.btn.btn-primary.btn-options {
    color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.btn-options:hover,
.btn.btn-primary.btn-options:focus,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #20A2E1 !important;
    border-color: #20A2E1 !important;
    color: #ffffff !important;
}

.btn.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #EEF0F3;
    border: 1px solid transparent;
    color: #585858;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus {
    background-color: #fff;
    border-color: #585858;
}

.btn.btn-default:active,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active {
    box-shadow: 0 0 0 0.25rem #e6e7e7;
}

.btn > i {
    margin-right: 5px;
    font-size: 16px;
}

.btn.btn-add {
    width: 163px;
    height: 38px;
    border-radius: 14px;
    position: relative;
    justify-content: flex-start;
    padding-left: 35px;
    margin: 0;
}

.btn.btn-add > .icon-adicionar {
    background-color: #fff;
    position: absolute;
    right: 7px;
}

.btn.btn-primary .icon.icon-salvar {
    background-color: #fff;
}

.btn.btn-save-slide-transition,
.btn.btn-save-menu-name,
.btn.btn-manage-categories,
.btn.btn-manage-themes,
.btn-page-description {
    height: 38px;
}

.btn.btn-manage-categories,
.btn.btn-manage-themes,
.btn.btn-save-and-continue,
.btn-page-description {
    width: 190px;
}

.btn.btn-default.delphoto {
    margin-bottom: 5px;
}

.box {
    border-radius: 24px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    color: #0671A4;
    position: relative;
    margin-bottom: 22px;
}

.box .box-header {
    border-bottom: 2px solid #D2D6DB;
    padding-bottom: 10px;
    margin-bottom: 20px;
    min-height: 45px;
}

.box .box-header .box-title {
    font-size: 22px;
}

.box .box__filters .form-control[readonly] {
    background-color: #FFFFFF;
}

.box .box__filters .accordion-item {
    border: none;
}

.box .box__filters .accordion-button {
    box-shadow: inset 0 -2px 0 rgb(210 214 219);
}

.box .box__filters .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.box .box__filters .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.box .box-header .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #585857;
    margin-top: 12px;
}

.box .box-header .options > div {
    display: flex;
    align-items: center;
}

.box .box-header .options > div,
.box .box-header .options > button {
    position: relative;
    z-index: 999;
}

.box .box-header .options .form-check-input {
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 0;
}

.box .box-header.box-header-md {
    min-height: 80px;
}

.box .box-header.box-header-md > .options {
    padding-top: 30px;
}

.box .box-header.box-header-md > form:only-child {
    margin-bottom: 50px;
}

.box .box-body {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.box .box-body p,
.box .box-body hr {
    color: #585858;
    font-size: 14px;
}

.box .box-body hr {
    margin: 5px 0;
}

.box .box-body .list-group > .list-group-item {
    color: #585858;
    font-size: 14px;
    word-break: break-all;
}

.box .box-body fieldset a {
    font-size: 14px;
}

.box .box-body table td:last-child {
    vertical-align: middle;
}

.box .box-footer {
    border-top: 2px solid #D2D6DB;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box .box-footer .btn {
    margin-top: 5px;
}

.box.box-profile .box-body > img {
    height: 150px;
    width: 150px;
    border: 3px solid #d2d6de;
}

.box.box-profile .box-footer .btn-primary {
    width: 200px;
}

.box .box-body fieldset .nav .nav-link {
    background-color: #EEF0F3;
    font-weight: 500;
    border-radius: 12px;
    margin-top: 5px;
    margin-right: 15px;
    transition: all ease .1s;
}

.box .box-body fieldset .nav .nav-link:hover,
.box .box-body fieldset .nav .nav-link.active {
    background-color: #0671A4;
    color: #fff;
}

.box.cards-container,
.box.box-treinamento {
    padding: 2.5rem;
}

.box.cards-container > .box-header,
.box.box-treinamento > .box-header {
    display: flex;
    justify-content: space-between;
}

.box.cards-container > .box-body {
    flex-direction: row;
    gap: 2rem 2.5rem;
    flex-wrap: wrap;
}

.box.cards-container > .box-header > .title,
.box.cards-container > .box-body > .title {
    font-size: 1.375rem;
    font-weight: 400;
}

.box.cards-container > .box-header label[for=order-by] {
    color: #585858;
    font-size: 0.875rem;
    margin-right: 15px;
}

.box.cards-container > .box-header select#order-by {
    border: none;
    color: #0671A4;
    font-size: 0.875rem;
}

.box.cards-container > .box-body > .title {
    color: #585858;
}

.box.cards-container > .box-body .card {
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
    width: 255px;
    text-decoration: none;
    background-color: #F1F5F8E8;
}

.box.cards-container > .box-body .card:hover,
.box.cards-container > .box-body .card:focus {
    border-color: #0671A4;
    box-shadow: 0 0 10px 0 #0671A4;
    transition: all .25s ease;
}

.box.cards-container > .box-body .card * {
    padding: 0;
    margin: 0;
}

.box.cards-container > .box-body .card .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 10px 0;
    color: #0671A4;
    padding: .375rem;
}

.box.cards-container > .box-body .card .card-body {
    font-size: 0.875rem;
    color: #585858;
    padding: .375rem;
    margin-bottom: 10px;
    padding-bottom: 25px;
}

.box.cards-container > .box-body .card .card-footer {
    border: none;
    color: #585858;
    padding: .375rem;
    height: auto;
}

.box.cards-container > .box-body .card.acervo {
    padding: 15px 25px;
    width: 445px;
    flex-direction: row;
}

.box.cards-container > .box-body .card.acervo .card-body {
    padding: 0 0 0 20px;
    margin: 0;
}

.box.cards-container > .box-body .card.acervo .card-title {
    font-size: 1.375rem;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 400;
}

.box.cards-container > .box-body .card.acervo .card-image {
    height: 96px;
    width: 96px;
    min-height: 96px;
    min-width: 96px;
    position: relative;
}

.box.cards-container > .box-body .card.acervo .card-image > span {
    width: 86px;
    height: 86px;
    border: 1px solid #959595;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.box.cards-container > .box-body .card.acervo .card-image > span:nth-child(2) {
    top: 5px;
    left: 5px
}

.box.cards-container > .box-body .card.acervo .card-image > span:nth-child(3) {
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.box.cards-container > .box-body .card.acervo-arquivo {
    width: 175px;
}

.box.cards-container > .box-body .card.acervo-arquivo .card-image {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.box.cards-container > .box-body .card.acervo-arquivo .info {
    font-size: 0.75rem;
    color: #585858;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions,
.box.cards-container > .box-body .card.acervo-arquivo .actions > .action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .action {
    border-radius: 50%;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .action {
    width: 40px;
    height: 40px;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .action.dropdown-toggle .icon-download {
    width: 20px;
    height: 18px;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .dropdown-item {
    font-size: 14px;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .action:focus,
.box.cards-container > .box-body .card.acervo-arquivo .actions .action:hover {
    transition: all .25s ease;
    background-color: #DDE0E4;
}

.box.cards-container > .box-body .card.acervo-arquivo .actions .action:focus .icon,
.box.cards-container > .box-body .card.acervo-arquivo .actions .action:hover .icon {
    background-color: #000000;
}

.box.cards-container > .box-body .card.acervo-arquivo .dropdown-toggle:hover,
.box.cards-container > .box-body .card.acervo-arquivo .dropdown-toggle:active,
.box.cards-container > .box-body .card.acervo-arquivo .dropdown-toggle {
    background-color: #F1F5F8E8;
    color: #000000;
    border: none;
}

.box.cards-container > .box-body .card.acervo-arquivo .dropdown-menu i {
    font-size: 12px;
}

.box.box-treinamento > .box-header {
    margin-bottom: 0;
    border: none;
}

.box.box-treinamento > .box-header > a > .icon {
    margin: 0;
    background-color: #707070;
}

.box.box-treinamento > .box-body {
    min-height: 65vh;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.box.box-treinamento > .box-body > .training-content {
    width: 100%;
    max-width: calc(100% - 276px);
    border-top: 2px solid #D2D6DB;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.box.box-treinamento > .box-body > .training-content > .training-content__title {
    font-size: 1.125rem;
    color: #585858;
    font-weight: 600;
}

.box.box-treinamento > .box-body > .training-content > .training-content__body {
    font-size: 0.875rem;
    color: #585858;
    font-weight: 400;
    flex: 1;
    margin: 20px 0;
}

.box.box-treinamento > .box-body > .training-content > .training-content__body > .training-content__wrapper {
    margin-top: 20px;
}

.box.box-treinamento > .box-body > .training-content > .training-content__footer {
    display: flex;
    justify-content: center;
}

.box.box-treinamento > .box-body > .training-content > .training-content__footer .btn-primary > .icon {
    background-color: #FFFFFF;
}

.box.box-treinamento > .box-body > .training-content #pdf-viewer {
    max-width: 100%;
}

.box.box-treinamento > .box-body > aside {
    background-color: #E6EDF3;
    max-width: 276px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.box.box-treinamento > .box-body > aside > div {
    color: #FFFFFF;
    font-size: .875rem;
    font-weight: 600;
    background-color: #0671A4;
    padding: 1rem;
}

.box.box-treinamento > .box-body > aside > ul {
    list-style: none;
    padding: 1rem 0 0 0;
    margin: 0;
    flex: 1;
    border-left: 2px solid #D2D6DB;
    border-right: 2px solid #D2D6DB;
}

.box.box-treinamento > .box-body > aside li > a {
    color: #000000;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
}

.box.box-treinamento > .box-body > aside li.ready > a {
    color: #00557E;
}

.box.box-treinamento > .box-body > aside li > a > span {
    font-weight: 400;
}

.box.box-treinamento > .box-body > aside li:hover,
.box.box-treinamento > .box-body > aside li.active {
    background-color: #0671A4;
    transition: all .25s ease;
}

.box.box-treinamento > .box-body > aside li:hover > a,
.box.box-treinamento > .box-body > aside li.active > a {
    color: #ffffff;
}

.nav .nav-link {
    color: #0671A4;
    font-size: 14px;
}

.form-control,
.form-label,
.form-select,
.select2-container--bootstrap-5 .select2-selection,
.analytics-card-container .box .box-body table {
    font-size: 14px;
}

.form-select:active,
.form-select:focus,
.form-check-input:active,
.form-check-input:focus {
    box-shadow: none;
}

.form-label {
    font-weight: 600;
    margin-bottom: 0;
    color: #0671A4;
}

.form-control,
.form-select,
.input-group > .btn,
.input-group-text,
.select2-container--bootstrap-5 .select2-selection,
.tox.tox-tinymce {
    border-radius: 6px;
    border-color: #7F838F;
}

.input-help {
    font-size: 12px;
}

.input-group > .btn.btn-outline-primary {
    color: #585858;
}

.input-group > .btn.btn-outline-primary:hover,
.input-group > .btn.btn-outline-primary:focus {
    color: #fff;
}

.input-group-text {
    color: #0671A4;
}

.input-group > .btn {
    margin: 0 5px 0 0;
    height: 35px;
}

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

.input-group-text .fa {
    color: #585858;
}

.form-label .form-check-input[type=checkbox],
table td > .form-check-input[type=checkbox] {
    border-color: #787672;
    border-radius: 3px;
    width: 16px;
    height: 16px;
}

fieldset p {
    font-size: .8rem;
}

legend {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D2D6DB;
}

table thead th,
table tbody td,
table.dataTable thead th {
    color: #0671A4;
    font-size: 14px;
}

table.dataTable tbody td,
table.dataTable tbody td em {
    color: #585858;
    font-weight: inherit;
}

table.dataTable tbody tr:hover td,
table.dataTable tbody tr:hover td > a:not(.btn),
table.dataTable tbody tr:hover td > em {
    color: #000;
}

table.dataTable .table-actions {
    display: flex;
    justify-content: center;
}

table.dataTable .table-actions > .btn,
.box .box-header .options .btn:not(.btn-add, .btn-manage-categories, .btn-manage-themes, .btn-page-description),
.dataTables_wrapper .dataTables_paginate .paginate_button,
.box .box-footer.small-buttons .btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    color: #787672;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    border: none;
}

table.dataTable .table-actions > .btn > i,
#table_wrapper #table_paginate > .paginate-button > i,
.box .box-header .options .btn:not(.btn-add, .btn-manage-categories, .btn-manage-themes, .btn-page-description) > i,
.box .box-footer.small-buttons .btn > i {
    margin: 0;
}

table.dataTable tbody td > a:not(.forms-envios) {
    color: #787672;
}

table.dataTable .table-actions .btn .badge {
    top: 10px;
    left: 30px;
}

table.dataTable .btn:not(.disabled):hover,
table.dataTable .btn:not(.disabled):focus,
.box .box-header .options .btn:not(.btn-add, .btn-manage-categories, .btn-manage-themes, .btn-page-description):hover,
.box .box-header .options .btn:not(.btn-add, .btn-manage-categories, .btn-manage-themes, .btn-page-description):focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):focus,
.box .box-footer.small-buttons .btn:not(.disabled):hover,
.box .box-footer.small-buttons .btn:not(.disabled):focus {
    background-color: #D2D6DB;
    background-image: none;
    color: #000;
    transform: scale(1.1);
    border: none;
}

table.dataTable .btn:not(.disabled):active,
.box .box-header .options .btn:not(.btn-add, .btn-manage-categories, .btn-manage-themes, .btn-page-description):active,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):active,
.box .box-footer.small-buttons .btn:not(.disabled):active {
    transform: scale(1.2);
}

#table_wrapper #table_paginate > .paginate-button.disabled {
    cursor: default;
}

table thead th,
table.dataTable thead th {
    font-weight: 600;
}

table.dataTable thead th {
    color: #585857;
    border: none;
}

table.dataTable .no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable.hover tbody tr:hover {
    background-color: #F1F5F8;
    color: #000000;
    transition: all ease .2s;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
}

table.dataTable.hover tr:hover .table-actions > .btn {
    visibility: visible;
}

table.dataTable .table-actions > .btn {
    visibility: hidden;
}

table.dataTable .table-actions > .btn[disabled] {
    cursor: not-allowed;
    opacity: .7;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-color: #F1F5F8;
    border-top-width: 2px;
}

table tr > td.actions {
    display: flex;
    justify-content: space-around;
}

table tr > td.actions .btn.disabled,
table tr > td.actions button.disabled {
    cursor: default;
    pointer-events: none;
}

table td > .forms-envios {
    color: #585858;
}

table td > .forms-envios:hover {
    transform: scale(1.1);
}

table td > .forms-envios.with-new-records {
    color: #0671A4;
}

table td > .forms-envios[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

table td > .forms-envios .icon {
    background-color: #585858;
}

table td > .forms-envios.with-new-records .icon {
    background-color: #0671A4;
}

table td > span.forms-sector {
    color: #585858;
    border: 1px solid #585858;
    padding: 2px 15px;
}

table td > span.forms-sector.has-sector {
    color: #0671A4;
    border: 1px solid #0671A4;
}

#table_wrapper {
    font-size: 14px;
    position: unset;
}

#table_wrapper table {
    width: 100% !important;
}

#table_wrapper #table_info {
    padding-top: 0;
    margin-right: 1rem;
}

#table_wrapper #table_info,
#table_wrapper #table_paginate > .paginate-button {
    font-weight: 500;
}

#table_wrapper #table_paginate {
    display: flex;
    padding-top: 0;
    margin: 0 1rem 0 0;
}

#table_wrapper > .table_header {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#table_wrapper .table_header > #table_filter {
    margin: 0;
    z-index: 999;
    order: 2;
}

#table_wrapper .table_header > #table_filter > label {
    font-weight: 600;
    color: #0671A4;
}

#table_wrapper .table_header > .table_controls {
    display: flex;
    align-items: center;
    order: 1;
}

#table_wrapper > .table_footer {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

#table_wrapper input[type=search] {
    outline: none;
}

#table_wrapper .img-thumbnail {
    max-width: 80px;
}

#table_wrapper .dataTables_wrapper .dataTables_length .table {

}

.photoupload {
    height: 200px;
    border: 1px solid #7F838F;
    float: left;
    margin-right: 10px;
    background-color: #f7f7f9;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.page-description {
    display: flex;
    align-items: center;
    color: #585858;
    font-size: 14px;
}

.page-description img {
    margin-right: 15px;
}

.toast.bg-danger a,
.toast.bg-success a {
    color: white;
}

.toast.bg-warning a {
    color: #212529;
}

.jconfirm .jconfirm-box {
    color: #0671A4;
}

.jconfirm .jconfirm-content {
    color: #585858;
    font-size: 14px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn {
    display: inline-block;
}

.alert {
    border-radius: 24px;
    padding: 10px;
    font-size: 14px;
}

.alert .icon.icon-alerta {
    width: 44px;
    height: 32px;
}

.alert.alert-danger .icon.icon-alerta {
    background-color: #842029;
}

.alert.alert-success .icon.icon-alerta {
    background-color: #0f5132;
}

.select2-container {
    flex: 1;
    font-size: .875rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .875rem;
    z-index: 1;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #7F838F;
    box-shadow: none;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-selection--multiple {
    border-color: #7F838F;
    border-radius: 6px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0671A4;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background-color: #198754;
    border-color: #198754;
    border-radius: 6px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    border-right: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
}

.popover .popover-body .btn {
    height: 35px;
    margin: 0 auto;
    margin-top: 5px;
}

.has-error label {
    color: #dd4b39 !important;
}

.has-error .form-control,
.has-error .btn,
.has-error .input-group-text,
.has-error .photoupload,
.has-error .select2-container--open .select2-dropdown--below,
.has-error .select2-container--default .select2-selection--multiple,
.has-error .tox.tox-tinymce {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 35px;
    margin: 0;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-bottom: 15px;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    background: #fff;
    color: #585858;
    margin-top: 30px;
    margin-bottom: 48px;
    margin-left: 60px;
    padding: 0;
    position: relative;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 10px;
    background-color: #0671A4;
    border-radius: 12px;
    color: #fff;
}

.accordion {
    background: unset;
    border-color: unset;
    overflow: unset;
    border: unset;
}

.accordion .accordion-header {
    background: unset;
    border: none;
}

.accordion .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #0671A4;
}

.accordion .accordion-collapse {
    padding: 20px;
    background: none;
}

.accordion .accordion-collapse fieldset > div {
    padding-left: 10px;
}

.text-justify {
    text-align: justify;
}

.tooltip-custom {
    font-size: .8rem;
    font-weight: 500;
    color: #fff;
    background-color: unset;
    border: none;
    display: block;
    padding: 0 0.4rem;
    z-index: 1080;
}

.tooltip-custom.bs-tooltip-left,
.tooltip-custom.bs-tooltip-right {
    padding: 0 0.4rem;
}

.tooltip-custom .tooltip-arrow {
    border: none;
}

.tooltip-custom .tooltip-inner {
    background-color: #585858;
}

.tooltip-custom.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #585858;
}

.tooltip-custom.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #585858;
}

.tooltip-custom.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #585858;
}

.tooltip-custom.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #585858;
}

.tooltip-custom.bs-tooltip-bottom,
.tooltip-custom.bs-tooltip-top {
    padding: 0.4rem 0;
}

.tooltip-custom.bs-tooltip-start .tooltip-inner {
    margin-top: 8px;
}

/* Sobrescreve estilos do easyui e tinyMCE quando abre o filebrowser para tentar manter ambos com layout parecido */
.tox .tox-dialog,
.tox .tox-dialog .tox-dialog__title,
.tox .tox-button,
.panel {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
}

.panel .panel-header,
.panel.window {
    background: #fff;
}

.panel .panel-header {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.panel.window {
    border-radius: 3px;
    padding: 1px;
}

.window .window-header .panel-tool {
    right: 10px;
}

.window .window-body,
.panel-header-noborder {
    border-width: 0px;
}

.panel .panel-tool-close {
    background: url(../img/Icon-Fechar.svg) no-repeat center center;
    opacity: 1;
    background-size: 12px;
}

.panel .panel-tool a:hover {
    background-color: unset;
    border-radius: 0px;
}

.box.faq .box-body > .row {
    min-height: 500px;
}

.box.faq .box-body ul {
    font-size: 14px;
}

.box.faq .faq-list > div {
    background-color: #0671A4;
}

.box.faq .faq-list > ul {
    height: calc(100% - 56px);
    background-color: #EEF0F3;
    scrollbar-width: thin;
    scrollbar-color: #0671A4 #f3f2f2;
}

.box.faq .faq-list ul::-webkit-scrollbar {
    width: 9px;
}

.box.faq .faq-list ul::-webkit-scrollbar-track {
    background: #fff;
}

.box.faq .faq-list ul::-webkit-scrollbar-thumb {
    background-color: #0671A4;
    border-radius: 20px;
    border: 2px solid #f3f2f2;
}

.box.faq .faq-list > ul > li:not(.active) {
    border-color: transparent !important;
}

.box.faq .faq-list > ul > li:hover {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    transition: 0.2s;
    border-color: #0671A4 !important;
}

.box.faq .faq-list > ul a {
    color: #000;
    font-weight: 600;
}

.box.faq .faq-list > ul > li.active {
    border-left: 2px solid #0671A4 !important;
}

.box.faq .faq-list > ul > li.active a {
    color: #00557E;
}

.box.faq .faq-list .btn-all-articles {
    font-size: 14px;
}

.box.faq .faq-list .btn-all-articles::after {
    display: block;
    content: '';
    border-bottom: 1px solid #fff;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

.box.faq .faq-list .btn-all-articles:hover::after {
    transform: scale(1);
}

.box.faq .faq-content {
    flex: 1;
}

.box.faq .faq-footer li {
    border-left: 2px solid #0671A4;
    padding-left: 10px;
    margin: 10px;
}

.box.faq .faq-footer a {
    color: #7F838F;
}

.box.faq .faq-footer a:hover {
    color: #0671A4;
}

.box.faq .faq-footer a::after {
    display: block;
    content: '';
    border-bottom: 1px solid #0671A4;
    transform: scale(0);
    transition: transform 250ms ease-in-out;
}

.box.faq .faq-footer a:hover::after {
    transform: scale(1);
}

.tox-dialog .tox-dialog__body .tox-form {
    max-height: 70vh;
}

.dropdown-menu-options {
    background-color: #F1F5F8;
    border-radius: 14px;
}

.dropdown-menu-options .dropdown-item {
    margin: 0;
    font-size: 14px;
    border: 1px solid #F1F5F8;
    padding: 5px 15px;
}

.dropdown-menu-options .dropdown-item:focus,
.dropdown-menu-options .dropdown-item:hover {
    border-color: #0671A4;
    border-radius: 14px;
    background-color: #fff !important;
    color: #0671A4;
}

@media (min-width: 768px) {
    #table_wrapper .table_header > #table_filter {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 632px) {
    #table_wrapper > .table_header > #table_filter {
        order: 1;
        margin-bottom: 5px;
    }

    #table_wrapper .table_header > .table_controls {
        order: 2;
    }
}

@media (max-width: 767px) {
    .box.faq .faq-footer {
        position: relative !important;
    }

    .box.box-treinamentos,
    .box.box-treinamento {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .box.box-treinamentos > .box-header {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .box.box-treinamentos > .box-body > .cards {
        padding: 0;
    }

    .box.box-treinamento > .box-body {
        flex-direction: column;
    }

    .box.box-treinamento > .box-body > .training-content {
        order: 1;
        max-width: 100%;
    }

    .box.box-treinamento > .box-body > aside {
        margin-bottom: 20px;
    }

    .box.box-treinamento > .box-body > aside > div {
        display: none;
    }

    .box.box-treinamento > .box-body > aside > ul {
        border: 2px solid #D2D6DB;
    }

    .box.box-treinamento > .box-body > .training-content > .training-content__footer {
        flex-wrap: wrap;
        gap: 1rem;
    }

    #table_wrapper > .table_header {
        justify-content: space-between;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */

@media print {
    * {
        padding: 0;
        margin: 0;
    }

    section.top-menu {
        display: none !important;
    }

    section.content > .page-description {
        display: none;
    }

    footer.main-footer {
        display: none;
    }

    .PrintArea .box {
        border-radius: 0;
        border: none;
        box-shadow: none;
        font-size: 14px;
        margin: 5px 0;
        padding: 0;
    }

    .PrintArea .box .box-header {
        min-height: auto;
        margin: 0;
    }

    .PrintArea .box .box-header * {
        margin: 0;
        padding: 0;
        font-size: inherit;
    }

    .PrintArea .box .box-body {
        font-size: 12px;
    }

    .PrintArea .box .box-body .form-label,
    .PrintArea .box .box-body legend,
    .PrintArea .box .box-body p,
    .PrintArea .box .box-body a {
        font-size: inherit;
    }

    .PrintArea .box .box-body p,
    .PrintArea .box .box-body .user-block,
    .PrintArea .box .box-body .user-block > span {
        margin: 0;
    }

    .PrintArea .box .box-body .user-block img {
        display: none;
    }

    .PrintArea .box .box-body .post > p {
        padding-left: 15px;
    }

    .PrintArea .box .box-footer button,
    .PrintArea .box .box-footer a {
        display: none;
    }
}
