body {
    background: #F5F5F5;
}

#header {
    height: 64px;
    background: #015A60;
}
#header .logo-image {
    margin: 0;
    margin-top: 2px;
    height: 60px;
}

#sub-header {
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}


.content-main.row {
    margin-top: 6px;
    background: #F5F5F5;
}

.cards-container {
    margin-top: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.height-340 {
    min-height: 340px !important;
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    font-size: 1.125rem;
    color: #193542;
}

.card-title .pat-info-title {
    color: #006C68;
}


.confirm-table tr td:first-child {
    width: 40% !important;
}
.confirm-table tr td {
    padding: 0.5rem;
    text-align: left;
    font-size: 0.96rem;
}
.confirm-table .table-value-col {
    border-right: 0;
}
.confirm-table td.cell-edit-card-link {
    width: 20px;
    border-left: 0;
    text-align: center;
}
.confirm-table a.edit-card-link {
    color: #006c68;
}


.split-field-label {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}

.text-input-help {
    text-align: left;
    font-size: 0.75rem;
}


.btnMinus, .btnPlus {
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: 0px 2px 4px #00000029 !important;
    background: #CACBCB !important;
    color: #ffffff !important;
    font-weight: bolder;
}
.btnMinus {
    position: relative;
    top: 0;
    right: 0;
}
.btnPlus {
    float: right;
}
/*.btnMinus:after, .btnPlus:after {
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7rem;
}
.btnMinus:after {
    content: '-';
}
.btnPlus:after {
    content: '+';
}*/

.split-field-container input[type="text"] {
    height: 30px;
}


.proxy-invisible-input {
    float: left;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.input-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.input-form .radio-label {
    margin-top: 8px;
}

/* Patch to move the radio buttons to left of label. */
.input-form input[type="radio"] {
    margin-left: -20px;
}
.input-form input[type="radio"]:checked:before {
    top: 0;
    display: none;
}
.input-form input[type="radio"]:checked:after {
    top: -25px;
    width: 11px;
    height: 11px;
}

.input-form .radio-inline input[type="radio"]:checked:after {
    top: 8px;
    width: 12px;
    height: 12px;
}

/* Patch ENDS. */





