/*
// Copyright (c) 2015, Planet Innovation
// 436 Elgar Road, Box Hill VIC 3128 Australia
// Phone: +61 3 9945 7510
//
// The copyright to the computer program(s) herein is the property of
// Planet Innovation, Australia.
// The program(s) may be used and/or copied only with the written permission
// of Planet Innovation or in accordance with the terms and conditions
// stipulated in the agreement/contract under which the program(s) have been
// supplied.
//
*/

.chapter_block {
    width: 100%;
    height: 100%;
    background-color: white;
}

.review-panel {
    height: 100%;
    background-color: #F2F2F2;
}

.review_open .review-panel {
    background-color: white;
}

.cnd-back-button {
    padding-left: 14px !important;
}

#chapter_list {
    position: absolute;
    display: inline-block;
    visibility: visible;
    height: 96%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.review_open #chapter_list {
    position: absolute;
    display: inline-block;
    visibility: visible;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 16px 0 0 16px;
    background-color: #F2F2F2;
}

#chapter_list ul.top {
    background-color: #F2F2F2;
}

#chapter_list a {
    text-decoration: none;
}

#chapter_list .title {
    position: absolute;
    font-family: Source Sans Pro Semibold !important;
    top: 10px;
}

#chapter_list .title {
    color: #0e3451;
}

#chapter_list .title:hover {
    color: #285884;
}

#chapter_list .title > a > span.cnd-chapter-title {
    margin-left: 14px;
    font-family: Source Sans Pro Semibold !important;
}

#chapter_list .title > a > span.cnd-title-numbering {
    display: inline-block;
    width: 16px;
    font-family: Source Sans Pro Semibold !important;
}

#chapter_list div.heading {
    height: 35px;
    max-height: 45px;
    padding: 5px;
    padding-left: 11px;
    margin-left: -10px;
    text-align: left;
    font-family: Source Sans Pro light;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    background: #F2F2F2;
}

#chapter_list div.sub-heading {
    height: 34px;
    max-height: 34px;
    padding: 5px;
    padding-left: 20px;
    margin-left: -10px;
    text-align: left;
    font-family: Source Sans Pro light;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    background: #F2F2F2;
}

#chapter_list .show div.heading {
    background: #F2F2F2;
}

#chapter_list .current div.heading {
    background: #FFFFFF;
}

#chapter_list .current {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background-position: 0 -64px;
    background: #FFFFFF;
}

#chapter_list li.separator {
    border-top: 1px solid #A6A8AB;
    border-bottom: none;
    width: 100%;
}

#chapter_list .top ul.sub li.separator {
    display: none;
}

#chapter_list .top .current ul.sub li.separator {
    display: inline-block;
    border-top: 1px solid #A6A8AB;
    border-bottom: none;
    width: 90%;
    height: 1px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
}

#chapter_list ul.sub div.heading {
    text-align: left;
    font-family: Source Sans Pro light !important;
}

#chapter_list ul.sub div.heading a {
    color: black;
}

#chapter_list ul.sub div.current {
    color: black;
    background: none;
}

#chapter_list ul.sub a.link {
    font-family: Source Sans Pro light;
    color: #333;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    background: none;
}

#chapter_list .top ul.sub li {
    height: 0px;
}

#chapter_list .top .current ul.sub li {
    height: 34px;
}

#chapter_list .top ul.sub li.current {
    height: 34px;
}

#chapter_list .top .show ul.sub li {
    height: 34px;
    background: #F2F2F2;
}

#chapter_list .top ul.sub li.show {
    height: 34px;
    background: #F2F2F2;
}

#chapter_list div.row {
    position: relative;
    padding-left: 10px;
    margin-left: 0px;
    text-align: left;
    font-family: Source Sans Pro light !important;
    text-decoration: none;
    outline: none;
}

#eeva_info_list {
    position: absolute;
    display: inline-block;
    visibility: visible;
    padding-top: 0px;
    top: 7%;
    height: 96%;
    width: 100%;
    background-color: #F2F2F2;
}

.dana_assess .dana-algorithm {
    position: absolute;
    left: 22px;
    top: 12px;
    font-size: 20px;
    color: #0e3451;
}

