#depotSelectModal {
    z-index: 1045;
}

#depotSelectModal .modal-body {
    overflow: auto;
    max-height: calc(100vh - 200px);
}

#depotSelectModal .noPadding {
    padding: 0;
}

#saveDepotSelect {
    float: right;
}

#depotContainer {
    margin-top: 5px;
}

.depotGroupHeader {
    margin-top: 10px;
    border-top: lightgrey solid 1px;
    background-color: #EDF1F1;
}

.depotModalGroup > div {
    border-left: lightgrey solid 1px;
    border-right: lightgrey solid 1px;
    border-bottom: lightgrey solid 1px;
}

#depotSelectModal .depotModalGroup label {
    margin-top: 5px;
}

#depotGroupsSeparatorLabel {
    font-weight: 700;
    margin-top: 15px;
}

#depotSelectModal .checkboxContainer {
    padding: 4px 6px;
    width: auto;
}

#depotSelectModal .checkboxContainer input[type=checkbox] {
    height: 13px;
    width: 13px;
    margin-top: 4px;
}

#depotSelectModal div {
    font-size: 14px;
}

#depotSelectModal .depotGroupHeader label {
    font-weight: 700;
}
#depotSelectModal label {
    font-weight: 400;
}