/*.lab-li-bg-navbar {
    background: rgb(206,220,231);
    background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%);
    background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
}

.lab-li-title {
    padding-top: 10px;
    text-align: left;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    font-family: "Century Schoolbook L";
    color: #0c5460;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #0c5460;
}*/

.lab-img-container {
    /*border: 1px solid #e3105c;
    height: 250px;
    width: 250px;*/

    display: block;
    width: 100%;
    text-align: center;
    /*border: 1px solid #e3105c;*/
    border-radius: 4px;
    color: #e3105c;
    font-family: NexaBold;
    padding-top: 7px;
    padding-bottom: 7px;

}

.lab-img-container > img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.lab-img-container > input[type=file] {
    display: none;
}

.lab-img-container:hover {
    cursor: pointer;
}

.lab-logo {
    width: 150px;
}

.brand {
    background-color: #5C718B !important;
}

.table-responsive {
    min-height: 300px !important;
}

.lab-auth {
    background: url("../../assets/resources/images/fondoLicense.png") no-repeat top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 