﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


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;
        }
.dataTables_filter {
    display:none;
}

@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;
    }
}

.panel-heading{
    font-weight:bold;
}