body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}


p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}


h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    margin-top: 20px;
    margin-left: 0px;
    text-align: left;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
}

h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 70px;
    border: none;
}




#g_report_content {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	background-color: white;
}





/* commonly used classes */

.g_section {
    position: relative;
    width: 100%;
    width: 900px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.g_section h1 {
    margin-top: 50px;
    margin-left: 20px;
}


.g_section h2 {
    margin-left: 20px;
}


.g_section_alt {
    position: relative;
    width: 100%;
    min-width: 900px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #293941;
    background-image: linear-gradient(#04161f,#293941);
}

.p_section_inner {
    margin-top: 120px;
    margin-bottom: 30px;
    display: inline-table;
    width: 900px;
    align-items: center;
}


.g_note_toggle {
    position: relative;
    float: left;
    width: 170px;
    height: 220px;
    background-color: #F1F5F7;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-right: 10px;
}
.g_note_toggle h1 {
    margin-top: 20px;
    margin-bottom: 16px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #999999;
}

.g_note_toggle_all {
    position: absolute;
    top: -1px;
    right: 4px;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    text-align: left;
    width: 40px;
    height: 16px;
    padding: 0px;
    margin-top: 20px;
    margin-left: 0px;
    border-style: none;
    color: rgba(0,0,0,0.5);
    background-color: transparent;
}
.g_note_toggle_all img {
    height: 12px;
    width: 12px;
    margin-right: 1px;
    margin-bottom: 4px;
    opacity: 0.6;
    vertical-align: middle;
}
.g_note_toggle_all:hover {
    background-color: transparent;
}

.g_note_toggle label {
    margin-left: 18px;
    font-size: 16px;
    zoom: 80%;
}

.g_note_legend_color {
    float: right;
    height: 6px;
    width: 20px;
    margin-right: 6px;
    margin-left: 35px;
    margin-top: 4px;
}
.g_note_legend_label {
    float: right;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.g_note_page_label {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.g_note_page_sect_left {
    float: left;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    color: white;
    overflow: auto;
    text-align: center;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
    background-color: #293941;
    background-image: linear-gradient(#04161f,#293941);
}



.g_notes_button {
    float: right;
    background-color: #05A1FF;
    border-color: #05A1FF;
    color: white;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: text-bottom;
}
.g_notes_button:hover {
    background-color: #36B3FF;
    border-color: #36B3FF;
}

.g_notes_button_big {
    position: relative;
    background-color: #05A1FF;
    border-color: #05A1FF;
    color: white;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.g_notes_button_big:hover {
    background-color: #36B3FF;
    border-color: #36B3FF;
}

.g_notes_button_primary {
    position: relative;
    background-color: #05A1FF;
    border-color: #05A1FF;
    color: white;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.g_notes_button_primary:hover {
    background-color: #36B3FF;
    border-color: #36B3FF;
}






/* header */

#g_header {
    position: relative;
    display: inline-table;
    width: 900px;
    overflow: auto;
    margin: 0px;
}

#g_header_logo {
    float: left;
    width: 100px;
    height: 47px;
    margin-left: 20px;
    margin-top: 2px;
    background-size: contain;
    cursor: pointer;
}

#g_header_g_title {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}





/* top project detail */

#g_top {
    position: relative;
    display: inline-table;
    width: 900px;
    overflow: hidden;
}

#g_top_left {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 570px;
    overflow: auto;
}
#g_top_right {
    float: right;
    margin-right: 20px;
    width: 280px;
    overflow: visible;
    text-align: right;
}



/* top left */

#g_top_title_box {
    position: relative;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    text-align: left;
}



/* top QR code */

#g_top_code {
    float: left;
    width: 100px;
    height: 160px;
}

#g_top_qr_frame {
    position: relative;
    height: 110px;
    width: 84px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #E1F1FF;
    border-radius: 12px;
    text-align: center;
}

#g_top_qr_code {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 80px;
    background-size: 110%;
    background-position: center center;
    background-repeat: none;
    background-color: white;
}

#g_top_qr_share {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #004D80;
}

