﻿
.demo-title {
    font-size: 18px;
}

.tab-btn {
    position: relative;
    top: 1px;
    z-index: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    background-color: #ccc;
    float: left;
    padding: 5px;
    cursor: pointer;
}

    .tab-btn:hover {
        background-color: #dfdfdf;
    }

    .tab-btn.selected {
        z-index: 2;
        background-color: white;
    }

.tab-content {
    border: solid 1px #aaa;
    width: 100%;
    min-height: 200px;
}

.result-row {
    line-height: 25px;
}

.row-pad-none {
    padding-left:0px;
    padding-right:0px;
}

.accordion-row.child {
}

    .accordion-row.child > div:first-child {
        padding-left: 20px;
    }

.accordion-row-header > div:first-child {
    padding-left: 5px;
}

.accordion-row-header > div:first-child {
    padding-left: 5px;
}

.accordion-row-header {
    line-height: 25px;
    font-weight: 700;
    border-bottom: solid 1px #ccc;
}

.accordion-row-header {
    line-height: 25px;
    font-weight: 700;
    border-bottom: solid 1px #ccc;
}

.header-row {
    line-height: 25px;
    border-bottom: solid 1px #aaa;
    font-weight: 700;
}

.accordion-row-field {
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}

    .accordion-row-field:first-child {
        border-left: none;
    }

.user-info {
    margin-left: 15px;
}

.protocol-category-icon {
    padding-left: 0px;
    padding-right: 0px;
}

.protocol-category-item {
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    font-size: 16px;
}

.protocol-procedure-item > div {
    border-bottom: solid 1px #ccc;
}

    .protocol-procedure-item > div.side-borders {
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

    .no-pad {
        padding-left:0px;
        padding-right:0px;
    }

.protocol-editor {
    border:solid 1px #999;
    text-align:left!important;
}

.protocol-category {
    border-bottom: solid 1px #999;
}

    .protocol-category-item:hover {
        font-weight: 700;
        border-bottom: solid 1px #999;
    }

    .protocol-category-item.editing {
    }

    .protocol-category-item.expanded {
        border-bottom: solid 2px #888;
    }

.protocol-procedure-item {
    width: 100%;
    line-height: 26px;
    cursor: pointer;
}

    .protocol-procedure-item.editing {
        line-height: 34px;
    }

    .protocol-procedure-item:hover {
        font-weight: 700;
    }

    .protocol-procedure-item:hover>div {
        border-bottom: solid 1px #999;
    }

    .protocol-procedure-item.expanded>div {
        border-bottom: solid 2px #888;
    }

    .protocol-procedure-item > div.no-border {
        border-bottom: none;
    }

.result-row-field.no-border {
    border-bottom: none;
}

.item-edit-button {
    text-align: center;
    cursor: pointer;
}

    .item-edit-button:hover {
        background-color: #0094ff;
        color: white;
    }

.tab-1 {
    padding-left: 25px;
}

.protocol-procedure-headers {
    font-weight: 700;
    border-bottom: solid 1px #aaa;
}

.cpt-code-description {
    white-space: nowrap;
    overflow: hidden;
}

.add-code-item {
    cursor: pointer;
}

    .add-code-item:hover {
        font-weight: 700;
    }

.add-procedure-item {
    cursor: pointer;
}

    .add-procedure-item:hover {
        font-weight: 700;
    }

.add-category-item {
    cursor: pointer;
}

    .add-category-item:hover {
        font-weight: 700;
    }

.unbounded {
    max-width:100%!important;
}

.edit-row {
    margin-bottom: 15px;
}

.are-you-sure-window {
}

.are-you-sure-body {
    width: 50%;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #aaa;
    padding: 50px;
}

.overlay-window {
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,.5);
}

.max-height-small {
    max-height:300px;
}

.overlay-body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.are-you-sure-button {
    font-size:24px;
    padding:5px;
    border-radius:2px;
    border:solid 1px #aaa;
    cursor:pointer;
    text-align:center;
}

.are-you-sure-button:hover {
    background-color:rgb(128, 128, 128);
    color:white;
}

.are-you-sure-text {
    margin-bottom:40px;
    font-size:24px;
}