.score_circle {
    color: white;
}

.geri_assess .score_circle {
    background-color: #7ad65b;
    font-weight: bold;
}

.geri_assess .selected-well .score_circle,
.geri_assess .chapter_block .score_circle {
    background-color: #72b23d;
}

.dana_assess .score_circle {
    background-color: #4bb5ea;
    font-weight: bold;
}

.dana_assess .selected-well .score_circle,
.dana_assess .chapter_block .score_circle {
    background-color: #2978b5;
}

.dana-content, .eeva-content{
    position: relative;
    width: 100%;
    padding: 5px;
    height: 96%;
    margin-top: 51px;
    background-color: white;
    /* border style set elsewhere - see comments in .review_open #Comments_Input */
}

table.dana-results,
table.eeva-results {
    width: 100%;
    background-color: white;
    table-layout: fixed;
    color: #0e3451;
}

table.dana-results tr,
table.eeva-results tr {
    display: table-row;
}

table.dana-results th,
table.dana-results td,
table.eeva-results th,
table.eeva-results td {
    display: table-cell;
    height: 2.2em;
    align-items: inherit;
    vertical-align: inherit;
}

table.dana-results tr.revertible:hover,
table.eeva-results tr.revertible:hover {
    background-color: #F2F2F2;
}

.dana-results tr.revertible .annotation-restore input,
.eeva-results tr.revertible .annotation-restore input {
    visibility: hidden;
}

.dana-results tr.revertible:hover .annotation-restore input,
.eeva-results tr.revertible:hover .annotation-restore input {
    visibility: visible;
}

.dana-results tr,
.eeva-results tr {
    height: 2.2em;
}

.revertible-annotation--reverse_cleavage,
.revertible-annotation--observation,
.revertible-annotation--event {
    cursor: pointer
}

.revertible-annotation .annotation-name--warning,
.revertible-annotation .annotation-estimated-time--warning {
    color: red;
}

.revertible-annotation input[type="button"] {
    border: none;
}

.revertible-annotation .icon-restore {
    background: url("/static/img/icons/dana/revert_undo.svg") transparent no-repeat;
    width: 18px;
    margin-top: 8px;
}

.annotation-estimated-time--warning {
    background: url("/static/img/icons/dana/warning.svg") no-repeat;
    background-size: 32px 32px;
    /* adjust position due to svg whitespace */
    background-position-x: -7px;
    background-position-y: 1px;
}

.revertible-annotation .icon-trash {
    width: 35px;
}

input[type="button"]:disabled.icon {
    opacity: 0.5;
}

.eeva-analyze {
    width: 100%;
}

.dana-results th,
.eeva-results th,
.eeva-analyze th {
    font-weight: bold;
    font-size: 20px;
}

th.timestamp-heading {
    font-size: smaller;
    font-weight: normal;
    text-align: right;
}

.annotation-modified-time,
.timestamp-heading-modified {
    color: #aaa;
}

tr.fragmentation-duration {
    font-weight: bold;
}

.annotation-icon img.icon {
    height: 24px;
    cursor: pointer;
}

.dana-results td:first-child,
.eeva-results td:first-child,
.eeva-analyze td:first-child {
    padding-left: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.dana-results td:last-child,
.eeva-results td:last-child,
.eeva-analyze td:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.dana-results th:first-child,
.eeva-results th:first-child,
.eeva-analyze th {
    padding-left: 15px;
}

.eeva-analyze tr:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

#eeva_result_stale_message {
    font-size: 15px;
}

.day3-cellcount-input {
    background-color: white;
    border-color: #0e3451;
    min-height: inherit;
    padding: 3px;
    margin: 5px;
    border-width: 2px;
    border-radius: 7px;
    border-style: solid;
    cursor: pointer;
    width: 120px;
    height: 36px;
    text-align: center;
    font-weight: 600;
}

#day3CellCountInput.ng-invalid {
    border-color: #e50278 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#day3CellCountInput.ng-invalid:focus {
    border-color: #e50278 !important;
    -webkit-box-shadow: inset 0 1px 1px #e50278, 0 0 8px #e50278;
    -moz-box-shadow: inset 0 1px 1px #e50278, 0 0 8px #e50278;
    box-shadow: inset 0 1px 1px #e50278, 0 0 8px #e50278;
}