#g_top_qr_click {
    position: absolute;
    top: 100px;
    left: 82px;
    height: 22px;
    width: 22px;
    background-size: contain;
}



/* top title */

#g_top_title {
    float: right;
    width: 450px;
    overflow: auto;
    text-align: left;
}

#g_top_title h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 800;
    margin-left: 0px;
}
#g_top_title h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0px;
    margin-left: 0px;
}



/* top description */

#g_top_desc {
    margin-top: 0px;
    position: relative;
    width: 100%;
    text-align: left;
}

#g_top_desc_type {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}
#g_top_desc_genre {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
}
#g_top_desc_logline {
    margin-top: 20px;
}



/* top right */

#g_top_gauntlet {
    position: relative;
    margin-top: 0px;
    height: 240px;
    width: 280px;
    overflow: visible;
    cursor: pointer;
}

#g_top_g_struct {
    position: absolute;
    top: -20px;
    right: -42px;
    width: 300px;
    height: 300px;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

#g_top_g_script {
    position: absolute;
    top: 194px;
    left: 16px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#g_top_g_lock_l {
    position: absolute;
    top: 83px;
    left: 57px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#g_top_g_lock_r {
    position: absolute;
    top: 161px;
    left: 259px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#g_top_g_lock_t {
    position: absolute;
    top: 5px;
    left: 259px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.g_top_g_label {
    position: absolute;
    overflow: auto;
    font-size: 8px;
    font-weight: 300;
    line-height: 10px;
}


.g_struct_reader {
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}   

.g_struct_rec {
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


#g_top_stats {
    position: relative;
    margin-top: 33px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.g_top_stats_big {
    font-size: 20px;
    font-weight: 800;
}

#g_top_g_click {
    position: absolute;
    bottom: -5px;
    right: 0px;
    height: 14px;
    width: 14px;
    background-size: contain;
    display: none;
}






/* Gauntlet scores */

#g_scores {
    position: relative;
    width: 100%;
    overflow: auto;
}

#g_score_box {
    float: left;
    width: 49%;
    text-align: center;
}
#g_score_box h1 {
    margin-top: 62px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(255,255,255,0.4);
    margin-bottom: 0px;
    text-align: center;
}
#g_score_box p {
    font-size: 200px;
    font-weight: 600;
    line-height: 180px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 0px;
    color: white;
}
#g_score_box h2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    color: rgb(255,255,255,0.4);
    text-align: center;
}

#g_scores_info_btn {
    position: relative;
    margin-top: 54px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

#g_scores_info_btn a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 400;
    color: white;
    background-color: rgb(255,255,255,0.2);
    border-radius: 5px;
}





#g_score_elements {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 60px;
    overflow: auto;
}

.g_score_element {
    float: left;
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 12px;
}

.g_score_element_sep {
    float: left;
    width: 350px;
    margin-left: 13px;
    height: 1px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: rgb(255,255,255,0.2);
    margin-top: 18px;
    margin-bottom: 20px;
}

.g_score_element_name {
    float: left;
    width: 180px;
    text-align: right;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.g_score_element_bar {
    position: relative;
    float: left;
    margin-top: 9px;
    width: 70px;
    height: 6px;
    margin-left: 15px;
    background-color: rgb(255,255,255,0.2);
}

.g_score_element_bar_front {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 6px;
    background-color: #5AD511;
}

.g_score_element_score {
    float: left;
    width: 60px;
    text-align: center;
    color:#5AD511;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.g_score_element_label {
    float: left;
    text-align: left;
    color:#5AD511;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
}

.g_score_element_dots {
    position: relative;
    float: left;
    margin-top: 9px;
    width: 180px;
    height: 7px;
    margin-left: 15px;
}

.g_score_element_dot {
    float: left;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin-right: 2px;
}





/* Gauntlet scores info */

#g_scores_info {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 10px;
    display: none;
}

#g_scores_info h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: rgb(255,255,255,0.4);
    text-align: left;
    margin-top: 5px;
}

#g_scores_info ul{
    margin-left: 0px;
    margin-top: 36px;
}

