﻿/* common */
a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

/* validation errors */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    border: 1px solid #ebccd1;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 13px;
}

    .validation-summary-errors span {
        color: #a94442;
        background-color: #f2dede;
        padding: 8px 15px;
        display: block;
        border-radius: 3px 3px 0 0;
    }

    .validation-summary-errors ul {
        padding: 8px 15px;
        margin: 0;
    }

        .validation-summary-errors ul li {
            margin-left: 15px;
        }

.form-control.input-validation-error {
    border-color: #a94442 !important;
}

/* table */
.table thead tr th {
    text-transform: uppercase;
    padding: 8px 8px;
    font-size: 12px;
}

.table tbody tr td {
    padding: 8px 8px;
    font-size: 13px;
}

    .table tbody tr td .btn:last-child {
        margin-right: 0;
    }

.table tbody .nodata {
    color: #a94442;
    margin: 0;
}

/* data datable */
.dataTables_info {
    font-size: 13px;
}

    .dataTables_info .nodata {
        margin-left: 5px;
        color: #a94442;
    }

/* form controls */
label {
    font-size: 13px !important;
}

.form-control {
    font-size: 13px !important;
}

.form-control-block {
    height: auto !important;
}

/* check boxes */
.mt-checkbox-inline, .mt-checkbox-list {
    padding: 0;
}

    .mt-checkbox-inline .mt-checkbox, mt-checkbox-list .mt-checkbox {
        margin-bottom: 0;
    }

/* modal */
.modal .modal-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.modal .modal-body .form-group label {
    font-size: 13px;
}

.modal .modal-body .form-group .form-control {
    font-size: 13px;
}

.modal .modal-body .table {
    margin-bottom: 0;
}

.modal .modal-footer .btn {
    font-size: 13px;
}

/* search box */
.search-box {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: right;
    border: 1px solid #e7ecf1;
    border-radius: 4px;
}

/* portlet */
.portlet > .portlet-title > .actions .btn-icon-only {
    height: 27px;
    width: 27px;
}

/* container-fluid */
@media (min-width: 992px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* toaster */
.toast-message {
}

/* page footer */
.page-footer .page-footer-links {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.page-footer .page-footer-links .separator {
    padding: 0 3px;
}

.modal-dialog {
    width: 1000px;
}

.attendence-list li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    align-content: flex-start;
}

.panel-titleExt01 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.panel-headingExt01 {
    padding: 5px 5px;
}

.panel-bodyExt01 {
    padding: 7px;
}

.blink_me {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blinker;
    animation-timing-function: linear;
    color: red;
}

.layout-soft .content {
    background: #002b70;
}

.layout-soft .logo {
    padding: 60px 5px 5px;
}

.login-form .validation-summary-errors ul li {
    color: #4b8df8;
    font-weight:900;
}

#items_jstree a {
    white-space: normal !important;
    height: auto;
    padding: 1px 2px;
}

#items_jstree {
    max-width: 100%;
}
