﻿/* Table of Contents:
	Typography
	Utility
	Workspace
    AccordionLayout
    TableLayout
    AJAXPopup
    ConfirmationForm 
    loginStatus
    ModalFrameUploader
    Form
    TabbedLayout
    DataNavigator
    Tree
    Grid
    Grid2
    GridViewEx
    DemandPager
    Menu
    PageFlow
    Report
    CustomValidation
    ValidationSummary
    MasterPage
    Membership
    Help
    Error.aspx
    PageExpired.aspx
    ContactUs.aspx
    ContactUsPreliminary.aspx
    Metadata
    TinyMCE
    Body
*/

/* Typography
--------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Rovensys';
    src: url('Rovensys.eot');
    src: url('Rovensys.eot?#Rov') format('embedded-opentype'), url('Rovensys.ttf?#Rov') format('truetype'), url('Rovensys.svg#Rov') format('svg'), url('Rovensys.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RovensysIcons';
    src: url('icomoon.eot');
    src: url('icomoon.eot?#Rov') format('embedded-opentype'), url('icomoon.ttf?#Rov') format('truetype'), url('icomoon.svg#Rov') format('svg'), url('icomoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial;
}

.footer {
    font-size: 11px;
}

.locales {
    margin: 5px 5px 0 0;
    float: right;
}

a[disabled], a.aspNetDisabled {
    color: gray;
    cursor: default;
}

ol, ul {
    margin-left: 12px;
}

.main {
    position: relative;
}

*:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #424242;
}

a:focus {
    border-radius: 4px;
}

div.panelHomeButton > a {
    box-shadow: none;
}

/* Utility
--------------------------------------------------------------------------------------- */
.clear {
    clear: both;
}

.fullwidth {
    width: 100%
}

.fullwidthform .f_grouptable {
    width: 100%;
}

.important {
    color: red;
    font-weight: bold;
}

