﻿.bootstrap-select {
    border: #ced4da 1px solid !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.page-title {
    padding-left: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}


h1, .h1 {
    font-size: 1.5rem !important;
}

h4, .h4 {
    font-size: 0.9rem !important;
}

.field-validation-error {
    font-size: 14px;
}

.breadcrumb {
    background-color: #ffffff !important;
}

.alert-auto-width {
    display: inline-block;
}


.language-area {
    bottom: 0;
    position: absolute;
    margin-bottom: 6px;
}

.form-hint {
    color: #8f8f8f;
    font-size: 12px;
}

.p-in-view-form {
    color: #6c757d !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.active-icon {
    color: #28a745;
}

.disabled-icon {
    color: #f44336;
}

