﻿.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 5px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

sup.required {
    color: red;
}

.modal {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.marginTop35 {
    margin-top: 35px !important;
}

ul.multiselect-list {
    list-style: none;
}

ul.multiselect-list li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: relative;
    margin-right: 8px;
    background: #f1f1f1;
}

ul.multiselect-list li .cross-icon {
    position: absolute;
    font-size: 8px;
    top: -4px;
    right: -2px;
    border: 1px solid #ccc;
    height: 11px;
    width: 11px;
    text-align: center;
    line-height: 11px;
    border-radius: 50px;
    background: #ccc;
    visibility: hidden;
    cursor: pointer;
}

ul.multiselect-list li:hover .cross-icon {
    visibility: visible;
}

.hide{
    display:none !important;
}

.jq-menu-item .jq-menu-nav-item a.active, .btn-danger {
    background-color: #da251c !important;
    color: #fff !important;
}

.bg-color {
    background-color: #17a2b8 !important;
}

.page-item.active .page-link {
    background-color: #29166e !important;
    border-color: #29166e !important;
}

.card-header {
    background-color: #29166e !important;
    color: #fff !important;
}

.btn-seigo {
    background-color: #29166e !important;
    color: #fff !important;
}

.success {
    background-color: #28a745 !important;
    color: #fff !important;
}

.error {
    background-color: #da251c !important;
    color: #fff !important;
}

.bg-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}