
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-picker {
    display: inline-block;
    position: static !important;
    width: 60%;
    min-width: 120px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    float: left;
}

.date-picker {
    display: inline-block;
    position: static !important;
    width: 60%;
    min-width: 150px;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    margin-right: 0;
    margin-left: 0;
}

.form-dropdown {
    display: inline-block;
    position: static !important;
    width: 100%;
    min-width: 150px;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    margin-right: 0;
    margin-left: 0;
}

.form-picker .dash-dropdown-wrapper {
    position: static !important;
}

.SingleDatePicker {
    width: 100%;
    position: static;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
}


.form-hour {
    display: inline-block;
    width: 40%;
    min-width: 100px;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    margin-right: 0;
    margin-left: 0;
}

input[type=time] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}

.SingleDatePickerInput {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.DateInput {
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
}

.DateInput_input {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
}

.Select-control {
    height: calc(1.5em + .75rem + 2px);
}

.card-text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Override theme min-width so the layout can shrink on small screens */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    min-width: 0;
}
