﻿html, body {
    height: 100%;
    background-color: gray;
}

.full-height {
    height: 100%;
    background-color: white !important;
    margin-top: -2px;
    overflow: auto;
}

.menu-area {
    height: calc(100% - 158px);
}

.barra-lateral {
    background-image: url('../images/barra-lateral.jpg');
    background-repeat: repeat-y;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover; /* Generic*/
    text-align: center;
}

.row-title {
    height: 113px;
    overflow-y: visible;
}

.fr-footer {
    background-color: lightgray;
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: middle;
}

.row-footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
}

.fr_title {
    background-color: lightgray;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 5px 5px gray;
    white-space: nowrap;
    padding: 4px 20px 4px 10px;
}

.logo-gt {
    float: right;
    display: inline-block;
    margin-left: auto;
    margin-right: -10px;
}

.logo-foot-uversa {
    float: right;
    position: absolute;
    margin-top: 10px;
    margin-right: 2px;
}

.dashboard-img {
    display: inline-block;
    margin-right: 15px;
    margin-left: 30px;
}

.dashboard-menu {
    display: inline-block;
    background-color: #99bbff;
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 60px;
    vertical-align: middle;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px lightgray;
    cursor: pointer;
}

    .dashboard-menu:hover {
        opacity: 70%;
    }

.copyright {
    float: right;
    font-size: 12px;
    margin-top: 8px;
}

.v-center-menu {
    height: calc()
}

.card-perfil {
    margin: auto;
    position: fixed;
    right: 23px;
    bottom: 40px;
    width: 290px;
    box-shadow: 5px 5px 5px lightgray;
    z-index: 0;
}