/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 20, 2016, 12:33:17 PM
    Author     : Javier
*/

.dg-section{
    margin-bottom: 20px;
}

form .progress{
    margin: 0px;
    display: none;
}

.float{
    position: fixed;
    top: 253px;
    left: 84%;
}

.progress-estado,
.progress-pecc{
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    top: 45px;
}

form .autocomplete-content{
    display: block;
    position: absolute;
    opacity: 1;
    max-height: 250px;
    width: 100%;
}

form .autocomplete-content li{
    line-height: normal;
    min-height: inherit;
}

form .autocomplete-content li>span{
    font-size: 0.9rem;
    padding: 7px;
    line-height: normal;
    color: #000000;
    font-weight: 300;
}

#cambiar-pass{
    cursor: pointer;
}

.help{
    cursor: help;
}

.material-tooltip{
    max-width: 200px;
    font-size: 10px;
    text-align: justify;
}

.otro-cargo,
.otro-area{
    display: none;
}

.colorEvento {
    background-color: rgb(0 66 121 / 66%) !important;
}

.textoColorEvento {
    color: rgb(0 190 237) !important;
}

@media only screen and (max-width: 600px) {
    #Politicas{
        font-size: 13px;
    }
}

@media only screen and (min-width: 601px) {
    #Politicas{
        display: block !important;
    }
}

@media only screen and (max-width: 1700px) {
    #Politicas{
    font-size: 13px;
    }
    .float{
        top: 218px;
    }
}

.card-password{
    padding: 3px !important;
    margin-left: 68% !important; 
    font-size: 11px;
}

.card-pass{
margin: 0.5rem -10px -5rem 0 !important;       
    padding:7px
}

.teal{
    background-color: #003f6e !important;
}

@media only screen and (max-width: 600px) {
    .card-password{
        margin-left: 25% !important;
        margin-bottom: 25px !important;
    }
}

.dehabilitar{
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width :600px) {
    .spacerInput{
        margin-top: 45px !important;
    }

}