﻿.nowrap {white-space:nowrap;
}
.chosenScroSet .select2-container--default .select2-selection--single {
    height: 28px;
}

    .chosenScroSet .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
    }

.mt5 {
    margin-top: 5px;
}

.modal-bg {
    position: absolute;
    z-index: 100001;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.75);
}

.cmd-bg-white {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.primary-text span {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

#WBSModalModal .close {
    outline: none;
    border: none;
    background: none;
    color: #000;
}