#togglePassword {
    margin-left: -30px;
    cursor: pointer;
    margin-right: 12px;
    color: black;
    position: absolute;
    margin-top: 3px;
}

#togglePasswordMobile {
    margin-left: -30px;
    cursor: pointer;
    color: black;
}

.btnPreviewChangePassword {
    position: absolute;
    margin-left: 135px;
    cursor: pointer;
    margin-top: -26px;
    color: black;
}

html, body{
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

body{
    min-height: 640px;
}

/*body > * {
    padding: 0px 30px 0px 30px;
    
}*/

.header{
    width: 100%;
    height: 120px;
}

.header > *{ 
    height: 100%;
}

.header-logo{
    width: 220px;
    height: 120px;
    float : left;
    padding: 10px 0px 10px 0px;
}

.header-logo img{
    max-width : 200px;
    max-height: 100px;
    height: auto;
    width: auto;
    position: relative;
    top : 50%;
    transform: translateY(-50%);
}

.header-talk-withus{
    height: 100%;
    float: left;
    padding-top: 35px;
    padding-left: 20px;
}

.header-talk-withus-tel{
    font-size: 20px;
    font-weight: bold;
}

.header-usuario{
    float: right;
    padding-top: 35px;
}

.header-usuario > a{
    font-size: 12px;
}

.tool-search{
    width: 100%;
    min-height: 50px;
    padding-top: 11px;
    padding-left: 10px;

}

.tool-search label{
    font-weight: normal;
    font-size : 13px;
}

.body-page{
    position: relative;
    width: 100%;
    padding: 0;
}

.line-divider{
    width: 100%;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.footer{
    width: 100%;
    bottom: 0px;
    position: relative;
    margin-top: 10px;
}


.footer-rights{
    min-height: 50px;
    background-color: rgb(238, 238, 238);
    /* To Ignore Padding */
    width : calc(100% + 60px);
    margin-left: -30px;
    padding: 15px 30px 0px 30px;
    font-size: 14px;
}

.footer-info{
    width: 100%;
    height: 100px;
}

.text-medilab{
    font-size: 10px;
}


.footer-info-medilab img{
    height: 40px;   
    margin-bottom: 10px;
}

.footer-info-medilab{
    font-size: 12px;

}
.footer-info-medilab{
    text-align: center;
}

.footer-text-medilab{
    font-size: 8px;
}

.footer-text-medilab p{
    margin-bottom: 0;    
}

.social-media{
    height: 40px;
    margin-bottom: 10px;
    float: right;
    width: 200px;
}

.social-media .icon-svg{
    width: 50px;
    height: 50px;
    float: right;
    background-position: 1px -6px;
}

.social-media-text{
    font-size: 12px;
}

@media screen and (max-width: 1280px) {

    body > *{
      /*  padding: 0px 10px 0px 10px; */ 
    }

    .footer-rights{
        width : calc(100% + 20px);
        margin-left: -10px;
        padding: 15px 10px 0px 10px;
    }
}

@media screen and (max-width : 790px){

    .header-logo-img{
        text-align: center;
        height: 100%;
    }

    .header-logo-img > img{
        height: 100%;        
    }

    .header-logo {
        height: 20px;
        width: 100%;
        text-align: center;
        padding: 0px;
        float: none !important;
    }

    .header-logo img{
        transform: none;
        top : 0px;
    }
    
    .body-login{
        background-color: #f0f0f0;
        background-image: none !important;
    }
       
    .footer-info{
        text-align: center;
    }
    
    .footer-info-medilab{
        float : none;
    }
    .footer-text-medilab{
        float : none;
        text-align: center;
    }
}

@media screen and (max-width: 480px){

	body {
		min-height: 500px;
	}

    body > * {
        padding: 0px;
    }

    .footer{
        position: relative;
        margin-top: 10px;
        min-height: 200px;
    }

    .footer-rights{
        min-height: 50px;
        background-color: rgb(238, 238, 238);
        /*To Ignore Padding */

        font-size: 14px;
    }

    .footer-rights{
        text-align: center;
        width : 100%;
        margin-left: 0;
        padding: 0px;
    }

    .footer-rights > div {
        float : none !important;
        padding-bottom: 10px;
    }


    .footer-info > div{
        padding : 10px;
        float: left;
        width : 100%;
        text-align: center;
    }
    .footer-info-social-media > div{
        float : left;  
        width: 100%;
    }

    .social-media{
        position: relative;
        width : 150px !important;
        left : calc(50% - 75px);
        margin-top: 10px;
    }   
    .footer-rights > div{
        padding: 0px;
    }

    .footer-rights{
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 30px;
        /*display : none;*/
    }

    .footer-info-medilab img{
        height: 30px;
    }
    .label-info-medilab{
        display : none;
    }

    .label-corporight{
        font-size: 11px;
    }

}


/*
 * Classes Extras
 */

 .input-control{
    border-radius: 4px;
    height: 28px;
    border : 1px solid rgb(230, 230, 230);
    padding: 0px 12px;
    font-size: 13px;
}

.full-width{
    width : 100%;
}

.divider{
    width: calc(100% - 10px);

    margin: 5px;
}

.search-submit:hover{
    color : black;
}

.search-submit {
    margin-left: 0px;
    margin-top: -4px;
    height: 29px;
    border: none;
}

.modal-alter-pass{
    z-index: 10;
    transition: 0.3s;
    top:-100%;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;     
}
.modal-alter-pass.show{
    top : 0;
}
.float-popup-alter-pass{
    position: absolute;
    background-color: white;
    width: 350px;
    left: calc(50% - 175px);
    top: calc(25% - 60px);
}

.float-popup-bottom-alter-pass .btn.save-pass{
    color: white;
}
.float-popup-bottom-alter-pass .btn.ok-email{
    color: white;
    width: -webkit-fill-available;
}

.form-alter-pass{
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.float-popup-alter-pass input, .float-popup-bottom-alter-pass{
    margin-top: 5px;
    width: 100%;
}

.float-popup-bottom-alter-pass{
    margin-top: 10px;
}
.float-popup-bottom-alter-pass button{
    width: 50%;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    float: left;
}

.nome-clinica {
    height:100px;
    font-size: 18px;
    margin-left:15px;
    background-color: orange;
    width: 300px;
}

@media  (min-width: 1025px){

    .container div {
        display: inline-block;
        padding: 10px;
        box-sizing: border-box;
    }
    .espaco-logo{
        width: 250px;
    }
    
    .espaco-nome{
        min-width: 500px;
        font-weight: bold;
        font-size: 17px;
        padding: 20px !important;
    }
    
    .espaco-usuario{
        width: 400px;
        text-align:right;
        float:right;
        font-size: 12px;
    }
    
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .tamanho-logo{
        max-width: 250px;
        max-height: 100px;
    }
     
}

 .container {
        display: none;
        width: 100%;
    }

 @media (min-width: 1025px) {
        .container {
            display: block; 
        }
    }