.red {
    color: red;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

/* Workspace
--------------------------------------------------------------------------------------- */
.workspace {
}

.ws_leftcol {
    width: 225px;
    float: left;
    overflow: hidden;
}

.ws_leftClickPanel {
    height: 22px;
    padding-top: 10px;
    border-bottom: dotted 1px #cccccc;
    color: #929292;
    font-size: 11px;
}

.workspace .ws_leftClickPanel a {
    color: #929292;
    font-size: 11px;
}

.ws_leftClickPanel a:hover {
    text-decoration: underline;
}

.ws_leftbutton {
    position: absolute;
    left: 0px;
    height: 32px;
    width: 20px;
    cursor: pointer;
    background: url("images/toggle_ext.gif") no-repeat scroll center center transparent;
    border-bottom: dotted 1px #cccccc;
}

.ws_collapsed {
    border: none;
    background: url("images/toggle_col.gif") no-repeat scroll center center transparent;
}

.ws_centercol {
}

.ws_container {
}

.ws_leftcol_collapsed {
    width: 0;
}

.ws_centercol_wide {
    margin-left: 0;
}
/* AccordionLayout           
--------------------------------------------------------------------------------------- */

.accordionlayout {
}

.lac_header, .lac_ctrlheader {
    padding: 10px 0;
    cursor: pointer;
}

.lac_imagediv {
    height: 8px;
    width: 11px;
    float: right;
    margin-right: 20px;
    background: url("images/arrow_down.gif") no-repeat scroll center center transparent;
}

.lac_expanded .lac_imagediv {
    background: url("images/arrow_up.gif") no-repeat scroll center center transparent;
}

.lac_body {
    padding: 10px 0;
}

/* TableLayout           
--------------------------------------------------------------------------------------- */
.ltb_table {
    width: 100%;
}

.ltb_cell {
}

/* AJAXPopup           
--------------------------------------------------------------------------------------- */

.ap_content {
    border: 1px black solid;
    background-color: #ffffff;
    padding: 10px;
}

.ap_background {
    background-color: #e0e0e0;
    opacity: 0.7;
    filter: alpha(opacity=50);
}
/* Composite 
--------------------------------------------------------------------------------------- */
.btn_medium,
.f_button input,
.pad_btnclassic,
.f_atch_btndelete,
.fe_attachment .fe_atch_right input,
.pf_btn,
.btnlarge input, /* buttons on Form */
input.btnlarge, /* buttons on PageFlow */
.btn_large, /*  on Registration.aspx */
.btn_extrlarge, /*  on ContactUsPreliminary.aspx */
.pre_prevbutton, .pre_nextbutton, .pre_cancelbutton /*Preliminary button*/ {
    -webkit-appearance: none;
}

    .btn_medium:hover,
    .f_button input:hover,
    .pad_btnclassic:hover,
    .f_atch_btndelete:hover,
    .fe_attachment .fe_atch_right input:hover,
    .pf_btn:hover,
    .btnlarge input:hover, /* buttons on Form */
    input.btnlarge:hover, /* buttons on PageFlow */
    .btn_large:hover, /*  on Registration.aspx */
    .btn_extrlarge:hover, /*  on ContactUsPreliminary.aspx */
    .pre_prevbutton:hover, .pre_nextbutton:hover, .pre_cancelbutton:hover /*Preliminary button*/ {
        -webkit-appearance: none;
    }

    .btn_medium[disabled],
    .f_button input.disabled,
    .pad_btnclassic[disabled],
    .f_atch_btndelete[disabled],
    .fe_attachment .fe_atch_right input.disabled,
    .pf_btn[disabled],
    .btnlarge input.disabled, /* buttons on Form */
    input.btnlarge[disabled], /* buttons on PageFlow */
    .btn_large[disabled], /*  on Registration.aspx */
    .pre_prevbutton[disabled], .pre_nextbutton[disabled], .pre_cancelbutton[disabled] /*Preliminary button*/ {
        -webkit-appearance: none;
    }




/* ConfirmationForm
--------------------------------------------------------------------------------------- */
.confirmationform {
    width: 400px;
}

.cf_header {
    font-weight: bold;
    padding-bottom: 10px;
}

.cf_text {
    padding-bottom: 10px;
    overflow: auto;
    max-height: 450px;
}

.cf_buttons input {
    margin-right: 10px;
}
/* Login Status
--------------------------------------------------------------------------------------- */
.membershipcontent .loginStatusCtr {
    top: -90px;
}

.loginStatusCtr {
    position: absolute;
    top: -70px;
    right: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    display:flex;
}

.showPasswordEye {
    margin-left: -30px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 6px;
}

.loginstatusnavbar {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.HomeButton {
    margin: 3px 5px;
}

.panelHelpbutton,
.panelConfigurationButton,
.panelSubmitRequestUpdate {
    display: flex;
    flex-direction: column;
    margin: 3px 5px;
}

.buttonpanel, .HomeButton {
    display: flex;
    flex-direction: row;
    background-color: #6E7E8F;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 10px;
    color: white;
    align-items: center;
}

.buttonpanelConfiguration {
    margin-right: 0px !important;
}

.loginStatusCtr .panelShowLoginStatusPanel {
    font-size: 14px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    color: #596875;
    margin: 3px 5px;
}



.loginStatusCtr .helpDropdownList,
.loginStatusCtr .configurationDropdownList,
.loginStatusCtr .updateDropdownList {
    display: none;
    flex-direction: column;
    background-color: #6E7E8F;
    text-align: left;
    border-radius: 3px;
    box-shadow: 4px 4px 6px #b0b0b080;
    border: 1px solid #B0B0B0;
    position: absolute;
}

    .loginStatusCtr .helpDropdownList.show,
    .loginStatusCtr .configurationDropdownList.show,
    .loginStatusCtr .updateDropdownList.show {
        display: flex;
        z-index: +2;
    }

    .loginStatusCtr .configurationDropdownList.show {
        min-width: 150px;
    }

.loginStatusCtr .loginStatusPanel {
    top: 30px;
    right: 0px;
    min-width: 250px;
    position: absolute;
    margin-top: 5px;
    background-color: #6E7E8F;
    text-align: left;
    border: 1px solid #B0B0B0;
    z-index: 3;
    box-shadow: 4px 4px 6px #b0b0b080;
    border-radius: 3px;
}

.loginStatusCtr td {
    vertical-align: middle;
}

.loginStatusCtr .RequestUpdateText {
    margin: auto;
}

.panelHomebutton:hover,
.buttonpanel:hover {
    background-color: #596875;
    text-decoration: none;
}

.loginStatusCtr a,
.loginStatusCtr a:link,
.loginStatusCtr a:visited,
.loginStatusCtr a:hover {
    text-decoration: none;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    width: 100%;
    line-height: 1;
}

.loginStatusOutsideClose {
    z-index: +1;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.loginStatusCtr .userInfoPanel .userIcon i {
    font-style: normal;
    margin-right: 10px;
    font-style: normal;
}

.loginStatusCtr .dropdownIcon {
    font-family: 'RovensysIcons';
    margin: auto auto auto 5px;
    min-width: 14px;
    pointer-events: none;
}

.loginStatusCtr .icons i,
.loginStatusCtr .userIcon i {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

.loginStatusCtr .buttonTextCell {
    font-size: 12px;
    margin: auto auto auto 0;
}

.loginStatusCtr .userInfoPanel .loginInfoTable {
    margin: 1px 10px;
}

.loginStatusCtr .loginInfoTable {
    margin: auto;
    table-layout: fixed;
}

.loginStatusCtr .myAccountRow {
    height: 40px;
}

.loginStatusCtr .loginInfoTable td {
    vertical-align: middle;
    min-width: 19px;
}

.loginStatusCtr table {
    height: 100%;
}

.loginStatusCtr .userInfoPanel {
    background-color: #596875;
    height: 60px;
    font-size: 12px;
    justify-content: space-between;
    color: #FFFFFF;
}

.loginStatusCtr .panelButtons {
    height: 36px;
    font-size: 12px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    background-color: #6E7E8F;
    color: #FFFFFF;
    border-radius: 3px;
}

.panelButtons a:hover {
    background-color: #596875;
    border-radius: 3px;
}

.panelButtons a,
.panelButtons a:link,
.panelButtons a:visited {
    padding: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    width: 100%;
    height: auto;
    margin: 3px 0;
}


.panelButtons .help a:hover,
.panelButtons .contactUs a:hover,
.panelButtons .logout a:hover {
    color: #5277e6;
}



.loginStatusCtr .loginInfoTable .userNameCell {
    vertical-align: bottom;
}


.loginStatusCtr .loginInfoTable .loginNameCell {
    vertical-align: top;
}

.loginStatusCtr .userInfoPanel .userName {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.loginStatusCtr .panelShowLoginStatusPanel .userName {
    font-size: 12px;
    text-align: left;
}

.loginStatusCtr .userInfoPanel .loginName {
    font-size: 11px;
}

.loginStatusCtr .submitrequestBtn {
    font-size: 12px;
}

.icons {
    pointer-events: none;
}

/* ModalFrameUploader
--------------------------------------------------------------------------------------- */
.mfu_content {
    border: 1px black solid;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
}

.mfu_frame {
    margin: 10px 0px 0px 10px;
    height: 150px;
    width: 365px;
}

input[type="image"].mfu_close {
    float: right;
    margin: 3px 3px 0px 0px;
}

    input[type="image"].mfu_close[disabled] {
        float: right;
        margin: 3px 3px 0px 0px;
        opacity: 0.5;
    }

.mfu_background {
    background-color: #e0e0e0;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

/* Form   
--------------------------------------------------------------------------------------- */

.f_control {
    margin-bottom: 5px;
}

.f_ctrllabel {
    font-weight: bold;
}

.f_ctrlinput {
    margin-right: 10px;
}

.form .labelatleft .f_ctrllabel,
.form .labelatright .f_ctrllabel,
table.twocolumns .labelcolumns td {
    width: 200px;
}

.form .f_ctrllabel_compact .f_ctrllabel {
    width: auto;
    margin-right: 10px;
}

.form .labelontop .f_ctrllabel {
    margin-bottom: 3px;
}

.f_textbox input, .f_changepassword input {
    width: 300px;
}

.f_textbox textarea {
    height: 145px;
    width: 500px;
}

.f_addNavigation textarea {
    height: 145px;
    width: 300px;
}

.f_richtextbox .f_ctrlinput {
    width: 610px;
}

.f_logical input {
    margin-right: 5px;
    vertical-align: middle;
}

.f_logical label {
    vertical-align: middle;
}

.f_button input {
    padding: 1px 15px;
    margin-right: 10px;
    cursor: pointer;
}

.f_radiobuttonlist input {
    margin-bottom: 10px;
}

.f_radiobuttonlist label {
    margin: 0 15px 10px 3px;
}

.form .labelatleft .f_ctrllabel,
.form .labelatleft .f_ctrlinput,
.form .labelatleft .f_ctrlvalidator,
.form .labelatright .f_ctrllabel,
.form .labelatright .f_ctrlinput,
.form .labelatright .f_ctrlvalidator {
    float: left;
}


.f_atch_link {
    margin-right: 10px;
}

.f_mis_lnkchange {
    margin-right: 10px;
}

.f_mis_popup {
    background-color: #F2F2F2;
    border: solid 1px #CCCCCC;
    overflow: hidden;
    padding: 10px;
}

.f_mis_background {
    background-color: #e0e0e0;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

.f_mis_body {
    margin-bottom: 10px;
}

    .f_mis_body table {
        border-collapse: separate;
        border-spacing: 1px;
    }

    .f_mis_body td {
        border: 1px solid #DDDDDD;
        line-height: 0;
        padding: 2px;
    }

        .f_mis_body td.selected {
            border: 1px solid #666666;
        }

        .f_mis_body td.current {
            border: 1px solid #FF0000;
        }

.f_reqfld {
    color: #CE3232;
    vertical-align: top;
}

.f_control.f_label.labelatleft.render-smart-expressions {
    margin-bottom: 8px;
}

/* TabbedLayout            
--------------------------------------------------------------------------------------- */

.tabbedlayout .ajax__tab_header {
    background: url("images/ltd_border.png") repeat-x scroll 0 bottom transparent;
}

    .tabbedlayout .ajax__tab_header span.ajax__tab_outer {
        margin-right: 3px;
        vertical-align: bottom;
        border: solid 1px #b2b2b2;
        border-bottom-width: 0px;
        cursor: pointer;
        background: url("images/ltd_tab_l.png") repeat-x 0 0 transparent;
        border: 0px;
        text-align: center;
    }

    .tabbedlayout .ajax__tab_header .ajax__tab_inner {
        background: url("images/ltd_tab_r.png") no-repeat top right transparent;
        height: 29px;
    }

    .tabbedlayout .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        cursor: default;
        color: #000000;
        background: url("images/ltd_tabactiv_l.png") repeat-x 0 0 transparent;
    }

    .tabbedlayout .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        background: url("images/ltd_tabactiv_r.png") no-repeat top right transparent;
    }

    .tabbedlayout .ajax__tab_header .ajax__tab_tab {
        padding: 8px 10px 2px;
        line-height: 1;
        color: #454545;
    }

.tabbedlayout .ajax__tab_body {
    border: 1px solid #b2b2b2;
    border-top: 0px;
    padding: 5px;
}

.tabbedlayout .ajax__tab_panel {
    padding: 10px;
}
/* DataNavigator            
--------------------------------------------------------------------------------------- */
.datanavigator {
    text-align: right;
    padding-top: 10px;
}

    .datanavigator a {
        font-weight: bold;
    }

        .datanavigator a[disabled], .datanavigator a.aspNetDisabled {
            color: Gray;
            text-decoration: none;
        }

/* Tree
--------------------------------------------------------------------------------------- */
.tree img {
    vertical-align: middle;
}

/* Grid
--------------------------------------------------------------------------------------- */
.grid {
    margin-bottom: 10px;
}

    .grid td {
        vertical-align: middle;
    }

.g_colheadtext {
    display: inline-block;
}

.g_sortdivdesc {
    background: url(images/grid_desc.gif) no-repeat;
    margin-left: 10px;
    width: 12px;
    display: inline-block;
}

.g_sortdivasc {
    background: url(images/grid_asc.gif) no-repeat;
    margin-left: 10px;
    width: 12px;
    display: inline-block;
}

.g_colheadsort {
    cursor: pointer;
}

.g_datarow {
    background-color: #ffffff;
}

.g_alterow {
    background-color: #f0f0f0;
}

.g_selrow {
    background-color: #e0e0e0;
}

    .g_datarow td,
    .g_alterow td,
    .g_selrow td {
        border: 1px solid #C2C2C2;
        padding: 5px;
    }

.g_command_col a {
    padding-right: 10px;
}

.g_chk_col {
    padding: 0px;
    text-align: center;
}

.g_footerrow {
    border: 1px solid #C2C2C2;
    border-collapse: collapse;
    background-color: #f0f0f0;
}

    .g_footerrow td {
        vertical-align: middle;
    }

.g_pager {
    float: left;
    margin: 5px;
}

.g_pagerinfo {
    float: right;
    margin: 5px;
    display: block;
    height: 21px;
    padding-top: 5px;
}

/* Grid2
--------------------------------------------------------------------------------------- */
.grid2 {
    margin-bottom: 10px;
}

.wstitle.breakword {
    max-width: 980px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.breakwordgrid {
    max-width: 400px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.g_chb input {
    display: block;
    margin: 0 auto;
}

/* GridViewEx
--------------------------------------------------------------------------------------- */

.gv_row, .gv_rowcl {
    background-color: #ffffff;
}

.gv_alterow, .gv_alterowcl {
    background-color: #f0f0f0;
}

    .gv_selrow, .gv_selrowcl, .gv_rowcl.gv_selrowcl, .gv_alterowcl.gv_selrowcl {
        background-color: #cce6ff;
    }

        .gv_rowcl td,
        .gv_alterowcl td,
        .gv_selrowcl td,
        .gv_row td,
        .gv_alterow td,
        .gv_selrow td {
            border: 1px solid #C2C2C2;
            padding: 5px;
        }

        .gv_rowcl td,
        .gv_alterowcl td,
        .gv_selrowcl td {
            cursor: pointer;
        }

.gv_header th, .gv_header td {
    background-color: #BCBCBC;
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
}

    .gv_header th,
    .gv_header th a {
        color: #ffffff;
        font-weight: bold;
    }

        .gv_header th div div {
            right: -14px !important;
        }

.gv_sortdesc a {
    background: url(images/grid_desc.gif) no-repeat center right;
    padding-right: 20px;
}

.gv_sortasc a {
    background: url(images/grid_asc.gif) no-repeat center right;
    padding-right: 20px;
}

.gv_pager {
    float: none;
    margin: 0px;
    background-color: #F0F0F0;
    border: 1px solid #C2C2C2;
}

    .gv_pager table {
        width: 100%;
    }

        .gv_pager table td {
            padding: 5px;
        }

.gv_progress img {
    margin-right: 5px;
}

.gv_multiheader, .gv_multidata {
    width: 20px;
    text-align: center;
}

.gv_searchtxb {
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;
}

.gv_btn, .gv_separator {
    padding-left: 5px;
}

.gv_btn_dis {
    color: #666666;
    padding-left: 5px;
}

.gv_infocell {
    text-align: right;
}

/* DemandPager
--------------------------------------------------------------------------------------- */
.demandpager td {
    vertical-align: middle;
    padding-right: 70px;
}

.dp_btnpager {
    padding-left: 5px;
}

.dp_btnpager_dis {
    padding-left: 5px;
    color: #666666;
}

.dp_separator {
    padding-left: 5px;
}

.dp_searchtxb {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.dp_sizecell span {
    padding-right: 5px;
}

/* Menu
--------------------------------------------------------------------------------------- */

.menu .m_dynamic {
    z-index: 100; /*   for IE    */
}

/* PageFlow
--------------------------------------------------------------------------------------- */
.pf_title {
    padding-bottom: 20px;
}

.pf_progresssbar span {
    margin-right: 10px;
}

.pf_progresss_cur {
    font-weight: bold;
}

.pf_progresss_comp {
    color: Gray;
}

.pf_buttons {
    clear: both;
    overflow: hidden;
}

.pf_leftButtons {
    width: 33%;
    display: inline-block;
    text-align: left;
    margin: 3px 0;
}

.pf_middleButtons {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin: 3px 0;
}

.pf_rightButtons {
    width: 33%;
    display: inline-block;
    text-align: right;
    margin: 3px 0;
}

/* Report
--------------------------------------------------------------------------------------- */
.report td {
    vertical-align: middle;
}

.report .ParamLabelCell {
    padding: 10px;
}

.report .MSRS-RVC .ParamEntryCell input {
    height: 100%;
}

.report .MSRS-RVC .ToolbarPageNav.WidgetSet input {
    height: 1.5em;
}


/*  CustomValidation
----------------------------------------------------------------------------------------*/
.customvalidation .cv_validator::before {
    font-family: 'Rovensys';
    content: "!";
    padding-left: 1px;
    padding-right: 3px;
}




/* ValidationSummary
    ------------------------------------------------------------------------------------*/
.vsummary {
    color: #333333;
    border: 1px solid #ff0000;
    border-radius: 5px;
    margin: 5px 0;
    background: url("images/loginerror.png") no-repeat scroll 15px center transparent;
    padding: 15px 20px 15px 65px;
}

/* MasterPage
--------------------------------------------------------------------------------------- */
.footer {
    height: 73px;
    padding-top: 10px;
    margin-top: 20px;
}

    .footer .footerLogo {
        background: url("images/benevity_logo.svg") no-repeat scroll 0 0 transparent;
        height: 44px;
        width: 130px;
        float: left;
    }

    .footer .ftextwrapper {
        text-align: right;
        padding: 15px;
    }

    .footer .copyright {
        padding: 4px 0;
    }

    .footer .sep {
        border-right: 1px solid #CCCCCC;
        display: inline-block;
        height: 9px;
    }

    .footer .footerlist a {
        padding: 0 8px;
        font-size: inherit;
    }

.errormessage {
    font-family: 'ArialMT';
    color: #666666;
    width: 900px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 18px;
}

    .errormessage > div {
        display: inline-block;
    }

.errortext {
    width: 500px;
    font-size: 16px;
}

    .errortext .title {
        font-size: 54px;
    }

    .errortext li {
        margin-top: 1em;
    }

/* Membership 
--------------------------------------------------------------------------------------- */
.pagetitle,
.subtitle {
    padding-bottom: 10px;
}

.welcometext {
    padding-bottom: 20px;
}

.helptext {
    padding-top: 20px;
}

.memberform,
.instruction,
.regblock {
    float: left;
}


    .memberform .row .text,
    .memberform .row .control {
        float: left;
    }

        .memberform .row .control .bdselect {
            width: 65px;
        }

        .memberform .row .control .bdday {
            width: 56px;
        }

        .memberform .row .control .bdmonth {
            width: 105px;
        }

    .memberform .row .plaintext {
        padding: 0 10px;
    }

    .memberform .row .subtitle {
        padding-left: 0px;
        padding-bottom: 0px;
        font-size: 24px;
    }

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    width: 250px;
}

.memberform .row .captchacontrol {
    float: left;
}

.errorrow ul,
.fe_validation,
.scoring_error {
    background: url("images/loginerror.png") no-repeat scroll 0 center transparent;
    padding: 1.25em 0.2em 1.25em 7em;
    color: #333333
}

.scoring_error {
    border: 1px solid #ff0000;
    border-radius: 5px;
    margin: 5px 0;
    background-position: 20px center;
}

    .scoring_error span {
        display: block;
        color: red;
    }

.fe_validation, .vsummary, .errorrow ul {
    border: 1px solid #CE3232;
    background-color: #fff5f5;
    border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 5px 0;
    background-position: 20px center;
}

.instruction {
    width: 250px;
    padding-left: 40px;
    background: url("images/info.png") no-repeat scroll 0 0px transparent;
    margin-left: 20px;
    margin-top: 20px;
    min-height: 40px;
    background-position: 0px 3px;
}

.instruction_wide {
    padding-left: 40px;
    background: url("images/info.png") no-repeat scroll 0 0px transparent;
    margin-left: 20px;
    min-height: 40px;
    background-position: 0px 3px;
}

.cause_warning {
    margin: 5px 0;
}

.instruction_wf {
    padding-left: 30px;
    background: url("images/info.png") no-repeat scroll 0 0px transparent;
    height: 30px;
    background-position: 3px 3px;
}

    .instruction_wf .f_ctrlinput {
        display: table;
        height: 30px;
    }

    .instruction_wf span {
        vertical-align: middle;
        display: table-cell;
        height: 30px;
    }

/* Help 
--------------------------------------------------------------------------------------- */
.tips, .faqs {
    list-style-type: disc;
    list-style-position: inside;
}

    .tips li,
    .faqs li {
        padding-bottom: 10px;
    }

    .faqs .quest {
        font-weight: bold;
    }

/* Error.aspx
--------------------------------------------------------------------------------------- */
.errorpanel {
    margin: 20px;
}

    .errorpanel .msg {
        font-weight: bold;
        text-align: center;
    }

    .errorpanel .details {
        font-size: 0.9em;
        line-height: 1.2em;
        background-color: #ffffcc;
        padding: 10px;
        border: 1px dotted #999999;
        margin-top: 20px;
    }

/* PageExpired.aspx
--------------------------------------------------------------------------------------- */
.pageexpired_aspx .messagepanel {
    padding: 20px;
}
/* ContactUs.aspx */

.postform .row .control input {
    width: 605px;
}

.postform .row .control textarea {
    width: 605px;
    height: 250px;
    font-family: Arial;
}

.postform .errorrow {
    width: 605px;
}

.postform .row {
    margin-bottom: 5px;
}

.postform .rowcaptcha {
    margin-bottom: 5px;
    clear: both;
}

.contactus_aspx .thank_msg > p {
    margin-bottom: 10px;
}

/* ContactUsPreliminary.aspx
--------------------------------------------------------------------------------------- */
.rblFaqItems {
    margin-bottom: 20px;
}

    .rblFaqItems input {
        vertical-align: middle;
        margin-right: 3px;
    }

.contactuspreliminary_aspx .breadcrumbs {
    padding-bottom: 10px;
    font-weight: bold;
}

    .contactuspreliminary_aspx .breadcrumbs span {
        font-weight: normal;
    }

.contactuspreliminary_aspx .btncancel {
    float: right;
}

.contactuspreliminary_aspx .buttonrow {
    margin-top: 20px;
    text-align: left;
}

.quest {
    margin-right: 20px;
}

.head {
    font-weight: bold;
}

/* UserProfile.aspx
--------------------------------------------------------------------------------------- */
.userprofile_aspx .pagecontent {
    margin-top: 0px;
}

.userprofile_aspx .memberform .buttonrow {
    padding-left: 0px;
}

/* Metadata
----------------------------------------------------------------------------------------*/
.closehistory {
    white-space: nowrap;
    text-align: right;
}

.historyheader td {
    vertical-align: bottom;
}

.historyheader .f_grouptable {
    width: 100%;
}

.closelink {
    text-align: right;
}

.optionallabel {
    padding-left: 5px;
}

.fixed {
    width: 100%;
}

.clock:before {
    content: '🕓';
}

.clock:hover, .clock {
    font-size: 14px;
    text-decoration: none !important;
    font-weight: normal !important;
    text-align: center;
    display: block;
    margin: 0 !important;
}

.exclamation:before {
    font-family: 'Rovensys';
    content: ".";
    color: #CE3232;
}

.exclamation:hover, .exclamation {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: normal !important;
}

.exclamation-gray:before {
    font-family: 'Rovensys';
    content: ".";
    color: #BDBDBD;
}

.fa-exclamation-triangle:before {
    color: #FCC419;
}

.alert {
    border: 1px solid;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 16px;
}

    .alert table {
        table-layout: fixed;
        width: 100%;
    }

    .alert tr {
        display: flex;
    }

    .alert td {
        display: block;
    }

    .alert.alert-warning {
        border-color: #FCC419;
        background-color: #FFF9DB;
    }

    .alert .alert-header {
        font-weight: bold;
        margin-top: 10px;
    }

    .alert .alert-sign {
        margin-right: 16px;
        padding-top: 7px;
    }

.notificationtitle {
    font-size: 16px;
    font-weight: bold;
    color: #001A61;
    padding: 5px 0 5px 10px;
    border-top: 2px solid #001A61;
    border-bottom: 1px solid #001A61;
}

.proposalmanagersettings {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

    .proposalmanagersettings table {
        border-collapse: separate !important;
        border-spacing: 5px;
    }

.proposalmanagersettingstitle {
    border-bottom: 1px solid #FFB200;
    border-top: 2px solid #FFB200;
    font-weight: bold;
    font-size: 16px;
    color: #FFB200;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 5px;
}

.proposalmanagersettingstext {
    border-bottom: 1px solid #BCBCBC;
    border-top: 2px solid #BCBCBC;
    color: #888888;
    padding: 5px;
    vertical-align: middle;
}

.pageflowgrid {
    min-height: 50px;
}

.tab_incomplete {
    color: #EE722F;
    font-family: Rovensys;
    padding-right: 5px;
    width: 10px;
    display: inline-block;
    white-space: pre;
}

/* notificationactions  */
.notifications .f_grouptable {
    width: 100%;
}

.notificationactions {
    height: 190px;
    overflow: auto;
    margin-bottom: 20px;
}

    .notificationactions.breakword {
        max-width: 480px;
    }

    .notificationactions table {
        width: 100%;
    }

    .notificationactions .m_staticitem td {
        white-space: normal !important;
        background-color: #f9f9f9;
        padding: 5px;
        border: 1px solid #FFFFFF;
    }

    .notificationactions .m_staticitem a {
        white-space: normal !important;
        color: #444444;
    }

        .notificationactions .m_staticitem a:hover {
            text-decoration: none;
        }

.f_home {
    margin-right: 15px;
}

.requiredactionsmenu a.m_staticitem:hover,
.requiredactionsmenu a.m_dynamicitem:hover {
    text-decoration: none;
}

.requiredactionsmenu a.m_staticitem {
    cursor: pointer !important;
    display: block;
    font-weight: bold;
    background-color: #EA0000;
    color: #FFFFFF;
    width: 195px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    box-sizing: border-box;
}

    .requiredactionsmenu a.m_staticitem:after {
        font-family: 'Rovensys';
        content: ">";
        padding-left: 15px;
        font-size: 1em;
    }

.requiredactionsmenu ul a.m_dynamicitem {
    cursor: pointer !important;
    display: block;
    font-weight: bold;
    color: #333333;
    white-space: normal !important;
    text-align: left;
    width: 100%;
    padding: 10px 10px;
    background-color: #f0f0f0;
    text-decoration: none;
    box-sizing: border-box;
    word-wrap: break-word;
}

    .requiredactionsmenu ul a.m_dynamicitem:hover {
        color: #EA0000;
    }

.requiredactionsmenu ul.m_dynamic {
    width: 100% !important;
}

    .requiredactionsmenu ul.m_dynamic li {
        margin: 1px 0;
    }

.closelink {
    margin-bottom: 0px;
}

    .closelink a:before {
        font-family: 'Rovensys';
        content: "*";
        padding-right: 3px;
        text-decoration: none;
    }

    .closelink a:hover, .closelink a, a[disabled]:hover, a.aspNetDisabled:hover {
        text-decoration: none !important;
    }

.pf_nomidlepanel .pf_rightButtons,
.pf_nomidlepanel .pf_leftButtons {
    width: 50%;
}

/* ChangePassword
--------------------------------------------------------------------------------------- */
.f_changepasswordpanel {
    margin-top: 5px;
}

/* Filter
--------------------------------------------------------------------------------------- */
.buttonsatleft .flt_form,
.buttonsatright .flt_form,
.buttonsatright .flt_btns,
.buttonsatleft .flt_btns {
    float: left;
}

.filter .flt_form {
    padding-top: 4px;
}

.filter .f_datetimepicker .f_ctrlvalidator {
    margin-right: 5px;
    padding-top: 2px;
}

/*reCaptcha
--------------------------------------------------------------------------------------- */
.recaptcha_nothad_incorrect_sol {
    padding-right: 5px;
}

/*ValidationMark
--------------------------------------------------------------------------------------- */
.valmark {
    font-family: 'Rovensys';
    color: red;
}

.onevalmark[data-val-isvalid="False"] ~ .onevalmark[data-val-isvalid="False"] {
    display: none;
}

/* Reference editor. Tinymce editor.
----------------------------------------------------------------------------------------*/
.tox-tinymce-aux {
    z-index: 999999 !important;
}

/* DateTimePicker
----------------------------------------------------------------------------------------*/
.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: top;
    background-image: url(images/calendar.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

.dtp_calendar {
    width: 100px;
}

.ui-datepicker {
    z-index: 100002 !important;
}

.dtp_time {
    width: 100px;
    margin-right: 10px;
}

.dtp_timelabel,
.dtp_datelabel {
    margin-right: 5px;
}

/* DateTimePickerCtrl2
----------------------------------------------------------------------------------------*/
.f_dtp_tzlabel {
    margin-right: 5px;
}

.f_helppage .f_label {
    padding: 0px
}

.f_helppage .f_ctrlinput {
    margin-right: 0px;
}

/* TinyMCE
----------------------------------------------------------------------------------------*/
.tox-statusbar__branding {
    display: none !important;
}

/* Body
----------------------------------------------------------------------------------------*/
body.cursor-progress,
body.cursor-progress *,
body.cursor-progress *:hover {
    cursor: progress !important;
}

i {
    font-style: inherit;
}

.ProdNotification {
    width: 100%;
    height: 16px;
    background-color: rgb(235,87,87);
    text-align: center;
    z-index: 100000;
    line-height: 1;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.ProdNotificationText {
    display: inline-block;
    color: white;
}

i.ls-home::before {
    /*content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26px" height="21px" viewBox="0 0 496 512"><path fill="#fff" d="M488 312.7V456c0 13.3-10.7 24-24 24H348c-6.6 0-12-5.4-12-12V356c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v112c0 6.6-5.4 12-12 12H112c-13.3 0-24-10.7-24-24V312.7c0-3.6 1.6-7 4.4-9.3l188-154.8c4.4-3.6 10.8-3.6 15.3 0l188 154.8c2.7 2.3 4.3 5.7 4.3 9.3zm83.6-60.9L488 182.9V44.4c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12V117l-89.5-73.7c-17.7-14.6-43.3-14.6-61 0L4.4 251.8c-5.1 4.2-5.8 11.8-1.6 16.9l25.5 31c4.2 5.1 11.8 5.8 16.9 1.6l235.2-193.7c4.4-3.6 10.8-3.6 15.3 0l235.2 193.7c5.1 4.2 12.7 3.5 16.9-1.6l25.5-31c4.2-5.2 3.4-12.7-1.7-16.9z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDg4IDMxMi43VjQ1NmMwIDEzLjMtMTAuNyAyNC0yNCAyNEgzNDhjLTYuNiAwLTEyLTUuNC0xMi0xMlYzNTZjMC02LjYtNS40LTEyLTEyLTEyaC03MmMtNi42IDAtMTIgNS40LTEyIDEydjExMmMwIDYuNi01LjQgMTItMTIgMTJIMTEyYy0xMy4zIDAtMjQtMTAuNy0yNC0yNFYzMTIuN2MwLTMuNiAxLjYtNyA0LjQtOS4zbDE4OC0xNTQuOGM0LjQtMy42IDEwLjgtMy42IDE1LjMgMGwxODggMTU0LjhjMi43IDIuMyA0LjMgNS43IDQuMyA5LjN6bTgzLjYtNjAuOUw0ODggMTgyLjlWNDQuNGMwLTYuNi01LjQtMTItMTItMTJoLTU2Yy02LjYgMC0xMiA1LjQtMTIgMTJWMTE3bC04OS41LTczLjdjLTE3LjctMTQuNi00My4zLTE0LjYtNjEgMEw0LjQgMjUxLjhjLTUuMSA0LjItNS44IDExLjgtMS42IDE2LjlsMjUuNSAzMWM0LjIgNS4xIDExLjggNS44IDE2LjkgMS42bDIzNS4yLTE5My43YzQuNC0zLjYgMTAuOC0zLjYgMTUuMyAwbDIzNS4yIDE5My43YzUuMSA0LjIgMTIuNyAzLjUgMTYuOS0xLjZsMjUuNS0zMWM0LjItNS4yIDMuNC0xMi43LTEuNy0xNi45eiI+PC9wYXRoPjwvc3ZnPg==');
}

i.ls-question-circle:before {
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" viewBox="0 0 496 512"><path fill="#fff" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjU2IDhDMTE5LjA0MyA4IDggMTE5LjA4MyA4IDI1NmMwIDEzNi45OTcgMTExLjA0MyAyNDggMjQ4IDI0OHMyNDgtMTExLjAwMyAyNDgtMjQ4QzUwNCAxMTkuMDgzIDM5Mi45NTcgOCAyNTYgOHptMCA0NDhjLTExMC41MzIgMC0yMDAtODkuNDMxLTIwMC0yMDAgMC0xMTAuNDk1IDg5LjQ3Mi0yMDAgMjAwLTIwMCAxMTAuNDkxIDAgMjAwIDg5LjQ3MSAyMDAgMjAwIDAgMTEwLjUzLTg5LjQzMSAyMDAtMjAwIDIwMHptMTA3LjI0NC0yNTUuMmMwIDY3LjA1Mi03Mi40MjEgNjguMDg0LTcyLjQyMSA5Mi44NjNWMzAwYzAgNi42MjctNS4zNzMgMTItMTIgMTJoLTQ1LjY0N2MtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtOC42NTljMC0zNS43NDUgMjcuMS01MC4wMzQgNDcuNTc5LTYxLjUxNiAxNy41NjEtOS44NDUgMjguMzI0LTE2LjU0MSAyOC4zMjQtMjkuNTc5IDAtMTcuMjQ2LTIxLjk5OS0yOC42OTMtMzkuNzg0LTI4LjY5My0yMy4xODkgMC0zMy44OTQgMTAuOTc3LTQ4Ljk0MiAyOS45NjktNC4wNTcgNS4xMi0xMS40NiA2LjA3MS0xNi42NjYgMi4xMjRsLTI3LjgyNC0yMS4wOThjLTUuMTA3LTMuODcyLTYuMjUxLTExLjA2Ni0yLjY0NC0xNi4zNjNDMTg0Ljg0NiAxMzEuNDkxIDIxNC45NCAxMTIgMjYxLjc5NCAxMTJjNDkuMDcxIDAgMTAxLjQ1IDM4LjMwNCAxMDEuNDUgODguOHpNMjk4IDM2OGMwIDIzLjE1OS0xOC44NDEgNDItNDIgNDJzLTQyLTE4Ljg0MS00Mi00MiAxOC44NDEtNDIgNDItNDIgNDIgMTguODQxIDQyIDQyeiI+PC9wYXRoPjwvc3ZnPg==');
}

i.ls-wrench::before {
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" viewBox="0 0 496 512"><path fill="#fff" d="M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTA3LjczIDEwOS4xYy0yLjI0LTkuMDMtMTMuNTQtMTIuMDktMjAuMTItNS41MWwtNzQuMzYgNzQuMzYtNjcuODgtMTEuMzEtMTEuMzEtNjcuODggNzQuMzYtNzQuMzZjNi42Mi02LjYyIDMuNDMtMTcuOS01LjY2LTIwLjE2LTQ3LjM4LTExLjc0LTk5LjU1LjkxLTEzNi41OCAzNy45My0zOS42NCAzOS42NC01MC41NSA5Ny4xLTM0LjA1IDE0Ny4yTDE4Ljc0IDQwMi43NmMtMjQuOTkgMjQuOTktMjQuOTkgNjUuNTEgMCA5MC41IDI0Ljk5IDI0Ljk5IDY1LjUxIDI0Ljk5IDkwLjUgMGwyMTMuMjEtMjEzLjIxYzUwLjEyIDE2LjcxIDEwNy40NyA1LjY4IDE0Ny4zNy0zNC4yMiAzNy4wNy0zNy4wNyA0OS43LTg5LjMyIDM3LjkxLTEzNi43M3pNNjQgNDcyYy0xMy4yNSAwLTI0LTEwLjc1LTI0LTI0IDAtMTMuMjYgMTAuNzUtMjQgMjQtMjRzMjQgMTAuNzQgMjQgMjRjMCAxMy4yNS0xMC43NSAyNC0yNCAyNHoiPjwvcGF0aD48L3N2Zz4=');
}

i.ls-user-circle::before {
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" viewBox="0 0 496 512"><path fill="#596875" d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjNTk2ODc1IiBkPSJNMjQ4IDhDMTExIDggMCAxMTkgMCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzODUgOCAyNDggOHptMCA5NmM0OC42IDAgODggMzkuNCA4OCA4OHMtMzkuNCA4OC04OCA4OC04OC0zOS40LTg4LTg4IDM5LjQtODggODgtODh6bTAgMzQ0Yy01OC43IDAtMTExLjMtMjYuNi0xNDYuNS02OC4yIDE4LjgtMzUuNCA1NS42LTU5LjggOTguNS01OS44IDIuNCAwIDQuOC40IDcuMSAxLjEgMTMgNC4yIDI2LjYgNi45IDQwLjkgNi45IDE0LjMgMCAyOC0yLjcgNDAuOS02LjkgMi4zLS43IDQuNy0xLjEgNy4xLTEuMSA0Mi45IDAgNzkuNyAyNC40IDk4LjUgNTkuOEMzNTkuMyA0MjEuNCAzMDYuNyA0NDggMjQ4IDQ0OHoiPjwvcGF0aD48L3N2Zz4=');
}

.userInfoPanel i.ls-user-circle::before {
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="33px" viewBox="0 0 496 512"><path fill="#fff" d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMzcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQ4IDhDMTExIDggMCAxMTkgMCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzODUgOCAyNDggOHptMCA5NmM0OC42IDAgODggMzkuNCA4OCA4OHMtMzkuNCA4OC04OCA4OC04OC0zOS40LTg4LTg4IDM5LjQtODggODgtODh6bTAgMzQ0Yy01OC43IDAtMTExLjMtMjYuNi0xNDYuNS02OC4yIDE4LjgtMzUuNCA1NS42LTU5LjggOTguNS01OS44IDIuNCAwIDQuOC40IDcuMSAxLjEgMTMgNC4yIDI2LjYgNi45IDQwLjkgNi45IDE0LjMgMCAyOC0yLjcgNDAuOS02LjkgMi4zLS43IDQuNy0xLjEgNy4xLTEuMSA0Mi45IDAgNzkuNyAyNC40IDk4LjUgNTkuOEMzNTkuMyA0MjEuNCAzMDYuNyA0NDggMjQ4IDQ0OHoiPjwvcGF0aD48L3N2Zz4=');
}

i.ls-rowdawn-d::before {
    padding-top: 1px;
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13px" height="13px" viewBox="0 0 496 512"><path fill="#596875" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjNTk2ODc1IiBkPSJNMzEuMyAxOTJoMjU3LjNjMTcuOCAwIDI2LjcgMjEuNSAxNC4xIDM0LjFMMTc0LjEgMzU0LjhjLTcuOCA3LjgtMjAuNSA3LjgtMjguMyAwTDE3LjIgMjI2LjFDNC42IDIxMy41IDEzLjUgMTkyIDMxLjMgMTkyeiI+PC9wYXRoPjwvc3ZnPg==');
}

i.ls-rowdawn-w::before {
    padding-top: 1px;
    /*for utf-8 change symbol '#' to %23, to avoid incorrect rendering in IE*/
    /*content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13px" height="13px" viewBox="0 0 496 512"><path fill="#fff" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>');*/
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzEuMyAxOTJoMjU3LjNjMTcuOCAwIDI2LjcgMjEuNSAxNC4xIDM0LjFMMTc0LjEgMzU0LjhjLTcuOCA3LjgtMjAuNSA3LjgtMjguMyAwTDE3LjIgMjI2LjFDNC42IDIxMy41IDEzLjUgMTkyIDMxLjMgMTkyeiI+PC9wYXRoPjwvc3ZnPg==');
}

.userNameButton {
    padding-right: 5px;
}

/*Site setting grid (admin portal/site Setting)*/
.gv_checkboxlist .gv_row .sitesetting_name_column,
.gv_checkboxlist .gv_alterow .sitesetting_name_column {
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
}

.gv_checkboxlist .gv_row .sitesetting_defvalue_column,
.gv_checkboxlist .gv_alterow .sitesetting_defvalue_column {
    border-width: 2px;
    border-color: #c2c2c2;
    border-style: solid;
}

/*Proposal History Audit Log*/
.al_container .al_table {
    width: 100%;
    table-layout: auto;
    border-bottom: solid 1px;
}

.al_table .al_cell_left_header,
.al_table .al_cell_left {
    width: 40%;
    padding: 5px;
    vertical-align: top;
}

.al_table .al_cell_right {
    padding: 5px;
    width: 60%;
}


.al_table .al_row_with_border {
    border-top: solid 1px;
}

.al_columns_container .al_columns_header,
.al_columns_container .al_columns {
    float: left;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    margin-right: 10px;
}

.al_container .al_columns_container {
    display: flex;
}

.al_container .al_cell_right p {
    float: left;
    margin-right: 5px;
}

.al_container .al_new_value {
    background: #CFE6FF;
}


/*Budget summary*/
.budget_summary .f_column {
    vertical-align: top;
}

/*Cookie police*/

.cookiesPolice {
    position: fixed;
    bottom: 0px;
    background: Rgba(0,0,0,0.8);
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 26px 32px;
}

    .cookiesPolice .cookiesPoliceContainer {
        display: flex;
    }

    .cookiesPolice .cookiesPoliceTextContainer {
        flex-grow: 2;
        padding: 7px 0;
        margin: 2px;
    }

        .cookiesPolice .cookiesPoliceTextContainer a:hover,
        .cookiesPolice .cookiesPoliceTextContainer a {
            color: #FFFFFF;
            text-decoration: underline;
            font-size: 14px;
        }


    .cookiesPolice .cookiesPoliceButtonContainer {
        margin-right: 64px;
        margin-left: 32px;
        align-self: center;
    }

    .cookiesPolice .cookiesPoliceButtonDecline:hover,
    .cookiesPolice .cookiesPoliceButtonOk:hover,
    .cookiesPolice .cookiesPoliceButtonOk,
    .cookiesPolice .cookiesPoliceButtonDecline {
        border: none;
        color: rgba(255, 255, 255, 255);
        /*color: rgba(222, 239, 248, 1);*/
        width: 96px;
        height: 36px;
        right: 0;
        opacity: 1;
        font-size: 14px;
        border: 1px solid transparent;
        margin: 2px;
        font-size: 12px;
    }

    .cookiesPolice .cookiesPoliceButtonOk {
        background: rgba(222, 239, 248,0.2);
        border-radius: 4px;
    }

    .cookiesPolice .cookiesPoliceButtonDecline:hover,
    .cookiesPolice .cookiesPoliceButtonDecline {
        background-color: Transparent;
        background-repeat: no-repeat;
        text-decoration: underline;
        border-radius: 4px;
    }

        .cookiesPolice .cookiesPoliceButtonDecline:hover,
        .cookiesPolice .cookiesPoliceTextContainer a:hover,
        .cookiesPolice .cookiesPoliceButtonOk:hover {
            color: rgba(222, 239, 248, 1);
            cursor: pointer;
        }


        .cookiesPolice .cookiesPoliceButtonDecline:active,
        .cookiesPolice .cookiesPoliceTextContainer a:active,
        .cookiesPolice .cookiesPoliceButtonOk:active {
            color: rgba(222, 239, 248, 1);
            opacity: 0.75;
            cursor: pointer;
        }

    .cookiesPolice .cookiesPoliceContent,
    .cookiesPolice a {
        display: inline;
        font-size: 14px;
    }


.emptyspanplaceholder span:empty:before {
    content: '—';
}

/*
    registrationdetails_aspx
    ------------------------------
*/
.registrationdetails_aspx .registration_alert {
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.registrationdetails_aspx .alert-confirm {
    background-color: #deeff8;
    border-color: #106fa4;
}

.registrationdetails_aspx .pagecontent {
    flex-direction: column;
}

.registrationdetails_aspx .memberform {
    width: 400px;
}

.registrationdetails_aspx .memberform .content .row {
    flex-direction: column;
}

.registrationdetails_aspx .alert-confirm:before {
    content: url(images/notice-icon.svg);
    margin-right: 16px;
    margin-top: 7px;
}

/*
    noification center
    ------------------------------
*/

.notification-menu {
    padding-top: 5px;
}