html,
body {
    height: 100%;
    font-family: "Roboto";
}

*:focus,
input {
    outline: 0 !important;
    box-shadow: none !important;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

a {
    text-decoration: none;
    color: #4a525b;
}

.hidden {
    display: none !important;
}

.w-1 {
    width: 1% !important;
}

.nav-pills .nav-link {
    padding: 5px 10px;
    color: #4a525b;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #4a525b;
}

.page-link {
    color: #4a525b;
}

.active > .page-link,
.page-link.active {
    background-color: #4a525b;
    border-color: #4a525b;
}

.breadcrumb {
    font-size: 0.8rem;
}

.form {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.form a {
    text-decoration: none;
}

.form .invalid-feedback {
    display: block;
}

.form .input-normal {
    width: 100%;
    max-width: 350px;
}

.filter {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}

.filter .form-control.is-invalid,
.filter .was-validated .form-control:invalid {
    background-image: none !important;
    padding-right: 0.5rem !important;
}

.filter .input-active {
    background: #eefded;
}

.filter .f-error {
    margin: 0;
    font-size: 0.8rem;
}

.filter .f-error-block {
    margin-top: 0.3rem;
}

.filter .input-min {
    max-width: 100px;
    width: 100%;
}

.filter .input-miner {
    max-width: 150px;
    width: 100%;
}

.table .fa,
.table-icon {
    text-decoration: none !important;
    color: #a5a5a5;
    font-size: 1.2rem;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.table th {
    color: #5c636a;
    font-size: 0.9rem;
}

.table-light {
    border-color: inherit;
}

.f-required {
    color: #E5052B;
    font-weight: bold;
    margin-left: .15rem;
}

.text-date {
    font-size: .875em;
    color: #5c636a;
    text-align: center;
    white-space: nowrap !important;
}

#f-loader {
    width: 46px;
    height: 46px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000 url("../img/f-loader.gif") no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 2010;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

#f-loader:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    content: " ";
    background: transparent;
}

.sceditor-group {
    background: none !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #ddd !important;
    padding-right: 5px !important;
}

.sceditor-group:last-child {
    border: 0 !important;
}

@media (max-width: 768px) {

    .hidden-sm {
        display: none !important;
    }
}