.border-left {
    border-left: 1px dashed #ccc;
}

.border-right {
    border-right: 1px dashed #ccc;
}

small {
	font-size: 11px;
}

small, .field-validation-error {
	font-size: 11px;
}

.control-label, .form-control, .select2, td {
    font-size: 90% !important;
}

.col-employee-left {
    right: 0 !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    right: 5px;
    font-size: 10px;
}

.weight-500 {
    font-weight: normal !important;
    font-size: 12px !important;
}

.brand-text {
    font-size: 14px !important;
    overflow-wrap: break-word !important;
    display: inline !important;
    font-weight: bold !important;
}

th {
    font-weight: bold !important;
    font-size: 11px !important;
}

.fixed-sidebar-left a span {
    font-size: 94% !important;
}

.fixed-sidebar-left .side-nav > li > ul > li a {
    font-size: 94% !important;
}

@media only screen and (max-width: 991px) {
    .contact-list .btn-block, .contact-list .form-control, .contact-list .select2 {
        width: 98.5% !important;
    }

    .aside-991 {
        width: 98.5% !important;
        padding-left: 2.3% !important;
        padding-right: 1.15% !important;
    }

    .contact-list .panel {
        border: 0 !important;
    }
}

.morris-chart tspan {
    font-weight: bold !important;
    font-family: Bahij !important;
}

.morris-chart rect {
    width: 1.5% !important;
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #000 !important;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-size: 12px;
        text-align: center
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold !important;
            margin: 0.25em 0;
            color: #177ec1 !important;
            font-family: Bahij !important;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
            color: #177ec1 !important;
            font-weight: bold !important;
            font-family: Bahij !important;
        }