﻿/* QR code generator */
#qrCode {
    margin: 15px;
}

.btn-navy {
    color: #fff;
    background-color: #001f3f;
}

.bg-navy {
    background-color: #001f3f;
}

.btn-navy:hover {
    color: #fff;
    background-color: #001f3f;
    opacity: 0.9;
}

.btn-navy.disabled, .btn-navy:disabled {
    color: #fff;
    background-color: #001f3f;
    opacity: 0.78;
    cursor: not-allowed;
}

.btn-navy:focus {
    opacity: 0.9;
    box-shadow: 0 0 0 0 rgba(221, 171, 15, 0.5);
}

.required label::after {
    content: " *";
    color: #db2d24 !important;
}

.title {
    font-size: 45px;
    font-weight: 600;
    margin-top: 20px;
    color: #001f3f;
}

.title-pdf {
    font-weight: 600;
    margin-top: 20px;
    color: #001f3f;
}

.title-separator {
    margin-bottom: 3rem;
}

.btn-card {
    margin-top: 31.5px;
}

.btn-card-transacao {
    margin-top: 31.5px;
}

.icon {
    font-size: 30px;
}

i {
    pointer-events: none;
}

.thead-gray {
    background-color: #f1f1f1;
}

legend {
    font-weight: 600;
}

.subtitle {
    font-weight: 600;
    margin-top: 10px;
}

.active-status {
    color: green !important;
}

.inactive-status {
    color: red !important;
}

.login-image-center {
    background-image: url('../images/backimage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    background-position: center;
}


.center-check {
    margin-top: 35px;
}

.reset {
    width: 70%;
    margin: auto;
}

.cancel {
    color: red !important;
}

tr {
    page-break-inside: avoid;
}

/* Create 4 equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding-left: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.login-center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: 100vh;
}

.login {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../images/backimage.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1.0;
}

.overlay {
    z-index: 1;
    opacity: 0.9;
    background: white;
}

.login-content {
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
}

    .login-content form {
        width: 600px;
        padding: 60px 70px 80px;
        border-radius: 2px;
        background-color: #ffffff;
        opacity: 0.9;
    }

        .login-content form img {
            width: 180px;
            margin: auto;
            display: block;
            margin-bottom: 2rem;
        }

    .login-content footer {
        text-align: center;
    }

        .login-content footer span {
            display: block;
            font-family: 'Open Sans';
            font-weight: 400;
            font-size: 20px;
            line-height: 14px;
            color: #000000;
            margin: 40px 0px 20px;
        }

    .login-content input[type="submit"] {
        width: 100%;
        font-weight: 700;
        font-size: 16px;
    }

    .login-content label {
        font-weight: 600;
        font-size: 16px;
        color: #000000;
    }

    .login-content input[type="text"],
    .login-content input[type="password"] {
        border-color: #A9A9A9;
    }

.checkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    max-height: 200px;
    overflow-y: auto;
}

#chkDisponiveis .form-check-input {
    position: unset;
    margin-top: 0.3rem;
    margin-left: 2px;
}

.circle-round.chkloader {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 15;
}

    .circle-round.chkloader.active {
        display: inline-block !important;
    }

        .circle-round.chkloader.active ~ .checkbox-wrapper {
            background-color: rgba(84, 77, 77, 16%);
        }

.circle-round {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: circle-round .75s linear infinite;
    animation: circle-round .75s linear infinite;
}

@keyframes circle-round {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.custom-card--comprovante .card-header {
    display: flex;
    align-items: center;
    background-color: transparent;
}

    .custom-card--comprovante .card-header button {
        border: unset;
        margin-left: 10px;
    }

.version {
    font-size: 0.75em;
    text-align: center;
    color: #ccc;
}

table.dataTable {
    margin: 0;
}

.red {
    color: var(--red);
}

.blue {
    color: #001f3f;
    /*color: dimgray;*/
}