#g_scores_info li{
    text-align: left;
    color: white;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 18px;
}

#g_scores_info_close {
    position: absolute;
    top: 4px;
    right: 8px;
    height: 36px;
    width: 36px;
    background-color: rgb(255,255,255,0.4);
    border-radius: 24px;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}



/* scores info bar */ 

#g_scores_info_bar {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 840px;
    margin-left: -420px;
    overflow: visible;
}

#g_scores_info_labels {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 16px;
    overflow: visible;
}

#g_scores_info_excellent {
    float: right;
    width: 12%;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    overflow: visible;
}

#g_scores_info_good {
    float: right;
    width: 17.8%;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}

#g_scores_info_fair {
    float: right;
    width: 21.8%;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}

#g_scores_info_work {
    float: right;
    width: 37%;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}


#g_scores_info_level {
    position: relative;
    width: 99.7%;
    height: 12px;
    background: rgb(215,215,215);
    background: linear-gradient(90deg,rgb(255,255,255,0.1) 0%, #aaaaaa 40%, #D2D300 60%, #A3D300 80%, #5AD511 90%, #5AD511 100%);
}

#g_scores_info_vals {
    position: relative;
    margin-top: 2px;
    height: 16px;
    overflow: visible;
    color: white;
    white-space: nowrap;
}

.g_scores_info_val {
    float: left;
    margin-right: 72px;
    font-size: 10px;
    line-height: 10px;
    color: rgb(255,255,255,0.4);
    white-space: nowrap;
}





/* individual assessments */

#g_i_review_legend {
    position: relative;
    margin-top: -10px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

#g_i_review_legend img {
    margin-right: -1px;
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
    vertical-align: middle;
}


#g_i_review_space {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 100%;
    height: 520px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#g_i_review_scroll {
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: -30px;
    background-color: white;
}

#g_i_review_scroll_prompt {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -180px;
    height: 40px;
    width: 190px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-indent: 20px;
    text-align: left;
    display: none;
}

#g_i_review_scroll_prompt img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 2px;
}


#g_i_review_scroll_bg {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    height: 12px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    border-radius: 6px;
}

#g_i_review_scroll_bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 12px;
    border-radius: 6px;
    background-color: #666666;
}


