.bg-tutto {
    background-color: blueviolet;
}

.content-wrapper {
    background: #e9ecef;
}

.widget-user .card-footer {
    padding-top: 5px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.navbar-nav>.user-menu .user-image {
    border-radius: 50%;
    float: left;
    height: 1.8rem;
    width: 1.8rem;
    margin-right: 10px;
    margin-top: -2px;
}

.widget-user .widget-user-image {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 30px;
    border-radius: 50%;
    background-color: white;
}

.widget-user .widget-user-username {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.widget-user .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 80px;
    padding: 0.5rem;
    text-align: center;
}

.card-footer {
    padding: 0;
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin: 0;
}

.card-title {
    text-align: center;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
    align-content: center;
    vertical-align: middle;
}


.lockscreen {
    background-color: #e9ecef;
}

.help-block {
    width: 250px;
    margin: 0 auto;
    font-size: 14pt;
}

.lockscreen-wrapper {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 420px;
}

.error-page>.error-content {
    display: block;
    margin: 0 auto;
}

.sombra {
    text-shadow: 0 0 10px #575757;
    border: 1px solid #535353;
    padding: 0.1rem;
    border-radius: 5px;
}

.main-footer {
    background: #f8f8f8;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
    margin: 0 auto;
    height: 50px;
    max-height: 50px;
}

.main-header {
    background: #f8f8f8;
    border-bottom: 1px solid #dee2e6;
}
