html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.table td, .table th {
    padding: 0.30rem;
}

.btn-xs-custom {
    padding: 0.125rem 0.25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    width: 24px;
}

.btn-xs-custom-add {
    padding: 0.125rem 0.25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    width: 52px;
}

.input-group-text {
    min-width: 120px !important;
}

.btn-footer {
    min-width: 90px !important;
}

.invalid-feedback {
    font-size: 100%;
}

.bg-dark-info {
    background-color: #046f81 !important;
}

.bg-dark-danger {
    background-color: #af003b !important;
}

.bg-dark-success {
    background-color: #006e05 !important;
}

a {
    color: #07869b;
}

    a:hover {
        color: #343a40;
    }

.page-item.active .page-link {
    background-color: #07869b;
    border-color: #07869b;
}

b.title, strong.title {
    color: #07869b;
}

b.vitle {
    color: red;
}

.CustomValidation {
    min-height: 50px;
}

    .CustomValidation > ul {
        list-style-type: decimal;
        margin: 0;
        font-size: medium;
    }

.btn-custom-lock {
    color: #a70b00;
}

.btn-custom-Inactive {
    color: #97001c;
}

.state-column {
    width: 15px;
    border-right-color: transparent !important;
}

.select2-selection {
    height: 35px !important;
}
