/** General CSS*/.full_width{	width: 100%;}/**	Text button style*/.text_button, .primary_button, .alternate_button, .component_button, .mini_button /* inherited by all buttons */{	display: inline-block;	font-weight: normal;	cursor: pointer;	text-wrap: no-wrap;	border-radius: 3px;	text-align: center;	border-width: 1px 1px 1px 1px;	border-style: solid solid solid solid;	white-space: nowrap;}.primary_action_size, .primary_button, .alternate_button{    height: 30px;    line-height: 28px;  	font-size: 14px;    padding-right: 10px;    padding-left: 10px;}.component_action_size, .component_button {    height: 24px;    line-height: 23px;    font-size: 12px;    padding-right: 8px;    padding-left: 8px;    box-sizing: border-box;}.mini_action_size, .mini_button {    height: 18px;    line-height: 16px;    font-size: 10px;    padding-right: 8px;    padding-left: 8px;    box-sizing: border-box;}/**	Text button predefined*/.primary_button, .component_button, .mini_button{	background-color:#ff8a00; color: #ffffff; border-color: #ff8a00 #ff8a00 #ff8a00 #ff8a00; /* TOKEN:FF8A00 */}.primary_button:hover, .component_button:hover/*should be darker colour*/{	background-color: #ee7000; border-color: #ee7000 #ee7000 #ee7000 #ee7000;}.alternate_button{	background-color:#ffffff; color: #ff8a00; border-color: #ff8a00 #ff8a00 #ff8a00 #ff8a00;}.alternate_button:hover /*should be darker colour*/{	background-color: #ee7000; color: #ffffff; border-color: #ee7000 #ee7000 #ee7000 #ee7000;}.drill_down_button{	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow.svg);	background-color: #ff8a00;	border: 1px solid #ff8a00;}.drill_down_button:hover{	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_white.svg);	background-color: #ee7000;	border: 1px solid #ee7000;	cursor: pointer;}table td .drill_down_button{    float: right;}/** 	Icon button style*/.icon_button, .primary_icon_button, .alternate_icon_button, .grey_icon_button{	border-radius: 1000px;	background-repeat: no-repeat;	background-position: center center;	border-style: solid solid solid solid;	border-color: transparent;	box-sizing: border-box;	cursor: pointer;	}.icon_button, .primary_icon_button, .alternate_icon_button{	border-width: 1px 1px 1px 1px;}.grey_icon_button{	border-width: 0px;}.primary_icon_button, .alternate_icon_button{	height: 40px;	width: 40px;}.grey_icon_button, .small_icon_button, .icon_button{	height: 25px;	width: 25px;}.icon_button_text{	font-size: 14px;}/** 	Icon button predefined*/.primary_icon_button{	background-color: #ff8a00;	border-color: #ff8a00;}.primary_icon_button:hover{ 	background-color: #ee7000;	border-color: #ee7000;}.alternate_icon_button{	background-color: #ffffff;	border-color: #ff8a00 #ff8a00 #ff8a00 #ff8a00;}.alternate_icon_button:hover{ 	background-color: #ee7000;}.grey_icon_button{	background-color: #ADADAD;	border-color: #ADADAD;}.grey_icon_button:hover{ 	background-color: #ee7000;	border-color: #ee7000;}.icon_button_right_wrapper .icon_button, .icon_button_right_wrapper .primary_icon_button, .icon_button_right_wrapper .alternate_icon_button,.icon_button_left_wrapper .icon_button, .icon_button_left_wrapper .primary_icon_button, .icon_button_left_wrapper .alternate_icon_button,.icon_button_right_wrapper .icon_button_text,.icon_button_left_wrapper .icon_button_text{	display:inline-block;	vertical-align:top;}.icon_button_right_wrapper .icon_button, .icon_button_right_wrapper .primary_icon_button, .icon_button_right_wrapper .alternate_icon_button,.icon_button_right_wrapper .icon_button_text,.icon_button_right_wrapper .small_icon_button,.icon_button_right_wrapper .grey_icon_button,.icon_button_right_wrapper .icon_button_text.icon_button_left_wrapper .icon_button, .icon_button_left_wrapper .primary_icon_button, .icon_button_left_wrapper .alternate_icon_button,.icon_button_left_wrapper .icon_button_text,.icon_button_left_wrapper .small_icon_button,.icon_button_left_wrapper .grey_icon_button,.icon_button_left_wrapper .icon_button_text{	display:table-cell;	vertical-align:middle;}.icon_button_left_wrapper .icon_button_text{  padding-right:5px;}.icon_button_right_wrapper .icon_button_text{  padding-left:5px;	}.icon_button_top_wrapper .icon_button_text, .icon_button_bottom_wrapper .icon_button_text{	width: 100%;	text-align:center;}.icon_button_top_wrapper .icon_button, .icon_button_top_wrapper .primary_icon_button, .icon_button_top_wrapper .alternate_icon_button,.icon_button_top_wrapper .grey_icon_button,.icon_button_top_wrapper .small_icon_button,.hero_button_wrapper .hero_button,.icon_button_bottom_wrapper .icon_button, .icon_button_bottom_wrapper .primary_icon_button, .icon_button_bottom_wrapper .alternate_icon_button,.icon_button_bottom_wrapper .small_icon_button,.icon_button_bottom_wrapper .grey_icon_button,.hero_button_wrapper .hero_button{	margin-left:auto;	margin-right:auto;}.icon_button_top_wrapper,.icon_button_bottom_wrapper, .icon_button_left_wrapper, .icon_button_right_wrapper, .hero_button_wrapper{   display: inline-block;	   white-space: nowrap;/*    position:relative; */}.square_icon{	border-radius:0px !important;}.hero_button{ 	background-color: #0f2c4b;	border-color: #0f2c4b;	height: 70px;    width: 70px;    border-radius: 70px;    z-index:10;    position:relative;}.hero_button_text{ 	margin-top: 12px;	font-size: 20px;	transition: color 0.5s ease;}.hero_button_highlight{    border-radius: 200px;    transition: background-color 0.7s ease;    z-index: 5;}.hero_button_wrapper:hover .hero_button_text{	color: #579F91;}.hero_button_wrapper:hover .hero_button_highlight{    height: 78px;    width: 78px;    position: absolute;    left: calc(50% - 39px);    top: -4px;    background-color: #579F91;}.hero_btn{    transition: background-color 0.5s ease;    width:100%;    height: 250px;    border-radius: 6px;    background-repeat: no-repeat;    background-position: center calc(45% - 5px);	background-size:40%;    color: #ffffff;    font-size: 20px;    text-align: center;    padding-top: 200px;	cursor: pointer;    overflow: hidden;    position: relative;    z-index: 1;}.hero_btn_highlight{    border-radius: 100%;    color: #fff;    font-size: 26px;    width: 5em;    height: 5em;    text-align: center;    line-height: 5em;    position: absolute;    top: calc(45% - 2.5em);    left: calc(50% - 2.5em);    transition: color 1s ease 0s;    background-color: transparent;}.hero_btn:hover .rotating_keyline_taskboard{    color: #579F91;    transition: color 1s ease 0s;}.hero_btn_highlight::before,.hero_btn_highlight::after{    content: "";    width: 100%;    height: 100%;    top: 0px;    left: 0px;    position: absolute;    border-radius: 100%;    transform: rotate(45deg);    opacity: 0.2;}.hero_btn_highlight::before{    border: 12px solid transparent;    z-index:1;}.hero_btn_highlight::after{    border: 0 solid transparent;    z-index:2;}.hero_btn:hover .hero_btn_highlight::before{    border-top-color: #fff;    border-right-color: #fff;    border-bottom-color: #fff;    transition:      border-top-color 0.1s linear,      border-right-color 0.1s linear 0.10s,      border-bottom-color 0.1s linear 0.20s;}.hero_btn:hover .hero_btn_highlight::after{    border-top: 12px solid #fff;    border-left: 12px solid transparent;    border-right: 12px solid transparent;    border-bottom: 12px solid transparent;    transform: rotate(315deg);    transition:      transform 0.4s linear 0s,      border-left-width 0s linear 0.35s;}.tag_box_primary, .tag_box_accent{    border-radius: 3px;      color: #ffffff;    line-height: 15px;    padding: 7px 30px 7px 7px;    cursor: default;    position: relative;    display: inline-block;    margin-right: 5px;    margin-bottom: 5px;    vertical-align: top;}.tag_box_primary { background-color: #606060; }.tag_box_accent  { background-color: #579F91; }.tag_cross {    background-size: 18px 18px;    height: 18px;    width: 18px;    display: inline-block;    position: absolute;    right: 4px;    top: 5px;    cursor: pointer;}.approval_btns_horz{	margin-left: 5px;	}.approval_btns_pad{	margin-top:5px;}#INTERVIEW_ribbon{	padding-right: 15px;    background-color: #303030;    height: 48px;    z-index: 900;    position: fixed;    top: 60px;    marginTop: -48px;    width: 100%;    box-sizing: border-box;    -webkit-transition: all 600ms ease-in-out;    transition: all 600ms ease-in-out;    color: #ffffff;    cursor: default;    opacity: 0;}.INTERVIEW_back_button, .INTERVIEW_next_button, .INTERVIEW_publish_button {    display: none;    position: absolute;    top: 8px;    width: 32px !important;    height: 32px !important;    box-sizing: border-box;    border-radius: 100px;    background-repeat: no-repeat;    background-position: center center;    cursor: pointer;    background-size: 32px 32px;}.INTERVIEW_back_button {    right: 58px;    transform: rotate(180deg);    -webkit-transform: rotate(180deg);}.INTERVIEW_next_button, .INTERVIEW_publish_button {    right: 14px;}.INTERVIEW_show {    display: inline-block;}.INTERVIEW_step_wrapper {    margin-top: 17px;    padding-left:15px;}.INTERVIEW_step_contanier {    display: inline-block;    vertical-align: top;    margin-right: 5px;    cursor: pointer;}.INTERVIEW_step_label, .INTERVIEW_step_arrow {    display: inline-block;    vertical-align: top;	color: #ffffff;	    line-height: 14px;    font-size: 14px;    padding-bottom: 2px;}.INTERVIEW_step_label, .INTERVIEW_step_arrow { cursor: pointer;}.INTERVIEW_step_label:hover {	color: #ff8a00;}.INTERVIEW_step_active {    border-bottom: 1px solid #ff8a00;}.INTERVIEW_step_arrow {    margin-left: 5px;}.icon_wrapper {    display: inline-block;    width: 180px;    margin-bottom: 20px;    text-align: center;}.icon_title {    padding-top: 5px;}.landing_page_button_wrapper_trans_back {display: flex;flex-direction:column;align-items:center;justify-content:center;height:100px;padding-left:15px;}.landing_page_button_wrapper_trans_back span{text-align:center;padding-top:7px;height:35px;}.landing_page_button_wrapper_trans_back div{margin-top:14px;}.landing_page_button_container_trans_back{position:absolute;right:0px;top:0px;display:flex;justify-content:flex-end;height:100px;}.landing_page_button_container_white_back{position:absolute;right:15px;top:0px;display:flex;justify-content:flex-end;height:100px;}.training_steps{padding-top:1px !important;}.percentage{font-size:130px;color:white;text-align:center;}.explain{color:white;font-size:20px;text-align:center;}.previous{color:white;font-size:12px;text-align:center;}.exec_summ_row{display:flex;justify-content:space-between;width:100%;}.exec_summ_block{width:calc(49% - 8px);border-bottom:1px solid #adadad;display:flex;justify-content:space-between;}.exec_summ_label{font-size: 12px;color: #114d78;font-weight: bold;padding:10px 0px;margin-right:10px;}.exec_summ_value{font-size: 12px;color: #606060;padding:10px 0px;}.hdr_body{	/*padding: 12px;*/	padding: 12px 15px 12px 15px;	    box-sizing: border-box;	height: 100%;	width: 100%;}.hdr_body div{	cursor: pointer;}.accolade_popup_icon{	margin-right: 15px;}.accolade_flyin_icon{    animation: accolade_icon_animate .6s ease;    border-radius: 200px !important;    background-repeat: no-repeat;    background-position: center center;    display: inline-block;    position: absolute;       width: 70px;    height: 70px;    z-index: 3000;}@keyframes accolade_icon_animate {    0% {        height: 5000px;        width: 5000px;        top: -2500px;        left: -2500px;    }        100% {        height: 70px;        width: 70px;        top: calc(50% + 15px);    	left: calc(50% - 170px);    }}.accolade_popup_message{	display:inline-block;	vertical-align: top;	width: calc(100% - 100px);	}.accolade_wrapper{    display: inline-block;    margin-right: 7px;    text-align: center;    width: 90px;    height: 90px;    margin-top: 15px;    vertical-align: top;    position: relative;}.accolade_progress_bar_wrap{    width: 100%;    background-color: #efefef;    height: 15px;    border-radius: 7px;    margin-top: 3px;}.accolade_progress_bar{    height: 15px;    background-color: #579F91;    border-radius: 7px;}.accolade_progress_text{    padding-top: 1px;    text-align: center;    width: 90px;}.accolade_complete_check{	background-color: #0f2c4b;    position: absolute;    top: -15px;    right: 0px;} .accolade_title{	margin-top: 7px;}.accolade_not_complete{	opacity: 10%;}.accolade_category{    border-bottom: 1px solid #adadad;    font-size: 16px;    font-weight: bold;}.previous_accolade_link{    position: absolute;    top: 20px;    width: 63px;    height: 3px;    left: -35px;    background-color: #adadad;}.accolade_hover_message{	/*mimics the tooltip style*/	display: block;    padding: 4px 8px;    color: #606060;    background: #f0f0f0;    -moz-border-radius: 3px;    border-radius: 3px;    -moz-box-shadow: 0px 0px 4px #222;    box-shadow: 0px 0px 4px #222;    font-size: 11px;    position: absolute;    line-height: 20px;    z-index: 100000;    max-width: 300px}.accolade_popup_title{	font-weight: bold;}.slide_type_sec    {        width: 100%;        height: 660px;        color: #ffffff;        font-size: 40px;         max-width: 1550px;         min-width: 1550px;         padding-top: 280px;         text-align: center;        margin: 0px;    }.slide{	page-break-inside: avoid !important;}.bar_chart_key_tbl tr td{    cursor: pointer;}.bar_chart_key_tbl.filtered tr td{    opacity: 50%;}.bar_chart_key_tbl.filtered tr td.selected{    opacity: 100% !important;}.graph_filter_ssg_wrap{	position: absolute;    top: 5px;}.swatch{	height: 20px;	width: 20px;	margin-left: -23px;	border-radius: 20px;}.scen_tbl_title{    display: inline-block;    font-size: 16px;    line-height:60px;}.bar_chart_key_tbl{	width: 100%;		font-size: 12px;	font-family: arial;    /*margin-top: 120px;*/}.bar_chart_key_tbl tr td{	width: 50%;	height: 24px;	padding-left: 23px;}.bar_chart_key_tbl tr td div{	display: inline-block;	vertical-align: middle;	margin-right: 3px;}.cmbo_key_wrap{    display: inline-block;    min-width: 250px;    height: 100%;    /*background-color: #efefef;*/    vertical-align: top;    position: relative;    vertical-align: text-bottom;    margin-bottom:7px;}.cmbo_data_tbl{   	min-width: 100%;	min-height: 200px;	background-color: #ffffff;	display:none;	overflow:hidden;}.cmbo_data_tbl table{	border-collapse: collapse;}.cmbo_data_tbl tbody tr td:first-child{    min-width: 390px;    padding-left: 10px;    border-right: 1px solid #adadad;}.cmbo_data_tbl tbody tr td:not(td:first-child){    min-width: 85px;    text-align: right;    padding-right: 15px;}.cmbo_data_tbl tbody tr td{    min-width: 400px;    border-bottom: 1px solid #efefef;    height:39px}.analysis_section{    background-color: #606060;    color: white;    width: 100%;    height: 39px;    position: relative;    padding-left: 5px;} .analysis_section .scen_tbl_title {     line-height: 39px; }.analysis_section .scen_tbl_collapse_row_btn{    margin-top: 7px;}.analysis_section .table_icon, .analysis_section .performance_icon{    cursor: pointer;    position: absolute;    top: 7px;    left: 359px;}/* Note: if consultants want to override any rules, copy and paste the rule below into custom_dash.css and make changes there *//* CSS for resource & financials */.POPUP_modal_scrollable .resource_financial_table .header_date{	padding-top: 10px !important;}.POPUP_modal_scrollable .resource_financial_table_wrapper{	padding-left: 15px;	padding-right: 15px;	margin-top: 95px;}.resource_financial_popup_header_wrapper{	position: fixed;    width: calc(100% - 40px);    background-color: #efefef;    margin-left: 15px;    /* border-radius: 3px; */    z-index: 1;    border-bottom: 1px solid #606060;    box-sizing: border-box;    -webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;    -ms-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    transition: all 0.2s linear;}.resource_financial_popup_header_wrapper.dock{	position: fixed;	top: 0px !important;    padding-left: 30px !important;    left: 0px !important;    width: 100% !important;    margin-left: 0px !important;    z-index: 3;}.resource_financial_button_wrapper{	position: absolute;    top: 20px;    right: 0px;}.resource_financial_popup_header_wrapper.dock .resource_financial_button_wrapper{	right: 50px;}.resource_financial_popup_header_wrapper.dock .status_report_table_title{	margin-left: 30px;}.POPUP_modal_scrollable .header_date 			  { width: 56px;  }.POPUP_modal_scrollable .header_date[colspan="2"] { width: 112px; }.POPUP_modal_scrollable .header_date[colspan="3"] { width: 168px; }.POPUP_modal_scrollable .header_date[colspan="4"] { width: 224px; }.POPUP_modal_scrollable .header_date[colspan="5"] { width: 280px; }.POPUP_modal_scrollable .header_date[colspan="6"] { width: 336px; }.POPUP_modal_scrollable .header_date[colspan="7"] { width: 392px; }.POPUP_modal_scrollable .header_date[colspan="8"] { width: 392px; }.POPUP_modal_scrollable .header_date[colspan="9"] { width: 392px; }.POPUP_modal_scrollable thead.clone_dock{	position: fixed;	top: 65px;    z-index: 500;}.POPUP_modal_scrollable .resource_financial_table, .resource_financial_table_expand{	table-layout: fixed;}.highlight_row{	background-color: #f5dcc7; }tr.highlight_row td{	background-color: #f5dcc7; }.freeze_cell{	position: sticky;	background-color:#efefef;	z-index: 100;}td.freeze_cell{	position: sticky;	background-color:#efefef;	z-index: 100;}td.status_report_table_total_cell.cell_actual.freeze_cell{	background-color: #eaefcc;}td.status_report_table_total_cell.cell_plan.freeze_cell{	background-color: #d5e4f0;}.freeze_header{	position: sticky;	z-index: 100;	top:65px;}.freeze_sub_header{	position:sticky;	z-index:100;	top:97px;}#last_start_cell.freeze_cell{    box-shadow: inset -2px 0px 0px #2e8daf;}#first_end_cell.freeze_cell{	box-shadow: inset 2px 0 0 #2e8daf;	}.freeze_button{	margin-top: -10px;	margin-right: 15px;	margin-bottom: -10px;	}.frozen_icon_blue{     background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Frozen/Icon_only/icon_frozen_w_blue.svg"); }.rsc_finger_wrp{	width: 1000px;}.pop_up .rsc_finger_wrp{	width: auto;	margin-left: 30px;	margin-right: 30px;	overflow-y: auto;	max-height: 525px;}.pop_up.plan_row_edit_popup{	width: auto;}.pop_up.plan_row_edit_popup .popup_content_wrap{	max-height:235px;	overflow-y: auto;	margin-bottom: 32px;}.pop_up.plan_row_edit_popup .popup_content_wrap#edit_demand_popup{	max-height: 300px;}.rsc_finger_wrp .DASH_pagetitle_buttons_wrapper{    float: right;    margin-top: 30px;}.rsc_finger_wrp > div {    display: inline-block;    vertical-align: top;    margin-right: 15px;    margin-top: 15px;}.rsc_finger_wrp .DASH_list_table tbody tr:first-child td {    color: white;}.pam_acc_wrapper{    cursor: pointer;}.pam_acc_tick{    position: absolute;    top: -9px;    right: 9px;}.pam_acc_wrapper .previous_accolade_link,.accolade_wrapper .previous_accolade_link{    display :none    }.pam_tmp_acc_popup_wrap{    overflow-y: scroll;    overflow-x: hidden;    width: 100%;    height: 331px;}.pam_tmp_del_acc_btn{	position: absolute;	top: -16px;	right:0px;	cursor: pointer;}.pam_tmp_del_acc_btn:hover{	background-color: #ff8a00 !important;}.pam_tmp_title_edit_btn{	position:absolute;	top: 5px;	right: 0px;	cursor: pointer;}.pam_tmp_title_edit_btn:hover{	background-color: #ff8a00 !important;}.pam_tmp_title_edit_wrapper{	width: calc(100% - 60px);	display: inline-block;	vertical-align: top;}.pam_tmp_title_non_edit .pam_tmp_title_accept, .pam_tmp_title_non_edit .pam_tmp_title_cancel, .pam_tmp_title_non_edit .pam_tmp_title_edit_wrapper{	display: none;}.pam_tmp_title_edit .pam_tmp_title_edit_btn{	display: none;}.pam_tmp_title_cancel, .pam_tmp_title_accept{	cursor: pointer;	float:right;}input[type="checkbox"] ,input[type="radio"] {    display:none;}input[type="checkbox"] + label span , input[type="radio"] + label span {    display:inline-block;    width:19px;    height:19px;    box-sizing: border-box;    border: 1px solid #adadad;    margin:-2px 7px 0 0;    vertical-align:middle;    background-color: #ffffff;    cursor:pointer;    border-radius:3px;    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick_Login/Icon_only/icon_tick_login_white.svg');}input[type="checkbox"]:checked + label span ,input[type="radio"]:checked + label span {    background-color: #ff8a00;}input[type="checkbox"] + label ,input[type="radio"] + label {/*     margin-right: 15px; *//*     vertical-align: bottom; */    color: #606060;    /* margin-right: 15px; */    vertical-align: top;    display: inline-block;}.form_checkbox_wrap{	margin-bottom: 15px;	}/* Forms Wrapper*/.form_field_wrapper {    position: relative;    min-height: 62px;}.prop_settings_table .form_field_wrapper, .FORM_editor_status_map_block .form_field_wrapper, table .form_field_wrapper  {    min-height: 0px;}.form_field_prompt {    font-weight: bold;    margin-bottom: 3px;}.form_required_fld {    color: #9e0b16;}.form_field_req_fill {    height: 30px;}.form_field_req_fill_txt {    height: calc(100% - 35px);}table .form_field_req_fill_txt {    height: calc(100% - 4px);}.FORM_fields_table .form_checkbox_wrap{  margin-bottom: 0px;}.form_field_req_fill_attachment{	height: calc(100% - 18px);}.form_table_button_wrapper .form_field_req_fill{	height: 24px;	margin-top: 1px;}.form_table .clone_dock{		position: fixed;    z-index: 300;    width: calc(100% - 30px);    display: table;    top: 60px;}.form_field_req_fill, .form_field_req_fill_txt, .form_field_req_fill_attachment, .form_field_req_fill_table_popup,.form_field_req_fill_userselector {    width: 3px;    position: absolute;    border-radius: 3px 0px 0px 3px;    background-color: #9e0b16;}.wrapper_read_only .form_field_req_fill, .wrapper_read_only .form_field_req_fill_txt, .wrapper_read_only .form_field_req_fill_table_popup,.wrapper_read_only .form_autocomplete_btn,.wrapper_read_only .form_date_field_btn{	display: none;}.form_autocomplete_fld_Edit, .form_autocomplete_fld {    width: 100%;    margin-right: 5px;    display: inline-block;    vertical-align: top;}.open_autocomplete_btnwrap{	display: inline-block;    width: 10%;    box-sizing: border-box;    padding: 10px;    vertical-align: top;    margin-top: 100px;}.open_autocomplete_wrap{	margin-bottom: 15px;}.open_autocomplete_wrap .POPUP_autocomplete_btnwrap{	margin-top: 24%;}.open_autocomplete_title{	font-size:26px;}.open_autocomplete_title > .form_field_prompt{	font-weight: normal;	margin-bottom: 7px;}.open_autocomplete_select_title{	width: 100%;	display: block;    color: #606060;    font-size: 16px;}.form_autocomplete_btn {/*     display: inline-block;    background-position-x: 3px !important;    cursor: pointer;    background-color: #ff8a00; */    height: 26px;    width: 26px;    box-sizing: border-box;    background-repeat: no-repeat;    background-position: center center;    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_notes.svg);    cursor: pointer;    position: absolute;    right: 3px;    background-color: #ff8a00;    top: 2px;}.form_field_prompt ~ div .form_autocomplete_btn{    top: 18.6px;}.ac_create_form_wrap{    max-height: 435px;    overflow-y: scroll;    padding-right: 16px;}.form_text_field_Edit, .form_text_field,.form_text_area_Edit, .form_text_area,.wkflow_action_select_Edit, .wkflow_action_select,.form_autocomplete_fld_Edit, .form_autocomplete_fld,.form_drop_down_Edit, .form_drop_down,.form_date_field_Edit, .form_date_field{    border: 1px solid #adadad;    line-height: 22px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    padding-left: 7px;    padding-right: 7px;    background: #ffffff;    box-sizing: border-box;    height: 30px;    color: #606060;    margin-bottom: 15px;    box-shadow: none;    font-size: 12px;}.component_placeholder{	background-color: #adadad;    min-width: 40%;    height: 30px;    display: inline-block;    border-radius: 3px;}.form_text_field_NonEdit {    border: none !important;    margin-left: -7px !important;    padding: 7px;    min-height: 30px;    width: 100%;    margin-bottom: 15px;}.read_only .dropzone{	border: none;}.form_text_field_Edit {    min-height: 30px;    width: 100%;}input.failed_validation, .failed_validation>input, .failed_validation > .dropzone, select.failed_validation, textarea.failed_validation{	border-color: #9e0b16;/* 	background-color: rgba(158, 11, 22, 0.5); *//* 	color: #fff; */}.failed_validation>div.team_member_silhouette_square{	background-color: rgba(158, 11, 22);}input[type="checkbox"] + label span > failed_validation{/* 	border-color: rgba(158, 11, 22, 0.5); */}.form_date_field_Edit{    min-height: 30px;    width: 110px;    margin-right: 5px;    display: inline-block;    vertical-align: top;    padding-right: 30px;}.form_date_field_btn {    display: inline-block;    vertical-align: top;    height: 26px;    width: 26px;    box-sizing: border-box;    background-repeat: no-repeat;    background-position: center center;    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_table.svg);    cursor: pointer;    position: absolute;    left: 80px;    background-color: #ff8a00;    top: 2px;}.form_field_prompt ~ div .form_date_field_btn{    top: 18.6px;}.prop_pane_field_wrapper .form_field_prompt ~ div .form_date_field_btn{    top: 2px;}.prop_pane_field_wrapper .form_date_field_btn {    left: 245px;}table .form_text_field_Edit, table .form_text_field,table .form_text_area_Edit, table .form_text_area,table .wkflow_action_select_Edit, table .wkflow_action_select,table .form_drop_down_Edit, table .form_drop_down{    width: 100%;    margin: 0;}table .form_text_field_NonEdit{	border: none !important;    padding: 5px;    margin-left: 0 !important;    margin-bottom: 0 !important;    line-height: 22px;}table .form_autocomplete_fld_Edit, table .form_autocomplete_fld,table .form_date_field_Edit, table .form_date_field {    margin: 0;}table .form_drop_down_Edit, table .form_drop_down{	white-space: nowrap;	text-overflow: ellipsis;	padding-left: 5px;	/*padding-right: 0;  Commented out by NH 26/9/19: causing drop down arrow to be on top of text */ }.form_drop_down_Edit, .form_drop_down{	-webkit-appearance: none;	-moz-appearance: none;	padding-right: 30px;	max-width: 100%;	line-height: 30px;	cursor: pointer;}.form_drop_down_Edit::-ms-expand, .form_drop_down::-ms-expand{	display: none;}.prop_pane_field_wrapper .form_text_field_Edit, .prop_pane_field_wrapper .form_text_field, .prop_pane_field_wrapper .form_text_area_Edit, .prop_pane_field_wrapper .form_text_area, .prop_pane_field_wrapper .wkflow_action_select_Edit, .prop_pane_field_wrapper .wkflow_action_select, .prop_pane_field_wrapper .form_autocomplete_fld_Edit, .prop_pane_field_wrapper .form_autocomplete_fld, .prop_pane_field_wrapper .form_drop_down_Edit, .prop_pane_field_wrapper .form_drop_down, .prop_pane_field_wrapper .form_date_field_Edit, .prop_pane_field_wrapper .form_date_field{    display: inline-block;    max-width: 300px;    margin-bottom: 0;}.prop_pane_field_wrapper div .form_autocomplete_btn{    left: 300px;    right: unset;    top: 2px;} .form_select_wrapper::after{    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow.svg);    background-repeat: no-repeat;    background-color: transparent;    transform: rotate(90deg);    content: " ";    position: absolute;    background-position: center;    pointer-events: none;/*     background-size: 27px 18px; */    height: 20px;    width: 20px;    background-color: #ff8a00;    margin-top: 5px;    margin-left: -22px; }  .prop_settings_table .form_select_wrapper::after { 	margin-top: 1px; }/*#create_proj_form .form_select_wrapper {     top: 0px;} */ .form_text_field_NonEdit {    border: none !important;    margin-left: -7px !important;    padding: 7px;    min-height: 30px;    width: 100%;    margin-bottom: 15px;}  .form_text_area_Edit {    min-height: 107px;    width: 100%;} .edit_code_textarea {    min-height: 400px;    min-width: 468px;	margin: 15px 0px;	}/* .form_date_field_btn  *//* { *//*     display: inline-block; *//*     vertical-align: top; *//*     height: 30px; *//*     width: 30px; *//*     box-sizing: border-box; *//*     background-repeat: no-repeat; *//*     background-position: center center; *//*     background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Table/Icon_only/icon_table_w_orange.svg); *//* } */ .form_section_header_NonEdit{	font-size: 20px;    color: black;     padding-top: 10px;    margin-top: 30px;}.form_section_header_NonEdit div{    display:inline-block;}.form_section_header_NonEdit div.plus_silhouette_square, .form_section_header_NonEdit div.minus_silhouette_square{    width: 24px;    height: 24px;    background-color: #adadad;    float: right;    margin-top: -3px;}.form_section_header_NonEdit div.plus_silhouette_square:hover, .form_section_header_NonEdit div.minus_silhouette_square:hover{    background-color: #ff8a00;}.form_section_closed{	overflow: hidden;	height: 62px;}.form_section .sectionheader{    min-height:50px !important;}.form_section .minus_silhouette_square, .form_section .plus_silhouette_square {	cursor: pointer;}.form_section.form_section_closed>.form_field_wrapper:not(:first-child){    min-height: 0px !important;    max-height: 0px !important;    overflow: hidden;}/*dropzone file stuff*//*Drop Zone for Files */.dz-preview .dz-image {    width: 41px;    height: 36px;    position: relative;    background-repeat: no-repeat;    margin-left: auto;    margin-right: auto;}.dz-preview.dz-file-preview .dz-image {	}.dz-preview .dz-details{     width: 90px;    text-align: center;    margin-top: 5px;} .dz-preview .dz-details .dz-size {} .dz-preview .dz-progress  {      opacity: 1;    z-index: 1000;    pointer-events: none;    position: absolute;    height: 15px;    left: 15px;    top: 15px;    /* margin-top: -8px; */    width: 60px;    /* margin-left: -40px; */    background: rgba(255, 255, 255, 0.9);    -webkit-transform: scale(1);    border-radius: 3px;    overflow: hidden;}.dropzone { 	    min-height: 107px;    /* border: 2px solid rgba(0, 0, 0, 0.3); */    background: white;    padding: 15px 0px 0px 15px;    border: 1px solid #adadad;    border-radius: 3px;    margin-bottom: 15px;}.dz-preview {       position: relative;    display: inline-block;    vertical-align: top;    /* margin-top: 5px; */    margin: 10px 15px 15px 0px;    /* min-height: 100px; */}.dz-preview:hover .dz-image img {	}.dz-message {    text-align: center;  margin: 2em 0;  font-size: 16px;  color: #adadad;  float: right;  margin-right: 15px;  }    .dz-preview .dz-details .dz-filename { 	white-space: nowrap;     height: 14px;}.dz-preview .dz-details .dz-filename:hover span {    background-color: #114d78;    color: #ffffff;    padding: 10px;    border-radius: 3px;    z-index: 10000;    position: absolute;    left: -50%;    text-align: left;}.dz-preview .dz-details .dz-filename:not(:hover) {	overflow: hidden;	text-overflow: ellipsis; }          .dz-preview .dz-details .dz-filename:not(:hover) span {  }.dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {        background-color: #ffffff;        padding: 0 0.4em;        border-radius: 3px; }      .dropzone, .dropzone * {  box-sizing: border-box;}.dropzone.dz-clickable{  cursor: pointer;}.dropzone.dz-clickable *{  cursor: default;}.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{  cursor: pointer;}.dropzone.dz-started .dz-message{  display: none;}.dropzone.dz-drag-hover{  border-style: solid;}.dropzone.dz-drag-hover .dz-message{    opacity: 0.5;}.dropzone .dz-preview:hover{  z-index: 1000;}.dropzone .dz-preview:hover .dz-details{    opacity: 1;}.dropzone .dz-preview.dz-file-preview .dz-details{  opacity: 1;}.dropzone .dz-preview.dz-image-preview{  background: white;}.dropzone .dz-preview.dz-image-preview .dz-details{    -webkit-transition: opacity 0.2s linear;    -moz-transition: opacity 0.2s linear;    -ms-transition: opacity 0.2s linear;    -o-transition: opacity 0.2s linear;    transition: opacity 0.2s linear;}.dropzone .dz-preview .dz-remove{  font-size: 14px;  text-align: center;  display: block;  cursor: pointer;  border: none;}.dropzone .dz-preview .dz-remove:hover{    text-decoration: underline;}.dropzone .dz-preview:hover .dz-details{  opacity: 1;}.dropzone .dz-preview .dz-image img{  display: block;}.dropzone .dz-preview.dz-success .dz-success-mark{  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);}.dropzone .dz-preview.dz-error .dz-error-mark{  opacity: 1;  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);}.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{  pointer-events: none;  opacity: 0;  z-index: 500;  position: absolute;  display: block;  top: 50%;  left: 50%;  margin-left: -27px;  margin-top: -27px;}.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{  display: block;  width: 54px;  height: 54px;}.dropzone .dz-preview.dz-processing .dz-progress{  opacity: 1;  -webkit-transition: all 0.2s linear;  -moz-transition: all 0.2s linear;  -ms-transition: all 0.2s linear;  -o-transition: all 0.2s linear;  transition: all 0.2s linear;}.dropzone .dz-preview.dz-complete .dz-progress{  opacity: 0;  -webkit-transition: opacity 0.4s ease-in;  -moz-transition: opacity 0.4s ease-in;  -ms-transition: opacity 0.4s ease-in;  -o-transition: opacity 0.4s ease-in;  transition: opacity 0.4s ease-in;}.dropzone .dz-preview:not(.dz-processing) .dz-progress{  -webkit-animation: pulse 6s ease infinite;  -moz-animation: pulse 6s ease infinite;  -ms-animation: pulse 6s ease infinite;  -o-animation: pulse 6s ease infinite;  animation: pulse 6s ease infinite;}.dropzone .dz-preview .dz-progress .dz-upload{  background: #333;  background: linear-gradient(to bottom, #666, #444);  position: absolute;  top: 0;  left: 0;  bottom: 0;  width: 0;  -webkit-transition: width 300ms ease-in-out;  -moz-transition: width 300ms ease-in-out;  -ms-transition: width 300ms ease-in-out;  -o-transition: width 300ms ease-in-out;  transition: width 300ms ease-in-out;}.dropzone .dz-preview.dz-error .dz-error-message{  display: block;}.dropzone .dz-preview.dz-error:hover .dz-error-message{  opacity: 1;  pointer-events: auto;}.dropzone .dz-preview .dz-error-message{  pointer-events: none;  z-index: 1000;  position: absolute;  display: block;  display: none;  opacity: 0;  -webkit-transition: opacity 0.3s ease;  -moz-transition: opacity 0.3s ease;  -ms-transition: opacity 0.3s ease;  -o-transition: opacity 0.3s ease;  transition: opacity 0.3s ease;  border-radius: 8px;  font-size: 13px;  top: 80px;  left: -25px;  width: 140px;  background: #9e0b16;  padding: 0.5em 1.2em;  color: white;}.dropzone .dz-preview .dz-error-message:after{  content: '';  position: absolute;  top: -6px;  left: 64px;  width: 0;  height: 0;  border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-bottom: 6px solid #be2626;}/* FORMS PAGE */.form_title{	color: #ffffff;} .DASH_doc_area {    background: #ffffff;    padding-bottom: 15px;    margin-bottom: 30px;    border-radius: 0px 0px 3px 3px;}.DASH_doc_wrap {    width: calc(100% - 30px);    margin-left: 15px;    margin-top: 15px;}.DASH_doc_remove {    height: 20px;    width: 20px;    position: absolute;    top: -8px;    left: 58px;    border-radius: 100px;    cursor: pointer;    box-sizing: border-box;    background-color: #606060;    background-position: center center;    background-repeat: no-repeat;    background-size: 16px 16px;    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cross/Icon_only/icon_cross_white.svg);}.form_hidden_element{	display: none;}.form_hidden_element ~ .table_hide_row_button {    margin-top: 5px;}.wkflw_btn_wrapper_horz {    position: absolute;    right: 0px;    margin-top: 15px;    top: 0px;}.flydown_menu_button.approval_btns_horz {    background-color: white;    display: inline-block;    vertical-align: top;    margin-left: 5px !important;    margin-top: 5px;}#PSR_subtitle{	padding-bottom: 15px;	border-bottom: 1px solid #adadad;	margin-bottom: 25px;}.PSR_subtitle_label{	font-weight: bold;	padding-left: 10px;}.PSR_subtitle_label:first-of-type{	padding-left: 0px;}.PSR_export{	position: absolute;    top: 0px;    right: 20px;    justify-content: space-around;    align-items: center;}.PSR_popup_label {    vertical-align: middle;    display: inline-block;}.PSR_popup_indicator {    vertical-align: middle;    position: absolute;    right: 15px;    top: 10px;}.PSR_popup_row {    padding: 15px;    border-bottom: 1px solid rgba(173, 173, 173, 0.5);    position: relative;}.PSR_popup_row:last-of-type {    border-bottom: 0px;}.open_form_page_link{	float: right;    margin-bottom: 2px;    margin-right: 10px;    margin-top: -14px;}.wfl_btns_wrap{	display: inline-block;}.project_overview_doc_wrapper{    display: inline-block;    padding: 15px;    margin-left: 15px;    width: 120px;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;}.project_overview_doc_wrapper .office_excel_icon,.project_overview_doc_wrapper .office_word_icon,.project_overview_doc_wrapper .office_ppt_icon,.project_overview_doc_wrapper .blank_generic_icon{    width: 30px;    height: 30px;    margin: 0 auto;    margin-bottom: 7px;    display: block;}.project_overview_doc_wrapper div{    display: inline;    text-overflow: ellipsis;}input[type=range].wkfl_zoom_btn{  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */  background-color: #ffffff;  border-radius: 100px;  border: 1px solid #adadad;  height:18px;}input[type=range].wkfl_zoom_btn::-webkit-slider-thumb {  -webkit-appearance: none;   background: #adadad;   height: 18px;   width: 18px;   border-radius: 100px;}.wkfl_zoom_btn{   position: absolute;   top: 60px;   left: 30px;}.wkfl_zoom_btn{   position: absolute;   top: 40px;   left: 5px;}#POPUP_modal_content .wkfl_zoom_btn {    top: 95px;    left: 40px;}.graphical_view{	background-color: #ffffff;	position: relative;	height: 600px;	width: 940px;	max-width: calc(100vw - 30px);	overflow:scroll;}.full_screen_pop_up .popup_content_wrap.graphical_view{	height: calc(100vh - 210px);	width: calc(100vw - 60px);}.full_screen_pop_up .wkfl_zoom_btn{	top: 60px;	left: 30px;}@media only screen and (max-width: 1280px), only screen and (max-height: 1024px){	.full_screen_pop_up .popup_content_wrap.graphical_view	{		height: calc(100vh - 145px);		width: calc(100vw - 30px);	}}#wkflcnvswrap{	display:block;}.field_help {    height: 12px;    width: 12px;    background-color: #adadad;    display: inline-block;    border-radius: 20px;    margin-left: 4px;    vertical-align: top;    cursor: help;}.form_userselector_wrap{/* 	padding-left: 5px; */}.form_userselector_wrap .p_w {    display: inline-block;    position:relative;    margin-right: 10px;}.form_userselector_wrap .p_w:not(:last-child):after {    content:",";    position:absolute;    right:-3.5px;    top:6.5px;}.form_userselector_wrap:first-child{/*     width: calc(100% - 37px); */    display:inline-block;   }.form_userselector_wrap > div:nth-child(2){    display: inline-block;    cursor:pointer;}.form_userselector_wrap > div:nth-child(1){/*     width: calc(100% - 37px); */    display:    inline-block;/*     margin-right: 7px; */}.form_field_wrapper input ~ .tgs{	margin-bottom: 15px;    margin-top: -10px;}.form_field_help_tooltip:after {	content: attr(form_tooltip);	position: absolute;    padding: 4px 8px;    color: #606060;    background: #f0f0f0;    -moz-border-radius: 3px;    border-radius: 3px;    -moz-box-shadow: 0px 0px 4px #222;    box-shadow: 0px 0px 4px #222;    font-size: 11px;    position: absolute;    top: 27px;    line-height: 20px;    z-index: 100000;    left: 16px;    width: calc(100% - 32px);}.form_toggle_all_wrapper{	display: inline-block;    vertical-align: top;    margin-left: 6px;}.form_toggle_all_wrapper div{	display: inline-block;	cursor: pointer;	user-select: none;	vertical-align: top;}.form_toggle_all_wrapper .form_tgl_txt{	margin-top: 5px;	color: #ff8a00;}.form_toggle_all_wrapper .form_tgl_txt:hover{	color: #ee7000;}.form_toggle_all_wrapper .tgl_btn{	background-color: #ff8a00;}.form_toggle_all_wrapper .tgl_btn:hover{	background-color: #ee7000;}.form_section_selector_wrap{    position: sticky;    top: 0px;    background-color: white;    z-indeX: 2;}.form_section_selector_wrap .flydown_menu_items{	right: 32px;	min-width: calc(100% - 52px);}.form_section_selector_title_wrap{	width: calc(100% - 30px);	display: inline-block;}.form_section_selector_title{	width: calc(100% - 24px);	display: inline-block;	cursor: pointer;	margin-bottom: 8px;}.form_section_selector_title_info{	float:right; }.form_section_selector{	transform: rotate(90deg);    display: inline-block;    cursor: pointer;}.form_static_wrapper{	height: calc(100vh - 262px);    overflow: hidden;}.form_scrollable_wrap{    max-height: 100%;    overflow-y: auto;    overflow-x: hidden;    height: 100%;    padding-right: 16px;}/*Workflow Button Grouping*/.wfl_btn_overflow .wfl_btn_grp_wrapper, .wfl_btn_overflow .approval_btns_horz{	display: none;}.wfl_btn_overflow .wfl_btn_grp_save_wrapper, .wfl_btn_overflow .wfl_btn_grp_save_wrapper .approval_btns_horz{	display: inline-block;}.wfl_btn_overflow:hover .single_grp .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper){	display: block;	height: auto;    overflow: visible;    background-color: #efefef;    z-index: 12;    position: absolute;    width: calc(100% + 0px);    margin: 0px;    outline: 1px solid #adadad;    padding: 4px;    border-radius: 6px;    top: 0px;    left: 0px;}.wfl_btn_overflow:hover .single_grp .wfl_btn_grp_wrapper .wfl_btn_grp_title{	visibility: visible;	margin: -10px auto;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt.single_grp .wfl_btn_grp_expand{	height: fit-content;}.wfl_btn_overflow:hover .wfl_btn_grp_title, .wfl_btn_overflow:hover .wfl_btn_grp_avail_actions{	visibility: hidden;}.wfl_btn_overflow:hover .wfl_btn_grp_expand > div{	display: block;}.wfl_btn_grp_wrapper{	outline: 1px solid #adadad;	min-width: 75px;	height: 30px;	border-radius: 6px;	padding: 8px;	margin-left: 8px;	position: relative;	vertical-align: top;	display: inline-block;	margin-bottom: 12px;}.no_expand .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper){	margin-top: -7px;    height: 44px;}.no_expand .wfl_btn_grp_wrapper .wfl_btn_grp_expand .primary_button.approval_btns_pad{	margin-top: 0px;	display: inline-block;	margin-right:8px;}.no_expand .wfl_btn_grp_wrapper .wfl_btn_grp_expand .primary_button.approval_btns_pad:last-child{	margin-right: 0px;}.wfl_btn_grp_overflow_wrapper{	outline: 1px solid #adadad;	min-width: 75px;	height: 30px;	border-radius: 6px;	padding: 8px;	position: relative;	vertical-align: top;	display: inline-block;	margin-bottom: 12px;}.wfl_btn_grp_save_wrapper{	outline: none;	min-width: 0px;	padding: 0px;	margin-right: 0px;	float: right;}.wfl_btn_grp_save_wrapper .wfl_btn_grp_expand{	margin-top: 0px;}.wfl_btn_grp_expand{	height: 30px;	width: 100%;	overflow: hidden;    margin-top: 14px;    text-align: center;}.wfl_btn_grp_expand .approval_btns_pad:first-child{	margin-top: 0px;}.wfl_btn_grp_expand .approval_btns_pad {	display: block;}.wfl_btn_grp_wrapper:hover{    z-index: 12;    position: relative;    background-color: #efefef;}.wfl_btns_wrap:not(.no_expand)>.wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_expand {    height: auto;    overflow: visible;    background-color: #efefef;    z-index: 12;    position: absolute;    width: calc(100% + 0px);    margin: 0px;    outline: 1px solid #adadad;    padding: 4px;    border-radius: 6px;    top: 0px;    left: 0px;}.wfl_btns_wrap.single_grp:not(.no_expand):hover .wfl_btn_grp_wrapper{    position: relative;    margin-bottom: 0px;}.wfl_btns_wrap.single_grp:not(.no_expand):hover .wfl_btn_grp_wrapper.wfl_btn_grp_save_wrapper{	display: inline-block;}.wfl_btns_wrap.single_grp:not(.no_expand):hover .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper) .wfl_btn_grp_expand{    height: auto;    overflow: visible;    background-color: #efefef;    z-index: 12;    position: absolute;    width: calc(100% + 0px);    margin: 0px;    outline: 1px solid #adadad;    padding: 12px 4px;    border-radius: 6px;    top: 0px;    left: 0px;}.wfl_btns_wrap.single_grp:not(.no_expand):hover .wfl_btn_grp_title {    z-index: 13;}.wfl_btn_grp_wrapper.wfl_btn_grp_save_wrapper:hover .wfl_btn_grp_expand{	height: 100%;	outline: none;	margin: 0px;	padding: 0px;	width: 100%;}	.wfl_btn_grp_wrapper:hover .wfl_btn_grp_title{    z-index: 13;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper{    display: block;    margin-left: 0px;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp){    height: fit-content;    z-index: 12;    background-color: #efefef;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper .wfl_btn_grp_title,.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper .wfl_btn_grp_avail_actions{    visibility: visible;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper .wfl_btn_grp_avail_actions{    padding-top: 2px;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_expand {    height: auto;    overflow: visible;    background-color: #efefef;    z-index: 12;    position: absolute;    width: 120%;    margin: 0px;    outline: 1px solid #adadad;    padding: 8px;    border-radius: 6px;    top: 0px;    left: -10%;    box-shadow: darkgrey 0px 0px 5px 1px;    padding-top:16px;    padding-bottom: 16px;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_title {    border-radius: 100px;    box-shadow: #efefef 0px -5px 10px 4px;}.wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_avail_actions{    display: none;}.wfl_btn_grp_title{    width: fit-content;    margin-top: -14px;    background-color: #efefef;    padding: 0 4px;    font-weight: bold;    position: relative;    margin: -14px auto;}.wfl_btn_grp_avail_actions{	color: #ff8a00;    height: 30px;    padding-top: 2px;    text-align: center;    font-size: 11px;    font-style: italic;}.wfl_btn_grp_wrapper:hover .wfl_btn_grp_avail_actions{	visibility: hidden;    height: 0px;}.wfl_btn_grp_wrapper:hover .wfl_btn_grp_len{	display :none;}.wfl_btn_grp_1 .flydown_menu_button.approval_btns_horz{	margin-top: 0px;}/*Form Popup CSS*/.form_popup  .popup_content_wrap.popup_dash{	overflow: hidden;	max-height: calc(100vh - 143px);}.form_popup .form_static_wrapper{	height: calc(100vh - 341px);}.form_popup .wfl_btn_grp_title, .form_popup .wfl_btn_grp_len, .form_popup .wfl_btn_grp_wrapper, .form_popup .wfl_btn_grp_wrapper:hover .wfl_btn_grp_expand,.form_popup .wfl_btn_overflow:hover .single_grp .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper),.form_popup .wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp) .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_expand,.form_popup .wfl_btns_wrap.single_grp:not(.no_expand):hover .wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper) .wfl_btn_grp_expand,.form_popup .wfl_btn_overflow:hover .wfl_btn_overflow_tgt:not(.single_grp),.form_popup .wfl_btns_wrap:not(.no_expand)>.wfl_btn_grp_wrapper:not(.wfl_btn_grp_save_wrapper):hover .wfl_btn_grp_expand{	background-color: white;}.wfl_btn_overflow_tgt{    outline: 1px solid #adadad;    min-width: 75px;    height: 30px;    border-radius: 6px;    padding: 8px;    margin-left: 8px;    position: relative;    vertical-align: top;    display: inline-block;    margin-bottom: 12px;}.wfl_btn_overflow_tgt .wfl_btn_grp_avail_actions{	padding-top: 16px;}.ai_suggestion_btn{	margin-top: -8px;	position: relative;    display: inline-block;    top: 5px;    cursor: pointer;    height: 18px;    width: 18px;    background-color: #adadad;}.ai_suggestion_btn:hover{	background-color: #ee7000;}.ai_prompt_suggestion{	white-space: break-spaces;}.ai_prompt_suggestion .form_text_field_NonEdit{	max-height: 300px;	overflow-y: auto;}@media only screen and (max-width: 1280px), only screen and (max-height: 1024px){	.form_popup .form_static_wrapper	{		height: calc(100vh - 203px);	}			.form_popup.full_screen_pop_up .close_btn	{		top: 0px;		right:0px; 	}}.ragselector_wrapper .minor_rag_option_wrapper{	left: 30px;}.ragselector_wrapper .major_rag_option_wrapper{	left: 90px;}.ragselector_wrapper.include_grey .minor_rag_option_wrapper.is_open, .ragselector_wrapper.include_grey .major_rag_option_wrapper.is_open{	width: 119px;	border: 1px solid rgb(198, 211, 220);}.ragselector_wrapper .minor_rag_option_wrapper.is_open, .ragselector_wrapper .major_rag_option_wrapper.is_open{	width: 86px;	border: 1px solid rgb(198, 211, 220);}.ragselector_wrapper .minor_rag_option_wrapper, .ragselector_wrapper .major_rag_option_wrapper{	width: 0px;	border: 0px solid rgb(198, 211, 220);}.minor_rag_red.ragselector_wrapper, .minor_rag_amber.ragselector_wrapper, .minor_rag_green.ragselector_wrapper, .minor_rag_grey.ragselector_wrapper,.major_rag_red.ragselector_wrapper, .major_rag_amber.ragselector_wrapper, .major_rag_green.ragselector_wrapper, .major_rag_grey.ragselector_wrapper{	cursor: pointer;}/* Team Profile */.team_member_container{	 display: inline-block;      vertical-align: top;      position: relative;     text-align: center;    margin-bottom: 15px;    margin-right: 15px;    margin-top: 15px;    text-indent: 0px;}.team_member_picture{  	display: inline-block;    width: 70px;    height: 70px;    border-radius: 200px;    background-color: #efefef;    box-sizing: border-box;    border: 1px solid #606060;    background-repeat: no-repeat;    background-size: cover;    background-position: center center;    margin-left: auto;    margin-right: auto;    cursor: pointer;}.team_member_picture:hover{	border-color: #ff8a00;}.team_member_name{    margin-top: 7px;    text-align: center;    width: 90px;    left: -5px;    font-size: 12px;    color: #606060;    word-break: normal;    word-wrap: break-word;}#team_heat_map .results_table {    table-layout: fixed;    width: 100%;    margin-left: 0;    margin-top: 0px;    border-radius: 3px;    border-spacing: 0px;    float: left;    display: inline-block;}#team_heat_map .results_table_header_row {    border-collapse: collapse;    background: #e6e6e6;    color: #5e5e5e;    font-family: Arial;    font-size: 16px;    font-weight: bold;    height: 43px;    margin-top: 20px;    padding-left: 10px;    font-weight: 400;}#team_heat_map .results_table tr td:first-child {    padding-left: 5px;    box-sizing: border-box;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden !important;}#team_heat_map .results_table tr td:nth-child(1) {    border-left: none;}#team_heat_map .results_table tr td:first-child {    border-left: none;    min-width: 15px;    width: 591px;    height: 39px;    border-right: 1px solid rgba(255,255,255, 0.45);    text-overflow: ellipsis;    overflow-x: hidden;    white-space: nowrap;}#team_heat_map .super_subheader {    background-color: #303030 !important;    min-width: 34px;    -webkit-transition: all .7s ease;    -moz-transition: all .7s ease;    transition: all .7s ease;}#team_heat_map .results_table_subheader_cell_blank, #team_heat_map .results_table_subheader_cell, #team_heat_map .super_subheader, #team_heat_map .second_subheader {    padding: 0px 2px 0px 2px;    border-bottom: 1px solid #efefef;    color: rgba(255, 255, 255, 0.8);    font-family: Arial;    font-size: 10pt;    font-weight: 400;    white-space: nowrap;    height: 38px;    line-height: 38px;    background-color: #f2f2f2;}#team_heat_map .results_table tr td:nth-child(n+2) {    border-left: 1px solid rgba(255,255,255, 0.45);    height: 39px;    width: 39px;    min-width: 39px;    max-width: 39px;    /* min-height: 39px; */    max-height: 39px;    box-sizing: border-box;}#team_heat_map .results_table_header_cell_right {    border-left: 1px solid #e6e6e6 !important;    width: 35px;}#team_heat_map .results_table_header_cell_right {    text-align: left;    width: 80px;    padding: 5px 5px 5px 5px;    width: 30px;    margin: 0;    padding: 0;}#team_heat_map .results_table_header_cell_collapse, #team_heat_map .results_table_header_cell, #team_heat_map .results_table_header_cell_right {    white-space: nowrap;    /* background: url(../images/section_header_background.jpg); */    background: #e6e6e6;    position: relative;    padding-top: 20px !important;}#team_heat_map .column_head_date {    font-size: 12px;    position: absolute;    top: 5px;    left: 0px;    z-index: 5;}#team_heat_map .noneditable_result_cell {    background-color: #dcdcdc;}#team_heat_map .column_head_number {    font-size: 12px;}#team_heat_map .under_allocated {background-color: #579F91;}#team_heat_map .fully_allocated {background-color: #0f2c4b;color: #fff;}#team_heat_map .over_allocated {background-color: #9e0b16;color: #fff;}#team_heat_map .team_heatmap_button{position: absolute;top: -43px;right:15px;}/*My Team*/.team_link_label{    color: #fff;    text-shadow: 1px 1px #adadad;    font-size: 20px;    position: absolute;    bottom: 15px;    left: 15px;}.team_link_icon{	position: absolute;	bottom: 15px;	right: 15px;}#team_link_wrapper{    position: absolute;    width: 100%;    height: 100%;    background-size: cover;    background-repeat: no-repeat;    background-position: center center;    max-height: 260px;}#dashboard{    min-height: 100vh;    width:100%;    padding-top:15px;    position: relative;    transition: all 600ms ease-in-out;}/*.DASH_dashboard_wrapper{	padding-top: 70px;	min-height: 100vh;	min-width: calc(100vw - 30px);	display:none;	 -webkit-transition: margin 600ms ease-in-out;    transition: margin 600ms ease-in-out;}*/.DASH_dashboard_wrapper:after {    content: ".";    display: block;    clear: both;    visibility: hidden;    line-height: 0;    height: 0;}.DASH_hdr_btn_wrap{	position: fixed;    right: 200px;    top: 10px;    height: 26px;    z-index: 1400;    margin-right: 10px;    padding-right: 8px;    cursor: pointer;    animation: show_hdr_btns 2000ms;}.DASH_hdr_btn_wrap > div[tooltip]:hover:after{    animation: ttipfade 2s forwards; }.SSU .DASH_hdr_btn_wrap{	right: 139px;}.SSU.WORKSPACE_INVITE .DASH_hdr_btn_wrap{	right: 190px;}.PDF_preview .DASH_hdr_btn_wrap {    display:none;    }@keyframes show_hdr_btns  {	from	{opacity: 0;}	to 	{opacity: 1;}}.DASH_pencil_btn, .DASH_share_btn, .DASH_time_btn, .DASH_tutorial_btn{	height: 40px;    width: 40px;    margin-top: 0px;    margin-left: 5px;    display:inline-block;        border-radius: 20px;    background-position: center;    background-repeat: no-repeat;    vertical-align:top;}.WORKSPACE_INVITE .DASH_tutorial_btn{	margin-top: 1px;}.DASH_share_btn{	display: none;	position: relative;}.DASH_share_btn .POPUP_flydown{	right: 0px;}.ENT .DASH_pencil_btn, .ENT .DASH_share_btn, .ENT .DASH_time_btn {	    display:inline-block;    	}.DASH_pencil_btn {    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Icon_only/icon_edit_white.svg');}  .DASH_share_btn {    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Share/Icon_only/icon_share_white.svg');}.DASH_tutorial_btn{	/*background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Educate/Icon_only/icon_educate_white.svg');*/	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Library/Icon_only/icon_library_white.svg');}.DASH_tutorial_chooser .flydown_menu_items div{    margin: 4px 15px 0px 15px;    padding: 0px;    border-bottom: 1px solid #ff8a00;    display: block;    line-height: 30px;    cursor: pointer;}.DASH_tutorial_chooser .flydown_menu_items div:last-child{    border: none;}.DASH_tutorial_chooser .flydown_menu_items div:hover{	color: #ff8a00}.dash_help_menu_section div{    display: inline-block;    vertical-align: top;}.dash_help_menu_section_title{	font-weight: 800;	letter-spacing: -1px;	color: black;	font-size: 12px;}.dash_help_menu_link{	margin-left: 8px;}.dash_help_menu_link:hover{	color: #ee7000;}.dash_help_menu_link:hover .icon_30{	background-color: #ee7000;}.dash_help_menu_link .icon_30{	background-color: #adadad;}.dash_help_menu_link_title{	vertical-align: top;    margin-top: 9px;}.dash_help_menu_section{    color: #303030;    font-size: 16px;    margin-top: 8px;    line-height: 24px;}.DASH_time_btn {	height: 26px;    width: 26px;	border: 1px solid #ffffff;	margin-top: 0px;	margin-right: 4px;    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Time/Icon_only/icon_time_white.svg');}  /*.DASH_white_paper_width{	min-width:0px !important;	background-color: #ffffff;    max-width: 960px;    margin: 85px auto;    padding-top: 0px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: auto !important;}*//*.DASH_white_paper_width_landscape{	min-width:0px !important;	background-color: #ffffff;    max-width: 1550px;    margin: 85px auto !important;    padding-top: 0px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: auto !important;}*/ .DASH_white_full_width{	background-color: #ffffff;	width: 100%;	padding-bottom: 60px;}/*.col_preview_1 .col_wide_4, .col_preview_1 .col_wide_3, .col_preview_1 .col_wide_2, .col_preview_1 .col_wide_1{	width: calc(100% - 30px);}.col_preview_2 .col_wide_1{	width: calc(50% - 30px);}.col_preview_2 .col_wide_2, .col_preview_2 .col_wide_3, .col_preview_2 .col_wide_4{	width: calc(100% - 30px);}.col_preview_4 .col_wide_1{	width: calc(25% - 30px);}.col_preview_4 .col_wide_2{	width: calc(50% - 30px);}.col_preview_4 .col_wide_3{	width: calc(75% - 30px);}.col_preview_4 .col_wide_4{	width: calc(100% - 30px);}.row_high_1{	height: 32px;}.row_high_2{	height: 64px;}.row_high_3{	height: 96px;}.row_high_4{	height: 128px;}.row_high_5{	height: 160px;}.row_high_6{	height: 192px;}.row_high_7{	height: 224px;}.row_high_8{	height: 256px;}.row_high_9{	height: 288px;}.row_high_10{	height: 320px;}.row_high_11{	height: 352px;}.row_high_12{	height: 384px;}.row_high_13{	height: 416px;}.row_high_14{	height: 448px;}.row_high_15{	height: 480px;}.row_high_16{	height: 512px;}.row_high_17{	height: 544px;}.row_high_18{	height: 576px;}.row_high_19{	height: 608px;}.row_high_20{	height: 640px;}    @media only screen and (min-width: 1px) and (max-width: 568px) {    .col_wide_4, .col_wide_3, .col_wide_2, .col_wide_1 {        width: calc(100% - 30px);    }}@media only screen and (min-width: 569px) and (max-width: 1024px) {    .col_wide_4, .col_wide_2, .col_wide_1 {        width: calc(50% - 30px);    }    .col_wide_4, .col_wide_3, .col_wide_2 {        width: calc(100% - 30px);    }}@media only screen and (min-width: 1025px) {    .col_wide_1 {        width: calc(25% - 30px);    }    .col_wide_2 {        width: calc(50% - 30px);    }    .col_wide_3 {        width: calc(75% - 30px);    }    .col_wide_4 {        width: calc(100% - 30px);    }}*//*.col_wide_1, .col_wide_2, .col_wide_3, .col_wide_4 {    margin: 15px;    box-sizing: border-box;    min-height: 20px;    float: left;    position: relative;    border-radius: 3px;}*/.dashboard_warning{    margin-left: 5px;    line-height: 24px;    vertical-align: top;}/*Dashboard Menu items*/.DASH_menu_section_hdr{    position: relative;    height: 40px;    display: inline-block;}.DASH_menu_section_title{	display: inline-block;    position: absolute;    top: 10px;    font-size: 20px;    margin-left: 6px;    padding: 0px;    vertical-align: top;}#DASH_PPMA_dashboard_list_section{/* 	margin-right: 300px; */}.DASH_menu_item{	background-color: white;    color: #606060;    border-radius: 5px;    min-width: 300px;    display: inline-block;	margin-top: 15px;    height:40px;    vertical-align: middle;        overflow:hidden;    transition: border-bottom-left-radius,border-bottom-right-radius 1s ease-out;}.DASH_menu_item:hover {	border-bottom-left-radius:0px;	border-bottom-right-radius:0px;	border-left: 1px solid #ff8a00;	border-top: 1px solid #ff8a00;	border-right: 1px solid #ff8a00;}.DASH_menu_item:hover .DASH_menu_item_descr_wrapper{		min-height: 65px;	border-bottom: 1px solid #ff8a00;	border-left: 1px solid #ff8a00;	border-right: 1px solid #ff8a00;	margin-left: -1px;	z-index:6;}.DASH_menu_item_shared{	float: right;    margin-top: 5px;    margin-right: 0px;    background-color: #adadad;}.DASH_menu_item_edit{    background-color: white;    color: #606060;    border-radius: 5px;    min-width: 300px;    display: inline-block;    font-size: 16px;    height: 40px;    vertical-align: middle;	margin-top: 15px;	border-radius: 5px;}.DASH_menu_item_title{	margin-left: 5px;    color: #606060;    position: absolute;    display: inline-block;    font-size: 14px;    vertical-align: middle;    line-height: 40px;    overflow:hidden;    text-overflow: ellipsis;    width:200px;	}.DASH_menu_item_descr_wrapper{    overflow: hidden;    position: fixed;    width: 300px;    height:0;	min-height:0px;    background-color: white;    z-index:5;    margin-top:-6px;    border-bottom-left-radius: 5px;    border-bottom-right-radius:5px;    transition: min-height 1s ease-in-out;}.DASH_link_wrapper.child .DASH_menu_item_descr_wrapper{	width: 260px;}.DASH_menu_item_descr_icon_extension{	position: absolute;    width: 40px;    height: 65px;    background-color: #adadad;}.DASH_menu_item_descr{    overflow: hidden;    width: 190px;    height: 100%;    white-space: normal;    margin-left: 50px;    padding-right: 5px;}.DASH_menu_item_stats{    overflow: hidden;    text-align: center;    width: 40px;    background-color: #adadad;    display: inline-block;    color: white;    bottom: 5px;    position: absolute;    font-size: 12px;    white-space: normal;}.DASH_menu_item_subscribers{    text-align: center;    width: 40px;    height: 40px;    padding-top: 8px;    white-space: normal;    display: inline-block;    right: 12px;     top: 0px;    position: absolute;    margin-top: 3px;}.DASH_menu_item_sub_others{	font-size: 10px;    margin-left: 9px;    margin-top: 21px;}.DASH_menu_item_icon{    background-color: #adadad;    display: inline-block;    width:40px;    height:40px;    margin-right: 5px;    position: relative;    z-index: 1;}.DASH_edit_menu_section{    float: right;/*     overflow: auto; *//*     display: inline-block; *//*     vertical-align: top; *//*     min-height: 60px; */    margin-top:7px;}.DASH_edit_menu_section .dash_group_btn{	display: none;}.DASH_dashboard_edit_mode .dash_group_btn{	display: inline-block;}.DASH_menu_item_toolbar{	display: inline-block;	float: right;	height: 30px;}.DASH_menu_item_delete{	width: 40px;    height: 40px;    background-color: #adadad;    display: inline-block;}.DASH_menu_item_delete:hover{	background-color: #ff8a00;}.DASH_menu_item_grabber{    float: right;    width: 12px;    margin-right: 0px;    background-position: right 2px top;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGklEQVQIW2NkwAEYaSjx/////yDjMeyASQAAmgsH//UyRaoAAAAASUVORK5CYII=);}#new_dashboard_popup{	display: inline-block;}#new_dashboard_popup .title{	text-align: center;}#new_dashboard_popup .popup_content_wrap_wrp{	width: 100%;	padding-top: 30px;}#new_dashboard_popup .popup_content_wrap_wrp .popup_content_wrap{	display: flex;	width: 100%;}.DASH_title_edit_wrap{	display: inline-block;	padding-left:5px;}.DASH_title_edit_wrap .form_drop_down_Edit{	line-height:normal;}.DASH_title_edit_wrap::after{	margin-top: 8px !important;    top: auto !important;}.DASH_menu_item_edit_icon_wrapper{	display: inline-block;    vertical-align: middle;}.DASH_edit_pencil{	background-color: #adadad;	margin-bottom:8px;}.DASH_link_wrapper{}.child .DASH_menu_item{	min-width: 260px;}.child .DASH_menu_item_edit{	min-width:260px;}.DASH_menu_item_child{	width: 40px;	height: 31px;	display: inline-block;	position: relative}.DASH_menu_item_child::before{    content: " ";    border-left: 1px solid #adadad;    top: -22px;    width: 0px;    left: 20px;    height: 56px;    position: absolute;}.DASH_menu_item_child::after{    content: " ";    border-top: 1px solid #adadad;    top: 34px;    width: 20px;    left: 20px;    height: 0px;    position: absolute;    }.DASH_menu_item_notification{	min-width: 13px;    min-height: 13px;    background-color: #9e0b16;    position: absolute;    border-radius: 100%;    margin-left: -7px;    margin-top: 9px;    text-align: center;    font-size: 10px;    line-height: 13px;}.DASH_notification_message{	min-height: 48px;    position: fixed;    background-color: #579F91;    color: white;    top: 60px;    width: 100%;    z-index: 50;    text-align: center;    padding-top: 18px;    font-size: 12px;       left: 0px;}.DASH_notification_profile{	display:table !important;}.DASH_notificaiton_actor_name{	display:table-cell !important;	vertical-align:middle;}.DASH_notificaiton_txt{	padding-top: 7px;    margin-right: 5px;    margin-left: 7px;    padding-bottom: 15px;}.DASH_notificaiton_txt pre{	display:inline;		font-family: arial;	border: none;    background: transparent; }.DASH_notificaiton_txt span{	font-weight: bold;	}.DASH_note_wrapper{	margin-bottom: 15px;    margin-left: auto;    margin-right: auto;    width: 50%;    max-width: 600px;    transition: opacity 1s, height 0s;    opacity: 1;    overflow: hidden;}.DASH_notificaiton_profile{	margin: 0 auto;	}.DASH_notification_message .icon_24{	margin-left: 3px;	margin-bottom: 15px;		cursor: pointer;}#other_notifications_table tr{    background-color:white;    height:40px;}#other_notifications_table tr td{    padding:15px;    max-width:300px;	position: relative;}#other_notifications_table tr td .clearnote{	position: absolute;    right: 8px;    top: 21px;}#other_notifications_table tr:hover{    background-color: #ecba8f;    cursor: pointer;}#other_notifications_table{    margin-top:7px;    width:300px;    max-width:300px;    padding: 5px;}.DASH_menu_section_hdr .notification_bubble {    display:inline-block;    position: relative;    right: 0px;    margin-left: 114px;    margin-top: 6px;    opacity: 100;}#DASH_other_notification_list_section{    float:right;}#other_notifications_table div{    display:inline-block;}#other_notifications_table .profile_wrap{   width: 40px;   vertical-align: middle;}#other_notifications_table div:nth-child(2){    line-height: 24px;    vertical-align: middle;    word-wrap: normal;    white-space: normal;    width: 240px;    margin-left: 10px;    padding-right: 10px;}.note_quote{	font-size: 16px;}.DASH_close_notifications{	cursor: pointer;	position: absolute;    right: 15px;    top: 15px;}.fast_fade{	animation: fadehide .5s forwards;}.slow_fade{	animation: slowfade 10s forwards;}/*Content Defaults */.DASH_CA_content_wrap_white_15, .DASH_CA_content_wrap_white_0, .DASH_CA_content_wrap_trans_15, .DASH_CA_content_wrap_trans_0{	position: relative;	box-sizing: border-box;	width: 100%;	min-width: 124px;	border-radius: 0px 0px 3px 3px;}.DASH_portlet_content_wrapper, .DASH_CA_content_wrap_white_15, .DASH_CA_content_wrap_white_0, .DASH_CA_content_wrap_trans_15, .DASH_CA_content_wrap_trans_0{	position: relative;	box-sizing: border-box;	width: 100%;	min-width: 124px;	border-radius: 0px 0px 3px 3px;}.DASH_portlet_content_wrapper{	background-color: #ffffff;	padding: 15px;}.DASH_white_paper_width .DASH_portlet_content_wrapper{	background-color: #ffffff;	padding: 20px;}.DASH_CA_content_wrap_white_15, .DASH_CA_content_wrap_white_0{	background-color: #ffffff;}.DASH_white_full_width   .DASH_CA_content_wrap_white_15,.DASH_white_full_width  .DASH_CA_content_wrap_white_0,.DASH_white_full_width  .DASH_portlet_title_with_icon_wrapper,.DASH_white_full_width  .DASH_portlet_title_without_icon_wrapper,.DASH_white_paper_width .DASH_CA_content_wrap_white_15,.DASH_white_paper_width .DASH_CA_content_wrap_white_0,.DASH_white_paper_width .DASH_portlet_title_with_icon_wrapper,.DASH_white_paper_width .DASH_portlet_title_without_icon_wrapper,.DASH_white_paper_width_landscape .DASH_CA_content_wrap_white_15,.DASH_white_paper_width_landscape .DASH_CA_content_wrap_white_0,.DASH_white_paper_width_landscape .DASH_portlet_title_with_icon_wrapper,.DASH_white_paper_width_landscape .DASH_portlet_title_without_icon_wrapper{	border-color: transparent !important;} .DASH_grey_full_width  .DASH_CA_content_wrap_white_15,.DASH_grey_full_width  .DASH_CA_content_wrap_white_0,.DASH_grey_paper_width .DASH_CA_content_wrap_white_15,.DASH_grey_paper_width .DASH_CA_content_wrap_white_0{	border-left: 	1px solid rgba(0,0,0,.08);	border-right: 	1px solid rgba(0,0,0,.08);	border-bottom: 	1px solid rgba(0,0,0,.08);}.DASH_grey_full_width div:not(.DASH_portlet_title_with_icon_wrapper):not(.DASH_portlet_title_without_icon_wrapper)  + .DASH_CA_content_wrap_white_15,.DASH_grey_full_width div:not(.DASH_portlet_title_with_icon_wrapper):not(.DASH_portlet_title_without_icon_wrapper) + .DASH_CA_content_wrap_white_0,.DASH_grey_paper_width div:not(.DASH_portlet_title_with_icon_wrapper):not(.DASH_portlet_title_without_icon_wrapper)  + .DASH_CA_content_wrap_white_15,.DASH_grey_paper_width div:not(.DASH_portlet_title_with_icon_wrapper):not(.DASH_portlet_title_without_icon_wrapper) + .DASH_CA_content_wrap_white_0{	border-top: 1px solid rgba(0,0,0,.08);	border-radius: 3px;}.DASH_grey_full_width   .DASH_portlet_title_with_icon_wrapper,.DASH_grey_full_width  .DASH_portlet_title_without_icon_wrapper,.DASH_grey_paper_width .DASH_portlet_title_with_icon_wrapper,.DASH_grey_paper_width .DASH_portlet_title_without_icon_wrapper{	border-left: 	1px solid rgba(0,0,0,.08);	border-right: 	1px solid rgba(0,0,0,.08);	border-top: 	1px solid rgba(0,0,0,.08);}.DASH_CA_content_wrap_trans_15, .DASH_CA_content_wrap_white_15{	padding: 15px;}/*	EDIT Mode*/.DASH_edit_header_wrapper {    position: fixed;    top: 00px;    left: 0px;    height: 60px;    z-index: 1500;    width: 100%;    background-color: #303030;}.DASH_rpt_edit_mode .DASH_dashboard_settings_page{	top: 125px;}#DASH_flyin_edit_header_wrapper{	top: 0px;}    .rpt_def_edit_divider{    display: inline-block;    width: 1px;    height: 20px;    margin-top: 20px;    margin-left: 8px;    background-color: white;    float: left;}    .DASH_edit_header_setting_button.DASH_edit_header_save_button, .DASH_edit_header_setting_button.DASH_edit_header_cancel_button {    float: right;    margin-right: 8px;    margin-left: 0px;}  .DASH_edit_header_label {    top: 20px;    font-size: 14px;    margin-left: auto;    margin-right: auto;    position: absolute;    width: 100%;    text-align: center;} .DASH_edit_header_setting_button, .DASH_edit_header_query_button, .DASH_edit_header_create_button {    top: 10px;    float: left;    vertical-align: middle;    color: #ffffff;    position: relative;    line-height: 1px;    display: inline-block;    cursor: pointer;}.DASH_edit_header_setting_button{	top: 16px;	margin-left: 8px;}.DASH_edit_header_setting_button_icon, .DASH_edit_header_query_button_icon, .DASH_edit_header_create_button_icon {    border-radius: 15px;    height:24px;    width: 24px;    background-repeat: no-repeat;    background-position: center center;    display: inline-block;    vertical-align: middle;    top: -2px;    position: relative;/*     margin-right: 10px; */}.DASH_edit_header_icon{	background-color: white;	border-radius: 0px !important;	width: 24px;	height: 24px;}.DASH_header_lib_icon{	margin-top: -8px;}.DASH_edit_header_setting_button:hover > div{	background-color: #ee7000;}.DASH_edit_header_section_button{	display: none;}.DASH_white_paper_width .DASH_edit_header_section_button, .DASH_white_paper_width_landscape .DASH_edit_header_section_button{	display:inline-block;}.DASH_white_paper_width .DASH_edit_layout_toggle, .DASH_white_paper_width_landscape .DASH_edit_layout_toggle{	display:none;}.DASH_edit_layout_toggle{    padding-left: 8px;    padding-top: 14px;    color: white;}.DASH_edit_header_setting_button:hover .DASH_edit_layout_toggle{	color: #ee7000;}/*.DASH_dashboard_edit_mode {    margin-top: 60px;}.DASH_white_paper_width.DASH_dashboard_edit_mode{    margin-top: 160px;}*//*   Dashboard Settings*/.DASH_settings_popup_wrapper{	margin-top: 8px;}.DASH_settings_popup_scroll_wrap{    overflow-y: auto;    max-height: 471px;    width: 100%;}.DASH_settings_popup_scroll_wrap .DASH_list_table thead th:first-child, .DASH_settings_popup_scroll_wrap .DASH_list_table thead th:last-child{	border-radius: 0px}.DASH_settings_popup_scroll_wrap .form_checkbox_wrap{	margin-bottom: 0px;}.DASH_settings_popup_scroll_wrap .icon_button_right_wrapper{    margin-top:8px;}.DASH_dashboard_settings_page{    width: 100vw;    min-height: 100%;    background-color: #ffffff;    z-index: 60;    position: fixed;    top: 60px;	padding-top:8px;	-webkit-transition: all 600ms ease-in-out;	transition: all 600ms ease-in-out;	left: 100vw;}.DASH_dashboard_settings_page.show{	left: 0vw;}.DASH_settings_tabs_wrapper{	border-width: 0px 0px 2px 0px;    border-style: solid;    padding-left: 15px;    padding-top: 15px;     height: 75px;}.DASH_settings_tab{	max-width: 200px;	display:inline-block;	margin-right: 4px;}.DASH_settings_form, .DASH_settings_read_only{	padding: 15px;    display: inline-block;    /*width: 50%;*/    vertical-align: top;}.DASH_documentation_table {	margin: 16px;}.DASH_documentation_table th{	width: 50%;	padding: 12px;}.DASH_documentation_table th:first-child{	width: 1%;}.large_tab {    height: 100%;    width: 100%;    border-radius: 3px 3px 0px 0px;    cursor: pointer;    padding-top: 4px;}.large_tab_icon {    margin: 0 auto;    padding: 0;    background-repeat: no-repeat;    height: 40px;    width: 40px;}.large_tab_title {    color: #ffffff;    width: 100%;    text-align: center;    margin-top: -4px;}.large_tab_inactive {    background-color: #adadad;    padding-top: 4px;}/*CA Tool Bar*/.DASH_CA_edit_mode{	border: 2px dashed rgba(0,0,0,0.4);}.DASH_CA_edit_mode.new_ca{	border-color: green;			}.DASH_CA_edit_mode.deleted_ca{	border-color: red;			}.DASH_CA_edit_mode.ca_setting_change{	border-color: blue;		}.DASH_CA_resizer{	position:absolute;	bottom:0px;	right:0px;	height:15px;	width:15px;	cursor: nwse-resize;    background: linear-gradient(to top left,            rgba(0,0,0,0) 0%,            rgba(0,0,0,0) calc(50% - 0.8px),            #303030 50%,            rgba(0,0,0,0) calc(50% + 0.8px),            rgba(0,0,0,0) 100%),       linear-gradient(to top left,            rgba(0,0,0,0) 0%,            rgba(0,0,0,0) calc(30% - 0.8px),            #303030 30%,            rgba(0,0,0,0) calc(30% + 0.8px),            rgba(0,0,0,0) 100%),       linear-gradient(to top left,            rgba(0,0,0,0) 0%,            rgba(0,0,0,0) calc(10% - 0.8px),            #303030 10%,            rgba(0,0,0,0) calc(10% + 0.8px),            rgba(0,0,0,0) 100%);    opacity: .7;    z-index: 1;}.DASH_CA_toolbar{	position: absolute;    right: 0px;    top: 0px;    height: 40px;    text-align: right;    background-color: rgba(0,0,0,0.4);    z-index: 5;}.DASH_CA_toolbar_grabber {    float: left;    width: 11px;    margin-left: 4px;    height: 75%;    margin-top: 3px;    background-position: right 3px center;    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGklEQVQIW2NkwAEYaSjx/////yDjMeyASQAAmgsH//UyRaoAAAAASUVORK5CYII=');    cursor: grab;}.DASH_CA_toolbar_delete{	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Wastebasket/Icon_only/icon_wastebasket_white.svg');    background-repeat: no-repeat;    width: 40px;    float: right;    height: 40px;    margin-right: 0px;    margin-top: 0px;	}.DASH_CA_toolbar_edit{    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Icon_only/icon_edit_white.svg');    float: right;    height: 40px;    width: 40px;    margin-right: 0px;    margin-top: 0px;}.DASH_CA_toolbar_db{    background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Database/Icon_only/icon_database_white.svg");    float: right;    height: 40px;    width: 40px;    margin-right: 0px;    margin-top: 0px;}.DASH_CA_toolbar_wrench{    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Admin/Icon_only/icon_admin_white.svg');    float: right;    height: 40px;    width: 40px;    margin-right: 0px;    margin-top: 0px;}.DASH_CA_toolbar_WYSIWYG{    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Text/Icon_only/icon_text_white.svg');    float: right;    height: 40px;    width: 40px;    margin-right: 0px;    margin-top: 0px;}.DASH_CA_toolbar_panel{	position: absolute !important;	min-height: 500px;	min-width: 600px;	background-color: #999999;	border-radius: 3px;	border: 1px solid #adadad;	z-index: 50;	padding: 15px;	top: 0px;	left: calc(100% + 5px);		display: none;}.DASH_CA_toolbar_panel.show{	display: block;}.DASH_CA_toolbar_panel .prop_pane_field_wrapper .tgs{	margin-top: 8px;}.DASH_CA_toolbar_panel .prop_settings_table tbody tr th:nth-child(3){	min-width: 200px;}.DASH_CA_toolbar_panel .prop_settings_table{	min-width: 800px;}.DASH_new_dash_popup_button{	text-align:center;	display: inline-block;	width: 100%;	vertical-align: top;}.DASH_new_dash_selected{	border: 1px solid #ff8a00;}/*Loading Bars for CAs*/.DASH_CA_loading_bar_wrapper{	position: absolute;    height: 30px;    width: 100%;    z-index:400;    top: 0px;    left: 0px;}.ca_loading_bubble {    border: 2px solid #999;    border-radius: 10px;    height: 10px !important;    width: 10px !important;    animation: pulseload 1s ease-in;    animation-iteration-count: infinite;    border-color: #579F91;}@keyframes pulseload {    0% {transform: scale(0.1, 0.1); opacity: 0.0;}    50% {opacity: 1.0;}    100% {transform: scale(1.2, 1.2); opacity: 0.0;}}.ca_loading_mask{	overflow:hidden;	width: 100%;	margin:auto;	padding: 3px;}.DASH_CA_loading_bar_wrapper div > div{	height: 2px;	line-height: 30px;	width: 10%;	background-color: #579F91;	animation: slide 30s infinite;	animation-timing-function: linear;	color:#ffffff;	text-align:center;	font-size: 12px;	border-radius: 10px;	margin-left:0%;}.DASH_Show_More_loading_bar_wrapper{	height: 30px;	width: 0%;	z-index:400;	}.DASH_Show_More_loading_bar{	height: 18px;	width: 400px;	background-color: #579F91;	animation: slide 3s infinite;	border-radius: 30px;	z-index:10;	position: absolute;	left: calc(50% - 250px);	margin-top: 6px;}.DASH_Show_More_loading_lbl{	color: #ffffff;	text-align:center;	height: 30px;	line-height: 30px;	width:100%;	font-size: 12px;	z-index:11;	position: absolute;}.DASH_invite_email_popup{ padding: 30px 0px 15px 0px;	}.DASH_invite_email_popup input{    width: 100%;}@keyframes pulse {  0% 	{background-color: #579F91;}  50% 	{background-color: #606060;}  100% 	{background-color: #579F91;}}@keyframes slowfade{  0% 	{opacity: 1; }  50%	{opacity: 0; margin-top:-23px;}  100%  {opacity: 0; margin-top:-100px;}}@keyframes fadehide{  0% 	{opacity: 1; }  50%	{opacity: 0; height: 151px;}  100%  {opacity: 0; height: 0px;}}@keyframes slide {  from {transform: translatex(0);}  50% {transform: translatex(900%);}  to {transform: translatex(0);}}.CA_interview{	min-height: 300px;	}.CA_interview_btns{	position: absolute;    top: 15px;    right: 15px;}.CA_interview_btns:first-child {	transform: rotate(180 deg);}.CA_interview_btns div:nth-child(1) {    transform: rotate(180deg);}.CA_interview_btns .icon_24 {	display:inline-block;		margin-left: 7px;}	.CA_interview_steps .step_wrapper .icon_30 {    position: absolute;    right: 15px;    bottom: 15px;    background-color: #adadad;}.CA_interview_step_pane{	margin-top: 30px;		display:none;}.cad_preview_pane{   	text-align: right;    margin-top: 8px;    color: #ffffff;}.cad_preview_pane .icon_button_right_wrapper{	cursor: pointer;	}.cad_preview_pane .icon_button_right_wrapper:hover .grey_icon_button{	background-color: #ff8a00;}.cad_preview_pane .icon_button_right_wrapper:hover{	color: #ff8a00;}.CAD_restore_warning{	margin-top: 15px;	}.CAD_restore_warning div:nth-child(2){	margin-left: 5px;	width: calc(100% - 32px);	display:inline-block;		color: #ffffff;}/* Dashboard Library*/.DASH_lib_filter_button{	display: inline-block;    margin-top: -5px;    position: absolute;}.DASH_lib_filter_button_border{	border-bottom: 3px;	border-color: inherit;	border-bottom-style: solid;}.DASH_temp_lib_wrapper{	width: 100%;    height: 175px;    display: inline-block;    background-color: white;    margin-bottom: 15px;    cursor: pointer;    border-left: 5px solid;    border-color:inherit;    overflow:hidden;    min-width: 600px;}.DASH_pub_table_wrap{	width: calc(-15px + 50%);	height:200px;	display: inline-block;	margin-right: 15px;	margin-bottom: 15px;	}.DASH_pub_table_wrap:nth-child(2n){    margin: 15px 0px 15px 15px;}@media only screen and (max-width: 1047px){	.DASH_pub_table_wrap	{	    width: 100%;	    	}		.DASH_pub_table_wrap:nth-child(n)	{    	margin: 15px 0px 15px 0px;	}}.DASH_pub_lib_wrapper{	width: 100%;    height: 200px;    display: inline-block;    background-color: white;    cursor: pointer;     border-left: 5px solid;    border-color:inherit;    overflow:hidden;    min-width:516px;}.DASH_pub_info_wrap{	width: calc(100% - 200px);    display: inline-block;    float: right;    height:100%;}.DASH_temp_lib_wrapper:hover {	outline: 1px solid;	outline-color:inherit;}.DASH_pub_lib_wrapper:hover {	outline: 1px solid;	outline-color:inherit;}.DASH_lib_preview_wrap{	width: 245px;    height: 175px;    margin-left: 15px;    display:inline-block;}.DASH_lib_preview{	width: 245px;    height: 145px;    margin-top: 15px;    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Generic.svg');    background-size: cover;    background-repeat: no-repeat;    /*background-color: grey;*/}.DASH_pub_lib_preview_wrap{	width: 175px;    height: 145px;    margin-left: 15px;    display:inline-block;}.DASH_pub_lib_preview{	width: 175px;    height: 145px;    margin-top: 15px;    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Generic.svg');    background-size: cover;    background-repeat: no-repeat;    /*background-color: grey;*/}.DASH_lib_text_wrapper{	display: inline-block;    max-width: 50%;    min-width:350px;    margin-left: 30px;    height: 125px;    margin-top: 15px;    vertical-align: top;}.DASH_pub_lib_text_wrapper{	display: inline-block;    width: 100%;    height: 50%;    margin-top: 15px;    vertical-align: top;    min-width:400px;}.DASH_lib_title{	display: block;    width: 100%;    font-size: 20px;    overflow: hidden;	text-overflow: ellipsis;	}.DASH_lib_category{	display: block;	}.DASH_lib_cat_label{	line-height:30px;	vertical-align:top;	padding-right: 5px;}.DASH_lib_description{	display: block;	overflow: hidden;	text-overflow: ellipsis;	margin-top: 3px;}.DASH_lib_stats_wrapper{	display: inline-block;    height: 100%;    margin-top: 15px;    vertical-align: top;    margin-right: 30px;    width:100px;    float:right;	}.DASH_pub_lib_stats_wrapper{	display: inline-block;    height: 100%;    vertical-align: top;    width:100%;}.DASH_lib_users_wrap{	display: block;    width: 100%;    height:75px;    text-align: center;/*     margin-bottom: 15px; *//*     margin-left:15px; */}.DASH_pub_lib_users_wrap{	display: inline-block;    width: 75px;    text-align: center;}.DASH_lib_created_on_wrap{    width: 100%;    height:75px;    text-align: center;/*     margin-left: 150px; *//*     margin-top:-30px; */    white-space: nowrap;}.DASH_pub_lib_created_on_wrap{	display:inline-block;    width: 75px;    text-align: center;}.DASH_lib_created_on{    padding-top: 13px;    height: 40px;    width: 40px;    text-align: center;    border-radius: 30px;    margin: 0;    background-color: #ffffff;    margin-left:29px;    margin-bottom:8px;    border: 1px solid;    border-color:inherit;}.DASH_pub_lib_created_on{    padding-top: 13px;    height: 40px;    width: 40px;    text-align: center;    border-radius: 30px;    margin: 0;    background-color: #ffffff;    margin-left:17px;    margin-bottom:8px;    border: 1px solid;    border-color:inherit;}.DASH_lib_created_on_day{	font-size: 16px;    line-height: 17px;    margin-top: -9px;}.DASH_lib_created_on_month{	font-size: 12px;    line-height: 7px;}.DASH_lib_created_on_year{	font-size: 8px;    line-height: 11px;}.DASH_lib_created_by{    border-radius: 100px;    background-size: 100%;    background-position: center center;    width: 45px;    height:45px;    margin-left: 27px;    margin-bottom:3px;}.DASH_pub_lib_created_by{    border-radius: 100px;    background-size: 100%;    background-position: center center;    width: 45px;    height:45px;    margin-left: 15px;    margin-bottom:3px;}.DASH_lib_created_by_wrap{    width: 100%;    height: 75px;    text-align: center;    margin-top:15px;}.DASH_lib_num_created_wrap{    width: 75px;    height: 75px;    text-align: center;    white-space: nowrap;    margin-bottom:30px;}.DASH_pub_lib_created_by_wrap{	display:inline-block;    width: 75px;    text-align: center;}.DASH_pub_lib_num_created_wrap{	display:inline-block;    width: 75px;    text-align: center;}.DASH_lib_num_created{    width: 40px;    height: 40px;    border-radius: 100%;    text-align: center;    padding-top: 12px;    color: white;    margin-top:15px;    font-size:14px;    margin-left:29px;    margin-bottom:8px;}.DASH_pub_lib_num_created{    width: 40px;    height: 40px;    border-radius: 100%;    text-align: center;    padding-top: 11px;    color: white;    margin-top:15px;    font-size:14px;    margin-left:17px;    margin-bottom:8px;}/*SB 5.0 Maybe this should be in ins own table CSS */.two_line {    text-overflow: ellipsis;    overflow: hidden;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}.DASH_CA_title_no_left_pad_trans, .DASH_CA_title_no_left_pad_white,.DASH_portlet_pagetitle_with_icon_wrapper, .DASH_transparent_title_with_icon_wrapper, .DASH_portlet_title_with_icon_wrapper, .DASH_portlet_title_without_icon_wrapper {    width: 100%;    display: flex;    justify-content: left;    align-items: center;}.DASH_portlet_title_with_icon_wrapper, .DASH_portlet_title_without_icon_wrapper, .DASH_transparent_title_with_icon_wrapper{    box-sizing: border-box;    padding: 15px;    border-radius: 3px 3px 0px 0px;	}.DASH_portlet_title_with_icon_wrapper, .DASH_portlet_title_without_icon_wrapper {    background-color: #ffffff;    box-sizing: border-box;    padding: 15px;    border-radius: 3px 3px 0px 0px;    border-top: 1px solid rgba(0,0,0,.08);    border-left: 1px solid rgba(0,0,0,.08);    border-right: 1px solid rgba(0,0,0,.08);}.DASH_transparent_title_with_icon_wrapper {    background-color: transparent;}.DASH_portlet_title_with_icon_wrapper .portlet_icon, .DASH_portlet_pagetitle_with_icon_wrapper .portlet_icon, .DASH_transparent_title_with_icon_wrapper .portlet_icon {    /* display: table-cell; */    vertical-align: top;    margin-right: 7px;}.DASH_pagetitle_buttons_wrapper {    margin-left: auto;}.table_chart_filter_chooser{    display:inline-block;    background-color: #adadad;    height: 30px;    width: 30px;    vertical-align: top;}.table_chart_filter_chooser:hover{    background-color: #ee7000;}.list_filter_pane .filter_textbox{    display:inline-block;    width: calc(100% - 40px);    vertical-align:top;    margin-bottom: 8px;}.filter_textbox {    width: 100%;    border: 1px solid #adadad;    border-radius: 3px;    box-sizing: border-box;    height: 30px;    padding-left: 9px;}.filter_result_area {    padding: 5px 0px;    height: 0px;    transition: all 1s ease-in;}.DASH_TBL_COL_S, .DASH_TBL_COL_M, .DASH_TBL_COL_L, .DASH_TBL_COL_TINY, .DASH_TBL_COL_R {    padding: 12px;    height: 10px;}.DASH_TBL_COL_TINY {    width: 1%;}.DASH_TBL_COL_S {    width: 5%;}.DASH_TBL_COL_R {    width: 15%;}.DASH_TBL_COL_M {    width: 20%;}.DASH_TBL_COL_L {    width: 30%;}.ui-resizable-e, .ui-resizable-s, .ui-resizable-se{ position: absolute;    background: #efefef;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAPUlEQVQoU2NkIBIwElK3du3a/8HBwYx4FcIUgQzDqRBZEU6FyIpwWo1NEYaJuBShKMSlCMVqQorw+ho9fAFgCzwL7cNlLwAAAABJRU5ErkJggg==);    background-position: center;    background-repeat: no-repeat;    bottom: 0px;    right: 0px;    height: 17px;    width: 17px;}/*.DASH_all_ca_wrapper{	width: 100%;}*/.CAD_Lib_popup_wrapper{	min-width: 800px;    width: 90vw;    max-width: 1200px;    height: 500px;}.CAD_Lib_right_wrap, .CAD_Lib_left_wrap{	display:inline-block;}.CAD_Lib_left_wrap{	width: 40%;}.CAD_Lib_right_wrap{	width: 60%;	vertical-align: top;	padding-top: 5px;    padding-left: 30px;    position: relative;}.CAD_Lib_txt_wrap{	display: inline-block;		padding-left: 7px;	vertical-align: top;	width: calc(100% - 92px);}.CAD_Lib_Icon{	height: 70px;	width: 70px;	display:inline-block;		}.CAD_Lib_title {    padding-bottom: 0px !important;    padding-top: 5px;}.CAD_Lib_category{	margin-bottom: 7px;}.CAD_Lib_description {    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;}.CAD_Lib_right_wrap .large_title{	margin-top: 15px;	}.CAD_Lib_caddesc{	margin: 15px 0px;}.CAD_Lib_right_wrap .icon_button_left_wrapper{	position: absolute;    top: 15px;    right: 0px;}.CAD_Lib_stat_wp {    display: inline-block;    vertical-align: top;    margin-right: 30px;    text-align: center;    margin-top: 30px;}.CAD_Lib_stat_wp > div:nth-child(2) {    margin-top: 7px;}.CAD_Lib_used_cnt{	color: white;    line-height: 40px;    font-size: 16px;}#dashboard_loading_bar{		width: 0%;    position: fixed;    height: 2px;    background-color: #ced998;    top: 60px;    transition: all 3s ease-in;}.DASH_Show_More_loading_bar_wrapper{	height: 30px;	width: 0%;	z-index:400;	}.DASH_Show_More_loading_bar{	height: 18px;	width: 400px;	background-color: #579F91;	animation: slide 3s infinite;	border-radius: 30px;	z-index:10;	position: absolute;	left: calc(50% - 250px);	margin-top: 6px;}.DASH_Show_More_loading_lbl{	color: #ffffff;	text-align:center;	height: 30px;	line-height: 30px;	width:100%;	font-size: 12px;	z-index:11;	position: absolute;}.DASH_list_table_excel_wrapper{	position: absolute;	top: -22px;    right: 46px;	width: 40px;	height: 40px;	cursor: pointer;}.DASH_list_table_excel_wrapper .office_excel_icon{	width: 30px;	height: 30px;	background-repeat: no-repeat;}.DASH_list_table_excel_wpr{	float:right;}.DASH_list_table_excel_wpr .office_excel_icon{	margin-left:15px;	width: 30px;	height: 30px;	background-repeat: no-repeat;	cursor: pointer;}.DASH_portlet_thin_title_without_icon_wrapper{    width: 100%;    box-sizing: border-box;    padding: 8px 7px 5px 9px;    border-radius: 3px 3px 0px 0px;    height: 30px;}.DASH_CA_title_no_left_pad_trans, .DASH_CA_title_no_left_pad_white{	box-sizing: border-box;    padding: 15px 15px 15px 0px;    border-radius: 3px 3px 0px 0px;	}.landing_page_button_container{position: absolute;top: 15px;right: 0px;text-align:center;}.landing_page_button_wrapper{display: inline-block;padding-left: 15px;width: 90px;}.landing_page_button_wrapper:hover .grey_icon_button{    background-color: #ff8a00;    border-color: #ff8a00;}.CA_datapane_chooser {	margin-top: 15px;    min-height: 65px;    position: relative;    margin-bottom: 30px;    color: white;    display: inline-block;    padding-bottom: 55px;        width: 100%;}.CA_datapane{	margin-top: 15px;}.col_select_hdr {    color: white;}.col_select_hdr div {    display: inline-block;    margin: 5px 0px;}.col_select_hdr div:nth-child(1) {    width: 60%;}.col_select_hdr div:nth-child(2), .col_select_hdr div:nth-child(3) {    width: 18%;}.form_col_selector {    height: 30px;    background-color: #efefef;    margin-bottom: 3px;    padding: 7px;    position: relative;}.form_col_selector span {    width: 60%;    display: inline-block;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.form_col_selector .form_field_wrapper {    width: 18%;}.form_col_selector.fselector_highlight {    background-color: #98af0080;}.form_col_selector .grabber {    display: inline-block;    background-position: right 3px center;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGklEQVQIW2NkwAEYaSjx/////yDjMeyASQAAmgsH//UyRaoAAAAASUVORK5CYII=);    height: 28px;    width: 20px;    vertical-align: top;    position: absolute;    right: 0px;    top: 0px;}.CA_datapane_cols .CA_datapane_chooser{   color:#606060;}/*tiled lists*/.DASH_Tile_Square_Wrapper:nth-child(4n+1) {	margin: 15px 15px 15px 0px; }.DASH_Tile_Square_Wrapper:nth-child(4n+2) {	margin: 15px 15px 15px 15px; }.DASH_Tile_Square_Wrapper:nth-child(4n+3) {	margin: 15px 15px 15px 15px; }.DASH_Tile_Square_Wrapper:nth-child(4n+4) {	margin: 15px 0px 15px 15px; }.DASH_Tile_Square_Wrapper {    display: inline-block;    background-color: #ffffff;    width: calc(25% - 23px);    box-sizing: border-box;    min-height: 250px;    padding: 15px;    position: relative;    vertical-align: top;}.DASH_Tile_Square_Title {    font-size: 20px;}.DASH_Tile_Square_Arrow_Btn {    position: absolute;    right: 15px;    bottom: 15px;}.form_tbl_apply_btn {    position: absolute;    right: 15px;}.DASH_col_choose_btn {    width: 30px;    height: 30px;    position: absolute;    top: 1px; /*was 44*/ /*then was 4*/    right: 4px;    border-radius: 3px;    cursor: pointer; }.tab_pane_CA .DASH_col_choose_menu{	top: 36px;}.DASH_col_choose_menu {    border: 1px solid #3f5d04;    border-radius: 3px;    position: absolute;    top: 76px;    right: 0px;    z-index: 15;    background-color: #ffffff;    overflow-y: auto;}.DASH_col_choose_menu::before, .DASH_col_choose_menu::after {    position: absolute;    top: -10px;    right: 14px;    content: '';    width: 0;    height: 0;    border-width: 7px 7px 7px 0;    border-style: solid solid solid solid;    border-color: transparent #3F5D04 transparent transparent;    -moz-transform: rotate(90deg);    -ms-transform: rotate(90deg);    -webkit-transform: rotate(90deg);    z-index: 50;}.DASH_col_choose_menu::after {    top: -9px;    border-color: transparent #ffffff transparent transparent;    z-index: 51;}.DASH_col_menu_item {    padding: 8px;}.col_choose_check {    height: 15px;    width: 15px;    margin: 0px;}.DASH_tbl_wrap {    position: relative;}.DASH_dashboard_settings_page > div{	width:100%;}.DASH_table_tab{	width:99%;	margin-top:30px;}.horz_scroll {    overflow-x: scroll;}.table_scroll_wrap{	position: relative;}.prop_cad_datasource_title_wrapper {    position: relative;    display: inline-block;    color: white;    margin-right: 10px;    min-width: 500px;}.prop_cad_datasource_open_btn{	vertical-align: top;	margin-top: 20px;}.prop_cad_datasource_title_wrapper .autocomplete_icon{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Notes/Icon_only/icon_notes_white.svg");}.prop_cad_datasource_title_wrapper .autocomplete_icon:hover{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Autocomplete/Icon_only/icon_autocomplete_w_orange.svg");}.dash_access_label{	position: relative;	left: 24px;	}.dash_access_icon {    position: absolute;    top: 2px;    width: 24px;    height: 24px;    left: 2px;}/*Portfolio Dashboard*/.DASH_prj_chg_title{ margin-bottom: 15px;}.DASH_prj_chg_sum_block{	display:inline-block;	width: calc(25% - 20px);	margin: 15px 15px 0px 0px;	color: #ffffff;	text-align: center;	border-radius: 3px;	height: 100%	padding: 5px;}div.DASH_prj_chg_sum_block:nth-of-type(5){	margin-right: 0px;}.DASH_prj_chg_sum_lbl{	   font-size: 12px;	   line-height: 24px;       border-radius: 15px;}.DASH_prj_chg_sum_val{	   font-size: 24px;           margin: 20px 0px 4px 0px;	   line-height: 30px;	   background-color: #ffffff;	   color: #606060;}.DASH_prj_chg_sum_subval{	   border-radius: 0 0 3px 3px;	   font-size: 12px;           color: #606060;}.cust_race_lane{	overflow:hidden;}.cust_lane_lbl_forklift,.cust_lane_lbl_ship, .cust_lane_lbl_plane, .cust_lane_lbl_factory, .cust_lane_lbl_train, .cust_lane_lbl_truck, .cust_lane_lbl_container{    display: inline-block;    width: 18%;    color: white;    vertical-align: top;    height: 34px;    border-radius: 3px 0px 0px 3px;    padding-left: 10px;    padding-top: 10px;    margin-right: -4px;    z-index:5;}.cust_lane_lbl_forklift	{background-color: #59828f;}.cust_lane_lbl_ship		{background-color: #61a6a2;} .cust_lane_lbl_plane	{background-color: #4a214c;} .cust_lane_lbl_factory	{background-color: #a61b2a;} .cust_lane_lbl_train	{background-color: #878b3f;}.cust_lane_lbl_truck	{background-color: #d97521;} .cust_lane_lbl_container{background-color: #61a6a2;}.cust_lane_progress_wrapper{	display: inline-block;    background-color: #efefef;    width: 70%;    height: 34px;    border-radius: 0px 3px 3px 0px;    overflow: hidden;}.cust_lane_progress_bar_forklift,.cust_lane_progress_bar_ship,.cust_lane_progress_bar_plane	,.cust_lane_progress_bar_factory,.cust_lane_progress_bar_train,.cust_lane_progress_bar_truck,.cust_lane_progress_bar_container{	background-color: rgba(97, 166, 162, .5);    height: 20px;    position: relative;    margin-top: 7.5px;    border-radius: 0px 60px 60px 0px;    animation-name: shift;    animation-duration: 4s;    z-index: 1;}.cust_lane_progress_bar_forklift	{background-color: rgba(89, 130, 143, .5)}.cust_lane_progress_bar_ship		{background-color: rgba(97, 166, 162, .5);} .cust_lane_progress_bar_plane		{background-color: rgba(74, 33, 76, 0.5);} .cust_lane_progress_bar_factory		{background-color: rgba(166, 27, 42, .5);} .cust_lane_progress_bar_train		{background-color: rgba(135, 139, 63, .5);}.cust_lane_progress_bar_truck		{background-color: rgba(217, 117, 33, .5);} .cust_lane_progress_bar_container	{background-color: #61a6a2;}.cust_lane_shipping, .cust_lane_forklift, .cust_lane_ship, .cust_lane_plane, .cust_lane_factory, .cust_lane_train, .cust_lane_truck, .cust_lane_container,.cust_lane_finance, .cust_lane_hr, .cust_lane_it, .cust_lane_risk, .cust_lane_marketing{    position: absolute;    height: 35px;    width: 50px;    /* background-color: yellow; */    right: 0px;    background-repeat: no-repeat;    background-position: center;    top: -7px;}.cust_lane_forklift 	{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_forklift.svg);}.cust_lane_ship 		{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_ship.svg);}.cust_lane_plane 		{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_plane.svg);}.cust_lane_factory 		{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_factory.svg);}.cust_lane_train 		{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_train.svg);}.cust_lane_truck 		{background-image: 	url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_truck.svg);}.cust_lane_container 	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_container.svg);}.cust_lane_finance 	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_funds.svg);}.cust_lane_hr	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_HR.svg);}.cust_lane_it	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_IT.svg);}.cust_lane_risk 	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_risk.svg);}.cust_lane_marketing	{background-image:  url(https://cdnv5.ppmanywhere.com/Global/SVGs/Demo/icon_graph_marketing.svg);}.cust_lane_prcnt_lbl_forklift		{color: #59828f; }.cust_lane_prcnt_lbl_ship 			{color: #61a6a2; }.cust_lane_prcnt_lbl_plane 			{color: #4a214c; }.cust_lane_prcnt_lbl_factory		{color: #a61b2a; }.cust_lane_prcnt_lbl_train			{color: #878b3f; }.cust_lane_prcnt_lbl_truck			{color: #d97521; }.cust_lane_prcnt_lbl_container 		{color: #61a6a2; }.cust_lane_prcnt_lbl_forklift,.cust_lane_prcnt_lbl_ship,.cust_lane_prcnt_lbl_plane,.cust_lane_prcnt_lbl_factory,.cust_lane_prcnt_lbl_train, .cust_lane_prcnt_lbl_truck,.cust_lane_prcnt_lbl_container 		{    display: inline-block;    vertical-align: middle;    min-width: 40px;    min-height: 40px;    border-radius: 200px;    background-color: #efefef;    box-sizing: border-box;    border: 1px solid #606060;    background-size: cover;}.recent_activity_icon_stat, .recent_activity_icon_profile {    display: inline-block;    vertical-align: middle;    min-width: 40px;    min-height: 40px;    border-radius: 200px;    background-color: #efefef;    box-sizing: border-box;    border: 1px solid #606060;    background-size: cover;}pre {  border: 1px solid #888;  background-color: white;  width: 80%;}pre.language-markup {  white-space: pre-wrap;}pre.language-markup:before {  counter-reset: listing;}pre.language-markup code {  counter-increment: listing;}pre.language-markup code::before {  content: counter(listing) ".";  display: inline-block;  background-color: lightgrey;  width: 20px;  text-align: right;}.CA_datapane .form_field_prompt{    color: white}.CA_DS_Filters{	margin-bottom: 15px}.CA_filter_title{	margin-top: 15px;	margin-bottom:15px;}.CA_filter_apply_btn{	position:absolute;	top: 55px;}.status_sausage {    color: white;    border-radius: 50px;    padding: 3px 0px;    font-family: Arial;    text-align: center;    min-width: 200px;    margin-right: 50px;}/*Updated CAD Library classes */.CAD_library_wrapper{    position: fixed; 	height: calc(100% - 60px);    right: 0px;    top: 60px;    width: 300px;    background-color: white;    z-index:9999;    transition: right .5s linear;    box-shadow: -5px 0px 5px rgba(173, 173, 173, .3);}.CAD_library_wrapper.loading{	right: -300px;}.CAD_library_wrapper.minimized{    transition: 1s;    right: -35% !important;}.CAD_Lib_Container{	height: calc(100vh - 203px);	overflow-y: auto;	border-top: 2px solid #30303030;}.CAD_lib_container_sizer{    position: absolute;    width: 16px;    height: 60px;    top: calc(50% - 30px);    left: -16px;    background-color: #303030;    cursor: ew-resize;    border-top-left-radius: 6px;    border-bottom-left-radius: 6px;}.CAD_lib_container_sizer:after{    content: ' \205D';    font-size: 30px;    color: #FFFFFF;    padding-left: 4px;    line-height: 61px;}.CAD_Lib_Container::-webkit-scrollbar{    width: 0px;}.CAD_Lib_autocomplete_filter{    margin-top: 8px;    margin-bottom: 8px;    height: 30px;    width: calc(100% - 16px);    border: 1px solid #efefef;    padding-left: 5px;    border-radius: 3px;    display: inline-block;    vertical-align: top;    margin-left: 8px;}.CAD_lib_filter_icon{	display: inline-block; 	background-color: #adadad; 	cursor: pointer;	margin-top: 1px;}.CAD_lib_filter_icon:hover{/* 	background-color: #ff8a00; */}.CAD_lib_filter_list{	height: 0px;	visibility: hidden;	transition: visibility 0s, height .5s linear;	padding: 8px;	position: absolute;}.CAD_lib_filter_list_expanded{	margin-bottom: 54px;}.CAD_lib_filter_list.expanded{	visibility: visible;	height: 38px;	overflow:hidden;	}.CAD_lib_filter_list.expanded:hover{	background-color: white;    border-radius: 6px;    overflow-y: visible;    height: auto;    z-index: 99;}.CAD_lib_filter_list .tag_box_primary{	cursor: pointer;}.CAD_lib_filter_list .tag_box_primary:hover{	outline: 1px solid #ff8a00;}.CAD_library_item_wrapper{    background-color: white;    margin-bottom: 15px;    box-sizing: content-box;/*     height: 70px; */    border: 1px solid transparent;    cursor: grab;    padding: 8px;    min-width: 260px;    vertical-align: top;    position: relative;}.CAD_library_item_wrapper.col_1_wide{	max-width: 12.5%;}.CAD_library_item_wrapper.col_2_wide{	max-width: 25%;}.CAD_library_item_wrapper.col_3_wide{	max-width: 37.5%;}.CAD_library_item_wrapper.col_4_wide {	max-width: 50%;}.CAD_library_item_wrapper.col_5_wide{	max-width: 62.5%;}.CAD_library_item_wrapper.col_6_wide{	max-width: 75%;}.CAD_library_item_wrapper.col_7_wide{	max-width: 87.5%;}.CAD_library_item_wrapper.col_8_wide{	max-width: 100%;}.CAD_library_item_wrapper.grabbed{	cursor: grabbing;}.CAD_library_item_wrapper.grabbed .CAD_lib_item_title, .CAD_library_item_wrapper.grabbed .CAD_lib_info{	display:none;}.CAD_lib_item_title{    font-weight: 800;    font-size: 14px;    color: black;    letter-spacing: -1px;}.CAD_lib_item_preview{    height: 200px;    min-width: 200px;    max-width: 100%;    background-color: white;    margin-top: 8px;    background-position: center;    background-size: contain;    background-repeat: no-repeat;    margin: auto;    margin-top: 8px;	    outline: 1px solid #adadad;    border-radius: 6px;	}.CAD_library_item_wrapper.CAD_lib_item_clone{	background-color: transparent;}.CAD_lib_item_clone .CAD_lib_item_title, .CAD_lib_item_clone .CAD_lib_info{	display:none;}.CAD_lib_desc{	margin-top: 8px;}.CAD_lib_tag_wrap{	margin-top: 8px;}.CAD_lib_tag_wrap .tag_box_primary, .CAD_lib_filter_list .tag_box_primary{	padding: 7px;}.CAD_lib_counter_wrap{	display:inline-block;	width: 50%;	margin-top: 8px;}.CAD_lib_used_counter{    background-color: #adadad;    color: white;    text-align: center;    width: 50px;    height: 24px;    vertical-align: middle;    line-height: 24px;    border-radius: 3px;}.CAD_lib_used_by_wrap{	display:none;	width: 50%;	vertical-align: top;	margin-top: 8px;}.CAD_lib_info{	height: 0px;	overflow: hidden;	transition: height .5s linear;}.CAD_lib_info_expanded{	height: 100px;	}.CAD_lib_info_expanded .CAD_lib_used_by_wrap{	display: inline-block;}.CAD_lib_active_filters{	margin: 8px;}.CAD_lib_active_filters .tag_box_primary:hover{	border: 1px solid #ff8a00;}.CAD_lib_close_button{	cursor: pointer;}.setting_icon_offset{	margin-top: 5px;}.layout_button_offset{	margin-top: 3px;}.pop_up .ds_prop_tbl .ver_checkbox{	text-align: right;}.pop_up .ds_prop_tbl .ver_checkbox .form_checkbox_wrap{	margin-bottom: 0px;}.pop_up .form_popup_scroll .tab_table{	margin-top: 0px;}.pop_up .DASH_table_tab{	margin-top: 0px;}.pop_up.documentation_popup, .pop_up.filters_popup{	max-width: 1000px;	width: calc(100vw - 60px) !important;}.dash_lib_popup .dash_lib_strip_wrap{	max-height: 550px;    overflow-y: auto;     margin-bottom: 64px;    padding: 8px;    margin-top: 46px;}.dash_lib_template_strip{	width: 100%;    background-color: #ffffff;    margin-bottom: 16px;    height: 75px;    white-space: nowrap;    border-radius: 6px;    outline: 1px solid #efefef;    position: relative;    padding: 8px;}.dash_lib_template_strip > div{	display: inline-block;	vertical-align: top;}.dash_lib_btn_wrap{	float: right;	margin-top: 10px;}.dash_lib_btn_wrap div:not(last-child){	margin-right: 8px;}.dash_lib_btn_wrap .icon_40{	background-color: #ff8a00;	cursor: pointer;}.dash_lib_btn_wrap .icon_40:hover{	background-color: #ee7000;}.dash_setup_icon_button_wrapper{    width: 135px;    display: inline-block;    text-align: center;    border-radius: 6px;    margin-right: 8px;    cursor: pointer;    margin-top: 8px;    margin-left: 1px;    margin-bottom: 1px;}.dash_setup_icon_button_wrapper:last-child{	margin-right: 0px;}.dash_setup_size_btn_wrap{	padding: 8px;    margin-top: 4px;    border-radius: 6px;}.dash_setup_icon_button_wrapper.selected .dash_setup_size_btn_wrap{	outline: 1px solid #ff8a00;	background-color: #ff8a0030;	}.dash_setup_size_btn{	width: 125px;	height: 100px;	position: relative;	background-position: center;    background-repeat: no-repeat;    margin: auto;}.DASH_edit_header_create_button_icon .POPUP_flydown{	color: #606060;	left: 5px;	right: auto;}.DASH_edit_header_create_button_icon .POPUP_flydown:before{	left: 10px;	right: auto;}.DASH_edit_header_create_button_icon .POPUP_flydown:after{	left: 10px;	right: auto;}.DASH_preview_overlay{	width: 100%;	height: 100%;	background-color: transparent;    position: absolute;    top: 0;    left: 0;}.DASH_settings_popup_wrapper .prop_pane_field_wrapper{    color: #303030;}.DASH_settings_popup_wrapper .prop_pane_field_wrapper .form_field_prompt{    font-weight: bold;    width: 300px;}.DASH_settings_popup_wrapper .tgs{	margin-top: 8px;}.DASH_settings_popup_wrapper div[aria-label="Tags"]{    width: calc(100% - 300px);}.prop_pane_div {    margin-top: 5px;}.prop_section_title {	font-size: 18px;	color: #fff;	border-bottom: 1px solid #fff;	margin-bottom: 5px;}.prop_pane_field_wrapper {    position: relative;    margin-bottom: 15px;    color: #fff;}.prop_pane_field_wrapper .form_field_prompt{	display: inline-block;    width: 165px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    vertical-align: top;    margin-top: 9px;    font-weight: normal;}.prop_pane_field_wrapper .form_text_field_Edit, .prop_pane_field_wrapper .form_text_field, .prop_pane_field_wrapper .form_text_area_Edit, .prop_pane_field_wrapper .form_text_area, .prop_pane_field_wrapper .wkflow_action_select_Edit, .prop_pane_field_wrapper .wkflow_action_select, .prop_pane_field_wrapper .form_autocomplete_fld_Edit, .prop_pane_field_wrapper .form_autocomplete_fld, .prop_pane_field_wrapper .form_drop_down_Edit, .prop_pane_field_wrapper .form_drop_down, .prop_pane_field_wrapper .form_date_field_Edit, .prop_pane_field_wrapper .form_date_field, .prop_pane_field_wrapper .form_text_field_NonEdit{    display: inline-block;    max-width: 300px;    margin-bottom: 0;}.prop_pane_field_wrapper div {	display: inline-block;}.prop_table_white, .prop_settings_table{	font-size:10px;	color: white;	width: 100%;	border-collapse: collapse;	margin-top: 15px;}.prop_settings_table td{	border-top: 1px solid #adadad;	padding: 2px;		text_align: center;}.prop_table_white td{	border-top: 1px solid #adadad;	padding: 5px;}.prop_table_white th, .prop_settings_table th{	font-weight: bold;		text-align:left;	padding: 5px;}.prop_settings_table tr{    color: none;    background: none;    user-select: none;}.prop_settings_table tr.highlighted{	background-color: #adadad;	}.prop_settings_table.reposition tr:hover td{	border-top: 2px solid #efefef;	}.setting_grabber {    float: left;    width: 11px;    margin-left: 4px;    height: 24px;;    margin-top: 3px;    background-position: right 3px center;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGklEQVQIW2NkwAEYaSjx/////yDjMeyASQAAmgsH//UyRaoAAAAASUVORK5CYII=);}.addSetButton{	margin-top: 7px;	margin-right: 15px;}.addSetButton div:nth-child(2){    padding-left: 5px;    color: white;    font-size: 10px;    display: table-cell;    vertical-align: middle;}.prop_table_down{    background-repeat: no-repeat;    background-position: center;    height: 15px;    width: 15px;    position: relative;    left: 7px;    top: 2px;    transform: rotate(90deg);    display: inline-block;    vertical-align: top;}.prop_table_up{	background-repeat: no-repeat;    background-position: center;    height: 15px;    width: 15px;    position: relative;    left: -5px;    top: 3px;    transform: rotate(-90deg);    display: inline-block;    vertical-align: top;}.prop_settings_table .form_field_wrapper * {    font-size: 10px;    min-height: 22px;    height:22px;    line-height: 22px;}.prop_settings_table input[type="checkbox"] + label span{    min-height:19px !important;    height: 19px !important;    margin-top: 9px;}.prop_table_delete {    position: absolute;    height: 30px;    width: 30px;    left: -6px;    margin-top: -26px;}.cad_access_button_wrapper {    position: relative;    margin-right: 15px;    top: 0;    left: calc(100% - 235px);    color: #fff;}.access_button_wrapper {    position: relative;    margin-right: 15px;    vertical-align: middle;    color: #ffffff;}.access_button_wrapper icon_button_text{	font-size: 12px;	}.acc_pane_field_wrapper{    display: inline-block;    height: 30px !important;    margin-right: 5px;    vertical-align: middle;}.acc_pane_field_wrapper .form_field_prompt{	margin:0px;}.acc_pane_field_wrapper select{	min-width: 130px;}.cad_access_users .medium_title, .cad_access_groups .medium_title {    margin-bottom: 15px;    color: #fff;}.cad_access_groups {    margin-top: 15px;}.cad_access_items {    margin-top: 15px;    width: 100%;}.cad_access_items .tag_box_primary {    padding-right: 54px;    background-color: #579F91;}.prop_pane_div .prop_settings_table .autocomplete_icon{	margin-top: -4px;	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Notes/Icon_only/icon_notes_white.svg");}.prop_pane_div .prop_settings_table .autocomplete_icon:hover{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Autocomplete/Icon_only/icon_autocomplete_w_orange.svg");}.prop_settings_table .form_autocomplete_btn{    height: 18px;    width: 18px;    top: 2px;    min-height: 18px;}.discussion_wrapper{	position: absolute;    bottom: 64px;    left: 16px;    width: calc(100% - 32px);    overflow-y: auto;}/* .discussion_wrapper::-webkit-scrollbar{    width: 0px;} */.discussion_selector{    transform: rotate(90deg);    float: right;}.discussion_title{    cursor: pointer;}.discussion_title .discussion_subtitle{	display: block;	margin-bottom: 3px;}.discussion_title div{    display: inline-block;    vertical-align: top;}.discussion_title .one_line{    display: -webkit-box;}.dicussion_title_label{    width: calc(100% - 30px);}.discussion_title .flydown_menu_items{    display: block;    vertical-align: unset;    max-width: 100%;}.discussion_participant_wrap div{	display: inline-block;}.discussion_participants{    display: inline-block;    vertical-align: top;    margin-top: 2px;}.discussion_comment_box_wrapper{    position: absolute;    bottom: 0px;    width: 100%;    background-color: #ff8a0010;    height: 64px;    left: 0px;    border-radius: 6px;}.discussion_comment_box{    border-width: 1px;    border-radius: 3px;    height: 32px;    width: calc(100% - 80px);    left: 16px;    vertical-align: top;    position: relative;    top: 16px;    display: inline-block;}.submit_comment_btn{    background-color: #ff8a00;    transform: rotate(-90deg);    display: inline-block;    top: 16px;    position: relative;    right: 16px;    float: right;}.discussion_add_participant_btn{	background-color: #ff8a00;	cursor: pointer;	margin-top: -3px;}.discussion_add_participant_btn:hover{	background-color: #ee7000;}.discussion_chat_icon{	background-color: #ff8a00;}.discussion_title_txt{	margin-top: 3px;	width: calc(100% - 30px);}.discussion_title .arrow_silhouette_square{	margin-top: 3px;}.inbox_discussion_wrapper{	width: 100%;    height: calc(100vh - 255px);}.inbox_discussion_wrapper .discussion_comment_box_wrapper{	margin-left: -15px;    width: calc(100% + 15px);}.port_disc_popup .form_detail_popup_comments{	height: calc(100vh - 295px);}    /*Time Sheet*/.ts_profile_img {    background-size: cover;    display: inline-block;    background-color: #adadad;    border: 0px solid #606060;}.ts_btn {    margin-left: 5px;}.time_table {    width: 100%;    border-collapse: collapse;    border-spacing: 0;}.ts_profile_name {    font-size: 16px;    display: inline-block;    line-height: 30px;    margin-left: 10px;    vertical-align: top;}.time_table tr td {}.time_table tr th, .time_table thead tr td {    background-color: #efefef;    font-weight: normal;}.time_table tr:nth-child(1) th:nth-child(2){    text-align: right;    padding-right: 5px;}.time_table tr:nth-child(1) th:nth-child(3) {    padding-top: 5px;}.ts_hdr_desc {    text-align: left;}.ts_hdr_desc th .form_field_wrapper {    display: inline-block;    padding: 0px 10px;    width: 100%;}.time_table tr td {    height: 44px;    vertical-align: middle;    background-position: center;}.time_table tr td input {    width: 40px;    height: 30px;    border: 1px solid #adadad;    border-radius: 3px;    margin: 0px;    text-align: center;}.time_table tr td .form_text_field_NonEdit {    text-align: center;}.ts_date_col {    width: 30px;    height: 30px;}.ts_action_btn {    background-color: #adadad;    border: 0px !important;    display: inline-block;    height: 22px;    width: 22px;    margin-left: 5px;    vertical-align: top;    margin-top: 3px;}.ts_action_btn:hover {    background-color: #ee7000;}.ts_favorite_icon {    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Favourite/Icon_only/icon_favourite_w_green.svg');    height: 30px;    width: 30px;}.ts_edit_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_edit.svg');}.ts_star_line_icon  {background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_starline.svg');}.ts_star_full_icon 	{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_starfull.svg');}.ts_bin_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_wastepaper.svg');}.label_row td, .total_row td, .ts_sum_row td, .ts_task_sum_row td {    border-top: 1px solid #adadad !important;}.entity_total row td {    border-top: 2px solid #adadad !important;    font-size: 16px;}.ts_task_sum_row td {    height: 24px !important;    vertical-align: bottom !important;}.ts_line_actions {    text-align: right;/*     width: 135px; */}.ts_task_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_task.svg');}.ts_project_icon	{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_project.svg');}.ts_holiday_icon 	{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_holiday.svg');}.ts_form_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_meeting.svg');}.ts_other_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_misc.svg');}.ts_sick_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_sickleave.svg');}.ts_training_icon 	{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_training.svg');}.ts_publicholiday_icon {background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_publicholiday.svg');}.ts_event_icon 		{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_companyevent.svg');}.ts_task_icon, .ts_project_icon, .ts_holiday_icon, .ts_form_icon, .ts_other_icon, .ts_sick_icon, .ts_training_icon, .ts_publicholiday_icon, .ts_event_icon {    width: 24px;    height: 24px;    background-repeat: no-repeat;    background-position: left;}.ts_icon_cell {    width: 30px;}.ts_status_notsubmitted, .ts_status_awaitingapproval, .ts_status_approved, .ts_status_reject, .ts_status_frozen, .ts_status_awaitinglineapproval {    height: 20px;    padding: 0px 10px;    display: inline-block;    color: #ffffff;    line-height: 20px;    border-radius: 20px;    margin-left: 10px;    white-space: nowrap;}.ts_status_notsubmitted {    background-color: #66a6a2;}.ts_status_awaitingapproval {    background-color: #43224d;}.ts_status_awaitinglineapproval  {    background-color: #c7a428;}.ts_status_approved {    background-color: #0f2c4b;}.ts_status_reject {    background-color: #ff8a00;}.ts_status_frozen {    background-color: #114d78;}.ts_bottom_total, .ts_total_row_status {    text-align: right;    padding-right: 5px;}.ts_new_item_btns {    background-color: #efefef;}.ts_col_total_high, .ts_total_high, .ts_col_total_low, .ts_total_low, .ts_col_total_good, .ts_total_good, .ts_row_total {    height: 30px;    width: 40px;    line-height: 30px;    text-align: center;}.ts_col_total_high, .ts_total_high {    color: #ffffff;    background-color: #7e130d;}.ts_col_total_low, .ts_total_low {    color: #ffffff;    background-color: #90a917;}.ts_col_total_good, .ts_total_good {    color: #ffffff;    background-color: #3f660a;}.ts_add_btn{    margin-left: 10px;    margin-top: 3px;}.ts_add_btn_icon {    border: 0px !important;}.ts_add_row_btn {    position: absolute;    margin-top: -35px;}.ts_policy_tbl {    width: 100%;    border-collapse: collapse;}.ts_policy_tbl td {    border-bottom: 1px solid #adadad;    height: 30px;}.ts_policy_tbl tr td:nth-child(2) {    text-align: right;}.ts_warning_icon {    width: 30%;    display: inline-block;    text-align: center;    padding: 30px 0px;}.ts_popup_warning {    width: 70%;    display: inline-block;    font-size: 16px;    padding: 38px 0px;    vertical-align: top;}.TS_notes_prompt {    margin-top: 15px;}#TS_ROW_EXTRAS_POPUP {    padding-top: 15px;}#time_title {    display: inline-block;}.ts_button_target {    display: inline-block;    float: right;    text-align: right;}.ts_button_target .flydown_menu_button {    float: right;    margin-top: 0px;}.ts_button_target .flydown_menu_button.approval_btns_horz{    margin-top: 0px;}.ts_profile_target {    width: 100%;    margin: 10px 0px;}.ts_warn_target {    font-weight: bold;    color: #9e0b16;    padding-bottom: 10px;}/* timesheet tiles */.tile__timesheet_tile {    background-color: #ffffff;    box-sizing: border-box;    height: 200px;    position: relative;    vertical-align: top;    overflow: hidden;    border: 1px solid rgba(172,172,172, .3);    padding: 15px;    border-radius: 3px;    box-sizing: border-box;}.tile__timesheet_tile:hover {    border: 1px solid rgba(238, 112, 0, .5);    cursor: pointer;}.tile_cal_w_blank_timesheet_tile {    background-color: #efefef;    width: 100%;    height: 15px;    margin-bottom: 10px;}.tile_cal_w_Approved_timesheet_tile, .tile_cal_w_Awaiting_Approval_timesheet_tile, .tile_cal_w_Frozen_timesheet_tile, .tile_cal_w_Rejected_timesheet_tile, .tile_cal_w_Open_timesheet_tile, .tile_cal_w_Awaiting_Line_Approval_timesheet_tile{    color: #ffffff;    height: 17px;    line-height: 18px;    width: calc(100% + 10px);    border-radius: 10px;    margin-left: -5px;    margin-bottom: 7px;    margin-top: -3px;    /* text-align: center; */    text-align: justify;    text-justify: distribute;    padding: 0px 10px;}.tile_cal_w_Approved_timesheet_tile {    background-color: #0f2c4b;}.tile_cal_w_Frozen_timesheet_tile {    background-color: #114d78;}.tile_cal_w_Rejected_timesheet_tile {    background-color: #579F91;}.tile_cal_w_Open_timesheet_tile {    background-color: #66a6a2;}.tile_cal_w_Awaiting_Approval_timesheet_tile {    background-color: #43224d;}.tile_cal_w_Awaiting_Line_Approval_timesheet_tile {    background-color: #c7a428;}.tile_cal_w_Approved_timesheet_tile:after,.tile_cal_w_Rejected_timesheet_tile:after,.tile_cal_w_Open_timesheet_tile:after,.tile_cal_w_Frozen_timesheet_tile:after, .tile_cal_w_Awaiting_Approval_timesheet_tile:after,.tile_cal_w_Awaiting_Line_Approval_timesheet_tile:after  {    content: "";    display: inline-block;    width: 100%;}.ts_tile_date_timesheet_tile {    font-size: 16px;    color: #606060;    position: absolute;    bottom: 15px;    left: 15px;}.tile_calendar__timesheet_tile {    max-width: calc(100% - 50px);}.profile_wrap_timesheet_tile {    position: absolute;    bottom: 15px;    right: 15px;}.ts_tile_img__timesheet_tile {    border: 1px solid #606060;    background-size: cover;    background-position: center center;    float: right;    background-color: #adadad;}.time_tile_timesheet_tile {    padding: 15px;}.ts_profile_fname_timesheet_tile,.ts_profile_lname_timesheet_tile {    text-align: right;    font-size: 10px;    line-height: 13px;    margin-right: 33px;}.ts_profile_fname_timesheet_tile {    margin-top: 3px;}.ts_status_Rejected_timesheet_tile,.ts_status_Approved_timesheet_tile, .ts_status_Frozen_timesheet_tile, .ts_status_Open_timesheet_tile, .ts_status_Awaiting_Approval_timesheet_tile ,.ts_status_Awaiting_Line_Approval_timesheet_tile{    position: absolute;    top: 10px;    right: 10px;}.ts_status_Awaiting_Approval_line{	display: inline-block;    margin-left: 5px;    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pending_approval.svg);	background-color: #43224d;}.ts_status_Rejected_timesheet_tile 			{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Rework/Icon_only/icon_rework_w_orange.svg');}.ts_status_Open_timesheet_tile 				{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Icon_only/icon_edit_w_teal.svg');}.ts_status_Approved_timesheet_tile 			{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Thumbs_Up/Icon_only/icon_thumbs_up_w_dkgreen.svg');}.ts_status_Awaiting_Approval_timesheet_tile {	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pending_approval.svg);	background-color: #43224d;}.ts_status_Awaiting_Line_Approval_timesheet_tile {	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pending_approval.svg);	background-color: #c7a428;}.ts_status_Frozen_timesheet_tile 			{background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Security/Icon_only/icon_security_w_dkblue.svg');}.time_entity_total_row td{	border-top: 2px solid #adadad !important;	font-size: 16px;	padding-top: 5px;}.time_entity_table .ts_date_col{	width: 40px;}.time_entity_table{	width: 100%;	border-collapse: collapse;}.time_entity_table th{    font-weight:normal;   }.time_entity_table .form_text_field_NonEdit{	margin-left: -15px !important; 	}.time_entity_table_task_row{	background-color: white;    height: 40px;    border-bottom: 1px solid rgb(173, 173, 173);    border-top: 1px solid rgb(173, 173, 173);}.ts_comments{	margin-top: 3px;	vertical-align: top;	padding-top: 4px;	text-align: center;}.ts_notes_history_wrapper{	max-height: 476px;	height:330px;	overflow-y:auto;}#POPUP_timesheets_wrapper tr th:nth-child(2){    text-align: right;}body {	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: .8em;*/	} /* the div that holds the date picker calendar */.dpDiv {	display: none;	position: absolute;	z-index: 200;	}  /* the table (within the div) that holds the date picker calendar */.dpTable { 	background-color: #ffffff;    /*border: 1px solid rgba(34, 42, 57, .2);*/        border: 1px solid rgb(127, 0, 0);    border: 6px solid rgba(34, 42, 57, .2);    -webkit-background-clip: padding-box; /* for Safari */    background-clip: padding-box;            border-radius: 6px;    color: #0f2c4b;    font-family: Helvetica,sans-serif;    font-size: 12px;    height: 260px;    position: relative;    text-align: center;    width: 263px;    border-spacing: 5px;    	}  /* a table row that holds date numbers (either blank or 1-31) */.dpTR {	}  /* the top table row that holds the month, year, and forward/backward buttons */.dpTitleTR {		background-color: #0f2c4b;		height:32px;	}  /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */.dpDayTR {	}  /* the bottom table row, that has the "This Month" and "Close" buttons */.dpTodayButtonTR {		display:none;	}  /* a table cell that holds a date number (either blank or 1-31) */.dpTD {   background-color: #efefef;    border: 1px solid #ece9d8;    border-radius: 6px;    font-size: 14px;    font-weight: bold;	}  /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */.dpDayHighlightTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	}  /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */.dpTDHover {	background-color: #efefef;	cursor: pointer;	color: #ff8a00;	font-size: 14px;	font-weight: bold;	border-radius:6px;	}  /* the table cell that holds the name of the month and the year */.dpTitleTD {	}  /* a table cell that holds one of the forward/backward buttons */.dpButtonTD {	background: #efefef;	}  /* the table cell that holds the "This Month" or "Close" button at the bottom */.dpTodayButtonTD {	}  /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */.dpDayTD { 	background-color: #579F91;    border: 1px solid #aaaaaa;    border-radius: 4px;    color: white;   	}  /* additional style information for the text that indicates the month and year */.dpTitleText {	font-size: 18px;	color: white;	}  /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ .dpDayHighlight {	color: #4060ff;	font-weight: bold;	}  /* the forward/backward buttons at the top */.dpButton {	background-color: #606060;    border: medium none;    color: #fff;    cursor: pointer;    float: left;    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;    font-size: 15px;    font-weight: bold;    padding-top: 4px;    width: 100%;	}.dpButtonRight {	background-color: #222a39;    border: medium none;    color: #eae32d;    cursor: pointer;    float: right;    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;    font-size: 15px;    font-weight: bold;    padding-top: 4px;	}  /* the "This Month" and "Close" buttons at the bottom */.dpTodayButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	}		.left_arrow_dp{ 			background-color: #ff8a00;	transform: rotate(180deg);    background-size: 20px;    height: 20px;    width: 20px;    background-position: center;    margin-left: calc(50% - 10px);}.right_arrow_dp{	background-color: #ff8a00;    background-size: 20px;    height: 20px;    width: 20px;    background-position: center;    margin-left: calc(50% - 10px);}  #tl_tbl_wrap_[D.CA_ID]    {        margin-left: -10px;    }    #DASH_CA_[D.CA_ID]    {        margin-top: -15px;    }             #blk_hdr_[D.CA_ID]    {        position: absolute;        background-color: #303030;        height: 62px;        width: 100%;        border-bottom: 1px solid #efefef;    }    #TIMELINE_WRP_[D.CA_ID]    {        background-color: white;        position: absolute;        left: 400px;        top: 0px;        width: calc(100% - 390px);        overflow: hidden;        margin-left: -10px;    }     #TIMELINE_WRP_[D.CA_ID].dash_mode     {         overflow-x:scroll;     }    #TIMELINE_[D.CA_ID]    {        padding-top: 30px;             position:relative;        overflow: hidden;    }    #TBL_[D.CA_ID] tr td:first-child     {        width: 400px;           }     #TBL_[D.CA_ID] thead tr td     {       background-color: #303030;       color: #efefef;        height: 60px !important;        padding-top: 0px;        padding-bottom: 0px;        border-bottom: none;    }         #TBL_[D.CA_ID] thead tr td:not(td:first-child)     {        padding: 0px 0px 21px 5px;    }    .tl_header    {        width: 85px;        display: inline-block;        height: 100%;        position: absolute;        border-left: 1px solid #efefef;        top: 0px;        text-align: center;    }        .tl_spacer    {        height: 31px;    }    .tl_header div    {      background-color: #303030;      height: 61px;      line-height: 64px;      margin:-1px;      color: #efefef;      font-weight: bold;    }        .tl_grp_by    {        position: absolute;        top: 15px;        left: 195px;        z-index: 4;    }    .tl_timeline_grp    {        height: 20px;        background-color: #efefef;        height: 42px;        border-bottom: 1px solid white;        position:relative;        z-index:20;    }        @media print    {    	.tl_timeline_grp    	{    		height: 40px; /*Fix size discrepency with how borders are rendered*/    	}    }        .tl_arrow_head_left    {        width: 0;        height: 0;        border-top: 8px solid transparent;        border-bottom: 8px solid transparent;        border-right: 9px solid #adadad;        position: absolute;        left: -4px;        top: -6px;     }        .tl_arrow_head_right    {        width: 0;        height: 0;        border-top: 8px solid transparent;        border-bottom: 8px solid transparent;        border-left: 9px solid #adadad;        position: absolute;        right: -4px;        top: -6px;    }        .tl_arrow_shaft    {        position: absolute;        height: 4px;        background-color: #adadad;        margin-top: 8px;    }        .tl_content_wrp    {        position:relative;        height: 39px;        padding-top: 9px;    }        .tl_curr_dts    {        height: 20px;        position: absolute;        border-radius: 100px;    }            .tl_curr_dts > div    {        width: 100%;        height: 20px;        white-space: nowrap;        text-overflow: ellipsis;        color: white;    }    .tl_curr_dts div div    {        display:inline-block;        vertical-align:top;        line-height: 20px;        padding-left: 5px;    }        .tl_curr_dts div div:nth-child(2)    {        white-space: nowrap;        text-overflow: ellipsis;        width: calc(100% - 30px);        overflow: hidden;    }        .tl_org_dts_bigger, .tl_org_dts_smaller     {        height: 20px;        position: absolute;        border-radius: 100px;    }        .tl_org_dts_bigger    {        }        .tl_org_dts_smaller    {      border-width: 1px;      border-style:dashed;    }        .tl_toggle_btn    {        height: 24px !important;        width: 24px !important;        position: absolute;        right: 7px;        bottom: 17px;    }        .tl_add_content_btn    {        height: 24px !important;        width: 24px !important;        position: absolute;        right: 38px;        bottom: 18px;    }    .tl_add_content_popup    {/*         width: 80vw; */    }        .tl_add_content_popup .form_field_wrapper     {        /* background-color: green; */        display: inline-block;        width: calc(25% - 15px);        margin-right: 15px;        vertical-align:top;        margin-bottom: -6px;    }        .tl_add_content_popup .form_field_wrapper select    {		width: 100%;    }      .tl_add_content_popup > div:first-child > div    {        display: inline-block;        vertical-align:top    }      .tl_add_content_popup .primary_button     {        position:absolute;        right:30px;        top: 74px;        }      .tl_add_content_popup .table_scroll_wrap     {        position: relative;        overflow-y: scroll;        height: 500px;        max-height: calc(100vh - 620px);        width: 100%;        margin-bottom: 15px;/*         width: 95%; *//* 	    margin-bottom: 50px; *//* 	    position: absolute; *//* 	    top: 350px; *//* 	    bottom: 0; *//* 	    left: 30px; *//* 	    right: 0px; *//* 	    overflow: auto; */    }        .tl_add_cnt_tbl .TBL_show_more_wrapper    {/*     	position: absolute; *//*     	bottom: 7px; *//*     	display: block; */    }        .tl_add_cnt_tbl > div     {/*         height: 60px; *//*         margin-bottom: 15px; */    }        .plan_table tr.grp_row td:nth-child(n+2)     {        background-color: #efefef;    }        .tl_multi_prof    {        margin-top: -8px;    }        .tl_content_wrp div[tooltip]:hover:after     {            content: attr(tooltip);        padding: 4px 8px;        color: #606060;        background: #f0f0f0;        -moz-border-radius: 3px;             border-radius: 3px;        -moz-box-shadow: 0px 0px 4px #222;        box-shadow: 0px 0px 4px #222;        z-index: 49;        font-size: 11px;        position: absolute;        top: 27px;        white-space: pre;        line-height: 20px;        }        .tl_content_wrp:last-child div[tooltip]:hover:after    {    	top: -50px;    }         .row_closed .tl_timeline_grp    {        display:none;    }    .row_closed .tl_content_wrp     {        display:none;    }        .content_edit_btn    {        cursor: pointer;        position: absolute;        top: 4px;        right: 0;          background-color: #adadad;    }        .content_edit_btn .flydown_menu_items    {        top: 30px;        right: 2px;    }        tr:last-child .content_edit_btn .flydown_menu_items 	{	    top:-60px;	}        .scen_tab_form_table    {    	width: calc(100% - 10px);        margin-left: 10px;        overflow-x: scroll;        border-collapse: collapse;    }        .scen_form_tbl_popup_wrap     {    	width: calc(100% + 10px);        margin-left: -10px;    }        .scen_form_tbl_popup_wrap .icon_button_right_wrapper    {    	margin-left: 10px;    }        .port_balancer_content_popup    {            left: 15px !important;            width: calc(100% - 30px);            min-height: calc(100vh - 60px) !important;            position: absolute;            top: 15px;            z-index: 2000;            background-color: #efefef;            border-radius: 6px;    }        .scen_tbl_popup_wrap     {        width: calc(100% + 10px);        margin-left: -10px;        overflow-x: scroll;        /*overflow-y: scroll;*/        min-height: calc(100vh - 262px);            }        .scen_tbl_popup_wrap .plan_table tr td:first-child     {        border-left: 10px solid #efefef;    }        .tl_placeholder_wrap .form_field_wrapper     {        display: block !important;    }        .scen_tbl_popup_form_wrap    {        margin-top: 10px;    }        .scen_tbl_popup_wrap .scenario_table_add_btn     {        margin-top: 18px;    }        .tl_tbl_row .icon_button_bottom_wrapper    {        margin-right: 15px;        vertical-align: top;        text-align: center;    }        .tl_tbl_row .icon_button_bottom_wrapper:first-child    {        margin-left: 7px;    }        .tl_add_content_tab     {        margin-right: 15px;        margin-bottom: 7px;        text-align: center;        padding: 0 15px 15px 15px;        cursor: pointer;    }        .tl_add_cont_wrp    {        padding-top: 7px;    }        .tl_add_cnt_tbl    {        /*margin-top: -45px;*/        max-height: calc(100vh - 580px);    }        .tl_add_cnt_tbl .picker    {        padding: 12px;        position: sticky;        top: 0px;        z-index:1;    }        .tl_add_cnt_tbl .profile_cascade_others     {        margin-top: 17px;    }        .tl_add_content    {    	margin-left: -30vw !important;/*     	top: 0vh; */    	width: 91vw;/*         max-height: 80vh; */        max-width: 1500px;/*         left: 50% !important; *//*         top: 50% !important; *//*         transform: translate(-50%, -50%); */    }        .tl_optimise_content_popup    {        padding: 30px 0px;    }        .tl_optimise_content_popup .medium_title    {        margin-top: 15px;        padding-bottom: 7px;    }        .tl_optimise_content_popup .medium_title + div    {       margin-bottom: 15px;    }        .tl_export_excel_btn    {        position:absolute;        right:38px;        bottom: 17px;        z-index:5;        cursor: pointer;        height: 24px;        width: 24px;    }        .p_expand_btns    {        position:absolute;        margin-top: -20px;        margin-left: -5px;        z-index:5;        cursor: pointer;        color: #ff8a00;        font-size: 12px;        user-select: none;    }        .port_expand_icon    {        display: inline-block;        transition: all .3s linear;        margin-top: -5px;        background-color: #ff8a00;        margin-left: 3px;    }        .port_expand_txt    {        position: absolute;        margin-left: 3px;        white-space:nowrap;        display: inline-block;        vertical-align: top;    }        .ct_status_txt    {	    font-size: 10px;	    font-style: italic;	    margin-left: 3px;	    line-height: 14px;	    bottom: 2px;	    position: relative;    }    .hier_create_content_popup_btn    {        margin-bottom:30px;        left:30px;        width: calc(100% - 60px);        margin-top:0px;        position:absolute;        bottom:0px;    }    .pop_up .hier_popup_content_wrap    {        margin-bottom:0px;    }    .copy_portfolio_form_btn .wfl_btns_wrap, #hier_create_btn .wfl_btns_wrap    {        width:100%;    }    .highlighted:not(.last_child) .end_point::before    {        height: 60px;    }    .hier_active_add_content_tab    {        outline: 1px solid #ee7000;        border-radius: 3px;    }    .picker .hier_content_edit_btn    {        top:0px;    }    .popup_content_wrap.hier_popup_add_content_tab    {        max-height:850px;        margin-bottom:0px;    }    .hier_create_entity_popup .form_field_wrapper    {        display:block;    }    .hier_edit_move_val .form_field_prompt    {        display:inline-block;        width:30%;    }    .hier_edit_move_val .form_drop_down_Edit    {        width:70%;    }    .hier_create_entity_popup    {        overflow-y:auto;        overflow-x:hidden;        max-height:calc(100vh - 470px);        padding-bottom:7px;    }    .hier_copy_content_popup_btn    {        position:relative;        margin-top: 15px;    }        .hier_edit_popup_title    {        padding-top:45px    }        .pop_up .hier_popup_content_wrap .DASH_list_table thead th    {    	padding: 10px;    }    .pop_up .save_btn.hier_edit_save_btn    {        bottom: 0px;        margin-bottom: 30px;        position: relative;    }    .pop_up .popup_content_wrap.hier_popup_add_content_tab.hier_live_data    {    	margin-bottom: 30px;    }    .hier_timeline_wrp    {        max-height: 436px;        overflow-y: auto;        /*max-width: 700px;*/        padding: 5px;        margin-bottom: 5px;    }    .hier_timeline    {        position:relative;    }    .entity_rpt_list_icon    {        height: 50px;        width: 50px;        cursor: pointer;        text-align:right;    }        .hier_flydown_items    {        top:30px;        right:2px;    }        .hier_row_overflow    {        overflow:hidden;        white-space:nowrap;        text-overflow:ellipsis;        max-width:488px;    }    td.picker .hier_row_text    {    	margin-right:27px;    	max-width:520px;    	overflow:hidden;    	cursor:pointer;    }    .full_screen_pop_up .save_btn.hier_edit_save_btn    {        position:absolute;    }	.full_screen_pop_up .popup_content_wrap_wrp .popup_content_wrap.hier_popup_add_content_tab.hier_live_Data .tl_add_cont_wrp .table_scroll_wrap	{	    height: calc(100vh - 620px);	}		.content_timeline_cell	{		max-width: 200px;		overflow:hidden;		text-overflow: ellipsis;	}		div.content_timeline_cell[tooltip]:hover:after	{		left: 0px;		animation: ttipfade 2s forwards;		white-space: normal;	}    @media only screen and (max-height: 1080px)	{	    .full_screen_pop_up.hier_add_content	    {	        width: calc(100vw - 14px);	        height: calc(100vh - 14px);	        top: 7px;	        left: 7px;	    }	    .full_screen_pop_up.hier_add_content .close_btn	    {	        background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cross.svg');	        background-color: black;	        top: 15px;	        right: 15px;	        border-radius: 10px;	        background-size: 103%;	        background-position: center;	        width: 35px;	        height: 35px;	    }	    .full_screen_pop_up.hier_add_content .icon_wrp	    {	        display:none;	    }	    .full_screen_pop_up.hier_add_content .wrp.title_wrp	    {	        margin-top: 0px;	    }	    .full_screen_pop_up.pop_up.hier_add_content .tl_add_content_tab > div	    {	        display:inline-block;	        vertical-align:middle;	    }	    .full_screen_pop_up.pop_up.hier_add_content .tl_add_content_popup .form_field_wrapper	    {	    	width: calc(12% - 15px);	    }	    .full_screen_pop_up.pop_up.hier_add_content .tl_add_content_tab > div.icon_70	    {	        height: 40px !important;	        width: 40px !important;	    }	    	    .full_screen_pop_up.pop_up.hier_add_content .tl_add_content_tab	    {	        padding: 7px 15px 7px 7px;	    }	    .full_screen_pop_up.hier_add_content .popup_content_wrap_wrp .popup_content_wrap.hier_popup_add_content_tab.hier_live_data .tl_add_cont_wrp .table_scroll_wrap	    {	        max-height: calc(100vh - 365px);	        height: calc(100vh - 365px);	    }		    .full_screen_pop_up.hier_add_content .title	    {	        padding-top: 15px;	    }	    .full_screen_pop_up.hier_add_content .small_title_wrp	    {	        height: 0px;	    }	}	    .dropdown_list_edit{    width:100%;	margin-top: -50px;}.dropdown_table{	table-layout: fixed;	width:100%;}.dropdown_table tr:nth-child(2) th,.dropdown_table tr:nth-child(2) td  {    background-color: #3f5d04;    color: #ffffff;    text-align: left;    height: 24px;    box-sizing: border-box;    vertical-align: middle;    padding: 12px;}.dropdown_table tr > td:last-of-type {    text-align:right;    width: 140px;}.dropdown_table tr > td:last-of-type > .tbl_row_grabber {    float:right;}.dropdown_table td {  width: 120px;}.dropdown_table td+td {  width: auto;}.checkbox_field {    margin-bottom: 15px;}.val_info_form > .form_field_wrapper > .form_text_field_Edit{	width: 250px;}.VAL_add_row_btn {    margin-top: 7px;}.is_active {	float: left;	margin: 5px;}.is_delete{	float: left;	margin: 5px;    margin-top: 10px;}.val_sql_editor{    width: 100%;    min-height: 400px;	    margin-top: 15px;    border: 1px solid #efefef;}.val_test_query_btn{	position: absolute;    right: 16px;    top: -9px;	}.val_query_btns{	position: absolute;    right: 8px;    top: -48px;}.val_info_form{    width: 50%;    display: inline-block;    min-width: 300px;}.val_actors{	display: inline-block;    vertical-align: top;}.val_actors > div{	margin-bottom: 30px;	}.val_query_test_ftable{	width: 800px;	border-collapse: collapse;	margin-top: 15px;}table.val_query_test_ftable th{	text-align: left;}table.val_query_test_ftable td {    border-top: 1px solid #adadad;    padding: 7px 0px;}.val_run_query_btn{	float: right;	margin-top: -50px;}.val_rag_selector{	min-height: calc(100% + 48px);}.rsb_strip{    overflow-y: hidden;}.rsb_title_preview{    height: calc(100vh - 530px);    max-height: 40vh;    margin-top: 3px;    text-align: center;    padding-top: calc(28vh);    padding-bottom: calc(32vh);    overflow-x: hidden;    overflow-y: hidden;    word-wrap: break-word;}.rsb_zoom{/* 	text-align:center; */}.rsb_preview{   	position:relative;   	margin: 85px auto !important;   	height: max-content;}.continious .rsb_preview{	/*margin-bottom: 64px;*/}.rsb_preview.DASH_white_paper_width{    width: 960px;}.continious .rsb_preview.hide_slide {    position:relative;    right: auto;}.rsb_strip_wrap.view .rsb_strip .icon_30, .rsb_strip_wrap.view .rsb_strip .rsb_grabber{    display: none;    }.rsb_title_wrap .form_field_wrapper{    min-height:0px !important;}   .rsb_toolbar{    width: 85%;    height: 50px;    position: absolute;    top: 0px;    left: 15%;    z-index: 4;    text-align: center;    margin-top: 16px;}.rsb_toolbar .view_tools.hide{    display:none;} .rsb_toolbar .view_tools > div{    display:inline-block;    margin-left:10px;    margin-top: 10px;    cursor: pointer;}.rsb_toolbar .view_tools {    filter: opacity(0.5) blur(4px);    trasnsition: all .2s ease-in;}.rsb_toolbar .view_tools:hover{    filter:none;}.rsb_toolbar .view_tools .icon_30{    background-color: #adadad;}.rsb_strip_wrap{    width: 50%;    display:inline-block;    min-height:50px;}.rsb_preview_wrap{    width:50%;    display:inline-block;    min-height: 50px;}.rsb_strip{    width: 100%;    background-color: #606060;    height: 200px;    margin-bottom: 32px;    border-radius: 6px;    color: #ffffff;}.rsb_strip:hover{	outline: solid 3px #ff8a00;}.rsb_strip > div{    display:inline-block;    vertical-align: middle;    line-height: 30px;}.rsb_strip .icon_30{    cursor: pointer;}.rsb_strip .form_field_wrapper{    height: 40px !important;    min-height: 40px !important;    width: calc(100% - 80px);}.rsb_title_strip .form_field_wrapper{    width: calc(100% - 110px);}.rsb_strip_txt{    width: calc(100% - 80px);    height: 30px;    margin-top: 5px;}    .rsb_strip_txt:hover{    border-bottom:1px solid #ffffff;}.rsb_title_strip .rsb_strip_txt{    width: calc(100% - 110px);}.rsb_grabber{    cursor: grab;    float:right;    width: 11px;    margin-right: 4px;    height: 24px;    margin-top: 8px;    background-position: right 3px center;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGklEQVQIW2NkwAEYaSjx/////yDjMeyASQAAmgsH//UyRaoAAAAASUVORK5CYII=);}.rsb_btn_txt{    display:inline-block;    color: #ffffff;    vertical-align: top;    margin-top: 9px;    margin-left: 5px;}.rsb_rpt_preview_image{    height: 50px;    width: 50px;}.rsb_popup_filter_wrap{	margin-left: -7px;}.rsb_popup_filter_wrap > div{    display:inline-block;    vertical-align: top;}.rsb_popup_filter_wrap > div{    margin-left: 7px;}.rsb_popup_table_wrap .table_scroll_wrap{    position: relative;    overflow-y: scroll;    height: calc(100vh - 370px);    width: 100%;}.rsb_popup_table_wrap th{    padding: 12px;}.rsb_preview .slide_type_sec{    min-width: 0px !important;}.rsb_preview_image{    width: 80%;    height: 100vh;    background-repeat: no-repeat;    margin: auto;    margin-top: 5px;    background-size:contain;    background-position-x: center;}.rsb_save_button{    position:absolute;    right:10px;}.rsb_view_button{    position:absolute;    right: 75px;}.rsb_preview_placeholder{    background-color: #adadad;    height: 500px;    width: 550px;     margin:auto;    margin-top: 5px;    text-align: center;    color: #ffffff;    font-size: 40px;    line-height: 500px;    vertical-align:middle;}.rsb_title_preview{    margin-top: -21px;}.rsb_selected{    outline: solid 3px #ff8a00;}.sld_edit_icon{    height: 24px;    width: 24px;    background-color: white;    margin:16px 8px;}.sld_edit_icon:hover{    background-color: pink;}   .comments_ov{    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;    }.c_tag{    height: 30px;    width: 30px;    background-color: white;    position:absolute;    border-radius: 0px 30px 30px 30px;    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .2));    border: 1px solid #adadad;    transition: all .4s ease-in;    overflow: hidden;}.c_tag > .profile_wrap{    position: absolute;    top: 2px;    left: 2px;    opacity: 1;    transition: all .2s ease-in .2s;}.c_tag:hover > .profile_wrap{    opacity: 0;}.editmode{    width: 400px;    height: auto;    border-radius: 0px 10px 10px 10px;    z-index:100;}.c_wrap{    transition: all .2s ease-in .2s;    padding: 15px;    margin-top: 32px;}.fadeout{    opacity: 0;}.fadein{    opacity: 1;    }.c_wrap textarea{    width: 100%;    height: 105px;    }.comments_ov .discussion_wrapper{    position: relative;    }.rsb_title_slide_land{    width: 1550px;    height: 1096px !important;   }.rsb_title_slide_port{    width: 1096px;    height: 1550px;  }.slide_title{    padding-top: 480px;    font-size: 66px;    color: white;    text-align: center;}    .rsb_preview.DASH_white_paper_width_landscape{    width: 1550px;}.rsb_preview .DASH_all_ca_wrapper:empty{    contain: layout;}.rsb_preview .DASH_all_ca_wrapper:empty{    min-height: 0px !important;}.rsb_preview.DASH_white_paper_width_landscape .DASH_all_ca_wrapper:not(:empty){    min-height: 1095px !important;}.rsb_preview.DASH_white_paper_width .DASH_all_ca_wrapper:not(:empty){    min-height: 1358px;}.rsb_preview .DASH_hdr_btn_wrap {    display: none;}.___html2canvas___pseudoelement_after .rsb_zoom{    letter-spacing: 0.01px;}.slide_thumb.chapter_thumb{    text-align: center;    line-height: 14px;    /* vertical-align: middle; */    padding-top: calc(50% - 6px);    background-color: #0f2c4b !important;}.rpt_slide_cmp{    height: 660px;    width: 68%;    display:inline-block;    float:right;    background-image: url("https://www.abports.co.uk/media/30lbh1cn/verizon-pr.jpg");    background-size: cover;    background-repeat: no-repeat;}.rpt_slide_logo{    width: calc(30% - 15px);    height: 30px;    position: absolute;    bottom: 15px;    left: 15px;    background-image: url("https://cdnv5.ppmanywhere.com/Logos/TAP_Logo.svg");    background-size: contain;    background-repeat: no-repeat;}.slide_pack_add_popup_btn{	position: absolute;    right: 32px;    top: 137px;}/*admin center and config workbench */.cfg_btn_wrapper .btn_icon{   height: 100%;   width: 40px;   display:inline-block;   background-position: top left;   background-repeat: no-repeat;   position: absolute;   float:left;}.cfg_btn_wrapper .btn_title, .cfg_btn_wrapper .btn_desc{ color: white; vertical-align:top; }.cfg_btn_wrapper .btn_title{ line-height: 40px; padding-left: 50px; font-size: 16px;}.cfg_btn_wrapper .btn_desc{  padding: 0px 10px 10px 50px;overflow: hidden;    max-height:42px;}.cfg_btn_wrapper{	width: 100%;	height: 40px;	transition: all .5s ease-in;	border-radius: 3px;	margin-bottom: 5px;	position: relative;	cursor: pointer;	display: block;}.cfg_btn_wrapper[tooltip]:hover:after{	animation: ttipfade 2s forwards;		top: 36px;	left: 50px;	}@keyframes ttipfade {  0% {    opacity: 0;  }  50%   {  	opacity: 0;  }  100%  {  	opacity: 1;  }}.cfg_btn_wrapper:hover{  /* height: 90px; */}.cfg_menu_arrow{  opacity: 0;  position: absolute;  right:5px;  top: 8px; transition: all .5s ease-in;}.cfg_btn_wrapper:hover .cfg_menu_arrow{  opacity: 1.0;}.wb_sub_title{    margin: 20px 0px 10px  0px;}/*Financial Health*/.fin_health_summary_wrapper{   display: inline-block;   width: calc(50% - 18px);vertical-align: top;text-align: center;}.fin_health_sausage {   height: 24px;   width:100%;   line-height: 24px;   text-align: center;   border-radius: 30px;   color: white;   background-color: #adadad;   margin-bottom: 15px;}.fin_health_bub_lbl{  line-height: 35px;}.fin_health_bubble{  vertical-align: top;}.fin_rag_wrap{   display: inline-block;   width: calc(50% - 30px);   vertical-align:top;}.burn_icon{    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Hot/Icon_only/icon_hot_w_orange.svg);    background-size: 140%;    height: 80px;    width: 60px;}.burn_icon, .burn_hero, .fin_rag_wrap, .fin_health_bubble, .fin_health_bubble_txt{  display:inline-block;}.burn_hero{font-size: 40px;line-height: 70px;vertical-align:top;margin-top: 7px;}.burn_txt{        vertical-align: top;    /* margin-top: 8px; */    text-align: center;    /* margin-left: 3px; */    font-size: 12px;}.fin_health_prmpt, .fin_health_small_txt, .fin_health_sr_date{    text-align: center;    //margin-left: 3px;    font-size: 12px;    padding-top:2px;}.fin_health_prmpt{   font-weight: bold;   margin-top: 12px;}.fin_health_sr_date{   margin-left: 80px;}/*Financial Summary*/.fin_sum_tbl{   border-spacing: 0px;   font-size: 10px;   border-top: 1px solid #efefef;   border-left: 1px solid #efefef;}.fin_sum_pad_col{   width: 60px;}.fin_sum_hidden{   display: none;   border: 0px solid #efefef;}.fin_sum_tbl tr th{   border-right: 1px solid #efefef;   border-bottom: 1px solid #efefef;   padding: 2px;   line-height: 10px;}.cash_cell{   width: 60px;   padding: 2px;  line-height: 10px;}.fin_sum_tbl tr td{      border-right: 1px solid #efefef;   border-bottom: 1px solid #efefef;    line-height: 10px;   text-align: right;}.fin_sum_cat_cell{  padding: 2px;  line-height: 10px;}.fin_sum_tbl_left{border-spacing: 0px;width:100%;margin-top:266px;margin-left:5px; font-size: 10px;   border-top: 1px solid #efefef;   border-left: 1px solid #efefef;}.fin_sum_tbl_left tr td{   border-right: 1px solid #efefef;   border-bottom: 1px solid #efefef;   line-height: 10px;}.fin_sum_tbl_left tr th{   border-right: 1px solid #efefef;   border-bottom: 1px solid #efefef;   padding: 2px;  line-height: 10px;}#menu_flyin, #search_flyin, #dashboard_flyin{	min-height: 100%;	position:absolute;	z-index: 900;	transition: all 600ms ease-in-out;	padding: 63px 15px 15px 15px;    border-bottom: 1px solid #adadad;}#menu_flyin.hide_menu > div, #search_flyin.hide_menu > div, #dashboard_flyin.hide_menu > div{	display:none;}#menu_flyin{		width: 300px;	right: 0px;	background-color: #303030;	position:fixed;    overflow-y: auto;    height: calc(100vh - 60px);    overflow-x: hidden;    top: 60px;    min-height: auto;    border-bottom:none;    padding-top: 3px;}#search_flyin{	width: 100%;	left: 0px;	background-color: #efefef;	}#dashboard_flyin{	background-color: #efefef;	width: 100%;	left: 0px;	padding-top: 0px;	min-height: unset;}#dashboard_flyin.DASH_dashboard_edit_mode{	z-index: 1500;	}.show_menu{	transform: translateY(0%);}.hide_menu{	transform: translateY(-100%);}#menu_flyin.hide_menu{	transform: none;	right: -300px;}#menu_flyin .menu_section{	height: 40px;	overflow:hidden;	min-height: 40px;	}#menu_flyin .menu_section.open_section{	height: auto;}.menu_section{	margin-right: 20px;/* 	float: left; *//* 	overflow: auto; */	white-space:nowrap;	margin-bottom: 20px;	min-width:280px;	display: inline-block;	vertical-align: top;	min-height: 60px;	}.menu_section_hdr{	position: relative;	height: 40px;	cursor: pointer;}.menu_section_icon{	display: inline-block;	border-radius: 20px;	vertical-align: top;	height: 40px;	width: 40px;}.menu_section_title{	display: inline-block;    position: absolute;    top: 10px;    font-size: 20px;    margin-left: 6px;    padding: 0px;    vertical-align: top;    color: #ffffff;}.menu_item{	display: block;    margin-left: 47px;    font-size: 14px;    color: #efefef;        margin-bottom: 6px;}.menu_item:visited, .menu_item:active{	color: #efefef;	}.menu_item:hover{	color: #ff8a00;	}/*properties pop ups*/  /*SB 5.0 Should this be here?*/.inactive_tab, .active_tab {    font-size: 14px;    border-radius: 3px 3px 0px 0px;    display: inline-block;    padding: 5px;    margin-right: 1px;    text-align: center;    box-sizing: border-box;    border-width: 1px 1px 0px 1px;    border-style: solid;}/* Property tab menus*/.prop_tab_menu_wrapper {	border-width: 0px 0px 1px 0px;    border-style: solid;    border-color: #fff;}.prop_tab_menu_wrapper .inactive_tab, .prop_tab_menu_wrapper .active_tab {    margin-right: 3px;    border-color: transparent;}/*flydown menus*/.flydown_menu_button{    margin-left: -2px !important;    border-radius: 3px;    position: relative;    padding: 0px !important;    width: 30px;    height: 30px;    border: 1px solid #ff8a00;}.flydown_menu_button:hover{	background-color: #ee7000;}.flydown_menu_arrow {    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow.svg);    width: 28px;    height: 28px;    transform: rotate(90deg);    background-repeat: no-repeat;    display: inline-block;    border-radius: 3px;    background-color: #ff8a00;}.flydown_menu_items{         position: absolute;    margin-top: 1px;    right: -1px;    background: #fff;    border: 1px solid #ff8a00;    border-radius: 3px;    min-width: 100%;    white-space: nowrap;    z-index: 99;    box-shadow: 1px 1px 1px rgba(173, 173, 173, 0.5);    text-align: left;    font-size: 12px;    box-sizing: border-box;}.flydown_menu_items::before, .flydown_menu_items::after{    position: absolute;    top: -10px;    right: 10px;    content: '';    width: 0;    height: 0;    border-width: 7px 7px 7px 0;    border-style: solid solid solid solid;    border-color: transparent #ff8a00 transparent transparent;    -moz-transform: rotate(90deg);    -ms-transform: rotate(90deg);    -webkit-transform: rotate(90deg);    z-index: 50;}.flydown_menu_items::after{    top: -9px;    border-color: transparent #ffffff transparent transparent;    z-index: 51;}.DASH_hdr_btn_wrap .flydown_menu_items{	padding: 6px 9px 10px 6px;	margin-top: 36px;    right: 15px;}.DASH_share_btn:last-child .flydown_menu_items{	min-width: unset;	right: 15px;}.DASH_share_btn .flydown_menu_items{    right: 60px;}.DASH_hdr_btn_wrap .flydown_menu_items .icon_button_bottom_wrapper{	margin-right: 15px;	vertical-align:top;	text-align: center;}.DASH_hdr_btn_wrap .icon_button_bottom_wrapper:last-child {    margin-right: 0px !important;}.flydown_menu_icon{	height: 40px;	width: 40px;	background-color: #adadad;}.flydown_menu_icon:hover{	background-color: #ff8a00;}.DASH_hdr_btn_wrap .icon_button_text{ font-size: 10px;}.flydown_menu_items a {	color: #606060;    margin: 4px 15px 0px 15px;    padding: 0px;    border-bottom: 1px solid #ff8a00;     display: block;    line-height: 30px;}.flydown_menu_items a:hover{	color: #ee7000;}.flydown_menu_items a:last-child {    border-bottom: none;    margin-bottom: 4px;}.EDIT_menu_section_hdr{    position: relative;    height: 40px;    display: inline-block;    background-color: #303030;    width: 100%;    border-radius: 5px;}    .sched_rpt_btn    {        position: absolute;        right: 15px;        cursor: pointer;    }        .Page_Filter_Form    {        margin-top: 15px;    }        .rpt_scheduler_wrap     {        margin-top: 15px;    }         .rpt_scheduler_tbl_wrap     {        max-width: 80vw;    }        .rpt_scheduler_tbl_wrap  .table_scroll_wrap    {        height: 450px;    	overflow: auto;    }        .rpt_scheduler_tbl_wrap  table    {	    	margin-top: 0px;    }        .rpt_scheduler_tbl_wrap  table thead    {        position:sticky;        top: 0;    }            .next_run_wrapper    {        height: 24px;        line-height:24px;            }        .sched_action_del_btn    {        background-color: #9e0b16;        cursor: pointer;    }    .rpt_approval_bar_left, .rpt_approval_bar_right    {        width: calc(50% - 2px);        color: white;        display: inline-block;        box-sizing: border-box;        vertical-align: top;    }        .comments_ov    {        position: absolute;        top: 0px;        left: 0px;        width: 100%;        height: 100%;            }        .c_tag    {        height: 30px;        width: 30px;        background-color: white;        position:absolute;        border-radius: 0px 30px 30px 30px;        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .2));        border: 1px solid #adadad;        transition: all .4s ease-in;        overflow: hidden;    }        .c_tag > .profile_wrap    {        position: absolute;        top: 2px;        left: 2px;        opacity: 1;        transition: all .2s ease-in .2s;    }        .c_tag:hover > .profile_wrap    {        opacity: 0;    }        .editmode    {        width: 400px;        height: auto;        border-radius: 0px 10px 10px 10px;        z-index:100;    }    .c_wrap    {        transition: all .2s ease-in .2s;        padding: 15px;        margin-top: 32px;    }        .fadeout    {        opacity: 0;    }        .fadein    {        opacity: 1;            }    .c_wrap textarea    {        width: 100%;        height: 105px;            }        .rpt_toolbar_status_txt{	display: inline-block;}  .rpt_toolbar_status_txt div{    display: inline-block;    line-height: 24px;    vertical-align: middle;}.PDF_preview{	text-align: center;}.PDF_preview > div{	text-align: initial;}    .PDF_preview .comments_ov{	display: none;}.rpt_run_by{    display: inline-block;}.rpt_run_by .profile_lbl_right{    vertical-align: top !important;    line-height: 24px;}.rpt_subtitle_label{    font-weight: bold;    padding-left: 10px;    vertical-align: top;    line-height: 24px;}.rpt_subtitle_text{    vertical-align: top;    line-height: 24px;}.rpt_subtitle{    border-bottom: 1px solid #adadad;    margin-bottom: 25px;}.rpt_subtitle_label:first-child{    padding-left: 0px;}#PSR_export.PSR_export{	display: none !important;}.popup_loading_override #loading_overlay{	display: none !important;}.popup_loading_bar_wrp{    width: 100%;    outline: 2px solid #adadad;    height: 16px;    border-radius: 16px;    background-color: transparent;    position: relative;    overflow:hidden;}.popup_loading_bar{    position: absolute;    left: 0px;    height: 16px;    min-width: 20%;    background-color: #adadad;    border-radius: 30px;    transition: width .2s ease-in;        }.popup_loading_bar:after{    content:'';    top:0;    transform:translateX(100%);    width:100%;    height:30px;    position: absolute;    z-index:1;    animation: slide 2s infinite;    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)}@keyframes slide {  0% {transform:translateX(-100%);}  100% {transform:translateX(100%);}}.portfolio_popup_rag_wrap{    margin-bottom: 16px;}.portfolio_popup_rag_wrap div:nth-child(3){    margin-left: 32px;    margin-right: 32px;}    .portfolio_popup_rag_wrap div{    cursor: pointer;   }    .portfolio_popup_rag_wrap div.active{    outline: 3px solid #303030;}.entity_report_list_create_btn{    position: absolute;    top: 32px;    right: 32px;}.sm_timeline_tgt .hdr div{    position: absolute;    font-weight: bold;    font-size: 10px;    font-family: arial;    color: #606060;    height: 100%;    top: 0px;    padding-top: 10px;    padding-left: 5px;    border-left: 1px solid #e6e6e6;    margin-left: 30px;    z-index: 0;}    .sm_timeline_tgt .hdr div:first-child{    border-left: none;   }    .sm_timeline_tgt .hdr::before {	content: " ";	display: block;	height: 45px;	width: 100%;}     .sm_vertical{    writing-mode: vertical-rl;    text-align: center;    position: absolute;    color: white;    white-space: nowrap;    left: 0px;    transform: rotate(180deg);    padding: 5px;    margin-right: 0px;    z-index: 11;    min-height: calc(100% - 16px);    width: 40px;    border-radius: 5px;    line-height: 30px;    user-select: none;}    .sm_vertical:hover .sm_rm_bo{    display: block;}    .sm_rm_bo{    position: absolute;    bottom: -11px;    left: -11px;    background-color: #adadad;    transform: rotate(180deg);    cursor: pointer;    display: none;}    .sm_rm_bo:hover{    background-color: #ee7000;}.sm_wrap{    margin-top: 32px;    margin-bottom: 15px;    position: relative;}.sm_map_nonedit_title{	user-select: none;}.grp_wrap{    position:relative;    border-top: 1px solid #efefef;}.ai_sugg_for_bsns_obj_btn{	position: absolute;	top: 8px;	right: 100px;}.add_map_for_bsns_obj_btn{    position: absolute;    right:0px;    top:8px;}.sm_add_obj_btn{    padding-top: 16px;}.sm_timeline_tgt{    position: relative;    overflow: visible;}.sm_today_line{    height: 100%;    border-left: 1px solid #ff8a00 !important;    z-index: 10;}.sm_map > div:first-child{    width: calc(100% - 40px);}.sm_content_title_wrapper div{    line-height: 36px;    color: white;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    padding-left: 14px;    height: 36px;}.sm_map{    min-width: 2px;    height: 36px;    margin: 10px 0px;    position: relative;    border-radius: 36px;}.sm_timeline_tgt .grp_wrap{    padding: 8px 0px;    position: relative;    height: 100%;}.sm_map .ui-resizable-e{    width: 16px;    border-top-right-radius: 16px;    border-bottom-right-radius: 16px;    background-image: none;    cursor: ew-resize;    position:absolute;    top: 0px;    background-color: transparent;}.sm_map .ui-resizable-w{    width: 16px;    border-top-left-radius: 16px;    border-bottom-left-radius: 16px;    background-image: none;    cursor: ew-resize;    position:absolute;    top: 0px;    background-color: transparent;}.sm_map .extras_menu_btn{    background-image: radial-gradient(ellipse at center, #adadad 0%, #adadad 30%, transparent 30%);    background-repeat: repeat-y;    background-size: 10px 10px;    width: 21px;    height: 31px;    position: absolute;    top: 3px;    right: 20px;    cursor: pointer;    display: none;}.sm_map:hover .extras_menu_btn{    display: block;}.sm_add_map_popup{    text-align: center;}.sm_add_map_wrap{    text-align: center;    display: inline-block;    cursor: pointer;    padding: 16px;    border-radius: 6px;}.sm_add_map_wrap:hover{    outline: 1px solid #efefef;}.sm_add_map_wrap:first-child{    margin-right: 16px;}.sm_add_map_wrap:last-child{    margin-left: 16px;}.sm_add_map_chooser .popup_content_wrap{    text-align: center;}.sm_add_map_chooser .save_btn{    display: none;}.sm_map[tooltip]:hover:after{    top: 40px;    animation: ttipfade 1s forwards;	}.sm_map .ui-resizable-handle{    height: 36px;}.sm_map .flydown_menu_items{    right: 16px;    min-width: 0px;}.sm_map .icon_button_bottom_wrapper{    margin-right: 8px;} .sm_map .icon_button_bottom_wrapper:first-child{    margin-left: 8px;}.sm_map .flydown_menu_icon{    margin:auto;}.sm_map .icon_button_bottom_wrapper{    cursor: pointer;}.sm_bo_popup_tab{    width: 100%;    padding-top: 16px;}.sm_bo_popup_tab .primary_button{    margin-top: 16px;}.sm_info_tgt{    white-space: nowrap;    margin-bottom: 16px;}.sm_info_tgt > div{    vertical-align: top;}.sm_btn_wrapper .icon_button_bottom_wrapper{    text-align: center;    margin-left: 16px;    float: right;}.sm_btn_wrapper .icon_button_bottom_wrapper .icon_40{    margin: auto;}.sm_btn_wrapper .icon_button_bottom_wrapper .icon_button_text{    font-size: 10px;    color: #adadad;}.sm_btn_wrapper .icon_button_bottom_wrapper:hover .icon_button_text{    color: #ff8a00;    cursor: pointer;}.sm_btn_wrapper .icon_button_bottom_wrapper:hover .grey_icon_button{    background-color: #ff8a00;}.sm_title{    display: inline-block;    width: calc(100% - 200px);}.sm_btn_wrapper{    display: inline-block;    width: 200px;}.sm_btn_wrapper .icon_button_bottom_wrapper{    position: relative;}.table_sausage.sm_ssg{    display: block;    width: fit-content;    min-width: 100px;    position: relative;}.sm_ssg:hover{    cursor: pointer;}.sm_prvw_map_tmp{    position: absolute;    right: -9px;    top: 12px;    z-index: 1;}.sm_preview_map_popup.pop_up{    width: 700px;    height: 500px;    top: calc(50% - 250px);    left: calc(50% - 350px);}.sm_preview_map_popup.pop_up .popup_content_wrap {    max-height: 470px;}.sm_preview_map_popup.pop_up .DASH_CA_wrapper{    border: none;}.sm_tile_icon{    position: absolute;    top: 3px;    right: 4px;}.sm_placeholder_popup .form_drop_down_Edit{    width: calc(100% - 31px);}.sm_add_obj_btn .form_field_wrapper{        display:inline-block;    vertical-align:top;}.sm_add_obj_btn .icon_button_text{    vertical-align:top;    display:inline-block;    line-height: 24px;} .close_color_wheel {     position:fixed;    top: 0px;    left: 0px;    width: 100%;    height: 100%; } .color_picker_parent {    border-radius:4px;    border-style:solid;    border-color:#adadad;    text-align:center;    padding:15px;    background-color:white;    position:absolute;    z-index: 500; } .color_picker_title { 	padding-bottom: 15px; 	display: inline-block; }.color_canvas{    z-index: 500;}.hex_val_field{ 	padding-top: 15px; 	display: inline-block;}.sausage{	height:20px;	width:calc(100% - 10px);	border-radius:10px;	text-align:center;	line-height:20px;	bottom:20px;	left:20px;	color: white;}.info_text{    position: absolute;    top: 15px;    right: 15px;    font-size:16px;}.picker{    cursor: pointer;}.theme_colors_tbl{	width:100%;	height:100%;	border-collapse:collapse;}.theme_colors_tbl tr:first-child{	height:30px;	background-color:#adadad;	color:white;	font-wieght: normal;}.theme_colors_tbl tr{	padding: 0px 15px;	border-bottom: 1px solid #adadad;}.theme_colors_tbl tr:last-of-type{	border-bottom: 0px;}.theme_colors_tbl td{  padding: 10px 5px 10px 5px;  text-align: left;   vertical-align: middle;}.chart_colors{    width: 100%;    overflow: hidden;     padding-top: 7px;    padding-bottom: 30px; }.chart_colors div {    width: 4.54%;    height: auto;    outline: 1px solid;    float: left;    color: #ffffff;    text-align: center;    vertical-align: middle;    line-height: 40px; }.theme_photo_grid{    width: 100%;    overflow: hidden; }.theme_photo_grid .theme_photo_upload_wrapper{    float: left;    vertical-align: middle;    margin-right: 15px;    margin-bottom: 15px;    background-size: cover;}.theme_photo_upload_wrapper {    position: relative;    background-color: #adadad;    width: 150px;    height: 150px;    border-radius: 3px;    background-repeat: no-repeat;    background-position: center center;}.theme_logo {   background-image: url('https://butterfly.ppmanywhere.com/Global/images/backgrounds/4_1739267839688.svg');   background-color: #0f2c4b;}/*Porlet Table Defaults*/.DASH_list_table {    width: 100%;    border-collapse: collapse;    border: 0 none;    /*min-width: 250px;*/    position: relative;    padding-top:5px;}table.DASH_list_table{	background-color: white;	}.DASH_list_table thead th:first-child {    border-radius: 3px 0px 0px 0px;}.DASH_list_table thead th:last-child {    border-radius: 0px 3px 0px 0px;}.DASH_list_table thead th {    font-weight: normal;    font-size: 12px;    box-sizing: border-box;    height: 24px;    vertical-align: middle;    text-align: left;    color: #ffffff;}.DASH_list_table thead td:first-child {    border-radius: 3px 0px 0px 0px;}.DASH_list_table thead td:last-child {    border-radius: 0px 3px 0px 0px;}.DASH_list_table tbody td, .form_table tbody td{    font-size: 12px;    box-sizing: border-box;    padding: 12px;    height: 56px;    text-align: left;    vertical-align: middle;}.DASH_list_table tbody tr {    border-bottom: 1px solid #adadad;}.DASH_list_table tbody tr:last-of-type {    border-bottom: 0px solid #adadad;}.DASH_list_table .clone_dock{		position: fixed;    z-index: 300;    display: table;    top: 60px;}.used_by_table th{	background-color: #0f2c4b;		color: #ffffff;    text-align: left;    height: 24px;    box-sizing: border-box;    vertical-align: middle;    padding: 12px;}.used_by_table td{    border-bottom: 1px solid #efefef;}.version_tbl{    width: 100%;    margin-top: 15px;    border-collapse: collapse;}.version_tbl tr th {    text-align: left;    padding: 10px;}.version_tbl tr td {    border-top: 1px solid #efefef;    padding: 12px;}.white_row_table tr{	background-color: #ffffff;	}.TBL_Show_More {    height: 30px;    background-color: #adadad;    width: 105px;    border-radius: 15px;    padding: 9px;    padding-right: 13px;    color: #fff;    text-align: right;    position: relative;    display:inline-block;}.TBL_Show_More::before {    content: " ";    background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_white.svg");    height: 24px;    width: 24px;    position: absolute;    left: 6px;    top: 3px;    background-repeat:no-repeat;    background-position:center;    transform: rotate(90deg);   -webkit-transform:rotate(90deg);   -moz-transform:rotate(90deg);   -o-transform:rotate(90deg);    display:inline-block;}.TBL_Show_More:hover {    background-color: #ff8a00;    cursor: pointer;}.TBL_Show_More_Numbers {    display: inline-block;    height: 30px;    line-height: 30px;    padding: 0px 16px 0px 44px;    margin-left: -35px;    border: 1px solid #adadad;    border-radius: 30px;    vertical-align: top; #    cursor: pointer;}.TBL_Show_More_Numbers:hover{      border: 1px solid #ff8a00;}   .tbl_row_grabber{	cursor: move;    cursor: grab;    cursor: -moz-grab;    cursor: -webkit-grab;    /* background-color: #adadad; */    width: 12px;    height: 30px;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAI0lEQVQYV2NkwAEYCUokJCT8BylasGABWDFcB04JdCNx2gEATLEIB698wvEAAAAASUVORK5CYII=);}/*Heirarchy Table*/.h_wrapper{   position: relative;}.h_btn_wrapper{   height: 40px;}.heiarchy_table{   border-collapse: collapse;   border-spacing: 0;   width: 100%;   background-color: #ffffff;}.heiarchy_table tr{   line-height: 0px;}.heiarchy_table tr:first-child td {    padding: 12px;}.heiarchy_table tr td{    border: 1px solid #adadad;    padding: 0px;    margin: 0px;    height: 40px;}.h_row_title{   display: inline-block;  line-height: 40px;  vertical-align: top;   margin-left: 5px;} .expand_btn, .end_point, .sib_connector{   width: 40px;   height: 40px;   box-sizing: border-box;   position: relative;   display: inline-block;}.control_cell{    width: 40px;   height: 40px;   border-color: #abc0c7 !important;    background-color: #abc0c7;}.sib_connector, .end_point{    background-color: #abc0c7;}.expand_btn{     background-color: #606060;     z-index: 10;     background-size: 80%;     background-position: center;     background-repeat: no-repeat;}.end_btn{        background-color: #606060;    z-index: 10;    width: 10px;    height: 40px;    display: inline-block;}.end_point{    content: "x";}.end_point::after{    content: " ";    border-top: 1px solid #606060;    top: 20px;     width: 20px;    left: 20px;    height: 0px;    position: absolute;    }.end_point::before{    content: " ";    border-left: 1px solid #606060;    top: -20px;    width: 0px;    left: 20px;    height: 40px;    position: absolute;}.sib_connector::after{    content: " ";    border-left: 1px solid #606060;    top: -20px;    width: 0px;    left: 20px;    height: 60px;    position: absolute;}.port_header{   color: #579F91;  text-align: center;  font-weight: bold;}.table_sausage {    display: inline-block;    height: 20px;    border-radius: 12px;    width: 100%;    text-align: center;    line-height: 20px;    color: white;    max-width: 100%;    padding: 0px 6px;}.table_sausage.loading_sausage{    width:100%;    background-color: #efefef;    animation: fadeIn 1s;}@keyframes fadeIn {    0% { opacity: 0; }    100% { opacity: 1; }}.sr_form_table > table {     border-spacing: 0;    border-collapse: collapse;    width: 100%;    table-layout: fixed;}.form_table_header_cell{    font-weight: normal;    text-align: left;    font-size: 14px;    background-color: #0f2c4b;    color: #ffffff;    padding: 10px;    box-sizing: border-box;    border-width: 0px 0px 0px 0px;    border-color: transparent transparent transparent transparent;    border-style: solid solid solid solid;	text-align: left;	overflow: hidden;	text-overflow: ellipsis;}.form_table_header_cell_accent{	font-weight: normal;    text-align: left;    font-size: 14px;    background-color: #579F91;    color: #ffffff;    padding: 10px;    box-sizing: border-box;    border-width: 0px 0px 0px 0px;    border-color: transparent transparent transparent transparent;    border-style: solid solid solid solid;	text-align: left;	overflow: hidden;	text-overflow: ellipsis;}.form_table_cell{vertical-align: top;border-top: 1px solid #adadad;padding: 5px;}.form_table tbody tr td{    border-top: 1px solid #adadad;}.form_table tr:nth-child(1) td {    border-top: none;}.table_hide_row_button {    display: block;    position: absolute;    background-color: #adadad;    cursor: pointer;    left:-27px;    margin-top: -25px;    height: 20px !important;    width: 20px !important;}.table_hide_row_button:hover {    background-color: #ff8a00;}.form_table th:first-child{  border-radius:3px 0 0 3px;}.form_table th:last-child{  border-radius:0 3px 3px 0;}.form_table td:last-of-type {/*     padding-right: 0px; */ /*ws 6.0 - not sure why this was here, but made components in tables hit the edge. If you find the case why this was here...say something*/}.form_table td:nth-child(1) {/*     padding-left: 0px; */}.form_table td:nth-child(2) {   /*  text-align: center;    padding-top: 15px !important; */}.form_table td:nth-child(2) .form_field_wrapper {  /*   margin-top: -9px !important; */}.form_table tr .grp_row.minus_silhouette_square_efefef, .form_table tr .grp_row.plus_silhouette_square_efefef, .DASH_list_table tr .grp_row.minus_silhouette_square_efefef, .DASH_list_table tr .grp_row.plus_silhouette_square_efefef{	height: 24px;    width: 24px;    display: inline-block;    cursor: pointer;    background-color: #606060;}.form_table_group_title{    display: inline-block;    margin-left: 3px;    vertical-align: top;    font-weight: bold;    margin-top: 6px;    user-select: none;}tr.form_table_group td{	height: 25px;	background-color: #efefef;}.TBL_show_more_wrapper{	margin-top: 15px;}.DASH_tbl_wrap .tag_target{	margin-top: 7px;}.header_th_title.one_line > div{	width: fit-content;}.list_table_resizer{    width: 7px;    position: absolute;    right: 0;    top: 0;    height: 100%;    cursor: ew-resize;}.list_table_separator{	width: 1px;    top:0;    right: 0;    height:50%;    background-color:white;    position: absolute;    cursor: ew-resize;    top: 25%;}.table_chart_filter_chooser{	cursor: pointer;}.DASH_CA_bg_white .table_chart_filter_chooser.filter_silhouette_square_efefef, .pop_up .table_chart_filter_chooser.filter_silhouette_square_efefef{	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_filter.svg);}.table_filter_wrapper{	min-height: 46px;}.list_filter_pane.hide{	display: none;}th .table_header_filter{	position: absolute;    right: 8px;    top: calc(50% - 12px);    display: none;}th:hover .table_header_filter{	display: block;}th .table_header_filter.active{	display: block;}.table_header_filter_wrap{	background-color: #efefef;    padding: 8px;    position: absolute;    right: 0px;    border-radius: 6px;    outline: 1px solid #adadad;    display: none;}.table_header_filter:hover + .table_header_filter_wrap{	display: block;}.table_header_filter_wrap:hover{	display: block;}.table_header_filter_wrap .tag_box_accent{	margin-right: 0px;	margin-bottom: 0px;}th:last-child .table_header_filter{    right: 32px;}.form_table tr.highlighted{	background-color: #ff8a0010;}:root{	--col_1_grid_width: 100%;	--col_2_grid_width: calc(50% - 16px);	--col_4_grid_width: calc(25% - 24px);	--col_6_grid_width: calc(16.66% - 26.6px);	--col_8_grid_width: calc(12.5% - 28px);		--col_1_max_width: 568px;	--col_2_max_width: 1024px;	--col_4_max_width: 1280px;	--col_6_max_width: 1920px;	--report_portrait_col_width: 208px;	--report_landscape_col_width: 226.3px;	--guttered_col_width:  250px;		--grid_row_height: 64px;	--accessibility_focus_colour: #579F91;}.DASH_grey_paper_width .DASH_section_wrapper{	min-width:0px !important;    padding-top: 0px;}.DASH_white_paper_width .DASH_section_wrapper{	min-width:0px !important;	background-color: #ffffff;    max-width: 960px !important;    margin: 85px auto;    padding: 16px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: 1358px !important;     grid-template-columns: repeat(4, var(--report_portrait_col_width)) !important;}.DASH_white_paper_width_landscape .DASH_section_wrapper{	min-width:1550px !important;	background-color: #ffffff;    max-width: 1550px;    margin: 85px auto !important;    padding: 16px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: 1096px !important;    grid-template-columns: repeat(6, var(--report_landscape_col_width)) !important;}.DASH_dashboard_wrapper{	padding-top: 70px;	min-height: 100vh;	min-width: calc(100vw - 32px);	display:none;	 -webkit-transition: margin 600ms ease-in-out;    transition: margin 600ms ease-in-out;}.DASH_section_wrapper{	display: grid;		margin: 16px;    height: 100%;    min-height: calc(100vh - 240px);    position:relative;    /*grid-template-rows: repeat(auto-fill, minmax(var(--grid_row_height), max-content));*/    grid-auto-rows: minmax(var(--grid_row_height), max-content);    grid-column-gap: 32px;    grid-row-gap: 32px;    position: relative;}.DASH_del_section_btn{		position: absolute;    top: -8px;    right: -48px;    background-color: #adadad;    cursor: pointer;}.DASH_del_section_btn:hover{	background-color: #ff8a00;}.section_breakpoint{	border-bottom: 2px dotted #adadad;    border-top: none;    border-left: none;    border-right: none;	position:absolute;	width: 100%;}.DASH_CA_wrapper{	position:relative;	border-radius: 6px;} .DASH_CA_bg_white {	background-color: white;	border: 1px solid rgba(0, 0, 0, .08);}.DASH_white_paper_width_landscape .DASH_CA_bg_white, .DASH_white_paper_width .DASH_CA_bg_white, .DASH_white_full_width .DASH_CA_bg_white{	border: none;}.DASH_CA_pad_16{	padding: 16px;}.D_CA_title{	min-height: 32px;	margin-bottom: 16px;}.D_CA_body_wrap{	position:relative;	transition: all cubic-bezier(0.4, 0, 1, 1) .1s;}.col_wide_1, .col_wide_2, .col_wide_3, .col_wide_4 , .col_wide_5 , .col_wide_6 , .col_wide_7 , .col_wide_8 	{   	width: 100%;   	position: relative;	border-radius: 6px;	min-height: var(--grid_row_height);/* 	background-color: #ffffff; */}.col_preview_1 .DASH_section_wrapper{	grid-template-columns: repeat(auto-fill, var(--col_1_grid_width));}.col_preview_1.DASH_dashboard_wrapper{	width: var(--col_1_max_width);	min-width: var(--col_1_max_width);	margin: 60px auto;	border-left: 2px dotted #606060;	border-right: 2px dotted #606060;}.col_preview_2 .DASH_section_wrapper{	grid-template-columns: repeat(auto-fill, var(--col_2_grid_width));}.col_preview_2.DASH_dashboard_wrapper{	width: var(--col_2_max_width);	min-width: var(--col_2_max_width);	margin: 60px auto;	border-left: 2px dotted #606060;	border-right: 2px dotted #606060;}.col_preview_4 .DASH_section_wrapper{	grid-template-columns: repeat(auto-fill, var(--col_4_grid_width));}.col_preview_4.DASH_dashboard_wrapper{	width: var(--col_4_max_width);	min-width: var(--col_4_max_width);	margin: 60px auto;	border-left: 2px dotted #606060;	border-right: 2px dotted #606060;}.col_preview_6 .DASH_section_wrapper{	grid-template-columns: repeat(auto-fill, var(--col_6_grid_width));}.col_preview_6.DASH_dashboard_wrapper{	width: var(--col_6_max_width);	min-width: var(--col_6_max_width);	margin: 60px auto;	border-left: 2px dotted #606060;	border-right: 2px dotted #606060;}.col_preview_8 .DASH_section_wrapper{	grid-template-columns: repeat(auto-fill, var(--col_8_grid_width));}/*1 column layout*/@media only screen and (min-width: 1px) and (max-width: 568px){	.DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_1_grid_width));	}	}/*2 column layout*/@media only screen and (min-width: 569px) and (max-width: 1024px){	.DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_2_grid_width));	}}/* 4 col layout */@media only screen and (min-width: 1025px) and (max-width: 1280px){	.DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_4_grid_width));	}}/* 6 col layout */@media only screen and (min-width: 1281px) and (max-width: 1920px){	.DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_6_grid_width));	}		.form_popup .DASH_grey_paper_width .DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_6_grid_width));    	margin: 16px auto;    	max-width: unset;	}	}@media only screen and (min-width: 1692px){	.DASH_grey_paper_width .DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--guttered_col_width));		max-width: 1550px;    	margin: 16px auto;	}}/* 8 col layout */@media only screen and (min-width: 1921px){	.DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_8_grid_width));	}		.form_popup .DASH_grey_paper_width .DASH_section_wrapper	{		grid-template-columns: repeat(auto-fill, var(--col_8_grid_width));    	margin: 16px auto;    	max-width: unset;	}}/*Legacy report viewing*/.DASH_white_paper_width .DASH_all_ca_wrapper, .DASH_white_paper_width_landscape .DASH_all_ca_wrapper{	background-color: white;}.DASH_all_ca_wrapper .col_wide_4{    width: calc(100% - 30px);}.DASH_all_ca_wrapper .col_wide_3{    width: calc(75% - 30px);}.DASH_all_ca_wrapper .col_wide_2{    width: calc(50% - 30px);}.DASH_all_ca_wrapper .col_wide_1{    width: calc(25% - 30px);    }.DASH_all_ca_wrapper .col_wide_1, .DASH_all_ca_wrapper .col_wide_2, .DASH_all_ca_wrapper .col_wide_3, .DASH_all_ca_wrapper .col_wide_4{    margin: 15px;    box-sizing: border-box;    min-height: 20px;    float: left;    position: relative;    border-radius: 3px;    /* display: inline-block; */}.DASH_white_paper_width .DASH_all_ca_wrapper{    min-width:0px !important;    background-color: #ffffff;    max-width: 960px !important;    margin: 0px auto;    padding-top: 0px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: 1358px !important;    contain: layout;}.DASH_white_paper_width_landscape .DASH_all_ca_wrapper{    min-width:0px !important;    background-color: #ffffff;    max-width: 1550px !important;    margin: 0px auto;    padding-top: 0px;    border: 1px solid rgba(173, 173, 173, .3);    box-shadow: 5px 5px 5px rgba(173, 173, 173, .3);    min-height: 1098px !important;    contain: layout;}#loading_overlay{	position: fixed;	left: 0;	top: 0;	display: none;	height: 100%;	width: 100%;	background-color: rgba(0, 0, 0, 0.35);	transform-style: preserve-3d;	z-index: 3002;}#loading_wrapper{	position: relative;	top: 40%;	transform: translateY(-20%);	margin: 0 auto;    transform-style: preserve-3d;    z-index: 950;}.rotate_wrapper{    margin: 0 auto;    width: 150px;}#loading_overlay_icon{	height: 150px;	width: 150px;}.lo_icon_0 {background: url('https://cdnv5.ppmanywhere.com/Animations/0.svg') no-repeat;}.lo_icon_1 {background: url('https://cdnv5.ppmanywhere.com/Animations/1.svg') no-repeat;}.lo_icon_2 {background: url('https://cdnv5.ppmanywhere.com/Animations/2.svg') no-repeat;}.lo_icon_3 {background: url('https://cdnv5.ppmanywhere.com/Animations/3.svg') no-repeat;}.lo_icon_4 {background: url('https://cdnv5.ppmanywhere.com/Animations/4.svg') no-repeat;}.lo_icon_5 {background: url('https://cdnv5.ppmanywhere.com/Animations/5.svg') no-repeat;}.lo_icon_6 {background: url('https://cdnv5.ppmanywhere.com/Animations/6.svg') no-repeat;}.lo_icon_7 {background: url('https://cdnv5.ppmanywhere.com/Animations/7.svg') no-repeat;}.lo_icon_8 {background: url('https://cdnv5.ppmanywhere.com/Animations/8.svg') no-repeat;}.lo_icon_9 {background: url('https://cdnv5.ppmanywhere.com/Animations/9.svg') no-repeat;}.lo_icon_10 {background: url('https://cdnv5.ppmanywhere.com/Animations/10.svg') no-repeat;}.lo_icon_11 {background: url('https://cdnv5.ppmanywhere.com/Animations/11.svg') no-repeat;}.lo_icon_12 {background: url('https://cdnv5.ppmanywhere.com/Animations/12.svg') no-repeat;}.lo_icon_13 {background: url('https://cdnv5.ppmanywhere.com/Animations/13.svg') no-repeat;}.lo_icon_14 {background: url('https://cdnv5.ppmanywhere.com/Animations/14.svg') no-repeat;}.lo_icon_15 {background: url('https://cdnv5.ppmanywhere.com/Animations/15.svg') no-repeat;}.lo_icon_16 {background: url('https://cdnv5.ppmanywhere.com/Animations/16.svg') no-repeat;}.lo_icon_17 {background: url('https://cdnv5.ppmanywhere.com/Animations/17.svg') no-repeat;}.lo_icon_18 {background: url('https://cdnv5.ppmanywhere.com/Animations/18.svg') no-repeat;}.lo_icon_19 {background: url('https://cdnv5.ppmanywhere.com/Animations/19.svg') no-repeat;}.lo_icon_20 {background: url('https://cdnv5.ppmanywhere.com/Animations/20.svg') no-repeat;}.lo_icon_21 {background: url('https://cdnv5.ppmanywhere.com/Animations/21.svg') no-repeat;}.lo_icon_22 {background: url('https://cdnv5.ppmanywhere.com/Animations/22.svg') no-repeat;}.lo_icon_23 {background: url('https://cdnv5.ppmanywhere.com/Animations/23.svg') no-repeat;}.lo_icon_24 {background: url('https://cdnv5.ppmanywhere.com/Animations/24.svg') no-repeat;}.lo_icon_25 {background: url('https://cdnv5.ppmanywhere.com/Animations/25.svg') no-repeat;}.lo_icon_26 {background: url('https://cdnv5.ppmanywhere.com/Animations/26.svg') no-repeat;}.lo_icon_27 {background: url('https://cdnv5.ppmanywhere.com/Animations/27.svg') no-repeat;}.lo_icon_28 {background: url('https://cdnv5.ppmanywhere.com/Animations/28.svg') no-repeat;}.lo_icon_29 {background: url('https://cdnv5.ppmanywhere.com/Animations/29.svg') no-repeat;}.lo_icon_30 {background: url('https://cdnv5.ppmanywhere.com/Animations/30.svg') no-repeat;}.lo_icon_31 {background: url('https://cdnv5.ppmanywhere.com/Animations/31.svg') no-repeat;}.loading_overlay_text{	font-size: 16px;	font-family: arial;		text-align: center;		line-height: 30px;	opacity: .8;}.loading_overlay_text div{	height: 0px;	opacity: 0;	transition: .3s height ease-in,.3s opacity ease-in .2s; }.loading_text_wrapper{	border-radius: 6px;	position: relative;	margin: 16px auto;	opacity: .8;	display: table;	padding: 8px;	background-color: #efefef;}@keyframes rotate_icon{	from {transform: rotate(0deg);}	to {transform: rotate(360deg);}}#user_admin_body{	padding-top: 85px;	padding-left: 15px;	background-color: #ffffff;	min-height: 100%;}.UADMIN_page_wrapper_inactive, .UADMIN_page_wrapper_active{	}.UADMIN_page_wrapper_inactive{	display: none;}.UADMIN_page_wrapper_active{	display: block;}.UADMIN_result_list_wrap{	margin-top: 90px;	padding-bottom: 15px;}.UADMIN_result_wrapper {    padding: 15px 0px;    position: relative;    color: #606060;    height: 120px;    border-bottom: 1px solid #adadad;}.UADMIN_result_title{	font-size: 16px;	font-weight: bold;	color: #606060;	margin-bottom: 5px;	min-height: 16px;}.UADMIN_result_img_wrapper{	position: relative;	float: left;    height: 85px;    width: 85px;	margin-right: 15px;	background: #ffffff;	overflow: hidden;}.UADMIN_result_img{	height: 100%;}.UADMIN_result_col1{	font-size: 14px;	height: 100%;	width: 25%;	float: left;}.UADMIN_result_col2{		height: 100%;	width: 20%;	float: left;}.UADMIN_result_btn_grp{	height: 100%;	width: 10%;	float: right;	text-align:right;}.UADMIN_result_btn{	margin-top:5px;	text-align: center;	line-height: 32px;	height: 32px;	border-radius: 3px;	cursor: pointer;	font-size: 14px;}.UADMIN_results_hdr{	border-bottom: 1px solid #606060;    margin-right: 15px;}.UADMIN_new_user_btn_wrap{	float: right;	margin: 15px;}.UADMIN_new_user_txt{	display: inline-block;	vertical-align: top;    margin-right: 5px;    position: relative;    top: 17px;    font-size: 14px;}.UADMIN_new_user_btn{	display: inline-block;	vertical-align: top;	height: 40px;    width: 40px;    border-radius: 20px;    display: inline-block;    margin: 5px;/*     background-image: url(../../Global/images/plus.png); */    background-repeat: no-repeat;    background-size: 40px 40px;    background-position: center center;}.UADMIN_filters_wrapper{	margin-top: 50px;}.UADMIN_filter_title{	}.UADMIN_choose_filter_wrap{	margin-bottom: 20px;}.UADMIN_selected_filter_wrap{	}			.selected_filter{	background-color: #606060;	border-radius: 3px;	color: #efefef;	font-size: 12px;	display: inline-block;	margin: 5px;	padding-left: 5px;}.selected_filter_close{	cursor: pointer;	margin:5px;	    display: inline-block;}.filter_drop_down{	margin: 5px;    background-color: #efefef;    color: #606060;    font-size: 14px;    height: 20px;    line-height: 20px;    border-radius: 3px;    padding: 5px;    min-width: 100px;    display: inline-block;	position: relative;}.quick_arrow{    background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg");    background-repeat: no-repeat;    content: " ";    position: absolute;    background-size: 26px 18px;    top: 0;    right: 0;    width: 30px;    height: 30px;    background-position: center;    pointer-events: none;    border-radius: 3px;    transform: rotate(90deg);}/*	User page*/.UADMIN_field_label_input{	position: relative;}.UADMIN_field_label_input td{	padding-bottom: 10px;	position: relative;}.UADMIN_field_label_input .UADMIN_fields, .UADMIN_field_label_input .UADMIN_field_label,.UADMIN_field_label_input .UADMIN_field_readonly{/* 	display: inline-block; */	vertical-align: top;}.UADMIN_field_label{/* 	width: 110px; */	height: 30px;	line-height: 30px;	text-align: left;	box-sizing: border-box;	font-size: 12px;	padding-right: 10px;}.UADMIN_fields, .UADMIN_field_readonly{	font-size: 12px;    border: none 0 transparent;    min-height: 30px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;	 padding-left: 7px;    padding-right: 7px;       box-sizing: border-box;    height: 30px;    color: #606060;}.UADMIN_fields { background-color: #efefef; }.UADMIN_field_readonly{ background-color: transparent; }input[type="radio"].UADMIN_checkbox,input[type="checkbox"].UADMIN_checkbox{	visibility: hidden;	vertical-align: top;	margin: 0px;	line-height: 28px;}input[type="radio"] + label.UADMIN_checkbox, /*checkbox*/input[type="checkbox"] + label.UADMIN_checkbox{	position: relative;	background-color: #efefef;	background-image: none;	border-radius: 3px;	display: inline-block;	height: 28px;	width: 28px;	cursor: pointer;	margin-right: 10px;	left: 0px;}input[type="radio"]:checked + label.UADMIN_checkbox, /*checkbox tick*/input[type="checkbox"]:checked + label.UADMIN_checkbox{	background-image:url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick/Icon_only/icon_tick_w_orange.svg");	background-size: 20px 20px;	background-repeat: no-repeat;	background-position: center center;}input[type="radio"].UADMIN_checkbox::after, /*label*/input[type="checkbox"].UADMIN_checkbox::after{	display: inline-block;	position: relative;	color: #606060;	font-size: 12px;	border-radius: 3px;	height: 28px;	line-height: 25px;	cursor: pointer;	visibility: visible;}input[type="radio"]#UADMIN_checkbox_user_VIEW_APPROVE{width: 105px;}input[type="radio"]#UADMIN_checkbox_user_BASIC{width: 35px;}input[type="radio"]#UADMIN_checkbox_user_ADVANCE{width: 52px;}input[type="radio"]#UADMIN_checkbox_user_VIEW_APPROVE::after {content: "View and Approve";}input[type="radio"]#UADMIN_checkbox_user_BASIC::after {content: "Basic";}input[type="radio"]#UADMIN_checkbox_user_ADVANCE::after {content: "Advance";}.UADMIN_checkbox_input_hidden{	display: none;}#UADMIN_save_user_btn, #UADMIN_save_group_btn{/*     padding: 0px 15px; */    border-radius: 3px;    text-align: center;/*     line-height: 30px; *//*     height: 30px; */    width: 70px;    text-align: center;}#UADMIN_save_user_btn{	position: absolute;	top: -48px;    left: 711px;}#UADMIN_cancel_user_btn{	position: absolute;	top: -48px;    left: 631px;}#UADMIN_save_group_btn{	display: inline-block;	vertical-align: top;	margin-top: 6px;	margin-left: 10px;	left: 338px;}.UADMIN_profile_title, .UADMIN_profile_icon{	display: inline-block;	vertical-align: top;}.UADMIN_profile_icon{	width: 40px;	height: 40px;	border-radius: 100px;	margin-right: 5px;}.UADMIN_profile_title{	margin-top: 10px;}.UADMIN_user_field_wrap{	position: relative;	width: 100%;	margin-top: 15px;	margin-bottom: 50px;}.UADMIN_field_content_wrap{/* 	width: 400px; */	vertical-align: top;	position:relative;	display: inline-block;	margin-right: 10px;	margin-bottom: 30px;}.UADMIN_photo_upload_wrapper{	position: relative;	background-color: #adadad;    width: 150px;    height: 150px;    border-radius: 3px;    background-repeat: no-repeat;	background-position: center center;}.UADMIN_photo_upload_button_wrapper{	padding: 0px;	margin: 0px;	height: 40px;	width: 40px;	border-radius: 3px;		position: absolute;	top: 0px;	right: 0px;		background-color: rgba(0,0,0,0.4);	background-repeat: no-repeat;	background-position: center center;}.UADMIN_photo_upload_button{	display: inline-block;	position: relative;		height: 100%;	width: 100%;	opacity: 0;}.UADMIN_license_wrap{	height: 100px;  }.UADMIN_bottom_wrap{	width: 100%;	}.UADMIN_tab_wrap{	border-width: 0px 0px 1px 0px;	border-style: solid;	}.UADMIN_active_tab, .UADMIN_inactive_tab{	font-size: 14px;    border-radius: 3px 3px 0px 0px;    display: inline-block;    width: 200px;    height: 25px;    line-height: 25px;    text-align: center;    box-sizing: border-box;	border-width: 1px 1px 0px 1px;    border-style: solid;    cursor: pointer;}.UADMIN_active_tab{	color: #ffffff !important;}.UADMIN_inactive_tab{    color: #606060;    background-color: transparent;}.UADMIN_tab_pane_wrapper{	}.UADMIN_tab_pane_title{	padding-bottom: 20px;	font-size: 26px;}.UADMIN_tab_pane{	display: none;	width: 100%;	min-height: 200px;	box-sizing: border-box;	padding: 20px 0px;	}.UADMIN_multi_select_wrapper, .UADMIN_multi_select_wrapper_arrow_wrapper{	position: relative;	display:inline-block;}.UADMIN_multi_select_wrapper_arrow_wrapper{	width: 60px;}.UADMIN_multi_select_title{	width: 100%;	display: block;    color: #606060;    font-size: 16px;    padding-bottom: 20px;}.UADMIN_multi_select_container{	background-color: #efefef;	border-radius: 3px;	width: 300px !important;	box-sizing: border-box;	height: 300px;}.UADMIN_multi_select{	width: 100%;	height: 100%;	box-sizing: border-box;	color: #606060;	background-color: transparent;}.UADMIN_group_right_arrow, .UADMIN_group_left_arrow{	position: absolute;	left: 10px;	background-color: #606060;	height: 40px;	width: 40px;	border-radius: 3px;	background-repeat: no-repeat;	background-position: center center;	background-size: 30px 30px;/* 	background-image: url(../../Global/images/ArrowDown_Orange.png); */}.UADMIN_group_right_arrow{	top: 100px;	transform: rotate(0deg);	-webkit-transform: rotate(0deg);}.UADMIN_group_left_arrow{	top: 200px;	transform: rotate(180deg);	-webkit-transform: rotate(180deg);}.UADMIN_dropdown_wrapper{	position: relative;	display: inline-block;	width: 400px;    height: 30px;}.UADMIN_dropdown_wrapper:after {    background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg");    background-repeat: no-repeat;    background-color: #efefef;    content: " ";    position: absolute;    background-size: 26px 18px;    top: 0;    right: 0;    width: 30px;    height: 30px;    background-position: center;    pointer-events: none;    border-radius: 3px;    transform: rotate(90deg);}.UADMIN_dropdown_input{	border: none 0 transparent;    width: 400px;    height: 30px;    line-height: 22px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    padding-left: 7px;    padding-right: 7px;    background-color: #efefef;    box-sizing: border-box;    height: 30px;    color: #606060;}.UADMIN_date_input_field{	position: absolute;	top: 1px;	left: 130px;	height: 30px;	width: 30px;	background-repeat: no-repeat;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Table/Icon_only/icon_table_w_orange.svg');	cursor: pointer;}.UADMIN_field_wrapper{	display: inline-block;	vertical-align: top;}.UADMIN_user_auto_complete_input{	width: 50%;	min-width: 250px;}#UADMIN_user_history_table{	table-layout: fixed;}#UADMIN_user_history_table thead th{ padding: 10px; }#UADMIN_user_history_table thead th:nth-child(1){ min-width: 150px; }#UADMIN_user_history_table thead th:nth-child(2){ min-width: 110px; }#UADMIN_user_history_table thead th:nth-child(3){ min-width: 65px; }#UADMIN_user_history_table thead th:nth-child(4){ min-width: 125px; }#UADMIN_user_history_table thead th:nth-child(5){  }.UMANAGE_profile_pic_icon{	width: 100%;}.UMANAGE_dropzone_wrapper{	position: relative;	margin-top: 35px;}.edit_account_prof_img{	width: 70px;    height: 70px;    background-repeat: no-repeat !important;    background-position: center center !important;    background-size: cover !important;    background-color: #adadad !important;    border-radius: 50px;    cursor: pointer;    margin-bottom: 15px;}.edit_account_separator{   	width: 100%;    height: 1px;    background-color: #adadad;    margin-bottom: 12px;}.edit_account_payment_btn{	float: right;	cursor: pointer;	font-size: 10px;	color: #ff8a00;    top: -25px;    position: relative;    user-select: none;}.edit_account_detail_title{    font-weight: bold;    font-size: 14px;    margin-bottom: 12px;}.edit_account_popup_save_btn{	margin-top: 15px;}.payment_detail_cmp_wrap{	white-space:nowrap;}.payment_detail_cmp_wrap .form_field_prompt{	display: inline-block;    width: 50%;}.payment_detail_cmp_wrap .form_text_field_NonEdit{	display: inline-block;    width: 50%;    text-align: right;    padding-right: 0px;    margin-left: 0px !important;}.edit_account_popup_wrapper{	margin-top: 7px;}.template_popup_wrap{	margin-bottom: 30px;}.PKG_content_hdr{	height: 40px;	background-color: #606060;	border-bottom: 2px solid white;}.PKG_content_hdr .form_field_wrapper{	display:none;	}.PKG_hdr_btn{	display: inline-block;	height: 40px;	width: 40px;	transition: all .3s ease-in;}.PKG_hdr_btn.arrow_icon.open{	transform: rotate(90deg);	} .PKG_hdr_title{	display: inline-block;	margin-left: 7px;	color: white;	font-size: 16px;	vertical-align: top;    line-height: 40px;}.PKG_expand_btn{    height: 18px;    width: 18px;    cursor: pointer;    background-color: #adadad;    display: inline-block;    margin-right: 7px;}.PKG_contents_sec_wrap{	width: 100%;	overflow: hidden;}.PKG_ac_btn{	display: inline-block;	float: right;    margin-top: 8px;    margin-right: 8px;}.PKG_content_remove_btn{	display: inline-block;	float: right;    margin-top: 8px;    margin-right: 8px;	cursor: pointer;	height: 24px;	width: 24px;}.PKG_content_row{	height: 40px;    background-color: white;    border-bottom: 1px solid #efefef;    line-height: 40px;    padding-left: 15px;    transition: all .1s ease-in;    overflow:hidden;    box-sizing: content-box;}.PKG_content_title{	display:inline-block;	vertical-align: top;	margin-right: 8px;}.PKG_content_row_warning{	height: 24px;	width: 24px;	margin-top: 8px;	display:inline-block;}.PKG_warning_key_icon{	height: 18px;	width: 18px;	display:inline-block;} .PKG_warning_key_txt{    display: inline-block;    width: calc(100% - 24px);    line-height: 18px;    white-space: nowrap;    vertical-align: top;}.package_actors{	margin-top: 15px;}.package_actors .profile_wrap {	margin-top: 15px;}.changes_silhouette_square.PKG_content_row_warning{    width: 22px !important;    vertical-align: top;}.MIG_content_status{	display: inline-block;    float: right;    margin-right: 8px;    height: 24px;    width: 100px;    text-align: center;    margin-top: 5px;    line-height: 24px;    border-radius: 24px;    color: #ffffff;}.MIG_timer_wrap{	display: inline-block;    width: 35px;    height: 5px;    float: right;    margin-top: 10px;    border-radius: 15px;    border: 1px solid #adadad;}.MIG_timer_bar{    background-color: #3f5d04;    height: 100%;    transition: all 1s ease-in;}.MIG_timer_wrap_complete{	display: inline-block;    width: 35px;    height: 5px;    float: right;    margin-top: -3px;    margin-right: -14px;}.pkg_refresh_btn{	display: block;	margin-top: 45px;}body:after{	display:none;	content: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_wastebasket.svg')			 url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_what_if.svg')			 url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_mail.svg')			 url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_people.svg')							;	}/*Header Styles*/#hdr{	z-index: 1000;	height: 60px;	width:100%;	min-width: 372px;    box-sizing: border-box;	position:fixed;	top:0px;	left:0px;	transition: all 600ms ease-in-out;}#hdr_logo{    background-image: url('https://butterfly.ppmanywhere.com/Global/images/backgrounds/4_1739267839688.svg');;    float: left;    height: 36px;    min-width: 300px;    background-repeat: no-repeat;    background-size: contain;    cursor: pointer;    margin: 14px 15px 0px 15px;}#hdr_buttons{	width: 190px;	height: 24px;	float: right;	margin: 18px 15px;}#hdr_dash_btn, #hdr_search_btn, #hdr_heart_btn, #hdr_menu_btn, #hdr_profile_btn, #hdr_notification_btn{	cursor: pointer;	background-repeat: no-repeat;	float:right;	display: inline-block;}#hdr_dash_btn.hide, #hdr_search_btn.hide, #hdr_heart_btn.hide, #hdr_menu_btn.hide, #hdr_profile_btn.hide, #hdr_notification_btn.hide, #hdr_bug_btn.hide, #hdr_invite_btn.hide{	display: none;	}#hdr_profile_btn{    height: 26px;    width: 26px;    margin-right: 27px;    border-radius: 100px;    margin-top: -2px;    background-size: 100%;    background-position: center center;}#hdr_profile_btn .profile_img_24{	border: 1px solid #ffffff;}#hdr_profile_btn .flydown_menu_items{	min-width: 200px;    right: 68px;    top: 47px;}#hdr_profile_btn .flydown_menu_items .icon_button_bottom_wrapper{	width: 80px;	white-space: break-spaces;}#hdr_profile_btn .flydown_menu_items .flydown_menu_icon{	margin-left: 20px;}#hdr_profile_btn .flydown_menu_items .icon_button_text{    font-size: 10px;    color: #606060;    margin-bottom: 7px;}#hdr_dash_btn{	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Dashboard/Icon_only/icon_nav_dashboard_white.svg');	height:22px;	width: 26px;	margin-right: 27px;}#hdr_search_btn{	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Search/Icon_only/icon_nav_search_white.svg');		height: 22px;	width: 25px;	margin-right: 23px;}#hdr_notification_btn{	background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_attention.svg);    height: 40px;    width: 40px;    position: fixed;    bottom: 16px;    right: 16px;    background-size: 100%;    z-index: 999;    background-color: #adadad;    border-radius: 100%;    border: 1px solid #adadad;    box-shadow: 0px 0px 5px #adadad;}#hdr_notification_btn:hover{	background-color: #ff8a00;	border: 1px solid #ff8a00;}#hdr_notification_btn .notification_bubble{	margin-left: 24px;}#hdr_heart_btn{	display:none;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Favourite/Icon_only/icon_nav_favourite_white.svg');		height: 22px;	width: 25px;	margin-right: 23px;}#hdr_menu_btn{		height: 22px;	width: 28px;	cursor: pointer;	transition: all 0.5s ease-in-out;}#m1, #m2, #m3{	background-color: white;	height: 4px;	width: 28px;	border-radius: 100px;	position: absolute;	transition: all 0.5s ease-in-out;	transform: rotate(0deg);	transform-origin: left center;}#m1{	top:18px;}#m2{	top: 27px;}#m3{	top: 36px;}.close #m1{	transform-origin: left center;	transform: rotate(45deg);	top: 18px;}.close #m2{	opacity: 0;}.close #m3{	transform: rotate(-45deg);	transform-origin: left center;	top: 38px;}#hdr_invite_btn{	display: inline-block;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Allocate/Icon_only/icon_allocate_white.svg');		height: 31px;	width: 31px;	cursor: pointer;	position: relative;	margin-right: 22px;	margin-top: -5px;	vertical-align: top;	float: right;}#hdr_bug_btn{	display: inline-block;	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Bug/Icon_only/icon_bug_white.svg");		height: 28px;	width: 28px;	cursor: pointer;	position: relative;	margin-right: 18px;	margin-top: -3px;	vertical-align: top;	float: right;}#hdr_upgrade_btn{	display: inline-block;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Library/Icon_only/icon_library_white.svg');		height: 40px;	width: 40px;	cursor: pointer;	position: relative;	margin-left: 10px;	margin-top: -8px;	vertical-align: top;}#breadcrumbs{	display:none;    background-color: transparent;    height: 25px;    z-index: 50;    position: absolute;    top: 60px;    left: 0px;    width: 100%;    box-sizing: border-box;    color: #606060;    padding-left: 15px;    padding-right: 15px;    display: block;}	#hdr_buttons > div[tooltip]:hover:after, #hdr_logo[tooltip]:hover:after{    animation: ttipfade 2s forwards; }@media only screen and (min-width: 1px) and (max-width: 568px) {	#crumblist { display: none; }}@media only screen and (min-width: 569px){	#crumblist	{	    border-bottom: 1px solid rgba(173, 173, 173, .5);    	color: #adadad;    	padding-bottom: 4px;    	padding-top: 5px;    	line-height: 13px;    	box-sizing: border-box;    	text-align: left;    	overflow: hidden;    	white-space: nowrap;    	text-overflow: ellipsis;    	font-size: 11px;    	}		#crumblist a	{		color: #adadad;	    font-size: 11px;	}		#crumblist a:hover	{		color: #ffa800;	}}.pm_wb_title{   margin-bottom: 15px;   display: inline-block;}.pm_wb_button_wrapper{   display: inline-block;   float:right;}.pmwb_header_wrapper{	position: relative;	width: 100%;	transition: all .5s ease-in;}.pmwb_hdr_closed{	max-height: 60px;	padding-bottom: 0px;}.pmwb_hdr_open{	max-height: 300px;}.pmwb_header_tab_wrapper, pmwb_header_tab_lib_wrapper{	position: relative;	width: 100%;	height: 100%;	box-sizing: border-box;	padding: 0px 30px 0px 0px;}.pmwb_header_tab_wrapper{	display:flex;	/* align-items: flex-start; */	/* justify-content: flex-start; */}.pmwb_header_tab_lib_wrapper{   padding-top: 4px;}.pmwb_pencil_tab_wrapper{	position: absolute;	top: 0px;	right: 0px;	width: 30px;	height: 100%;	background-repeat: no-repeat;	background-position: center;}.pmwb_tab_wrapper, .pmwb_pencil_tab_wrapper{	display: inline-block;	height: 60px;	flex: 1 100%;	max-width: 16%;}.pmwb_pencil_btn{	width: 100%;}.pmwb_tab_space_wrapper{	padding-right: 4px;	width: 100%;	height: 100%;}.pmwb_tab{	height: 100%;	width: 100%;	border-radius: 3px 3px 0px 0px;	cursor: pointer;    padding-top: 4px;}.pmwb_pencil_tab{	background-color: #adadad;	border-radius: 3px 3px 0px 0px;}.pmwb_tab_inactive{	background-color: #adadad;        padding-top: 4px;}.pmwb_tab_edit{	position: absolute;	left: 0px;	top: 15px;	width: 30px;	height: 40px;	background-repeat: no-repeat;}.pmwb_tab_icon{	margin: 0 auto;    padding: 0;	background-repeat: no-repeat;	height: 40px;	width: 40px;}.pmwb_tab_title{	color: #ffffff;	width: 100%;	text-align: center;        margin-top: -4px;}.pmwb_tab_btn_wrapper{	display: inline-block;}.pmwb_tab_btn{    background-color: #adadad;    position: relative;    height: 85px;    min-width: 85px;    border-radius: 3px;    padding: 15px;	margin-bottom: 18px;}.pmwb_tab_btn_checked_true, .pmwb_tab_btn_checked_false{    height: 25px;    width: 25px;    border-radius: 25px;    transition: all .2s ease-in;	position:absolute;	bottom: -12.5px;	left: 50%;	margin-left: -12.5px;}.pmwb_tab_btn_checked_true{   border: 1px solid #0f2c4b;	background-color: #0f2c4b;}.pmwb_tab_btn_checked_false{	background-color: #efefef;        border: 1px solid #adadad;}.pm_wb_pane{	width: 100%;	min-height: 2000px;	background-color: #ffffff;	margin-top: -30px;}.pm_wb_table, .pm_wb_table_docked{	width: 100%;	border-spacing: 0px;}.pm_wb_table_docked thead.clone_dock{    position: fixed;	z-index:300;	width: calc(100% - 30px);	display: table;	top: 60px;}.pm_wb_table_header{	height: 30px;	font-weight: normal;	color: #ffffff;	text-align: left;	padding-left: 10px;} .pm_wb_forms_pane .table_hide_row_button {	margin-top: 7px;	left: 6px;}.pm_wb_table.resource_financial_table tr td:first-of-type .table_hide_row_button {    left: -1px;}.pm_wb_table.resource_financial_table tr td:first-of-type .form_field_wrapper {    width: calc(100% - 22px);    left: 22px;}.pm_wb_table.resource_financial_table tbody tr:first-child td {	padding-top: 5px;}#POPUP_modal_content .pm_wb_table.resource_financial_table tr td:first-of-type .table_hide_row_button {    display: none;}#POPUP_modal_content .pm_wb_table.resource_financial_table tr td:first-of-type .form_select_wrapper {    width: calc(100%);    left: 0px;}.tab_menu_header_wrap{     position: relative;    width: 100%;    transition: all .5s ease-in;    display: flex;    border-bottom: 2px solid #579F91;}.menu_tab_wrapper{	display: inline-block;    height: 60px;    flex: 1 100%;    max-width: 16%;} .menu_tab_spacer{    padding-right: 4px;    width: 100%;    height: 100%;}.menu_tab {	display: inline-block;    height: 60px;    height: 100%;    width: 100%;    border-radius: 3px 3px 0px 0px;    cursor: pointer;    padding-top: 4px;}.tab_inactive{    background-color: #adadad;}.tab_active{    background-color: #579F91;}.tab_icon{    margin: 0 auto;    padding: 0;    background-repeat: no-repeat;    height: 40px;    width: 40px;	}.tab_title{	color: #ffffff;    width: 100%;    text-align: center;    margin-top: -4px;    white-space: nowrap;    text-overflow: ellipsis;    padding: 0px 5px;    overflow: hidden;}.tab_content_adjust {    margin-top: -15px;    padding-top: 30px;}.tab_table {	width: 100%;    border-collapse: collapse;    border: 0 none;    min-width: 250px;  /*  margin-top: -30px;*/}.tab_table th{    text-align: left;	color: #ffffff;	padding: 10px;	font-weight: normal;	background-color: #579F91}.tab_table td {    box-sizing: border-box;    padding: 12px;    height: 52px;    text-align: left;    vertical-align: middle;}.tab_table tr{    background-color: white;    border-bottom: 1px solid #adadad;}.tab_table tr:last-of-type {    border-bottom: 0px solid #adadad;}.tab_table thead tr th:first-child{    border-radius: 0px 0px 0px 3px!important;}.tab_table thead tr th:last-child{    border-radius: 0px 0px 3px 0px!important;}.tab_menu_header_wrap .menu_tab_wrapper:last-child .menu_tab_spacer  {    padding-right: 0px;}.tab_pane_CA{    margin-top: -34px;    border-radius: 0px 0px 6px 6px;    min-height: calc(100vh - 280px);}.mini_tab_menu .menu_tab_wrapper{    display: inline-block;    height: 32px;    flex: unset;    max-width: 100%;}.mini_tab_menu .menu_tab{	display: inline-block;    height: 100%;    width: fit-content;    border-radius: 3px 3px 0px 0px;    cursor: pointer;    vertical-align: top;    padding-top: 0px;}.mini_tab_menu .menu_tab > div{	display: inline-block;}.mini_tab_menu .tab_icon{    margin: 0 auto;    padding: 0;    background-repeat: no-repeat;    height: 24px;    width: 24px;    margin-top: 4px;    margin-left: 4px;}.mini_tab_menu .tab_title {    color: #ffffff;    width: fit-content;    margin-top: 10px;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    vertical-align: top;    padding-right: 8px;}.mini_tab_pane_CA{    margin-top: -62px;    border-radius: 0px 0px 6px 6px;}.FBLDR_open_table_container{	}.FBLDR_open_table_wrapper{	margin-bottom: 10px;	display: inline-block;		border-width: 1px;	border-style: solid;	border-color: transparent;}.FBLDR_open_table_button{	display: inline-block;	height: 23px;	line-height: 23px;	font-size: 12px;}.FBLDR_open_table_button_label{	display: inline-block;	font-style: italic;	font-size: 12px;	margin-left: 10px;}.FBLDR_table_title{	position: relative;	margin-top: 20px;	margin-bottom: 15px;/* 	margin-left: 30px; */	font-size: 30px;}.FBLDR_table_title_wrapper_space_filler{	display: inline-block;	height: 80px;	width: 100%;}.FBLDR_table_title_wrapper{	position: fixed;	width: calc(100% - 120px);/* 	border-radius: 3px; */	z-index: 1;		box-sizing: border-box;		-webkit-transition: all 0.2s linear;	-moz-transition: all 0.2s linear;	-ms-transition: all 0.2s linear;	-o-transition: all 0.2s linear;	transition: all 0.2s linear; }.FBLDR_table_wrapper td:first-child{    padding-left: 0px;}.FBLDR_table_wrapper td:last-child{    padding-right: 0px;}@media only screen and (max-width: 1280px), only screen and (max-height: 1024px){	.FBLDR_table_title_wrapper	{		width: calc(100% - 95px);	}	}.FBLDR_table_title_wrapper_dock{/* 	background-color: pink !important; */	top: 0px !important;	padding-left: 30px !important;	left: 0px !important;	width: 100% !important;	margin-left: 0px !important;}.FBLDR_table_title_wrapper_dock .FBLDR_table_title{	margin-left: 30px;}.FBLDR_table_title_wrapper_dock .FBLDR_table_save_cancel_wrapper{	right: 60px !important;}.FBLDR_table_title_wrapper_dock .BENEFITS_date_wrapper{	right: 280px !important;}.FBLDR_table_wrapper{	width: 100%;	position: relative;	box-sizing: border-box;	padding-bottom: 50px;}.popup_content_wrap .FBLDR_table_wrapper{	max-height: calc(100vh - 250px);	overflow-y: auto;}.FBLDR_table_wrapper td{	position: relative;}.FBLDR_table{	border: 0px none transparent;	border-collapse: collapse;	width: 100%;	table-layout: fixed;}.FBLDR_table_add_button_wrapper{	display: inline-block;	position: absolute;	bottom: 10px;	cursor: pointer;}.popup_content_wrap .FBLDR_table_add_button_wrapper{	position: unset;}.FBLDR_table_add_button_label{	display: inline-block;	vertical-align: top;	line-height: 30px;	padding-left: 10px;	color: #606060;}.FBLDR_table_add_button_icon{	display: inline-block;	vertical-align: top;		height: 30px;	width: 30px;	border-radius: 100px;		background-size: 24px 24px;	background-position: center center;	background-repeat: no-repeat;	background-image: url("../../Global/images/SVGs/Icons/Plus/Icon_only/icon_plus_white.svg");	}.FBLDR_table_header_cell{	position: relative;	text-align: left;	font-weight: normal;	padding: 10px 10px 10px 5px;	box-sizing: border-box;	font-size: 14px;}.FBLDR_table thead tr .FBLDR_table_header_cell:first-child { border-radius: 3px 0px 0px 3px; }.FBLDR_table thead tr .FBLDR_table_header_cell:last-child { border-radius: 0px 3px 3px 0px;  }.FBLDR_table_delete_button{/* 	position: absolute; *//*     top: 12px; *//*     left: -20px; */	float: left;	margin-left: -8px;    /* height: 22px; */    /* width: 25px; */    /* background-size: 14px 22px; */    /* background-position: center right 3px; */    /* background-repeat: no-repeat; */    /* background-image: url(../../StatusReport/LightningReports/images/Icon_Delete-Report.png); */    cursor: pointer;}.FBLDR_table tbody tr:first-child .FBLDR_table_body_cell .FBLDR_table_delete_button{/* 	top: 9px !important; */		}.FBLDR_table_delete_button:hover{/* 	background-image: url("../../StatusReport/LightningReports/images/Icon_Delete-Report_Over.png"); */	}.FBLDR_table_body_cell{	position: relative;	box-sizing: border-box;	padding-left: 3px;	padding-right: 3px;	vertical-align: top;}.FBLDR_table tbody tr:first-child .FBLDR_table_body_cell{ padding-top: 5px; }.FBLDR_table tbody tr .FBLDR_table_body_cell:first-child { padding-left: 0px; }.FBLDR_table tbody tr .FBLDR_table_body_cell:last-child { padding-right: 0px; }.FBLDR_table_body_cell input, .FBLDR_table_body_cell select, .FBLDR_table_body_cell textarea{	margin-bottom: 5px;	width: 100%;}.FBLDR_table_save_cancel_wrapper{	position: absolute;	top: 20px;	right: 0px;}.FBLDR_table_save_cancel_wrapper .FORM_Extra_Actions{	margin-left: 15px !important;}.FBLDR_table_save_cancel_wrapper .FORM_Extras_arrow{	width: 29px;}.FBLDR_table_save_button, .FBLDR_table_cancel_button{	display: inline-block;	vertical-align: top;}.FBLDR_table_save_button{	margin-left: 7px;	}.FBLDR_table_cancel_button{}.FBLDR_table_wrapper th{	padding: 12px;}.FBLDR_table_wrapper .form_field_wrapper{	display: inline-block;	width:calc(100% - 30px);}.DASH_entity_aware {    background-color: white;    width: 400px;    position: fixed;    right: -400px;    min-height: 100%;    top: 0px;    z-index: 100;    box-shadow: -5px 0px 5px rgba(173, 173, 173, .3);}.DASH_dashboard_wrapper.DASH_entity_aware{    z-index: 999;    transition: right 600ms ease-in-out;    min-width: 400px;}.DASH_eaware_nonactive{	opacity: .4;}.DASH_eaware_active	{	opacity: 1;}.DASH_entity_aware_btn{    right: 0px;    height: 59px;    width: 24px;    background-color: #303030;    position: fixed;    right: 0px;    top: 50%;    border-radius: 3px 0px 0px 3px;    transition: all 600ms ease-in-out;    z-index: 100;}.DASH_entity_aware_btn:after {    content: ' \205D';    font-size: 30px;    color: #FFFFFF;    padding-left: 9px;    line-height: 61px;}.DASH_entity_aware_btn:hover{ 	opacity:1;}.DASH_entity_aware_btn:hover::after {    color: #ee7000;}.entity_aware_nh .TL_comment_day_wrapper:before,.entity_aware_nh .TL_comment_day_wrapper:after{	width: 40%;}.DASH_entity_aware .discussion_wrapper{	left: 0px;	bottom: 0px;	width: 100%;}.DASH_entity_aware .discussion_comment_box{	width: 370px;	position: fixed;	left: unset;}/* gantt chart CSS */.milestone_gantt_chart_container{	width: 100%;	position: relative}.milestone_gantt_chart_header_wrapper:before{	content: " ";	display: block;	height: 45px;	width: 100%;	background-color: #efefef;}.milestone_gantt_chart_header_wrapper{	position: absolute;	display: block;	height: 100%;	width: 100%;	background-color:transparent;	box-sizing: border-box;		border-width: 0px 0px 0px 0px; 	border-color: #b8c6d0;	border-style: solid;}.gate_gantt_chart{	position: relative;	display: block;	width: 100%;	top: 60px;	z-index: 1;/* 	padding-top: 70px; */}.milestone_gantt_chart{	display: block;	position: relative;	width: 100%;	margin-bottom: 10px;	min-height: 1px;	margin-top: 50px;}.gantt_chart_row{	position: relative;	display: block;	width: 100%;	height: 30px;	box-sizing: border-box;		text-align: center;		border-width: 0px 1px 1px 1px; 	border-color: transparent;	border-style: solid;		background-color: transparent;}.gantt_chart_gate_column{	height: 50px;	position: absolute;	top: 0px;/* 	z-index: 3; */}.gantt_chart_gate_label{	font-size: 8pt;	font-family: Arial, Sans-serif;	color: #606060;		position: absolute;/* 	margin-top: 5px; *//* 	margin-left: 12px; */	margin: 5px 0px 0px 12px;		box-sizing: border-box;	z-index: 5;		white-space: nowrap;}#gate_gantt_chart .gantt_chart_gate_column:last-child .gantt_chart_gate_label{	text-align: right;	right: 100%;	padding-right: 12px;	padding-left: 0px;}.gantt_chart_gate_label.position_middle{	margin: 5px 0px 0px 12px;}.gantt_chart_gate_label.position_top{/* 	margin-top: -11px; */	margin: -11px 0px 0px 5px;}.gantt_chart_gate_label.position_bottom{/* 	margin-top: 21px; */	margin: 21px 0px 0px 5px;}#gate_gantt_chart .gantt_chart_gate_column:last-child .gantt_chart_gate_label.position_top{	margin: -11px -7px 0px 5px;}#gate_gantt_chart .gantt_chart_gate_column:last-child .gantt_chart_gate_label.position_bottom{	margin: 21px -7px 0px 5px;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+1){background-color:#ecba8f;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+2){background-color:#dac29a;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+3){background-color:#b587b3;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+4){background-color:#ece28c;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+5){background-color:#b7c4d5;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+6){background-color:#abc0c7;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+7){background-color:#81aa7f;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(6n+8){background-color:#c2c49e;}/*#gate_gantt_chart .gantt_chart_gate_column:nth-child(1n){background-color:#d5e4f0;}#gate_gantt_chart .gantt_chart_gate_column:nth-child(2n){background-color:#eaefcc;}*/.gantt_chart_header{	position: absolute;	font-size: 10px;	font-family: arial;	color: #606060;		height: 100%;	top: 8px;		padding-left: 5px;	/* 	border-width: 0px 0px 0px 1px;  *//* 	border-color: #b8c6d0; *//* 	border-style: solid; */		border-left: 1px solid #b8c6d0;		box-sizing: border-box;		z-index: 1;}.milestone_gantt_chart_header_wrapper .gantt_chart_header:first-child{/* 	border-color: transparent; */	border-left: 1px solid transparent;}.gantt_chart_label, .gantt_chart_label_right_line, .gantt_chart_label_left, .gantt_chart_label_left_line{	position: absolute;	height: 12px;	line-height: 12px;			font-size: 11px;	font-family: arial;	color: #606060;	z-index: 2;	text-align: left;		white-space: nowrap;		left: 5px;		-webkit-transition-property: width, left;    transition-property: width, left;    -webkit-transition-duration: 0.2s;    transition-duration: 0.2s;    -webkit-transition-timing-function: ease-out;    transition-timing-function: ease-out;    -webkit-transition-delay: 0s;    transition-delay: 0s;        z-index: 4;}.gantt_chart_label{	padding-left: 12px; /* 2px spacing away from center of dot */}.gantt_chart_label_right_line /*right side of a line*/{	padding-left: 2px; /*because there is no dot, the gap is much smaller*/}.gantt_chart_label_left /*left side of a dot*/{	margin-left: -12px;	direction: rtl;	width: 0px;}.gantt_chart_label_left_line /*left side of a dot*/{	margin-left: -12px;	direction: rtl;	width: 0px;}.gantt_chart_diamond, .gantt_chart_diamond_major, .gantt_chart_diamond_gate{	display: block;	height: 14px;	width: 14px;	margin-left: -7px; /* center the dot */		position: absolute;	top: 8px;	z-index: 4;		-webkit-transition-property: width, left;    transition-property: width, left;    -webkit-transition-duration: 0.2s;    transition-duration: 0.2s;    -webkit-transition-timing-function: ease-out;    transition-timing-function: ease-out;    -webkit-transition-delay: 0s;    transition-delay: 0s;        -ms-transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);    transform: rotate(45deg);    	left: 0px;}.gantt_chart_diamond{ background-color: red; }/*not in use atm*/.gantt_chart_diamond_major{ background-color: #000000; }.gantt_chart_diamond_gate{ background-color: #114d78; }.gantt_chart_diamond_gate{	position: relative;	top: 19px;	margin-left: -7px;}.gantt_chart_diamond_gate.gate_complete:after{	content: "\2713";	color: #ffffff;	font-family: Arial, Sans-serif;	font-size: 8pt;			display: block;	z-index: 1;	position: absolute;	top: -2px;	left: 2px;	    -ms-transform: rotate(-38deg);    -webkit-transform: rotate(-38deg);    -moz-transform: rotate(-38deg);    transform: rotate(-38deg);}.gantt_chart_line{	display:block;	height: 2px;	position: absolute;	top: 14px;	left: 40px;		background-color: #114d78;		-webkit-transition-property: width, left;    transition-property: width, left;    -webkit-transition-duration: 0.2s;    transition-duration: 0.2s;    -webkit-transition-timing-function: ease-out;    transition-timing-function: ease-out;    -webkit-transition-delay: 0s;    transition-delay: 0s;        z-index: 3;}/* Either add a div to the gantt_line or just add the class name and change these to pseduo classes */.gantt_arrow_right:before, .gantt_arrow_left:before{		content: " ";		position: absolute;		width: 10px;	height: 10px;	top: -5px;		-webkit-transition-property: width, left;	transition-property: width, left;	-webkit-transition-duration: 0.2s;	transition-duration: 0.2s;	-webkit-transition-timing-function: ease-out;	transition-timing-function: ease-out;	-webkit-transition-delay: 0s;	transition-delay: 0s;		z-index:4;}.gantt_arrow_right{left: 0px;}.gantt_arrow_left{right: 0px;}.gantt_arrow_right:before{	border-width: 2px 2px 0px 0px;	border-color: #134162 #134162 transparent transparent;	border-style: solid solid none none;	right: 10px;	    -ms-transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);    transform: rotate(45deg);}.gantt_arrow_left:before{	border-width: 2px 0px 0px 2px; 	border-color: #114d78 transparent transparent #114d78;	border-style: solid none none solid;	left: 10px;    -ms-transform: rotate(-45deg);    -webkit-transform: rotate(-45deg);    -moz-transform: rotate(-45deg);    transform: rotate(-45deg);}.gantt_chart_project_label{	position: absolute;    top: -15px;    font-weight: bold;    background: #fff;    z-index: 51;}/*ws 5.2.4 - moved from new gantt chart CAD*/.ms_wrp    {       left: 100%;       position: relative;   }      .gantt_entity_wrap .gantt_chart_gate_column:first-child   {       border-top-left-radius: 3px;       border-bottom-left-radius: 3px;   }       .gantt_entity_wrap .gantt_chart_gate_column:last-child   {       border-top-right-radius: 3px;       border-bottom-right-radius: 3px;   }      .gantt_entity_wrap   {       margin-top: 15px;       margin-bottom: 15px;       position: relative;   }      .gantt_entity_wrap.collapse   {       height: 15px;          overflow:hidden;   }      .gantt_entity_wrap .ribbon   {       position: relative;       display: block;       width: 100%;       height: 50px;       margin-bottom: 15px;   }      .gantt_entity_title   {       padding-left: 5px;       border-bottom: 1px solid #adadad;       /*margin-bottom: 15px;*/       font-weight: bold;   }              .gantt_entity_title .minus_silhouette_square, .gantt_entity_title .plus_silhouette_square        {        height: 10px;        width: 10px;        display: inline-block;        cursor: pointer;    }    /* Everything above this line is legacy from old milestone manager, should be removed when milestone manager is fully removed */    .gantt_timeline_tgt    {        overflow: hidden;        min-height: 150px;    }        .gantt_timeline_tgt .hdr    {        height: 100%;        width: 100%;    }        .gantt_timeline_tgt .hdr::before    {        content: " ";        display: block;        height: 45px;        width: 100%;       /* background-color: #efefef; */    }            	.gantt_timeline_tgt .hdr div	{	   position:absolute;	   font-weight: bold;	   font-size: 10px;	   font-family: arial;	   color: #606060;	   height: 100%;	   top: 0px;	   padding-top: 10px;	   padding-left: 5px;	   border-left: 1px solid #e6e6e6;	}         .DASH_CA_content_wrap_white_15 .gantt_timeline_tgt .hdr div    {        top: 15px;    }        .DASH_CA_content_wrap_white_15 .gantt_timeline_tgt .hdr div:first-child    {       left:unset !important;    }        .gantt_timeline_tgt .hdr div:first-child     {        border-color: transparent;    }        .gantt_timeline_tgt .task    {        height: 24px;        background-color: blue;        margin: 10px 0px;    }    .gantt_timeline_tgt .gantt_chart_diamond.rag_green_background, .gantt_timeline_tgt .gantt_chart_diamond_gate.rag_green_background, .gantt_timeline_tgt .gc_diamond.rag_green_background, .gantt_timeline_tgt .gc_diamond_gate.rag_green_background    {        background-color: #3f5d04 !important;    }        .gantt_timeline_tgt .gantt_chart_diamond.rag_yellow_background, .gantt_timeline_tgt .gantt_chart_diamond_gate.rag_yellow_background, .gantt_timeline_tgt .gc_diamond.rag_yellow_background, .gantt_timeline_tgt .gc_diamond_gate.rag_yellow_background    {        background-color: #ffba16 !important;    }        .gantt_timeline_tgt .gantt_chart_diamond.rag_red_background, .gantt_timeline_tgt .gantt_chart_diamond_gate.rag_red_background, .gantt_timeline_tgt .gc_diamond.rag_red_background, .gantt_timeline_tgt .gc_diamond_gate.rag_red_background    {        background-color: #9e0b16 !important;    }        .gc_wrap     {        margin-top: 15px;        margin-bottom: 15px;        position: relative;     }          .gc_wrap.collapse      {	    height: 15px;	    overflow: hidden;	}          .gc_ribbon     {        position: relative;        display: block;        width: 100%;        height: 50px;        margin-bottom: 15px;     }        .gc_title    {        padding-left: 5px;        border-bottom: 1px solid #adadad;        font-weight: bold;    }        .gc_title .minus_silhouette_square, .gc_title .plus_silhouette_square    {        height: 10px;        width: 10px;        display: inline-block;        cursor: pointer;    }        .gc_diamond    {        display: block;        height: 14px;        width: 14px;        margin-left: -7px;        position: absolute;        top: 1px;        z-index: 4;        transition-property: width, left;        transition-duration: 0.2s;        transition-timing-function: ease-out;        transition-delay: 0s;        transform: rotate(45deg);        left: 0px;        background-color: black;        border-radius: 1px;    }        .gc_diamond:hover    {    	z-index:5;	   	}        .gc_diamond.major    {        background-color: #b68535;    }        .gc_diamond.gate    {        background-color: #6b0f67;    }        .gc_diamond[tooltip]:hover:after 	{		transform:rotate(-45deg);		top: -20px;	}        .gc_row .gc_label    {        padding-left: 13px;    }        .gc_label    {         position: absolute;        height: 16px;        line-height: 16px;        font-size: 11px;        font-family: arial;        color: #606060;        text-align: left;        white-space: nowrap;        /*left: 5px;*/        left: 15px;        z-index: 4;    }        .gc_line    {        display:block;    	height: 2px;    	position: absolute;    	top: 7px;    	background-color: #114d78;        z-index: 3;    }        .gc_arrow_right:before    {        border-width: 2px 2px 0px 0px;        border-color: #134162 #134162 transparent transparent;        border-style: solid solid none none;        right: 10px;        transform: rotate(45deg);    }        .gc_arrow_left:before    {        border-width: 2px 0px 0px 2px;        border-color: #114d78 transparent transparent #114d78;        border-style: solid none none solid;        left: 10px;        transform: rotate(-45deg);    }        .gc_arrow_right:before, .gc_arrow_left:before    {        content: " ";        position: absolute;        width: 10px;        height: 10px;        top: -4px;        z-index: 4;    }        .gc_ribbon_phase    {        height: 50px;        position: absolute;        top: 0px;    }        .gc_ribbon_phase.gc_skinny    {    	height: 20px;    }        .gc_ms_wrp    {        left: 100%;        position: relative;        height: 20px;        top: 18px;    }        .gc_ribbon_phase.gc_skinny .gc_ms_wrp    {    	top:2px;    }        .gc_ms_wrp .gc_diamond    {    	z-index: 5;    }    .gc_diamond.gc_gate_complete:after    {    	content: "\2713";    	color: #ffffff;    	font-family: Arial, Sans-serif;    	font-size: 8pt;    	display: block;    	z-index: 1;    	position: absolute;    	top: -2px;    	left: 2px;        transform: rotate(-38deg);            }        .gc_row    {        position: relative;        display: block;        width: 100%;        height: 24px;        box-sizing: border-box;        text-align: center;        border-width: 0px 0px 1px 1px;        border-color: transparent;        border-style: solid;        background-color: transparent;        margin-top: 6px;    }        .gc_line_svg    {        position:absolute;        top:0px;        left:0px;        pointer-events: none;    }        .gc_line_svg line.collapse    {        display:none;    }        .gc_task    {    	min-width: 2px;    	height: 24px;    	margin: 10px 0px;    	position: relative;    	border-radius: 3px;    }        .gc_task div     {	    line-height: 24px;	    color: white;	    overflow: hidden;	    text-overflow: ellipsis;	    white-space: nowrap;	    padding-left: 3px;	}        .gc_first_phase    {    	border-top-left-radius: 3px;    	border-bottom-left-radius: 3px;    }        .gc_last_phase    {    	border-top-right-radius: 3px;    	border-bottom-right-radius: 3px;    }        .gantt_timeline_tgt .hdr .gc_today_line    {    	border-left: 1px solid #ff8a00;    	height: calc(100% - 25px);    	z-index: 10;    }        .ms_table_ro .grey_icon_button.cross_icon.icon_24    {	    display: none;    }    .gc_tooltip{	position: absolute;	height: 14px;	width: 14px;	margin-left: -7px;	top: 1px;	z-index: 5;}.gc_tooltip.gc_task{	position: relative;	margin-top: 1px;	height: 24px;}    div[tooltip].gc_tooltip:hover:after {    top: 24px;}div[tooltip].gc_tooltip.gc_out_of_bounds:hover:after{	top: -90px;}div[tooltip].gc_tooltip.gc_left:hover:after{	right: 0px;}.gc_tooltip.gc_task:hover{	z-index: 10;}.STATUS_RIBBON_ribbon_wrapper {	display: table;    border-collapse: separate;    width: calc(100% - 13px);    max-width: calc(100% - 13px);    table-layout: fixed;    position: relative;}.STATUS_RIBBON_ribbon_container{ width: 100%; display: table-row; }.STATUS_RIBBON_ribbon {	display: table-cell;    height: 20px;    color: white;    border: 2px solid transparent;    position: relative;    line-height: 20px;    text-overflow: ellipsis;    white-space: nowrap;    border-width: 2px;    border-color: #ffffff;}.STATUS_RIBBON_ribbon:first-of-type{    border-radius: 12px 0px 0px 12px;}.STATUS_RIBBON_ribbon:after{  content: "";  height: 24px;  width: 24px;  position: absolute;  background-color: inherit;  right: -15px;  top:-2px;  z-index: 4;  border: solid #ffffff;  border-width: 2px 2px 2px 0px;  border-radius: 0px 100px 100px 0px;  }#search_flyin .STATUS_RIBBON_ribbon, #search_flyin .STATUS_RIBBON_ribbon:after{	border-color: #ffffff !important;}.DASH_grey_full_width .DASH_CA_content_wrap_trans_15 .STATUS_RIBBON_ribbon, .DASH_grey_full_width .DASH_CA_content_wrap_trans_0 .STATUS_RIBBON_ribbon, .DASH_grey_paper_width .DASH_CA_content_wrap_trans_15 .STATUS_RIBBON_ribbon, .DASH_grey_paper_width .DASH_CA_content_wrap_trans_0 .STATUS_RIBBON_ribbon, .DASH_grey_full_width .DASH_CA_content_wrap_trans_15 .STATUS_RIBBON_ribbon:after, .DASH_grey_full_width .DASH_CA_content_wrap_trans_0 .STATUS_RIBBON_ribbon:after, .DASH_grey_paper_width .DASH_CA_content_wrap_trans_15 .STATUS_RIBBON_ribbon:after, .DASH_grey_paper_width .DASH_CA_content_wrap_trans_0 .STATUS_RIBBON_ribbon:after, .form_popup .STATUS_RIBBON_ribbon, .form_popup .STATUS_RIBBON_ribbon:after{  border-color: #efefef !important;}.STATUS_RIBBON_ribbon div{  padding-left: 20px;}.STATUS_RIBBON_ribbon:first-of-type div{  padding-left: 10px;}.STATUS_RIBBON_ribbon_gate{  height: 16px;  width: 16px;  position: absolute;  background-color: white;  border-radius: 8px;  right: -11px;  top: 2px;  z-index: 11;  padding: 0 !important;}.STATUS_RIBBON_ribbon_gate.complete:after{    position: absolute;    display: inline-block;    top: -4px;    content: "";    z-index: 12;    height: 20px;    width: 20px;    background-position: 4px -3px;    background-repeat: no-repeat;    background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick_Ribbon/Icon_only/icon_tick_ribbon.svg");}.STATUS_RIBBON_ribbon_label{	overflow:hidden;	text-overflow: ellipsis;}.STATUS_RIBBON_ribbon_label a {color:#ffffff;}.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+1) {background-color:#d97521 /* c2 */;}.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+2) {background-color:#b68535 /* c12 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+3) {background-color:#c7a428 /* c15 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+4) {background-color:#25a4a4 /* c12 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+5) {background-color:#7089ac /* c17 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+6) {background-color:#0f4d79 /* c22 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+7) {background-color:#045500 /* c19 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon:nth-child(7n+8) {background-color:#878b3f /* c3 */; }.STATUS_RIBBON_ribbon_wrapper .STATUS_RIBBON_ribbon.not_complete{background-color:#adadad !important;}.POPUP_modal,.POPUP_modal_freeflow, .POPUP_modal_notes_history{    background-color: #efefef;    border: none;    margin: 0 auto;     z-index: 2000;    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    border-radius: 6px;}.POPUP_modal{	position: fixed;	top: 25px;    min-width: 500px;}.POPUP_modal_notes_history{	position: absolute;	top: 25px;    width: 1000px;    max-width: 1000px;}.notes_history_content{	overflow: hidden;    position: relative;    margin-top: 10px;}.POPUP_modal_freeflow{	height: auto;	width: auto;	min-height: calc(100% - 60px);	min-width: calc(100% - 60px);	position: absolute !important;	margin-right: 30px;}.POPUP_modal_scrollable{	overflow: auto;	border: 1px solid #adadad;}.POPUP_modal_freeflow .POPUP_modal_scrollable{	border: none;}#POPUP_page_overlay {    background-color: rgba(0, 0, 0, 0.6);    left: 0;    position: fixed;    top: 0;    width: 100%;    z-index: 900;}.POPUP_containerDiv{	margin: 30px 30px;    font-family: "Helvetica", Arial, Sans-serif;}        .POPUP_content_wrapper{/* 	margin: 15px; */	margin-bottom: 30px;	margin-top: 30px;}.POPUP_close_button {    width: 30px;    height: 30px;    background-color: #606060;    border-radius: 0px 3px 0px 3px;    position: absolute;    top: 0px;    right: 0px;    cursor: pointer;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cross/Icon_only/icon_cross_white.svg');     background-position: center center;    background-size: 30px 30px;    background-repeat: no-repeat;    transition: 0.1s all 0s;}.POPUP_title {    border-radius: 3px;    font-size: 20px;    padding: 15px;    color: white;}.POPUP_txt {    border-radius: 3px;    margin-bottom: 10px;    margin-top: 20px;    padding: 5px 0px;    color: #606060;    min-height: 110px;}.POPUP_btn{   margin-bottom: 30px;}.POPUP_autocomplete_listwrap_100{	display:inline-block;	width:100%;}.POPUP_autocomplete_listwrap_45{	display:inline-block;	width:44%;}.POPUP_autocomplete_btnwrap{	display: inline-block;    width: 10%;    box-sizing: border-box;    padding: 10px;    vertical-align: top;    margin-top: 35%;}.POPUP_autocomplete_list{    width: 100%;    height: 300px;    border: none;    border-radius: 5px;    font-size: 12px;    margin-top: 5px;	background-color: #efefef;}.POPUP_autocomplete_list option{	padding: 5px;}.POPUP_autocomplete_list_title{	margin-top: 5px;		font-weight: bold;	margin-bottom: 4px;}.pop_up .POPUP_autocomplete_wrap{	/*padding-top: 0;*/}.POPUP_autocomplete_filter{    margin-bottom: 15px;    height: 30px;    width: 100%;    border: 1px solid #efefef;    padding-left: 5px;    border-radius: 3px;    background-color: #efefef;}.POPUP_invalid_pop_label {    vertical-align: middle;    display: inline-block;}.POPUP_checkbox_pop_label {    vertical-align: middle;    display: inline-block;}.POPUP_invalid_pop_indicator {    vertical-align: middle;    position: absolute;    right: 15px;    top: 10px;}.form_field_wrapper.POPUP_checkbox_pop_box{    vertical-align: middle;    position: absolute;    right: 15px;    top: 16px;}.POPUP_invalid_pop_row {    padding: 15px;    border-bottom: 1px solid rgba(173, 173, 173, 0.5);    position: relative;}.POPUP_checkbox_pop_row {    padding: 8px;    border-bottom: 1px solid rgba(173, 173, 173, 0.5);    position: relative;}.notes_history_content{	overflow: hidden;    position: relative;    margin-top: 10px;}.POPUP_flex{  display: flex;  flex-wrap: nowrap;  align-items: center;}.POPUP_icon{  margin-right: 10px;  margin-left: -12px;}.POPUP_icon_text{  max-width: 25vw;  font-size: 16px;}.POPUP_flydown{	height: 40px;    line-height: 40px;    vertical-align: middle;    padding-left: 10px;    padding-right: 10px;    position: absolute;    background: #fff;    border: #FF8A00 1px solid;    border-radius: 3px;    min-width: 100%;    white-space: nowrap;    z-index: 99;    box-shadow: 1px 1px 1px rgba(173, 173, 173, 0.5);    text-align: left;    font-size: 12px;    box-sizing: border-box;    margin-top: 36px;    right: 15px;}.POPUP_flydown::before, .POPUP_flydown::after{	position: absolute;    top: -10px;    right: 10px;    content: '';    width: 0;    height: 0;    border-width: 7px 7px 7px 0;    border-style: solid solid solid solid;    border-color: transparent #FF8A00 transparent transparent;    -moz-transform: rotate(90deg);    -ms-transform: rotate(90deg);    -webkit-transform: rotate(90deg);    z-index: 50;}.POPUP_flydown::after{	top: -9px;    border-color: transparent #ffffff transparent transparent;    z-index: 51;}.POPUP_autocomplete_apply_button{	margin-top: 15px;}/* PDF export CSS */.UTIL_export_export_top_wrapper, .UTIL_export_iframe_wrapper{	width: 100%;	box-sizing: border-box;	padding: 15px;}.UTIL_export_title{	display: inline-block;	width: 80%;}.UTIL_export_button_wrapper{	display: inline-block;	width: 20%; 	text-align: right;}.UTIL_export_button_wrapper .alternate_button{	margin-right: 15px;}.UTIL_export_setting_wrapper{	width: 100%;	padding: 15px 0px;	box-sizing: border-box;	margin-top: 15px;	border-bottom: 1px solid #606060;}.UTIL_export_setting_title{	display :inline-block;	vertical-align: top;	width: 140px;}.UTIL_export_setting_body{	display :inline-block;	vertical-align: top;		width: calc( 100% - 140px);}.UTIL_export_setting_body_item{	display: inline-block;	min-width: 240px;	padding-bottom: 15px;	margin-right: 15px;}.UTIL_export_setting_option_wrapper{	display: block;	margin-bottom: 15px;}.UTIL_export_page_setting_label{	color: #606060;	display: inline-block;	vertical-align: top !important;}.UTIL_export_pdf_iframe{/* 	width: 100%; */}.form_popup{	margin-bottom: 30px;}/*5_3_0 New Pop Up*/     .overlay    {        height: 100vh;        width: 100vw;        position:fixed;        background-color:black;        opacity:.5;        top: 0px;        left: 0px;    }        .pop_up    {        position: fixed;        top: 50%;        width: 400px;        height: auto;        background-color: white;        border-radius: 10px;        z-index: 100;        margin: 0 auto;        left: 50%;    }        .full_screen_pop_up    {	    width: calc(100vw - 60px);   	    height: calc(100vh - 110px);	    position: fixed;	    right: 30px;	    top: 80px;	    margin: auto;	    background-color: white;	    border-radius: 10px;	    z-index: 100;	    left:30px;	}		.full_screen_pop_up.popup_form	{		top: 50px;		height: calc(100vh - 80px);	}		.full_screen_pop_up .popup_content_wrap_wrp .popup_form .popup_form_comment_timeline_wrp	{		max-height: calc(100vh - 310px);	}		.full_screen_pop_up .popup_content_wrap_wrp .popup_form .popup_form_timeline_wrap	{		max-height: calc(100vh - 250px);	}		.full_screen_pop_up .popup_content_wrap_wrp .popup_form .popup_form_wrap	{		max-height: calc(100vh - 220px);		overflow-y: auto;	}		.full_screen_pop_up .popup_content_wrap_wrp .popup_form .popup_form_wrap.hide	{		display: none;	}        .full_screen_pop_up .close_btn, .pop_up .close_btn    {        height: 50px;        width: 50px;        position: absolute;        right: -10px;        top: -50px;    }        .full_screen_pop_up .close_btn, .pop_up .close_btn:hover    {        cursor: pointer;    }        .popup_content_wrap.popup_dash    {    	overflow: auto;    	max-height: calc(100vh - 200px);    }        .popup_form_ribbon    {    	margin-top: 15px;    	margin-bottom: 15px;    }        .popup_content_wrap.popup_dash    {    	padding: 15px 15px 15px 15px;    }	.full_screen_pop_up .popup_dash .DASH_dashboard_wrapper	{		min-width: calc(100vw - 150px);		padding-top: 0px;	}		.popup_dash .DASH_dashboard_wrapper	{		min-width: 100%;		max-width: 100%;		padding-top: 0px;	    margin-top: -15px;    	min-height: 100%;    	padding-bottom: 0px;	}	    .popup_content_wrap    {        padding: 16px 32px 32px 32px;    }        .pop_up .save_btn    {        position: relative;        bottom: 32px;        left: 32px;        width: calc(100% - 64px);        margin-top: 32px;    }    .full_screen_pop_up .title, .pop_up .title     {        font-size: 28px;        font-weight: 800;        letter-spacing: -1px;        color: black;        padding-left: 30px;        padding-top: 19px;        padding-right: 30px;        white-space: nowrap;        text-overflow:ellipsis;        overflow:hidden;            }        .full_screen_pop_up .icon_wrp, .pop_up .icon_wrp    {        height: 70px;        width: 70px;        border-radius: 70px;        position: absolute !important;        top: -35px;        left: 30px;    }       	.full_screen_pop_up .icon_wrp ~ .title_wrp, .pop_up .icon_wrp ~ .title_wrp     {        margin-top: 15px;    }        .pop_up .small_title    {        padding-left: 30px;        padding-right: 30px;/*         height: 30px; */    }        .pop_up .small_title_wrp    {/*     	height: 30px; */    }        .pop_up .popup_content_wrap .iv_wrp    {        overflow:hidden;        white-space: nowrap;    }        .pop_up .popup_content_wrap .iv_wrp div    {        transition: all 500ms ease-in;           display:inline-block;     }	.edit_mode .wrp	{	    position: relative; 	}		.edit_mode .wrp .popup_content_wrap[contenteditable=true], .edit_mode .wrp .title[contenteditable=true], .edit_mode .wrp .small_title[contenteditable=true]	{	    background: white;	    color: #303030;	    outline: 1px solid #ff8a00;	}       	.edit_mode .wrp .small_title	{		height: 30px;		}    	.edit_mode .wrp .cross_icon	{		position: absolute;		top: 3px;		right: 3px;	}    		.edit_mode .wrp .tick_icon	{		position: absolute;		top: 3px;		right: 30px;	} 		.edit_mode .wrp .edit_icon	{		position: absolute;		top: 3px;		right: 3px;	} 		.edit_mode .icon_wrp .edit_icon 	{    	top: 34px !important;    	right: 67px !important;	}         .tutorial_editor    {        background-color: #999999;        border: 1px solid #adadad;    	color: white;    }         .tutorial_editor .title_wrp .title    {   		color: white;   		padding: 15px;    }    	 .tutorial_editor .close_btn	 {		width: 30px;		height: 30px;		background-color: #606060;		border-radius: 0px 10px 0px 3px;		position: absolute;		top: 0px;		right: 0px;		cursor: pointer;	 }	 	.tutorial_editor .tut_content 	{		position: relative;	}		.tutorial_editor .grabber,.tutorial_editor .icon_24	{		cursor: pointer;	}	.sl_title	{		display: inline-block;		height: 24px;	}			.as_btn	{		display:inline-block;		float: right;		margin-top: -4px;	}		.tutorial_editor .tut_content .del_btn	{		position: absolute;	    top: -8px;	    right: -3px;		cursor: pointer;			}		 .tutorial_editor .step_name    {	    color: #606060;	    display: inline-block;	    width: 78%;	    height: 22px;	    vertical-align: top;	    line-height: 22px;	    margin-left:3px;    }		.tut_steps .form_col_selector	{		padding: 4px;		border-radius: 3px;	} 	 	.tut_steps .form_field_wrapper 	{		width: 75%;		height: 20px;		display: inline-block;		margin-right: 15px;		vertical-align: top;	}         .tut_steps .form_text_field_Edit    {    	height: 22px;    	min-height: 22px;    }         .tut_steps .view_icon    {    	display:inline-block;    }         .tut_steps .icon_24    {    }                   .icon_wrp .plus_icon    {    	display:none;    }          .edit_mode .wrp:hover    {    	background-color: #adadad;    }          .edit_mode .wrp:first-child .icon_24.edit_icon     {    	right: auto;	}		.pop_up.edit_mode .icon_24, .pop_up_pointer .icon_24	{		cursor:pointer;	}		.pop_up_pointer div[tooltip]:hover:after 	{    	top: -27px;    	left: 25px;	}		.edit_mode .wrp .edit_icon 	{	    position: absolute;	    top: 3px;	    right: 3px;	    z-index: 100;	}         .edit_mode .wrp .wastebasket_icon    {	    position: absolute;	    left: 66px;	    top: 34px;    }         .greyed_out_pointer     {    	background-color: #adadad !important;    	border: 2px dashed #303030;	} 		.pop_up_pointer.greyed_out_pointer 	{		position: fixed;	}         .pop_up_pointer .edit_icon,     .pop_up_pointer .wastebasket_icon,     .pop_up_pointer .drag_drop_icon    {		transform: rotate(-45deg);    }          .pop_up_pointer .wastebasket_icon    {    	position:absolute;    	top: -30px;    	right: 3px;    	background-color: #adadad;    }         .pop_up_pointer .drag_drop_icon    {    	position: absolute;        top:19px;    	right: 52px;    	background-color: #adadad;    }           .pop_up_pointer .el_box    {        position: relative;	    top: -50px;	    left: -145px;	    transform: rotate(-45deg);	    border: 1px solid #606060;	    height: 27px;	    width: 270px;	    background-color: white;	    padding: 5px;	    text-align: center;	    border-radius: 3px;    }          .pop_up .back_btn    {        transform: rotate(180deg);    }        .pop_up .iv_btn_wrp .hide    {        display:none !important;    }        .pop_up .iv_btn_wrp    {        margin: 0px 30px 30px 30px;        height: 40px;    }         .pop_up .iv_btn_wrp .next_btn     , .pop_up .iv_btn_wrp .finish_btn     , .pop_up .iv_btn_wrp .dots     {         float: right;     }         .pop_up .iv_btn_wrp .back_btn    {        float: left;    }        .pop_up .iv_btn_wrp .dots    {        width: calc(100% - 80px);        padding-top: 13px;        text-align: center;    }        .pop_up .iv_btn_wrp .dots div    {        height: 15px;        width: 15px;        border: 2px solid #adadad;        margin-left: 7px;        background-color: white;        display: inline-block;        border-radius: 25px;                    }                .pop_up .iv_btn_wrp .dots div.active    {        background-color: #adadad;    }        .pop_up .hidden    {    	visibility: hidden;    }    .overlay.transparent    {        opacity: .001;    }        .pop_up_pointer    {        z-index: 1000;        position: absolute;        height: 50px;        width: 50px;        transform: rotate(45deg);        background-color: #303030;    }        .pop_up.tutorial    {        color: white;        background-color: #303030;        position: fixed;    }        .pop_up.tutorial.popup_tutorial_pointed    {    	position: absolute;    }        .pop_up.tutorial .title    {        color: white;    }        .pop_up.tutorial .popup_content_wrap    {    	font-size:16px;    }        .pop_up.tutorial .vid_wrap, .pop_up.tutorial .img_wrap    {		padding: 0px 30px 15px 30px;    }    .pop_up.tutorial video, .pop_up.tutorial img    {		width: 100%;    }        .pop_up.edit_mode .media    {    	min-height: 30px;    }        .pop_up.tutorial .prop_pane_field_wrapper     {        width: 50%;    	margin-left: 33%;    	padding-top: 13px;    }        .pop_up.tutorial .prop_pane_field_wrapper .form_field_prompt     {        width: 130px;    	margin-top: 2px;    }        .popup_upgrade_wrap    {    	display: inline-block;    	vertical-align: top;    	width: 100%;    	height: 310px;	}        .popup_upgrade_list_wrap    {	        }        .popup_upgrade_list_item    {	    width: calc(100% - 45px);    }            .popup_upgrade_list_item .free     {	    background-color: #98af00;	    border-radius: 24px;	}        .popup_upgrade_list_item > div:nth-child(1)    {	    display: inline-block;	    font-weight: 800;	    letter-spacing: -1px;	    color: black;	    font-size: 16px;	    vertical-align: top;	}		.popup_upgrade_list_item > div:nth-child(2)	{	    display: inline-block;	    margin-left: 15px;	    font-size: 10px;	    margin-top: 8px;	    vertical-align: top;	}        .popup_upgrade_list_item > div:nth-child(3)    {	    display: inline-block;	    margin-left: 5px;	    margin-top: 6px;	    height: 12px;	    width: 12px;	    background-repeat: no-repeat;	}		.popup_upgrade_list_item > div.premium:nth-child(3)    {	    height: 15px;	    width: 15px;	}	   	.upgrade_list_item_wrap .tick_icon	{	    display: none;/* 	    position: absolute; *//* 	    top: 15px; *//* 	    right: 15px; */		vertical-align: top;	}		.upgrade_list_item_wrap	{		cursor: pointer;	    position: relative;	    margin-bottom: 30px;	    padding: 15px 0px 15px 15px;	    border-radius: 5px;	    background-color: #ffffff;			}		.upgrade_list_item_wrap > div	{		display: inline-block;	}		.upgrade_list_item_wrap.selected .tick_icon	{    	display: inline-block;	}		.upgrade_list_item_wrap:not(.inactive):hover    {       outline: 1px solid #ff8a00;    }       	.upgrade_list_item_wrap.inactive    {       cursor: default;    }           .popup_form_wrap     {	    display: inline-block;	    width: 100%;	    padding-top: 30px;	    overflow-y:auto;	    max-height: 436px;	    padding-right: 5px;	}		.popup_form_wrap.hide	{		display: none;	}        .popup_form_comment_tab_wrap     {    	margin-top: 30px;	}        .popup_form_comment_timeline_wrp     {	    max-height: 375px;	    overflow-y: auto;	    padding-right: 15px;	    margin-bottom: 5px;	}        .popup_form_timeline_wrap    {        max-height: 436px;	    overflow-y: auto;	    padding: 5px;	    margin-bottom: 5px;    }        .popup_form_timeline_tab    {	    display: inline-block; 	    width: 100%; 	    margin-top: 17px;	}		.popup_form_timeline 	{    	position: relative;	}            #popup_form_preview_wkflw_tgt    {    	float: right;    	margin-top: -23px;    }        .account_management_popup    {    	margin-top: -30px;    }        .communication_preferences_wrap    {    	height:150px;    	overflow-y:scroll;    	margin-bottom: 15px;    	margin-right: 15px;    	margin-top: 7px;	}		.communication_preferences_wrap .communication_section	{	    font-size: 16px;	    font-weight: 800;	    letter-spacing: -1px;	    color: white;	    border-bottom: 1px solid #efefef;	    margin-right: 7px;	}				.communication_preferences_wrap .form_field_wrapper 	{    	min-height: 33px;    	padding-top: 10px;	}        .communication_preferences_wrap .form_field_prompt, .communication_preferences_wrap .form_checkbox_wrap	{	    display: inline-block;	}		.communication_preferences_wrap .form_checkbox_wrap	{	    right: 0px;	    position: absolute;	}			.overflow_popup .close_btn	{		background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cross.svg');		background-color: #303030;        top:0px;        right:0px;        border-radius: 10px;        background-size:103%;        background-position:center;        width:35px;        height:35px;	}		.overflow_popup .popup_content_wrap_wrp	{		max-height: calc(100vh - 150px);	    overflow-y: auto;	}            .user_profile_popup	{		width: 440px;	    height: 300px;	    background-color: white;	    border-radius: 6px;	    position: absolute;	    z-index: 99;	    padding: 8px;	    box-shadow: 0px 0px 5px 2px rgba(173, 173, 173, 0.5);	}		.user_profile_popup .popup_dash .DASH_dashboard_wrapper	{		margin-top: 0px;		overflow-y: hidden;	}		.user_profile_popup .title_wrp	{		display: none;	}		.user_profile_popup .popup_content_wrap.popup_dash	{		padding: 0px;	}		.user_profile_popup .DASH_section_wrapper	{		margin: 0px;		min-height: 0px;	}		.pop_up.user_profile_popup .small_title	{    padding-left: 0px;	}	        @media only screen and (max-width:1280px), only screen and (max-height:1024px){	.full_screen_pop_up .close_btn	{		background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cross.svg');		background-color: #303030;        top:8px;        right:12px;        border-radius: 10px;        background-size:103%;        background-position:center;        width:35px;        height:35px;	}	.full_screen_pop_up	{		width: calc(100vw - 30px);		height: calc(100vh - 30px);		position: fixed;		top: 15px;		margin: auto;		background-color: white;		border-radius: 10px;		left: 15px;	}		.full_screen_pop_up .popup_content_wrap	{		max-height: calc(100vh - 100px);	}		.full_screen_pop_up .popup_content_wrap.popup_dash	{		max-height: calc(100vh - 64px);	}}.pop_up.CAD_library{	width: auto;	background-color: #efefef;	min-width: 500px;	border: none;	padding-left: 30px;	padding-right: 30px;	padding-bottom: 30px;}.pop_up.CAD_library .title_wrp .title{	padding-left: 0px;}.pop_up.CAD_library .small_title{	padding-left: 0px;	padding-rigth: 0px;	height: auto;}.pop_up.old_style{	width: auto;}.pop_up .popup_content_wrap{	/*margin-bottom: 15px;*/}.pop_up .dialog_scroll_wrap{	max-height: 450px;	overflow: auto;	overflow-x: hidden;}.pop_up .dialog_btn_tgt .wfl_btns_wrap{	width: calc(100% - 30px);	margin-left: 30px;	margin-bottom: 15px;}.pop_up .dialog_btn_tgt .wfl_btns_wrap div{	width: calc(100% - 30px);}.scen_tbl_popup.full_screen_pop_up .popup_content_wrap{	height: calc(100vh - 100px);	max-height: calc(100vh - 100px);}.full_screen_pop_up.popup_form .scen_tbl_popup_form_wrap{	overflow-y: auto;	overflow-x: hidden;	max-height: calc(100% - 90px);	width: 100%;}.pop_up .scenario_row_shift .form_drop_down_Edit{	float:right;}.pop_up .scenario_row_shift .form_select_wrapper::after{	right: 7px;}.pop_up .form_popup_scroll{	overflow-y: auto;	overflow-x: hidden;	max-height: calc(70vh - 30px);}.pop_up .popup_content_wrap.DASH_tbl_wrap{	padding: 30px 30px 30px 30px;}.pop_up .wrp.title_wrp + .wrp.media_wrp + .wrp.popup_content_wrap_wrp .popup_content_wrap{	padding: 15px 30px 45px 30px;}.form_detail_popup_comments{	height: calc(100vh - 184px);    width: 100%;    display: inline-block;    background-color: white;    border-radius: 6px;    position: relative;    white-space: normal;}.form_detail_popup_comments .discussion_wrapper{	top: 76px;	bottom: 34px;	left: 0px;	width: 100%;}.form_detail_popup_comments .discussion_comment_box_wrapper{	bottom: -30px;	}.pdf_popup_preview .UTIL_export_iframe_wrapper{    overflow-y: auto;    max-height: calc(100vh - 332px);}.bc_popup_wrap{	max-height: calc(100vh - 300px);	overflow-y: auto;	margin-bottom: 16px;}.capacity_fill {    background-color:#35AE99;    position: absolute;    width: 100%;    bottom:0px;    left: 0px}.capacity_number{    position:absolute;    height:100%;    width:100%;    text-align: center;    line-height:42px;    vertical-align:top;    top: 0px;    left: 0px;    user-select: none;}.hide_numbers > tr > td >  div.capacity_number{    color: transparent;}.cap_key_box{	height: 12px;    width: 12px;    position: relative;    left: -5px;    top: 1px;    display: inline-block;    border: 1px solid #adadad;    box-sizing: border-box;}.cap_option_wrap, .cap_key_txt{	display: inline-block;}.cap_key_wrap{	width: 100%;    display: inline-block;    height: 50px;    background-color: #efefef;    line-height: 50px;}.cap_key_wrap > div{	display: inline-block;	padding-left: 30px;}.cap_key_wrap > div:nth-child(1){	display: inline-block;	padding-left: 15px;}.tgl_number_wrap {    color: #ff8a00;    height: 28px;    transition: all .2s ease;    font-size: 12px;    cursor: pointer;    float: right;        bottom: 0px;    position: absolute;    right: 15px;}.tgl_txt{	display: inline-block;    vertical-align: bottom;}.tgl_number_box{     font-size: 12px;    border: 1px solid #ff8a00;    width: 17px;    height: 17px;    text-align: center;    transition: all .2s ease;    display: inline-block;    margin-left: 5px;    vertical-align: top;}.cap_part_tbl{    border-collapse: collapse;    margin-bottom: 15px;}.cap_part_tbl > tbody > tr{    height:50px;}.cap_part_tbl > tbody > tr:not(tr:last-child){    border-bottom: 1px solid #adadad;}.cap_part_tbl td:nth-child(1){    min-width: 250px;   }.cap_part_tbl td:nth-child(4){    width: 50px;   }.cell_highlight{	background-color: #ecba8f80 !important}.cap_holiday_popup{	background-color: #adadad;    padding: 15px;    border-radius: 3px;    height: 100%;    width: 100%;}.cap_holiday_req_btn{	right: 50px;    position: absolute;}.cap_holiday_popup div:nth-child(1){	margin-top: 15px;}.cap_popup_field_wrapper{	position: relative;    margin-bottom: 5px;    color: #fff;}.cap_popup_field_wrapper div{	display: inline-block;}.cap_popup_field_wrapper .form_field_prompt{    display: inline-block;    width: 100px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    vertical-align: top;    margin-top: 9px;    font-weight: normal;}.cap_popup_field_wrapper .form_date_field_Edit, .cap_popup_field_wrapper .form_drop_down_Edit, .cap_popup_field_wrapper .form_text_area_Edit{    display: inline-block;    width: 150px;    margin-bottom: 0;}	.cap_popup_field_wrapper .form_text_area_Edit{	min-height: 75px;}	.cap_tbl .tgl_number_wrap {    right: 15px !important;}.cap_popup_field_wrapper .form_date_field_btn{	right: 37px;	left: unset;	top: 2px !important;}.pop_up.cap_holiday_popup_wrap{	background-color: #adadad;}.pop_up.cap_holiday_popup_wrap .close_btn{		background-color: #adadad;       top:8px;       right:8px;       border-radius: 10px;       background-size:103%;       background-position:center;       width:35px;       height:35px;}.cap_tbl .profile_img_30 {    margin-top: 4px;}		.tml_def_filter_input{    margin-top: 8px;    margin-bottom: 8px;    height: 30px;    width: calc(100% - 18px);    border: 1px solid #efefef;    padding-left: 5px;    border-radius: 3px;    display: inline-block;    vertical-align: top;}#login_div{	 height: 100%;	 width: 100%;	 position: fixed;	 top: 0px;	 transition: opacity .5s ease-in;	 transition: height .1s ease-in .5s;	 transition: transform 1.5s ease-in;	 z-index: 1500;}#login_box{	opacity: 0;	}@media only screen and (min-width: 1px) and (max-width: 568px)  {	#login_left_panel	{		width: 100%;	}		#login_background	{		width: 0%;	}}@media only screen and (min-width: 569px) and (max-width: 1024px) {	#login_left_panel	{		width: 50%;	}		#login_background 	{ 		width: 50%; 		background-position: center center;		margin-left: 50%;	}		.powered_by 	{	    height: 26px;	    width: 206px;	    background-repeat: no-repeat;	    bottom: 20px;	    right: 20px;	    position: absolute;	    background-image: url(https://cdnv5.ppmanywhere.com/Logos/ppma_powered_by_white.svg);	}}		@media only screen and (min-width: 1025px) {	#login_left_panel	{		width: 25%;	}	#login_background 	{ 		width: 75%; 		background-position: left bottom;		margin-left: 25%;	}			.powered_by 	{	    height: 26px;	    width: 206px;	    background-repeat: no-repeat;	    bottom: 20px;	    right: 20px;	    position: absolute;	    background-image: url(https://cdnv5.ppmanywhere.com/Logos/ppma_powered_by_white.svg);	}}#login_left_panel {    height: 100%;    visibility: hidden;}#login_background {    height: 100%;    float: left;    position: absolute;    left: 0px;    top: 0px;    background-repeat: no-repeat;    background-size: cover;}#login_logo{    height: 45px;    width: 70%;    visibility: hidden;    background-image: url('https://butterfly.ppmanywhere.com/Global/images/backgrounds/4_1739267839688.svg');    background-repeat: no-repeat;    background-position: center bottom 20%;    background-size: contain;        margin-left: auto;    margin-right: auto;    padding-top: 40%;    padding-bottom: 10%;}#login_box{	width: 70%;	margin-left: auto;    margin-right: auto;    height: 375px;    overflow: hidden;    opacity: 0;}#login_btn{	margin-top: 11px;    margin-bottom: -5px;}.login_form_prompt, .login_form_response_message{	font-family: arial;	font-size: 12px;	color: #ffffff;	margin-top: 10px;	margin-bottom: 5px;	min-height: 14px;}#login_box .login_form_response_message{	padding-top: 15px;	color: #ff8a00;	margin-bottom: -10px;	height:15px;}#reset_password_form .login_form_response_message, #register_message.login_form_response_message{	float: left;	width: 100%;	margin-top: 12px;	margin-left: 0px;}.login_form_field::-moz-placeholder{    line-height: 25px;}.login_form_field{	border: none 0 transparent;    width: 100%;;    min-height: 30px;    line-height: 22px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    padding-right: 7px;    background-color: #ffffff;    box-sizing: border-box;    height: 30px;    color: #606060;}#log_lang_dropdown{    	padding-left: 2px;	cursor: pointer;}.login_form_field{	padding-left: 7px;}.login_form_check_wrapper{	height:30px;	margin: 15px 0px 5px 0px;		}input[type="checkbox"]#remember_me_chk + label span{	width: 30px !important;    height: 30px;    border: 0px solid transparent;    margin: 0 3px 0 0;}.login_form_remember{    width: 60% !important;    vertical-align: middle;    display: inline-block;    height: 100%;    line-height: 9px;    padding-left: 4px;    padding-top: 1px;}.login_form_field:required{	border: 0px solid #606060;}#forget_link, #register_link{	cursor: pointer;		height: 18px;}#forget_link{	margin-top: 7px;	float: left;	width: 70%;}#register_link{	width: 30%;	top: 7px;    right: 0px;    text-align: right;	display: inline-block;		position: absolute;}#reg_forget{	border-top: 1px solid #ffffff; 	width: 100%;	margin-left: auto;    margin-right: auto;    position: relative;    top: 62px;    overflow:hidden;    height:365px;    font-family: arial;	font-size: 12px;	color: #ffffff;	-webkit-transition: all 600ms ease-in-out;	transition:         all 600ms ease-in-out; 		}#reset_password_container{	display: none;	border-top: 1px solid #ffffff; 	width: 100%;	margin-left: auto;    margin-right: auto;    position: relative;    top: -640px;    overflow:hidden;    height:365px;    font-family: arial;	font-size: 12px;	color: #ffffff;	-webkit-transition: all 600ms ease-in-out;	transition:         all 600ms ease-in-out; 		}#passcode_form{	display: none;	border-top: 1px solid #ffffff; 	width: 100%;	margin-left: auto;    margin-right: auto;    position: relative;    top: -640px;    overflow:hidden;    height:365px;    font-family: arial;	font-size: 12px;	color: #ffffff;	-webkit-transition: all 600ms ease-in-out;	transition:         all 600ms ease-in-out; 		}#forget_form, #register_form, #reset_password_form, #reset_password_response{	width:100%;	margin-top: 60px;	display: none;}#reset_password_form{	display: block;	margin-top: 0px;}#reset_password_response{	margin-top: 0px;}.loginform ul{   padding: 0;   margin: 0;}.loginform li{    display: inline;    float: left;}label{    display: block;    color: #999;}.cf:after{    content: "";     display: table;    clear: both;}:focus{    outline: 0;}.loginform input:not([type=submit]){    padding: 5px;    margin-right: 10px;    border: 1px solid rgba(0, 0, 0, 0.3);    border-radius: 3px;    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1),                 0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;}.login_btn, .login_btn_inactive, .login_btn_invert{	float: left;	display: inline-block;	height: 30px;	margin-top: 20px;	border-radius: 3px;	padding: 0px 15px;    line-height: 30px;     box-sizing: border-box;    border-width: 1px;    border-style: solid;    cursor: pointer;    font-size: 12px;}.login_btn_inactive{	cursor: default;	opacity: 0.5;}.login_btn_invert{	color: #0d293f;	background-color: #ffffff;}.login_dropdown_wrapper{	position:relative;}.login_dropdown_wrapper:after{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow.svg");	background-repeat: no-repeat;	background-color: #ff8a00;	content: " ";	position: absolute;	top: 0;	right: 0;	width: 30px;	height: 30px;	background-position: center;	pointer-events: none;	border-radius: 3px;	transform: rotate(90deg);}#reset_password_btn, #register_btn, #passcode_btn{	margin-top: 15px;		}#forgot_email_prompt{	margin-top: 40px;} .course_nav_wrap{    width: 300px;    display: inline-block;}.course_chapter_menu{    width: 100%;/*     max-height: calc(100vh - 200px); *//*     overflow-y: auto; *//*     padding:7px; */    margin-bottom: 7px;}.course_chapter_menu.edit_mode{/* 	max-height: calc(100vh - 238px); */}.course_progress_wrap{    position:absolute;    right:15px;    top: -78px;}.course_progress_txt{	display: inline-block;    margin-left: 8px;}.course_progress_bar_wrap {    height: 8px;    width: 10vw;    background-color: #adadad;    border-radius: 20px;    display: inline-block;}.course_progress_bar_fill{    background-color: #98af00;    height:8px;    border-radius: 20px;}.course_chapter_menu_item{    height:98px;    background-color: #0f4d79;    margin-bottom: 16px;    border-radius: 6px;    cursor: pointer;    position:relative;}.course_overview_menu_item{	height: 98px;	margin-bottom: 16px;	border-radius: 6px;	cursor: pointer;	position: relative;}.course_overview_menu_item .course_chapter_menu_item_title{	top: calc(50% - 8px);	color: white;}.course_overview_wrap{	background-color: white;	padding: 16px;	margin-top: 16px;	border-radius: 6px;	position: relative;}.course_overview_section_text{	margin-top: 8px;	margin-bottom: 8px;}.course_sign_up_button{	float: right;}.course_overview_description_title{	display:inline-block;}.course_chapter_menu_item:hover, .course_chapter_menu_item.active, .course_overview_menu_item:hover, .course_overview_menu_item.active{    outline: 1px solid #ff8a00;}.course_contents_display{    width: calc(100% - 300px);    display:inline-block;    vertical-align: top;    padding: 0px 0px 15px 15px;    position:relative;}.course_contents_display > .large_title{	display: inline-block;}.course_chapter_menu_item .course_chapter_menu_item_title{    color: white}.course_chapter_menu_item_title{    margin-left: 16px;    position: relative;    top: 16px;    font-size:16px;    color: white;    margin-right: 16px;    line-height: 16px;}.course_chapter_menu_item > div:nth-child(n+2){	text-align: right;}	.course_chapter_menu_item_contents_wrap {    position: absolute;    bottom: 0px;    left: 8px;}.course_chapter_menu_item_icon{    display: inline-block;    position: relative;    opacity: .5;}.course_chapter_menu_item.active .course_chapter_menu_item_icon.complete + .course_chapter_menu_item_icon, .course_contents_display .course_chapter_menu_item_icon, .course_chapter_menu_item_icon.complete, .course_chapter_menu_item.active .course_chapter_menu_item_icon:first-child{	opacity: 1;}.course_chapter_menu_item_icon.sprint_icon{	vertical-align: bottom;}.course_chapter_menu_item_complete{    position: absolute;       right: -4px;    top: 0px;    background-color: #98af00;}.course_chapter_menu_item_icon.icon_40 .course_chapter_menu_item_complete{	right: -8px;	top: -4px;}.sprint_icon .course_chapter_menu_item_complete{    top: -8px;}.course_chapter_menu_item_complete.cross_icon{	background-color: #9e0b16;}.course_content_delete_btn{   	position: absolute;    right: -8px;    top: 4px;}.course_content_wrp{    margin-bottom: 16px;    margin-top: 16px;    position: relative;    background-color: white;    padding: 16px;    border-radius: 6px;}.exercise_title_wrp{    margin-top: 16px;    position: relative;    background-color: white;    border-radius: 6px 6px 0px 0px;    padding: 16px;}.quiz_title_wrp{	margin-top: 16px;    background-color: white;    padding: 16px;    border-radius: 6px 6px 0px 0px;    position: relative;}.course_content_wrp .large_title, .quiz_title_wrp .large_title{	vertical-align: middle;	margin-left: 8px;}.course_add_chapter_btn{	margin-left: 8px;}.course_add_content_btn:hover{	cursor: pointer;	color: #ee7000;}.course_add_content_btn:hover .grey_icon_button{	background-color: #ee7000;}.course_add_content_btn:nth-child(n+2){	margin-left:8px;}.course_up_next_wrapper{	font-size: 16px;	margin-top: 16px;	border-radius: 6px;	background-color: white;	padding-bottom: 16px;}.course_up_next{	padding-left:16px;	padding-top:16px;	font-weight:bold;	margin-bottom: 16px;}.course_up_next_clickable:hover{	cursor:pointer;	outline: 1px solid #ff8a00;}.course_up_next_icon{	background-color: #0f4d79;	display:inline-block;	margin-top:0px;	margin-left: 10px;	vertical-align: middle;}.course_up_next_wrapper .course_up_next_desc{    /* margin-top: 25px; */    vertical-align:middle;    display:-webkit-inline-box;    line-height: 40px;    max-width: calc(100% - 50px);}.course_chapter_menu_status_icon{	position: absolute;	right: 4px;	bottom: 4px;}.course_content_wrp .complete_video{	display:inline-block;	margin-left: 8px;}.course_content_wrp .complete_video.btn{	float:right;	margin-top:4px;}.course_content_wrp .course_chapter_menu_item_icon, .quiz_title_wrp .course_chapter_menu_item_icon{	background-color: #0f4d79; 	vertical-align:middle;}.quiz_question{    width: calc(100% - 85px);    margin-bottom: 16px;    display: inline-block;    font-size: 24px;    vertical-align: top;    color: #0f4d79;    font-weight:bold;}.quest_wrapper .question_mark_silhouette_square{	background-color: #0f4d79;	margin-top: -16px;	margin-left: -16px;}.quest_wrapper{	margin-bottom: 8px;}.quiz_runner{	padding-top: 16px;	padding-left: 16px;}.quiz_runner .next, .quiz_runner .finish {    position: absolute;    right: 16px;}.quiz_runner .previous {    position: absolute;    color: #606060;}.course_content_wrp.quiz_section{	padding-bottom: 60px;	background-color: white;	margin-top: 0px;	border-radius: 0px 0px 6px 6px;}.course_content_wrp.quiz_section.edit_mode{	padding: 16px;}.course_content_wrp.quiz_section.edit_mode .quiz_title_wrp{	margin-bottom: 16px;}.quiz_title_wrp{/* 	display:inline-block; */}.quiz_title_wrp div{	display:inline-block;}.quiz_title_wrp div:last-child{	display:inline-block;	vertical-align: bottom;	margin-left: 8px;}.quiz_runner .previous div, .quiz_runner .next div, .quiz_runner .finish div{	display:inline-block;	vertical-align:middle;	font-size: 16px;	margin-right: 4px;}.quiz_runner .next div:last-child{	margin-right: 0px;}.quiz_quest_amt{	margin-bottom: 16px;	font-size: 16px}.a_wrp div {	display: inline-block;	height: 30px;	font-size: 16px;	margin-top: 6px;	vertical-align: top;}.qz_status_wrp{	vertical-align: top;/* 	margin-top: 15px; */	float:right;}.qz_status_icon{	display: inline-block;	margin-top: 0px;}.qz_status{	margin-bottom: 15px;	display: inline-block;	margin-left: 8px;	margin-top: 16px;	vertical-align: top;}.qest_wrap{	margin-bottom: 16px;	position: relative;}.q_ans_tbl{	border-collapse: collapse;/* 	border: 1px solid #adadad; */	width: calc(100% - 39px);	margin-bottom: 8px;}.qz_btn_wrp{	float: right;	vertical-align: top;}.qz_try_again{	margin-right: 16px;}.exercise_wrap{	background-color: white;    padding: 16px;    margin-top: 0px;    border-radius: 0px 0px 6px 6px;}.course_content_wrp.exercise_wrap .exercise_title{	display: inline-block;	color: #0f4d79;	font-weight: bold;	margin-left: 8px;	margin-bottom: 16px;	vertical-align: bottom;}.exercise_desc{	display: inline-block;	width: 50%;	font-size: 14px;}.exercise_btn_wrap{	text-align: right;}.exercise_btn{	margin-right: 16px;	display: inline-block;}.exercise_btn:last-child{	margin-right: 0px;}.chapter_menu_title.large_title{	margin-bottom: 16px;	display: inline-block;}.chapter_menu_catalog_wrp{	float: right;	display: inline-block;	cursor: pointer;}.chapter_menu_catalog_wrp:hover > div:first-child{	color: #ee7000;}.chapter_menu_catalog_wrp:hover > div:last-child{	background-color: #ee7000;}.chapter_menu_catalog_wrp > div{	display: inline-block;	font-size: 12px;	vertical-align: middle;}.chapter_menu_catalog_wrp > div:last-child{/* 	background-color: #ee7000; */}.exercise_title_wrp div{	display: inline-block;	vertical-align: middle;}.exercise_title_wrp .exercise_title{	color: black;	margin-left: 8px;	margin-bottom: 8px;	max-width: calc(100% - 8px);	display: -webkit-inline-box;}.exercise_title_wrp .course_chapter_menu_item_icon{	background-color: #0f4d79;}.course_edit_btn_wrap{	cursor: pointer;	position: absolute;	right: 150px;	top: 0px;}.course_edit_btn_wrap:hover > div:first-child{	color: #ee7000;}.course_edit_btn_wrap:hover > div:last-child{	background-color: #ee7000;}.course_edit_btn_wrap > div{	display: inline-block;	vertical-align:middle;}.course_edit_btn_wrap > div:last-child{/* 	background-color: #ee7000; */}.course_save_btn_wrap {	position: absolute;	right: 16px;	top: -75px;}.course_save_btn_wrap > div{	display: inline-block;}.course_save_btn_wrap > div:first-child{	margin-right: 16px;}.edit_video_wrap{    padding: 16px;     border-radius: 6px;	background-color: white;	margin-top: 16px;}.course_contents_display > .large_title > .form_field_wrapper{	min-height: 0px;	width: 100%;	max-width: 750px;}.course_contents_display > .large_title > .form_field_wrapper > .form_text_field_Edit{	margin-bottom: 0px;}.exercise_title_wrp .qz_btn_wrp .wfl_btns_wrap > .hide{    display: none;}.active_chapter_bar{	width: 8px;	background-color: white;	position: absolute;	right: 16px;	border-radius: 3px;	display: none;/* 	height:66px; */	top: 16px;}.course_overview_menu_item.active .active_chapter_bar, .course_chapter_menu_item.active .active_chapter_bar{	display:block;}.course_chapter_menu_item_contents_wrap .course_chapter_menu_item_icon:nth-child(n+2){	margin-left: 16px;}.course_chapter_menu_item.active .course_chapter_menu_status_icon{	display: none;}.course_chapter_menu_item_icon.icon_40{	margin-bottom: 8px;}.course_chapter_menu_item_icon.icon_40{	margin-bottom: 8px;}.course_overview_wrap .course_overview_section{	margin-bottom: 32px;}.course_overview_wrap .course_overview_section:last-child{	margin-bottom: 0px;}.credits_wrap{	float: right;	margin-right: 8px;	margin-top: -5px;}.credits_wrap > div{	display: inline-block;	vertical-align: middle;}.credits_wrap .small_title{	width: 50px;}.credits_amount{	background-color: #adadad;	padding: 8px 4px 8px 4px;	border-radius: 3px;	color: white;	min-width: 40px;	text-align: center;}/*Nick should rationalise his mess here*/ .course_wrapper .tile    {        padding: 0px;        border-radius: 6px;    }    .course_wrapper    {        margin-bottom:15px;        display:inline-block;    }	.course_wrapper .large_title    {        color: black;        font-weight: 800;        letter-spacing: -1px;    } 	@media only screen and (max-width: 568px)    {        .course_wrapper        {            width: calc(100%);        }    }        @media only screen and (min-width: 569px) and (max-width: 1024px)    {        .course_wrapper        {            width: calc(50% - 7.5px);        }        .course_wrapper:nth-child(2n)        {            margin-left: 15px;        }    }        @media only screen and (min-width: 1025px) and (max-width: 1204px)    {        .course_wrapper        {            width: calc(25% - 11.25px);        }        .course_wrapper:nth-child(n)        {            margin-left: 15px;        }        .course_wrapper:nth-child(4n+1)        {            margin-left: 0px;        }    }        @media only screen and (min-width: 1205px) and (max-width: 1709px)    {        .course_wrapper        {            width: calc(16.66% - 12.5px);        }        .course_wrapper:nth-child(n)        {            margin-left: 15px;        }        .course_wrapper:nth-child(6n+1)        {            margin-left: 0px;        }    }        @media only screen and (min-width: 1710px)    {        .course_wrapper        {            width: calc(12.5% - 13.125px);        }        .course_wrapper:nth-child(n)        {            margin-left: 15px;        }        .course_wrapper:nth-child(8n+1)        {            margin-left: 0px;        }    }    .course_est_time    {        position: absolute;        right: 80px;        top: 15px;     }        .course_est_time_cir    {        height: 40px;        width: 40px;        border-radius: 40px;        border: 1px solid #878b3f;        margin: 0 auto;        color: #878b3f;        padding: 4px 5px;        text-align:center;            }        .course_est_time_txt    {        margin-top:5px;        color: #878b3f;    }        .course_cred    {        position: absolute;        right: 15px;        top: 15px;     }        .course_cred_cir    {        height: 40px;        width: 40px;        border-radius: 40px;        border: 1px solid #43234d;        margin: 0 auto;        color: #43234d;        line-height: 40px;        text-align:center;        font-size: 16px;    }        .course_cred_txt    {        margin-top:5px;        color: #43234d;    }    	.course_prereq_txt	{	    position: absolute;	    bottom: 15px;	}			.course_feedback_btns	{	    text-align: center;    	margin-bottom: 32px;    	margin-top: 16px;    }		.course_feedback_btns > div:nth-child(2)	{		margin-left: 32px;		margin-right: 32px;	}		.course_feedback_btns > div	{		cursor: pointer;	}		.course_feedback_btns > div.active	{		outline: 2px solid #ff8a00;	}	.course_feedback_btns ~.form_field_wrapper textarea	{	    margin-bottom: 0px;	}#board_manager_module_id{	padding-top: 85px 15px 15px 15px;	background-color: #ffffff;	min-height: 100%;}.task_board{	height: 100%;    position: relative;    display: flex;    justify-content: space-evenly;}.board_lane{	width: 100%;	height: 100%;	vertical-align:top;}.lane_wrapper{    border: 1px solid #adadad;    border-radius: 3px;    margin: 3px;    display: inline-block;    width: 100%; /* This is a hack to get evenly spaced cols regardless of the number */    vertical-align: top;    background-color: #efefef;    position: relative;    min-height: 100%;}.lane_title{	font-size: 14px;	color: #ffffff;	height: 30px;    padding: 7px;}.item_box_wrapper{	position:relative;}.item_box{	min-height: 100px;	width: calc(100% - 10px);	background-color: white;    margin: 5px;	padding: 3px;	position:relative;	}.edit_icon_orange{	height: 20px;	width: 20px;	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Colour_icons/icon_edit_orange.svg');	position:absolute;	bottom: 3px;	right: 8px;}.board_task_sub_title{	font-weight: bold;}.board_chooser .flydown_menu_button,.e_menu_wtp .flydown_menu_button,.team_chooser .board_team_menu_btn,.team_chooser .profile_wrap,.team_chooser .profile_cascade, /*additional users*/.board_toolbar .view_chooser div,.board_list_wrp .board_list_menu_btn,.board_list_wrp .flydown_menu_items .list_swatches > div /*color selection*/{	cursor: pointer;}.board_chooser .flydown_menu_items{	max-height: calc(100vh - 171px); 	overflow-y: scroll;}.board_chooser .flydown_menu_items div{	margin: 4px 0px 0px 15px;}.board_chooser .flydown_menu_items::-webkit-scrollbar{    width: 7px;}.board_task_form_wrap{	display: inline-block;	width: 100%;	padding-top: 30px;    overflow-y: auto;    max-height: 436px;    padding-right: 5px;}.board_task_timeline_wrap{	display: inline-block;	width: 100%;	margin-top: 17px;}.board_task_popup_button{	margin-top: 15px;}.task_comment_tab_wrap{	margin-top: 30px;}.task_comment_timeline_wrp{	max-height: 375px;    overflow-y: auto;    padding-right: 15px;    margin-bottom: 5px;}.comment_wrap {	padding-top: 30px;}.c_timeline{	overflow-y: auto;}.comments{	background-color: #adadad;    line-height: 30px;    text-align: center;}.board_task_tag_wrapper{	width: calc(100% - 30px);	}.task_wrap .tag_box_primary{	padding: 3px;	color: #606060;	background-color: #efefef;	margin-top: 8px;	margin-bottom: 0px;}.pop_up.new_board_popup .popup_content_wrap{	padding: 30px 30px 45px 30px;}.table_toggle_btn{	margin-left: 5px;}.list_toggle_btn, .table_toggle_btn  {	height: 28px;	width: 28px;	display:inline-block;	    }.DASH_white_full_width .list_toggle_btn{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Tile_List/Icon_only/icon_nav_tile_white.svg");}.DASH_white_full_width .table_toggle_btn{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Tile_List/Icon_only/icon_nav_list_white.svg");}.DASH_grey_full_width .list_toggle_btn{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Tile_List/Icon_only/icon_nav_tile_efefef.svg");}.DASH_grey_full_width .table_toggle_btn{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Tile_List/Icon_only/icon_nav_list_efefef.svg");}.list_btn_pane{	display: inline-block;	float:right;	margin-left:15px;}.list_filter_pane{	display: inline-block;	margin-bottom: 8px;	width: 50%;}.list_sort_pane{	display: inline-block;	float:right;	margin-left:15px;	height: 30px;}.list_sort_pane .form_drop_down_Edit{min-width: 100px;	}.list_sort_pane:after{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg");	background-repeat: no-repeat;	background-color: transparent;	content: " ";	position: absolute;	background-position: center;	pointer-events: none;	margin-left: -18px;	height: 26px;	width: 12px;	transform: rotate(90deg);	background-size: 26px 18px;}.order_by_prompt{	display:inline-block;	margin-right:5px;}.free_text_filter_fields{	display:none;	}.free_text_filter_value{		display:none;}.free_text_filter_eval{	display:none;	}.access_tags_wrap {    margin-top: 15px;    margin-bottom:45px;}.access_tags_wrap .large_title{    margin-bottom: 15px;    display: inline-block;    vertical-align: top;    line-height: 24px;    width: 80px;}.dash_access .access_tags_wrap .large_title{	color: #0f2c4b;	}.access_icon{	position: absolute;    top: 2px;    width: 24px;    height: 24px;    left: 2px;}.access_label{	position: relative;    left: 24px;    margin-right: 30px;}.access_label:last-child{    margin-right: 0px;}.ds_sql_editor{    width: 100%;    min-height: 400px;	    margin-top: 48px;    border: 1px solid #efefef;}.ds_avg_run{	margin-top: 8px;}.ds_test_query_btn{	position: absolute;    right: 0px;    top: -40px;	}.ds_add_row_btn{	margin-left:29px;	margin-top: 7px;}.ds_sec_title{	margin-top: 30px;	}.ds_prop_tbl{	margin-left: -7px;	}.ds_tbl_instruction{	margin-bottom: 15px;}.ds_info_form{    width: 50%;    display: inline-block;    min-width: 300px;}.ds_info_form .form_field_wrapper {    max-width: 350px;    min-width: 250px;}.ds_actors{	display: inline-block;    vertical-align: top;}.ds_actors > div{	margin-bottom: 30px;	}.ds_query_btns{	position: absolute;    right: 16px;    top: 8px;}.ds_query_btns .icon_button_text{	font-size: 12px;}.ds_query_btns .icon_button_bottom_wrapper{	margin-left: 15px;	text-align: center;}.ds_query_test_ftable{	width: 100%;	border-collapse: collapse;	margin-top: 15px;}table.ds_query_test_ftable th{	text-align: left;}table.ds_query_test_ftable td {    border-top: 1px solid #adadad;    padding: 7px 0px;}.ds_run_query_btn{    position: absolute;    top: 76px;    right: 32px;}.ds_query_test_results{	}.ds_rslt_q_title, .ds_test_rslt_title{		margin-top: 15px;	}.ds_rslt_q, .ds_test_rslt{	max-width: 80vw;	padding-bottom: 60px;	overflow-x: auto;	max-height: 30vh;	overflow-y: auto;}.ds_test_rslt table{	border-collapse:collapse;}.ds_test_rslt table tr:first-child td {   font-weight: bold;   border-bottom: 2px solid #adadad;}.ds_test_rslt table tr td {    border: 1px solid #adadad;    padding: 5px;}@media print{/* 	.status_report_table_container *//* 	, .status_report_table_container table *//* 	, .sr_form_table .form_table *//* 	{ *//* 		page-break-inside: avoid !important; *//* 	} */	.status_report_table_container	{		display: inline-block !important;		position: relative !important;	}		#resource_table_wrapper, #cost_table_wrapper	#resource_table_wrapper table, #cost_table_wrapper table	{		page-break-before: always !important;		display: inline-block !important;		position: relative !important;	}	.DASH_white_paper_width	{		box-shadow: 0px 0px 0px transparent !important; /*JL: doesnt work for some reason*/	}}@media only screen and (min-width: 1025px){.content_wrapper {    min-width: 1025px;    max-width: 1025px;    margin: 0 auto;}}@media screen and (min-width: 320px) and (max-width: 767px){	.header_wrapper	{		min-width: 320px;		max-width: 767px;	}		.content-wrapper	{		min-width: 320px;		max-width: 767px;		margin: 0 auto;	}}/*	EXTRA PPMA SPECIFIC settings*/@font-face {	font-family: 'BrandonGrotesque-Medium';	src: url('../../../css/webfonts/2ACAB6_1_0.eot');	src: url('../../../css/webfonts/2ACAB6_1_0.eot?#iefix') format('embedded-opentype'),url('../../../css/webfonts/2ACAB6_1_0.woff') format('woff'),url('../../../css/webfonts/2ACAB6_1_0.ttf') format('truetype');}#header_content_wrapper{	display: none !important;}#milestone_add_row_button{	display: none !important;}#milestone_table .status_report_delete_button{	display: none !important;}/*	END: EXTRA PPMA SPECIFIC settings*/#PRJ_SR_body{	padding-top: 70px;    background-color: #ffffff;    min-height: 100%;    box-sizing: border-box;}#PRJ_SR_create_status_report_body{	display: none;}#PRJ_SR_project_status_report{	display: none;}.content_wrapper{	padding-top: 0px !important;	margin-top: 40px;	max-width: 960px;	min-width: 320px; /* 960px */	min-height: 100%;	margin: 0 auto;}.PRJ_SR_report_title_container{	width: 100%;	line-height: 47px;	height: 50px;	background: #3f5d04;	top: 0;	left: 0;	z-index: 1;}.PRJ_SR_report_title{	font-family: 'BrandonGrotesque-Medium', Arial, Sans-serif;	text-transform: uppercase;	font-size: 30px;	margin-bottom: 15px;	margin-top: 15px;	margin-left: 25px;/* 	color: #3f5d04; */}.PRJ_SR_filter_wrapper{	margin-left: 25px;	margin-top: 25px;}.PRJ_SR_filter_title{	font-family: "Helvetica","Arial", sans-serif;/* 	background-color: #97b000; */	color: #ffffff;	font-size: 14px;	height: 35px;	line-height: 35px;	text-align: left;	width: 100px;	padding-left: 10px;	display: inline-block;	vertical-align: top;	border-radius: 3px 0 0 3px;	z-index: 1;}.PRJ_SR_filter_dropdown_wrapper{	display: inline-block;	height: 35px;}.PRJ_SR_filter_dropdown_input:focus{	outline: 0;}.PRJ_SR_filter_dropdown_input{	font-family: "Helvetica","Arial", sans-serif;	font-size: 12px;	height: 100%;	box-sizing: border-box;	color: #606060;	background-color: #efefef;	border: 0 none;	border-radius: 0 3px 3px 0;	border-style: solid;	border-color: #efefef;	padding-left: 5px;	max-width: 300px;}#PRJ_SR_project_start_end_date{	display: inline-block;	font-family: "Helvetica","Arial", sans-serif;	margin-left: 10px;	font-size: 12px;	color: #606060;}#PRJ_SR_error_message{	margin-top: 10px;	display: inline-block;	font-family: "Helvetica","Arial", sans-serif;	font-size: 14px;	margin-left: 25px;	color: #9e0b16;}/*@page {  size: A4;  margin: 0;}*/.status_report_wrapper{	display: none;	padding-top: 27px;}.ribbon_background{	width: 200%;	height: 57px;	background-color: rgba(34,42,57,0.75);	position: absolute;	left: -50%;}/* Rich: These two were messing up printing to pdf with the page breaks don't know why but be careful*/.status_report_ribbon_wrapper{	position: relative;/* 	margin: 26px 0px 10px 25px; *//* 	margin: 0px 0px 0px 0px; */	height: 50px;	}.status_report_ribbon_panel{	display: inline-block;	width: 100%;	background-color: #0f2c4b;	position: relative;	height: 50px;	visibility: hidden;}.status_report_ribbon_container{	display: inline-block;/* 	position: relative; */		position: absolute;	top: 14px;	left: 13px;}.ribbon_active, .ribbon_inactive, .ribbon_static{	position: relative;/*     float: left; */	display: inline-block;	vertical-align: middle;    font-size: 14px;    text-decoration: none;    color: #ffffff;    padding-bottom: 1px;}.ribbon_active, .ribbon_inactive { cursor: pointer; }.ribbon_active { border-bottom: 1px solid #ef7504; }.ribbon_arrow{	font-weight: bold;	font-size: 14px;/* 	float: left; */	display: inline-block;	vertical-align: middle;	margin: 0px 5px;	color: #ffffff;	cursor: default;	padding-bottom: 2px;}.ribbon_inactive:hover{	color: #ee7000;}.tab_button_wrapper{	position: absolute;	right: 0px;	top: 7px;}.tab_button_back, .tab_button_next, .tab_button_publish{	width: 32px;	height: 32px;	border-radius: 100px;	cursor: pointer;			background-repeat: no-repeat;	background-color: #FFFFFF;}.tab_button_back, .tab_button_next { border: 1px solid #ef7504; }.tab_button_back{	display: none;	margin-right: 10px;	background-image: url("../images/PPMA_status_report_step_arrow_back.png");	background-position: 8px center;}.tab_button_next{	display: inline-block;	position: absolute;	background-image: url("../../../Global/images/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg");	right: 28px;	top: 1px;}.tab_button_publish {  }.tab_button_back:hover, .tab_button_next:hover{ }.tab_button_publish{	display: inline-block;	border: 1px solid #00be00;	background-color: #00be00;	background-image: url("../images/Tick_Green_Right.png");	background-position: right center;	background-repeat: no-repeat;}/* .tab_button_publish:hover { background-color: darkgreen;} */.status_report_lightning{	position: absolute;	top: -20px;	right: -25px;		width: 334px;	height: 232px;	background-image: url("../images/emailimage.png");	background-position: center center;	background-repeat: no-repeat;}.status_report_date_icon{	display: inline-block;	height: 20px;	width: 26px;	margin: 0 10px;    vertical-align: middle;    cursor: pointer;		background-image: url("../images/PPMA_calendar_icon.png");    background-position: center center;    background-repeat: no-repeat;}.status_report_subtitle{	font-size: 14px;	margin-top: 4px;	padding-bottom: 8px;}.status_report_title_wrapper, .status_report_date_wrapper{	position: relative;	margin-top: 24px;	vertical-align: middle;	height: 40px;}.status_report_title_label, .status_report_date_label{/* 	background-color: #97b000; */	color: #ffffff;	font-size: 14px;	padding: 10px;	text-align: left;	width: 100px;		display: inline-block;	vertical-align: top;/* 	border: 1px solid #97b000; */	border-width: 1px 1px 1px 1px;	border-style: solid solid solid solid;	border-radius:  3px 0 0 3px;	z-index: 1;}.status_report_title_label{	position: absolute;	top: 0px;	left: 0px;	}.status_report_title_input, .status_report_title_date{	box-sizing: border-box;	font-size: 14px;	background-color: #fbfbfb;		border: 0 none;	border-radius: 0 3px 3px 0;	border-width: 1px 1px 1px 0px;	border-style: solid;	border-color: #d6d6d6;		color: #606060;}.status_report_title_input{	padding: 10px 10px 10px 110px;	max-width: 855px;	position: absolute;	top: 0px;	left: 2px;	width: 400px;}.status_report_title_date{	width: 140px;	padding: 10px;}.status_report_title_date_icon_wrapper{		display: inline-block;	margin-left: -45px;	z-index: 1;}.status_report_title{	border-bottom: 1px solid #ececec;/* 	color: #98af00; */    font-size: 30px;    margin-bottom: 20px;    line-height: 70px;    width: 100%;        font-family: "Helvetica","Arial", sans-serif;}.status_report_date_warning{	display: none;	position: absolute;	left: 270px;	top: 11px;		font-size: 14px;	color: #9e0b16;	}.status_report_table_wrapper, .status_report_table_wrapper_read_only{	position: relative;	border-radius: 6px;}.status_report_table_wrapper_read_only{	position: relative;	background-color: #ffffff;	overflow: hidden;	margin-bottom: 20px;}.status_report_table_wrapper_read_only .status_report_footer_wrapper{	width: 100%;	height: 15px;	margin-left: auto;	margin-right: auto;	margin-top: -40px;	padding-bottom: 20px;	margin-top: -40px;	display: block;	background-image: url('../images/PPMA_footer_logo.png');	background-repeat: no-repeat; 	background-size: 164px 14px; 	background-position: center;}.status_report_table_container, .status_report_table_container_active{	box-sizing: border-box;	position: relative;	/*padding-bottom: 45px;*/	/*padding-left: 25px; /* Making room for the delete button */		width: 100%;	height: auto;}.status_report_table_wrapper_read_only .status_report_table_container{	padding-right: 25px;}.status_report_table_container{	display: none;}.status_report_table_container_active { display: block;}.status_report_table_title{	display: inline-block;	width: 100%;	height: auto;/* 	color: #98af00; */	font-family: "Helvetica","Arial",sans-serif;	font-size: 30px;	margin-bottom: 15px;	margin-top: 15px;}.status_report_table_subtitle{	color: #606060;	display:none;	font-size: 16px;	margin-bottom: 5px;}#status_report_title_cost{ margin-top: 50px; }.status_report_add_row_button, .status_report_add_row_button_off{	position: relative;	margin-top: 20px;		height: 32px;	width: 32px;	border: 1px solid #eae32c;	border-radius: 100px;		background-image: url("../images/PPMA_status_report_add.png");	background-position: center center;	background-repeat: no-repeat;	background-color: #ffffff;		cursor: pointer;		line-height: 28px;	text-align: center;	vertical-align: middle;}.status_report_add_row_button{ display: block; }.status_report_add_row_button_off{ display: none; }.status_report_table{	border: 0px none transparent;	border-collapse: collapse;	width: 100%;}.status_report_table_header{	font-weight: normal;	text-align: left;	font-size: 14px;/* 	background-color: #3f5d04; */	color: #ffffff;	padding: 10px 0px;	padding-left: 10px;	box-sizing: border-box;	border-width: 0px 0px 0px 0px;	border-color: transparent transparent transparent transparent;	border-style: solid solid solid solid;}.status_report_table_header_first{	border-top-left-radius: 3px;	border-bottom-left-radius: 3px;}.status_report_table_header_last{	border-top-right-radius: 3px;/* 	border-bottom-right-radius: 3px; */}/* global css to all td (cells) inside the status-report tables */.status_report_table_cell,.status_report_table_cell_res_cost,.status_report_table_cost_cell,.status_report_table_total_cell,.status_report_table_footer_cell{	background-color: transparent;	position: relative;		border-top-right-radius: 3px;	border-bottom-right-radius: 3px;	border-radius: 0px;		vertical-align: top;	/* 	position: static; */	border-top-width: 1px;	border-top-style: solid;	border-top-color: #959595;}/*Ignore the top-border for the first row*/.status_report_table tr:nth-child(1) td.status_report_table_cell,.resource_financial_table tr:nth-child(1) td.status_report_table_cell_res_cost,.resource_financial_table tr:nth-child(1) td.status_report_table_cost_cell,.resource_financial_table tr:nth-child(1) td.status_report_table_total_cell,.resource_financial_table tr:nth-child(1) td.status_report_table_footer_cell{	border-top-width: 0px;	border-top-style: none;	border-top-color: transparent;}.status_report_table_cell{	padding-top: 10px;	padding-bottom: 10px;	padding-right: 10px;		text-align: left;	vertical-align: top;}.status_report_table_cost_cell{	padding-top: 10px;	padding-bottom: 10px;	padding-right: 5px;	padding-left: 5px;		text-align: center;	vertical-align: top;}.status_report_table_total_cell{	text-align: right;	vertical-align: top;	padding: 0px;	border-radius: 0px;		position: static; /* IE doesn't show the black line */}.DASH_dashboard_wrapper .status_report_table_total_cell { padding: 5px 0px; }.status_report_table_cell_hide{	display: none;}.status_report_table_cell_show{	display: table-cell;}/* .status_report_table_cell_split{ padding-bottom: 20px; border-bottom: 1px solid #a5b6b6;} *//*general styling of text*/.input_hml, .input_status, .input_textarea, .input_num,.static_text_total,.milestone_input_text, .milestone_input_date, .resource_input_text, .input_num_small,.cost_input_textarea, .cost_input_dropdown,.risk_input_text,.summary_input_textarea{	display: inline-block;	background-color: #fbfbfb;	color: #606060;		border-width: 1px;	border-style: solid;	border-color: #d6d6d6;	border-radius: 3px;	padding: 10px;	font-size: 12px;	font-family: "Helvetica","Arial",sans-serif;		-webkit-box-sizing: border-box;	box-sizing: border-box;	width: 100%;}select.input_status, span.input_status{/* 	text-indent: 2px; */}select.input_status{ 	height: 37px;	padding:0px 0px 0px 3px;	border-radius:3px;/* 	width: 138px; */}select, select option{	white-space: normal;}.status_report_dropdown_wrapper, .status_report_dropdown_wrapper_res_cost{	position: relative;}.status_report_dropdown_wrapper_res_cost{	width: 100%;	display: inline-block;}.status_report_dropdown_wrapper:after, .status_report_dropdown_wrapper_res_cost:after{	background-image: url("../images/PPMA_ArrowDown_Orange.png");	background-repeat: no-repeat;	background-color: #fbfbfb;	content: " ";	position: absolute;	background-position: center;	pointer-events: none;}.status_report_dropdown_wrapper:after{	background-size: 18px 10px;	right: 5px;	top: 50%;	margin-top: -10px;	height: 20px;	width: 20px;}.status_report_dropdown_wrapper_res_cost:after{	background-size: 12px 8px;	right: 2px;	top: 50%;	margin-top: -6px;	height: 12px;	width: 12px;}.status_report_dropdown_wrapper select::-ms-expand,.status_report_dropdown_wrapper_res_cost select::-ms-expand /*hide dropdown button in IE, when read-only mode*/{	display: none;}.status_report_dropdown_wrapper select,.status_report_dropdown_wrapper_res_cost select   /*hide dropdown button in FF Chrome, when read-only mode*/{	-webkit-appearance: none;	-moz-appearance: none;}.status_report_table_wrapper_read_only table.status_report_table tbody tr td.status_report_table_cell:last-child{	padding-right: 0px;}.input_status option{	background-color: #ffffff;	color: #222a39;	padding: 10px 4px;	border: 0px solid transparent;	text-indent: 2px;	}select.input_hml, span.input_hml{/* 	width: 80px; *//* 	text-indent: 2px; */}select.input_hml{	height: 37px;	padding: 0px 0px 0px 4px;}span.input_hml{/* 	width: 55px; */}.input_hml option{	background-color: #ffffff;	color: #222a39;	padding: 10px 4px;	border: 0px solid transparent;	text-indent: 2px;}textarea.input_textarea, span.input_textarea{/* 	width: 200px; */}textarea.input_textarea{	height: 65px;	resize: none;	padding: 10px 10px 10px 8px;}select.risk_input_text{	padding: 10px 10px 10px 6px;}.input_num{/* 	width: 80px; */	text-align: left;}.input_num_small{	height: 36px;	line-height: 36px;	text-align: right;	padding: 0px 3px 0px 0px;	font-size: 10px;}/* hides the spin-button for firefox */input[type=number] {    -moz-appearance:textfield;}/* hides the spin-button for chrome*/input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {    -webkit-appearance: none;    margin: 0;}.input_num_small.input_plan {	border-width: 1px;	border-style: solid;	border-color: #d6d6d6;	background-color: #fbfbfb;}.input_num_small.input_actual {	border-width: 1px;	border-style: solid;	border-color: #d6d6d6;	background-color: #fbfbfb;}.input_num_small.input_plan.readonly_text, .input_num_small.input_actual.readonly_text{	color: #606060 !important;	border-width: 1px;	border-style: solid;	border-color: #fbfbfb;}/* Other generic CSS */.status_report_delete_button{	display: block;	position: absolute;		width: 18px;	height: 27px;		top: 13px;	left: -23px;		/* 	background-image: url("../images/Icon_Bin.svg"); */	background-image: url("../images/Icon_Delete-Report.png");	background-position: center center;	background-repeat: no-repeat;	background-color: transparent;	border-radius: 3px;		cursor: pointer;}.status_report_delete_button:hover{	background-image: url("../images/Icon_Delete-Report_Over.png");}.full_view_button{	position: absolute;	right: 0px;	top: 22px;	font-size: 14px;		padding: 1px 10px 2px;/*     border: 1px solid #ef7504; */	border-style: solid;	border-width: 1px;    border-radius: 3px;    color: #ffffff;	cursor: pointer;	width: 85px;	height: 25px;	line-height: 25px;		background-image: url('../images/PPMA_Financials_FullViewIcon.png');/* 	background-color: #ef7504; */	background-repeat: no-repeat;	background-size: 20px 11px;	background-position: 74px 8px;	box-sizing: initial;}.normal_view_button{	position: absolute;	right: 0px;	top: 22px;	font-size: 14px;		padding: 1px 10px 2px;/*     border: 1px solid #ef7504; */	border-style: solid;	border-width: 1px;    border-radius: 3px;/*     color: #ffffff; */	cursor: pointer;	width: 100px;	height: 25px;	line-height: 25px;		background-image: url('../images/PPMA_Financials_FullViewIcon.png');/* 	background-color: #ef7504; */	background-repeat: no-repeat;	background-size: 20px 11px;	background-position: 95px 8px;}/* Summary */.summary_header_1{ width: 100%; }.summary_input_textarea{	width: 100%;	min-height: 190px;	resize: none;	margin-top: -5px;}#summary_table .status_report_table_cell{	padding-right: 0px;}/* Milestone *//* .milestone_header_1  { width: 50%; } */ /* dont define one, to avoid white-line in IE */.milestone_header_2  { width: 17%; }.milestone_header_3  { width: 17%; }.milestone_header_4  { width: 15%; }.milestone_input_date{	background-image: url("../images/PPMA_calendar_icon.png");	background-position: right 10px center;	background-repeat: no-repeat;}/* Risk */.risk_header_custom1 { width: 8%; }.risk_header_1 { width: 9%; }.risk_header_2 { width: 9%;}.risk_header_3 { width: 22%;}.risk_header_4 { width: 22%;}.risk_header_5 { width: 14%;}/* .risk_header_6 { width: 13%;} */ /* dont define one, to avoid white-line in IE *//* Issue */.issue_header_1{width: 9%;}.issue_header_2{width: 26%;}.issue_header_3{width: 26%;}.issue_header_4{width: 19%;}/* .issue_header_5{width: 20%;} */ /* dont define one, to avoid white-line in IE *//* Change *//*.change_header_1{width: 26%;}*/ /* dont define one, to avoid white-line in IE */.change_header_3{width: 10%;}.change_header_4{width: 10%;}.change_header_5{width: 20%;} /* Resource */ /* .resource_header_1 { width: 8%; } */.resource_header_2 { width: 13.5%; }.resource_header_3 { width: 13.5%; }/* .resource_header_4 { width: 6%; } NOT USED - resource column (visibility: false) */.resource_header_5 { width: 9%; }.resource_input_text{	font-size: 10px;	padding: 5px;	vertical-align: top;	height: 36px;}textarea.resource_input_text{	padding: 10px 5px 5px 5px;	resize: none;}select.resource_input_text{	padding: 3px 5px 5px 5px;}.resource_rate{}span.resource_input_text{	height: auto;	padding-top: 17px;}/* Cost */.cost_header_1{width: 16%;}/* .cost_header_2{width: 16%;} */ /* dont define one, to avoid white-line in IE */.cost_input_dropdown{	font-size: 10px;	padding: 5px;	height: 36px;	vertical-align: top;}span.cost_input_dropdown{	padding: 5px;}.cost_input_textarea{	font-size: 10px;	padding-top: 5px;	padding-left: 5px;	padding-right: 5px;	padding-bottom: 5px;}textarea.cost_input_textarea{ padding-top: 10px; height: 36px; resize: none;}span.cost_input_dropdown, span.cost_input_textarea /* read only mode: make them align vertically*/{	height: auto;	padding-top: 17px;}/* Read only CSS */textarea.readonly_text, .readonly_text{	background-image: none;	border-color: transparent;	background-color: transparent;}.status_report_table_wrapper_read_only .readonly_text{	height: 100%;}.status_report_table_wrapper_read_only textarea.readonly_text{	height: auto;}span.readonly_text{	display: block;}select.readonly_text::-ms-expand  /*hide dropdown button in IE, when read-only mode*/{	display: none;}select.readonly_text   /*hide dropdown button in FF Chrome, when read-only mode*/{	-webkit-appearance: none;	-moz-appearance: none;}.status_report_table_wrapper_read_only .readonly_text{	color: #606060;	background-color: transparent !important;	border-color: transparent !important;}/* more important than read-only, but is not important as the resource & cost specific*/.allocation_cell, .secondary_labour_line{	border-top-width: 0px !important;	border-top-color: transparent !important;	padding-top: 0px !important;	padding-bottom: 10px !important;}.allocation_cell, .secondary_labour_line{	}.allocation_input_cell {/* 	background-color: lightblue; */}.allocation_input_cell_label /* make resource label appear right side */{	text-align: right;}.allocation_cell span.static_text_total, .secondary_labour_line span.static_text_total /* make the total cell in read-only mode align vertically */{	margin-top: 0px;}/* Resource + Cost specific CSS */#resource_table .status_report_table_header,#cost_table .status_report_table_header{	vertical-align: top;	padding-top: 20px;}.DASH_dashboard_wrapper .resource_financial_table .header_date{	padding-top: 10px !important;}.secondary_labour_line{border-top-width: 0px;}.header_date{	text-indent: 0px;	text-align: center;	padding-bottom: 0px;	padding-top: 0px;	padding-left: 0px;	font-size: 10px;		vertical-align: top;}.header_total{	padding: 0px;	text-indent: 0px;	text-align: center;}.header_sum {	text-indent: 0px;	width: 6%;	text-align: center;	padding-bottom: 0px;	padding-left: 0px;	vertical-align: bottom;}.header_plan , .subheader_plan .subheader_date { background-color: #114d78;}.header_actual , .subheader_actual .subheader_date  { background-color: #579F91;}.input_plan, .cell_plan{ background-color: #d5e4f0;}.input_actual, .cell_actual{ background-color: #eaefcc; }.static_text_total{	background-color: transparent;	border-color: transparent;	padding-left: 0px;	padding-right: 2px;	padding-top: 0px;	padding-bottom: 0px;	text-align: right;	font-size: 10px;		margin-top: 10px;	height: 36px;	line-height: 36px;	word-wrap: break-word;}.subheader_cell, .subheader_total{	/*background-color: #3F5D04;*/ /*we need to have a configure on SR for "sub-header css"*/	text-align: center;	padding: 0px;}.subheader_total /* Total columns */{	width: 60px;}.date_column_width /* Individual Date columns */{	width: 56px;}.subheader_date, .subheader_date_tall{/* 	display: inline-block; */	box-sizing: border-box;/* 	width: 100%; */	text-align: center;	font-size: 10px;	color: #ffffff;	border-radius: 3px 3px 0px 0px;	margin: 4px 2px 0px;	padding: 3px 0;	}.subheader_date_tall /* Sum prior && Future cells */{/* 	height: 30px; *//* 	width: 52px; */}.status_report_table_cell_res_cost{	padding-top: 10px;	padding-bottom: 10px;	padding-right: 5px;	padding-left: 5px:}textarea:focus, input:focus, select:focus{	outline: 0;}.status_report_setting_button{	background-color: #ef7504;    border: 1px solid #ef7504;    border-radius: 3px;    cursor: pointer;    font-size: 14px;    padding: 1px 10px 2px;    position: absolute;    height: 25px;    width: 80px;    right: 0px;    z-index: 1;    color: #ffffff;    position: absolute;    top: 70px;    line-height: 25px;	/* 	background: url('../images/PPMA_Financials_Settings.svg') #ef7504 no-repeat; */	background-size: 20px;	background-position: 71px 4px;	display: none;}.status_report_setting_button:hover{}.status_report_review_table_wrapper, .status_report_review_table_wrapper_read_only{	box-sizing: border-box;	width: 100%;/* 	display: table; */}.status_report_review_timing_table, .status_report_review_cost_table, .status_report_review_health_table{	position: relative;/* 	display: table-cell; */	display: inline-block;	vertical-align: top;	min-width: 200px;	text-align: center;	box-sizing: border-box;		padding: 15px;	background-color: #efefef;	border-radius: 6px;}.status_report_review_timing_table{ width: 40%; }.status_report_review_cost_table { width: 31.5%; margin: 0 1.25%; }.status_report_review_health_table{ width: 26%;  right: 0px;}.status_report_review_timing_table_content, .status_report_review_cost_table_content, .status_report_review_health_table_content{	border: 0px none transparent;	border-collapse: collapse;		padding: 15px;	width: 100%;/* 	background-color: #efefef; *//* 	border-radius: 6px; */	box-sizing: border-box;	/*	font-size: 14px; */	color: #606060;	text-align: left;}.status_report_review_timing_table_content { min-width: 306px; }.status_report_review_cost_table_content { min-width: 230px; }.status_report_review_health_table_content { min-width: 200px; }.status_report_review_timing_table_content tbody, .status_report_review_cost_table_content tbody , .status_report_review_health_table_content tbody{/* 	border: 15px solid transparent; */}.status_report_review_timing_table_content tbody tr td, .status_report_review_cost_table_content tbody tr td, .status_report_review_health_table_content tbody tr td{	height: 30px;	padding-top: 5px;	padding-right: 0px;	padding-left: 0px;	padding-bottom: 0px;		border-width: 1px 0px 0px 0px;	border-style: solid transparent transparent transparent;	border-color: #ffffff #ffffff #ffffff #ffffff;		position: relative;	box-sizing: border-box;	white-space: nowrap;}.status_report_review_timing_table_content tbody tr:nth-child(-n+2) td, .status_report_review_cost_table_content tbody tr:nth-child(-n+2) td, .status_report_review_health_table_content tbody tr:nth-child(-n+2) td{	border-color: transparent transparent transparent transparent;}.status_report_review_table_cell_line{	border-color: #edf0f0 #edf0f0 #edf0f0 #edf0f0;}.status_report_review_table_wrapper_read_only .status_report_review_table_cell_line{	border-color: #ffffff #ffffff #ffffff #ffffff;}/* Generic CSS for cells and rows */.status_report_review_table_title{	text-align: center !important;	font-size: 24px !important;	padding-bottom: 10px;	width: 100% !important;/* 	color: #3f5d04; */}/* Specific CSS for cells + rows in each table */.status_report_review_timing_table .label{	min-width: 145px;	text-align: left;}.status_report_review_timing_table .date_1{/* 	display: inline-block; *//* 	height: 100%; *//* 	min-width: 85px; */		text-align: center;}.status_report_review_timing_table .date_2{/* 	display: inline-block; *//* 	height: 100%; *//* 	width: 22.7272%; (85 / 374) *//* 	min-width: 85px; */		text-align: center;}.status_report_review_timing_table .slippage_day, .status_report_review_timing_table .slippage_day_bad{/* 	display: inline-block; *//* 	height: 100%; *//* 	width: 52.1390%; (195 / 374) *//* 	min-width: 195px; */		text-align: center;}.status_report_review_timing_table .slippage_day_bad { color: #9e0b16; }.status_report_review_cost_table .label{/* 	display: inline-block; *//* 	height: 100%; */	min-width: 135px;		text-align: left;}.status_report_review_cost_table .value{/* 	display: inline-block; *//* 	height: 100%; */	min-width: 95px;		text-align: right;}.status_report_review_health_table .health_column_1{	display: inline-block;	vertical-align: top;		width: 101px;}.status_report_review_health_table .health_column_2{	display: inline-block;	vertical-align: top;	text-align: right;		margin-left: 19px;	width: 80px;}.status_report_review_health_table .label{	display: inline-block;/* 	height: 100%; */	font-size: 12px;		padding-top: 5px;/* 	line-height: 20px; *//* 	width: 80%; (80 / 100) */	min-width: 80px;		text-align: left;/* 	vertical-align: top; */}.status_report_review_health_table tr td{	min-width: 100px;}.status_report_review_health_table_column_2{	width: 100% !important;	min-width: 80px !important;	vertical-align: middle !important;	text-align: center !important;}.status_report_review_health_table .overall_label{	display: inline-block;	text-align: center;	width: 100%;}.status_report_review_health_table .overall_rag_wrapper{	box-sizing: border-box;	width: 100%;	text-align: center;	display:inline-block;/* 	position: absolute; *//* 	top: 50%; *//* 	margin-top: -38px; */	width: 100%;}.overall_rag_label{	font-size: 14px;    margin-top: 22px;}.overall_rag_label_rag{	font-size: 16px;}.health_rag_clickable{	cursor: pointer;}.minor_rag_red, .minor_rag_amber, .minor_rag_green, .minor_rag_grey{	display: inline-block;	position: relative;	height: 19px;	width: 19px;	box-sizing: border-box;	border-radius: 100px;	cursor: default;	vertical-align: top;}.major_rag_red, .major_rag_amber, .major_rag_green, .major_rag_grey{	display: inline-block;	position: relative;	height: 76px;	width: 76px;	box-sizing: border-box;	border-radius: 200px;	cursor: default;	z-index: 2;}.minor_rag_red, .major_rag_red { background-color: #9e0b16; color:#ffffff;}.minor_rag_amber, .major_rag_amber { background-color: #ffba16; color:#212938;}.minor_rag_green, .major_rag_green { background-color: #3f5d04; color:#ffffff;}.minor_rag_grey, .major_rag_grey {background-color: #adadad;}.major_rag_wrapper{	padding: 10px 25px;}.minor_rag_option_wrapper, .major_rag_option_wrapper{	display: block;	position: relative;	overflow: hidden;		background-color: #ffffff;	border: 0px solid transparent;		border-radius: 50px;		padding: 2px 0px;	position: absolute;		z-index: 1;	cursor: default;	left: -90px;		width: 0px; /* will vary depend on size of rag */	height: 25px;		-webkit-transition: all 1s;     transition: all 1s;        z-index:1;}.minor_rag_option_wrapper { top: -3px; }.major_rag_option_wrapper { top: 25px; }.minor_rag_option_wrapper div, .major_rag_option_wrapper div{	position: absolute;	top: 2px;	cursor: pointer;}.minor_rag_option_wrapper .minor_rag_green, .major_rag_option_wrapper .minor_rag_green { right: 2px; }.minor_rag_option_wrapper .minor_rag_amber, .major_rag_option_wrapper .minor_rag_amber { right: 32px; }.minor_rag_option_wrapper .minor_rag_red, .major_rag_option_wrapper .minor_rag_red { right: 64px; }.minor_rag_option_wrapper .minor_rag_grey, .major_rag_option_wrapper .minor_rag_grey { right: 96px; }.summary_table_header{	font-size: 14px;	text-align: center;	padding: 0px 5px;}/* Read only CSS for status report: overrides all previous settings (ends with 'read_only') */.status_report_review_table_wrapper_read_only .status_report_review_timing_table_content,.status_report_review_table_wrapper_read_only .status_report_review_cost_table_content,.status_report_review_table_wrapper_read_only .status_report_review_health_table_content{/* 	background-color: #efefef; */}#status_report_run_date{	background-color: transparent;	border: 0px solid transparent;	font-size: 10px;	color: #0f2c4b;}.status_report_date_read_only{	background-color: transparent;	border: 0px solid transparent;	font-size: 12px;	margin-bottom: 15px;	margin-top: 30px;	width: 200px;	color: #0f2c4b;}.status_report_title_label_wrapper_read_only{	position:relative;	display: block;		border-width: 1px 0px 0px 0px;	border-style: solid transparent transparent transparent;	border-color: #ececec #ffffff #ffffff #ffffff;}.status_report_title_label_read_only{	max-width: 570px;	padding-top: 24px;	height: 120px;	font-size: 32px;	float: left;	color: #0f2c4b;}/* pop-up related css (e.g. validating milestone) */.prompt_body_milestone_change, .prompt_body_milestone_error{	width: 100%;	display: block;	position: relative;	background-color: #d2dada;	border-radius: 3px;	font-size: 14px;}.prompt_body_milestone_change{height: 200px;}.prompt_body_milestone_error{height: 160px;}.prompt_title{	font-size: 16px;	text-align: center;	padding: 20px 20px 0px 20px;}.prompt_description, .prompt_description_center{	text-align: left;	padding: 20px 20px 0px 20px;}.prompt_description_center{	text-align: center;}.prompt_button_wrapper{	padding: 20px;	text-align: center;}.prompt_answer_yes, .prompt_answer_no, .prompt_answer_ok{	line-height: 25px;	height: 25px;	width: 70px;	display: inline-block;	border-radius: 6px;	text-align: center;	cursor: pointer;}.prompt_answer_yes{	background-color: #ffba16;	color: #222a39;	margin-right: 30px;}.prompt_answer_no{	background-color: #222a39;	color: #ffba16;}.prompt_answer_ok{	background-color: #ffba16;	color: #222a39;}.resource_financial_table, .resource_financial_table_expand{	position: relative;	border: 0px none transparent;	border-collapse: collapse;/* 	table-layout: fixed; */}.resource_financial_table_demand_cell, .resource_financial_table_allocation_cell{	vertical-align: top;	border-top: 1px solid rgba(173,173,173, 0.3);    border-top: 1px solid #adadad;    padding: 5px;}.resource_financial_table_demand_cell{	background-color: #efefef;}.resource_financial_table{	width: 100%;}.resource_financial_table_expand{	table-layout: fixed;	width: 100%;}.status_report_table_wrapper_read_only .resource_financial_table{	min-width: 100%;}.scrollable_content{	margin-left: -25px;	padding-left: 25px;	overflow-x: scroll;/* 	box-sizing: border-box; */	width: 100%;	/* Width is defined by media query */		/* make space for the boner wrapper */	margin-top: -21px;	margin-bottom: -8px;	padding-top: 21px;	padding-bottom: 8px;}.exportButton{    border-radius: 3px;    color: #222a39;    cursor: pointer;    margin-bottom: 11px;    margin-top: -5px;    padding: 5px;    width: 35px;    height: 50px;    float:right;    margin-left:15px;        background-color: transparent;    border: 1px solid transparent;}.exportButtonPDF{	background-image: url('../images/Icon_pdf.png');	background-repeat: no-repeat;	background-position: center center;}.exportButtonPPTUpgrade{	background-image: url('../images/Powerpoint_Export_Upgrade.png');	background-repeat: no-repeat;	background-position: center center;}.exportButtonPPT{	background-image: url('../images/Icon_ppt.png');	background-repeat: no-repeat;	background-position: center center;}/* .exportButton:hover{	background-color: rgba(54,183,168, 0.1);    border: 1px solid rgba(54,183,168, 0.2);} */.exportButton_off{cursor: default;}.exportButton_off:hover{background-color: transparent; border: 1px solid transparent;}.exportsTitle{    color: white;    float: right;    margin-top: 17px;    width: 96px;}.comingSoon{	margin-right:290px;    border-radius: 3px;    color: #222a39;    margin-bottom: 11px;    margin-top: 20px;    padding: 5px;    width: 35px;    float:right;    margin-left:14px;	}.table_default .table_default_row, .table_default .table_default_cell{	padding: 0;	margin: 0;}.table_default{	border: none;	border-collapse: collapse;	border-spacing: 0;	padding: 0;	width: 100%;}/* Warning messages */.report_error_container, .report_error_container_large{	display: inline-block;	width: 100%;	min-height: 150px;	border-radius: 6px;	position: relative;		text-align: left;}.report_error_container_large{	min-height: 300px;}.report_error_title{	font-family: "BrandonGrotesque-Medium", Arial, Sans-serif;	text-transform: uppercase;	font-size: 20px;	color: #ffffff;		margin-top: 25px;	margin-bottom: 20px;	margin-left: 30px;	padding: 5px 15px;	background-color: #0f2c4b;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	margin-right: 200px;}/* .report_error_title:after{	content: " ";	width: 100%;	position: absolute;	background: #3f5d04;	height:} */.report_error_body{	font-size: 16px;	color: #606060;	margin-bottom: 20px;	margin-top: 20px;	margin-left: 20px;	line-height: 30px;	width: 320px;}.report_error_container_large .report_error_body{	margin-left: 45px;}.report_error_logo{	display: block;	position: absolute;	width: 115px;	height: 115px;	background-color: #579F91;	border-radius: 200px;		top: 30px;	right: 40px;	background-image: url('../images/PPMA_Icon_Warning.png');	background-repeat: no-repeat;	background-position: center 22px;}.report_error_container .button_wrapper{	position: absolute;	bottom: 30px;	left: 30px;}/* .report_error_container .button_wrapper .ok_button, .report_error_container .button_wrapper .second_button *//* { *//* 	display: inline-block; *//* 	width: 115px; *//* 	height: 26px; *//* 	line-height: 25px; *//* 	padding: 0px; *//* 	text-align: center; *//* } */.date_header_content /* Date holder div, which used for holding the Current period wrapper */{	position: relative;	display: inline-block;		height: 100%;	width: 100%;}.current_period_wrapper_header{	position: absolute;	width: 100%;	left: -0px;	padding-left:1px;	padding-right:1px;		min-height: 20px;		text-align: center;	font-size: 10px;	color: #ffffff;	background-color: #579F91;	line-height: 20px;	border-radius: 3px 3px 0px 0px;		border-left: 1px solid #98af00;	border-right: 1px solid #98af00;		z-index: 2;}.current_period_wrapper_left.current_period_wrapper_right .current_period_wrapper_header /* current date word is put on two line */{	top: -49px;}.header_date[colspan]  .current_period_wrapper_header /* more than one column span: it should be one line*/{	top: -29px;}.current_period_wrapper_left, .current_period_wrapper_bottom_left { border-left: 1px solid #98af00; }.current_period_wrapper_bottom_left { border-bottom: 1px solid #98af00; }.current_period_wrapper_right, .current_period_wrapper_bottom_right { border-right: 1px solid #98af00; }.current_period_wrapper_bottom_right { border-bottom: 1px solid #98af00; }.header_date.current_period_wrapper_left, .header_date.current_period_wrapper_bottom_left{padding-left: 0px;}.created_by_value{	background-color: transparent;	border: 0px solid transparent;	font-size: 12px;		position: absolute;	top: 30px;	right: 25px;	text-align: right;    width: 300px;        color: #0f2c4b;}.created_by_label{	font-weight: bold;}.full_view_icon{	background: url('../images/Financials_FullViewIcon.png');	height: 66px;	width: 65px;}.status_report_lightning{	display: none;}.ef_bg{	background-color: #efefef;}.comingSoon{	display: none;}.exportsTitle{	font-size: 14px;}.button_wrapper .second_button{	margin-left: 20px;}.recent_activity_pane{   height: calc(100vh - 220px);    width: 70%;     display: inline-block;    background-color: white;    border-radius: 6px;    position: relative;    padding: 16px;    white-space: normal;    overflow: hidden;}.recent_activity_list_wrap{	width: 30%; 	display:inline-block;	vertical-align:top;		overflow-x: hidden;	white-space: normal;	padding-top: 1px;}.recent_activity_strip_wrap{    background-color: white;    border-radius: 6px;    min-height: 75px;    margin-top: 16px;    padding: 16px;    cursor: pointer;    position: relative;}.recent_activity_strip_wrap:hover{    outline: 1px solid #ee7000;}.selected .recent_activity_strip_wrap{    border: 1px solid #ff8a00;}    .recent_activity_strip_wrap span{    font-weight: bold;}.recent_activity_strip_desc_wrap{    width: 100%;    display: inline-block;    vertical-align: top;}.recent_activity_detail_wrap{	width: 100%;    margin: auto;    margin-top: 16px;    position: relative;    z-index: 10;}.recent_activity_detail_strip_extras{	margin-top: 16px;	width: 100%;}.recent_activity_detail_wrap .recent_activity_strip_profile{	width: auto;		display: inline-block;}.recent_activity_detail_wrap .recent_activity_strip_desc_wrap{	width: auto;		}.recent_activity_detail_wrap.chat .recent_activity_strip_desc_wrap:before{    content: open-quote;    font-size: 100px;    position: absolute;    top: -17px;}/* .recent_activity_detail_wrap.chat .recent_activity_strip_desc_wrap:after *//* { *//* 	content: close-quote; *//* 	font-size: 100px; *//* } */.recent_activity_detail_wrap .recent_activity_strip_desc_txt{	vertical-align: top;	width: 100%;}.recent_activity_detail_wrap.chat .recent_activity_strip_desc_txt{	margin-left: 40px;	width: 75%;}.recent_activity_detail_clear_icon, .recent_activity_detail_link_icon{	background-color: #ff8a00;	float: right;	cursor: pointer;	margin-top: 7px;	display: inline-block;}.recent_activity_detail_btn_wrap{	position:absolute;	top:0px;	right:0px;}.recent_activity_detail_clear_icon:hover, .recent_activity_detail_link_icon:hover{	background-color: #ee7000}.recent_activity_strip_desc_txt{    display: inline-block;    width: 100%;}    .recent_activity_strip_extras{	 height: 24px;     width: 100%;     margin-top: 16px;}.recent_activity_strip_profile{    display: inline-block;    width: 24px;    margin-right: 8px;    vertical-align: top;}.recent_activity_strip_icon{    float: right;}.recent_activity_clear_notif{    width: 0px;    height: 100%;    position:absolute;    right:0px;    top: 0px;    text-align: center;    transition: width ease-in .25s;    border-top-right-radius: 6px;    border-bottom-right-radius: 6px;s}.recent_activity_clear_icon{    margin-top: 50%;    margin-left: calc(50% - 15px);    display:none;}.recent_activity_strip_wrap:hover .recent_activity_clear_notif{    width: 75px;}.recent_activity_strip_wrap:hover .recent_activity_clear_icon{    display:block;}.recent_activity_hist_wrap{    height: calc(100% - 42px);    overflow-y: auto;    position: relative;}.recent_activity_hist_wrap::-webkit-scrollbar{    width: 0px;}.recent_activity_big_icon{    opacity: .1;    width: 350px;    height: 293px;    position: absolute;    top: -115px;    right: -48px;    z-index: 1;    background-position: center;}.recent_activity_big_txt{    position: absolute;    top: 16px;    right: 16px;}.recent_activity_pane hr{	position: relative;	z-index:10;}.recent_activity_strip_desc_txt span {    font-weight: bold;}.recent_activity_strip_tgt{	height: calc(100vh - 250px);	overflow-y: auto;	padding-left: 8px;    padding-right: 4px;    overflow-x: hidden;}.recent_activity_list_wrap .tab_menu_header_wrap{	margin-left: 8px;}.recent_activity_strip_tgt > div:first-child{    padding-top:8px;}.min_100, .min_110, .min_120, .min_130, .min_140, .min_150, .min_160, .min_170, .min_180, .min_190,.min_200, .min_210, .min_220, .min_230, .min_240, .min_250, .min_260, .min_270, .min_280,  .min_290,.min_300, .min_310, .min_320, .min_330, .min_340, .min_350, .min_360, .min_370, .min_380,  .min_390,.min_400.max_100, .max_110, .max_120, .max_130, .max_140, .max_150, .max_160, .max_170, .max_180, .max_190,.max_200, .max_210, .max_220, .max_230, .max_240, .max_250, .max_260, .max_270, .max_280, .max_290,.max_300, .max_310, .max_320, .max_330, .max_340, .max_350, .max_360, .max_370, .max_380, .max_390,.max_400{	/*background-color: #ffffff;*/}.max_100, .max_110, .max_120, .max_130, .max_140, .max_150, .max_160, .max_170, .max_180, .max_190,.max_200, .max_210, .max_220, .max_230, .max_240, .max_250, .max_260, .max_270, .max_280, .max_290,.max_300, .max_310, .max_320, .max_330, .max_340, .max_350, .max_360, .max_370, .max_380, .max_390,.max_400, .max_520{	overflow: hidden;	text-overflow: ellipsis;}.min_100 { min-height: 100px; }.min_110 { min-height: 110px; }.min_120 { min-height: 120px; }.min_130 { min-height: 130px; }.min_140 { min-height: 140px; }.min_150 { min-height: 150px; }.min_160 { min-height: 160px; }.min_170 { min-height: 170px; }.min_180 { min-height: 180px; }.min_190 { min-height: 190px; }.min_200 { min-height: 200px; }.min_210 { min-height: 210px; }.min_220 { min-height: 220px; }.min_230 { min-height: 230px; }.min_240 { min-height: 240px; }.min_250 { min-height: 250px; }.min_260 { min-height: 260px; }.min_270 { min-height: 270px; }.min_280 { min-height: 280px; }.min_290 { min-height: 290px; }.min_300 { min-height: 300px; }.min_310 { min-height: 310px; }.min_320 { min-height: 320px; }.min_330 { min-height: 330px; }.min_340 { min-height: 340px; }.min_350 { min-height: 350px; }.min_360 { min-height: 360px; }.min_370 { min-height: 370px; }.min_380 { min-height: 380px; }.min_390 { min-height: 390px; }.min_400 { min-height: 400px; }.min_520 { min-height: 520px; }.max_100 { max-height: 100px; }.max_110 { max-height: 110px; }.max_120 { max-height: 120px; }.max_130 { max-height: 130px; }.max_140 { max-height: 140px; }.max_150 { max-height: 150px; }.max_160 { max-height: 160px; }.max_170 { max-height: 170px; }.max_180 { max-height: 180px; }.max_190 { max-height: 190px; }.max_200 { max-height: 200px; }.max_210 { max-height: 210px; }.max_220 { max-height: 220px; }.max_230 { max-height: 230px; }.max_240 { max-height: 240px; }.max_250 { max-height: 250px; }.max_260 { max-height: 260px; }.max_270 { max-height: 270px; }.max_280 { max-height: 280px; }.max_290 { max-height: 290px; }.max_300 { max-height: 300px; }.max_310 { max-height: 310px; }.max_320 { max-height: 320px; }.max_330 { max-height: 330px; }.max_340 { max-height: 340px; }.max_350 { max-height: 350px; }.max_360 { max-height: 360px; }.max_370 { max-height: 370px; }.max_380 { max-height: 380px; }.max_390 { max-height: 390px; }.max_400 { max-height: 400px; }.max_520 { max-height: 520px; }.lead_txt						{color: #0f2c4b;}.lead_background				{background-color: #0f2c4b;}.lead_border					{border-color: #0f2c4b #0f2c4b #0f2c4b #0f2c4b !important;}.accent_txt						{color: #579F91;}.accent_background				{background-color: #579F91;}.accent_border					{border-color: #579F91 #579F91 #579F91 #579F91;}.accent_txt_hover:hover			{color: #98af00;}.accent_background_hover:hover	{background-color: #98af00;}.accent_border_hover:hover		{border-color: #98af00 #98af00 #98af00 #98af00;}.accent2_txt					{color: #114d78;}.accent2_background				{background-color: #114d78;}.accent2_border					{border-color: #114d78 #114d78 #114d78 #114d78;}.accent2_txt_hover:hover		{color: #114d78;}.accent2_background_hover:hover	{background-color: #114d78;}.accent2_border_hover:hover		{border-color: #114d78 #114d78 #114d78 #114d78;}.action_txt						{color: #ff8a00;}.action_background				{background-color: #ff8a00;}.action_border					{border-color: #ff8a00 #ff8a00 #ff8a00 #ff8a00;}.action_txt_hover:hover			{color: #ee7000;}.action_background_hover:hover	{background-color: #ee7000;}.action_border_hover:hover		{border-color: #ee7000 #ee7000 #ee7000 #ee7000;}.required_txt					{color: #9e0b16;}.required_background			{background-color: #9e0b16;}.required_border				{border-color: #9e0b16 #9e0b16 #9e0b16 #9e0b16 !important;}.required_txt_hover:hover		{color: #9e0b16;}.required_background_hover:hover{background-color: #9e0b16;}.required_border_hover:hover	{border-color: #9e0b16 #9e0b16 #9e0b16 #9e0b16 !important;}.rag_red_txt					{color: #9e0b16;}.rag_red_background				{background-color: #9e0b16; fill: #9e0b16;}.rag_red_border					{border-color: #9e0b16 #9e0b16 #9e0b16 #9e0b16;}.rag_amber_txt					{color: #ffba16;}.rag_amber_background			{background-color: #ffba16; fill: #ffba16;}.rag_amber_border				{border-color: #ffba16 #ffba16 #ffba16 #ffba16;}.rag_green_txt					{color: #3f5d04;}.rag_green_background			{background-color: #3f5d04; fill: #3f5d04;}.rag_green_border				{border-color: #3f5d04 #3f5d04 #3f5d04 #3f5d04;}.rag_critical_txt				{color: #000000;}.rag_critical_background		{background-color: #000000; fill: #000000;}.rag_critical_border			{border-color: #000000 #000000 #000000 #000000;}.rag_grey_background			{background-color: #adadad}.white_txt						{color: #ffffff;}.white_background				{background-color: #ffffff;}.white_border					{border-color: #ffffff;}.dkgrey_txt						{color: #adadad;}.dkgrey_background				{background-color: #adadad; fill: #adadad;}.dkgrey_border					{border-color: #adadad;}.rsc_demand_txt					{color: #00afc4;}.rsc_demand_background			{background-color: #00afc4; fill: #00afc4; stroke: #00afc4;}.rsc_demand_border				{border-color: #00afc4 #00afc4 #00afc4 #00afc4;}.rsc_demand_txt:hover			{color: #00afc4;}.rsc_demand_background:hover	{background-color: #00afc4; fill: #00afc4; stroke: #00afc4;}.rsc_demand_border:hover		{border-color: #00afc4 #00afc4 #00afc4 #00afc4;}.rsc_capacity_txt				{color: #999234;}.rsc_capacity_background		{background-color: #999234; fill: #999234; stroke: #999234;}.rsc_capacity_border			{border-color: #999234 #999234 #999234 #999234;}.rsc_capacity_txt:hover			{color: #999234;}.rsc_capacity_background:hover	{background-color: #999234; fill: #999234; stroke: #999234;}.rsc_capacity_border:hover		{border-color: #999234 #999234 #999234 #999234;}.rsc_allocation_txt				{color: #c0ecde;}.rsc_allocation_background		{background-color: #c0ecde; fill: #c0ecde; stroke: #c0ecde;}.rsc_allocation_border			{border-color: #c0ecde #c0ecde #c0ecde #c0ecde;}.rsc_allocation_txt:hover		{color: #c0ecde;}.rsc_allocation_background:hover{background-color: #c0ecde; fill: #c0ecde; stroke: #c0ecde;}.rsc_allocation_border:hover	{border-color: #c0ecde #c0ecde #c0ecde #c0ecde;}.map_stat_wrapper{    width: 150px;    height: 70px;    border-radius: 100%;    display: inline-block;    text-align: center;    vertical-align: top;    margin-bottom: 16px;}.map_stat_value{    font-weight: 800;    font-size: 18px;}.map_canvas{    height: 100%;    overflow: hidden;}.map_canvas.tml_active{    height: calc(50vh - 137px);}.map_tml_section .large_title{    width: calc(100% - 300px);    display: inline-block;}.map_tml_section .table_sausage{    width: 100px;    display:block;} .map_tml_section .primary_button{    float:right;    display:inline-block;}.tml_pam_wrap{    outline: 1px solid #efefef;    padding: 8px;    background-color: #efefef50;    border-radius: 6px;    position: relative;    cursor: pointer;    width: 100%;    display: inline-block;    min-height: 152px;    padding-top: 16px;    vertical-align: top;    margin-top: 16px;}.map_tml_section{    padding-top: 16px;    vertical-align: top;}.tml_pam_user_cmp{    position: absolute;    top: -8px;    right: -10px;}.map_tml_pam_user_wrapper {    outline: 1px solid #efefef;    padding: 8px;    background-color: #efefef50;    border-radius: 6px;    margin-bottom: 16px;    position: relative;    width: calc(50% - 16px);    display: inline-block;    vertical-align: top;    min-height: 115px;    width: 304px;}.map_tml_pam_user_wrapper .team_member_container{	margin-right: 0px;	width: 72px;}.map_tml_pam_user_wrapper .team_member_container .profile_wrap{	text-align: center;	width: 72px;}.map_tml_pam_user_wrapper .small_title{    padding-left: 0px;}.map_tml_pam_user_wrapper.empty:before {   content: 'Drag users to assign';   position: absolute;   bottom: 16px;}.map_tml_pam_user_wrapper:first-child{    margin-right: 16px;}.map_tml_pam_user_wrapper:last-child{    margin-left: 16px;}.tml_action_wrap span{    font-weight: 800;}.map_tml_divider_bar {    width: 100%;    height: 5px;    background-color: #adadad;    display: block;    cursor: n-resize;    transition: top .5s ease;    position: relative;    top: 100vh;} .map_tml_divider_bar.tml_active {      top: 0px; }  .map_tml_wrapper_pane {     transition: top .5s ease;     position: relative;     top: 100vh; }  .map_tml_wrapper_pane.tml_active {     top: 0px; }  .map_view_template_wrp {    position: absolute;    top: 0px;    right: 0px;    text-align: center; }  .map_view_template_wrp[tooltip]:hover:after {     right: 0px;     top: 40px;     animation: ttipfade 2s forwards; } .map_tml_section:not(:first-child){    width: calc(50% - 8px);    display: inline-block;    padding-top: 60px;    } .map_tml_section:last-child{     margin-left: 16px;}.pam_completion_ssg{   position:absolute;   top: 16px;   right: 16px;   width: 200px;   height: 16px;   background-color: white;   border-radius: 30px;   float: right;   text-align: center;}  .pam_completion_fill {    height: 16px;    position: absolute;    top: 0px;    left: 0px;    border-radius: 30px; }  .pam_completion_tgt_mkr{    width: 2px;    height: 150%;    background-color: #adadad;    position: absolute;    top: -25%;}.pam_completion_txt{    position: absolute;    width: 100%;}.plan_table{    width: 			100%;    border-radius: 	3px;    border-spacing: 0px;    font-family:	Arial;    font-size:		12px;    color: 			#606060;    border-collapse: separate;    margin-bottom: 60px;}.plan_table tbody tr td:first-child{    border-right: 1px solid #adadad;}.plan_table tr {	overflow:visible;	}.plan_table tr td{	border-bottom: 1px solid #efefef;	background-color: white;}.plan_table tr.row_closed td{	display:none;}.plan_table tr td:nth-child(n+2){	border-left: 1px solid rgba(255,255,255,0.45); 	height: 39px;	    white-space: nowrap;    position:relative;}.rsc_tbl tr td:nth-child(n+2){	width: 39px;	min-width: 39px;	max-width: 39px;}.rsc_tbl :not(thead) tr td:nth-child(n+2){	text-align: center;	overflow: hidden;	vertical-align: middle;	line-height: 39px;}.fin_tbl tr td:nth-child(n+2){	width: 85px;	min-width: 85px;	max-width: 85px;}.rsc_tbl.MONTHLY 		tr td:nth-child(n+2),.rsc_tbl.QUARTERLY 		tr td:nth-child(n+2),.rsc_tbl.YEARLY 		tr td:nth-child(n+2){    width:78px !important;    min-width: 78px;}.fin_tbl.MONTHLY 		tr td:nth-child(n+2),.fin_tbl.QUARTERLY 	tr td:nth-child(n+2),.fin_tbl.YEARLY 		tr td:nth-child(n+2){    width:120px !important;    min-width: 120px;}.plan_table tr.dem_row td:nth-child(n+2), .plan_table tr.fin_subtotal_row td:nth-child(n+2), .plan_table tr.fin_total_row td:nth-child(n+2){	background-color: #efefef;	}.plan_table tr.fin_subtotal_row td:nth-child(n+2), .plan_table tr.fin_total_row td:nth-child(n+2){	text-align: right;}.plan_table tr.fin_total_row td:nth-child(n+2){	border-top: 2px solid #adadad;}.plan_table tr.alloc_row td{	background-color: #ffffff;	}.plan_table tr.highlighted td:first-child{/* 	border-bottom: 	1px solid #ecba8f; *//* 	border-top: 	1px solid #ecba8f; *//* 	border-left: 	10px solid #ecba8f; */	z-index: 5;	overflow: visible;}/*.plan_table tr.highlighted td:first-child:before{	content: "";	height:40px;	width:10px;	position:absolute;	left:-10px;	top: 0px;	background-color: #ecba8f;}*/.plan_table tr td.calc{	text-align:right;	padding-right: 5px;}.plan_table tr.highlighted td:nth-child(n+2):not(.total):not(.calc){	background-color: #ecba8f80 !important;}.plan_table tr.highlighted td.highlighted_cell:nth-child(n+2):not(.total):not(.calc) {	background-color: #ecba8f !important;	}.rsc_plan_nonedit{	text-align: center;	user-select: none;}.rsc_plan_nonedit.highlighted_cell{	cursor: move;}.plan_table tr.highlighted td.total, .plan_table tr.highlighted td.calc{/*     border-top: 1px solid #efba8f !important; *//*      border-bottom: 1px solid #efba8f !important; */}.plan_table tr.highlighted td.total:last-child{    border-right: 1px solid #efba8f !important;     }.plan_table tr td:first-child{	border-left: 10px solid white;	height: 39px;	border-right: 1px solid 1px solid rgba(255,255,255,0.45);	text-overflow: ellipsis;	overflow-x: hidden;	white-space: nowrap;		position: sticky;    left: 0px;    z-index: 2;    font-size:14px;    padding-left: 5px;}.rsc_tbl tr td.total {	position: sticky !important;    min-width: 85px;    max-width: 85px;    padding-right: 5px;    text-align: right;    z-index: 4;}.fin_tbl tr td.total{	position: sticky !important;    min-width: 85px;    max-width: 85px;    padding-right: 5px;    text-align: right;    z-index: 4;} .rsc_tbl tr td.total.t_1 { right: 0px;  }.rsc_tbl tr td.total.t_2 { right: 80px; } .rsc_tbl tr td.total.t_3 { right: 160px; }.rsc_tbl tr td.total.t_4 { right: 240px; }.rsc_tbl tr td.total.t_5 { right: 320px; }.rsc_tbl tr td.total.t_6 { right: 400px; }.rsc_tbl tr td.total.t_7 { right: 480px; }.rsc_tbl tr td.total.t_8 { right: 560px; }.rsc_tbl tr td.total.t_9 { right: 640px; }.rsc_tbl tr td.total.t_10 { right: 720px; }.fin_tbl tr td.total.t_1 { right: 0px;  }.fin_tbl tr td.total.t_2 { right: 85px; } .fin_tbl tr td.total.t_3 { right: 170px; }.fin_tbl tr td.total.t_4 { right: 255px; }.fin_tbl tr td.total.t_5 { right: 340px; }.fin_tbl tr td.total.t_6 { right: 425px; }.fin_tbl tr td.total.t_7 { right: 595px; }.fin_tbl tr td.total.t_8 { right: 680px; }.fin_tbl tr td.total.t_9 { right: 765px; }.fin_tbl tr td.total.t_10 { right: 850px; }.fin_tbl .clone_dock td:first-child{    position: fixed;/*     left: 5px; */    border-left: 15px solid #e6e6e6 !important;}.rsc_tbl .clone_dock td:first-child{    position: fixed;    left: -5px;    border-left: 15px solid #e6e6e6 !important;}.fin_tbl .clone_dock td.total, .rsc_tbl .clone_dock td.total{	position: fixed !important;	line-height: 140px;}.rsc_tbl .clone_dock td.total.t_1 { right: 15px; box-shadow: 15px 0px 0px 0px #e6e6e6 }.rsc_tbl .clone_dock td.total.t_2 { right: 95px; } .rsc_tbl .clone_dock td.total.t_3 { right: 175px; }.rsc_tbl .clone_dock td.total.t_4 { right: 255px; }.rsc_tbl .clone_dock td.total.t_5 { right: 335px; }.rsc_tbl .clone_dock td.total.t_6 { right: 415px; }.rsc_tbl .clone_dock td.total.t_7 { right: 495px; }.rsc_tbl .clone_dock td.total.t_8 { right: 575px; }.rsc_tbl .clone_dock td.total.t_9 { right: 655px; }.rsc_tbl .clone_dock td.total.t_10 { right: 735px; }.fin_tbl .clone_dock td.total.t_1 { right:15px; box-shadow: 15px 0px 0px 0px #e6e6e6} .fin_tbl .clone_dock td.total.t_2 { right: 100px;} .fin_tbl .clone_dock td.total.t_3 { right: 200px;}.fin_tbl .clone_dock td.total.t_4 { right: 300px;}.fin_tbl .clone_dock td.total.t_5 { right: 400px;}.fin_tbl .clone_dock td.total.t_6 { right: 500px;}.fin_tbl .clone_dock td.total.t_7 { right: 600px;}.fin_tbl .clone_dock td.total.t_8 { right: 700px;}.fin_tbl .clone_dock td.total.t_9 { right: 800px;}.fin_tbl .clone_dock td.total.t_10 { right: 900px;}.fin_tbl .clone_dock, .rsc_tbl .clone_dock {		position: fixed !important;    z-index: 300 !important;    width: calc(100% - 30px) !important;    display: table !important;    top: 28px !important;}.rsc_tbl .heat_row.clone_dock{	top: 128px !important;	}.rsc_tbl .heat_row.clone_dock td.total.t_1{	box-shadow: 15px 0px 0px 0px white; }.heat_row.clone_dock .super_subheader{	padding-top: 7px;	}.plan_table tbody tr td.total.f { border-left: 2px solid #adadad !important; }.plan_table thead {	border-top-left-radius: 3px;	height: 43px;	margin-top: 20px;	background-color: #e6e6e6;	padding-left: 10px;}.plan_table thead td{	background-color: #e6e6e6;}.plan_table thead td:first-child{	border-top-left-radius: 3px;	background-color: #e6e6e6;	z-index: 4;}.plan_table thead td:nth-child(n+2){	vertical-align: bottom;	border-color: transparent;	position: relative;}.plan_table thead td:last-child{	border-top-right-radius: 3px;	border-right: 0px solid transparent !important;	position: sticky;}.plan_table td.current_period {    border-left: 2px solid #579F91 !important;}.plan_table td.current_period_end {    border-right: 2px solid #579F91 !important;}.rsc_tbl_month_head{	position: absolute;    top: 44px;    left: 0px;    white-space: nowrap;    z-index: 3;    font-weight: bold;}.fin_tbl span + .rsc_tbl_month_head {    top: 36px;}.plan_table input[type=number]{	height: 39px;    width: 100%;    border: 0px;    color: #606060;    text-align: center;    background-color: transparent;    transition: all .5s ease;    font-size: 12px;}.fin_tbl input[type=number]{	text-align: right;}.plan_table td.super_subheader{	background-color: #303030;	color: white;}.plan_table td.second_subheader{	background-color: #606060;	color: #efefef;}.heat_red{background-color: #850000 !important;}.heat_ltgreen{background-color: #96a400 !important;}.heat_green{background-color: #3e6200 !important;}.selected_cell{	background-color: rgba(234, 117, 4, 0.5) !important;}.heat_line_red:after, .heat_line_ltgreen:after, .heat_line_green:after{	position: absolute;	bottom: 0px;	left: 0px;	height: 4px;	width: 100%;	content: ' ';}.heat_line_red:after{	background-color: #850000;}.heat_line_ltgreen:after{	background-color: #96a400;}.heat_line_green:after{	background-color: #3e6200;}.selected_cell, .selected_cell input{	/*cursor: move;*/}.plan_table thead tr:first-child td{	height: 80px;	}.rsc_tbl_collapse_row_btn{    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg);    height: 24px;    width: 24px;    margin-top: 7px;    margin-right: 3px;    transform: rotate(90deg);    transition: all .3s linear;    cursor: pointer;}.rsc_tbl_collapse_row_btn.row_closed, .rsc_tbl_collapse_row_btn.all_rows_closed{	transform: rotate(-90deg);}.fin_edit_btn{	background-color: #adadad;		display: inline-block;    vertical-align: top;}.rsc_edit_btn, .fin_edit_btn{	position: relative;		float: right;    margin-top: 4px;    cursor: pointer;}.fin_edit_btn:hover {    background-color: #ff8a00;}.rsc_edit_btn .flydown_menu_items {    top: 30px;    right: 2px;}.wide_menu{	right: -100px !important;}.flydown_menu_items.wide_menu::after, .flydown_menu_items.wide_menu::before{	right: 110px !important;}tr:last-child .rsc_edit_btn .flydown_menu_items{    top: -60px;}tr:last-child  .flydown_menu_items::after{    top: 53px;    -webkit-transform: rotate(270deg);}tr:last-child  .flydown_menu_items::before{    top: 54px;    -webkit-transform: rotate(270deg);}.second_subheader .rsc_edit_btn, .plan_table .descriptor, .second_subheader .rsc_tbl_collapse_row_btn, .plan_table .capacity_title{	display: inline-block;    vertical-align: top;}.plan_table .descriptor{    width: calc(100% - 60px);    overflow: hidden;    text-overflow: ellipsis;    line-height: 39px;}.second_subheader .icon_button_bottom_wrapper, .fin_row .icon_button_bottom_wrapper{    margin-right: 15px;    vertical-align: top;    text-align: center;}.second_subheader .icon_button_bottom_wrapper:first-child, .fin_row .icon_button_bottom_wrapper:first-child {    margin-left:7px;}.second_subheader .icon_button_bottom_wrapper:last-child, .fin_row .icon_button_bottom_wrapper:last-child {    margin-right: 7px;}.plan_table .icon_button_text {    font-size: 10px;    color: #606060;    margin-bottom: 7px;}tr.heat_row td[tooltip]:hover:after {    content: attr(tooltip);    padding: 4px 8px;    color: #606060;    background: #f0f0f0;    -moz-border-radius: 3px;     border-radius: 3px;    -moz-box-shadow: 0px 0px 4px #222;    box-shadow: 0px 0px 4px #222;    z-index: 49;    font-size: 11px;    position: absolute;    top: 33px;    white-space: pre;    line-height: 20px;}td.nonworkingday {    background-color: #dcdcdc !important;}.plan_table .filter_textbox {    width: calc(70% - 5px);    border: 0px;    position: absolute;    bottom: 5px;    left: 5px;    font-size: 12px;}.rsc_tbl_expand_wrp{    min-width: 85px;    width: 30%;    text-align: right;    position: absolute;    right: 0px;    bottom: 0px;}.rsc_tbl_expand_wrp div {    font-size: 12px;    color: #ff8a00;    display: inline-block;    vertical-align: top;    line-height: 40px;    cursor: pointer;}.alloc_del_btn {    display:inline-block;    font-size: 12px;    width: 0px;    height: 39px;    background-color: #fe3b30;    color: #ffffff;    line-height: 39px;    text-align: center;    cursor: pointer;    margin-left: -5px;    transition: all .7s ease-out;}.alloc_del_btn.showbtn, .alloc_status_btn.showbtn { animation: grow-alloc-btn .2s forwards;}.alloc_status_btn {    display:inline-block;    font-size: 12px;    height: 39px;    width: 0px;    background-color: #017aff;    color: #ffffff;    line-height: 12px;    text-align: center;    cursor: pointer;    vertical-align:top;    transition: all .7s ease-out;} .alloc_status_btn.commit span{   margin-top:13px;}.aloc_row .alloc_prof_wrap{	height: 39px;    display: inline-block;    vertical-align: top;    padding-left: 5px;    padding-top: 7px;    cursor: pointer;    width: 100%;}.cap_prof_wrap{	height: 39px;    display: inline-block;    vertical-align: top;    padding-top: 4px;    cursor: pointer;    width: calc(100% - 30px);}.cap_prof_wrap .profile_top{	margin-top: 3px;}.fin_row .alloc_prof_wrap{    display: inline-block;    vertical-align: top;    height: 39px;    display: inline-block;    vertical-align: top;    padding-top: 7px;    cursor: pointer;    width: calc(100% - 60px);    overflow: hidden;    text-overflow: ellipsis;}.showbtn + .alloc_prof_wrap {    width: calc(100% - 120px);}.alloc_status_btn span {    width: 46px;    display: inline-block;    white-space: normal;    margin-top: 7px;}@keyframes grow-alloc-btn{	0%{width:0px;}	100%{width: 60px;}}.soft_booked_icon{	opacity: 0.5;    height: 24px;    width: 24px;    position: absolute;    right: 3px;    top: 9px;}.rsc_tbl .notification_bubble{	opacity: 100 !important;	margin-right: 0;    right: 1px;}.aloc_row .notification_bubble {    top: 7px;    right: 2px;    z-index: 1;}.rsc_tbl .super_subheader .icon_24{    margin-left: 5px;    cursor: pointer;}.plan_row_edit_popup{    background-color: #efefef;    color: #adadad;  }.plan_row_edit_popup .prop_pane_field_wrapper{	color: #606060;}.plan_row_edit_popup .form_text_field_Edit{    width: auto;}.plan_table thead .form_field_wrapper input {    border-color: transparent;    margin-left: -7px;}.rsc_compare_popup{	padding: 15px;}.rsc_compare_wrap{    max-width: 95vw;    overflow-y: visible;    padding-top: 60px;    overflow-x: scroll;}.rsc_compare_table {    border-collapse: collapse;}.rsc_compare_table tr td{    border: 1px solid #adadad;    padding: 3px;    background-color: white;    min-width: 65px;    max-width: 65px;    }.rsc_compare_table tr:nth-child(3) td{    color:white;    background-color: #606060 !important;}.rsc_compare_table tbody tr td:first-child{    position:sticky;    left:0px;    min-width: 220px;    background-color: white;}.rsc_compare_table tbody tr.d td:nth-child(3n+1):not(td:first-child){    background-color:#efefef;}.rsc_compare_table tbody tr td:last-child, .rsc_compare_table tbody tr td:last-child{    position:sticky;    right:0px;}.rsc_compare_table tbody tr.d td:nth-last-child(2), .rsc_compare_table tbody tr.h td:nth-last-child(2){    position:sticky;    right:65px;    }.rsc_compare_table tbody tr.d td:nth-last-child(3), .rsc_compare_table tbody tr.h td:nth-last-child(3){    position:sticky;    right:130px;    }.dem_from_tsk_btn{	right: 15px;	margin-top: 15px;	position:absolute;}#demand_shift_popup .form_field_prompt{	color: #606060;}#demand_shift_popup .form_field_wrapper{	min-height: 0px;}#new_demand_popup{	display: flex;}#demand_from_task_tbl th, #demand_from_task_tbl tr{	padding: 12px;}/* RESOURCE BALANCER */.rb_entity_title{	display: inline-block;    line-height: 36px;    vertical-align: top;}.rsc_tbl tr td{	padding-top: 0px;	padding-bottom: 0px;}#FIN_PROPS.popup_form_timeline{    margin-left: 30px;    margin-right: 30px;}.rsc_baseline_pop_up.pop_up .small_title_wrp{	display: none;}.comparison_table {	height: 500px;	overflow-y: scroll;	margin-bottom: 32px;}.comparison_table span.deletion {	background-color: #9e0b1650;	text-decoration: line-through;/* 	white-space: pre; */}.comparison_table span.insertion {	background-color: #3f5d0450;/* 	white-space: pre; */}.comparison_table pre {	white-space: pre;	width: 100%;	max-width: 271px;	padding: 8px;	overflow-x: auto;}.comparison_table div {    max-width: 126px;    overflow-wrap:break-word }.comparison_table th {	padding: 12px;	width: 20%;}.comparison_table th:first-child {	width: 40%;}.comparison_table th:last-child {	width: 40%;}/* #search_flyin *//* { *//* 	padding: 15px; *//*     width: 100%; *//*     position: absolute; *//*     top: -10000%; *//*     -webkit-transition: all 600ms ease-in-out; *//*     transition: all 600ms ease-in-out; *//*     background-color: #efefef; *//*     z-index: 500; *//*     min-height: 100%; *//*     border-bottom: 1px solid #adadad; *//*     box-sizing: border-box; */	/* } */#search_screen{/* 	display: none; */}#search_btn{    border-radius: 0px 6px 6px 0px;    background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Search/Icon_only/icon_search_white.svg');    min-width: 100px;    height: 40px;    background-repeat: no-repeat;    display: inline-block;    background-position: center center;    position: absolute;    right: 0px;    top: 0px;    cursor: pointer;}#search_btn.adv_search {	border-radius: 6px;}#search_suggest_content{    background: #ffffff;    border-top: 3px solid #efefef;    z-index: 200;    position: relative}.searchDiv{/* 	width:60%;	position:relative;	min-height:30px;	margin-left: 47px;	margin-top: 15px; */	max-width: 780px;	position: relative;}.searchBox{	width: calc(100% - 100px);	border: 0px solid transparent;	border-radius: 6px 0px 0px 6px;	box-sizing: border-box;	height: 40px;	padding-left: 9px;	max-width: 780px;}.enterLabel{	font-size: 12px;	position: absolute;	right: 0px;	top: 47px;	color: #606060;	text-align: center;/*     margin-right: 15px; */    z-index: 5;    font-size: 10px;    color: #ff8a00;    cursor: pointer;}#searchResults{  	width: 100%;    text-align: center;    color: #606060;    margin-top: 16px;    text-align: left;    transition: all .75s ease-in;    position: relative;}#searchResults.adv_search{    margin-top: 173px;}.suggest_box{	color: #606060;	    position: relative;}#searchResults .suggest_box{	margin-top: 15px;    background-color: #ffffff;    border-radius: 3px;}.suggest_box:hover, #searchResults .suggest_box:hover{	background-color: #FFE8CC;	color: #606060;		}#search_category_wrapper{	width: 100%;	height: 30px;		margin-top: 8px;}.search_cat_check{    height: 15px;    width: 15px;    margin: 0px;}.search_cat_label{	font-size: 12px;    color: #606060;    margin-left: -10px;    margin-right: 20px;    top:-3px;    position: relative;}  /*  background-image: url('../images/login_check.png');*/.suggest_name{	font-size: 14px;}.suggest_cat{	font-size: 14px;	display:none;}.suggest_desc{	font-size: 14px;	padding-right: 87px;	margin-bottom: 3px;		display:none;}.suggest_meta{	font-size: 12px;		display:none;}.result_name{	font-size: 14px;}.result_cat{	font-size: 14px;}.result_desc{	font-size: 14px;	padding-right: 87px;	margin-bottom: 3px;}.result_meta{	font-size: 12px;}.search_highlight{	color: #008fff;	font-weight: bold;}.search_img{	position: absolute;    margin-top: 0px;    top: 30px;    right: 30px;}.search_img img{    height: 73px;    width: 88px;}    input[type="checkbox"].search_cat_check + label span{    border: 0px;}/*input[type="checkbox"].search_cat_check::after{    content: ' ';    height: 14px;    width: 14px;    position: absolute;    left: 0px;    top: 0px;}input[type="checkbox"]:checked.search_cat_check::after{}input[type="checkbox"] + label{    position: relative;    cursor: pointer;    display: inline-block;    background-size: 18px 18px;    background-repeat: no-repeat;    left: -16px;    height: 18px;    width: 18px;}*/#searchShowMore{    text-align: center;    padding-top: 15px;    padding-bottom: 60px;    cursor: pointer;}.search_cat_check_wrapper{	display:inline-block;	margin-right: 8px;}.search_datapane_chooser {	margin-top: 15px;    min-height: 120px;    position: relative;    margin-bottom: 16px;    display: inline-block;    width: 100%;}.adv_search_wrapper{	height: 0px;    transition: all .75s ease-in;    overflow: hidden;    margin-top: -30px;    width: calc(100% - 100px);    position: absolute;    top: 30px;}.adv_search_wrapper.active{	height:230px;}.search_datapane{    display: block;    background-color: #efefef;    position: relative;}.search_pane_wrap{	display: inline-block;    background-color: #ffffff;    width: calc(50% - 16px);    height: 100%;    vertical-align: top;    padding: 15px;	    border-radius: 6px;    height: 230px;}.search_pane_wrap:nth-child(2){	margin-left: 16px;	overflow-y: auto;}.search_results_wrap{	background-color: #ffffff;    min-height: 50px;    width: 100%;    margin-top: 30px;    position: relative;    border: 15px solid #ffffff;}.adv_search_btn{	width: 100%;    margin-top: 15px;}.search_toggle{	text-align:center;	margin-top:10px;	font-size: 10px;    color: #ff8a00;    cursor: pointer;}.search_pane{	display:block;}#search_flyin .DASH_dashboard_wrapper{	padding-top:0px !important;	}#search_flyin{	min-width: calc(100vw - 15px) !important;	padding: 0px 0px 15px 0px;	min-height: unset;}.search_datapane_chooser .DS_chooser_add_data_btn, .search_datapane_chooser .Filter_chooser_add_data_btn{	top: -36px;	right: -8px;}.search_result_table{	margin-bottom: 16px;}.search_pane_wrap.inactive > div {    opacity: .25;}.search_pane_wrap .large_title{	vertical-align: top;    line-height: 20px;}.search_datapane_chooser .Filter_chooser_add_data_btn > div:last-child{    display: none;}.search_datapane_chooser .DS_chooser_add_data_btn > div:nth-child(2){    display: none;}.prof_wrap.top_right_data, .prof_wrap.bottom_left_data, .prof_wrap.bottom_right_data{	height: auto;	width: 70px;}.people_search_title{	width: calc(100% - 70px);}.top_right_data{	position: absolute;	top: 16px;	right: 16px;}.bottom_left_data{	position:absolute;	bottom: 16px;}.bottom_right_data{	position: absolute;	bottom: 16px;	right: 16px;}.DASH_small_bar   {    width: 17%;    float: left;  }.bar_cell_width_25   {    width: 17%;    vertical-align: top;    line-height: 24px;    text-align: right;    padding-right: 2%;	min-width:100px;  }.bar_cell_width_40   {      width: 40%;      vertical-align: top;      /*padding-top: 25px;*/      line-height: 30px;  }.bar_row_container2   {    width: 100%;    position: relative;	height:24px;  }.bar_row_total2   {    background-color: #adadad;    color: #ffffff;    padding-left: 3px;	height:24px;	vertical-align: middle;	position: absolute;	width: 100%;    line-height: 30px;	border-radius:12px;	min-width:50px;  }.bar_row_line2   {    background-color: #3f5d04;    height: 24px;    z-index: 1;    position: absolute;	border-radius:12px;	max-width:100%;  }.bar_row_text   {	color: #606060;	z-index: 2;	min-width:40px;	text-align:center;	width:100%;  }.rb_title{	font-size: 12px;    padding-bottom: 7px;    font-weight: 600;    color: #0f2c4b;}.rb_subtitle{	color: #0f2c4b;    font-size: 30px;}.publish_txt{	font-size: 10px;    margin-top: -10px;    padding-bottom: 10px;}.key_container_slide{	background: #606060; 	border-top-right-radius: 3px;	border-bottom-right-radius: 3px;	height: 105px;	width: 420px;	position: absolute;	bottom: 15px;	left: -395px;	cursor: pointer;	transition: all .2s ease;	color: #606060;	z-index: 2;	top: 195px;}.key_hide_arrow{	position: absolute;	top: 10px;	left: 2px;	width: 20px;	height: 20px;}.key_panel_arrow{	position: absolute;	top: 10px;	right: 2px;	width: 20px;	height: 20px;	transition: all .2s ease;	transform: rotate(0deg);}.rb_key_label{	transform: rotate(-90deg);	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	color: #fff;	font-family: 'Helvetica', Arial, Sans-serif;	position: absolute;	bottom: 13px;	font-size: 14px;	right: 0;}.key_element_container{	width: 370px;	position: absolute;	right: 25px;	height: 100%;	background: #efefef;	border-top: 1px solid #606060;	border-bottom: 1px solid #606060;	box-sizing:border-box;	tap-highlight-color: transparent;	font-size: 12px;	font-family: 'Helvetica', Arial, Sans-serif;}.key_element_container ul{	list-style: none;	margin: 0;	padding: 0;	border: 0;	vertical-align: baseline;}.key_element_container>ul>li>div{	display: block;	margin-top: 5px;}.key_capacity_head, .key_demand_head, .key_graph_head{	display: inline-block;	vertical-align: top;	padding-left: 30px;}.key_ul_container{	position: absolute;	right: 20px;	top: 8px;}.key_ul_container label{	font-weight: 600;	left: 12px;	position: relative;}.key_capacity_head li, .key_demand_head li, .key_graph_head li{	margin: 2.5px 0;}.key_legend{	height: 12px;	width: 12px;	position: relative;	left: -5px;	top: 1px;	display: inline-block;	border: 1px solid #adadad;	box-sizing: border-box;}.key_nonworking{background: #dcdcdc;}.key_timeoff{background: #35AE99;}.key_workingcapacity{background: #f2f2f2;}.key_okay{background: #90a917;}.key_matched{background: #3f660a;}.key_challenge{background: #7e130d;}.key_demand{background: #40aac2;}.key_allocated{background: #c2ecdd;}.key_capacity{	width: 21px;	background: url("https://cdnv5.ppmanywhere.com/Global/Legacy/capacity_key.png");	left: -5px;	border: 0;}.key_hide{	transform: rotate(-90deg);	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	color: #fff;	font-family: 'Helvetica', Arial, Sans-serif;	position: absolute;	bottom: 15px;	font-size: 14px;	left: -4px;	z-index: 5;}.rb_key_open{	left: 0px;}.rb_key_open .arrow_orange_icon {    transform: rotate(-180deg);}.super_subheader .rsc_tbl_collapse_row_btn{	display:inline-block;}.tm_popup_txt{	margin-bottom: 15px;}.tm_popup_separator{	color: #606060;    width: 100%;    text-align: center;    border-top: 1px solid #606060;    margin: 30px 0 20px 0;}.tm_popup_separator_txt{	color: #606060;    text-align: center;    background: #efefef;    position: relative;    top: -8px;    width: 27px;    margin: 0 auto;    font-size: 12px;}#new_team_popup{	margin-top: 15px;}.rsc_tbl .tgl_number_wrap{	right: 150px;	bottom: 1px;}.rb_filter_wrap{    display: inline-block;    margin-left: 15px;    margin-top: 15px;}.rb_filter_field_wrap{	position: relative;/*     margin-bottom: 15px; */}.rb_filter_field_wrap .form_field_prompt {    display: inline-block;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    vertical-align: top;    margin-top: 9px;    font-weight: normal;    margin-right: 7px;}.rb_filter_row > div{	display: inline-block;	margin-left: 15px;	margin-top: 15px;}.rb_add_filter_btn{    margin-top: 18px;    margin-left: 18px;    margin-bottom: 15px;}.rb_submit_filter_btn{	float:right;    margin-top: 15px;    margin-right: 21px;    margin-bottom: 15px;}.rb_filter_delete{	background-color: #adadad;	width: 40px;	height: 40px;}.rb_dragging_cell{	width: 39px;	height: 39px;	text-align: center;	display: inline-block;	opacity: .8;	background-color: #ecba8f !important;	vertical-align: middle;	line-height: 40px;}.rb_dragging_cell .capacity_fill{	left: auto;	width: 39px;}.rb_dragging_cell .capacity_number{	left: auto;	width: 39px;}.rb_alloc_popup{    background-color: #adadad;    padding: 15px;    border-radius: 3px;    height: 100%;    width: 100%;}.rb_alloc_popup_title{	font-size: 14px;    color: #ffff;    margin-bottom: 15px;}.rb_alloc_popup_field_wrapper{    position: relative;    margin-bottom: 5px;    color: #fff;}.rb_alloc_popup_field_wrapper div{	display: inline-block;}.rb_alloc_popup_field_wrapper .form_field_prompt{    display: inline-block;    width: 100px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    vertical-align: top;    margin-top: 9px;    font-weight: normal;}.rb_alloc_popup_field_wrapper .form_date_field_Edit, .rb_alloc_popup_field_wrapper .form_drop_down_Edit, .rb_alloc_popup_field_wrapper .form_text_area_Edit{    display: inline-block;    width: 150px;    margin-bottom: 0;}	.rb_alloc_popup_field_wrapper .form_text_area_Edit{	min-height: 75px;}.rb_save_popup_txt{	text-align: center;	}.cap_rp_txt {    font-size: 12px;    font-style: italic;}.team_header{	padding: 12px;}.team_del_header{	width: 24px;}.team_tbl tr td:first-child{	padding: 0px;	text-align: right;}.rb_entity_icon{	cursor: auto !important;}.rb_tbl thead tr:first-child td{    height: 40px;} .rb_tbl .rsc_tbl_month_head{	top: 10px;}.rb_tbl thead tr td:first-child span{	font-weight: bold;		line-height: 30px;}.rb_tbl .rb_title_icon{   vertical-align:bottom}.rb_filter_popup{	margin: 15px 15px 0px 15px;}.pop_up.rb_alloc_popup_wrap{	background-color: #adadad;}.pop_up.rb_alloc_popup_wrap .close_btn{		background-color: #adadad;       top:8px;       right:8px;       border-radius: 10px;       background-size:103%;       background-position:center;       width:35px;       height:35px;}.rb_movable_divider{	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 3px;	background-color: #606060;	z-index: 11;	cursor: ns-resize;}.rb_tbl.plan_table .filter_textbox{    width: calc(100% - 350px);    left: 85px;}.Filter_chooser_add_data_btn{	position: absolute;	bottom: 15px;	}.Filter_chooser_add_data_btn div{	display: inline-block;	height: 24px;	margin-right: 7px;	vertical-align:top;	line-height:24px;	cursor: pointer;	}.Filter_chooser_add_data_btn .form_field_wrapper{	display:none;}.Filter_chooser_filter_list{    height: 272px;    width: 200px;    padding: 3px;       border-radius: 2px;    overflow-y: scroll;        background-color: #efefef;}.Filter_chooser_filter_field{	background-color: #efefef;	color: #606060;	height: 30px;    margin-bottom: 7px;    padding: 3px;    overflow: hidden;}.Filter_chooser_filter_field div:first-child{	height: 30px;    line-height: 26px;    padding-left: 5px;    display: inline-block;    width: calc(100% - 24px);    vertical-align: top;    white-space: nowrap;     overflow: hidden;     text-overflow: ellipsis;}.Filter_chooser_filter_field.highlight{	background-color: #ff8a00;	color: #ffffff;}.Filter_chooser_filter_field .square_24{	height: 24px;	width: 24px;	display:inline-block;	background-color: #adadad;	}.Filter_chooser_value_selector{    width: 211px;    height: 289px;    margin-left: 30px;    display: inline-block;    vertical-align: top;    }.Filter_chooser_value_builder{	height: 230px;   	width: 200px;   	padding: 3px;     	border-radius: 2px;   	overflow-y: scroll;      	background-color: #ffffff;}.Filter_chooser_option {	background-color: #efefef;	color: #606060;	height: 30px;    margin-bottom: 7px;    padding: 3px;    line-height: 26px;}.filter_selected_option{		}	.Filter_chooser_option_lbl{	height: 30px;    line-height: 26px;    padding-left: 5px;    display: inline-block;    width: calc(100% - 24px);    vertical-align: top;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.Filter_chooser_option_lbl.select_all{	font-weight:bold;}.Filter_chooser_option_icon.tick_silhouette_square_efefef.square_24{	height: 24px;	width: 24px;	display:inline-block;	background-color: #ff8a00;	}.Filter_chooser_option_icon.tick_silhouette_square.square_24.greytick{	background-color: #efefef !important;	}.Filter_chooser_option_icon.tick_silhouette_square_efefef.square_24.whitetick{	background-color: white !important;	}	.CA_interview_proceed_greyout{    position: absolute;    height: 27px;    width: 27px;    background-color: white;    opacity: .7;    right: -1px;    top: -1px;}.CA_interview_proceed_greyout.hide{/*SB this is not a mistake, its an overlay to hide a button*/	display:inline-block;}.CA_interview_proceed_greyout.show{	display:none;}.filter_val_sec_title{	border-top: solid 2px #adadad;    height: 30px;    line-height: 30px;    padding-left: 10px;    font-weight: bold;    margin-left: -3px;    margin-right: -3px;}.highlight .square_24{	background-color: transparent;}.Filter_chooser_filter_field.highlight .text_silhouette_square_efefef, .Filter_chooser_filter_field.highlight .date_silhouette_square_efefef, .Filter_chooser_filter_field.highlight .list_silhouette_square_efefef, .Filter_chooser_filter_field.highlight .document_silhouette_square_efefef, .Filter_chooser_filter_field.highlight .choose_silhouette_square_efefef{	display:none;	}.Filter_chooser_filter_field .text_icon, .Filter_chooser_filter_field .date_icon, .Filter_chooser_filter_field .list_icon, .Filter_chooser_filter_field .document_icon, .Filter_chooser_filter_field .choose_icon{	display:none;} .Filter_chooser_filter_field.highlight .text_icon, .Filter_chooser_filter_field.highlight .date_icon, .Filter_chooser_filter_field.highlight .list_icon, .Filter_chooser_filter_field.highlight .document_icon, .Filter_chooser_filter_field.highlight .choose_icon{	display:inline-block;}     .Filter_chooser_option .profile_wrap{	width: calc(100% - 24px);	display: inline-block;}.Filter_chooser_option .profile_wrap .profile_lbl_right{	height: 30px;	line-height: 26px;	padding-left: 5px;	display: inline-block;	width: calc(100% - 24px);	vertical-align: top;}.Filter_chooser_option .profile_wrap .profile_lbl_right .profile_name{	height: 30px;    line-height: 26px;    padding-left: 5px;    display: inline-block;    max-width: 100%;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.filter_prof_wrap{	height:24px;	margin-top: 8px;}.FORM_editor_status_map_tab .map_wrap{    overflow-x:scroll;    display:flex;    position:absolute;    top: 0px;    left: 150px;    width:calc(100% - 150px);    margin-top:60px;}.FORM_editor_status_toolbar{    position: absolute;    right: 0px;    top: 0px;    height: 40px;    text-align: right;    z-index: 5;}   .FORM_editor_status_field_tbl{    margin-top:44px;}.FORM_editor_status_map_block{    display: inline-block;    vertical-align: top;    position: relative;    border: 1px solid #adadad;    margin-left: -1px;    /* margin-top: 55px; */    min-width: 150px;}.FORM_editor_status_map_block table tr td {    height: 34px;    border-bottom: 1px solid #efefef;    text-align: center;}.FORM_editor_status_map_block .form_checkbox_wrap {    margin-bottom: 0px;}.FORM_editor_status_map_block .form_checkbox_wrap span {    margin: 0px;}.FORM_editor_status_map_block table{    border-collapse:collapse;    background-color: white;}.FORM_editor_status_field_tbl table tr td{    text-align:left;    padding-left:7px;    white-space: nowrap;    text-overflow: ellipsis;    width: 150px;    max-width: 150px;    overflow: hidden;} .FORM_editor_status_field_tbl table tr:first-child td, .FORM_editor_status_field_tbl table tr:nth-child(2) td,.FORM_editor_status_field_tbl table tr:nth-child(3) td  {   border:0px !important;}.FORM_editor_status_map_block table tr:nth-child(1) td{    width: 150px;}.FORM_editor_status_map_block table tr:nth-child(1) td, .FORM_editor_status_map_block table tr:nth-child(2) td,.FORM_editor_status_map_block table tr:nth-child(3) td  {	background-color: #adadad;    border:0px;    color: white;    font-weight:bold;    padding: 0px 5px;}.FORM_editor_status_map_block table tr:nth-child(1) td{   height: 80px;   vertical-align:bottom;}.FORM_editor_status_map_block table tr:nth-child(1) td, .FORM_editor_status_map_block table tr:nth-child(2) td,.FORM_editor_status_map_block table tr:nth-child(3) td:first-child{	border-left: 1px solid white;}.FORM_editor_status_map_block table tr:nth-child(3) td  {	}.FORM_editor_status_map_tab .primary_icon_button{    display: inline-block;    position: absolute;    right: 8px;    top: 8px;}.FORM_editor_tbl{	width: 100%;    border-collapse: collapse;    border: 0 none;    position: relative;    padding-top: 5px;	    margin-top: 15px;    margin-bottom: 15px;}.FORM_editor_tbl.fields{	margin-top:0px;}.FORM_editor_tbl th{    font-size: 14px;    background-color: #0f2c4b;    color: #ffffff;    padding: 10px;    text-align: left;    overflow: hidden;    text-overflow: ellipsis;    font-weight: normal;}.FORM_editor_tbl thead th:first-child {    border-radius: 3px 0px 0px 0px;}.FORM_editor_tbl thead th:last-child {    border-radius: 0px 3px 0px 0px;}.FORM_editor_tbl td{    font-size: 12px;    box-sizing: border-box;    padding: 12px;    height: 68px;    text-align: left;    vertical-align: middle;}.FORM_editor_tbl tbody tr {    border-bottom: 1px solid #adadad;    background-color: white;}.FORM_editor_tbl .form_checkbox_wrap{    margin-bottom: 0px;}.FORM_table_delete{	position: absolute;    height: 22px;    width: 22px;    left: 12px;    margin-top: -13px;    background-color: #adadad;    background-size: 187% !important;    background-position: center center;}.FORM_editor_tbl tr td:last-child div.tbl_row_grabber{  float:right;}.FORM_editor_tbl tr td:first-child{  width: 20px;  padding-left: 0px;  padding-right: 0px;}.FORM_editor_tbl tr td:first-child .wastebasket_silhouette_square{    margin-left: -10px;}.FORM_editor_setting_del_btn{	margin-top: 7px;	margin-left: -12px;}.FORM_settings_table{	margin-bottom: 7px;}.pop_up.form_settings_table{	width: 80vw;}.pop_up.form_settings_table .popup_content_wrap{	padding: 30px 30px 45px 30px;}.icon_chooser_list{    height: 230px;    padding: 3px;    width: 100%;    border-radius: 3px;    overflow-y: scroll;     background-color: #efefef;}.icon_chooser_field{	padding: 3px;	border-radius: 3px;}.icon_chooser_field div:first-child{	height: 40px;    line-height: 40px;    padding-left: 5px;    display: inline-block;    width: calc(100% - 36px);    vertical-align: top;}.icon_chooser_field.highlight{	background-color: #ff8a00;	color: #ffffff;}.icon_chooser_field .icon_30{	margin-top:5px;}.icon_chooser_btnwrap {    display: inline-block;    width: 12%;    box-sizing: border-box;    padding: 15px;    vertical-align: top;    margin-top: 78px;}.icon_chooser_img {    border: 1px solid #606060;    background-color: #adadad;    background-size: cover;    background-position: center center;    float: left;    margin-right: 5px;}.icon_40, .icon_70, .icon_30, .icon_24, .icon_50{	border-radius: 200px !important;	background-repeat: no-repeat;	background-position: center center;	display:inline-block;}.icon_24{	height: 24px !important;	width: 24px !important;}.icon_30{	height: 30px !important;	width: 30px !important;}.icon_40{	height: 40px !important;	width: 40px !important;}.icon_50{	height: 50px !important;	width: 50px !important;}.icon_70{	height: 70px !important;	width: 70px !important;}.icon_square{	border-radius: 3px !important;}.exit_icon{	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Exit/Icon_only/icon_exit_white.svg");	/*background-color: #9e0b16;*/	}.accommodation_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Accommodation/Icon_only/icon_accommodation_white.svg"); }.actions_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Actions/Icon_only/icon_actions_white.svg"); }.admin_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Admin/Icon_only/icon_admin_white.svg"); }.advanced_user_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Advanced_User/Icon_only/icon_advanced_user_white.svg"); }.agile_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Agile/Icon_only/icon_agile_white.svg"); }.alerts_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Alerts/Icon_only/icon_alerts_white.svg"); }.allocate_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Allocate/Icon_only/icon_allocate_white.svg"); }.announcements_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Announcements/Icon_only/icon_announcements_white.svg"); }.arrow_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_white.svg"); }.arrow_orange_icon  			  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_orange.svg");}.arrow_orange_icon:hover  	      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_white.svg"); }.arrow_full_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow_Full/Icon_only/icon_arrow_full_white.svg"); }.assumptions_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Assumptions/Icon_only/icon_assumptions_white.svg"); }.attention_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Attention/Icon_only/icon_attention_white.svg"); }.autocomplete_icon 			      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Autocomplete/Icon_only/icon_autocomplete_w_orange.svg"); }.basic_user_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Basic_User/Icon_only/icon_basic_user_white.svg"); }.beer_icon						  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Beer/Icon_only/icon_beer_white.svg"); }.brick_icon						  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Brick/Icon_only/icon_brick_white.svg"); }.bug_icon						  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Bug/Icon_only/icon_bug_white.svg"); }.catastrophe_icon				  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Catastrophe/Icon_only/icon_catastrophe_white.svg"); }.changes_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Changes/Icon_only/icon_changes_white.svg"); }.chat_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Chat/Icon_only/icon_chat_white.svg"); }.choose_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Choose/Icon_only/icon_choose_white.svg"); }.cloud_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cloud/Icon_only/icon_cloud_white.svg"); }.cocktail_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cocktail/Icon_only/icon_cocktail_white.svg"); }.coffee_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Coffee/Icon_only/icon_coffee_white.svg"); }.colour_palette_icon              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Colour_Palette/Icon_only/icon_colour_palette_white.svg"); }.compass_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Compass/Icon_only/icon_compass_white.svg"); }.connect_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Connect/Icon_only/icon_connect_white.svg"); }.consulting_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Consulting/Icon_only/icon_consulting_white.svg"); }.cool_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cool/Icon_only/icon_cool_white.svg"); }.copy_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Copy/Icon_only/icon_copy_white.svg"); }.creative_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Creative/Icon_only/icon_creative_white.svg"); }.cross_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cross/Icon_only/icon_cross_white.svg"); }.customer_support_icon            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Customer_Support/Icon_only/icon_customer_support_white.svg"); }.dashboard_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Dashboard/Icon_only/icon_dashboard_white.svg"); }.database_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Database/Icon_only/icon_database_white.svg"); }.date_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Date/Icon_only/icon_date_white.svg"); }.decide_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Decide/Icon_only/icon_decide_white.svg"); }.defence_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Defence/Icon_only/icon_defence_white.svg"); }.deliver_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Deliver/Icon_only/icon_deliver_white.svg"); }.dependencies_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Dependencies/Icon_only/icon_dependencies_white.svg"); }.design_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Design/Icon_only/icon_design_white.svg"); }.dispute_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Dispute/Icon_only/icon_dispute_white.svg"); }.document_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Document/Icon_only/icon_document_white.svg"); }.download_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Download/Icon_only/icon_download_white.svg"); }.download_doc_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Download_Doc/Icon_only/icon_download_doc_white.svg"); }.drag_drop_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Drag_Drop/Icon_only/icon_drag_drop_white.svg"); }.dropdown_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Dropdown/Icon_only/icon_dropdown_white.svg"); }.edit_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Icon_only/icon_edit_white.svg"); }.educate_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Educate/Icon_only/icon_educate_white.svg"); }.exclamation_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Exclamation_Mark/Icon_only/icon_exclamation_white.svg"); }.exit_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Exit/Icon_only/icon_exit_white.svg"); }.export_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Export/Icon_only/icon_export_white.svg"); }.eyedropper_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Eyedropper/Icon_only/icon_eyedropper_white.svg"); }.favourite_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Favourite/Icon_only/icon_favourite_white.svg"); }.filter_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Filter/Icon_only/icon_filter_white.svg"); }.financials_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Financials/Icon_only/icon_financials_white.svg"); }.frozen_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Frozen/Icon_only/icon_frozen_white.svg"); }.funds_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Funds/Icon_only/icon_funds_white.svg"); }.gates_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Gates/Icon_only/icon_gates_white.svg"); }.goal_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Goal/Icon_only/icon_goal_white.svg"); }.good_is_up_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Good_Is/Icon_only/icon_good_is_white.svg"); }.good_is_down_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Good_Is/Icon_only/icon_good_is_white.svg"); transform: rotateX(180deg); }.group_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Group/Icon_only/icon_group_white.svg"); }.health_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Health/Icon_only/icon_health_white.svg"); }.history_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/History/Icon_only/icon_history_white.svg"); }.home_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Home/Icon_only/icon_home_white.svg"); }.hot_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Hot/Icon_only/icon_hot_white.svg"); }.image_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Image/Icon_only/icon_image_white.svg"); }.info_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Info/Icon_only/icon_info_white.svg"); }.injection_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Injection/Icon_only/Icon_injection_white.svg"); }.insurance_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Insurance/Icon_only/icon_insurance_white.svg"); }.integration_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Integration/Icon_only/icon_integration_white.svg"); }.issues_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Issues/Icon_only/icon_issues_white.svg"); }.lager_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Lager/Icon_only/icon_lager_white.svg"); }.law_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Law/Icon_only/icon_law_white.svg"); }.launch_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Launch/Icon_only/icon_launch_white.svg"); }.library_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Library/Icon_only/icon_library_white.svg"); }.linkedin_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Linkedin/Icon_only/icon_linkedin_white.svg"); }.list_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/List/Icon_only/icon_list_white.svg"); }.listen_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Listen/Icon_only/icon_listen_white.svg"); }.location_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Location/Icon_only/icon_location_white.svg"); }.mail_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Mail/Icon_only/icon_mail_white.svg"); }.managed_services_icon            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Managed_Services/Icon_only/icon_managed_services_white.svg"); }.manufacturing_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Manufacturing/Icon_only/icon_manufacturing_white.svg"); }.milestones_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Milestones/Icon_only/icon_milestones_white.svg"); }.minus_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Minus/Icon_only/icon_minus_white.svg"); }.myth_busting_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Myth_Busting/Icon_only/icon_myth_busting_white.svg"); }.navigation_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Navigation/Icon_only/icon_navigation_white.svg"); }.no_entry_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/No_Entry/Icon_only/icon_no_entry_white.svg"); }.notes_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Notes/Icon_only/icon_notes_white.svg"); }.objectives_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Objectives/Icon_only/icon_objectives_white.svg"); }.octopus_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Octopus/Icon_only/icon_octopus_white.svg"); }.oil_gas_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Oil_Gas/Icon_only/icon_oil_gas_white.svg"); }.paragraph_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Paragraph/Icon_only/icon_paragraph_white.svg"); }.pdf_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/PDF/Icon_only/icon_pdf_white.svg"); }.pending_approval_icon            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Pending_Approval/Icon_only/icon_pending_approval_white.svg"); }.people_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/People/Icon_only/icon_people_white.svg"); }.performance_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Performance/Icon_only/icon_performance_white.svg"); }.pint_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Pint/Icon_only/icon_pint_white.svg"); }.pharmaceutical_icon              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Pharmaceutical/Icon_only/icon_pharmaceutical_white.svg"); }.phone_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Phone/Icon_only/icon_phone_white.svg"); }.planning_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Planning/Icon_only/icon_planning_white.svg"); }.plus_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Plus/Icon_only/icon_plus_white.svg"); }.pointer_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Pointer/Icon_only/icon_pointer_white.svg"); }.portfolio_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Portfolio/Icon_only/icon_portfolio_white.svg"); }.ppt_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_PPT/Icon_only/icon_office_ppt_white.svg"); }.prediction_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Prediction/Icon_only/icon_prediction_white.svg"); }.print_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Print/Icon_only/icon_print_white.svg"); }.process_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Process/Icon_only/icon_process_white.svg"); }.profile_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Profile/Icon_only/icon_profile_white.svg"); }.profile_pic_blank_icon			  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Profile_Pic_Blank/Icon_only/icon_profile_pic_blank.svg"); }.programme_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Programme/Icon_only/icon_programme_white.svg"); }.project_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Project/Icon_only/icon_project_white.svg"); }.project_management_icon          { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Project_Management/Icon_only/icon_project_management_white.svg"); }.publication_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Publication/Icon_only/icon_publication_white.svg"); }.pulse_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Pulse/Icon_only/Icon_pulse_white.svg"); }.quality_control_icon             { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Quality_Control/Icon_only/icon_quality_control_white.svg"); }.question_mark_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Question_Mark/Icon_only/icon_question_mark_white.svg"); }.quick_fix_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Quick_Fix/Icon_only/icon_quick_fix_white.svg"); }.radar_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Radar/Icon_only/icon_radar_white.svg"); }.RAG_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/RAG/Icon_only/icon_rag_white.svg"); }.ranking_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Ranking/Icon_only/icon_ranking_white.svg"); }.registration_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Registration/Icon_only/icon_registration_white.svg"); }.reminder_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Reminder/Icon_only/icon_reminder_white.svg"); }.reporting_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Reporting/Icon_only/icon_reporting_white.svg"); }.resource_balancer_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Resource_Balancer/Icon_only/icon_resource_balancer_white.svg"); }.retail_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Retail/Icon_only/icon_retail_white.svg"); }.review_prioritise_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Review_Prioritise/Icon_only/icon_review_prioritise_white.svg"); }.rework_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Rework/Icon_only/icon_rework_white.svg"); }.ribbon_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Ribbon/Icon_only/icon_ribbon_white.svg"); }.risk_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Risk/Icon_only/icon_risk_white.svg"); }.roundtable_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Roundtable/Icon_only/icon_roundtable_white.svg"); }.saas_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/SaaS/Icon_only/icon_saas_white.svg"); }.save_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Save/Icon_only/icon_save_white.svg"); }.saved_search_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Saved_Search/Icon_only/icon_saved_search_white.svg"); }.scan_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Scan/Icon_only/icon_scan_white.svg"); }.search_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Search/Icon_only/icon_search_white.svg"); }.season_autumn_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Season_Autumn/Icon_only/icon_season_autumn_white.svg"); }.season_spring_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Season_Spring/Icon_only/icon_season_spring_white.svg"); }.season_summer_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Season_Summer/Icon_only/icon_season_summer_white.svg"); }.season_winter_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Season_Winter/Icon_only/icon_season_winter_white.svg"); }.security_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Security/Icon_only/icon_security_white.svg"); }.settings_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Settings/Icon_only/icon_settings_white.svg"); }.settings_alt_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Settings_Alt/Icon_only/icon_settings_alt_white.svg"); }.share_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Share/Icon_only/icon_share_white.svg"); }.sick_leave_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Sick_Leave/Icon_only/icon_sickleave_white.svg"); }.sixsigma_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Sixsigma/Icon_only/icon_sixsigma_white.svg"); }.skype_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Skype/Icon_only/icon_skype_white.svg"); }.sprint_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Sprint/Icon_only/icon_sprint_white.svg"); }.star_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Star/Icon_only/icon_star_white.svg"); }.steps_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Steps/Icon_only/icon_steps_white.svg"); }.strength_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Strength/Icon_only/icon_strength_white.svg"); }.subscribe_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Subscribe/Icon_only/icon_subscribe_white.svg"); }.summary_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Summary/Icon_only/icon_summary_white.svg"); }.system_config_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/System_Config/Icon_only/icon_system_config_white.svg"); }.table_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Table/Icon_only/icon_table_white.svg"); }.tag_icon                         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tag/Icon_only/icon_tag_white.svg"); }.team_executive_icon              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Team_Executive/Icon_only/icon_team_executive_white.svg"); }.team_portfolio_manager_icon      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Team_Portfolio_Manager/Icon_only/icon_team_portfolio_manager_white.svg"); }.team_project_manager_icon        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Team_Project_Manager/Icon_only/icon_team_project_manager_white.svg"); }.team_team_member_icon            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Team_Team_Member/Icon_only/icon_team_team_member_white.svg"); }.teams_icon						  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Skype/Icon_only/Icons_Teams_white.svg"); }.team_team_manager_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Team_Team_Manager/Icon_only/icon_team_team_manager_white.svg"); }.ten_minute_rule_icon             { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Ten_Minute_Rule/Icon_only/icon_ten_minute_rule_white.svg"); }.teddy_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Teddy/Icon_only/icon_teddy_white.svg"); }.testing_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Testing/Icon_only/icon_testing_white.svg"); }.text_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Text/Icon_only/icon_text_white.svg"); }.text_select_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Text_Select/Icon_only/icon_text_select_white.svg"); }.thumbs_up_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Thumbs_Up/Icon_only/icon_thumbs_up_white.svg"); }.tick_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick/Icon_only/icon_tick_white.svg"); }.tick_icon_green                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick/Icon_only/icon_tick_w_dkgreen.svg"); }.tick_login_icon 			      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick_Login/Icon_only/icon_tick_login_white.svg"); }.tick_ribbon_icon			      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick/Colour_icons/icon_tick_orange.svg"); }.ticket_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Ticket/Icon_only/icon_ticket_white.svg"); }.tiles_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tiles/Icon_only/icon_tiles_white.svg"); }.time_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Time/Icon_only/icon_time_white.svg"); }.transfer_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Transfer/Icon_only/icon_transfer_white.svg"); }.training_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Training/Icon_only/icon_training_white.svg"); }.trophy_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Trophy/Icon_only/icon_trophy_white.svg"); }.trowel_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Trowel/Icon_only/icon_trowel_white.svg"); }.twitter_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Twitter/Icon_only/icon_twitter_white.svg"); }.upload_icon                      { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Upload/Icon_only/icon_upload_white.svg"); }.user_admin_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/User_Admin/Icon_only/icon_user_admin_white.svg"); }.video_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Video/Icon_only/icon_video_white.svg"); }.view_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/View/Icon_only/icon_view_white.svg"); }.view_approve_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/View_Approve/Icon_only/icon_view_approve_white.svg"); }.wastebasket_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Wastebasket/Icon_only/icon_wastebasket_white.svg"); }.webinar_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Webinar/Icon_only/icon_webinar_white.svg"); }.what_if_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/What_If/Icon_only/icon_what_if_white.svg"); }.wine_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Wine/Icon_only/icon_wine_white.svg"); }.work_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Work/Icon_only/icon_work_white.svg"); }.workbook_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Workbook/Icon_only/icon_workbook_white.svg"); }.happiness_index_1_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Happiness_Index/Icon_only/icon_happiness_index_happy1.svg"); }.happiness_index_2_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Happiness_Index/Icon_only/icon_happiness_index_happy2.svg"); }.happiness_index_3_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Happiness_Index/Icon_only/icon_happiness_index_happy3.svg"); }.happiness_index_4_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Happiness_Index/Icon_only/icon_happiness_index_happy4.svg"); }.happiness_index_5_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Happiness_Index/Icon_only/icon_happiness_index_happy5.svg"); }.badge_yellow_belt                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Yellow_Belt/Icon_only/badge_yellow_belt.svg"); }.badge_green_belt                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Green_Belt/Icon_only/badge_green_belt.svg"); }.badge_black_belt                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Black_Belt/Icon_only/badge_black_belt.svg"); }.badge_master_black_belt          { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Master_Black_Belt/Icon_only/badge_master_black_belt.svg"); }.badge_kaizen_coach               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Kaizen_Coach/Icon_only/badge_kaizen_coach.svg"); }.badge_kaizen_facilitator         { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Kaizen_Facilitator/Icon_only/badge_kaizen_facilitator.svg"); }.badge_kaizen_sensei              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Kaizen_Sensei/Icon_only/badge_kaizen_sensei.svg"); }.badge_lean_ops                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Lean_Ops/Icon_only/badge_lean_ops.svg"); }.badge_lean_ops_review            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Lean_Ops_Review/Icon_only/badge_lean_ops_review.svg"); }.badge_opex_blitz                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Opex_Blitz/Icon_only/badge_opex_blitz.svg"); }.badge_project_transfer           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Project_Transfer/Icon_only/badge_project_transfer.svg"); }.badge_project1                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Project1/Icon_only/badge_project1.svg"); }.badge_project5                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Project5/Icon_only/badge_project5.svg"); }.badge_project10                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Project10/Icon_only/badge_project10.svg"); }.badge_project20                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Methodologies/Badge_Project20/Icon_only/badge_project20.svg"); }.badge_medal1                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_1.svg"); }.badge_medal5                     { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_5.svg"); }.badge_medal10                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_10.svg"); }.badge_medal20                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_20.svg"); }.badge_medal_blue                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_blue.svg"); }.badge_medal_bronze               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_bronze.svg"); }.badge_medal_silver               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_silver.svg"); }.badge_medal_gold                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Medal/Icon_only/icon_accolade_medal_gold.svg"); }.badge_rosette1                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_1.svg"); }.badge_rosette5                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_5.svg"); }.badge_rosette10                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_10.svg"); }.badge_rosette20                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_20.svg"); }.badge_rosette_blue               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_blue.svg"); }.badge_rosette_bronze             { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_bronze.svg"); }.badge_rosette_silver             { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_silver.svg"); }.badge_rosette_gold               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Rosette/Icon_only/icon_accolade_rosette_gold.svg"); }.badge_shield1                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_1.svg"); }.badge_shield5                    { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_5.svg"); }.badge_shield10                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_10.svg"); }.badge_shield20                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_20.svg"); }.badge_shield_blue                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_blue.svg"); }.badge_shield_bronze              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_bronze.svg"); }.badge_shield_silver              { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_silver.svg"); }.badge_shield_gold                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Accolades/Shield/Icon_only/icon_accolade_shield_gold.svg"); }.adobe_PDF_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Adobe_PDF/Icon_only/icon_adobe_pdf.svg"); }.blank_generic_icon               { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Blank_Generic/Icon_only/icon_blank_generic.svg"); }.blank_image_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Blank_Image/Icon_only/icon_blank_image.svg"); }.blank_zip_icon                   { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Blank_Zip/Icon_only/icon_blank_zip.svg"); }.office_excel_icon                { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_Excel/Icon_only/icon_office_excel.svg"); }.office_lync_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_Lync/Icon_only/icon_office_lync.svg"); }.office_ppt_icon                  { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_PPT/Icon_only/icon_office_ppt.svg"); }.office_ppt_icon_white            { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_PPT/Icon_only/icon_office_ppt_white.svg"); }.office_word_icon                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_Word/Icon_only/icon_office_word.svg"); }.office_sharepoint_icon           { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Application/Office_Sharepoint/Icon_only/icon_office_sharepoint.svg"); }.nav_burger_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Burger/Icon_only/icon_nav_burger_white.svg"); }.nav_dashboard_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Dashboard/Icon_only/icon_nav_dashboard_white.svg"); }.nav_favourite_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Favourite/Icon_only/icon_nav_favourite_white.svg"); }.nav_search_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Search/Icon_only/icon_nav_search_white.svg"); }.nav_time_icon					{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Nav_Time/Icon_only/icon_nav_time_white.svg"); }.new_portlet_bar_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_Bar/Icon_only/icon_new_portlet_bar.svg"); }.new_portlet_html_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_HTML/Icon_only/icon_new_portlet_html.svg"); }.new_portlet_line_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_Line/Icon_only/icon_new_portlet_line.svg"); }.new_portlet_pie_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_Pie/Icon_only/icon_new_portlet_pie.svg"); }.new_portlet_table_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_Table/Icon_only/icon_new_portlet_table.svg"); }.new_portlet_bubble_icon		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/New_Portlet_Bubble/Icon_only/icon_new_portlet_bubble.svg"); }.left_align_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Left_Align/Icon_only/icon_left_align_white.svg"); }.center_align_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Center_Align/Icon_only/icon_center_align_white.svg"); }.right_align_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Right_Align/Icon_only/icon_right_align_white.svg"); }.background_color_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Background_Color/Icon_only/icon_background_color_white.svg"); }.text_color_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Text_Color/Icon_only/icon_font_color_white.svg"); }.bold_icon						{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Bold/Icon_only/icon_bold_white.svg"); }.border_left_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Border_Left/Icon_only/icon_border_left_white.svg"); }.border_top_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Border_Top/Icon_only/icon_border_top_white.svg"); }.border_right_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Border_Right/Icon_only/icon_border_right_white.svg"); }.border_bottom_icon				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Border_Bottom/Icon_only/icon_border_bottom_white.svg"); }.folder_icon					{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Folder/Icon_only/icon_folder_white.svg"); }/*Dashboard thumbnails*/.landscape_report_thumbnail_inactive	{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Report_Land_off.svg"); }.landscape_report_thumbnail_active		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Report_Land_on.svg"); }.portrait_report_thumbnail_inactive		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Report_Port_off.svg"); }.portrait_report_thumbnail_active		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Report_Port_on.svg"); }.dashboard_thumbnail_inactive			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Standard_Off.svg"); }.dashboard_thumbnail_active				{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Core/Dashboards/Dashboard_Standard_On.svg"); }/* GREY ICONS - SB 5.0 should we create these for every one? */.date_icon_grey                 { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Date/Icon_only/icon_date_grey.svg"); }.gauge {    width: 180px;    height: 90px;    position: relative;    text-align: center;    margin: auto;    overflow: hidden;    display: inline-block;    box-sizing: border-box;    border: 0px;}.gauge-back {background-color: rgba(88,130,143,.1);width: 100%;height: 100%;border-radius: 250px 250px 0px 0px;}.gauge-b {z-index: 3;position: absolute;background-color: #ffffff;width: 55%;height: 55%;bottom: 0;margin-left: 50%;transform: translateX(-50%);margin-right: auto;border-radius: 250px 250px 0px 0px;}.gauge-data {z-index: 4;color: #58828f;font-size: 30px;line-height: 25px;position: absolute;width: 100%;height: 100%;top: 67px;margin-left: auto;margin-right: auto;}.gauge_wrapper {    text-align: center;    position: relative;    display: inline-block;    min-width: 180px;    font-size: 16px;    line-height: 30px;       margin-left: 15px;}.c0  { background-color: #adadad !important; }.c1  { background-color: #59828f !important; fill: #59828f;}.c2  { background-color: #d97521 !important; fill: #d97521;}.c3  { background-color: #878b3f !important; fill: #878b3f;}.c4  { background-color: #43224d !important; fill: #43224d;}.c5  { background-color: #d99d1e !important; fill: #d99d1e;}.c6  { background-color: #66a6a2 !important; fill: #66a6a2;}.c7  { background-color: #be3443 !important; fill: #be3443;}.c8  { background-color: #27824b !important; fill: #27824b;}.c9  { background-color: #d9c51a !important; fill: #d9c51a;}.c10 { background-color: #d24017 !important; fill: #d24017;}.c11 { background-color: #7089ac !important; fill: #7089ac;}.c12 { background-color: #b68535 !important; fill: #b68535;}.c13 { background-color: #43693a !important; fill: #43693a;}.c14 { background-color: #05056f !important; fill: #05056f;}.c15 { background-color: #c7a428 !important; fill: #c7a428;}.c16 { background-color: #6b0f67 !important; fill: #6b0f67;}.c17 { background-color: #25a4a4 !important; fill: #25a4a4;}.c18 { background-color: #862f42 !important; fill: #862f42;}.c19 { background-color: #045500 !important; fill: #045500;}.c20 { background-color: #b95d07 !important; fill: #b95d07;}.c21 { background-color: #9f1f9f !important; fill: #9f1f9f;}.c22 { background-color: #0f4d79 !important; fill: #0f4d79;}.c23 { background-color: #abc0c7 !important; fill: #abc0c7;}.c24 { background-color: #ecba8f !important; fill: #ecba8f;}.c25 { background-color: #c2c49e !important; fill: #c2c49e;}.c26 { background-color: #a190a6 !important; fill: #a190a6;}.c27 { background-color: #ecce8e !important; fill: #ecce8e;}.c28 { background-color: #b2d2d0 !important; fill: #b2d2d0;}.c29 { background-color: #de99a1 !important; fill: #de99a1;}.c30 { background-color: #93c0a5 !important; fill: #93c0a5;}.c31 { background-color: #ece28c !important; fill: #ece28c;}.c32 { background-color: #e89f8b !important; fill: #e89f8b;}.c33 { background-color: #b7c4d5 !important; fill: #b7c4d5;}.c34 { background-color: #dac29a !important; fill: #dac29a;}.c35 { background-color: #a1b49c !important; fill: #a1b49c;}.c36 { background-color: #8282b7 !important; fill: #8282b7;}.c37 { background-color: #b587b3 !important; fill: #b587b3;}.c38 { background-color: #e3d193 !important; fill: #e3d193;}.c39 { background-color: #92d1d1 !important; fill: #92d1d1;}.c40 { background-color: #c297a0 !important; fill: #c297a0;}.c41 { background-color: #81aa7f !important; fill: #81aa7f;}.c42 { background-color: #dcae83 !important; fill: #dcae83;}.c43 { background-color: #cf8fcf !important; fill: #cf8fcf;}.c44 { background-color: #87a6bc !important; fill: #87a6bc;}.c45 { background-color: #3c6d7d !important; fill: #3c6d7d;}.c46 { background-color: #09493e !important; fill: #09493e;}.c47 { background-color: #210473 !important; fill: #210473;}.c48 { background-color: #83132b !important; fill: #83132b;}.c49 { background-color: #013f01 !important; fill: #013f01;}.c50 { background-color: #3f0109 !important; fill: #3f0109;}.c51 { background-color: #ecce8e !important; fill: #ecce8e;}.c52 { background-color: #3f3301 !important; fill: #3f3301;}.c53 { background-color: #019272 !important; fill: #019272;}.c54 { background-color: #0f4d79 !important; fill: #0f4d79;}.c55 { background-color: #bc8001 !important; fill: #bc8001;}.c56 { background-color: #158313 !important; fill: #158313;}.c57 { background-color: #730462 !important; fill: #730462;}.c58 { background-color: #ae000d !important; fill: #ae000d;}.c59 { background-color: #837313 !important; fill: #837313;}.c60 { background-color: #0dbc01 !important; fill: #0dbc01;}.c61 { background-color: #1f0211 !important; fill: #1f0211;}.c62 { background-color: #030192 !important; fill: #030192;}.c63 { background-color: #491209 !important; fill: #491209;}.c64 { background-color: #0a92ff !important; fill: #0a92ff;}.c65 { background-color: #920a01 !important; fill: #920a01;}.c66 { background-color: #00314a !important; fill: #00314a;}.c67 { background-color: #00be00 !important; fill: #00be00;}.c68 { background-color: #088400 !important; fill: #088400;}.c69 { background-color: #009372 !important; fill: #009372;}.c70 { background-color: #008fff !important; fill: #008fff;}.c71 { background-color: #0000ff !important; fill: #0000ff;}.c72 { background-color: #000095 !important; fill: #000095;}.c73 { background-color: #740063 !important; fill: #740063;}.c74 { background-color: #851029 !important; fill: #851029;}.c75 { background-color: #400007 !important; fill: #400007;}.c76 { background-color: #bd8100 !important; fill: #bd8100;}.c77 { background-color: #847400 !important; fill: #847400;}.c78 { background-color: #1f0211 !important; fill: #1f0211;}.c0_txt { color: #adadad; }.c1_txt { color: #59828f !important; }.c2_txt { color: #d97521 !important; }.c3_txt { color: #878b3f !important; }.c4_txt { color: #43224d !important; }.c5_txt { color: #d99d1e !important; }.c6_txt { color: #66a6a2 !important; }.c7_txt { color: #be3443 !important; }.c8_txt { color: #27824b !important; }.c9_txt { color: #d9c51a !important; }.c10_txt { color: #d24017 !important; }.c11_txt { color: #7089ac !important; }.c12_txt { color: #b68535 !important; }.c13_txt { color: #43693a !important; }.c14_txt { color: #05056f !important; }.c15_txt { color: #c7a428 !important; }.c16_txt { color: #6b0f67 !important; }.c17_txt { color: #25a4a4 !important; }.c18_txt { color: #862f42 !important; }.c19_txt { color: #045500 !important; }.c20_txt { color: #b95d07 !important; }.c21_txt { color: #9f1f9f !important; }.c22_txt { color: #0f4d79 !important; }.c23_txt { color: #abc0c7 !important; }.c24_txt { color: #ecba8f !important; }.c25_txt { color: #c2c49e !important; }.c26_txt { color: #a190a6 !important; }.c27_txt { color: #ecce8e !important; }.c28_txt { color: #b2d2d0 !important; }.c29_txt { color: #de99a1 !important; }.c30_txt { color: #93c0a5 !important; }.c31_txt { color: #ece28c !important; }.c32_txt { color: #e89f8b !important; }.c33_txt { color: #b7c4d5 !important; }.c34_txt { color: #dac29a !important; }.c35_txt { color: #a1b49c !important; }.c36_txt { color: #8282b7 !important; }.c37_txt { color: #b587b3 !important; }.c38_txt { color: #e3d193 !important; }.c39_txt { color: #92d1d1 !important; }.c40_txt { color: #c297a0 !important; }.c41_txt { color: #81aa7f !important; }.c42_txt { color: #dcae83 !important; }.c43_txt { color: #cf8fcf !important; }.c44_txt { color: #87a6bc !important; }.c45_txt { color: #3c6d7d !important; }.c46_txt { color: #09493e !important; }.c47_txt { color: #210473 !important; }.c48_txt { color: #83132b !important; }.c49_txt { color: #013f01 !important; }.c50_txt { color: #3f0109 !important; }.c51_txt { color: #ecce8e !important; }.c52_txt { color: #3f3301 !important; }.c53_txt { color: #019272 !important; }.c54_txt { color: #0f4d79 !important; }.c55_txt { color: #bc8001 !important; }.c56_txt { color: #158313 !important; }.c57_txt { color: #730462 !important; }.c58_txt { color: #ae000d !important; }.c59_txt { color: #837313 !important; }.c60_txt { color: #0dbc01 !important; }.c61_txt { color: #1f0211 !important; }.c62_txt { color: #030192 !important; }.c63_txt { color: #491209 !important; }.c64_txt { color: #0a92ff !important; }.c65_txt { color: #920a01 !important; }.c66_txt { color: #00314a !important; }.c67_txt { color: #00be00 !important; }.c68_txt { color: #088400 !important; }.c69_txt { color: #009372 !important; }.c70_txt { color: #008fff !important; }.c71_txt { color: #0000ff !important; }.c72_txt { color: #000095 !important; }.c73_txt { color: #740063 !important; }.c74_txt { color: #851029 !important; }.c75_txt { color: #400007 !important; }.c76_txt { color: #bd8100 !important; }.c77_txt { color: #847400 !important; }.c78_txt { color: #1f0211 !important; }.c0_border { border-color: #adadad; }.c1_border { border-color: #59828f; }.c2_border { border-color: #d97521; }.c3_border { border-color: #878b3f; }.c4_border { border-color: #43224d; }.c5_border { border-color: #d99d1e; }.c6_border { border-color: #66a6a2; }.c7_border { border-color: #be3443; }.c8_border { border-color: #27824b; }.c9_border { border-color: #d9c51a; }.c10_border { border-color: #d24017; }.c11_border { border-color: #7089ac; }.c12_border { border-color: #b68535; }.c13_border { border-color: #43693a; }.c14_border { border-color: #05056f; }.c15_border { border-color: #c7a428; }.c16_border { border-color: #6b0f67; }.c17_border { border-color: #25a4a4; }.c18_border { border-color: #862f42; }.c19_border { border-color: #045500; }.c20_border { border-color: #b95d07; }.c21_border { border-color: #9f1f9f; }.c22_border { border-color: #0f4d79; }.c23_border { border-color: #abc0c7; }.c24_border { border-color: #ecba8f; }.c25_border { border-color: #c2c49e; }.c26_border { border-color: #a190a6; }.c27_border { border-color: #ecce8e; }.c28_border { border-color: #b2d2d0; }.c29_border { border-color: #de99a1; }.c30_border { border-color: #93c0a5; }.c31_border { border-color: #ece28c; }.c32_border { border-color: #e89f8b; }.c33_border { border-color: #b7c4d5; }.c34_border { border-color: #dac29a; }.c35_border { border-color: #a1b49c; }.c36_border { border-color: #8282b7; }.c37_border { border-color: #b587b3; }.c38_border { border-color: #e3d193; }.c39_border { border-color: #92d1d1; }.c40_border { border-color: #c297a0; }.c41_border { border-color: #81aa7f; }.c42_border { border-color: #dcae83; }.c43_border { border-color: #cf8fcf; }.c44_border { border-color: #87a6bc; }.c45_border { border-color: #3c6d7d; }.c46_border { border-color: #09493e; }.c47_border { border-color: #210473; }.c48_border { border-color: #83132b; }.c49_border { border-color: #013f01; }.c50_border { border-color: #3f0109; }.c51_border { border-color: #ecce8e; }.c52_border { border-color: #3f3301; }.c53_border { border-color: #019272; }.c54_border { border-color: #0f4d79; }.c55_border { border-color: #bc8001; }.c56_border { border-color: #158313; }.c57_border { border-color: #730462; }.c58_border { border-color: #ae000d; }.c59_border { border-color: #837313; }.c60_border { border-color: #0dbc01; }.c61_border { border-color: #1f0211; }.c62_border { border-color: #030192; }.c63_border { border-color: #491209; }.c64_border { border-color: #0a92ff; }.c65_border { border-color: #920a01; }.c66_border { border-color: #00314a; }.c67_border { border-color: #00be00; }.c68_border { border-color: #088400; }.c69_border { border-color: #009372; }.c70_border { border-color: #008fff; }.c71_border { border-color: #0000ff; }.c72_border { border-color: #000095; }.c73_border { border-color: #740063; }.c74_border { border-color: #851029; }.c75_border { border-color: #400007; }.c76_border { border-color: #bd8100; }.c77_border { border-color: #847400; }.c78_border { border-color: #1f0211; }.c0_outline { outline-color: #adadad; }.c1_outline { outline-color: #59828f; }.c2_outline { outline-color: #d97521; }.c3_outline { outline-color: #878b3f; }.c4_outline { outline-color: #43224d; }.c5_outline { outline-color: #d99d1e; }.c6_outline { outline-color: #66a6a2; }.c7_outline { outline-color: #be3443; }.c8_outline { outline-color: #27824b; }.c9_outline { outline-color: #d9c51a; }.c10_outline { outline-color: #d24017; }.c11_outline { outline-color: #7089ac; }.c12_outline { outline-color: #b68535; }.c13_outline { outline-color: #43693a; }.c14_outline { outline-color: #05056f; }.c15_outline { outline-color: #c7a428; }.c16_outline { outline-color: #6b0f67; }.c17_outline { outline-color: #25a4a4; }.c18_outline { outline-color: #862f42; }.c19_outline { outline-color: #045500; }.c20_outline { outline-color: #b95d07; }.c21_outline { outline-color: #9f1f9f; }.c22_outline { outline-color: #0f4d79; }.c23_outline { outline-color: #abc0c7; }.c24_outline { outline-color: #ecba8f; }.c25_outline { outline-color: #c2c49e; }.c26_outline { outline-color: #a190a6; }.c27_outline { outline-color: #ecce8e; }.c28_outline { outline-color: #b2d2d0; }.c29_outline { outline-color: #de99a1; }.c30_outline { outline-color: #93c0a5; }.c31_outline { outline-color: #ece28c; }.c32_outline { outline-color: #e89f8b; }.c33_outline { outline-color: #b7c4d5; }.c34_outline { outline-color: #dac29a; }.c35_outline { outline-color: #a1b49c; }.c36_outline { outline-color: #8282b7; }.c37_outline { outline-color: #b587b3; }.c38_outline { outline-color: #e3d193; }.c39_outline { outline-color: #92d1d1; }.c40_outline { outline-color: #c297a0; }.c41_outline { outline-color: #81aa7f; }.c42_outline { outline-color: #dcae83; }.c43_outline { outline-color: #cf8fcf; }.c44_outline { outline-color: #87a6bc; }.c45_outline { outline-color: #3c6d7d; }.c46_outline { outline-color: #09493e; }.c47_outline { outline-color: #210473; }.c48_outline { outline-color: #83132b; }.c49_outline { outline-color: #013f01; }.c50_outline { outline-color: #3f0109; }.c51_outline { outline-color: #ecce8e; }.c52_outline { outline-color: #3f3301; }.c53_outline { outline-color: #019272; }.c54_outline { outline-color: #0f4d79; }.c55_outline { outline-color: #bc8001; }.c56_outline { outline-color: #158313; }.c57_outline { outline-color: #730462; }.c58_outline { outline-color: #ae000d; }.c59_outline { outline-color: #837313; }.c60_outline { outline-color: #0dbc01; }.c61_outline { outline-color: #1f0211; }.c62_outline { outline-color: #030192; }.c63_outline { outline-color: #491209; }.c64_outline { outline-color: #0a92ff; }.c65_outline { outline-color: #920a01; }.c66_outline { outline-color: #00314a; }.c67_outline { outline-color: #00be00; }.c68_outline { outline-color: #088400; }.c69_outline { outline-color: #009372; }.c70_outline { outline-color: #008fff; }.c71_outline { outline-color: #0000ff; }.c72_outline { outline-color: #000095; }.c73_outline { outline-color: #740063; }.c74_outline { outline-color: #851029; }.c75_outline { outline-color: #400007; }.c76_outline { outline-color: #bd8100; }.c77_outline { outline-color: #847400; }.c78_outline { outline-color: #1f0211; }path.c0 { stroke: #adadad; }path.c1 { stroke: #59828f !important; }path.c2 { stroke: #d97521 !important; }path.c3 { stroke: #878b3f !important; }path.c4 { stroke: #43224d !important; }path.c5 { stroke: #d99d1e !important; }path.c6 { stroke: #66a6a2 !important; }path.c7 { stroke: #be3443 !important; }path.c8 { stroke: #27824b !important; }path.c9 { stroke: #d9c51a !important; }path.c10 { stroke: #d24017 !important; }path.c11 { stroke: #7089ac !important; }path.c12 { stroke: #b68535 !important; }path.c13 { stroke: #43693a !important; }path.c14 { stroke: #05056f !important; }path.c15 { stroke: #c7a428 !important; }path.c16 { stroke: #6b0f67 !important; }path.c17 { stroke: #25a4a4 !important; }path.c18 { stroke: #862f42 !important; }path.c19 { stroke: #045500 !important; }path.c20 { stroke: #b95d07 !important; }path.c21 { stroke: #9f1f9f !important; }path.c22 { stroke: #0f4d79 !important; }path.c23 { stroke: #abc0c7 !important; }path.c24 { stroke: #ecba8f !important; }path.c25 { stroke: #c2c49e !important; }path.c26 { stroke: #a190a6 !important; }path.c27 { stroke: #ecce8e !important; }path.c28 { stroke: #b2d2d0 !important; }path.c29 { stroke: #de99a1 !important; }path.c30 { stroke: #93c0a5 !important; }path.c31 { stroke: #ece28c !important; }path.c32 { stroke: #e89f8b !important; }path.c33 { stroke: #b7c4d5 !important; }path.c34 { stroke: #dac29a !important; }path.c35 { stroke: #a1b49c !important; }path.c36 { stroke: #8282b7 !important; }path.c37 { stroke: #b587b3 !important; }path.c38 { stroke: #e3d193 !important; }path.c39 { stroke: #92d1d1 !important; }path.c40 { stroke: #c297a0 !important; }path.c41 { stroke: #81aa7f !important; }path.c42 { stroke: #dcae83 !important; }path.c43 { stroke: #cf8fcf !important; }path.c44 { stroke: #87a6bc !important; }path.c45 { stroke: #3c6d7d !important; }path.c46 { stroke: #09493e !important; }path.c47 { stroke: #210473 !important; }path.c48 { stroke: #83132b !important; }path.c49 { stroke: #013f01 !important; }path.c50 { stroke: #3f0109 !important; }path.c51 { stroke: #ecce8e !important; }path.c52 { stroke: #3f3301 !important; }path.c53 { stroke: #019272 !important; }path.c54 { stroke: #0f4d79 !important; }path.c55 { stroke: #bc8001 !important; }path.c56 { stroke: #158313 !important; }path.c57 { stroke: #730462 !important; }path.c58 { stroke: #ae000d !important; }path.c59 { stroke: #837313 !important; }path.c60 { stroke: #0dbc01 !important; }path.c61 { stroke: #1f0211 !important; }path.c62 { stroke: #030192 !important; }path.c63 { stroke: #491209 !important; }path.c64 { stroke: #0a92ff !important; }path.c65 { stroke: #920a01 !important; }path.c66 { stroke: #00314a !important; }path.c67 { stroke: #00be00 !important; }path.c68 { stroke: #088400 !important; }path.c69 { stroke: #009372 !important; }path.c70 { stroke: #008fff !important; }path.c71 { stroke: #0000ff !important; }path.c72 { stroke: #000095 !important; }path.c73 { stroke: #740063 !important; }path.c74 { stroke: #851029 !important; }path.c75 { stroke: #400007 !important; }path.c76 { stroke: #bd8100 !important; }path.c77 { stroke: #847400 !important; }path.c78 { stroke: #1f0211 !important; }.TL_vert_line, .TL_vert_line_l, .TL_vert_line_r{	width: 1px;	height: 100%;	border: 1px solid #adadad;	position: absolute;	z-index: 0;	box-sizing: border-box;}.TL_vert_line_l{	left: 27px;}.TL_vert_line_r{	right: 27px;}.TL_vert_line{	left: 50%;}.TL_day_wrapper, .TL_day_wrapper_l, .TL_day_wrapper_r{	width:100%;	height: 55px;	position:relative;	z-index:1;}.TL_circle{	height: 55px;	width: 55px;		text-align: center;	border-radius: 30px;	border: 1px solid #98AF00;	color: #98AF00;	background-color: #ffffff;}.TL_day_wrapper .TL_circle{	margin: 0 auto;}.TL_day_wrapper_l .TL_circle{    margin: 0;}.TL_day_wrapper_r .TL_circle{    margin-left: calc(100% - 55px);}.TL_circle_start{	font-size: 	14px;	line-height: 55px;	}.TL_circle_day{	font-size: 20px;	line-height: 18px;	margin-top: 8px;}.TL_circle_month{	font-size: 14px;	line-height: 11px;}.TL_circle_year{	font-size: 8px;	line-height: 14px;}.TL_day_content, .TL_day_content_l, .TL_day_content_r{	overflow:auto;	width: 100%;	padding-top: 10px;	margin-bottom: 10px;}.TL_day_content .TL_note_left, .TL_day_content .TL_note_right{	width: calc(50% + 5px);	margin-top:10px;}.TL_day_content_l .TL_note_right, .TL_day_content_r .TL_note_left{	margin-top:10px;}.TL_day_content .TL_note_left  { float:left;}.TL_day_content .TL_note_right { float:right;}.TL_day_content_r .TL_note_left  { margin-right: 46px;}.TL_day_content_l .TL_note_right { margin-left: 46px;}.TL_note_wrap{	border:1px solid #adadad;	border-radius:6px;	background-color:#ffffff;	padding:10px;		position: relative;	box-sizing:border-box;	}.TL_day_content_l .TL_note_wrap, .TL_day_content_r .TL_note_wrap{	margin-top:10px;	width: 100%;}.TL_day_content .TL_note_wrap{	width: calc(100% - 50px);}.TL_content_title{	color: #303030;}.TL_content_time{	display:line-block;	font-weight: bold;	color: black;	float: right;	line-height: 24px;}.TL_content_detail{	padding-top: 5px;	background: #ffffff;	font-size: 10px;}.TL_note_left, .TL_note_right{}.TL_note_wrap_hightlight{    position: absolute;	top: 0;	width: 2px;	height: 100%;	background-color: #3f5d04;	border-radius: 6px;	}.TL_day_content_l .TL_note_wrap_line, .TL_day_content_r .TL_note_wrap_line {width:20px;}.TL_day_content .TL_note_wrap_line {width: 45px;}.TL_note_wrap_line{	height: 	1px;	box-sizing:	border-box;	border:		1px solid #adadad;	position:	absolute;	top:12px;}.TL_note_wrap_dot{	height:			6px;	width:			6px;	border-radius: 	6px;	position:		absolute;	background-color: #adadad;	top:-3px;}.TL_day_content 	.TL_note_left .TL_note_wrap_line	{ right: -45px;}.TL_day_content_r 	.TL_note_left .TL_note_wrap_line	{ right: -18px;}.TL_note_left .TL_note_wrap_dot							{ right: -5px;}.TL_note_left .TL_note_wrap_hightlight					{ right:0px;}.TL_day_content .TL_note_right .TL_note_wrap			{ margin-left:50px;}.TL_day_content_l .TL_note_right .TL_note_wrap			{ margin-left:0px;}.TL_day_content    .TL_note_right .TL_note_wrap_line	{ left: -45px;}.TL_day_content_l  .TL_note_right .TL_note_wrap_line	{ left: -20px;}.TL_note_right .TL_note_wrap_dot						{ left: -3px;}.TL_note_right .TL_note_wrap_hightlight					{ left:0px;}.TL_User_Name{	cursor: pointer;}.TL_Field{	color: #114d78;}.TL_to_value{	color: #0f2c4b;}.TL_from_value{	color: #9e0b16;}.recent_activity_icon_stat, .recent_activity_icon_profile {	display: inline-block;        vertical-align: middle;        width: 40px;		height: 40px;        border-radius: 200px;        background-color: #efefef;        box-sizing: border-box;        border: 1px solid #606060;        background-size: cover;}.recent_activity_icon_profile {}.recent_activity_content_wrapper{	display: inline-block;	margin-left: 10px;    max-width: 350px;    vertical-align: middle;}.recent_activity{	display: -webkit-box;	display: -webkit-flex;	display: flex;	align-items: center;   	margin: 15px 0px;   	min-height: 50px;   	max-height: 50px;   	margin-bottom: 20px;    animation:  recent_act_fly_up 2s;}@keyframes recent_act_fly_up {  0% {         transform: translate3d(0px,550px, 0px) ;                opacity: 0;}  100% {transform: translate3d(0px, 0px, 0px); opacity: 1;   }}.recent_act_see_more{  position: absolute;  bottom: 0px;  height: 50px;  width: 100%;  line-height: 50px;  background: linear-gradient(to bottom, rgba(255,255,255,.8), rgba(255,255,255,1));}.recent_activity:first-of-type{   margin-top: 0px;}.recent_activity:last-of-type{   margin-bottom: 0px;}.recent_activity_time{	display: inline;}.recent_activity_content{	display: inline;}.TL_comment_day_wrapper{	height: 20px;	text-align: center;	display: table;	width: 100%;}.TL_comment_day_wrapper:before, .TL_comment_day_wrapper:after{    border-top: 1px solid #adadad;    content: '';    display: table-cell;    position: relative;    top: 6px;    width: 45%;}.TL_comment_profile_wrap{	display: inline-block;	margin-right: 15px;}.TL_comment_right .TL_comment_profile_wrap{	float: right;	margin-left: 15px;	margin-right: 0px;}.TL_user_comment_wrap{    padding: 15px;    border-radius: 5px;    max-width: 80%;   	display: inline-block;    vertical-align: top;    outline-style: solid;    outline-width: 1px;}.TL_comment_right{	float: right;	width: 100%;}.TL_comment_wrap{	margin-bottom: 15px;	color: white;}.TL_comment_wrap .TL_content_title{	min-width: 250px;	color: white;	font-size: 14px;	font-weight: bold;}.TL_comment_detail{	padding-top: 5px;	color: #303030;}.TL_comment_wrap .TL_content_time{	float: right;	margin-left: 15px;}.TL_comment_right .TL_comment_wrap{	float: right;}.TL_comment_right .TL_user_comment_wrap{	float: right;}.task_comment_tab_wrap .form_text_area_Edit{	min-height: 28px;	height: 28px;}.task_comment_tab_wrap .form_field_wrapper{	min-height: 28px;}.TL_content_profile_wrap{	display: inline-block;}.TL_content_title_wrap{    display: inline-block;    height: 24px;    vertical-align: top;    line-height: 24px;}.kpi_tbl .rsc_tbl_month_head.WEEKLY{	top: 37px;}.kpi_tbl .ledger_icon{    background-color: #adadad;    margin-top: 8px}tr:last-child .kpi_edit_btn .flydown_menu_items{    top: -60px;}.new_kpi_graphic_message{	text-align: center}.kpi_color_picker_sq{    width: 15px;    height: 15px;    background-color: red;    cursor: pointer;    position: relative;    z-index: 10;    margin-left: 7px;}.kpi_color_picker{	background-color: #adadad;	cursor: pointer;/* 	position: absolute; */    top: -7px;}.kpi_color_picker:hover{	background-color: #ff8a00;}.kpi_color_palette_wrap{    width: 300px;    height: auto;    position: absolute;    line-height: 15px;    left: calc(50% - 150px);    z-index:10;    white-space: normal;}.kpi_color_palette{    width: 30px;    height: 30px;    display:inline-block;    cursor: pointer;}.kpi_icon_chooser{   	background-color: #adadad;    cursor: pointer;    position: absolute;    right: -11px;    z-index: 1;}.kpi_icon_chooser:hover{	background-color: #ff8a00;}.kpi_cycle_back{    transform: rotate(180deg);    display:inline-block;    margin-top: 110px;    margin-right: 15px;}.kpi_cycle_fwd{    display: inline-block;    margin-top: 110px;    margin-left: 15px;}   .kpi_subtitle{       font-size: 10px;    margin-bottom: -15px;}.kpi_subtitle > div{}.kpi_subtitle .highlight{    font-weight: bold;}/*kpi*/.KPI_detail_visualisation_wrap{	text-align: center;	white-space: nowrap;}.KPI_cycle_btn_wrap{	display: inline-block;}.KPI_wrap{    height: 100%;    }.KPI_cycle_wrap{	display:inline-block;    width:  calc(100% - 140px);    height: 260px;    vertical-align:top;    border-radius: 5px;    padding-top: 7px;    box-sizing: content-box;    border: 15px solid #efefef;}/*Big Number */.KPIBN_BIG_NUMBER, .KPIBNQ_BIG_NUMBER_Q{    text-align: center;}.KPI_wrap .big_num{    font-size: 65px;    margin-bottom: 45px;    cursor: pointer;}.KPI_wrap .big_num_desc{        font-size: 22px;}.KPI_wrap.highlight{    font-weight: bold;}/*Big Percent */.KPIBP_BIG_PERCENT, .KPIBPQ_BIG_PERCENT_Q{    text-align: center;}.KPI_wrap .big_percent{    font-size: 65px;    margin-bottom: 30px;    cursor: pointer;}.KPI_wrap .big_percent_desc{    font-size: 22px;}.KPI_wrap .highlight{    font-weight: bold;}.KPI_wrap .desc_top{    font-size: 16px;}.KPI_wrap .desc_bottom {    font-size: 12px;    margin-top: 7px;}.KPI_wrap .KPIBP_BIG_PERCENT .sml_lbl, .KPI_wrap .KPIBPQ_BIG_PERCENT_Q .sml_lbl{    font-size: 12px;    }/*progress bar*/.KPIPB_PROGRESS_BAR{    text-align: center;}.KPIPB_PROGRESS_BAR > div{    height: 100%;}.KPIPB_PROGRESS_BAR > div > div{    display: inline-block;}.KPIPB_PROGRESS_BAR .bar_wrap{    min-width: 120px;    height: 156px;    vertical-align: top;    position:relative;    cursor: pointer;}.KPIPB_PROGRESS_BAR .bar_bkgrnd{    height: 80%;    background-color: #efefef;    width: 100%;    position: absolute;    vertical-align: top;    overflow: hidden;}.KPIPB_PROGRESS_BAR .bar_fill{    position: absolute;    bottom: 0px;    width: 100%;}.KPIPB_PROGRESS_BAR .vert_bar_space{    height: 80%;}.KPIPB_PROGRESS_BAR .bar_txt{    width: 100%;    text-align: center;    font-size: 36px;    height: 20%;    position:relative;}.KPI_wrap .KPIPB_PROGRESS_BAR .detail_wrap{    font-size: 16px;    vertical-align: top;    margin-left: 20px;    text-align:center;}.KPI_wrap .KPIPB_PROGRESS_BAR .detail_wrap .highlight_desc{    font-size: 12px;    margin-bottom:15px;}.KPI_wrap .KPIPB_PROGRESS_BAR .kpi_title{    font-size: 22px;    margin-bottom: 45px;}/*icon fill*/.KPIIF_ICON_FILL{    text-align: center;}.KPIIF_ICON_FILL > div{    height: 100%;}.KPIIF_ICON_FILL > div > div{    display: inline-block;}.KPIIF_ICON_FILL .bar_wrap{    width: 125px;    height: 157px;    vertical-align: top;    position:relative;    cursor: pointer;}.KPIIF_ICON_FILL .bar_bkgrnd{    height: 125px;    background-color: #efefef;    width: 125px;    position: absolute;    vertical-align: top;    overflow:hidden;}.KPIIF_ICON_FILL .bar_fill{    position: absolute;    bottom: 0px;    width: 100%;}.KPIIF_ICON_FILL .vert_bar_space{    height: 125px;}.KPIIF_ICON_FILL .bar_txt{    width: 100%;    text-align: center;    font-size: 36px;    height: 20%;    position:relative;}.KPI_wrap .KPIIF_ICON_FILL .detail_wrap{    font-size: 16px;    vertical-align: top;    margin-left: 20px;    text-align:center;}.KPI_wrap .KPIIF_ICON_FILL .detail_wrap .highlight_desc{    font-size: 12px;    margin-bottom:15px;}.KPIIF_ICON_FILL .icon_sil{    position:absolute;    height: 127px;    width: 127px;    background-repeat: no-repeat;    overflow:hidden;    margin-left: -1px;    margin-top: -1px;    background-size: calc(100% + 1px);}.KPI_wrap .KPIIF_ICON_FILL .kpi_title{    font-size: 22px;    margin-bottom: 45px;}/*ARC*/.KPIAR_PERCENTAGE_ARC{    height: 80%;    text-align: center;}.KPIAR_PERCENTAGE_ARC > div{  margin-bottom: 7px;}.KPIAR_PERCENTAGE_ARC > div:nth-child(2){  margin-bottom: 15px;}.KPI_wrap .KPIAR_PERCENTAGE_ARC .detail_wrap{    font-size: 16px;    vertical-align: bottom;    text-align:center;}.KPIAR_PERCENTAGE_ARC .detail_wrap > div{    display: inline-block;    width: 35%;    font-size: 12px;    vertical-align: top;}.KPIAR_PERCENTAGE_ARC .detail_wrap > div:first-child{    margin-right:15px;   }.KPIAR_PERCENTAGE_ARC .detail_wrap > div:last-child{    margin-left:15px;   }.KPIAR_PERCENTAGE_ARC .sausage{    font-size: 16px;    width: 100%;}.KPIAR_PERCENTAGE_ARC .detail_wrap .highlight{    font-size: 16px;    font-weight: bold;}.KPI_wrap .KPIAR_PERCENTAGE_ARC .kpi_title{    font-size: 22px;    margin-bottom: 15px;}.KPI_wrap .arc_wrp{    background: #adadad;    height: 100px;    width: 200px;    border-radius: 100px 100px 0px 0px;    position:relative;    z-index:3;    overflow:hidden;    vertical-align:top;    margin: 0 auto;    cursor: pointer;}.KPI_wrap .arc_text{    border-radius: 200px 200px 0px 0px;    height: 110px;    width: 110px;    position: absolute;    top: 44px;    left: 45px;    z-index: 5;    background-color:white;    color: #606060;    font-size: 36px;    line-height: 87px;    text-align: center;}.KPI_wrap .arc_bar{    height: 100%;    width: 100%;    position: absolute;    z-index: 2;    transform-origin: center top;    margin-left: auto;    margin-right: auto;    border-radius: 0px 0px 200px 200px;    bottom: -100px;}/*TILES*/.KPI_tile{    background-color: white;    min-height: 295px;    padding: 15px;    position: relative;    display: inline-block;    vertical-align: top;    margin-bottom: 15px;    border-right: 1px solid #efefef;    margin-right: 15px;    margin-top: 15px;}.KPI_tile:last-child{margin-right:0px;}/*1 col*/@media only screen and (min-width: 1px) and (max-width: 680px){    .col_wide_1 .KPI_wrap .KPIPB_PROGRESS_BAR .detail_wrap,    .col_wide_1 .KPI_wrap .KPIIF_ICON_FILL .detail_wrap    {       width: 100%;       margin: 0px auto 30px auto;    }    .col_wide_1 .KPI_tile{border-right: 1px solid transparent}}@media only screen and (min-width: 1024px) and (max-width: 1350px) {    .col_wide_1 .KPI_wrap .KPIPB_PROGRESS_BAR .detail_wrap,    .col_wide_1 .KPI_wrap .KPIIF_ICON_FILL .detail_wrap    {       width: 100%;       margin: 0px auto 30px auto;    }    .col_wide_1 .KPI_wrap .arc_wrp    {        height: 80px;        width: 160px;    }        .col_wide_1 .KPI_wrap .arc_text    {        height: 80px;        width: 80px;        top: 40px;        left: 40px;        font-size: 20px;        line-height: 67px;    }        .col_wide_1 .KPI_wrap .arc_bar    {        bottom: -80px;    }        .col_wide_1 .KPI_tile{border-right: 1px solid transparent}}@media (min-width: 1px) and (max-width: 2450px) {    .col_wide_1 .KPI_tile{width: 100%;}    .col_wide_1 .KPI_tile{border-right: 1px solid transparent}}@media (min-width: 2450px) {    .col_wide_1 .KPI_tile{width: 50%;}    .col_wide_1 .KPI_tile:nth-child(2n){border-right: 1px solid transparent}}/* 2 col*/@media (min-width: 1px) and (max-width: 649px){    .col_wide_2 .KPI_tile{width: 100%}    .col_wide_2 .KPI_tile{border-right: 1px solid transparent}}@media (min-width: 650px) and (max-width: 1023px){    .col_wide_2 .KPI_tile{width: 50%}    .col_wide_2 .KPI_tile:nth-child(2n){border-right: 1px solid transparent}}@media (min-width: 1024px) and (max-width: 1204px){    .col_wide_2 .KPI_tile{width: 100%;}    .col_wide_2 .KPI_tile{border-right: 1px solid transparent}}@media (min-width: 1205px) and (max-width: 1709px){    .col_wide_2 .KPI_tile{width: 50%;}    .col_wide_2 .KPI_tile:nth-child(2n){border-right: 1px solid transparent}}@media (min-width: 1710px) and (max-width: 2250px){    .col_wide_2 .KPI_tile{min-width: 33%}    .col_wide_2 .KPI_tile:nth-child(3n){border-right: 1px solid transparent}}@media (min-width: 2250px){    .col_wide_2 .KPI_tile{min-width: 25%}    .col_wide_2 .KPI_tile:nth-child(4n){border-right: 1px solid transparent}}/* 3 col*/@media (min-width: 1px) and (max-width: 649px){    .col_wide_3 .KPI_tile{width: 100%}    .col_wide_3 .KPI_tile{border-right: 1px solid transparent}}@media (min-width: 650px) and (max-width: 1023px){    .col_wide_3 .KPI_tile{width: 50%}    .col_wide_3 .KPI_tile:nth-child(2n){border-right: 1px solid transparent}}@media (min-width: 1024px) and (max-width: 1204px){    .col_wide_3 .KPI_tile{width: 50%;}    .col_wide_3 .KPI_tile:nth-child(2n){border-right: 1px solid transparent}}@media (min-width: 1205px) and (max-width: 1709px){    .col_wide_3 .KPI_tile{width: 33%;}    .col_wide_3 .KPI_tile:nth-child(3n){border-right: 1px solid transparent}}@media (min-width: 1710px) and (max-width: 2250px){    .col_wide_3 .KPI_tile{width: 25%}    .col_wide_3 .KPI_tile:nth-child(4n){border-right: 1px solid transparent}}@media (min-width: 2250px){    .col_wide_3 .KPI_tile{width: 16.5%}    .col_wide_3 .KPI_tile:nth-child(6n){border-right: 1px solid transparent}}/* 4 col*/@media (min-width: 1px) and (max-width: 569px){    .KPI_tile{width: 100%;}}@media (min-width: 569px) and (max-width: 1024px){    .KPI_tile{width: calc( -7.5px + (100 / 2) * 1%);}    .KPI_tile{margin: 15px 7.5px 0px 7.5px;}    .KPI_tile:nth-child(2n+1){margin: 15px 7.5px 0px 0px;}    .KPI_tile:nth-child(2n+2){margin: 15px 0px 0px 7.5px;}}@media (min-width: 1025px) and (max-width: 1280px){    .KPI_tile{width: calc( -10px + (100 / 3) * 1%);}    .KPI_tile{margin: 15px 7.5px 0px 7.5px;}    .KPI_tile:nth-child(3n+1){margin: 15px 7.5px 0px 0px;}    .KPI_tile:nth-child(3n+3){margin: 15px 0px 0px 7.5px;}}@media (min-width: 1281px) and (max-width: 1692px){    .KPI_tile{width: calc( -11.25px + (100 / 4) * 1%);}    .KPI_tile{margin: 15px 7.5px 0px 7.5px;}    .KPI_tile:nth-child(4n+1){margin: 15px 7.5px 0px 0px;}    .KPI_tile:nth-child(4n+4){margin: 15px 0px 0px 7.5px;}}@media (min-width: 1692px) and (max-width: 1921px){    .KPI_tile{width: calc( -12.5px + (100 / 6) * 1%);}    .KPI_tile{margin: 15px 7.5px 0px 7.5px;}    .KPI_tile:nth-child(6n+1){margin: 15px 7.5px 0px 0px;}    .KPI_tile:nth-child(6n+6){margin: 15px 0px 0px 7.5px;}}@media  (min-width: 1921px){    .KPI_tile{width: calc( -13.125px + (100 / 8) * 1%); padding-left: 0px; padding-right: 0px;}    .KPI_tile{margin: 15px 7.5px 0px 7.5px;}    .KPI_tile:nth-child(8n+1){margin: 15px 7.5px 0px 0px;}    .KPI_tile:nth-child(8n+8){margin: 15px 0px 0px 7.5px;}}@media print{	.KPI_tile	{		page-break-inside: avoid !important;	}}.archived_kpi, .closed_kpi{	background-color: #0f2c4b;	position: absolute;	top: 0px;	right: 0px;}.team_member_container{	 display: inline-block;      vertical-align: top;      position: relative;     margin-bottom: 15px;    margin-right: 15px;    margin-top: 15px;    text-indent: 0px;}.pie_key_popup{    position: absolute;    background-color: white;    border: 1px solid #efefef;    border-radius: 3px;    padding: 7px;    box-shadow: 0px 0px 4px #222;}.pie_key_overflow_btn{    position:absolute;    height: 15px;    width: 21px;    top: 7px;    right: 0px;    cursor: pointer;    background-image: radial-gradient(ellipse at center, #adadad 0%, #adadad 30%, transparent 30%);    background-repeat: repeat-x;    background-size: 7px 10px;}.login_background_1{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601702160.jpg?");}.login_background_2{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601707919.jpg?");}.login_background_3{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601715501.jpg?");}.login_background_4{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601722376.jpg?");}.login_background_5{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601730450.jpg?");}.login_background_6{background-image: url("https://butterfly.ppmanywhere.com/Global/images/backgrounds/7_1612601739382.jpg?");}.DS_chooser_add_data_btn{	position: absolute;	bottom: 15px;	}.DS_chooser_add_data_btn div{	display: inline-block;	height: 24px;	margin-right: 7px;	vertical-align:top;	line-height:24px;	cursor: pointer;	}.DS_chooser_add_data_btn .form_field_wrapper{	display:none;}#circle_container {	display: inline-block;    position: relative;    width: 250px;    height: 250px;    margin: auto;	background: #fff;    margin-bottom: 40px;}#circle_container div {    display: block;    position: absolute;    top: 50%; left: 50%;	border-radius: 100000px;}.circle_label{	display: flex !important;	justify-content: center;	align-items: center;	text-align: center;	text-overflow: ellipsis;	word-wrap: break-word;	word-spacing: 100000px;	overflow: hidden;	text-overflow: ellipsis;	color: #fff;}.bubble1 {	background-color: rgba(88, 130, 143, 0.75);}.bubble2 {	background-color: rgba(217, 117, 32, 0.75);}.bubble3 {	background-color: rgba(134, 138, 62, 0.75);}.bubble4 {	background-color: rgba(67, 34, 77, 0.75);}.bubble5 {	background-color: rgba(131,19,43, 0.55);}#role_skills_label{    padding: 0px 15px;}.flex_list{  	display: -webkit-box;	display: -webkit-flex;	-webkit-flex-wrap: wrap;	display: flex;	flex-wrap: wrap;     justify-content: center;   padding-top: 5%;}.landing_bubble_wrap{      display:inline-block;      width: 80px;      height: 120px;      text-align: center;      position:relative;   margin: 0 auto;}.landing_bubble_loading_circle{	 position: absolute;    left:5px;    height: 70px;    width: 70px;    border: 4px solid transparent;    border-radius: 100%;    border-top-color: #579F91;    animation: loadingcircle 2s;    opacity: 0;    cursor: pointer;}@keyframes loadingcircle {  0% {transform: rotate(0deg); opacity: 1;}  100% {transform: rotate(360deg); opacity: 0;}}.landing_bubble_data{	animation: loadnotification 1s 1s;	opacity: 0;	animation-fill-mode: forwards;}@keyframes loadnotification{  0% { opacity: 0;}  100% {opacity: 1;}}.landing_bubble_data{    background-color: #9e0b16;    height: 30px;    width: 30px;    border-radius: 15px;    text-align: center;    line-height: 30px;    color: #ffffff;    position: absolute;    top: -5px;    right: 0px;    cursor: pointer;}.landing_bubble_label{    text-align: center;    margin-top: 10px;}/* Tiles */@media only screen and (min-width: 1px) and (max-width: 563px) {	.tile_wrapper    {         display: inline-block;         width: 100%;         margin: 15px 0px 15px 0px;    }}@media only screen and (min-width: 564px) and (max-width: 1019px) {	.tile_wrapper    {         display: inline-block;         width: calc( -15px + 50%);    }	.tile_wrapper:nth-child(2n+1)	{	    margin: 15px 15px 15px 0px;	}		.tile_wrapper:nth-child(2n+2)	{	    margin: 15px 0px 15px 15px;	}}@media only screen and (min-width: 1020px) and (max-width: 1915px) {	.tile_wrapper    {         display: inline-block;         width: calc( -22.5px + 25%);    }	.tile_wrapper:nth-child(4n+1)	{	    margin: 15px 15px 15px 0px;	}	.tile_wrapper:nth-child(4n+2),.tile_wrapper:nth-child(4n+3)	{	    margin: 15px 15px 15px 15px;	}	.tile_wrapper:nth-child(4n+4)	{	    margin: 15px 0px 15px 15px;	}}@media only screen and (min-width: 1916px)  {	.tile_wrapper    {         display: inline-block;         width: calc( -25px + (100 / 6) * 1%);    }	.tile_wrapper:nth-child(6n+1)	{	    margin: 15px 15px 15px 0px;	}	.tile_wrapper:nth-child(6n+2),.tile_wrapper:nth-child(6n+3),.tile_wrapper:nth-child(6n+4),.tile_wrapper:nth-child(6n+5)	{	    margin: 15px 15px 15px 15px;	}	.tile_wrapper:nth-child(6n+6)	{	    margin: 15px 0px 15px 15px;	}}.tile{    background-color: #ffffff;    box-sizing: border-box;    height: 190px;    position: relative;    vertical-align: top;	    overflow:hidden;    border: 1px solid rgba(172,172,172, .3);    padding: 15px;    border-radius: 6px;    box-sizing: border-box;}.tile:hover{  border: 1px solid rgba(238, 112, 0, .5);  cursor: pointer;}.tile_desc{    margin-top: 5px;}.tile_data_0{ display:none;}.tile_data_1{    height: 40px;   width: 40px;   border-radius: 40px;   color: #ffffff;line-height: 40px;text-align: center;position: absolute;bottom: 15px;right: 15px;}.tile_arrow{   position: absolute;   right: 15px;   top: 15px;}.tile:hover .alternate_icon_button{	background-color: #FFE8CC;}.tile_active_0{color: #9e0b16;}.tile_small_txt{    font-size: 10px;    white-space: nowrap;    margin-top: 1px;    text-overflow: ellipsis;    overflow: hidden;}.tile_cb_wrapper{    position: absolute;    bottom: 15px;    left: 15px;    font-size:12px;    line-height:13px;    min-width: 60%;    max-width: 60%;}			.tile_cb_wrapper .small_title{    color: #606060;}		.tile_cb_img{ border: 1px solid #606060;  background-color: #efefef;  background-size: cover;   background-position: center center;   float:left;  margin-right: 5px;}					.tile_cb_name{white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}		.slide_tile		{			display: inline-block;			position: relative;			overflow: hidden;            height: 200px;			border-radius: 6px;			border-width: 1px;			border-style: solid;			border-color: rgba(173, 173, 173, .3);            margin-right: 15px;            margin-bottom: 15px;			background-color: #ffffff;		}				.slide_tile_contents		{		    border-bottom-width: 3px;		    border-bottom-style: solid;		    height: 198px;		}						.slide_tile:hover .slide_tile_contents		{		    margin-top:-195px;            transition: all 0.25s ease-out;		}				.slide_cb_wrapper .small_title {    color: #579F91;    padding-top: 7px;    padding-bottom: 1px;}.slide_tile_reverse {/*     background: #ffffff; */    padding: 15px;    height: 315px;    position: relative;    border: 1px solid rgba(172,172,172, .3);}.slide_tile_reverse_fields {    width: 100%;    display: inline;    position: relative;    float: left;}.slide_tile_reverse_field {    margin-bottom: 7px;    position: relative;    display: inline-block;    float: left;    width: 70%;}.slide_tile_reverse_top_btn {    position: absolute;    top: 15px;    right: 15px;    cursor: pointer;}.slide_tile_reverse_bottom_btn {    position: absolute;    bottom: 135px;    right: 15px;    cursor: pointer;}.slide_tile_reverse_top_btn .icon_40, .slide_tile_reverse_bottom_btn .icon_40{	background-color: #adadad;}.slide_tile_reverse_top_btn:hover, .slide_tile_reverse_bottom_btn:hover{	color: #ff8a00;}.slide_tile_reverse_top_btn:hover .icon_40, .slide_tile_reverse_bottom_btn:hover .icon_40{	background-color: #ff8a00;}.report_tile{	height: 220px;}.report_tile .slide_tile_contents{	height: 218px;    border-bottom-color: #59828f;}.report_tile:hover .slide_tile_contents{    margin-top:-218px;          transition: all 0.25s ease-out;}.report_tile:hover .report_tile_icon{z-index: 2;}.report_tile_icon{  position: absolute;  top: 127px;  left:15px;  width: calc(56% - 15px);  height: 130px;  background-color: #efefef;  background-size: cover;  border: 1px solid #efefef;}					.report_tile .tile_cb_wrapper{    width: 40%;    height: 88px;    bottom: -2px;    left: calc(56% + 15px);}	.report_tile .tile_cb_img{    float: none;}				.slide_tile_dd{   position: absolute;   top: 15px;   right: 15px;}	.report_tile:hover .tile {    overflow: visible;}.report_tile .slide_tile_reverse{    color: #fff;}	.report_tile .slide_tile_reverse_field{    display: -webkit-box;    width: 100%;    margin-top: 38px;}.report_tile .slide_tile_reverse_field ~ .slide_tile_reverse_field{	margin-top: 0;}.report_tile:hover .report_tile_icon{	z-index: 2;}.report_lib_icon{    width: 70%;    top: 85px;}.rp_tiles_list{	max-height:100px;	overflow:hidden;}.bo_tile_theme_title{	position:absolute;	bottom: 15px; 	right: 62px;	line-height:40px;}.cad_tile{position: relative;overflow: hidden;height: 230px;width:100%;}.cad_tile_content{background:#fff;}.cad_tile_icon{position:absolute;right:0px;bottom:0px;}  .cad_tile .primary_button{   position: absolute; bottom:0px;left:0px;width:96px;}.cad_tile .alternate_button{position:absolute;bottom:45px;left:0px;width:96px;}/* project status reports */.proj_tile_info_section_last_in_col{position: relative;width: 100%;}.proj_tile_info_section{position: relative;width: 100%;padding-bottom: 5px;}.proj_tile_info_column{width: 50%;position:relative;float: left;}.proj_tile_info_wrapper{height: 142px;width: 100%;position: relative;padding-top: 15px;}.tile_small_title{color:#606060;}.proj_tile_business_unit_icon{height: 60px;width: 60px;position: absolute;bottom: 15px;right: 15px;background-position: center;background-repeat: no-repeat;}.proj_tile_section_bubble{position:relative;width: 30px;height: 30px;float: left;}.proj_tile_container{display: inline-block;position: relative;overflow: hidden;height: 215px;border-radius: 6px;border-width: 1px;border-style: solid;border-color: rgba(173, 173, 173, .3);cursor: pointer;width:100%;}.proj_tile_container:hover .proj_tile_img_wrapper{margin-top:-210px;transition: all 0.25s ease-out;}.proj_tile_img_wrapper{height: 213px;width: 100%;border-radius: 6px 6px 0px 0px;transition: all 0.25s ease-out;position: relative;background-color:#ffffff;border-bottom: 3px solid;}.proj_tile_content_wrapper{background: #ffffff;padding: 15px;height: 210px;position: relative;}.proj_tile_overall_rag_bubble{width: 40px !important; /*important tags to overwrite default major_rag_x css*/height: 40px !important;border-radius: 20px;vertical-align: top;position: absolute !important;right: 15px;bottom: 15px;text-align: center;line-height:40px;color:#ffffff;}.proj_tile_pm_wrapper{position:relative;width: calc(100% - 15px);margin-left: 15px;padding-top: 15px;}.proj_tile_risk_issue_wrapper{width: 100%;display: inline-block;height: 38px;overflow: hidden;position: relative;display: flex;justify-content: space-around;padding-top: 5px;}.proj_tile_cb_wrapper .small_title{margin-top: 6px;margin-bottom: 2px;}.proj_tile_cb_wrapper{position: absolute;bottom: 15px;left: 15px;font-size:12px;line-height:13px;min-width: 60%;}.proj_tile_cb_img{border: 1px solid #606060; background-size: cover; background-position: center center; float:left;margin-right: 5px;background-color:#efefef;background-image:url('/Global/images/SVGs/Icons/People/Icon_only/icon_people_white.svg');}.project_tile_status_sausage_content{color:white;margin-top:3px;font-size: 12px;}.proj_tile_hrd_alternate{background-color: #ffffff;border-bottom-width: 3px;border-bottom-style: solid;padding: 15px;height: 196px;position: relative;transition: all 0.25s ease-out;}.proj_tile_alternate{height: 198px;background-color: #ffffff;}.proj_tile_alternate:hover .proj_tile_hrd_alternate{	margin-top: -193px;    transition: all 0.5s ease-out;    transition-delay: 0.25s;}.project_tile_status_sausage{width: calc(100% - 30px);height: 20px;border-radius: 10px;display:inline-block;position:absolute;text-align: center;top: 158px;left: 15px;}.project_tile_field{position: absolute;top: 158px;}.project_tile_field_lbl{display: inline-block;}.project_tile_sausage{display: inline-block;height: 20px;border-radius: 12px;width: 60px;text-align: center;line-height: 20px;color: white;}.project_tile_fieldset_wrapper{width: 100%;display: inline;position: relative;float: left;margin-top: 10px;}.project_tile_field_wrapper{margin-bottom: 7px;position: relative;display:inline-block;float: left;width: 25%;}.project_tile_field_wrapper_wide{margin-bottom: 7px;position: relative;display:inline-block;float: left;width: 100%;}.project_tile_content_wrapper{background: #ffffff;padding: 15px;height: 315px;position: relative;}.project_tile_IDfield{margin-bottom: 5px;}.static_tile_last_updated_wrapper{position: absolute;bottom: 15px;left: 15px;font-size:12px;line-height:13px;min-width: 60%;}.static_tile_profile_image{border: 1px solid #606060; background-size: cover; background-position: center center; float:left;margin-right: 5px;}.static_tile_updated_by_name{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.static_tile_last_updated_title{color: #606060;}.static_tile_update_date{font-size: 10px;white-space: nowrap;margin-top: 1px;text-overflow: ellipsis;overflow: hidden;}@media only screen and (max-width: 900px) and (min-width: 1px){    .two_col_tile_wrapper    {        width: 100%;    }}@media only screen and (min-width: 901px)  {    .two_col_tile_wrapper    {        width: calc(-8px + 50%);     }        .two_col_tile_wrapper:nth-child(2n+1)     {        margin-right: 15px;    }}.two_col_tile_wrapper{    height: 160px;    display: inline-block;    vertical-align: top;    margin-bottom: 15px;    position: relative;}.two_col_tile{    width:100%;    height: 160px;    background-color: white;    border-left: 5px solid;    border-color:inherit;    display: inline-block;    vertical-align: top;    cursor: pointer;    margin-bottom: 15px;    padding: 15px;    position: relative;    overflow: hidden;}.tct_image{    float:left;    margin-right: 2%;    width: 20%;    height: 100%;    background-color: #adadad;    background-size: cover;    background-position: center top;}.tct_detail{    display:inline-block;    vertical-align: top;    //padding-right: 30px;    width: 60%;    height:250px;    float: left;}.tct_stats {    display: inline-block;    height: 100%;    vertical-align: top;    width: 13%;    float:right;}.tct_stats_profile {    border-radius: 100px;    background-size: 100%;    background-position: center center;    width: 40px;    height: 40px;    margin: auto;}.tct_stats_date {    padding-top: 10px;    height: 40px;    width: 40px;    text-align: center;    border-radius: 30px;    margin: 0;    background-color: #ffffff;    margin: auto;    border: 1px solid;    border-color: inherit;}.tct_stats_text {    display: inline-block;    width: 100%;    vertical-align: top;    text-align:center;    padding-top:8px;    white-space: nowrap;}.two_col_tile:hover {	outline: 1px solid;	outline-color:inherit;}.two_col_tile:hover {	outline: 1px solid;	outline-color:inherit;}.thumbsup_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_thumbsup_white_100.svg);}.tick_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_tick_white_100.svg);}.time_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_time_white_100.svg);}.trafficlight_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_trafficlight_white_100.svg);}.training_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_training.svg);}.trophy_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_trophy_white_100.svg);}.umbrella_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_umbrella_white_100.svg);}.wastbasbeket_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_wastbasbeket_white_100.svg);}.wastepaper_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_wastepaper.svg);}.woman_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_woman_white_100.svg);}.berevement_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_berevement.svg);}.companyevent_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_companyevent.svg);}.edit_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_edit.svg);}.fire_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_fire_white_100.svg);}.heart_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_heart_white_100.svg);}.holiday_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_holiday.svg);}.house_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_house_white_100.svg);}.lieu_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_lieu.svg);}.linemanagement_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_linemanagement.svg);}.location_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_location_white_100.svg);}.mail_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_mail_white_100.svg);}.maintenance_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_maintenance_white_100.svg);}.man_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_man_white_100.svg);}.marketing_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_marketing.svg);}.meeting_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_meeting.svg);}.misc_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_misc.svg);}.performance_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_performance_white_100.svg);}.pharma_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_pharma_white_100.svg);}.phone_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_phone_white_100.svg);}.project_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_project.svg);}.publicholiday_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_publicholiday.svg);}.retail_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_retail_white_100.svg);}.role_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_role.svg);}.sales_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_sales.svg);}.search_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_search_white_100.svg);}.security_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_security_white_100.svg);}.settings_white_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_settings_white_100.svg);}.sickleave_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_sickleave.svg);}.starfull_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_starfull.svg);}.starline_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_starline.svg);}.task_silhouette{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouettes/icon_silhouette_task.svg);}.what_if_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_what_if.svg);}.wine_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_wine.svg);}.work_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_work.svg);}.workbook_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_workbook.svg);}.action_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_action.svg);}.admin_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_admin.svg);}.advanced_user_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_advanced_user.svg);}.agile_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_agile.svg);}.alerts_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_alerts.svg);}.announcements_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_announcements.svg);}.arrow_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_arrow.svg);}.arrow_full_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_arrow_full.svg);}.assumptions_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_assumptions.svg);}.attention_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_attention.svg);}.basic_user_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_basic_user.svg);}.beer_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_beer.svg);}.brick_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_brick.svg);}.catastrophe_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_catastrophe.svg);}.changes_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_changes.svg);}.chat_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_chat.svg);}.choose_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_choose.svg);}.cloud_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_cloud.svg);}.cocktail_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_cocktail.svg);}.coffee_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_coffee.svg);}.compass_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_compass.svg);}.connect_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_connect.svg);}.consulting_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_consulting.svg);}.cool_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_cool.svg);}.copy_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_copy.svg);}.creative_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_creative.svg);}.cross_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_cross.svg);}.customer_support_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_customer_support.svg);}.dashboard_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_dashboard.svg);}.database_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_database.svg);}.date_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_date.svg);}.decide_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_decide.svg);}.defence_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_defence.svg);}.deliver_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_deliver.svg);}.dependencies_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_dependencies.svg);}.design_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_design.svg);}.dispute_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_dispute.svg);}.document_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_document.svg);}.download_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_download.svg);}.download_doc_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_download_doc.svg);}.drag_drop_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_drag_drop.svg);}.dropdown_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_dropdown.svg);}.edit_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_edit.svg);}.educate_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_educate.svg);}.excalmation_mark_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_excalmation_mark.svg);}.exit_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_exit.svg);}.export_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_export.svg);}.eyedropper_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_eyedropper.svg);}.favourites_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_favourites.svg);}.filter_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_filter.svg);}.financials_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_financials.svg);}.frozen_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_frozen.svg);}.funds_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_funds.svg);}.gates_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_gates.svg);}.goals_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_goals.svg);}.good_is_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_good_is.svg);}.group_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_group.svg);}.happiness1_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_happiness1.svg);}.happiness2_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_happiness2.svg);}.happiness3_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_happiness3.svg);}.happiness4_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_happiness4.svg);}.happiness5_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_happiness5.svg);}.health_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_health.svg);}.history_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_history.svg);}.home_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_home.svg);}.hot_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_hot.svg);}.image_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_image.svg);}.info_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_info.svg);}.injection_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_injection.svg);}.insurance_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_insurance.svg);}.integtration_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_integtration.svg);}.issues_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_issues.svg);}.lager_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_lager.svg);}.launch_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_launch.svg);}.library_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_library.svg);}.linkedin_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_linkedin.svg);}.list_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_list.svg);}.listen_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_listen.svg);}.location_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_location.svg);}.mail_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_mail.svg);}.managed_services_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_managed_services.svg);}.manufacturing_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_manufacturing.svg);}.milestones_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_milestones.svg);}.minus_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_minus.svg);}.myth_busting_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_myth_busting.svg);}.navigation_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_navigation.svg);}.no_entry_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_no_entry.svg);}.notes_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_notes.svg);}.objectives_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_objectives.svg);}.octopus_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_octopus.svg);}.oil_gas_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_oil_gas.svg);}.paragraph_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_paragraph.svg);}.pdf_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pdf.svg);}.pending_approval_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pending_approval.svg);}.people_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_people.svg);}.performance_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_performance.svg);}.pharmaceuticals_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pharmaceuticals.svg);}.phone_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_phone.svg);}.pint_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pint.svg);}.planning_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_planning.svg);}.plus_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_plus.svg);}.pointer_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pointer.svg);}.portfolio_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_portfolio.svg);}.prediction_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_prediction.svg);}.print_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_print.svg);}.process_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_process.svg);}.profile_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_profile.svg);}.program_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_program.svg);}.project_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_project.svg);}.project_management_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_project_management.svg);}.property_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_property.svg);}.publication_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_publication.svg);}.pulse_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_pulse.svg);}.quality_control_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_quality_control.svg);}.question_mark_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_question_mark.svg);}.quickfix_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_quickfix.svg);}.radar_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_radar.svg);}.rag_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_rag.svg);}.ranking_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_ranking.svg);}.registration_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_registration.svg);}.reminder_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_reminder.svg);}.reporting_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_reporting.svg);}.resource_balancer_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_resource_balancer.svg);}.retail_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_retail.svg);}.review_prioritise_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_review_prioritise.svg);}.rework_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_rework.svg);}.ribbon_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_ribbon.svg);}.risk_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_risk.svg);}.roundtable_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_roundtable.svg);}.saas_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_saas.svg);}.save_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_save.svg);}.saved_search_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_saved_search.svg);}.scan_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_scan.svg);}.search_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_search.svg);}.season_autumn_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_season_autumn.svg);}.season_spring_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_season_spring.svg);}.season_summer_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_season_summer.svg);}.season_winter_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_season_winter.svg);}.security_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_security.svg);}.settings_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_settings.svg);}.settings_alt_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_settings_alt.svg);}.share_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_share.svg);}.sick_leave_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_sick_leave.svg);}.six_sigma_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_six_sigma.svg);}.skype_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_skype.svg);}.sprint_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_sprint.svg);}.star_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_star.svg);}.steps_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_steps.svg);}.strength_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_strength.svg);}.subscribe_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_subscribe.svg);}.summary_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_summary.svg);}.system_config_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_system_config.svg);}.table_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_table.svg);}.tag_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_tag.svg);}.team_executive_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_team_executive.svg);}.team_manager_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_team_manager.svg);}.team_member_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_team_member.svg);}.team_portfolio_manager_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_team_portfolio_manager.svg);}.team_project_manager_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_team_project_manager.svg);}.teddy_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_teddy.svg);}.ten_minute_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_ten_minute.svg);}.testing_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_testing.svg);}.text_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_text.svg);}.text_select_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_text_select.svg);}.thumbs_up_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_thumbs_up.svg);}.tick_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_tick.svg);}.ticket_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_ticket.svg);}.tiles_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_tiles.svg);}.time_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_time.svg);}.training_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_training.svg);}.transfer_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_transfer.svg);}.trophy_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_trophy.svg);}.trowel_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_trowel.svg);}.twitter_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_twitter.svg);}.upload_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_upload.svg);}.user_admin_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_user_admin.svg);}.video_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_video.svg);}.view_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_view.svg);}.view_approve_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_view_approve.svg);}.wastebasket_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_wastebasket.svg);}.webinar_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_webinar.svg);}.comments_silhouette_circle{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_comments.svg);}.workbook_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_workbook.svg);}.action_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_action.svg);}.admin_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_admin.svg);}.advanced_user_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_advanced_user.svg);}.agile_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_agile.svg);}.alerts_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_alerts.svg);}.allocate_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_allocate.svg);}.announcements_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_announcements.svg);}.arrow_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow.svg);}.arrow_full_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_arrow_full.svg);}.assumptions_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_assumptions.svg);}.attention_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_attention.svg);}.basic_user_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_basic_user.svg);}.beer_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_beer.svg);}.brick_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_brick.svg);}.catastrophe_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_catastrophe.svg);}.changes_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_changes.svg);}.chat_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_chat.svg);}.choose_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_choose.svg);}.cloud_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cloud.svg);}.cocktail_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cocktail.svg);}.coffee_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_coffee.svg);}.compass_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_compass.svg);}.connect_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_connect.svg);}.consulting_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_consulting.svg);}.cool_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cool.svg);}.copy_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_copy.svg);}.creative_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_creative.svg);}.cross_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_cross.svg);}.customer_support_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_customer_support.svg);}.dashboard_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_dashboard.svg);}.database_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_database.svg);}.date_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_date.svg);}.decide_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_decide.svg);}.defence_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_defence.svg);}.deliver_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_deliver.svg);}.dependencies_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_dependencies.svg);}.design_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_design.svg);}.dispute_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_dispute.svg);}.document_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_document.svg);}.download_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_download.svg);}.download_doc_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_download_doc.svg);}.drag_drop_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_drag_drop.svg);}.dropdown_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_dropdown.svg);}.edit_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_edit.svg);}.educate_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_educate.svg);}.excalmation_mark_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_excalmation_mark.svg);}.exit_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_exit.svg);}.export_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_export.svg);}.eydropper_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_eydropper.svg);}.favourites_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_favourites.svg);}.filter_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_filter.svg);}.financials_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_financials.svg);}.frozen_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_frozen.svg);}.funds_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_funds.svg);}.gates_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_gates.svg);}.goals_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_goals.svg);}.good_is_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_good_is.svg);}.group_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_group.svg);}.happiness1_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_happiness1.svg);}.happiness2_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_happiness2.svg);}.happiness3_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_happiness3.svg);}.happiness4_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_happiness4.svg);}.happiness5_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_happiness5.svg);}.health_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_health.svg);}.history_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_history.svg);}.home_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_home.svg);}.hot_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_hot.svg);}.image_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_image.svg);}.info_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_info.svg);}.injection_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_injection.svg);}.insurance_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_insurance.svg);}.integtration_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_integtration.svg);}.issues_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_issues.svg);}.lager_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_lager.svg);}.launch_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_launch.svg);}.law_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_law.svg);}.library_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_library.svg);}.linkedin_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_linkedin.svg);}.list_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_list.svg);}.listen_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_listen.svg);}.location_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_location.svg);}.mail_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_mail.svg);}.managed_services_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_managed_services.svg);}.manufacturing_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_manufacturing.svg);}.milestones_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_milestones.svg);}.minus_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_minus.svg);}.myth_busting_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_myth_busting.svg);}.navigation_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_navigation.svg);}.no_entry_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_no_entry.svg);}.notes_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_notes.svg);}.objectives_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_objectives.svg);}.octopus_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_octopus.svg);}.oil_gas_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_oil_gas.svg);}.paragraph_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_paragraph.svg);}.pdf_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pdf.svg);}.pending_approval_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pending_approval.svg);}.people_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_people.svg);}.performance_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_performance.svg);}.pharmaceuticals_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pharmaceuticals.svg);}.phone_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_phone.svg);}.pint_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pint.svg);}.planning_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_planning.svg);}.plus_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_plus.svg);}.pointer_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pointer.svg);}.portfolio_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_portfolio.svg);}.prediction_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_prediction.svg);}.print_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_print.svg);}.process_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_process.svg);}.profile_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_profile.svg);}.program_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_program.svg);}.project_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_project.svg);}.project_management_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_project_management.svg);}.property_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_property.svg);}.publication_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_publication.svg);}.pulse_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_pulse.svg);}.quality_control_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_quality_control.svg);}.question_mark_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_question_mark.svg);}.quickfix_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_quickfix.svg);}.radar_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_radar.svg);}.rag_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_rag.svg);}.ranking_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_ranking.svg);}.registration_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_registration.svg);}.reminder_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_reminder.svg);}.reporting_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_reporting.svg);}.resource_balancer_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_resource_balancer.svg);}.retail_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_retail.svg);}.review_prioritise_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_review_prioritise.svg);}.rework_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_rework.svg);}.ribbon_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_ribbon.svg);}.risk_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_risk.svg);}.roundtable_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_roundtable.svg);}.saas_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_saas.svg);}.save_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_save.svg);}.saved_search_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_saved_search.svg);}.scan_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_scan.svg);}.search_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_search.svg);}.season_autumn_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_season_autumn.svg);}.season_spring_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_season_spring.svg);}.season_summer_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_season_summer.svg);}.season_winter_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_season_winter.svg);} .security_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_security.svg);}.settings_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_settings.svg);}.settings_alt_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_settings_alt.svg);}.share_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_share.svg);}.sick_leave_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_sick_leave.svg);}.six_sigma_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_six_sigma.svg);}.skype_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_skype.svg);}.sprint_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_sprint.svg);}.star_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_star.svg);}.steps_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_steps.svg);}.strength_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_strength.svg);}.subscribe_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_subscribe.svg);}.summary_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_summary.svg);}.system_config_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_system_config.svg);}.table_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_table.svg);}.tag_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_tag.svg);}.team_executive_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_team_executive.svg);}.team_manager_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_team_manager.svg);}.team_member_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_team_member.svg);}.team_portfolio_manager_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_team_portfolio_manager.svg);}.team_project_manager_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_team_project_manager.svg);}.teddy_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_teddy.svg);}.ten_minute_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_ten_minute.svg);}.testing_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_testing.svg);}.text_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_text.svg);}.text_select_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_text_select.svg);}.thumbs_up_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_thumbs_up.svg);}.tick_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_tick.svg);}.ticket_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_ticket.svg);}.tiles_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_tiles.svg);}.time_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_time.svg);}.training_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_training.svg);}.transfer_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_transfer.svg);}.trophy_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_trophy.svg);}.trowel_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_trowel.svg);}.twitter_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_twitter.svg);}.upload_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_upload.svg);}.user_admin_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_user_admin.svg);}.video_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_video.svg);}.view_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_view.svg);}.view_approve_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_view_approve.svg);}.wastebasket_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_wastebasket.svg);}.webinar_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_webinar.svg);}.what_if_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_what_if.svg);}.wine_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_wine.svg);}.work_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_work.svg);}.comments_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_comments.svg);}.folder_silhouette_square{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_square_folder.svg);}.what_if_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_what_if.svg);}.wine_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_wine.svg);}.work_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_work.svg);}.workbook_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_workbook.svg);}.action_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_action.svg);}.admin_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_admin.svg);}.advanced_user_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_advanced_user.svg);}.agile_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_agile.svg);}.alerts_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_alerts.svg);}.announcements_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_announcements.svg);}.arrow_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_arrow.svg);}.arrow_full_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_arrow_full.svg);}.assumptions_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_assumptions.svg);}.attention_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_attention.svg);}.basic_user_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_basic_user.svg);}.beer_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_beer.svg);}.brick_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_brick.svg);}.catastrophe_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_catastrophe.svg);}.changes_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_changes.svg);}.chat_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_chat.svg);}.choose_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_choose.svg);}.cloud_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_cloud.svg);}.cocktail_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_cocktail.svg);}.coffee_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_coffee.svg);}.compass_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_compass.svg);}.connect_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_connect.svg);}.consulting_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_consulting.svg);}.cool_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_cool.svg);}.copy_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_copy.svg);}.creative_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_creative.svg);}.cross_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_cross.svg);}.customer_support_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_customer_support.svg);}.dashboard_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_dashboard.svg);}.database_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_database.svg);}.date_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_date.svg);}.decide_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_decide.svg);}.defence_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_defence.svg);}.deliver_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_deliver.svg);}.dependencies_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_dependencies.svg);}.design_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_design.svg);}.dispute_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_dispute.svg);}.document_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_document.svg);}.download_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_download.svg);}.download_doc_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_download_doc.svg);}.drag_drop_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_drag_drop.svg);}.dropdown_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_dropdown.svg);}.edit_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_edit.svg);}.educate_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_educate.svg);}.excalmation_mark_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_excalmation_mark.svg);}.exit_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_exit.svg);}.export_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_export.svg);}.eyedropper_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_eyedropper.svg);}.favourites_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_favourites.svg);}.filter_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_filter.svg);}.financials_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_financials.svg);}.frozen_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_frozen.svg);}.funds_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_funds.svg);}.gates_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_gates.svg);}.goals_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_goals.svg);}.good_is_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_good_is.svg);}.group_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_group.svg);}.happiness1_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_happiness1.svg);}.happiness2_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_happiness2.svg);}.happiness3_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_happiness3.svg);}.happiness4_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_happiness4.svg);}.happiness5_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_happiness5.svg);}.health_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_health.svg);}.history_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_history.svg);}.home_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_home.svg);}.hot_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_hot.svg);}.image_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_image.svg);}.info_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_info.svg);}.injection_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_injection.svg);}.insurance_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_insurance.svg);}.integtration_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_integtration.svg);}.issues_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_issues.svg);}.lager_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_lager.svg);}.launch_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_launch.svg);}.library_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_library.svg);}.linkedin_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_linkedin.svg);}.list_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_list.svg);}.listen_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_listen.svg);}.location_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_location.svg);}.mail_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_mail.svg);}.managed_services_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_managed_services.svg);}.manufacturing_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_manufacturing.svg);}.milestones_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_milestones.svg);}.minus_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_minus.svg);}.myth_busting_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_myth_busting.svg);}.navigation_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_navigation.svg);}.no_entry_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_no_entry.svg);}.notes_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_notes.svg);}.objectives_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_objectives.svg);}.octopus_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_octopus.svg);}.oil_gas_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_oil_gas.svg);}.paragraph_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_paragraph.svg);}.pdf_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pdf.svg);}.pending_approval_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pending_approval.svg);}.people_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_people.svg);}.performance_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_performance.svg);}.pharmaceuticals_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pharmaceuticals.svg);}.phone_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_phone.svg);}.pint_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pint.svg);}.planning_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_planning.svg);}.plus_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_plus.svg);}.pointer_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pointer.svg);}.portfolio_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_portfolio.svg);}.prediction_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_prediction.svg);}.print_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_print.svg);}.process_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_process.svg);}.profile_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_profile.svg);}.program_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_program.svg);}.project_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_project.svg);}.project_management_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_project_management.svg);}.property_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_property.svg);}.publication_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_publication.svg);}.pulse_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_pulse.svg);}.quality_control_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_quality_control.svg);}.question_mark_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_question_mark.svg);}.quickfix_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_quickfix.svg);}.radar_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_radar.svg);}.rag_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_rag.svg);}.ranking_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_ranking.svg);}.registration_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_registration.svg);}.reminder_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_reminder.svg);}.reporting_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_reporting.svg);}.resource_balancer_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_resource_balancer.svg);}.retail_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_retail.svg);}.review_prioritise_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_review_prioritise.svg);}.rework_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_rework.svg);}.ribbon_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_ribbon.svg);}.risk_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_risk.svg);}.roundtable_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_roundtable.svg);}.saas_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_saas.svg);}.save_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_save.svg);}.saved_search_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_saved_search.svg);}.scan_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_scan.svg);}.search_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_search.svg);}.season_autumn_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_season_autumn.svg);}.season_spring_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_season_spring.svg);}.season_summer_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_season_summer.svg);}.season_winter_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_season_winter.svg);}.security_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_security.svg);}.settings_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_settings.svg);}.settings_alt_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_settings_alt.svg);}.share_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_share.svg);}.sick_leave_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_sick_leave.svg);}.six_sigma_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_six_sigma.svg);}.skype_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_skype.svg);}.sprint_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_sprint.svg);}.star_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_star.svg);}.steps_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_steps.svg);}.strength_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_strength.svg);}.subscribe_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_subscribe.svg);}.summary_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_summary.svg);}.system_config_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_system_config.svg);}.table_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_table.svg);}.tag_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_tag.svg);}.team_executive_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_team_executive.svg);}.team_manager_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_team_manager.svg);}.team_member_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_team_member.svg);}.team_portfolio_manager_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_team_portfolio_manager.svg);}.team_project_manager_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_team_project_manager.svg);}.teddy_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_teddy.svg);}.ten_minute_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_ten_minute.svg);}.testing_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_testing.svg);}.text_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_text.svg);}.text_select_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_text_select.svg);}.thumbs_up_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_thumbs_up.svg);}.tick_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_tick.svg);}.ticket_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_ticket.svg);}.tiles_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_tiles.svg);}.time_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_time.svg);} .training_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_training.svg);}.transfer_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_transfer.svg);}.trophy_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_trophy.svg);}.trowel_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_trowel.svg);}.twitter_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_twitter.svg);}.upload_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_upload.svg);}.user_admin_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_user_admin.svg);}.video_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_video.svg);}.view_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_view.svg);}.view_approve_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_view_approve.svg);}.wastebasket_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_wastebasket.svg);}.webinar_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_webinar.svg);}.comments_silhouette_circe_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle_efefef/icons_silhouette_comments.svg);}.workbook_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_workbook.svg);}.action_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_action.svg);}.admin_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_admin.svg);}.advanced_user_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_advanced_user.svg);}.agile_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_agile.svg);}.alerts_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_alerts.svg);}.announcements_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_announcements.svg);}.arrow_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_arrow.svg);}.arrow_full_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_arrow_full.svg);}.assumptions_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_assumptions.svg);}.attention_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_attention.svg);}.basic_user_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_basic_user.svg);}.beer_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_beer.svg);}.brick_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_brick.svg);}.catastrophe_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_catastrophe.svg);}.changes_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_changes.svg);}.chat_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_chat.svg);}.choose_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_choose.svg);}.cloud_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_cloud.svg);}.cocktail_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_cocktail.svg);}.coffee_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_coffee.svg);}.compass_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_compass.svg);}.connect_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_connect.svg);}.consulting_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_consulting.svg);}.cool_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_cool.svg);}.copy_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_copy.svg);}.creative_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_creative.svg);}.cross_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_cross.svg);}.customer_support_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_customer_support.svg);}.dashboard_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_dashboard.svg);}.database_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_database.svg);}.date_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_date.svg);}.decide_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_decide.svg);}.defence_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_defence.svg);}.deliver_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_deliver.svg);}.dependencies_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_dependencies.svg);}.design_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_design.svg);}.dispute_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_dispute.svg);}.document_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_document.svg);}.download_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_download.svg);}.download_doc_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_download_doc.svg);}.drag_drop_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_drag_drop.svg);}.dropdown_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_dropdown.svg);}.edit_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_edit.svg);}.educate_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_educate.svg);}.excalmation_mark_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_excalmation_mark.svg);}.exit_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_exit.svg);}.export_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_export.svg);}.eydropper_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_eydropper.svg);}.favourites_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_favourites.svg);}.filter_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_filter.svg);}.financials_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_financials.svg);}.frozen_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_frozen.svg);}.funds_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_funds.svg);}.gates_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_gates.svg);}.goals_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_goals.svg);}.good_is_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_good_is.svg);}.group_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_group.svg);}.happiness1_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_happiness1.svg);}.happiness2_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_happiness2.svg);}.happiness3_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_happiness3.svg);}.happiness4_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_happiness4.svg);}.happiness5_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_happiness5.svg);}.health_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_health.svg);}.history_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_history.svg);}.home_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_home.svg);}.hot_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_hot.svg);}.image_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_image.svg);}.info_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_info.svg);}.injection_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_injection.svg);}.insurance_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_insurance.svg);}.integtration_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_integtration.svg);}.issues_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_issues.svg);}.lager_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_lager.svg);}.launch_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_launch.svg);}.law_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_law.svg);}.library_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_library.svg);}.linkedin_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_linkedin.svg);}.list_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_list.svg);}.listen_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_listen.svg);}.location_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_location.svg);}.mail_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_mail.svg);}.managed_services_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_managed_services.svg);}.manufacturing_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_manufacturing.svg);}.milestones_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_milestones.svg);}.minus_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_minus.svg);}.myth_busting_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_myth_busting.svg);}.navigation_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_navigation.svg);}.no_entry_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_no_entry.svg);}.notes_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_notes.svg);}.objectives_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_objectives.svg);}.octopus_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_octopus.svg);}.oil_gas_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_oil_gas.svg);}.paragraph_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_paragraph.svg);}.pdf_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pdf.svg);}.pending_approval_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pending_approval.svg);}.people_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_people.svg);}.performance_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_performance.svg);}.pharmaceuticals_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pharmaceuticals.svg);}.phone_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_phone.svg);}.pint_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pint.svg);}.planning_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_planning.svg);}.plus_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_plus.svg);}.pointer_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pointer.svg);}.portfolio_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_portfolio.svg);}.prediction_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_prediction.svg);}.print_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_print.svg);}.process_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_process.svg);}.profile_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_profile.svg);}.program_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_program.svg);}.project_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_project.svg);}.project_management_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_project_management.svg);}.property_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_property.svg);}.publication_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_publication.svg);}.pulse_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_pulse.svg);}.quality_control_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_quality_control.svg);}.question_mark_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_question_mark.svg);}.quickfix_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_quickfix.svg);}.radar_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_radar.svg);}.rag_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_rag.svg);}.ranking_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_ranking.svg);}.refresh_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_refresh.svg);}.reload_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_reload.svg);}.registration_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_registration.svg);}.reminder_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_reminder.svg);}.reporting_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_reporting.svg);}.resource_balancer_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_resource_balancer.svg);}.retail_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_retail.svg);}.review_prioritise_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_review_prioritise.svg);}.rework_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_rework.svg);}.ribbon_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_ribbon.svg);}.risk_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_risk.svg);}.roundtable_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_roundtable.svg);}.saas_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_saas.svg);}.save_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_save.svg);}.saved_search_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_saved_search.svg);}.scan_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_scan.svg);}.search_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_search.svg);}.season_autumn_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_season_autumn.svg);}.season_spring_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_season_spring.svg);}.season_summer_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_season_summer.svg);}.season_winter_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_season_winter.svg);}.security_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_security.svg);}.settings_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_settings.svg);}.settings_alt_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_settings_alt.svg);}.share_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_share.svg);}.sick_leave_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_sick_leave.svg);}.six_sigma_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_six_sigma.svg);}.skype_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_skype.svg);}.sprint_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_sprint.svg);}.star_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_star.svg);}.steps_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_steps.svg);}.strength_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_strength.svg);}.subscribe_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_subscribe.svg);}.summary_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_summary.svg);}.system_config_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_system_config.svg);}.table_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_table.svg);}.tag_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_tag.svg);}.team_executive_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_team_executive.svg);}.team_manager_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_team_manager.svg);}.team_member_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_team_member.svg);}.team_portfolio_manager_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_team_portfolio_manager.svg);}.team_project_manager_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_team_project_manager.svg);}.teddy_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_teddy.svg);}.ten_minute_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_ten_minute.svg);}.testing_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_testing.svg);}.text_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_text.svg);}.text_select_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_text_select.svg);}.thumbs_up_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_thumbs_up.svg);}.tick_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_tick.svg);}.ticket_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_ticket.svg);}.tiles_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_tiles.svg) ;}.time_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_time.svg);}.training_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_training.svg);}.transfer_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_transfer.svg);}.trophy_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_trophy.svg);}.trowel_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_trowel.svg);}.twitter_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_twitter.svg);}.upload_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_upload.svg);}.user_admin_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_user_admin.svg);}.video_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_video.svg);}.view_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_view.svg);}.view_approve_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_view_approve.svg);}.wastebasket_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_wastebasket.svg);}.webinar_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_webinar.svg);}.what_if_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_what_if.svg);}.wine_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_wine.svg);}.work_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_work.svg);}.comments_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_comments.svg);}.folder_silhouette_square_efefef{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_efefef/icons_silhouette_folder.svg);}.copy_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_copy.svg);}.dependencies_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_dependencies.svg);}.educate_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_educate.svg);}.filter_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_filter.svg);}.graph_plus_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_graph_plus.svg);}.group_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_group.svg);}.history_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_history.svg);}.info_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_info.svg);}.paper_plus_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_paper_plus.svg);}.people_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_people.svg);}.plus_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_plus.svg);}.report_plus_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_report_plus.svg);}.settings_alt_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_settings_alt.svg);}.subscriptions_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_subscriptions.svg);}.wastebasket_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_wastebasket.svg);}.cross_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_close.svg);}.summary_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_doc_list.svg);}.document_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_document.svg);}.save_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_save.svg);}.library_silhouette_square_303030{ background-size: 103%; background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square_303030/Icon_Library.svg);}/*User profile action container*/.UMANAGER_action_dropdown_container{	position: absolute;	top: -52px;	right: 0px;	display: none;}.UMANAGER_action_dropdown_container_show{	display: block;}/*Password reset*/.UMANAGER_password_reset_container{	padding: 15px 0px 10px 0px;	color: #606060;	background-color: transparent;	position: relative;	min-height: auto;}.UMANAGER_error_message{	position: absolute;	top: calc(100% - 12px);	font-size: 12px;	color: #9e0b16;}/*Upload profile image*/.UMANAGER_profile_edit_button {	position: absolute;	top: 0;	right: 0;	background-color: #adadad;		z-index: 1;	cursor: pointer;}.UMANAGE_dropzone_wrapper{	position: relative;	margin-top: 35px;}.UMANAGE_profile_pic_icon{	width: 100%;}/*Update user edit profile*/.UMANAGER_edit_profile_wrapper{	position: absolute;	top: 0px;	left: calc(100% + 30px);	min-height: 0%;	min-width: 100%;		-webkit-transition: all 600ms ease-in-out;	transition: all 600ms ease-in-out;		background-color: #ffffff;		padding: 15px;	box-sizing: border-box;	border-radius: 3px;		z-index: 1;}.UMANAGER_edit_profile_wrapper_show{	left: 0%;	min-height: 100%;	}.UMANAGER_edit_profile_button_wrapper{	position: absolute;	right: 15px;	top: 15px;}.UMANAGER_edit_profile_close_button, .UMANAGER_edit_profile_save_button{	display: inline-block;	vertical-align: top;	height: 30px;}.UMANAGER_edit_profile_close_button{	margin-right: 10px;}.UMANAGER_profile_edit_button_round{	position:absolute;	bottom:0px;	left:0px;	background-color:#adadad;	z-index:1;	cursor:pointer;	height:24px !important;	width:24px !important;	border-radius:12px;}.UMANAGER_profile_edit_button_round:hover{	background-color: #ff8a00;}/***COPIED FROM USER-ADMIN: need to think of a way to functionalise this***/.UMANAGER_field_label_input{	position: relative;    margin-bottom: 10px;}.UMANAGER_field_label_input .UMANAGER_fields, .UMANAGER_field_label_input .UMANAGER_field_label,.UMANAGER_field_label_input .UMANAGER_field_readonly{	display: inline-block;	vertical-align: top;}.UMANAGER_field_label{	width: 110px;	height: 30px;	line-height: 30px;	text-align: left;	box-sizing: border-box;	font-size: 12px;}.UMANAGER_fields, .UMANAGER_field_readonly{	font-size: 12px;    border: none 0 transparent;    min-height: 30px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;	 padding-left: 7px;    padding-right: 7px;       box-sizing: border-box;    height: 30px;    color: #606060;}.UMANAGER_fields { background-color: #efefef; }.UMANAGER_field_readonly{ background-color: transparent; }.UMANAGER_user_auto_complete_input{	width: 50%;	min-width: 250px;}.UMANAGER_field_wrapper{	display: inline-block;	vertical-align: top;}.notification_bubble{	min-width: 13px;    min-height: 13px;    background-color: #9e0b16;    position: absolute;    border-radius: 7px;    margin-left: 19px;    margin-top: -5px;    color:white;    text-align: center;    font-size: 10px;    line-height:13px;    transition: opacity 2.5s ease-in-out;    opacity:0;    padding: 0px 4px;}.notification_popup_wrap{    background-color: white;    width: 300px;    height: 400px;    overflow-y: auto;    bottom: 60px;    position: fixed;    right: 40px;    border: 1px solid #adadad;    padding: 16px;    border-radius: 6px;    box-shadow: 0px 0px 10px #adadad}.notification_popup_wrap::-webkit-scrollbar{	width: 0px;}.notification_popup_item{    min-height: 32px;    vertical-align: middle;    background-color: white;    border-radius: 6px;    padding: 8px;    margin-bottom: 8px;    cursor:pointer;    outline: 1px solid #adadad;}.notification_popup_item:hover{	outline: 1px solid #ee7000;}.notification_popup_text{	width: calc(100% - 32px);	margin-left: 8px;	display:inline-block;}.notification_popup_profile{	display: inline-block;	width: 24px;	vertical-align: top;}.notification_conversation_preview_wrap{    max-height: 800px;    height: 100%;    width: 432px;    overflow-y: auto;    background-color: white;    padding-top: 0px;}.notification_conversation_preview_wrap .TL_comment_day_wrapper{	color:black;	margin-top: 16px;	margin-bottom: 16px;}.notification_conversation_preview_wrap .TL_comment_day_wrapper:before, .notification_conversation_preview_wrap .TL_comment_day_wrapper:after{	border-top: 1px solid black;	width: 40%;}.notification_conversation_title_wrap{    position: fixed;    background-color: white;    width: 400px;    padding-top: 16px;    z-index: 99;}.notification_conversation_title{    font-weight: 800;    letter-spacing: -1px;    color: black;    font-size: 16px;    display: inline-block;    height: 32px;    cursor: pointer;}.notification_conversation_title:hover;{	color: #ee7000;	}.notification_conversation_participant_wrap{	display: inline-block;	float: right;}.notif_convo_preview_comment_wrap{	position:fixed;	bottom: 61px;	width: 400px;	background-color: white;}.notification_conversation_timeline_wrap{    position: absolute;    bottom: 48px;    width: 400px;    max-height: 752px;    overflow-y: auto;}.notification_conversation_timeline_wrap::-webkit-scrollbar{	width: 0px;}.notif_convo_preview_comment_box{ 	width: 100%;     margin-bottom: 16px;    height: 32px;    border-radius: 3px;    border-width: 1px;}.notification_popup_category_wrap:not(:first-child){	margin-top: 16px;}.notification_popup_category{	height: 30px;    width: 100%;    margin-bottom: 16px;    line-height: 30px;}.notification_popup_category div{	display: inline-block;	vertical-align: top;}.notification_popup_category_title{	color: black;	font-weight: 800;	letter-spacing: -1px;}.notification_popup_category_see_all{	color: #ff8a00;    font-size: 8px;    cursor: pointer;    float: right;    line-height: 30px;}.notification_popup_category_see_all:hover{	color: #ee7000;}.work_calendar{	overflow-x: scroll;	white-space: nowrap;}.work_calendar table { 	border-spacing: 0;}.work_calendar div {	//width: 280px;}.work_calendar td {	height: 40px;    width: 40px;	text-align: center;	border: 1px solid #fff;	border-bottom: none;	border-left: none;}.key_color {	height: 28px;	width: 28px;	border-radius: 3px;	vertical-align: middle;}.work_calendar_key{	position: absolute;	right: 0px;	top: -48px;}.work_calendar_key div {	display: inline-block;}.key_label_holiday{	width: 75px;	text-align: right;	vertical-align: middle;    line-height: 14px;    padding-right: 3px;    margin-left: 0px;}.POPUP_holiday{    background-color: #999999!important;    width: auto;}.popup_prompt{   font-weight: normal;   color: white;}.popup_confirm{   height: 50px;   width: 230px;}.cal_instruct{    color: #adadad;    display:block !important;	margin-top: 10px;    text-align: right;}/*Calendar (Region Detail)*/.non_working_day {	background-color: #dddddd;}.not_allocated {	background-color: #efefef;}.under_allocated {	background-color: #579F91;}.fully_allocated {	background-color: #0f2c4b;	color: #fff;}.over_allocated {	background-color: #9e0b16;	color: #fff;}.time_off {	background-color: #114d78;	color: #fff;}.time_off_but_allocated{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAASElEQVQoU2MU9K34zwAFvfvmwphgutgpmYERpgCbJEgRWAEuSbCCedyicCtgxiLbg6IAZCcyAJkMV4BNEm4FLkm4I9GNReYDAENVI1EEEewwAAAAAElFTkSuQmCC);	color: #fff;}.calendar_label {	background-color: #dddddd;	width: 100%;	border: none;	font-size: 12px;	padding: 13px;	border-right: 1px solid #fff;}.calendar:last-of-type .calendar_label{	border-right: none;}.calendar {	display: inline-block;}.calendar table{    border-spacing: 1px;}.calendar:last-of-type > table > tr > td:last-of-type {    border-right: none !important;}.key_label {	width: 75px;	text-align: right;	vertical-align: middle;    line-height: 14px;    word-spacing: 70px;    padding-right: 3px;}html, body {	font-family: arial, helvetica, sans-serif;	min-height: 100vh;	min-width: 568px !important;	padding: 0;	margin: 0;	font-size: 12px;	color: #606060;	background-color: #efefef;	background-size: cover;	box-sizing: border-box;	/*display:relative;*/}@font-face {	font-family: arial, helvetica, sans-serif;}*, *:after, *:before {	box-sizing: inherit;} /*General Overrides*/input, textarea, select{	font-family: helvetica, arial, sans-serif;}iframe{	border: none;}table{	font-size: 12px;	color: #606060;}#click_overlay{	width: 100%;	height: 100vh;	position:fixed;	z-index:2000;}::-webkit-scrollbar{  width: 12px;  height: 12px;}::-webkit-scrollbar-track{  border:1px solid #adadad;  border-radius: 10px;}::-webkit-scrollbar-thumb{  background: #adadad;  border-radius: 20px;}::-webkit-scrollbar-thumb:hover{  background: #606060; }@media print{	/*    @page {size: landscape}     html    {        height:100%;         margin: 0 !important;         padding: 0 !important;        overflow: hidden;    }    .col_wide_1     {        width: calc(25% - 30px);    }    .col_wide_2     {        width: calc(50% - 30px);    }    .col_wide_3     {        width: calc(75% - 30px);    }    .col_wide_4     {        width: calc(100% - 30px);    }    */}/*layout convience classes*/.inline{ 	display: inline-block;}p{	margin: 0;}.no_pointer_events{	pointer-events: none;}.float_right{	float: right !important;	}.float_left{	float: left !important;	}/*Text Styles*/.page_title, .max_title {	font-size: 28px;    color: black;    letter-spacing: -1px;    font-weight: 800;}h1,h2, .medium_title, .large_title{    color: black;    letter-spacing: -1px;    font-weight: 800;}h1, .large_title { 	font-size: 20px; }h2, .medium_title{ 	font-size: 16px; }h3, .small_title   { 	color: #579F91;	font-size: 12px; 	font-weight: bold;}a{	text-decoration: none;    color: #ff8a00;	    cursor: pointer;}a:active, a:hover, a:visited{    text-decoration: none;    color: #ee7000;}a.white_link{	text-decoration: none;    color: white;	    cursor: pointer;}a.white_link:active, a.white_link:hover, a.white_link:visited{    text-decoration: none;    color: #ee7000;}.body_copy{	font-size: 12px; 		color: #606060;}.small_txt{	font-size:10px;	color: #606060;}.two_line, .three_line, .one_line{    text-overflow: ellipsis;    overflow: hidden;    display: -webkit-box;    -webkit-box-orient: vertical;}.three_line{		-webkit-line-clamp: 3;}.two_line{	-webkit-line-clamp: 2;}.one_line{	-webkit-line-clamp: 1;}.profile_img_24, .profile_img_30, .profile_img_40, .profile_img_70{	background-repeat: no-repeat;    background-position: center center;	background-size: cover;    background-color: #adadad;    color: #ffffff;    border-radius: 200px;    display:inline-block;}.profile_img_24[tooltip]:hover:after, .profile_img_30[tooltip]:hover:after, .profile_img_40[tooltip]:hover:after, .profile_img_70[tooltip]:hover:after{    animation: ttipfade 2s forwards; }.profile_img_24{	height: 24px;	width: 24px;		line-height: 24px;}.profile_img_30{	height: 30px;	width:  30px;	line-height: 30px;}.profile_img_40{	height: 40px;	width:  40px;	line-height: 40px;}.profile_img_70{	height: 70px;	width:  70px;	line-height: 70px;}.profile_wrap{	display: table;}.profile_lbl_right{	display: table-cell;    vertical-align: middle;    padding-left: 5px;}.profile_lbl_right .profile_title{	line-height: 12px;}.profile_title{    color: #606060;    font-weight: bold;}.profile_subtitle{	font-size: 10px;    margin-top: 1px;}.large_profile_title{	font-size: 16px;}.large_profile_sub_title{ 	font-size: 10px;}.large_profile_title_wrap{	display: inline-block;    height: 70px;    vertical-align: top;    padding-top: 10px;    text-align: left;    margin-left: 7px;}.profile_cascade{/*     margin-right: 15px; */    border: 1px solid #ffffff;    border-radius: 100px;    margin-top: -2px;    background-size: 100%;    background-position: center center;    position: absolute;    background-color:#adadad;}.profile_cascade_others{	font-size: 10px;    position: absolute;    margin-left: 33px;    margin-top: 33px;    white-space: nowrap;}.show{	display:inline-block;}.hide{	display:none;}.invisible{	visibility: hidden;	display:block;}.invisible_fixed{	visibility: hidden;	display: block;	position: fixed;}.DASH_dashboard_wrapper.invisible{	display: block;}hr{	border: 1px solid #adadad;}.editor_info_col{	display: inline-block;    max-width: 20%;    vertical-align: top;    margin-right: 60px;    min-width: 250px;}.editor_info_col_flex{    display: inline-flex;    flex-flow: column wrap;    max-height: 300px;    max-width: 100%;    vertical-align: top;    margin-right: 60px;    min-width: 250px;}.editor_info_col_flex > .form_field_wrapper{	margin-right: 60px;}.editor_sec_col{    display: inline-block;    vertical-align: top;    margin-right: 60px;    min-width: 500px;}.component_full_width{	width: 100%;}.overflow_hidden{	overflow: hidden;	touch-action: pinch-zoom;}.flyin_override{	overflow: hidden;	touch-action: auto;}#search_flyin .DASH_tutorial_btn{	visibility: hidden;}#search_flyin, #dashboard_flyin{	top: 60px;	overflow: auto;	height: calc(100% - 60px);}.menu_override{	overflow: hidden;	touch-action: auto;}div[tooltip]:hover:after {    content: attr(tooltip);    padding: 4px 8px;    color: #606060;    background: #f0f0f0;    -moz-border-radius: 3px;     border-radius: 3px;    -moz-box-shadow: 0px 0px 4px #222;    box-shadow: 0px 0px 4px #222;    z-index: 49;    font-size: 11px;    position: absolute;    top: 27px;    white-space: pre;    line-height: 20px;	z-index:100000;	pointer-events: none;}::selection{	background-color: #efefef;}.relative{	position: relative;}.movable{	cursor: move;}@media print{		/*		SB 50 - IMPORTANT.....dont forget to create the print classes...we had them in the old list.						*/}.pointer {	cursor: pointer;}