input[disabled], select[disabled], input[type="radio"]:disabled + label, .radio input[type="radio"]:disabled + label span, textArea:disabled, input[type="checkbox"]:disabled + label, button[disabled], .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed!important;
}

* {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1776dd+0,065296+100 */    
    background: -moz-radial-gradient(center, ellipse cover, #1776dd 0%, #065296 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #1776dd 0%,#065296 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #1776dd 0%,#065296 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1776dd', endColorstr='#065296',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display: inline-block;
    height: 70vh;
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
}

header {
    width: 100%;
}

header h1 {
    font-weight: 800;
    color: #fff;
}

body  {
    text-align: center;
}

.box {
    background: #fff;
    border-radius: 5px;
    width: 400px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 45%;
    margin-top: -250px;
    box-shadow: 0 0 8em rgba(0,0,0,0.5);
    z-index: 2;
}

.box header {
    padding: 1.5em 1em;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.box header img {
    max-width: 200px;
}

.box main {
    padding: 1em 2em;
    text-align: center;
}

.box2 {
    background: #fff;
    border-radius: 5px;
    width: 400px;
    height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 45%;
    margin-top: -250px;
    box-shadow: 0 0 8em rgba(0,0,0,0.5);
    z-index: 2;
}

.box2 header {
    padding: 1.5em 1em;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.box2 header img {
    max-width: 200px;
}

.box2 main {
    padding: 1em 2em;
    text-align: center;
}

.form {
    width: 100%;
    padding: 1.2em 1em;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border-bottom: 1px solid #1776dd;
    color: #1776dd;
    outline: none;
    font-size: 1.1em;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
    margin: 0 0 1em 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.05) inset;
}

.icn_form {
    position: absolute;
    right: 2.2em;
    margin: 1.1em 1em;
    font-size: 1.2em!important;
    width: 10px;
    color: #1776dd;
}

::-webkit-input-placeholder {
    color: #1776dd;
}
::-moz-placeholder {
    color: #1776dd;
}
:-ms-input-placeholder {
    color: #1776dd;
}
:-moz-placeholder {
    color: #1776dd;
}

.form:focus {
    background: rgba(0,0,0,0.05);
    transition: 0.3s;
}

.footer {
    background: #fff;
    width: 100%;
    padding: 18em 0 2em 0;
    position: absolute;
    bottom: 0;
    z-index: -100;
    text-align: center;
    display: inline-block;
}

.footer div {
    font-size: 0.65em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0,0,0,0.3);
}

.footer a {
    color: rgba(0,0,0,0.3)!important;
}

.footer a:hover {
    color: rgba(0,0,0,0.6)!important;
}

.btn {
    width: max-content;
    padding: 1em 2em;
    border: none;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.08em;
    border-radius: 3px;
    margin: 1.2em 0;
    background: #1776dd;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
}

.btn:hover {
    transition: 0.3s;
    background: #065296;
}

a {
    text-decoration: none;
}

.fgrt a {
    color: rgba(0,0,0,0.4)!important;
    transition:1s!important;
}

.fgrt {
    display: block;
    font-size: 0.7em;
    font-weight: 700;
    transition: 1s;
    margin: 0.75em 0;
}

.fgrt a:hover {
    color: rgba(0,0,0,0.6)!important;
    transition:1s!important;
}

.warnings {
    width: 100%;
    position: absolute;
    left: 0;
    margin: -0.75em 0 0 0;
    font-size: 0.7em;
    font-weight: 500;
    color: red;
    font-style: inherit;
}

.box footer, .box2 footer {
    color: #065296;
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    background: rgba(0,0,0,0.05);
}

.div_footer {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 1.2em 0;
    font-size: 1.2em;
}

.div_footer span {
    display: none;
    position: absolute;
    font-size: 0.75em;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 0 2em rgba(0,0,0,0.3);
    background: #1776dd;
    border-radius: 3px;
    padding: 0.24em 0.5em;
}

.div_footer:nth-child(1) span {
    margin: -3.25em;
}

.div_footer:nth-child(2) span {
    margin: -3.25em 0.5em;
}

.div_footer:nth-child(3) span {
    margin: -3.25em 0.25em;
}

.support span {
    position: absolute;
}

.div_footer span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1776dd;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 25px;
}

