﻿.leftMargin15Percent {
    margin-left: 15%;
}

.card-sidePadding-100 {
    padding-right: 100px;
    padding-left: 100px;
}

.select2-hidden-accessible {
    font-size: .875rem;
    height: calc(1.5em + 1.25rem + 5px);
    flex: 1.1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8898aa;
    line-height: 28px;
}

.select2.select2-container {
    width: 100% !important;
    flex: 1.1;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(1.5em + 1.25rem + 5px);
    -webkit-user-select: none;
}


.bg-primary {
    background-color: #990000 !important;
}

.btn-neutral {
    color: #990000;
}

.btn-primary {
    color: #fff;
    border-color: #990000;
    background-color: #990000;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        border-color: #990000;
        background-color: #990000;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        border-color: #bc9696;
        background-color: #bc9696;
    }

    .btn-primary:hover {
        color: #fff;
        border-color: #990000;
        background-color: #990000;
    }

.bg-gradient-primary {
    background: linear-gradient( 87deg, #ff002f 0, #6e2222 100%) !important;
}

.bg-default {
    background-color: #4a1111 !important;
}

.fill-default {
    fill: #4a1111;
}

.form-control {
    font-size: 0.759rem;
    height: calc(2.5em + 1.25rem + 5px);
}


/*Table search bar css*/
.results tr[visible='false'],
.no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
    color: #ccc;
}
.dropdown-menu-arrow {
    height: 118px;
    overflow-y: scroll;
}