.td-action--space {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

    .td-action--space a:hover {
        text-decoration: none;
    }

    .td-action--space a:nth-child(n+2) {
        margin-left: 7px;
    }

.btn-nf,
.btn-nf:hover,
.btn-nf:focus {
    color: #001f3f;
    border: none;
    background-color: transparent;
    outline:none;
}

.form-financeiro--certidao div.col-md.d-flex.align-items-center {
    padding-right: 0px;
    padding-left: 0px;
}

.form-financeiro--certidao .form-control[readonly] {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding-right: 0px;
    padding-left: 0px;
}

.form-financeiro--certidao .form-control.error{
    border-color: #F00;
}

.form-financeiro--certidao button,
.form-financeiro--certidao button:active,
.form-financeiro--certidao button:active:focus,
.form-financeiro--certidao button:hover,
.form-financeiro--certidao button:focus {
    border: none !important;
    background-color: transparent !important;
    color: #001f3f !important;
    box-shadow: none !important;
}

    .form-financeiro--certidao button:hover,
    .form-financeiro--certidao button:focus,
    .form-financeiro--certidao button:active:focus {
        color: #0056b3 !important;
    }

th.action--tag {
    min-width: 25px !important;
    max-width: 36px !important;
    padding-right: 0px;
    width: 30px;
}

.form-control.error {
    border-color: #F00;
    color: #f00;
}

.fas.fa-check.btnSubmitCheck {
    border: unset;
    background-color: transparent;
    color: #007bff;
}

.fas.fa-check.btnSubmitCheck:hover{
    color: green;
}

.fas.fa-check.btnSubmitCheck:focus{
    outline: unset;
}

.center-check-flex {
    height: 50px;
    display: flex;
    align-items: center;
}

.btn.btn-outline-default.btn-unlockCliente,
.btn.btn-outline-default.btn-unlockCliente:hover,
.btn.btn-outline-default.btn-unlockCliente:focus,
.btn.btn-outline-default.btn-unlockCliente:focus-visible {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    font-size: 12px;
}

.btn.btn-outline-default.btn-editCliente,
.btn.btn-outline-default.btn-editCliente:hover,
.btn.btn-outline-default.btn-editCliente:focus,
.btn.btn-outline-default.btn-editCliente:focus-visible {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    font-size: 12px;
}

.btn.btn-outline-default.btn-transacaoCliente,
.btn.btn-outline-default.btn-transacaoCliente:hover,
.btn.btn-outline-default.btn-transacaoCliente:focus,
.btn.btn-outline-default.btn-transacaoCliente:focus-visible {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    font-size: 12px;
}

.select2-selection__choice__remove {
    margin: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.select2-selection__choice {
    background-color: #03386e !important;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    src: url("../webfonts/password.ttf");
}

.style-pw {
    font-family: 'password';
    text-security: disc;
    -webkit-text-security: disc;
}

/*scrollbar */
.scrollbar-vertical {
    overflow-y: auto;
}

.scrollbar-vertical::-webkit-scrollbar {
    width: 8px;
}

.scrollbar-vertical::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollbar-vertical::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 4px;
}

/* Handle on hover */
.scrollbar-vertical::-webkit-scrollbar-thumb:hover {
    background: #001f3f;
    cursor: pointer;
}

@media (min-height: 900px) {
    .scrollbar-vertical {
        max-height: 70vh;
    }
}

@media (max-height: 899px) {
    .scrollbar-vertical {
        max-height: 62vh;
    }
}

.check-switch {
    position: relative;
    margin-right: 4px;
    margin-bottom: -2px;
    width: 36px;
    height: 15px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.check-switch:checked {
    background: #ffc107;
}

.check-switch:before {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: 0.2s;
}

.check-switch:checked:before {
    content: '\2713';
    left: 20px;
    color: #001f3f;
    background: #ffea07;
    font-size: 0.8rem;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.table {
    width: 100% !important;
}

.transition-icon {
    transition: transform 0.4s;
}

.rotate-icon {
    transform: rotate(-180deg);
}

.rotate-icon-90 {
    transform: rotate(90deg);
}