.day3-cellcount-error {
    margin-left: 5px;
    color: #e50278;
    font-size: 14px;
}

.analyze-btn {
    background-color: #285884;
    border: 2px solid #285884;
    width: 120px;
    font-size: 15px;
    margin-left: 28px;
    font-weight: 600;
}

.analyze-btn[disabled] {
    border: 2px solid #ccc;
    background-color: #98abc2;
}

.analyze-btn:active {
    background-color: #fff;
    border: 2px solid #ccc;
}

.annotation-icon {
    width: 12%; /* note: wider icon causes annotation text to wrap */
}

.annotation-name {
    width: 42%;
}

.annotation-fragmentation-total,
.annotation-estimated-time {
    width: 19%;
    text-align: right;
}

.annotation-modified-time {
    width: 18%;
    text-align: right;
    padding-right: 5px;
}

.annotation-restore {
    width: 8%;
}

.annotation-fragmentation {
    text-align: right;
}

#eeva_params_table {
    position: absolute;
    top: 10px;
    left: 100px;
}

div.inactive a {
    color: #cccccc !important;
    cursor: default;
}

div.active a {
    font-size: 1.4em;
}

#chapter_list div.row img {
    float: left;
    margin-right: 7px;
    width: 24px;
    height: 0px;
}

#chapter_list div.row img.icon {
    margin-left: 0px;
    width: 24px;
    height: 0px;
}

#chapter_list .show div.row img,
#chapter_list .current div.row img {
    height: 24px;
    left: 10px;
}

#chapter_list .show div.row img {
    margin-right: 8px;
}

#chapter_list .current div.row > .cnd-evobs-delete > img {
    margin-right: 8px;
}

#chapter_list div.row .cnd-evobs-delete {
    position: relative;
    display: none;
    width: 0px;
}

#chapter_list .current a:focus div.row .cnd-evobs-delete {
    display: table-cell;
    width: 24px;
}

div.row .name {
    position: relative;
    left: 6px;
    top: 4px;
}

div.row .sub-name {
    left: 6px;
}

div.row .timestamp {
    position: absolute;
    top: 10px;
    right: 68px;
}

div.row .score {
    position: absolute;
    top: 10px;
    right: 30px;
}

#chapter_list li {
    font-size: 15px;
    line-height: 16px;
    padding-left: 14px;
}

#chapter_list:after {
    content: '.';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#chapter_list ul,
#chapter_list li,
#chapter_list div.heading,
#chapter_list a.smLink,
#chapter_list div.description {
    *zoom: 1;
}

#chapter_list li {
    *float: left;
    *width: 100%;
}

#chapter_list ul {
    position: relative;
    /*!*/
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 0px;
}

#chapter_list li {
    padding: 0;
    margin: 0;
}

#chapter_list div.heading,
#chapter_list div.current {
    position: relative;
    cursor: pointer;
}

#chapter_list div.inactive {
    cursor: default;
}

#chapter_list div.chapter-title {
    margin: 5px;
    border-radius: 5px;
}

#chapter_list div.chapter-title:hover {
    background-color: #285884;
}

#chapter_list>ul.current {
    background-color: white;
}

#chapter_list div.chapter-title.current:hover {
    background-color: inherit;
}

#chapter_list div.chapter-title:hover a {
    color: #ccc;
}

#chapter_list .chapter-title a:focus {
    color: #285884;
}

#chapter_list div.chapter-title.current:hover a {
    color: inherit;
}

.code_box {
    display: none;
}

.review_open .code_box {
    display: block;
    background: #FFFFFF;
    position: relative;
    top: 0px;
    transform: scale(1.0);
    transition: none;
    width: 106%;
    height: 30px;
    text-align: center;
    padding: 3px 0px;
    font-family: 'Source Sans Pro Semibold' !important;
    font-size: 1em !important;
    margin-top: -5px;
}

.code_box_wrapper {
    display: none;
}

.review_open .code_box_wrapper {
    display: block;
    position: relative;
    width: 80px;
    left: 264px;
    top: 10px;
}

