/**
 *
 * Custom CSS codes here
 *
 */
body {
    overflow-x: hidden;
}

.card.card-primary-bottom {
    border-bottom: 2px solid #6777ef; }
.card.card-secondary-bottom {
    border-bottom: 2px solid #cdd3d8; }
.card.card-success-bottom {
    border-bottom: 2px solid #47c363; }
.card.card-danger-bottom {
    border-bottom: 2px solid #fc544b; }
.card.card-warning-bottom {
    border-bottom: 2px solid #ffa426; }
.card.card-info-bottom {
    border-bottom: 2px solid #3abaf4; }
.card.card-dark-bottom {
    border-bottom: 2px solid #191d21; }

.card.card-primary-all {
    border: 2px solid #6777ef; }
.card.card-secondary-all {
    border: 2px solid #cdd3d8; }
.card.card-success-all {
    border: 2px solid #47c363; }
.card.card-danger-all {
    border: 2px solid #fc544b; }
.card.card-warning-all {
    border: 2px solid #ffa426; }
.card.card-info-all {
    border: 2px solid #3abaf4; }
.card.card-dark-all{
    border: 2px solid #191d21; }

.card.card-secondary-all-border-1 {
    border: 1px solid #cdd3d8; }

.section .section-success-title {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 30px 0 25px 0; }
.section .section-success-title:before {
    content: ' ';
    border-radius: 5px;
    height: 8px;
    width: 30px;
    background-color: #47c363;
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-right: 15px; }
.section .section-success-title + .section-lead {
    margin-top: -20px; }

.image-center{
    margin:0 auto;
}

ul{
    list-style-type: none;
}

.clickable-row:hover{
    background:grey;
    color: white;
    cursor: pointer;
}

.custom-text-gray {
    color: #78828a !important;
}

.custom-text-font-14 {
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 42px;
    padding: 0;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space:normal;
}

.select2-search__field {
    width: auto !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

@media (min-width: 768px) {
    .custom-mt-md-2rem {
        margin-top: 2rem!important;
    }
}

.bg-oldlace {
    background-color: #fdf5e6;
}

/**
 * Select 2 error highlight
 */
.has-error .select2-selection {
    border: 1px solid #dc3545;
    border-radius: 4px;
}

/**
 * Variant pagination control class
 */
.pagination__controls {
    float:right;
}

.flag-icon {
    background-position: top !important;
}

.fa-fw{
    width: 15.73px !important;
}

.fileinput-remove-button {
    box-shadow: 0 2px 6px #fd9b96;
    background-color: #fc544b;
    border-color: #fc544b;
    color: #fff;
}
.fileinput-remove-button:hover {
    background-color: #fb160a !important;
    color: #fff !important;
}

.c1-max-width {
    max-width: 15vw;
}

.required {
    color: #ff2c18;
    display: inline-block;
    font-size: 16px;
}

tr.has-error {
    border: 1px solid #000;
    background-color: #fc544b !important;
    color: #fff !important;
}