.g_i_review_box {
    position: relative;
    display: inline-table;
    height: 450px;
    width: 370px;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.g_i_rev_top {
    position: relative;
    overflow: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.g_i_rev_analyst {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
                        
.g_i_rev_title {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-top: 4px;
}

.g_i_rev_tags {
    position: relative;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
}

.g_i_rev_level {
    float: left;
    font-size: 9px;
    line-height: 14px;
    font-weight: 300;
    background-color: #dddddd;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    text-align: center;
    width: 80px;
}
.g_i_rev_comment {
    float: left;
    margin-left: 2px;
    font-size: 9px;
    line-height: 14px;
    font-weight: 300;
    background-color: #C5D6E3;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    text-align: center;
    width: 110px;
}


.g_i_rev_top_rec {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 1px;
}

.g_i_rev_top_rec img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.g_i_rev_body {
    position: relative;
    margin-top: 48px;
    width: 100%;
    overflow: auto;
}

.g_i_rev_body_row {
    float: left;
    width: 100%;
    overflow: auto;
    margin-bottom: 5px;
}

.g_i_rev_body_element {
    float: left;
    width: 165px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: auto;
}

.g_i_rev_body_thumbs {
    float: left;
    width: 100px;
    overflow: auto;
}
.g_i_rev_thumb {
    margin-right: -1px;
    height: 22px;
    width: 22px;
    opacity: 0.3;
    filter: grayscale(100%);
}
.g_i_rev_thumb_sel {
    margin-right: -1px;
    height: 22px;
    width: 22px;
}
.g_i_rev_body_comment {
    float: right;
    overflow: auto;
    margin-right: 20px;
    font-size: 9px;
    font-weight: 400;
    line-height: 22px;
    color: #aaaaaa;
}
.g_i_rev_body_comment img {
    height: 16px;
    width: 16px;
    margin-right: 3px;
    opacity: 0.2;
    margin-bottom: 1px;
    vertical-align: middle;
}

.g_i_rev_view {
    position: absolute;
    bottom: 28px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.g_i_rev_view a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 400;
    color: black;
    background-color: #e9e9e9;
    border-radius: 3px;   
}



.g_i_flex_top {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 45px;
    background-color: #444444;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 45px;
    color: white;
}

.g_i_flex_analyst {
    margin-top: 44px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    overflow: auto;
}

.g_i_flex_title {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    overflow: auto;
}

.g_i_flex_rec {
    margin-top: 30px;
    text-align: center;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.g_i_flex_rec img {
    height: 120px;
    width: 120px;
    margin-bottom: 2px;
}

.g_i_flex_comments {
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.g_i_flex_comments img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 4px;
    opacity: 0.3;
    margin-bottom: 3px;
}




#g_i_review_readers {
    margin-top: 30px;
    margin-left: 34px;
    margin-right: 40px;
    text-indent: -9px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #999999;
    text-align: left;
}







/* individual commentary */

#g_i_rev_comments {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}

#g_i_rev_comments_panel {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 860px;
    margin-left: -430px;
    background-color: white;
    border-radius: 12px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#g_i_rev_comments_close {
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: 380px;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.g_i_rev_comments_review {
    position: relative;
    margin-left: 20px;
    margin-right: 80px;
    overflow: auto;
}

.g_i_rev_full_decision {
    margin-top: -20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 40px;
}

.g_i_rev_full_pnl {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 12px;
    overflow: auto;
    margin-bottom: 20px;
}
.g_i_rev_full_pnl h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.g_i_rev_full_pnl p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 4px;
    text-indent: -3px;
}
.g_i_rev_full_pnl img {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 3px;
}


.g_i_rev_empty_pnl {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
    background-color: white;
    overflow: auto;
}
.g_i_rev_empty_pnl h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.g_i_rev_empty_pnl img {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 3px;
}

.g_i_rev_pg_note {
    position: relative;
    margin-top: 20px;
    margin-left: 0px;
    width: 94%;
    overflow-y: auto;
}

.g_i_rev_pg_note img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 34px;
    width: 34px;
}

.g_i_rev_pg_note_txt {
    position: relative;
    margin-top: 5px;
    margin-left: 46px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.g_i_rev_pg_note_info {
    position: relative;
    margin-top: 0px;
    margin-left: 46px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #999999;
}




#g_i_flex_comments {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}

#g_i_flex_comments_panel {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 860px;
    margin-left: -430px;
    background-color: #eeeeee;
    border-radius: 12px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.40) 0px 3px 8px;
}

#g_i_flex_comments_close {
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: 380px;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.g_i_flex_description {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}





/* overview chart */

#g_o_chart_legend {
    position: relative;
    overflow: auto;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 26px;
    margin-right: 63px;
}

.g_o_chart_legend_item {
    float: right;
    width: 90px;
    font-size: 8px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
}

.g_o_chart_legend_rec_item {
    float: right;
    margin-right: 40px;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.g_o_chart_legend_rec_item img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 8px;
}


#g_o_chart {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 65px;
    overflow: auto;
}

.g_o_chart_row {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 1px;
}

.g_o_chart_sep {
    position: relative;
    width: 100%;
    height: 20px;
    overflow: auto;
}

.g_o_chart_reader {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    margin-right: 15px;
}

.g_o_chart_m_0 {
    float: left;
    width: 98px;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-right: 1px;
}

.g_o_chart_m_1 {
    float: left;
    width: 98px;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background-color: rgb(90,213,17,0.2);
    border-radius: 4px;
    margin-right: 1px;
}

.g_o_chart_m_2 {
    float: left;
    width: 98px;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background-color:  rgb(90,213,17,0.6);
    border-radius: 4px;
    margin-right: 1px;
}

.g_o_chart_m_3 {
    float: left;
    width: 98px;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background-color: rgb(90,213,17,1);
    color: white;
    border-radius: 4px;
    margin-right: 1px;
}

