.dropdown-wrapper {
    width: 100%;
    background-color: #fff;
    z-index: 2000;
}

.dropdown-header, .dropdown-inputs {
}

.dropdown-header > div,
.dropdown-inputs > div,
.dropdown-body-option > div {
    display: inline-block;
    padding: 8px;
    vertical-align: top;
}

.dropdown-body-option {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.dropdown-body-option * {
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
}

.dropdown-header {
    text-align: center;
}

.dropdown-body {
    max-height: 200px;
    overflow: auto;
    padding-left: 3px;
}

.non-active, .dropdown-separator, #dropdown-return {
    display: none !important;
}

.dropdown-body-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.dropdown-body-option:hover * {
    white-space: normal;
    overflow: auto;
}

.non-clickable {
    background-color: rgba(0, 0, 0, 0.1);
}

.non-clickable:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: default;
}

.dropdown-body i {
    cursor: pointer;
    margin-right: 3px;
    padding-left: 5px;
    font-size: 16px;
}

.dropdown-close {
    position: absolute;
    right: 5px;
    cursor: pointer;
    opacity: .3;
}

.dropdown-close:hover {
    opacity: 1;
}

.dropdown-wrapper .dropdown-col-0 {
    width: 200px !important;
}

.dropdown-wrapper .dropdown-col-1 {
    width: 300px !important;
}

.dropdown-header-menu {
    position: absolute;
    top: 2px;
    right: 2px;
}

.dropdown-header-menu > span {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.dropdown-header-menu > span:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-row_selected {
    background-color: #e3ecff;
}

.chek-list-form {
    text-align: left;
}

.chek-list-form1{
    text-align: right;
}

.radio-button-old-old-reports {
    margin: 10px !important;
}