﻿em.required {
    color: red;
}

tfoot {
    display: table-header-group
}

.fixed .content-wrapper {
    margin-top: 0px;
}

.main-header .logo {
    line-height: 35px;
    background: #fff;
}

.info span.info-text {
    font-size: 16px;
}

.success {
    background-color: #4caf50;
}

.log-table-wrapper {
    overflow: auto;
}

.validation-summary-errors li {
    list-style: none !important;
}

.sidebar .user-panel {
    min-height: 10%;
    margin-top: 0px;    
}

.sidebar .user-panel > .info {
    padding: 0px;
    line-height: normal;
}

.sidebar .user-panel > .info > .designation {
    text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
    .widget-small .icon {
        min-width: 65px;
        padding: 10px;
    }

    .table-wrapper {
        overflow: auto;
    }

    .fa-3x {
        font-size: 2em;
    }

    .widget-small .info {
        padding-left: 10px;
    }
}