.g_o_chart_flex {
    float: left;
    width: 692px;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    font-style: italic;
    color: #999999;
    background-color: #eeeeee;
    border-radius: 4px;
    cursor: pointer;
}

.g_o_chart_rec {
    float: right;
    height: 30px;
    width: 30px;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
}





/* overview reviews */

.g_o_review {
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
    overflow: auto;
}

.g_o_summary_head {
    position: relative;
    width: 100%;
    overflow: auto;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}

.g_o_summary_body {
    position: relative;
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.g_o_review_head {
    position: relative;
    width: 100%;
    overflow: auto;
}

.g_o_review_head_analyst {
    position: relative;
    float: left;
    overflow: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.g_o_review_head_level {
    position: relative;
    float: left;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #999999;
    margin-left: 30px;
}

.g_o_review_head_recommend {
    position: relative;
    float: left;
    overflow: auto;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}

.g_o_review_body {
    position: relative;
    margin-top: 10px;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    text-align: left;
}

.g_o_review_more {
    position: relative;
    margin-left: 20px;
    margin-top: 38px;
    overflow: auto;
    text-align: left;
}
.g_o_review_more a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #777777;
}
.g_o_review_more img {
    height: 36px;
    width: 36px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
}





/* main notes graph */ 

#g_n_main {
    position: relative;
    margin-top: -20px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#g_n_main_toggles {
    position: relative;
    float: left;
    height: 240px;
    width: 390px;
    margin-left: 20px;
}

#g_n_main_graph_area {
    position: relative;
    float: left;
    height: 300px;
    width: 470px;
}


#g_n_main_legend {
    position: relative;
    width: 100%;
    text-align: right;
    overflow: auto;    
}


#g_n_main_graph {
    position: relative;
    height: 200px;
    width: 470px;
    margin-top: 6px;
}

#g_n_main_pages {
    position: relative;
    overflow: auto;
}




/* tv info  */ 

#g_tv_info_items {
    position: relative;
    margin-left: 20px;
    overflow: auto; 
}

.g_tv_info_item {
    float: left;
    position: relative;
    width: 118px;
    height: 130px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}
.g_tv_info_item img {
    margin-top: 20px;
    height: 60px;
    width: 60px;
}
.g_tv_info_item p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}



#g_tv_add_info {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}

#g_tv_add_info_panel {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 860px;
    margin-left: -430px;
    background-color: white;
    border-radius: 12px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#g_tv_add_info_close {
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: 380px;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

#g_tv_add_info_content {
    position: relative;
    margin-left: 20px;
    margin-right: 80px;
    overflow: auto;
}

.g_tv_add_info_title {
    margin-bottom: 10px;
}





/* element summaries */

.g_e_bar {
    position: relative;
    background-color: #f9fafc;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 60px;
}

.g_e_bar_score {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    margin-left: 20px;
}

.g_e_bar_score_val {
    position: relative;
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    margin-top: 20px;
    text-align: center;
}

.g_e_bar_score_label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.g_e_bar_note_graph_area {
    position: relative;
    float: left;
    width: 340px;
    height: 135px;
    margin-top: 15px;
    cursor: pointer;
    overflow: visible;
}

.g_e_bar_note_graph_label {
    position: relative;
    width: 100%;
    overflow: auto;
}

.g_e_bar_note_graph {
    position: relative;
    width: 340px;
    height: 77px;
    overflow: visible;
}

.g_e_note_pages {
    position: relative;
    margin-top: 5px;
    width: 340px;
    height: 100px;
}