.grade_label {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

#grade_box {
    border-color: #aaa;
}

.review_open .code_box_wrapper:after {
    text-transform: uppercase;
    position: absolute;
    top: 3.5px;
    color: #285884;
    font-size: 16px;
}

.review_open .assess-content {
    display: block;
    width: 100%;
    height: 76%;
    top: 9%;
    position: absolute;
    border-top:  solid 6px;
}

.geri_assess > .review_open .assess-content.assess-geri {
    border-top-color: #72b23d;
    background-color: #e0efdb;
}

.dana_assess > .review_open .assess-content.assess-dana {
    border-top-color: #2978b5;
    background-color: #cee4ef;
}

.eeva_assess > .review_open .assess-content.eeva-brightfield,
.eeva_assess > .review_open .assess-content.eeva-darkfield {
    border-top-color: #e50278;
    background-color: #f9d1e4;
}


.score_circle {
    background: #ffffff;
    margin-right: 8px;
    margin-top: 8px;
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.eeva_result_spinner {
    display: none;
    margin-right: 30px;
    float: right;
    width: 50px;
    height: 50px;
    margin-left: 80px;
}

.eeva_result_circle {
    background: #e50278;
    color: #ffffff;
    margin-right: 8px;
    float: right;
    width: 50px;
    height: 50px;
    margin-left: 110px;
    border-radius: 50%;
}

.eeva_assess > .review_open .eeva-tab-stale .eeva_result_circle {
    background: inherit;
    color: #163751;
}

.eeva_result_spinner_show {
    display:block;
}

#Well_Eeva_Stale_Img {
    height: 11px;
    margin-top: 14px;
    margin-left: 8px;
    width: 22px;
}

.summary_well_eeva_stale {
    height: 4px;
    margin-top: 2px;
    margin-left: 1px;
}

#eeva_result_stale {
    transform: translate(-22%, 44%);
    height: 7px;
    margin-top: 19px;
    margin-left: 2px;
}

#eeva_result_title_stale {
    height: 5px;
    margin-top: 16px;
    margin-left: 6px;
}

#score_circle {
    display: none;
}

.review_open #score_circle {
    display: block;
    position: absolute;
    left: 297px;
    top: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.score_circle .score {
    margin-top: 50%;
    margin-bottom: 50%;
    transform: translate(0%, -55%);
    text-align: center;
}

.eeva_result_circle .eeva_result {
    text-align: center;
    margin-top: 11px;
    margin-left: -13px;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
}

.eeva-analyze-panel {
    position: absolute;
    bottom: 0;
    background-color: #f9d1e4;
    width: 100%;
    margin-left: -5px;
}

.eeva_assess > .review_open .score_circle {
    background-color: #e50278;
    color: white;
    font-weight: bold;
}

.eeva_assess > .review_open .eeva-tab-stale .score_circle {
    background: inherit;
    color: #163751;
}

.eeva_assess div.wheel.wheel-small .score_circle {
    background-color: #fd63a6;
}

.eeva_assess div.wheel.wheel-small .selected-well .score_circle {
    background-color: #e50278;
}

.eeva_assess div.wheel.wheel-small .stale div.score_circle {
    background-color: inherit;
    border: none !important;
}

.eeva_info_table {
    width: 100%;
    margin: 20px;
    text-align: left;
}

.eeva_info_label {
    font-family: Source Sans Pro Semibold !important;
    font-weight: normal;
    font-size: 14px;
    color: #0e3451;
}

.eeva_info_table tr {
    height: 42px !important;
}

.eeva_info_table tr > td:nth-child(1) {
    width: 32%;
}

.eeva_info_table tr > td:nth-child(2) {
    width: 60%;
}

.eeva_params_list {
    position: absolute;
    top: 17%;
}

.History_Button {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    height: 32px;
    width: 32px;
}

.score-image {
    position: absolute;
    top: 415px;
    width: 70px;
    height: 70px;
    margin-left: 7px;
    border-radius: 4px;
}

.review_open .score-image {
    top: 12px;
    width: 65px;
    height: 65px;
    left: 2px;
    margin-left: 9px;
}

