﻿.realContainerHidden {
    max-height:0px;
    overflow-y:hidden;
    padding:0px;
}
.blueContainer {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    margin-bottom:5px;
    margin-top:5px;
    width:98%;
    max-height:5000px;
    display:inline-block;
    transition-property: max-height;
    transition-delay: 0.1s;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #adc3d5;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 37px;
    }

    .btn-floating:hover {
        background-color: #2196F3;
    }

    .btn-floating:before {
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 55.5px;
        height: 55.5px;
    }

        .btn-floating.btn-large i {
            line-height: 55.5px;
        }

button.btn-floating {
    border: none;
}

div.valid {
    border-bottom: 1px solid #4CAF50 !important;
    box-shadow: 0 1px 0 0 #4CAF50;
}
.roleButton {
    font: xx-small;
    font-size: 0.8rem;
    height: 25px;
    line-height: 20px;
    padding: 0 1rem;
    position:relative;
    margin-bottom: 5px;
    background-color: rgb(33, 150, 243);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.BtnCorreo{
    color: white;
    float: right;
    margin-left: 3px;
    width:auto !important;
    margin-right:10px;
}