.sidebar-menu>li>a {
    padding: 15px 15px 15px 50px;
    display: block;
    background:rgba(255,255,255,0);
}
.sidebar-menu li.active a:first-child {
    background:rgba(255,255,255,0);
}

.partner-text {
    font-size: small;
    color: #125781;
}

.menuelementfake{
    border-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: #125781 !important;
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 15px 15px 25px !important;
    font-size: 17px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
}
.modal-backdrop{
    position: inherit;
    z-index: 8 !important;
}
.disabled {
    color: #929292;
}

.navbar-icon {
    font-size: 18px;
    width: 20px !important;
}

.custom-textarea {
    border: #125781 solid 1px;
    border-radius: 6px !important;
    height: 90px;
    color: #125781;
}

.busae-table thead {
    background-color: #125781;
    color: white;
}

.busae-table tbody {
    background-color: white;
    color: #4a4a4a;
}

.modal-scroll {
    overflow-y: auto;
    max-height: 85vh;
}

.btn-green {
    background-color: #28a745;
    color: white;
}

.btn-red {
    background-color: #D71313;
    color: white;
}

.clickable:hover {
    cursor: pointer;
}

.btn-busae {
    background-color: #125781;
    color: white;
}

.btn-busae:hover {
    background-color: rgba(18, 87, 129, 0.8);
}

.w100 {
    width: 100%;
}

.bg-light-grey {
    background-color: #BDBDBD;
}

.full-width{
    width: 100% !important;
}


.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.white {
    color: white !important;
}

.dt-input {
    border: #125781 1px solid !important;
}

.btn-no-styles {
    background: none !important;
    border: none !important;
}

.error-color {
    color: #bd0000 !important;
}

.absolute-top-right {
    position: absolute;
    top: 1em;
    right: 1em;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
}

.label-inline {
    display: flex;
}

.label-inline label {
    color: #125781;
    align-content: end;
    min-width: 2em;
    white-space: nowrap;
    /* width: auto; */
    display: inline-block;
    margin-right: 2em;
}

.modal-busae .modal-header {
    border-bottom: 1px solid #125781;
}

.big-textarea {
    height: 100px !important;
    background-color: #F4F3F3 !important;
    padding: 14px !important;
}

.modal-busae .modal-body textarea {
    overflow-y: auto;
}

.modal-busae .modal-content {
    border: #125781 2px solid;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1100px !important;
    }
}

.blocked:hover {
    cursor: not-allowed;
}

.fs12{
    font-size: 12px !important;
}

.badge-success {
    background-color: darkgreen !important;
}

.badge-danger {
    background-color: darkred !important;
}