.eeva_tab_margin {
    width: 76px;
    top: 571px;
}

.review-tab--dana {
    top: 495px;
}

.eeva-disabled .eeva_tab_margin {
    display: none !important;
}

.dana-disabled .review-tab--dana {
    display: none !important;
}

.review_open .review-tab--dana {
    margin-left: 92px;
}

.review_open .eeva_tab_margin {
    top: 8px;
    margin-left: 175px;
}

img#Eeva_Tab_Button_Selected_Img {
    margin-top: 4px;
    margin-left: 0px;
    width: 71px;
}

img#Eeva_Tab_Button_Selected_Stale_Img {
    margin-top: 0;
    margin-left: -4px;
    width: 76px;
}

.review_open img#Eeva_Tab_Button_Selected_Img {
    margin-top: 4px;
    width: 66px;
}

.review_open img#Eeva_Tab_Button_Selected_Stale_Img {
    margin-top: 4px;
    margin-left: 0px;
    width: 66px;
}

img#Eeva_Tab_Stale_Img {
    position: absolute;
    height: 8px;
    top: 33px;
    left: 19px;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.review_open img#Eeva_Tab_Stale_Img {
    top: 36px;
    left: 16px;
}


.Report_Button {
    position: absolute;
    left: 10px;
    top: 52px;
    width: 32px;
    height: 32px;
}

.review_open .comments-block {
    margin:16px 0 0 0 ;
    padding: 0 16px 0 16px;
    position: absolute;
    top: 85%;
    height: 15%;
    width: 100%;
    background-color:#F2F2F2;
}

.geri_assess > .review_open .comments-block {
    /* separation between obs list and comments panel top color*/
    padding-top: 3px;;
}

.review_open .comments-banner {
    height:100%;
    width:100%;
}

.geri_assess > .review_open .comments-banner {
    background-color:#e0efdb;
}

.dana_assess > .review_open .comments-banner {
    background-color: #cee4ef;
}

.eeva_assess > .review_open .comments-banner {
    background-color: #f9d1e4;
}

.dana-content, .eeva-content {
    /* After adjusting margin, adjust #Comments_Input below*/
    border: 16px solid #F2F2F2;
    border-bottom: none;
}

.review_open #Comments_Input {
    border: none;
    resize: none;
    border-radius: 0;
    height: 65%;
    border-top: solid 6px;
    width: calc(100% - 32px); /* adjust width when border margin is changed - see above */
    margin-bottom: 16px;
}

.geri_assess > .review_open #Comments_Input {
    border-top-color: #72b23d;
}

.dana_assess > .review_open #Comments_Input {
    border-top-color: #2978b5;
}

.eeva_assess > .review_open #Comments_Input {
    border-top-color: #e50278;
}

.review_open #Comments_Button {
    position: absolute;
    left: 25px;
    bottom: 105px;
}

#Comments_Button {
    display: block;
    cursor: pointer;
}

.review_open #Comments_Button {
    display: none;
}

.chapter_block textarea {
    position: absolute;
    display: none;
}

.review_open .chapter_block textarea {
    display: block;
    padding: 5px;
    width: 100%;
    bottom: 0px;
    height: 100px;
    border: none;
}

.cnd-history-popover-table {
    overflow-y: auto;
    overflow-x: hidden;
}

.review-history .popover {
    max-width: none;
    min-width: 485px;
    margin-top: 15px !important;
}

.review-history .popover-content {
    max-width: none;
    padding: 0px;
    margin: 0px;
}

.cnd-history-popover-table > thead > tr {
    display: table-row-group !important;
}

.cnd-history-popover-table > thead > tr > th {
    display: table-cell !important;
    border-bottom: 0px solid white;
}

.cnd-history-popover-table > tbody > tr {
    display: table-row-group !important;
}

.cnd-history-popover-table > tbody > tr > td {
    display: table-cell !important;
    height: 1.2em;
}

.cnd-history-popover-table > tbody > tr > td:nth-child(1) > img {
    height: 24px;
}

.cnd-history-popover-table table tr td div {
    font-family: Source Sans Pro light !important;
    font-size: 15px;
    line-height: 16px;
    white-space: nowrap;
}

