﻿.brand-text {
    font-family: 'Play', sans-serif;
    font-size: 1.5rem;
    color: #eee7e7;
}

.brand-link {
    padding-bottom: 0.3rem !important;
    padding-top: 0.3rem !important;
}

.text-sm .brand-link .brand-image {
    height: auto;
    margin-top: 0;
}

.layout-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
    background-color: rgb(48, 60, 84);
}

[class*=sidebar-dark-] {
    background-color: rgb(60, 75, 100);
}

.input-validation-error, .input-validation-error:focus, .input-validation-error .input-group-append {
    /*border-color: #dc3545;*/
}

.validation-summary-errors {
    background: #f7f7a7;
    text-align: center;
    padding: 2px;
    border-radius: 0.3rem;
    border: 1px solid #e4e489;
    margin-bottom: 0.8rem;
}

    .validation-summary-errors > ul {
        padding: 0;
        margin: 0;
    }

    .validation-summary-errors ul > li {
        list-style: none;
    }

.field-validation-error {
    color: red;
    font-size: 12px;
}

.table-data-grid tr td > a {
    margin-right: 10px;
}

.error-page > .error-content {
    margin-left: 0;
}

.jconfirm-box {
    padding-bottom: 0 !important;
    padding-top: 12px !important;
}

.jconfirm-title {
    font-weight: normal !important;
}

.jconfirm-content {
    padding: 10px;
}

.jconfirm-buttons {
    display: block;
}

[class*='sidebar-dark-'] .nav-sidebar > .nav-item.menu-open > .nav-link {
    background-color: #17a2b8;
    color: #fff;
}

#toast-container {
    z-index: 99999999;
}

.btn-hidden, .display-none {
    display: none !important;
}

.fixed-header .content-header {
    position: fixed;
    background-color: #ecf0f5;
    z-index: 800;
    width: 100%;
}

.fixed-header .content {
    padding-top: 3.5rem;
}

@media (max-width:768px) {
    .quick-nav {
        display: none;
    }
}

.form-control-label-view {
    display: block;
    /* width: 100%; */
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    line-height: 1.5;
    /* color: #495057; */
    background-color: #d1dadc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table-data-grid th {
    white-space: nowrap;
}

.table-data-grid td {
    white-space: nowrap;
}

.table-data-grid::-webkit-scrollbar {
    height: 8px;
}

.table-data-grid::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.table-data-grid::-webkit-scrollbar-thumb {
    background: #8a7b7b;
}

.content-header {
    background: #fdfdfd;
    border-bottom: 1px solid #d8dbe0;
    height: 53px;
    margin-bottom: 10px;
}

.hidden {
    display: none !important;
}

.TextAreaLineHeight50 {
    height: 50px !important;
}

.card-title {
    font-weight: bold;
}

.card-body label {
    font-weight: normal !important;
}

.icon-blue {
    color: #236fd9;
}

.icon-green {
    color: #38cea2;
}

.icon-amber {
    color: #fbb7a1;
}

.icon-red {
    color: red;
}

.icon-yellow {
    color: #e4e489;
}

.icon-purple {
    color: purple;
}

.icon-light {
    color: #eee7e7;
}

.table-nowrap th {
    white-space: nowrap;
}

.table-nowraptd td {
    white-space: nowrap;
}

.navbar-brand-image {
    height: 3rem;
}