.add-category-text {
    margin-bottom: 40px;
    font-size: 24px;
}

.add-category-window {
}

.add-category-body {
    width: 50%;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #aaa;
    padding: 50px;
}

.alter-minimums-body {
    width: 75%;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #aaa;
    padding: 25px;
}

.add-procedure-text {
    margin-bottom: 40px;
    font-size: 24px;
}

.add-procedure-window {
}

.add-procedure-body {
    width: 50%;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #aaa;
    padding: 50px;
}

.add-code-text {
    margin-bottom: 40px;
    font-size: 24px;
}

.add-code-window {
}

.add-code-body {
    width: 50%;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #aaa;
    padding: 50px;
}

.minimum-group-group-select {
    border: solid 1px #999;
    cursor:pointer;
}

.minimum-group-group-select-left {
    border-right: solid 1px #999;
}

.minimum-group-group-select:hover {
    border: solid 2px #000;
    font-weight: 700;
}

.minimum-group-group-select.selected {
    background-color:#0094ff;
    color:white;
}

.minimum-group-group-display {
    border: solid 1px #999;
}

.minimum-group-group-display-left {
    border-right: solid 1px #999;
}

.ecs-breadcrumb {
    margin-left: 10px;
}

.ecs-breadcrumb:first-child {
    margin-left: 0px;
}

.ecs-breadcrumb-header {
    font-weight: 700;
}

.ecs-breadcrumb-text {
    margin-left:5px;
}

.ecs-breadcrumbs {
    padding-top:15px;
    padding-bottom:15px;
}













.result-row-parent {
    text-align: left;
}

    .result-row-parent.expanded {
        border-bottom: solid 1px #333;
    }

.result-row-group {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.result-row-group-text-item {
    line-height:25px;
}

    .result-row-group > span.glyphicon {
        margin-right: 10px;
    }

    .result-row-group:hover {
        background-color: #ddd;
    }

.result-row-minimum-group {
}

.result-row-min-group {
    padding-left: 35px;
    line-height: 30px;
    border-bottom: solid 1px #999;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .result-row-min-group > span.glyphicon {
        margin-right: 10px;
    }

    .result-row-min-group:hover {
        background-color: #ddd;
    }

.result-row-procedure {
    border-bottom: solid 1px #ccc;
}

.result-row-proc {
    padding-left: 65px;
    line-height: 25px;
    border-bottom: solid 1px #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .result-row-proc > span.glyphicon {
        margin-right: 10px;
    }

    .result-row-proc:hover {
        background-color: #ddd;
    }

.result-row-event {
    padding-left: 95px;
    border-bottom: solid 1px #eee;
    color: #CC0000;
}

    .result-row-event.allowed {
        color: #00ae00;
    }

.pad-span {
    padding-left: 25px;
}

.indicator-icon {
    margin-left: 5px;
    color: #CC0000;
    font-size:20px;
}

    .indicator-icon.good {
        color: #00ae00;
    }

    .ecs-disease-title {
        float:left;
    }

    .ecs-disease-detail {
        margin-left: 30px;
        float:left;
    }

    .ecs-section-title {
        margin-left: 30px;
        float:left;
    }

    .ecs-section-detail {
        margin-left: 60px;
        float:left;
    }

    .ecs-group-title {
        margin-left: 60px;
        float:left;
    }

    .ecs-group-detail {
        margin-left: 90px;
        float:left;
    }

    .ecs-subgroup-title {
        margin-left: 90px;
        float:left;
    }

    .ecs-subgroup-detail {
        margin-left: 120px;
        float:left;
    }

    .ecs-procedure-title {
        margin-left: 120px;
        float:left;
    }

    .ecs-procedure-detail {
        margin-left: 150px;
        float:left;
    }

    .ecs-cpt-title {
        margin-left: 150px;
        float:left;
    }

    .ecs-claim-detail {
        margin-left: 180px;
        float:left;
    }

    .ecs-item-title.icons {
        line-height:30px;
    }

    td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ecs-detail-icons {
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    .ecs-detail-data {
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .ecs-detail-text {
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        text-align: left;
    }

    .margin-right-10 {
        margin-right:10px;
    }