.popover-heading {
    font-weight: bold;
    line-height: 2em;
    margin-left: 8px;
}

.btn-timeline {
    color: white;
    background-color: #285884;
    border-color: #285884;
    width: inherit;
    height: inherit;
    min-height: inherit;
}

.btn-timeline:hover,
.btn-timeline:focus {
    color: white;
    border-color: transparent;
    box-shadow: none;
    outline: 0 none;
}

.btn-timeline:active,
.btn-timeline.active,
.open > .dropdown-toggle.btn-timeline {
    color: white;
    background-color: #285884;
    border-color: #285884;
}

.btn-timeline:active,
.btn-timeline.active,
.open > .dropdown-toggle.btn-timeline {
    background-image: none;
}

.btn-timeline.disabled,
.btn-timeline[disabled],
fieldset[disabled] .btn-timeline,
.btn-timeline.disabled:hover,
.btn-timeline[disabled]:hover,
fieldset[disabled] .btn-timeline:hover,
.btn-timeline.disabled:focus,
.btn-timeline[disabled]:focus,
fieldset[disabled] .btn-timeline:focus,
.btn-timeline.disabled.focus,
.btn-timeline[disabled].focus,
fieldset[disabled] .btn-timeline.focus,
.btn-timeline.disabled:active,
.btn-timeline[disabled]:active,
fieldset[disabled] .btn-timeline:active,
.btn-timeline.disabled.active,
.btn-timeline[disabled].active,
fieldset[disabled] .btn-timeline.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-timeline .badge {
    color: #fff;
    background-color: #333;
}


/** Candle popups - for history, etc. **/

.cnd-popup-scroll-wrapper {
    height: 215px;
    overflow: auto;
}

.cnd-popup-wrapper {
    display: table;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.cnd-popup-data-group {
    display: table-row;
}

.cnd-popup-data {
    display: table-cell;
}

.cnd-popup-base {
    display: block;
    font-size: 14px;
    width: 100%;
}

.cnd-popup-data-group {
    height: 32px;
    vertical-align: middle;
}

.cnd-stylish-popup-box {
    border: 2px solid #bdbdbd;
    border-radius: 8px;
    background: #f6f6f7;
    width: 300px;
    height: 220px;
}

.cnd-stylish-box-arrow-up:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bdbdbd;
    margin-left: -11px;
}

.cnd-stylish-box-arrow-up:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f6f6f7;
    margin-left: -8px;
}

.cnd-stylish-box-arrow-down:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #bdbdbd;
    margin-left: -11px;
}

.cnd-stylish-box-arrow-down:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f6f6f7;
    margin-left: -8px;
}

.cnd-stylish-box-arrow-left:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 11px solid #bdbdbd;
    border-bottom: 11px solid transparent;
    margin-top: -11px;
}

.cnd-stylish-box-arrow-left:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #f6f6f7;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}

.cnd-stylish-box-arrow-right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 11px solid #bdbdbd;
    border-bottom: 11px solid transparent;
    margin-top: -11px;
}

.cnd-stylish-box-arrow-right:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #f6f6f7;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}

.popover {
    border: 0px solid black;
    box-shadow: rgba(0, 0, 0, 0) 0px 5px 10px;
    background: transparent;
}

.popover > .arrow {
    display: none;
}

.cnd-history-popover {
    border: 2px solid #265A86 !important;
    width: 100% !important;
    height: 320px !important;
    overflow-y: auto !important;
}

.cnd-history-popover:before {
    border-bottom-color: #265A86;
    top: -8px;
}

.cnd-history-popover:after {
    border-bottom-color: #f6f6f7;
    top: -5px;
}

.cnd-history-popover-right {
    border-color: #265A86;
    width: 475px !important;
    height: 220px !important;
}

.cnd-history-popover-right:before {
    border-left-color: #265A86 !important;
}

.cnd-history-popover-right:after {
    border-left-color: #ffffff !important;
}

.cnd-evobs {
    display: table;
    width: 100%;
    padding-right: 6px !important;
}

.cnd-evobs > img {
    display: table-cell;
    float: none;
    width: 24px;
}

.cnd-evobs > span {
    display: block;
    width: 284px;
}