.div_footer:hover span {
    display: block;
}

@media (max-height: 500px) {
    html {
        overflow: auto;
    }
    
    body {
        display: block;
    }
    
    .box {
        position: relative;
        margin: 0 auto 0 auto;
        top: auto;
        left: auto;
    }
    
    .footer {
        position: relative;
        margin-top: -25em;
        left: 0;
        bottom: 0;
        padding: 12em 0 2em 0;
    }
}

@media (max-width: 768px) {
    body {
        display: block;
    }
    
    .box {
        width: 90%;
        height: 450px;
        margin: 0 auto;
        position: relative;
        left: auto;
        margin-top: 10%;
    }
    
    .footer div {
        font-size: 0.5em;
    }
    
    .form {
        font-size: 1em!important;
        margin: 0 0 1em 0;
    }
    
    .btn {
        margin: 1em 0;
        padding: 0.75em 1.5em;
    }
    
    .div_footer {
        padding: 0.85em 0;
        font-size: 1em;
    }
    
    .fgrt {
        margin: 1.5em 0;
    }
    
    .icn_form {
        font-size: 1.1em!important;
    }
    
    .footer {
        padding: 12em 0 2em 0;
        margin-top: -70px;
        position: absolute;
        display: block;
    }
    
    .footer div {
        padding: 0;
    }
}

@media (min-width: 1601px) {
    html {
        zoom: 120%;
    }
}

/*CSS DO MODAL DO CHROME*/
.fundo-chrome {
    background: rgba(0,0,0,0.65);
    width: 100%;
    position: absolute;
    height: -webkit-fill-available;
    height: -moz-fill-available;
    z-index: 99;
    height: -moz-fit-content;
    height: 100%;
}

.chrome {
    text-align: center;
    width: auto;
    position: absolute;
    max-width: 600px;
    background: #fff;
    border-radius: 5px;
    padding: 3em;
    color: rgba(0,0,0,0.6);
    height: auto;
    box-shadow: 0 0em 15em rgba(0,0,0,0.4);
    margin: 5em auto;
    z-index: 100;
    left: 50%;
    margin-left: -300px;
    top: 45%;
    margin-top: -125px;
}

.close1 {
    float: right;
    margin: -1.5em;
    color: rgba(0,0,0,0.2)!important;
    font-size: 1.5em!important;
}

.close1:hover {
    color: rgba(0,0,0,0.4)!important;
}

.chrome img {
    margin-right: 1em;
    vertical-align: inherit;
}

.chrome_down svg {
    float: right;
    vertical-align: middle;
    margin: 0.15em 0.25em;
}

.browser {
    color: rgba(0,0,0,0.4);
    margin: 1em auto;
}

.chrome h6 {
    margin: 0 0 2em 0;
    text-align: center;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 2em;

}

.chrome_down {
    text-align: center;
    border-radius: 3px;
    padding: 0.25em 0;
    max-width: 220px;
    margin: 0.5em auto;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95em;
    letter-spacing: 0.03em;
}

.chrome_down:hover {
    background: rgba(0,0,0,0.2);
    transition: 0.3s;
    color: #fff!important;
}

.chrome_down a {
    color: rgba(0,0,0,0.4)!important;
    text-decoration: none!important;
    transition: 0.3s;
}

.chrome_down a:hover {
    color: #fff!important;
    transition: 0.3s;
}

.chrome span {
    font-weight: 500;
}

.div_chrome {
    display: inline-block;
}

