a {
    text-decoration: none !important;
}

.btn-xs {
    padding: 2px 10px 3px 10px !important;
    line-height: 13px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.main-sidebar .sidebar-brand a .logo-name {
    font-size: 17px !important;
    letter-spacing: 0 !important;
}

.bg-white-75 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: calc(100vh - 280px);
}

/* .content-bg
{
  background: url('../img/bg-logo.png');
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.select2-selection__choice__display {
    color: #222;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
}

.select2.select2-container {
    width: 100% !important;
}

.text-bold {
    font-weight: bold !important;
}

.main-sidebar .sidebar-brand {
    box-shadow: 0 0 8px #ccc;
}

.main-sidebar .sidebar-brand a .header-logo {
    height: 50px;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    height: 35px;
}

a.btn-primary:hover,
a.btn-info:hover,
a.btn-success:hover,
a.btn-danger:hover,
a.btn-warning:hover {
    color: #fff !important;
}

.breadcrumb {
    padding: 0.25rem 1rem;
}

.small-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #374a7d;
}

.auth-front-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/icon.png);
    padding: 0 !important;
    margin: 5px 0;
    border-bottom: none;
}

.bg-white-ligh {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 14px;
    padding: 7px 15px;
    height: 35px;
}

table.data-sm th,
.th-center th {
    text-align: center;
}

table.data-sm th,
table.data-sm td {
    font-size: 12px;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 35px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    min-height: 35px;
}

.text-bold {
    font-weight: 600;
}

.search-title {
    font-size: 15px;
    color: royalblue;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.active-fy {
    font-size: 18px;
    text-align: center;
    color: royalblue;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.text-muted {
    color: #696969 !important;
}

.blink {
    animation: blinkBox 1.2s linear infinite;
}

@keyframes blinkBox {
    50% {
        opacity: 0.6;
    }
}

.card-header {
    padding: 10px !important;
}

.text-danger,
#showExistMessage {
    color: red;
}

.alert-message {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 5px;
    min-width: 300px;
}

.bg-danger {
    background: #fd7575 !important;
}

.dealer-options .btn {
    min-width: 110px;
    transition: all 0.2s ease;
}

.dealer-options .btn:hover {
    transform: translateY(-2px);
}

.modal-backdrop {
    z-index: 1040 !important;
}

#forwardSampleModal {
    z-index: 1050 !important;
}
