
.patient-threshold-table {
    margin-left: 120px;
    margin-right: 120px;

    border-color: black;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background: #F4F4F7;
}

.patient-threshold-table .row {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
}

.patient-threshold-table>.row {
    display: flex;
}
.patient-threshold-table > * .threshold-titles {
    padding-right: 0px;
    padding-left: 0px;
}

.patient-threshold-table > * .threshold-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100px;

    border-top: 1px solid black;
    padding-left: 15px;
    height: 100px;
}

.patient-threshold-table>* .threshold-title:last-child {
    height: 100%;
}
.patient-threshold-table > * .threshold-form  {
    background: #F4F4F7;
    border-top: 1px solid black;
    min-height: 635px;
}

.patient-threshold-table > * .threshold-form-content > .row {
    display: none;
}

.patient-threshold-table > * .threshold-form-content > .threshold-selected {
    display: block;
}

.patient-threshold-table > * .threshold-title:not(.threshold-selected) {
    border-right: 1px solid black;
    background-color: white;
}


.threshold-form-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.threshold-form-content-buttons {
    text-align: center;
    margin-bottom: 15px;
}

.threshold-form-content-buttons i {
    font-size: 30px;
    color: #002664;
}

.threshold-form-content-header {
    padding: 10px 0px 10px 0px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
}

.threshold-form-content-active-header {
    display: table-cell;
    vertical-align: middle;
}
.threshold-form-content-active-header input {
    margin-left: 5px;
    margin-right: 10px;
    height: 15px !important;
}

.threshold-form-content-values {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.threshold-form-content-values input[type="text"] {
    width: 50%;
}

.threshold-form-content-values .form-group {
    margin-top: 15px;
}

.threshold-form-content-values .label-danger {
    display: none;
}

.threshold-form-content-values .error_container > div {
    padding-left: 0px;
}

.threshold-form-content-values .errorlist {
    margin-left: 0px;
}

.threshold-form-content .lbl {
    display: none !important;
}
.threshold-form-content input[type="checkbox"] {
    opacity: 1;
    transform: scale(1.5);
    position:  unset;
}

.threshold-form-content > * #edit-basic > .row > div > .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.threshold-form-content-save {
    margin-top: 10px;
    width: 87px;
    height: 48px;
}

.threshold-form-content-thresholds .alert-warning-save {
    display: none;
    margin-top: 10px;
}

.patient-threshold-table .modal-content {
    margin-top: 100px;
}

.patient-threshold-table .modal-header {
    color: white;
    font-weight: 500;
}

.patient-threshold-table-first-padding {
    padding-top: 10px;
}

.threshold-form-content-reset {
    margin-bottom: 10px;
}

.threshold-form-content-reset .ajax_reset_button {
    margin-top: 10px;
    width: 250px;
    height: 48px;
}

.threshold-history-modal .modal-dialog {
    width: 80%;
}