.b {
    font-weight: 800!important;
    display: block;
    font-size: 1.1em;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a {
    color: #45bee8!important;
    cursor: pointer;
}

/*CSS DO BOOTSTRAP COM MODAIS E TOOLTIP E TABLE DAS DATAS*/
.modal-open {
    overflow: hidden;
}

.modal-icon {
    float: right;
    font-size: 1.5em;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 0.6em 3em rgba(0, 0, 0, .5);
    box-shadow: 0 0.6em 3em rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    border-top-right-radius: 5px;
    font-size: 1.2em;
    font-weight: 500;
    border-top-left-radius: 5px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
    color: rgba(0,0,0,0.6);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom-right-radius: 4px; 
    border-bottom-left-radius: 4px; 
    color: yellow;
}

.modal-footer .btn {
    width: fit-content;
    max-width: 200px;
    display: inline-block;
    background: #1193dd;
    color: #fff;
    border: none;
    padding: 0.8em 1em;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #0d47a1;
    letter-spacing: 0.1em;
}

.modal-footer .btn:hover {
    background: #0d47a1;
    color: #fff;
}

.modal-footer > .btn i {
    margin-right: 0.5em;
    margin-left: 0!important;
}

.modal-footer i {
    margin-right: 0.5em!important;  
    margin-left: 0!important;
}

.modal-footer .btn:first-child {
    margin-right: 0.5em;
    background: transparent;
    color: #0d47a1;
}

.modal-footer .btn:last-child {
    margin-right: 0em!important ;
}

.closeit {
    width: fit-content;
    border-radius: 100%;
    float: right;
    text-align: center;
    margin: -1.5em;
    padding: 0.5em!important;
    background: transparent;
    border: none;
}

.closeit i {
    margin: 0.5em;
    float: none;
    opacity: 0.5;
    transition: 0.2s;
}

.closeit i:hover {
    opacity: 1;
    transition: 0.2s;
}

.mark-green {
    background: green;
    color: #fff!important;
    padding: 0.25em 1em 0.25em 1em;
    color: #000;
    border-radius: 100px;
    margin: 0;
    font-weight: 700;
    font-size: 0.9em;
}

.chart {
    margin: 0.8em;
    width: 98%;
    height: fit-content;
}

.mark-red {
    background: red;
    color: #fff!important;
    padding: 0.25em 1em 0.25em 1em;
    color: #000;
    border-radius: 100px;
    margin: 0;
    font-weight: 700;
    font-size: 0.9em;
}

.modal-footer .btn:first-child:hover {
    margin-right: 0.5em;
    background: #1193dd;
    color: #fff;
    border: 1px solid #0d47a1;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    
    .modal-content {
        -webkit-box-shadow: 0 0.6em 3em rgba(0, 0, 0, .5);
        box-shadow: 0 0.6em 3em rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }    
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    margin: 0 0.5em;
    padding: 3px 8px;
    color: #fff!important;
    text-align: center;
    background: #0d47a1;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: 0 0.15em 0.15em rgba(0,0,0,0.15);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0d47a1;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0d47a1;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0d47a1;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0d47a1;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #0d47a1;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0d47a1;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0d47a1;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0d47a1;
}
/*FIM DO CSS DOS MODAIS BOOTSTRAP*/

.mudar_forma_recuperacao_box {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    outline: none;
    width: 100%;
    height: 30px;
    line-height: 2;
}

.mudar_forma_recuperacao {
    width: 50%;
    float: left;
    font-size: 0.85em;
    font-weight: 600;
    height: 30px;
    transition: 0.1s;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
}

.mudar_forma_recuperacao:hover {
    transition: 0.1s;
    background: #1776dd;
    color: #fff;
}

.selected_tab {
    background: #1776dd;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 0.85em;
    font-weight: 600;
    height: 30px;
    transition: 0.1s;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

.login_ {
    border-radius: 0 0 3px 3px;
    border: 1px solid rgba(23, 118, 221, 0.4);
    padding: 0.5em;
    margin-top: -1px;
    min-height: 290px;
}
#div_confirm_numero {
    text-align: left;
    font-size: 0.7em;
    color: rgba(0,0,0,0.3);
    font-weight: 700;
    margin: -0.5em 0 0.5em 0;
}

input[disabled] {
    background: transparent;
}