.g_e_note_page_pos {
    float: left;
    height: 90px;
    width: 70px;
    background-color: #5AD511;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}
.g_e_note_page_neg {
    float: left;
    height: 90px;
    width: 70px;
    background-color: #D53911;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}
.g_e_note_page_neutral {
    float: left;
    height: 90px;
    width: 70px;
    background-color: #999999;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}


.g_e_note_page_num {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    color: white;
}
.g_e_note_page_label {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    color: white;
}
.g_e_note_page_page {
    margin-top: 14px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: white;
}





.g_e_top_rating {
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
    overflow: auto;
}

.g_e_top_rating_head {
    position: relative;
    width: 100%;
    overflow: auto;
}

.g_e_top_rating_head_analyst {
    position: relative;
    float: left;
    overflow: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.g_e_top_rating_head_level {
    position: relative;
    float: left;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #999999;
    margin-left: 20px;
}

.g_e_top_rating_head_thumbs {
    position: relative;
    float: left;
    overflow: auto;
    margin-left: 40px;
}

.g_e_rev_thumb {
    float: left;
    margin-right: 2px;
    height: 30px;
    width: 30px;
    opacity: 0.3;
    filter: grayscale(100%);
}

.g_e_rev_thumb_sel {
    float: left;
    margin-right: 2px;
    height: 30px;
    width: 30px;
}

.g_e_top_rating_body {
    position: relative;
    margin-top: 10px;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    text-align: left;
}

.g_e_top_rating_more {
    position: relative;
    margin-left: 20px;
    margin-top: 38px;
    overflow: auto;
    text-align: left;
}
.g_e_top_rating_more a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #777777;
}
.g_e_top_rating_more img {
    height: 36px;
    width: 36px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.g_e_c_note {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}

.g_e_c_note_ico {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}

.g_e_c_note_head {
    position: relative;
    width: 80%;
    margin-top: 7px;
    margin-left: 45px;
    margin-right: 100px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}

.g_e_c_note_detail {
    position: relative;
    width: 80%;
    margin-top: 8px;
    margin-left: 45px;
    margin-right: 100px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #888888;
    text-align: left;
    display: none;
}

.g_e_c_note_more {
    position: absolute;
    right: 0px;
    top: 4px;
    height: 30px;
    width: 80px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.g_e_c_note_stat {
    position: relative;
    width: 80%;
    margin-top: 5px;
    margin-left: 45px;
    margin-right: 100px;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    text-align: left;
}






/* element summaries breakdowns */

.g_e_breakdown {
    position: relative;
    float: left;
    width: 360px;
    height: 140px;
    margin-top: 14px;
}

.g_e_breakdown_row {
    float: left;
    position: relative;
    width: 100%;
    overflow: visible;
    margin-top: 1px;
    margin-bottom: 1px;
}

.g_e_breakdown_label {
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

.g_e_breakdown_thumbs {
    float: left;
    width: 80px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
}

.g_e_breakdown_thumb {
    height: 24px;
    width: 24px;
    opacity: 0.3;
    filter: grayscale(100%);
}

.g_e_breakdown_thumb_sel {
    height: 24px;
    width: 24px;
}

.g_e_breakdown_count {
    float: left;
    width: 34px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    margin-right: 6px;
}

.g_e_breakdown_level {
    position: relative;
    float: left;
    margin-top: 8px;
    width: 50px;
    height: 8px;
    background-color: rgb(0,0,0,0.2);
}

.g_e_breakdown_level_fill {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: black;
}

.g_e_breakdown_pct {
    float: left;
    width: 36px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}



/* pitch comments */

.g_pc_box {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 40px;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.g_pc_header {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-left: 20px;
    margin-right: 40px;
    margin-bottom: 0px;
}

.g_pc_body {
    margin-top: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-left: 20px;
    margin-right: 40px;
}



/* script+notes view section */

#g_sv_section {
    margin-top: 20px;
    padding-bottom: 45px;
}

#g_sv_left {
    float: left;
    text-align: left;
    margin-left: 30px;
    width: 50%;
    margin-top: 170px;
    margin-bottom: 100px;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    overflow: auto;
    color: white;
}

.g_sv_button {
    margin-top: 50px;
    font-size: 20px;
    background-color: #5AD511;
    border-color: #5AD511;
    color: white;
    cursor: pointer;
}
.g_sv_button:hover {
    background-color: #5AD511;
    border-color: #5AD511;
}

.g_sv_bubble {
    position: absolute;
    height: 160px;
    width: 160px;
    overflow: auto;
    border-radius: 80px;
}

.g_sv_bubble h1 {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    margin: 0px;
    font-size: 100px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    color: white;
}

.g_sv_bubble h2 {
    position: absolute;
    margin: 0;
    top: 124px;
    left: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: white;
}




/* survey section */

#g_survey {
    margin-top: 40px;
    text-align: center;
}

#g_survey h1 {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: white;
}

#g_survey p {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    text-align: center;
}

.g_survey_row {
    position: relative;
    width: 800px;
    height: 80px;
    margin-left: 68px;
}

.g_survey_row_label {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}

.g_survey_row_bar {
    float: left;
    height: 80px;
    width: 60px;
    background-color: rgba(255,255,255,0.3);
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 80px;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
}

#g_survey_comment {
    height: 160px;
    width: 655px;
}






/* report footer */

#g_foot_section {
    margin-top: 100px;
    margin-bottom: 0px;
}

