﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s !important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
}

body {
    background: url(../../_Images/loginBG.png);
    background-size: cover;
    background-color: #ddd5d5;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;    
}

label.active, /*alterado*/
i.material-icons.prefix.active {
    color: #bcd531 !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: none !important;
    border-bottom: 1px solid #90a614!important;
}

.card-image {    
    width: 100%;    
    z-index: 999;
}

.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10%;
}

.btn {
    margin-top: 5%;
}

.btn-fechar {
    padding: 0px 5px 0px 0px;
}

.card.horizontal { /*aqui*/
    height: 58vh;
    max-height: 750px;
    min-height: 490px;
    min-width: 250px;
    margin: 3rem 4rem 0rem 4rem;
    background-repeat: no-repeat;    
    background-position: 101% 101%;
    background-image: url(../../_Images/marcaAgua.png);
}

.rescue-pass-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10%;
}

.row {
    margin-bottom: 0px !important;
}

/*Modal*/
div.modal-title i.material-icons {
    font-size: 25px;
    color: #fff;
    padding-right: 15px;
    font-weight: bold;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 116px) !important;
}

.modal.modal-fixed-footer .modal-title {
    padding: 15px 0 15px 15px;
    font-size: 20px;
    font-weight: normal;
    background-color: #00975c !important;
    color: #fafafa !important;
    margin: 0 auto;
}

#txbUsuario, #txbSenha{
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .img-logo {
        margin-top: 0px;
        margin-bottom: 10vh;
        max-width: 100%;
        height: auto;
    }
    .card.horizontal {
        margin: 5rem 2rem 0rem 2rem;
        height: 80vh;
    }
}

.modal {
    width: 40% !important;
}

.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.modal-content::-webkit-scrollbar {
    width: 7px;
    background-color: #fbf9f9;
}

.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(123, 123, 123, 0.63);
}

div.modal-title {
    padding: 15px 0 15px 15px;
    font-size: 20px;
    font-weight: normal;
    background-color: #00975c !important;
    color: #fafafa !important;
    margin: 0 auto;
}

div.modal-title i.material-icons {
    font-size: 15px;
    color: #fff;
    padding-right: 15px;
    font-weight: bold;
}

.modal.modal-fixed-footer .modal-content {
    height: inherit !important;
}

.modal .modal-content-overflow {
    height: inherit !important;
    overflow-y: auto;
}

.marginTopBottom {
    margin: 20px 0;
    padding-bottom: 5px;
}

.radius { /*adicionado radius padrao*/
    border-radius: 10px 10px 0 10px;
}

.verdeUnimed {
    color:#fff;
    background-color:#008553!important;
    background-repeat: no-repeat;    
    background-position: 101% 101%;    
    background-image: url(../../_Images/marcaAgua.png);
}

.verdeUnimedA {
    color:#fff;    
    background-color:rgba(0, 133, 83, 0.88);
}

.recuperaSenha {
    margin: 30px 0 70px 0;
}

.cancelarBtn{
    font-size: 15px;
    margin-top: 20px; 
    margin-left: -27px;   
    font-style: normal;
    position:absolute;    
    text-decoration: underline;
}

.input-field label {
    color: #b3e1b3;
}

.meuPCroda {
    color: #fff;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    line-height: 4.1;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #8bc34a;
}

.meuPCroda:hover {
    border-bottom: 2px solid #5a8a21;
}

.configs{
    right: 20px;
    bottom: 80px;
    display: none;
    color: #1a1a1a;
    padding: 8px 16px;
    position: absolute;
    background-color: #fff;
    border-radius: 6px 6px 0 6px;
    border-bottom: 2px solid #a1a1a1;
}

.configs h2{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 16px 0;
}

.configs i{
    color: #555;
    font-size: 10px;
}

.configs::after{
	content: "";
	border-width: 8px;
	position: absolute;
	border-style: solid;
	top: 100%; left: 88%;
	border-color: #a1a1a1 transparent transparent transparent;
}

.meuPCroda:hover ~ .configs {
    display: block;
}

.configs:hover {
    display: block;
}

::selection{
    color:#FFF;
    background:#00975c;
}

::-moz-selection{
    color:#00975c;
    background:#fff;
}

.rodape {
    color: #fff;
    height: 42px;
    font-size: 12px;
    margin: 36vh 0 0 0;
    background-color: #00975c;
    border-bottom: 2px solid #bcd531;
    bottom: -50px !important;
    display: inherit;
    position: absolute;
}

.rodape a {
    color: #fff;    
    text-decoration: underline;
}

@media only screen and (max-width: 500px) {
    .recuperaSenha {
        margin: 20px 0 55px 0;
    }

    .rodape {
        height: 32px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 460px) {
    .img-logo {
        max-width: 80%;
    }
    .row .col{
        padding: 0;
    }
    .rodape{
        margin:10vh 0 0 0;
    }
}