.form-control {
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
}

.form-select {
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
}

.check-large {
    transform: scale(1.8);
}

.td-label {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    font-weight: bold;
}

.td-widget {
    padding-top: 10px;
    padding-bottom: 10px;
}

.td-widget-check {
    padding-left: 6px;
}

.td-suffix {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.btn-custom {
    background-color: #4d8080 !important;
    color: #fff !important;
}

.btn-custom:hover {
    background-color: #609f9f !important;
}

.btn-custom:focus {
    background-color: #4d8080 !important;
    color: #fff !important;
}
