/**======== Start Multiselect styles ========= **/
.-w-5 {
    width: 5%;
}

.-w-100 {
    width: 100%;
}

.-w-30 {
    width: 30%;
}

.-w-35 {
    width: 35%;
}

.-w-40 {
    width: 40%;
}

.-w-50 {
    width: 50%;
}

.-w-60 {
    width: 60%;
}

.-w-20 {
    width: 20%;
}

.-w-25 {
    width: 25%;
}

.-w-15 {
    width: 15%;
}

.-w-10 {
    width: 10%;
}

.-w-15px {
    width: 15px;
}

.m-header-size {
    font-size: 14px;
}

.multiselect-filter .input-group-addon {
    display: none;
}

.multiselect-filter > i > .glyphicon-remove-circle {
    display: none;
}

.customgoodstabs li.active a,
.customgoodstabs li.active a:hover,
.customgoodstabs li.active a:focus {
    background: #4F5467;
    margin-bottom: -1px;
    color: #ffffff;
}

.multiselect-container.dropdown-menu.show {
    width: 100%;
}

.-border-bottom {
    border-bottom: 2px solid #f1f1f1;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.checkmark-goods {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    left: -18px;
    top: -6px;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect-container > li > a > label.checkbox {
    display: flex;
}

.customtabluar-format-head {
    width: 100%;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: absolute;
    top: 35.5px;
    z-index: 9999;
    background: #2f6f9f;
    color: #fff;
    opacity: 0;
    min-height: 35px;
    padding: 5px 15px;
}

.multiselect-container > li > a > label {
    padding: 3px 0px 3px 0px !important;
}

ul.multiselect-container.dropdown-menu {
    margin-top: 68px;
    left: -6px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
    height: 350px !important;
    overflow: scroll;
}

.custom__dropdown .checkbox input[type=checkbox] {
    opacity: 1;
    margin-top: 5px;
    margin-right: 5px;
}

.custom__dropdown .multiselect-search {
    width: 100%;
}

.custom__dropdown button.multiselect.dropdown-toggle.btn.btn-default {
    margin-left: 6px;
    margin-right: 6px;
}

.custom__dropdown .input-group-btn {
    display: none;
}

.custom__dropdown .multiselect-container.dropdown-menu .form-check-input {
    margin-top: 5px;
    margin-left: -1.25rem;
}

.custom__dropdown .multiselect-container.dropdown-menu .multiselect-filter {
    padding: 10px 10px 0;
}

.custom__dropdown .multiselect-container.dropdown-menu .multiselect-filter .input-group {
    margin: 0;
    flex-wrap: nowrap;
}

.custom__dropdown .multiselect-container.dropdown-menu .dropdown-item.multiselect-all,
.custom__dropdown .multiselect-container.dropdown-menu .dropdown-item.multiselect-option {
    padding: .25rem 1rem;
    font-size: 14px;
}

.custom__dropdown .multiselect-container.dropdown-menu .dropdown-item.multiselect-all .form-check, 
.custom__dropdown .multiselect-container.dropdown-menu .dropdown-item.multiselect-option .form-check {
    padding: 3px 0 3px 20px;
}

ul.multiselect-container.dropdown-menu > .active > a,
ul.multiselect-container.dropdown-menu > .active > a:focus, ul.multiselect-container.dropdown-menu > .active > a:hover {
    background-color: #0866c6;
}

input.form-control.multiselect-search {
    border: 0;
    border: 1px solid #e9ecef;
}

.custom-format-tabular {
    position: relative;
}

button.btn.btn-default.multiselect-clear-filter {
    visibility: hidden;
}

label.checkbox-container.-top-0 {
    top: 3px;
}

.m-goods-issuerequest__first-section {
    padding: 10px;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
}

.modal-header {
    padding: 5px 10px;
}

.modal-header.-bg-blue {
    background-color: #272933;
}

.u-flex.-w-100.-h-align-center {
    align-items: center;
}

.-lbl-color {
    color: #067a7b;
}

.-white-space {
    white-space: normal;
}

.u-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.-white {
    color: #fff;
}

.width45 {
    width: 45%;
}

.-align-left {
    text-align: left !important;
}

.form-material .form-group.-no-overflow {
    overflow: visible;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.custom-format-tabular input.form-control.multiselect-search {
    padding: 3px 12px;
    border: 0;
    border: 1px solid #e9ecef;
}

.m-form__filter.form-horizontal .form-group {
    margin-bottom: 5px;
}

.m-form__filter.form-horizontal .form-group > label {
    color: #686868;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container--default .select2-selection--single {
    background: none;
}

.multiselect-container > li > a > label {
    width: 100%;
}

.multiselect-container.dropdown-menu.show {
    transform: none !important;
}

.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--single:focus {
    border: 1px solid #e4e6fc;
    /*border-bottom: 1px solid rgba(120, 130, 140, 0.13);*/
    border-radius: 0;
    box-shadow: none;
    padding: 3px 0px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search__field {
    border-color: rgba(120, 130, 140, 0.13);
}

.custom__dropdown .btn-group {
    width: 100% !important;
}

.width18 {
    width: 18%;
}

.width55 {
    width: 55%;
}

.custom__dropdown .dropdown-menu > li {
    padding: 0 10px !important;
    width: auto;
    border-radius: 0;
}

.custom__dropdown .multiselect-container > li.multiselect-item.filter:hover {
    background: none;
    box-shadow: none;
}

.custom__dropdown .multiselect-container > li.multiselect-item.filter.active {
    background: none;
    box-shadow: none;
}

.custom__dropdown .multiselect-container {
    top: 70px !important;
}

.custom__dropdown .dropdown-menu li .multiselect-search:focus {
    border: 0;
}

.custom__dropdown .multiselect-container li.filter .input-group {
    margin: 0;
}

.custom__dropdown .dropdown-menu > li:nth-child(1) {
    margin-top: 23px !important;
    margin-left: 0;
    margin-right: 0;
}

.custom__dropdown .multiselect-container.dropdown-menu {
    transform: none !important;
}

.custom__dropdown .dropdown-menu[x-placement="top-start"] {
    transform-origin: unset;
}
/**======== End Multiselect styles ========= **/