@charset "UTF-8";

.main-navbar {

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    background: #337ab7;
    /* min-height: 20px; */
    width: 100%;
}

.header {
    width: 100%;
    height: 100%;
    background-color: #1D70B7;
    padding: 10px;
}

.navbar-logo {
    height: 55px;
    transition: transform 0.3s ease;
}

.navbar-logo:hover {
    transform: scale(1.01);
}

.links-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    font-weight: 500;
    color: #FFF !important;
    transition: all 0.25s ease;
}

.links-menu:hover {
    opacity: .6;
    /* background-color: rgba(51, 122, 183, 0.08); */
    border-radius: 6px;
    /* background-color: red;
    color: red; */
    /* font-size: 45px; */
}

.inutil {
    background-color: #1D70B7;
    height: auto;
    width: 100%;
    margin-bottom: 90px;
}

@media(max-width: 766px) {
    .inutil {
        margin-bottom: 90px;
    }
}

.engrenagens svg {
    width: 28px;
    transition: transform 0.4s ease;
    background: transparent;
    align-self: center;
    justify-self: center;
}

.engrenagens svg:hover {
    transform: rotate(60deg);
}

.user-info {
    position: fixed;
    top: 95px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}


.box-info {
    padding: 20px;
    border: 1px solid #6f9abf;
    border-radius: 6px;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.box-form {

    -webkit-box-shadow: -5px 10px 45px -13px rgba(182, 182, 219, 0.39);
    -moz-box-shadow: -5px 10px 45px -13px rgba(182, 182, 219, 0.39);
    box-shadow: -5px 10px 45px -13px rgba(182, 182, 219, 0.39);
    padding: 20px;
}

.img-center {
    position: absolute;
    left: 42%;
    width: 15%
}

fieldset .scheduler-border {
    border: solid 1px #ddd !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend .scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

.img-sala {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer-brasil {
    background: none repeat scroll 0% 0% #337ab7;
    padding: 1em 0px;
    max-width: 100%;
}

/*
 * MOdal
 */
.modal:nth-of-type(even) {
    z-index: 1042 !important;
}

.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}


body,
html {
    background-repeat: no-repeat;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
    border-radius: 12px;
    color: #333;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: pointer;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #f7f7f7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: rgb(12, 97, 33);
}

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

@media print {

    #pager,
    .no-print {
        display: none !important;
        height: 0;
    }

    .no-print,
    .no-print * {
        display: none !important;
        height: 0;
    }

    .yes-print {
        display: block !important;
    }

    .imprimir {
        font-size: 8px !important;
        color: red;
    }

    .img-print {
        width: 99% !important;
    }
}



.nav-img {
    padding: 5px 15px !important;
}

.painel {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(215, 215, 215, 0.50);
    border-radius: 5px;
    min-height: 100px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    text-align: center;
}

.p-2 {
    width: 47%;
}

.painel .ng-label {
    position: relative;
    font-weight: bold;
    font-size: 34px;
    color: #1d70b7;
    letter-spacing: -1px;
}

.painel .ng-header {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    display: block;
}

.footer {
    width: 100%;
    bottom: 0px;
    text-align: center;

}

.no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.menu-linha {
    padding-top: 16px !important;
    padding-bottom: 16px !important;

}

.conteudo {
    min-height: 750px;
}

.container .text-style {
    text-align: justify;
    line-height: 23px;
    margin: 0 13px 0 0;
    font-size: 19px;
}

@media (min-width: 1500px) {
    .container {
        width: 1500px !important;
    }
}

.nav-sidebar {
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}

.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}

.nav-sidebar .active a {
    cursor: default;
    background-color: #337ab7;
    color: #fff;
}

.nav-sidebar .active a:hover {
    background-color: #ff9933;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.img-ativo-show {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.thumbnaili {

    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    transform: translate(-50%, -50%);
}

.img-ativo-show {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -o-transition: all 1s ease;
    /* IE 9 */
    -ms-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.img-ativo-show:hover {
    -webkit-transform: scale(3);
    /* Safari and Chrome */
    -moz-transform: scale(3);
    /* Firefox */
    -ms-transform: scale(3);
    /* IE 9 */
    -o-transform: scale(3);
    /* Opera */
    transform: scale(3);
    border: 1px solid #fafafa;
    -webkit-box-shadow: 9px 6px 5px -2px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 9px 6px 5px -2px rgba(0, 0, 0, 0.47);
    box-shadow: 9px 6px 5px -2px rgba(0, 0, 0, 0.47);
}

/* New style */

.menu-icon {
    margin-right: 5px;
    color: black !important;
}

.box {
    width: 20px;
    height: 20px;
    /* background: url("/assets/img/conf.png") no-repeat; */
    background-size: contain;
}

.dropdown-custom:hover .dropdown-menu {
    display: block;
    margin-top: 0.125em;
}

.dropdown-custom:hover>.dropdown-menu,
.dropend-custom:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.dropend-custom:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: -105%;
}

.dropdown-custom .dropdown-menu {
    display: none;
}

@media screen and (min-width: 769px) {
    .dropend-custom:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: -105%;
    }
}

/* Spinner */
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