#g_foot_txt {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    margin-left: 80px;
    margin-right: 80px;
    font-style: italic;
}

#g_foot_copy {
    margin-top: 200px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #888888;
}






/* report share */

#g_report_share {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}

#g_report_share_panel {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 460px;
    width: 760px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -400px;
    margin-top: -250px;
    background-color: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#g_report_share_panel h1 {
    margin-bottom: 10px;
    margin-top: 30px;
}   

#g_report_share_panel p {
    margin-right: 30px;
}   

#g_report_share_keys {
    position: relative;
    width: 100%;
    overflow: visible;
    text-align: center;
}

.g_report_share_key {
    float: left;
    width: 360px;
    height: 300px;
    overflow: auto;
    text-align: center;
}

.g_report_share_key img {
    margin-top: 20px;
    margin-bottom: 0px;
    height: 120px;
    width: 120px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.g_report_share_key h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0px;
    text-indent: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    text-align: center;
}

.g_report_share_key p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
}

.g_report_share_key a {
    margin-top: 40px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

#g_report_share_close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}





/* script note view */

#g_sn_left {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 48%;
    background-color: #fafafa;
}

#g_sn_menu {
    position: absolute;
    top: 5px;
    right: 0px;
    left: 10px;
    height: 50px;
    white-space: nowrap;
    background-color: rgb(240,240,240,0.95);
}

#g_sn_notes {
    position: absolute;
    top: 55px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    overflow-y: scroll;
    overflow-x: auto;
    line-height: 5px;
}

#g_sn_script {
    position: fixed;
    top: 0px;
    left: 49%;
    bottom: 0px;
    right: 51px;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}

#g_sn_script_pg {
    position: fixed;
    top: 5px;
    left: 48%;
    height: 50px;
    overflow: auto;
    padding-right: 32px;
    background-color: rgb(180,180,180,0.9);
    color: white;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #aaaaaa;
}

#g_sn_graph {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    bottom: 0px;
    cursor: pointer;
}




/* script note menu items */

#g_sn_menu_logo {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    margin-top: 4px;
    margin-left: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}


#g_sn_menu_label {
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    color: #444444;
}

.g_sn_menu_action {
    position: relative;
    float: right;
    margin: 0;
    margin-top: 4px;
    width: 40px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
    opacity: 0.7;
    cursor: pointer;
    border-radius: 3px;
}

.g_sn_menu_button {
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 130px;
    height: 30px;
    background-color: black;
    border-color: black;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 0px;
}

.g_sn_menu_button:hover {
    background-color: #333333;
    border-color: #333333;
}



/* script note menu filter */

#g_sn_filter {
    position: fixed;
    top: 60px;
    left: 30px;
    width: 880px;
    overflow-x: visible;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

#g_sn_filter_desc {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 80px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

#g_sn_filter_items {
    position: relative;
    top: 10px;
    margin-left: 10px;
    width: 100%;
    overflow: auto;
}


#g_sn_filter_cancel {
    position: absolute;
    top: 18px;
    right: 15px;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}






/* script note menu page jump */

#g_sn_page_jump {
    position: fixed;
    top: 60px;
    left: 48%;
    margin-left: -154px;
    height: 350px;
    width: 250px;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

#g_sn_page_jump h1 { 
    margin-left: 15px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
}

