.sdt-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sdt-container .sdt-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    height: auto;
    min-height: 2.4rem;
    /*
    max-height: 7rem;
    overflow-y: auto;
    */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.sdt-container .sdt-placeholder {
    width: 100%;
    display: block;
}
*/

.sdt-container .sdt-button {
    min-height: 2.4rem;
    align-self: normal;
    border: 1px solid #ced4da;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sdt-container .sdt-button:focus {
    box-shadow: none;
}

.sdt-container .sdt-value {
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.25em;
    margin: 0.25em 0.33em;
    border: 1px solid #d0d0d0;
    background-color: #e0e0e0;
}
.sdt-container .sdt-value > i.fa {
    cursor: pointer;
    font-size: 0.9em;
    padding: 0.25em;
    margin-left: 0.5em;
}

.sdt-container .sdt-tooltip {
    margin: 0 4px 0 0;
    cursor: pointer;
}
.sdt-container .sdt-tooltip .fa-stack {
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}

.sdt-form {
    background-color: #f5f5f5;
    border: 1px dashed #d0d0d0;
    padding: 15px;
    margin-bottom: 15px;
}
.sdt-form table {
    width: 100% !important;
    background-color: #fff;
}

.sdt-form .dataTables_wrapper {
    max-height: 530px;
    overflow-y: auto;
}