.cnd-exp-button-outer {
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid #285884;
    border-radius: 7px;
    transition: width 0.4s ease, margin-left 0.4s ease !important;
    z-index: 9;
    outline: none;
}

.cnd-exp-button-outer:focus {
    width: 100px !important;
    margin-left: -56px;
}

.cnd-exp-button-inner-left {
    position: absolute;
    background: #285884;
    width: 44px;
    height: 44px;
    border: 2px solid #285884;
    border-radius: 7px;
    top: -2px;
    right: -2px;
    margin: 0px !important;
    padding: 5px;
    cursor: pointer;
}

#empty {
    padding: 2px;
}

.cnd-exp-button-outer:focus .cnd-exp-button-inner-left {
    background: transparent;
    border-color: transparent;
    transition: border .5s ease 0.5s;
}

.cnd-exp-button-inner-right {
    position: absolute;
    background: #285884;
    width: 44px;
    height: 44px;
    border: 2px solid #285884;
    border-radius: 7px;
    left: -2px;
    top: -2px;
    margin: 0px !important;
    cursor: pointer;
}

.cnd-evobs-selectable {
    background: grey;
    padding: 0px;
    display: table;
    width: 100%;
    margin: 0px !important;
    padding-left: 6px !important;
}

.cnd-evobs-selectable > div {
    display: table-cell;
    vertical-align: middle;
}

.cnd-evobs-selectable > div:nth-child(2) {
    width: 41px;
    padding-left: 4px;
}

.cnd-evobs-selectable > div:nth-child(4) {
    width: 48px;
    text-align: right;
    padding-right: 15px;
}

.cnd-evobs-selectable > div:nth-child(5) {
    width: 34px;
    text-align: right;
    padding-right: 10px;
}

