﻿:root {
    --main-blue-color: #005d6a;
    --second-orange-color: #008799;
    /*--background-color: #f9f9f9;*/
    --background-color: #232323;
    --font-body: #212529;
    --font-left-menu: #707070;
    --dark-background: #f9f9f9;
}

body {
    padding-bottom: 70px;
}

.layout2022 {
    display: none !important;
}

/*#region Modais*/
.body-sucesso {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-info {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-erro {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-confirma {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.circle-alert {
    border: #f9dda3 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.label-question {
    font-size: 52px;
    color: #1062a8;
    margin-left: 2px;
}

.circle-question {
    border: #80abd1 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
    /*margin-top: -30px;*/
}

.center-question {
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.label-error {
    font-size: 52px;
    color: #F27474;
    margin-left: 2px;
}

.circle-error {
    border: #f8b9b9 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.label-sucesso {
    font-size: 52px;
    color: #1062a8;
    margin-left: 2px;
}

.circle-sucesso {
    border: #80abd1 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.circle-question, .label-question, .circle-alert, .label-alert, .circle-error, .label-error, .circle-sucesso, .label-sucesso {
    opacity: 0;
    -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}

.circle-question, .circle-alert, .circle-error, .circle-sucesso {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.label-question, .label-alert, .label-error, .label-sucesso {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
/*#endregion Modais*/

.circle-alert {
    border: #f9dda3 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.label-text-alert {
    margin-top: 1rem;
    font-size: 17px;
    color: var(--font-left-menu);
}

.label-alert {
    font-size: 52px;
    color: #efa812;
    margin-left: 2px;
}

.msg-valida-cpf.img-ico-alert {
    background: url("../IMAGES/img-home/Iss-Online-Relatorios-Alert.png");
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 25px;
}


div.msg-valida-cpf div.form-msg-error ul li {
    color: #efa81c;
    font-size: 12px;
}

msg-valida-cpf {
    background-color: var(--main-blue-color);
}

.input-text {
    border: 1px solid var(--main-blue-color);
    border-radius: 5px;
    /*border-radius: 0px;*/
    text-align: left;
    background: #FFF;
    padding: 0.5em 0.5rem;
    /*border: solid var(--main-blue-color) 2px;*/
    margin-top: 5px;
    cursor: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
    height: 35px;
    font-size: 14px;
    width: 100%;
    transition: none;
}

    .input-text:disabled {
        background-color: #EEE;
    }

    .input-text:focus {
        outline: none;
    }

    .input-text:focus-within {
        -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        outline: none;
    }

.box-primeiro-passo-cmunicipio {
    background-color: var(--dark-background);
    padding: 1rem;
}

.check-box div input[type=checkbox] {
    display: none !important;
    white-space: nowrap;
}

.check-box div input[type=checkbox] {
    display: block;
    float: left;
    cursor: pointer;
}

    .check-box div input[type=checkbox]:hover {
        opacity: 0.6;
        filter: alpha(opacity=50);
    }
    /* set the size of the pseudo-toggle button control */
    .check-box div input[type=checkbox]:checked + label::before, .check-box div input[type=checkbox]:not(:checked) + label::before, .check-box div input[type=checkbox] + label {
        width: 0.8em;
        height: 0.8em;
        line-height: 1.2em;
    }

    /* additional styling: rounded border, gradient */
    .check-box div input[type=checkbox] + label {
        font-size: 16pt;
        font-family: Arial, Calibri;
        border: 1px solid #d0d0d0;
        border-radius: 5px;
        background: #f9f9f9;
        float: left;
        position: relative;
        display: inline-block;
        margin-top: 3px;
    }

    /* content to display and style pertinent to unchecked state*/
    .check-box div input[type=checkbox]:not(:checked) + label::before {
        content: " ";
        color: #303030;
        opacity: 0.6;
    }

    /* content to display and style pertinent to checked state*/
    .check-box div input[type=checkbox]:checked + label::before {
        content: "\2714";
        color: #000;
        font-weight: bold; /* background-color: #2aa1c0; */
        font-size: 60%;
        padding-left: 10%;
    }

@media only screen and (max-width: 1199px) {
    .alerta {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .alerta {
        width: 80%;
    }
}

.check-box div input[type=checkbox] {
    margin-top: 3.5%;
}



.lbl-apos-click {
    font-size: 12px;
    margin-bottom: 5px;
}

.row-margin-top {
    margin-top: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .modalBackground {
        display: none;
    }

    .modalPopup {
        display: none;
    }

    .margin-box-passo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 460px) {
    div.col-md-6.col-sm-12 {
        padding: 0;
        padding-left: 1em;
        padding-right: 1em;
    }

    div.col-md-6.row-margin-top {
        padding: 0;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.invisible-span {
    display: none;
}

.lbl-margin-left {
    margin-left: 1.5em;
}

a {
    color: var(--main-blue-color);
}

    a:hover {
        color: var(--second-orange-color);
    }

.form-lbl {
    margin-top: 5px;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: var(--background-color);
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.img-size {
    height: 435px;
}

.atencao-modal-nfe {
    text-align: center;
    font-weight: bold;
    color: var(--main-blue-color);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
    }

    .msg-valida-cpf.img-ico-alert {
        background: url("../IMAGES/img-home/Iss-Online-Relatorios-Alert.png");
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 25px;
    }


    div.msg-valida-cpf div.form-msg-error ul li {
        color: #efa81c;
        font-size: 12px;
    }

    msg-valida-cpf {
        background-color: #1062a8;
    }

    .input-text {
        border-radius: 12px;
        text-align: left;
        background: #FFF;
        padding: 0.5em 0.5rem;
        border: solid #ddd 1px;
        margin-top: 5px;
        cursor: text;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
        height: 35px;
        font-size: 14px;
        width: 100%;
        transition: none;
    }

        .input-text:disabled {
            background-color: #EEE;
        }

        .input-text:focus {
            outline: none;
        }

        .input-text:focus-within {
            -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
            outline: none;
        }

    .box-primeiro-passo-cmunicipio {
        background-color: #f9f9f9;
        padding: 1rem;
    }

    .check-box div input[type=checkbox] {
        display: none !important;
        white-space: nowrap;
    }

    .check-box div input[type=checkbox] {
        display: block;
        float: left;
        cursor: pointer;
    }

        .check-box div input[type=checkbox]:hover {
            opacity: 0.6;
            filter: alpha(opacity=50);
        }
        /* set the size of the pseudo-toggle button control */
        .check-box div input[type=checkbox]:checked + label::before, .check-box div input[type=checkbox]:not(:checked) + label::before, .check-box div input[type=checkbox] + label {
            width: 0.8em;
            height: 0.8em;
            line-height: 1.2em;
        }

        /* additional styling: rounded border, gradient */
        .check-box div input[type=checkbox] + label {
            font-size: 16pt;
            font-family: Arial, Calibri;
            border: 1px solid #d0d0d0;
            border-radius: 5px;
            background: #f9f9f9;
            float: left;
            position: relative;
            display: inline-block;
            margin-top: 3px;
        }

        /* content to display and style pertinent to unchecked state*/
        .check-box div input[type=checkbox]:not(:checked) + label::before {
            content: " ";
            color: #303030;
            opacity: 0.6;
        }

        /* content to display and style pertinent to checked state*/
        .check-box div input[type=checkbox]:checked + label::before {
            content: "\2714";
            color: #000;
            font-weight: bold; /* background-color: #2aa1c0; */
            font-size: 60%;
            padding-left: 10%;
        }

    @media only screen and (max-width: 1199px) {
        .alerta {
            width: 50%;
        }
    }

    @media only screen and (max-width: 992px) {
        .alerta {
            width: 80%;
        }
    }

    .check-box div input[type=checkbox] {
        margin-top: 3.5%;
    }



    .lbl-apos-click {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .row-margin-top {
        margin-top: 10px;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    @media only screen and (max-width: 768px) {
        .modalBackground {
            display: none;
        }

        .modalPopup {
            display: none;
        }

        .margin-box-passo3 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media screen and (max-width: 460px) {
        div.col-md-6.col-sm-12 {
            padding: 0;
            padding-left: 1em;
            padding-right: 1em;
        }

        div.col-md-6.row-margin-top {
            padding: 0;
            padding-left: 1em;
            padding-right: 1em;
        }
    }

    .invisible-span {
        display: none;
    }

    .lbl-margin-left {
        margin-left: 1.5em;
    }

    a {
        color: #1062a8;
    }

        a:hover {
            color: #efa819;
        }

    .form-lbl {
        margin-top: 5px;
    }


    .modalBackground {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .modalPopup {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 250px;
    }

    .img-size {
        height: 435px;
    }

    .atencao-modal-nfe {
        text-align: center;
        font-weight: bold;
        color: #1062a8;
    }
}