#g_sn_page_jump_numbers {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    overflow: auto;
}

.g_sn_page_button {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.g_sn_page_button_jump {
    height: 50px;
    width: 120px;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#g_sn_page_jump_cancel {
    position: absolute;
    top: 18px;
    right: 15px;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}




/* script note content */

.g_sn_note_emoji {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    width: 220px;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    background-color: #ffffff;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
}
.g_sn_note_emoji img {
    position: absolute;
    top: 6px;
    left: 13px;
    height: 40px;
    width: 40px;
}
.g_sn_note_emoji_type {
    position: absolute;
    top: 50px;
    left: 2px;
    width: 62px;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px;
    color: #aaaaaa;
}
.g_sn_note_emoji_r_name {
    position: relative;
    margin-left: 70px;
    margin-top: 13px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}
.g_sn_note_emoji_r_title {
    position: relative;
    margin-top: 2px;
    margin-left: 70px;
    margin-right: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}


.g_sn_note_comment {
    position: relative;
    display: inline-block;
    min-height: 70px;
    width: 96%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    background-color: #ffffff;
    cursor: pointer;
}

.g_sn_note_highlight {
    background-color: #E9F2F8;
}


.g_sn_note_ico {
    float: left;
    height: 48px;
    width: 48px;
    margin-left: 9px;
    margin-top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.g_sn_note_txt_manual {
    margin-left: 70px;
    margin-right: 30px;
    margin-top: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}

.g_sn_note_txt_tip_head {
    font-weight: 500;
}

.g_sn_note_txt_tip {
    font-weight: 300;
}

.g_sn_note_txt_list {
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 30px;
}

.g_sn_note_txt_bullet {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.g_sn_note_txt_bullet ul {
    margin-top: 0px;
    margin-left: 6px;
    margin-bottom: -26px;
}

.g_sn_note_txt_bullet ul li {
    font-size: 13px;
    line-height: 16px;
    margin-top: -4px;
    margin-bottom: -4px;
    margin-right: 0px;
}



.g_sn_note_txt_subbullet {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 40px;
    margin-left: -8px;
    list-style-type: circle;
}

.g_sn_note_txt_subbullet ul {
    margin-top: -20px;
    margin-left: 6px;
    margin-bottom: -26px;
}

.g_sn_note_txt_subbullet ul li {
    font-size: 13px;
    line-height: 16px;
    margin-top: -4px;
    margin-bottom: -4px;
    margin-right: 60px;
}





.g_sn_note_txt_scope {
    margin-left: 70px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
    color: #999999;
}

.g_sn_note_txt_title {
    margin-left: 70px;
    margin-right: 30px;
    margin-top: 0px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 20px;
}






/* script note bar */

#g_sn_note_bar_main {
    position: absolute;
    top: 0px;
    right: 18px;
    bottom: 0px;
    width: 30px;
    background-color: #f4f4f4;
}

#g_sn_note_bar_callout {
    position: absolute;
    top: 0px;
    right: 8px;
    bottom: 0px;
    width: 6px;
}




/* report info popup */

.g_r_info_btn {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: black;
    background-color: #f0f0f0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 12px;
    border-style: none;
    margin-left: 30px;
    vertical-align: middle;
}
.g_r_info_btn:hover {
    border-style: none;
}

.g_r_info {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
}
.g_r_info_panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    margin-left: -340px;
    background-color: white;
    border-radius: 12px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.g_r_info_panel h1 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.g_r_info_panel p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.g_r_info_panel ul {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.g_r_info_panel li {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}


.g_r_info_close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}







/* reader listing */
#g_readers {
    position: relative;
    margin-top: 30px;
    width: 100%;
    overflow: auto;
    padding-top: 40px;
    background-color: white;
    text-align: center;
}

.g_reader {
    position: relative;
    display: inline-block;
    height: 840px;
    width: 300px;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 30px;
    text-align: left;
}

.g_reader img {
    height: 180px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.g_reader h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    margin-top: 14px;
}

.g_reader h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    margin-top: 4px;
}

.g_reader p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 24px;
    margin-right: 40px;
}