.cnd-evobs-selectable:hover > div:nth-child(2) {
    background: rgba(215, 222, 227, 0.5);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.cnd-evobs-selectable:hover > div:nth-child(3) {
    background: rgba(215, 222, 227, 0.5);
}

.cnd-evobs-selectable:hover > div:nth-child(4) {
    background: rgba(215, 222, 227, 0.5);
}

.cnd-evobs-selectable:hover > div:nth-child(5) {
    background: rgba(215, 222, 227, 0.5);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.cnd-evobs-single {
    color: #bbbbbb;
}

.cnd-evobs-single:hover {
    background: rgba(215, 222, 227, 0.5);
    border-radius: 5px;
    cursor: pointer !important;
    top: 0px;
    left: 0px;
    height: 24px;
    padding-left: 2px !important;
    margin-right: 6px;
    margin-left: 8px !important;
    color: rgb(14, 52, 81);
}

.cnd-evobs > span {
    color: #bbbbbb;
}

.cnd-evobs.cnd-disabled-evobs > span {
    color: #eeeeee;
}

.cnd-evobs.cnd-disabled-evobs > img {
    opacity: 0.1;
}

.cnd-evobs.cnd-disabled-evobs:hover > span {
    color: #eeeeee;
}

.cnd-evobs:hover > span {
    background: rgba(215, 222, 227, 0.5);
    border-radius: 5px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    height: 24px;
    padding: 4px 0px 0px 4px;
    margin-right: 24px;
    color: rgb(14, 52, 81);
    margin-left: 33px;
}

.cnd-small-icon {
    padding: 5px;
}

.cnd-spacing {
    height: 0px;
}

.current > .cnd-chapter-spacing {
    width: 100%;
    height: 34px;
    cursor: default;
}

.cnd-evobs-delete > .cnd-blue-btn-icon {
    margin-left: 4px;
}

.cnd-disabled-evobs {
    cursor: default !important;
}

.cnd-disabled-evobs > span {
    color: #ccc;
    cursor: default !important;
}

.cnd-disabled-evobs > img {
    opacity: 0.5;
}

.cnd-disabled-evobs:hover > span {
    background: transparent !important;
}

.cnd-evobs:hover > .cnd-hide-on-hover {
    display: none !important;
}

.cnd-show-on-hover {
    display: none !important;
}

.cnd-evobs:hover > .cnd-show-on-hover {
    display: block !important;
}

.cnd-evobs.cnd-disabled-evobs:hover > .cnd-hide-on-hover {
    display: table-cell !important;
}

.cnd-evobs.cnd-disabled-evobs:hover > .cnd-show-on-hover {
    display: none !important;
}

.eeva_params_first_cell {
    height: 32px;
    width: 15% !important;
}

.eeva_params_second_cell {
    height: 32px;
    width: 85% !important;
}

.tab_padding_1,
.tab_padding_2,
.tab_padding_3 {
    display: none;
    height: 85px !important;
}

.tab_padding_1,
.tab_padding_2 {
    width: 73px !important;
}

.tab_padding_3 {
    width: 77px !important;
}

.review_open .tab_padding_1,
.review_open .tab_padding_2,
.review_open .tab_padding_3 {
    display: block;
    margin-top: -6px;
}

.geri_assess > .review_open .tab_padding_1 {
    background-color: #72b23d;
}

.dana_assess > .review_open .tab_padding_2 {
    background-color: #2978b5;
}

.eeva_assess > .review_open .tab_padding_3 {
    background-color: #e50278;
}

.review_open .tab_padding_1 {
    margin-left: 6px;
}

.review_open .tab_padding_2 {
    margin-left: 90px;
}

.review_open .tab_padding_3 {
    margin-left: 169px;
}

.eeva-disabled .geri_tab_margin {
    margin-top: 40px;
}

.eeva-disabled .review_open .geri_tab_margin {
    margin-top: 0px;
}

.central-button {
    display: block;
    height: 190px;
    width: 190px;
    background-color: #265a86;
    border: 1px solid #265a86;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 385px;
    left: 158px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

.central-button p {
    vertical-align: middle;
    height: 110px;
    width: 160px;
    display: table-cell;
}

.center-text-position {
    width: 160px;
    height: 110px;
    margin: auto;
    margin-top: 40px;
}

#loader {
    bottom: 44px;
    height: 70px;
    left: 168px;
    margin: auto;
    position: absolute;
    right: 0px;
  }

  #loader .dot {
    bottom: 0px;
    height: 100%;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
  }

  #loader .dot::before {
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 12px;
  }

  #loader .dot:nth-child(11n+1) {
    transform: rotate(30deg);
  }

  #loader .dot:nth-child(11n+1)::before {
    animation: .9s linear 0.075s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+2) {
    transform: rotate(60deg);
  }

  #loader .dot:nth-child(11n+2)::before {
    animation: .9s linear 0.15s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+3) {
    transform: rotate(90deg);
  }

  #loader .dot:nth-child(11n+3)::before {
    animation: .9s linear 0.225s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+4) {
    transform: rotate(120deg);
  }

  #loader .dot:nth-child(11n+4)::before {
    animation: .9s linear 0.3s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+5) {
    transform: rotate(150deg);
  }

  #loader .dot:nth-child(11n+5)::before {
    animation: .9s linear 0.375s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+6) {
    transform: rotate(180deg);
  }

  #loader .dot:nth-child(11n+6)::before {
    animation: .9s linear 0.45s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+7) {
    transform: rotate(210deg);
  }

  #loader .dot:nth-child(11n+7)::before {
    animation: .9s linear 0.525s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+8) {
    transform: rotate(240deg);
  }

  #loader .dot:nth-child(11n+8)::before {
    animation: .9s linear .6s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+9) {
    transform: rotate(270deg);
  }

  #loader .dot:nth-child(11n+9)::before {
    animation: .9s linear .675s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+10) {
    transform: rotate(300deg);
  }

  #loader .dot:nth-child(11n+10)::before {
    animation: .9s linear .75s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+11) {
    transform: rotate(330deg);
  }

  #loader .dot:nth-child(11n+11)::before {
    animation: .9s linear .825s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .dot:nth-child(11n+12) {
    transform: rotate(360deg);
  }

  #loader .dot:nth-child(11n+12)::before {
    animation: .9s linear .9s normal none infinite running load;
    background: #e50278 none repeat scroll 0 0;
  }

  #loader .loading {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 180px;
  }

  @keyframes load {
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  .spinner-message {
    text-align: center;
  }