﻿/* 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 */
.form-group label {
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.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;
    color:#13c5f0;
}

.modal .modal-body .form-group label {
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.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: 8px 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 {
}

/* delete confirm associate list */
.list-associate {
    margin: 8px 0;
    font-size: 13px;
    font-style: italic;
}

.msg-delete {
    color: #a94442;
}

/* boot box */
.bootbox-body {
    font-size: 13px;
}

/* custom */
.portlet.light.portlet-fit > .portlet-title {
    padding: 8px 20px 8px 20px;
}

.portlet > .portlet-title > .actions {
    padding: 6px 0 6px 0 !important;
}

.portlet.light.portlet-datatable.portlet-fit > .portlet-body {
    padding-top: 2px;
}

.input-group-addon {
    background: #fff;
}

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
