﻿/* Table of Contents:

	ProposalActionDetails
	FormView
	FormEdit
	PrelimEdit
	AdvancedSearch
	ProposalQuestionSelector
	QuestionListEditor
	ListControlEditor
	ProposalTabView
	Extended Grid 
	ProposalTemplateExpressionSelector
	ExcelScoringVeiw
	GuideStarCheckCtrl
	TriggerViewCtrl
	TriggerEditCtrl
    LexisNexisCheckCtrl
    Filter
*/


/* ProposalActionDetails
--------------------------------------------------------------------------------------- */
.proposalactiondetails {
}

.pad_select,
.pad_security,
.pad_header,
.pad_status {
    margin-bottom: 10px;
}

.pad_statuslbl {
    font-weight: bold;
}

.pad_skiplist {
    margin-top: 10px;
    list-style: disc inside none;
}

.pad_select label {
    margin-right: 10px;
}

.ddl_message_template {
    max-width: 320px;
}

/* ScoringCtrl
--------------------------------------------------------------------------------------- */
.sctitle {
    font-size: 24px;
    color: Black;
    margin-top: 10px;
}

.scoring {
    margin-bottom: 10px;
}

.sc_header {
    width: 100%;
    clear: both;
    padding-bottom: 1%;
    overflow: hidden;
}

.sc_headerleft {
    float: left;
}

.sc_headerright {
    float: right;
}

.sc_headertop {
    font-weight: bold;
    font-size: 1.2em;
}

    .sc_headertop .sc_headerleft {
        width: 40%;
    }

    .sc_headertop .sc_headerright {
        width: 60%;
    }

.sc_headerbottom {
    margin-top: 20px;
}

    .sc_headerbottom .sc_headerleft {
        width: 80%;
    }

    .sc_headerbottom .sc_headerright {
        width: 20%;
        font-weight: bold;
    }

.sc_group {
    width: 100%;
    border: 1px solid #C2C2C2;
}

.sc_groupheader {
    overflow: hidden;
    clear: both;
    padding: 5px 0px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    border-bottom: 1px solid #c2c2c2;
    font-weight: bold;
    background-color: #A1A1A4;
}

.sc_groupheaderitem {
    float: left;
    width: 25%;
}

.sc_groupcontent {
    padding: 5px;
}

.sc_groupcontentitem {
    clear: both;
    overflow: hidden;
}

.sc_questionleft {
    float: left;
    width: 70%;
}

.sc_questionright {
    float: right;
    width: 30%;
    font-weight: bold;
}

.sc_questionbottom {
    margin-left: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .sc_questionbottom span {
        display: block;
    }

/* FormView 
--------------------------------------------------------------------------------------- */

.fv_grouphead {
    font-weight: bold;
    padding: 3px 5px;
    cursor: text !important;
}

    .fv_grouphead.fv_groupcollabsible {
        cursor: pointer !important;
    }

.fv_group {
    width: 100%;
}

.fv_table {
    border-collapse: collapse;
    width: 100%;
    /*table-layout: fixed; * Delete because of problem in rendering column width after colspan in html tables */
}

    .fv_table td {
        vertical-align: top;
    }

.fv_cell_lt,
.fv_cell_rt,
.fv_mtrx td {
    padding: 5px;
}

.fv_mtrx {
    table-layout: fixed !important;
}

    .fv_mtrx td > span {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
        display: block;
    }

.fv_cell_lt {
    width: 40%;
    font-weight: bold;
}

.fv_cell_rt {
    max-width: 400px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

td.fv_cell {
    padding: 0px;
    width: auto;
}

.fv_cell table {
    border-collapse: collapse;
    border: 0;
    /*table-layout: fixed; * Delete because of problem in rendering column width after colspan in html tables */
}

    .fv_cell table td {
        border: 0;
    }

    .fv_cell table .fv_mtrx_cellop {
        padding: 0 2px;
    }

.fv_chk_list,
.fv_atch_list {
    list-style: none;
}

.fv_mtrx .fv_mtrx_head {
    font-weight: bold;
}

.fv_mtrx .fv_mtrx_celllt {
    font-weight: bold;
    width: 40%;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

    .fv_mtrx .fv_mtrx_celllt span {
        padding-left: 5px;
        padding-right: 5px;
    }

.previewemail .form .labelatleft .f_ctrlinput,
.emailtemplate .form .labelatleft .f_ctrlinput {
    margin-right: 10px;
    float: none;
    display: table-cell;
    width: 600px;
    word-wrap: anywhere;
}

.fv_error_label {
    color: #FE0A01;
    font-weight: bold;
    margin-right: 5px;
}
/* FormEdit
--------------------------------------------------------------------------------------- */
.fe_progress {
    padding-bottom: 10px;
}

    .fe_progress li {
        display: inline;
        margin-right: 40px;
        list-style: none;
    }

.fe_active {
    font-weight: bold;
}

.fe_prog_num {
    padding-right: 5px;
}

.fe_title {
    padding-bottom: 20px;
}

.fe_errortitle {
    font-weight: bold;
}

.fe_question {
    padding-bottom: 15px;
}

.fe_q_req {
    color: #CE3232;
}

.fe_q_name {
    font-weight: bold;
}

.fe_q_error {
    color: #CE3232;
}

.fe_q_head {
    padding-bottom: 8px;
    color: #424242;
}

.f_ctrlvalidator {
    color: #CE3232;
}

    .fe_q_error span:before,
    .fe_q_error_dh:before,
    .f_ctrlvalidator span:before,
    .fe_all_title_error:before {
        font-family: 'Rovensys';
        content: "!";
        padding-left: 1px;
        padding-right: 3px;
    }

.fe_q_error span {
    vertical-align: middle;
    display: block;
}

.fe_validation {
    margin-bottom: 15px;
}

.fe_q_cont_bord {
    border-color: red !important;
}

.fe_singlelinetext .fe_q_cont input,
.fe_date .fe_q_cont input[type=text],
.fe_q_other input {
    width: 300px;
    margin-right: 5px;
}

.fe_date .fe_q_cont input.dtp_calendar {
    margin-right: 0px;
}

.fe_dropdownlist .fe_q_cont select {
    width: 303px;
    margin-right: 5px;
}

.fe_crabn .fe_q_cont input {
    margin-right: 5px;
}

.fe_multilinetext .fe_q_cont textarea {
    height: 145px;
    width: 578px;
}

.fe_yesno .fe_q_cont input,
.fe_truefalse .fe_q_cont input,
.fe_q_skip input,
.fe_guideline input {
    vertical-align: middle;
}

.fe_yesno .fe_q_cont label,
.fe_truefalse .fe_q_cont label,
.fe_q_skip label,
.fe_guideline label {
    margin: 0 15px 0 5px;
    vertical-align: middle;
}

.fe_date_image {
    padding: 2px;
    vertical-align: top;
}

.fe_addremovelist .fe_q_cont select {
    width: 300px;
}

.fe_addremovelist .fe_q_cont table {
    width: 633px;
}

    .fe_addremovelist .fe_q_cont table td {
        text-align: center;
        vertical-align: middle;
    }

.fe_checkboxlist .fe_q_cont span,
.fe_radiobuttonlist .fe_q_cont span {
    display: block;
    position: relative;
    padding: 0 15px 3px 20px;
}

    .fe_checkboxlist .fe_q_cont span.fe_chbx_other,
    .fe_radiobuttonlist .fe_q_cont span.fe_rb_other {
        display: inline-block;
    }

.fe_checkboxlist input[type=text].fe_chbx_othertextbox,
.fe_radiobuttonlist input[type=text].fe_rb_othertextbox {
    position: static;
}

.fe_radiobuttonlist .fe_q_cont input,
.fe_checkboxlist .fe_q_cont input {
    position: absolute;
    left: 0;
    top: 0;
}

.fe_matrix .fe_q_cont table {
    border-collapse: collapse;
}

.fe_mtx_cell, .fe_mtx_cell_tl {
    border: solid 1px black;
    padding: 4px;
}

    .fe_mtx_cell ul {
        list-style: none;
        margin: 0;
        min-width: 200px;
        max-width: 400px;
    }

        .fe_mtx_cell ul li {
            margin-bottom: 5px;
            display: block;
        }

            .fe_mtx_cell ul li:last-child {
                margin-bottom: 0;
            }

            .fe_mtx_cell ul li input {
                float: left;
            }

            .fe_mtx_cell ul li label {
                margin: 0 0 0 18px;
                display: block;
            }

    .fe_mtx_cell select {
        max-width: 180px;
    }

    .fe_mtx_cell > span {
        display: block;
        max-width: 400px;
    }

        .fe_mtx_cell > span input {
            vertical-align: middle;
        }

.fe_mtx_cell_tl {
    vertical-align: middle;
}

.fe_mtx_cell label {
    margin: 0 15px 0 4px;
}

.fe_mtx_radiobuttonlist,
.fe_mtx_dropdownlist,
.fe_mtx_checkboxlist,
.fe_mtx_singleline,
.fe_mtx_multiline,
.fe_mtx_date { /* for AutoTest */
}

.fe_atch_left {
    float: left;
}

.fe_atch_right {
    clear: right;
}

.fe_atch_view input {
    margin-left: 10px;
}

.fe_atch_view {
    margin-top: 5px;
}

.fe_atch_row td,
.fe_atch_altrow td {
    padding: 5px;
}

.fe_atch_view a.fe_atch_delete {
    color: red;
}

.fe_tax_info,
.fe_cra_info {
    margin: 0px 5px;
}

.fe_guideline .fe_q_head {
    padding-left: 13px;
    background: url("images/icon_plus.png") no-repeat scroll 0 3px transparent;
    cursor: pointer;
}

    .fe_guideline .fe_q_head[open] {
        padding-left: 13px;
        background: url("images/icon_minus.png") no-repeat scroll 0 3px transparent;
    }

.fe_table .btnAdd {
    height: 25px;
    width: 100%;
}

.fe_table .btnRemove {
    height: 25px;
    width: 25px;
    padding: 0 3px;
}

.fe_table_cell {
    border: solid 1px black;
    padding: 4px;
    vertical-align: middle;
    white-space: nowrap;
}

.fe_table .fe_mtx_check_ctrl td {
    padding-right: 10px;
}

.fe_datetime_tzlbl {
    margin-right: 5px;
}

.fe_datetime_tzdd {
    margin-right: 10px;
}

.fe_progress {
    padding-bottom: 30px;
}

    .fe_progress li {
        margin-right: 10px;
        margin-bottom: 5px;
        height: 13px;
        background: none;
    }

    .fe_progress ul li.fe_prog_next:last-child .fe_prog_text {
        background: none;
    }

    .fe_progress li span {
        font-size: 11px;
        line-height: 13px;
        padding: 0px 4px;
        color: white;
    }

        .fe_progress li span.fe_prog_text {
            padding-right: 15px;
        }

    .fe_progress .fe_prog_comp {
    }

        .fe_progress .fe_prog_comp .fe_prog_num {
            background-color: #d9d9d9;
            border-right: 1px dotted white;
        }

        .fe_progress .fe_prog_comp .fe_prog_text {
            font-weight: bold;
            background-color: #c4c4c4;
        }

    .fe_progress .fe_active {
    }

        .fe_progress .fe_active .fe_prog_num {
            background-color: #9d9d9d;
            border-right: 1px dotted white;
        }

        .fe_progress .fe_active .fe_prog_text {
            font-weight: bold;
            background-color: #848484;
        }

        .fe_progress .fe_active .fe_prog_arrow {
            background: url("images/progressBar_arrows_04.png") no-repeat scroll right center transparent;
        }

    .fe_progress .fe_prog_next {
        color: #808080;
    }

        .fe_progress .fe_prog_next .fe_prog_num {
            color: #808080;
            border-right: 1px dotted #808080;
        }

        .fe_progress .fe_prog_next .fe_prog_text {
            color: #000000;
        }

        .fe_progress .fe_prog_next .fe_prog_arrow {
            background: url("images/progressBar_arrows_07.png") no-repeat scroll right center transparent;
        }

.fe_mtx_row_tl {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
}
    .fe_mtx_row_tl .fe_table_cell {
        border: 1px solid #E0E0E0;
    }

    .fe_mtx_cell,
    .fe_mtx_cell_tl {
        border: none;
        padding: 4px;
    }

.fe_mtx_row {
    border: 1px solid #E0E0E0;
}
    .fe_mtx_row .fe_table_cell {
        border: 1px solid #E0E0E0;
    }

.fe_multilinetext .fe_q_cont textarea {
    height: 100px;
    width: 480px;
}

.fe_textarea_limit {
    color: #757575;
    font-size: 12px;
}

.fe_textarea_limit.fe_q_error {
    color: #CE3232;
}

.fe_matrix .btnAdd,
.fe_matrix .btnRemove {
    height: 25px;
    width: 25px;
}

.fe_matrix .fe_q_error span {
    white-space: normal;
}

.fe_matrix table,
.fe_table table {
    overflow: auto;
    display: block;
}

.fe_matrix .fe_q_cont,
.fe_table .fe_q_cont {
    display: block;
    max-width: fit-content;
}

.fe_matrix .fe_mtx_row_tl td,
.fe_table .fe_mtx_row_tl td {
    white-space: normal;
    vertical-align: top;
}

.fe_matrix .fe_mtx_row td,
.fe_table .fe_mtx_row td {
    white-space: nowrap;
}

.fe_table_cell ol,
.fe_table_cell ul {
    margin: 0px;
    list-style-type: none;
}
/* PrelimEdit
--------------------------------------------------------------------------------------- */

.pre_leftpanel {
    display: inline-block;
    text-align: left;
    width: 50%;
}

.pre_rightpanel {
    display: inline-block;
    text-align: right;
    width: 50%;
    float: right;
}
/* Popup Info Tooltip */
.popupinfo {
    position: fixed;
    border-radius: 3px;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    z-index: 9999999;
    padding: 20px;
}

.pi_close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    background: url("images/close_link.png") no-repeat scroll 0 0 transparent;
    width: 9px;
    height: 9px;
}

.pi_content {
    min-height: 140px;
    overflow: auto;
    max-height: 500px;
}

#pi_blackout {
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}

.pi_loader {
    background: url("images/preloaderbig.gif") no-repeat scroll center center transparent;
    height: 100px;
}

.pi_link {
    text-decoration: underline;
    cursor: pointer;
}

.pi_emptylink {
    background: url("images/information.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.formview .pi_link,
.formview .pi_emptylink {
    cursor: text;
}
/* AdvancedSearch         
--------------------------------------------------------------------------------------- */
.as_browse,
.as_cancel {
    margin-left: 10px;
}

.as_invaloperand {
    color: red;
}

.as_apply,
.as_cancel {
    margin-top: 10px;
}

.as_header {
    margin-bottom: 10px;
}

    .as_header td {
        padding-right: 20px;
        padding-bottom: 5px;
        font-weight: bold;
    }

.as_name,
.as_type {
    width: 180px;
}

.as_criteria {
    margin-bottom: 10px;
    width: 100%;
}

    .as_criteria > tbody > tr > td {
        vertical-align: middle;
        border: 1px solid #C2C2C2;
        padding: 5px;
    }

.advancedsearch .ap_content {
    padding: 10px;
}

.as_popupttl {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.as_popupval {
    display: block;
}

.as_tooltip {
    background-color: #ffffff;
    border: 1px solid #C2C2C2;
    padding: 5px;
    max-width: 300px;
    min-width: 100px;
    overflow: hidden;
}

    .as_tooltip span {
        display: block;
    }

.advancedsearch .searchinputcell {
    width: 500px;
    min-width: 500px;
}

    .advancedsearch .searchinputcell span {
        font-weight: bold;
        margin-right: 5px;
    }

.advancedsearch .ajax__calendar_container {
    font-weight: normal;
}

    .advancedsearch .ajax__calendar_container td {
        border: none;
        background: initial;
    }

.advancedsearch .between_ctrl {
    display: none;
}

.advancedsearch .betweenselected .between_ctrl {
    display: inline-block;
}

.advancedsearch .nmulti, .advancedsearch .multiselection .multi_ctrl {
    display: block;
}

.advancedsearch .multi_ctrl, .advancedsearch .multiselection .nmulti {
    display: none;
}

.advancedsearch .noselection {
    display: none;
}

.advancedsearch .options_container {
    margin-bottom: 5px;
    margin-top: 5px;
}

    .advancedsearch .options_container span {
        display: block;
    }

.advancedsearch .preview_label {
    font-weight: normal !important;
    cursor: default;
}

    .advancedsearch .preview_label + a {
        display: block;
        width: 120px;
    }

.advancedsearch .ap_content .scrollable_pane {
    max-height: 400px;
    overflow: auto;
    padding-left: 15px;
}

    .advancedsearch .ap_content .scrollable_pane td {
        padding: 0;
        background: none;
        border: none;
    }

    .advancedsearch .ap_content .scrollable_pane span {
        display: block;
        margin-bottom: 4px;
    }

        .advancedsearch .ap_content .scrollable_pane span .btnRemove {
            width: 20px;
        }

/* ProposalQuestionSelector
--------------------------------------------------------------------------------------- */
.pqs_tree {
    margin-bottom: 10px;
    height: 350px;
    overflow: auto;
    width: 495px;
}

.proposalquestionselector input {
    margin-right: 2px;
}

/* QuestionListEditor
--------------------------------------------------------------------------------------- */
.qle_table {
    margin-bottom: 10px;
    width: 100%;
}

.qle_btns {
    margin-bottom: 10px;
}

    .qle_btns a {
        margin-right: 10px;
    }

.questionlisteditor .ap_content {
    width: auto;
}

.qle_popttl {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.qle_seltree {
}

.qle_treenode_sel {
    font-weight: bold;
}

.qle_treepnl {
    width: 400px;
    height: 400px;
    overflow: auto;
    margin-right: 10px;
}

.qle_infopnl {
    width: 300px;
    margin-bottom: 10px;
    max-height: 500px;
    overflow: auto;
}

.questionlisteditor legend {
    font-weight: bold;
    padding-bottom: 10px;
}

.qle_infotbl td {
    padding-bottom: 5px;
}

.qle_leftcol {
    padding-right: 10px;
    font-weight: bold;
}

.qle_labelCell {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.qle_noteCell {
    padding-top: 15px;
}

.qle_dropdownlist {
    width: 331px;
    height: 29px;
    font-size: 14px;
}

/* ListControlEditor
--------------------------------------------------------------------------------------- */
.lce_optns,
.lce_other,
.lce_btns {
    margin-bottom: 10px;
}

    .lce_btns a {
        margin-right: 10px;
    }

/* ProposalTabView
--------------------------------------------------------------------------------------- */
.ptv_tab {
    float: left;
    margin-right: 3px;
    background: url("images/ltd_tab_l.png") repeat-x 0 0 transparent;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: -1px; /* to delete border on the bottom of active tab */
}

    .ptv_tab .ptv_label {
        display: block;
        padding: 7px 12px;
        cursor: pointer;
        background: url("images/ltd_tab_r.png") no-repeat top right transparent;
    }

.ptv_active {
    background: url("images/ltd_tabactiv_l.png") repeat-x 0 0 transparent;
    border-bottom: 1px solid #ffffff;
}

    .ptv_active .ptv_label {
        cursor: default;
        background: url("images/ltd_tabactiv_r.png") no-repeat top right transparent;
    }

.ptv_contents {
    clear: both;
    background-color: #ffffff;
    border: 1px solid #B2B2B2;
    padding: 5px;
}
/* tab scroll */
.prev_button,
.next_button {
    width: 18px;
    background-color: #BBBBBB;
    float: left;
    height: 29px;
    cursor: pointer;
}

.prev_button {
    background: url("images/ptv_tabscroll_left.png") no-repeat top right transparent;
    padding-left: 3px;
}

.next_button {
    background: url("images/ptv_tabscroll_right.png") no-repeat top right transparent;
}

.prev_pushed {
    background: url("images/ptv_tabscroll_left_active.png") no-repeat top right transparent;
}

.next_pushed {
    background: url("images/ptv_tabscroll_right_active.png") no-repeat top right transparent;
}

.window_tabs {
    overflow: hidden;
    float: left;
    margin-bottom: -1px; /* to delete border on the bottom of active tab */
}

.scroll_tabs {
    position: relative;
}

/* Extended Grid 
-------------------------------------------------------------------------------------------------------*/
.exgrid_sortasc {
    background: url("images/grid_asc.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    left: 5px;
    position: relative;
    top: 2px;
    width: 12px;
    z-index: 20;
}

.exgrid_sortdesc {
    background: url("images/grid_desc.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    left: 5px;
    position: relative;
    top: 2px;
    width: 12px;
    z-index: 20;
}


/* ProposalTemplateExpressionSelector */

.pmte_atab {
    background: url("images/ltd_tabactiv_l.png") repeat-x 0 0 transparent;
    border-bottom: 1px solid #ffffff;
    float: left;
    height: 30px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.pmte_tab {
    background: url("images/ltd_tab_l.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #B2B2B2;
    float: left;
    height: 30px;
    margin-bottom: -1px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

    .pmte_tab input {
        background: url("images/ltd_tab_r.png") no-repeat top right transparent;
    }

.pmte_atab input {
    background: url("images/ltd_tabactiv_r.png") no-repeat top right transparent;
}

.pmte_tab input, .pmte_atab input {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    padding: 8px 5px 5px 4px;
    color: #000;
}

.pmte_tabs {
    position: relative;
}

.pmte_bigpreloader {
    background: url("images/preloaderbig.gif") no-repeat top right transparent;
    height: 60px;
    width: 60px;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 5;
}

.pmte_background {
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #e0e0e0;
    z-index: 500;
}


.pmte_left {
    padding-top: 15px;
}

    .pmte_left select {
        min-width: 90px;
    }

.pmte_right {
    overflow: hidden;
    clear: both;
    padding-top: 15px;
}

.pmte_exp {
    font-weight: bold;
    width: 120px;
    padding: 10px 5px 5px 5px;
}

.pmte_left .pmte_exp {
    min-width: 100px;
    padding-right: 20px;
}

.pmte_right .pmte_exp {
    min-width: 100px;
    padding-right: 20px;
}

.pmte_format {
    padding-left: 20px;
    padding-right: 20px;
}

.pmte_main {
    position: relative;
}

.pmte_close {
    background: url("images/btn_medium.gif") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    border: 0px;
    width: 75px;
    color: White;
    cursor: pointer;
    overflow: visible;
    height: 26px;
    margin-right: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); /* fixes IE7 buttons re-draws */
}

/* ProposalQuestionSelector2
--------------------------------------------------------------------------------------- */
.pqs_header {
    text-align: right;
}

.pqs_title {
    display: inline-block;
    font-weight: bold;
    float: left;
}

.pqs_errormsg {
    margin: 10px 0px;
    display: inline-block;
}

/* GridColumnSelector
--------------------------------------------------------------------------------------- */
.gcs_header {
    text-align: right;
}

.gcs_title {
    display: inline-block;
    font-weight: bold;
    float: left;
}

.gcs_errormsg {
    margin: 10px 0px;
    display: inline-block;
}

.gcs_tree {
    margin-bottom: 10px;
    height: 350px;
    overflow: auto;
    width: 395px;
}

/* ScoreValuesEditor
--------------------------------------------------------------------------------------- */
.sve {
    padding: 5px 3px 5px 10px;
}

    .sve table {
        margin-bottom: 10px;
    }

/* LogicalQuestionScoreEditor
----------------------------------------------------------------------------------------*/
.lqse,
.taxidqse {
    padding: 5px 3px 5px 0px;
}

    .lqse div {
        margin-bottom: 5px;
    }

.lqse_textbox,
.taxidqse_textbox {
    margin-left: 10px;
    margin-right: 10px;
}

/* TaxIDQuestionScoreEditor
----------------------------------------------------------------------------------------*/
.taxidqse_row td {
    padding-bottom: 10px;
}


/* WorkFlowEditCtrl            
--------------------------------------------------------------------------------------- */
.wfe_title {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.wfe_stg {
    font-size: 20px;
    margin-top: 20px;
    color: #999999;
}

.wfe_tsk_cont {
    padding-top: 20px;
    clear: both;
}

.wfe_tsk_item, .wfe_tsk_item_canceled {
    margin-bottom: 20px;
}

    .wfe_tsk_item_canceled,
    .wfe_tsk_item_canceled select,
    .wfe_tsk_item_canceled textarea,
    .wfe_tsk_item_canceled input {
        color: #ccc;
    }

.wfe_tsk_title {
    font-weight: bold;
    font-size: 14px;
    background-color: #EFEFEF;
    padding: 3px 5px;
    margin-bottom: 10px;
}

    .wfe_tsk_title a {
        float: right;
        margin-right: 10px;
        font-size: 12px;
    }

.wfe_tsk_sec span,
.wfe_tsk_desc span,
.wfe_tsk_date span {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

.wfe_tsk_date span.datetimepicker {
    width: 200px;
}

.wfe_tsk_sec, .wfe_tsk_desc {
    margin-bottom: 10px;
}

    .wfe_tsk_sec select {
        width: 300px;
        margin-right: 10px;
    }

    .wfe_tsk_desc textarea {
        vertical-align: top;
        border: 1px solid #B0B0B0;
        width: 450px;
    }

.wfe_progress span {
    margin-right: 5px;
    font-size: 14px;
    color: #999;
    background-color: #EFEFEF;
    padding: 3px 15px;
    display: inline-block;
}

    .wfe_progress span.wfe_progress_act {
        color: #fff;
        background-color: #999999;
    }

.wfe_tsk_date img {
    padding: 2px;
    vertical-align: top;
}

/* ExcelScoringVeiw
--------------------------------------------------------------------------------------- */
.excelscoring {
    margin-bottom: 10px;
}

.submitter-scoring {
    display: block;
    overflow: auto;
}

.submitter-scorings-list {
    width: 100% !important;
}

.esc_table {
    margin-bottom: 10px;
}
/* Menu ProposalView 
----------------------------------------------------------------------------------------*/
.viewmenutable {
    width: 100%;
    margin-bottom: 20px;
}

    .viewmenutable table.ltb_table {
        width: auto;
    }

    .viewmenutable td {
        vertical-align: middle;
    }

.viewmenu table.m_dynamicitem td {
    padding-top: 1px;
}

.viewmenu a.m_staticitem:hover,
.viewmenu a.m_dynamicitem:hover {
    text-decoration: none;
}

.viewmenu a.m_staticitem {
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    cursor: pointer !important;
    background-color: #f0f0f0;
    text-decoration: none;
    min-width: 95px;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewmenu a.m_dynamicitem {
    padding: 10px 10px;
    display: block;
    min-width: 115px;
    max-width: 270px;
    overflow: hidden;
    font-weight: bold;
    background-color: #f0f0f0;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.viewmenu .m_dynamic {
    z-index: 100; /*   for IE    */
}

.viewmenu a[disabled], .viewmenu a.aspNetDisabled {
    color: #A0A0A0;
    text-decoration: none;
    cursor: default !important;
}

.viewcloselink {
    text-align: right;
}

/* EmailRecipientSelectorCtrl
------------------------------------------------------------------------------------*/
.email_recipient_selector {
    padding-bottom: 20px;
}

    .email_recipient_selector .f_ctrllabel {
        width: 210px;
    }
    .email_recipient_selector td {
        padding-bottom: 20px;
    }

    .email_recipient_selector input {
        margin-right: 8px;
    }

.method_type_selector {
    display: flex;
    padding-top: 15px;
}

.question_dropdown {
    min-width:295px;
    max-width:295px;
}

.question_container {
    padding: 0px 0px 0px 230px;
}
    .question_container .f_ctrllabel {
        display: block;
        padding-bottom: 5px;
    }


/* GuideStarCheckCtrl
------------------------------------------------------------------------------------*/
.gscheck {
    background: url("images/GuideStar_CharityCheck.jpg") no-repeat 0 0 transparent;
    min-height: 50px;
    padding-left: 195px;
    margin: 10px 0px;
}

.gs_message {
    display: inline-block;
    margin: 20px;
}

.gs_statusbar div {
    cursor: default;
    float: left;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    height: 35px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    width: 96px;
}

.gs_statusbar {
    padding-top: 3px;
    float: left;
}

.gs_501notvalid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -62px -109px transparent;
}

.gs_501valid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -62px -51px transparent;
}

.gs_509notvalid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -185px -109px transparent;
}

.gs_509valid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -185px -51px transparent;
}

.gs_pub78notvalid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -308px -109px transparent;
}

.gs_pub78valid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -308px -51px transparent;
}

.gs_ofacnotvalid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -432px -109px transparent;
}

.gs_ofacvalid {
    width: 106px;
    height: 40px;
    background: url("images/GuideStarBar.png") no-repeat -432px -51px transparent;
}

.gs_data {
    margin-left: 7px;
    font-size: 0.88em;
    display: block;
}

.gs_warning:before {
    content: ".";
    font-family: 'Rovensys';
    font-weight: normal;
    padding-right: 2px;
}

.gs_warning {
    clear: both;
}

    .gs_warning a {
        cursor: pointer;
    }

.gs_right {
    float: left;
}

.gs_org_tab_right {
    float: right;
    margin-right: -6px;
}

.gs_org_tab_left_top {
    float: left;
    padding-top: 7px;
    margin-left: 8px;
    margin-right: 10px;
}

.gs_historyLink {
    margin-left: 7px;
}

.gs_run {
    margin: 4px 6px 3px 6px;
}

.gs_smallTitle {
    font-size: 1.5em;
}

.popup {
    position: fixed;
    border-radius: 3px;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    z-index: 9999999;
    padding: 20px;
}

.pp_close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    background: url("images/close_link.png") no-repeat scroll 0 0 transparent;
    width: 9px;
    height: 9px;
}

.pp_content {
    min-height: 140px;
    overflow: auto;
    max-height: 500px;
}

#pp_blackout {
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}

.pp_loader {
    background: url("images/preloaderbig.gif") no-repeat scroll center center transparent;
    height: 100px;
}

.popup .gs_statusbar {
    float: none;
}

.popup .gs_data {
    margin: 0;
}

.popup_body .f_column .f_dropdownlist select {
    width: 303px;
}
/* TriggerViewCtrl
------------------------------------------------------------------------------------*/
.trgview table {
    width: 100%;
    margin: 5px 0px;
}

    .trgview table th:first-child {
        width: 30%;
    }

.trgview_ttl {
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.trgview_cdnm {
    font-weight: bold;
}

    .trgview_cdnm:before {
        content: '['
    }

    .trgview_cdnm:after {
        content: ']'
    }

.operation_edit_ltb .smart_tbx {
    margin-bottom: 6px;
}

    .operation_edit_ltb .smart_tbx i {
        font-style: italic;
        font-weight: normal;
    }

.operation_edit_ltb .label_destination {
    margin-bottom: 6px;
}

.form .label_destination.labelatright .f_ctrllabel {
    width: 400px;
}

.form .label_destination.labelatright .f_ctrlinput input {
    width: 14px;
}

.operation_edit_ltb .effective_proposals {
    padding: 6px 0 6px 0;
}

.operation_edit_ltb .destination_for_label_ltb {
    margin-bottom: 6px;
}

.effective_proposals .f_dropdownlist .f_ctrlvalidator {
    margin-top: -27px;
}

.operation_edit_ltb .valid {
    color: red;
}

    .operation_edit_ltb .valid span {
        display: block;
        margin-left: -80px;
        margin-top: -30px;
    }

    .operation_edit_ltb .valid .f_ctrlinput:before {
        font-family: 'Rovensys';
        content: "!";
        padding-left: 1px;
        padding-right: 3px;
    }

.operation_edit_ltb .prop_templ_valid {
    display: block;
    top: 68px;
    position: relative;
    left: -350px;
}

/* TriggerEditCtrl
------------------------------------------------------------------------------------*/
.trgedit .trgedit_defs table,
.trgedit .trgedit_tgr_cond table {
    width: 100%;
    margin: 5px 0px;
}

.trgedit .trgedit_tgr_name,
.trgedit .trgedit_tgr_event_name,
.trgedit .trgedit_tgr_cond_name,
.trgedit .trgedit_tgr_isasync,
.trgedit .trgedit_tgr_desc,
.trgedit_tgr_actor {
    margin-bottom: 10px;
}

    .trgedit_tgr_event_name input,
    .trgedit_tgr_cond_name input,
    .trgedit_tgr_name input,
    .trgedit_tgr_actor select {
        width: 450px;
        margin-right: 10px;
    }

.trgedit_tgr_desc textarea {
    vertical-align: top;
    border: 1px solid #B0B0B0;
    width: 450px;
}

.trgedit_tgr_name span.f_reqfld {
    color: red;
    vertical-align: auto;
    width: 5px;
}

.trgedit_tgr_name span {
    font-weight: bold;
    display: inline-block;
    width: 195px;
}

    .trgedit_tgr_name span[data-val-isvalid='False'] {
        color: #cf3636;
    }

.trgedit_tgr_event_name span,
.trgedit_tgr_cond_name span,
.trgedit_tgr_desc span,
.trgedit_tgr_isasync span,
.trgedit_tgr_actor span {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

.trgedit_ttl {
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.trgedit_cond_ttl {
    font-weight: bold;
}

.trgedit_opr_cont {
    border: 1px solid #C2C2C2;
    margin-bottom: 20px;
}

.trgedit_opr_ttl {
    border-bottom: 1px solid #C2C2C2;
    background-color: #EFEFEF;
    padding: 10px;
    margin-bottom: 10px;
}

    .trgedit_opr_ttl span {
        font-weight: bold;
    }

.trgedit_opr_cmds {
    float: right;
}

    .trgedit_opr_cmds a {
        margin-left: 10px;
    }

.trgedit_opr_prms {
    padding: 0px 10px 0px 10px;
}

.trgedit_opr_desc {
    padding: 0px 10px 10px 10px;
}

    .trgedit_opr_desc span {
        font-weight: bold;
        display: inline-block;
        width: 200px;
        vertical-align: top;
        margin-right: 5px;
    }

    .trgedit_opr_desc textarea {
        vertical-align: top;
        border: 1px solid #B0B0B0;
        width: 450px;
    }

    .trgedit_opr_desc .fe_textarea_limit,
    .trgedit_tgr_desc .fe_textarea_limit {
        font-weight: normal;
    }

    .trgedit_opr_prms .f_ctrlinput > select,
    .trgedit_opr_prms .f_ctrlinput > input {
        width: 300px;
    }

.trgedit_opts .labelatleft .f_ctrllabel {
    margin-right: 5px;
}

.trgedit_opr_prms .f_ctrlinput input[type=checkbox],
.trgedit_opr_prms .f_ctrlinput input[type=radio] {
    width: auto;
}

.trgedit_opr_prms .f_ctrlinput textarea {
    vertical-align: top;
    border: 1px solid #B0B0B0;
    width: 450px;
}

.trgedit_opr_prms table {
    width: 100%;
}

.trgedit_pgrs {
    margin-bottom: 15px;
}

.trgedit_pgrs_ttl {
    font-size: 14px;
    color: #999;
    font-weight: bold;
    padding-bottom: 10px;
}


/* Styles for ImageButton for CalendarExtender Control
------------------------------------------------------------------------------------*/

.f_datetimepicker .f_ctrlinput img {
    vertical-align: top;
}

.fe_matrix .fe_mtx_cell input[type=image].calendarImage {
    vertical-align: top;
}

.f_datetimepicker .f_ctrlinput input[type=image].calendarImage,
.f_rangecontroleditor .f_re_row td input[type=image].calendarImage,
.advancedsearch input[type=image].calendarImage,
.wfe_tsk_date input[type=image].calendarImage,
.fe_matrix .fe_mtx_cell input[type=image].calendarImage,
.fe_table .fe_table_cell input[type=image].calendarImage {
    padding: 2px;
    vertical-align: middle;
}

.fe_date .fe_q_cont input[type=image].calendarImage {
    padding: 2px 2px 2px 0;
    vertical-align: top;
}

.mre_row .mre_btn, .mre_altrow .mre_btn {
    padding-left: 10px;
}

.fe_mtx_cell {
    min-width: 200px;
}

    .fe_mtx_cell input {
        vertical-align: top;
    }

.fe_table_cell .fe_mtx_check_ctrl label {
    vertical-align: top;
}

.breaking div.f_ctrlinput > span {
    max-width: 700px;
    overflow-wrap: break-word;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
}

tr.fe_mtx_row td.fe_table_cell input[type=radio],
tr.fe_mtx_row td.fe_table_cell input[type=checkbox],
tr.fe_mtx_row td.fe_mtx_cell input[type=radio],
tr.fe_mtx_row td.fe_mtx_cell input[type=checkbox] {
    margin-right: 4px;
    margin-left: 4px;
}
/* Styles for Allocation Control
------------------------------------------------------------------------------------*/
.fe_all_cell_tl, .fe_all_amount_title, .fe_all_percentage_title {
    font-weight: bold;
}

.fe_all_cell, .fe_all_cell_tl, .fe_table_cell_amount, .fe_table_cell_percentage,
.fe_all_amount_title, .fe_all_percentage_title, .fe_all_primary, .fe_all_command {
    border: solid 1px black;
    padding: 4px;
    vertical-align: middle;
}

.fe_all_title_error {
    color: red;
    display: block;
    font-weight: normal;
}

.ref_selector {
    min-width: 600px;
    max-width: 900px;
    width: auto;
    max-height: 600px;
    min-height: 250px;
}

    .ref_selector .ref_grid {
        max-height: 390px;
        min-height: 230px;
        height: auto;
        margin-bottom: 10px;
        border: 1px gray solid;
        overflow: auto;
    }

    .ref_selector .lac_header {
        padding: 10px 0;
        cursor: pointer;
        background: url("images/lac_strip.jpg") no-repeat scroll right bottom transparent;
        color: #5aa341;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        /*border-bottom: 1px solid #bfe0b1;*/
    }

    .ref_selector .flt_btns {
        padding-top: 20px;
    }

    .ref_selector .f_textbox input {
        line-height: 19px;
        width: 250px;
        height: 23px;
        box-sizing: border-box;
    }

    .ref_selector select {
        max-width: 200px;
        line-height: 19px;
        height: 23px;
        box-sizing: border-box;
    }

/* Styles for CauseInfo
------------------------------------------------------------------------------------*/
.causeinfo2 {
    border: solid 1px #E0E0E0;
    display: block;
    padding: 20px;
    margin: 16px 0;
}

    .causeinfo2 > div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .causeinfo2 img {
        width: 62px;
        height: 62px;
    }

    .causeinfo2 .defaultlogo {
        font-size: 55px;
        color: #e0e0e0;
        text-align: end;
        vertical-align: middle;
    }

    .causeinfo2 .f_ctrllabel {
        margin-right: 4px !important;
        font-weight: normal;
    }

    .causeinfo2 .f_ctrlinput {
        margin-right: 0;
    }

    .causeinfo2 .causeinfo2_info {
        padding-left: 20px;
    }

    .causeinfo2 .causeinfo2_name {
        font-weight: bold;
    }

/* Styles for CauseSearch Control
------------------------------------------------------------------------------------*/
.ap_content .pf_page {
    overflow: auto;
}

.fe_cs_row {
    border: solid 1px #E0E0E0;
    display: block;
    padding: 20px;
    margin-bottom: 8px;
}

.fe_cs_command {
    padding: 0px 15px;
    vertical-align: middle;
}

.fe_cs_cell {
    vertical-align: middle;
}

.fe_cs_info_title {
    font-weight: bold;
}

.fe_cs_org_logo img {
    height: 56px;
    width: 56px;
    padding-right: 16px;
}

.fe_cs_default_logo {
    padding-top: 6px;
    padding-right: 16px;
}

.pf_causesearch_selector input.gray_btn {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 14px;
    color: #616161;
    font-family: "Open Sans Regular";
}

.fe_cs_button input {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #616161;
    font-family: "Open Sans Regular";
}

    .fe_cs_button input:hover, .pf_causesearch_selector .pf_buttons a:hover {
        cursor: pointer;
    }


.pf_causesearch_selector .flt_btns input {
    background-color: #001A61;
    padding: 12px 17px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
    border: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: initial;
}

    .pf_causesearch_selector .flt_btns input:hover {
        background-color: #19388B;
    }

    .pf_causesearch_selector .flt_btns input:focus {
        outline: 2px dotted #000000;
    }

    .pf_causesearch_selector .flt_btns input[disabled], .pf_causesearch_selector .flt_btns input[disabled]:hover {
        opacity: 0.5;
        cursor: default;
    }

.ap_content .pf_causesearch_selector .pf_title {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    font-size: 16px;
    font-family: Open Sans Regular;
    color: #424242;
    padding: 20px 32px;
}

.ap_content .pf_causesearch_selector .pf_page {
    padding: 20px 32px;
    overflow: auto;
    max-height: calc(100vh - 320px);
}

.ap_content .pf_causesearch_selector .pf_buttons {
    background-color: #fafafa;
    padding: 20px 28px;
    border-top: 1px solid #e0e0e0;
}

.ap_content .pf_causesearch_selector .pf_title {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    font-size: 16px;
    font-family: Open Sans Regular;
    color: #424242;
    padding: 20px 32px;
    line-height: 20px;
}

    .ap_content .pf_causesearch_selector .pf_title span {
        font-size: 16px;
        line-height: 20px;
    }

.pf_causesearch_selector .f_ctrlinput input {
    padding: 8px 9px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    font-family: "Open Sans Regular";
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #6F6F75;
    margin-right: 5px;
    width: 345px;
    height: 22px;
}

.pf_causesearch_selector .f_ctrlinput select {
    padding: 8px 9px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    font-family: "Open Sans Regular";
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #6F6F75;
    margin-right: 5px;
    height: 40px;
    width: 300px;
}

.pf_causesearch_selector .flt_btns input {
    margin-top: 28px;
    margin-right: 0px;
}

.pf_causesearch_selector .pf_leftButtons {
    width: auto;
}

.pf_causesearch_selector .cause_selector,
.pf_causesearch_selector .grid2 {
    width: 831px;
}

.pf_causesearch_selector .buttonsatright .flt_form {
    padding-right: 0px;
}

.pf_causesearch_selector .grid2 {
    margin-top: 10px;
}

.cause_selector .filter .f_ctrlinput {
    margin-right: 3px;
}

.cause_search em {
    background-color: #FDED51;
    font-style: normal;
}
/* LexisNexisCheckCtrl
------------------------------------------------------------------------------------*/
.ln_result_header {
    background-color: #D0D8DE;
    padding: 12px 12px 8px 12px;
    font-size: 14px;
    border-radius: 3px;
}

.ln_match {
    margin: 5px auto;
}

.ln_match_header {
    display: flex;
    align-items: center;
    border: 1px solid #C2C2C2;
    background-color: #f0f0f0;
    cursor: pointer;
    padding: 0px 5px;
    min-height: 25px;
    transition: 0.5s;
    font-size: 13px;
    border-radius: 3px;
}

    .ln_match_header.active {
        background-color: #C2C2C2;
        border-radius: 3px 3px 0px 0px;
    }

    .ln_match_header > .ln_item {
        flex: 1;
    }

        .ln_match_header > .ln_item:first-child {
            flex: 0 1 35px;
        }

    .ln_match_header:hover {
        background-color: #C2C2C2;
    }

    .ln_match_header::after {
        content: "+";
    }

    .ln_match_header.active::after {
        content: "–";
    }

    .ln_match_header.active::after, .ln_match_header::after {
        font-weight: bold;
        font-size: 24px;
    }


.ln_match_body {
    border: 1px solid #C2C2C2;
    border-top: none;
    padding: 5px 5px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, max-height 0.5s, opacity 0.5s;
    max-height: 2000px;
    overflow: auto;
    font-size: 13px;
    border-radius: 0 0 3px 3px;
}

    .ln_match_body.hidden {
        visibility: hidden;
        transition: visibility 0.2s, max-height 0.2s, opacity 0.2s, padding 0.5s;
        max-height: 0;
        padding: 0;
        opacity: 0;
    }

    .ln_match_body .ln_item {
        margin: 2px 0;
    }

        .ln_match_body .ln_item + .ln_item_sublevel_1 {
            margin-top: -1px;
        }

    .ln_match_body .ln_item_sublevel_1 {
        margin: 1px 0 1px 10px;
    }

    .ln_match_body .ln_item_sublevel_2 {
        margin: 0px 0 0px 20px;
    }

    .ln_match_body .ln_label {
        min-width: 100px;
        max-width: 100px;
    }

    .ln_match_body .ln_text {
    }

.ln_item {
    display: flex;
    flex-flow: row;
}

.ln_item_sublevel_1 {
    display: flex;
    flex-flow: row;
    margin-left: 10px;
}

.ln_match_body .ln_item_sublevel_1 + .ln_item_sublevel_2 {
    margin-top: -1px;
}

.ln_item_sublevel_1:first-child {
    margin-top: -5px;
}

.ln_item_sublevel_2 {
    display: flex;
    flex-flow: row;
    margin-left: 20px;
}

.ln_item .ln_label {
    margin-right: 5px;
    font-weight: bold;
}

.ln_label::after {
    content: ":";
}

/* InvitationCodes
---------------------------------------------------------------------------------*/
.qle_labelCell_Mailbox_Green {
    padding-right: 47px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    width: auto;
}

.qle_labelCell_Mailbox_Red {
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    width: auto;
}

.qle_labelCell_Mailbox_Green:before {
    content: url("images/CheckCircle.svg");
    margin-right: 4px;
}

.qle_labelCell_Mailbox_Red:before {
    content: url("images/CrossCircle.svg");
    margin-right: 4px;
}

.qle_labelCell_ProposalTemplate_Red {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.qle_labelCell_ProposalTemplate_Green {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.qle_labelCell_ProposalTemplate_Red:before {
    content: url("images/CrossCircle.svg");
    margin-right: 4px;
}

.qle_labelCell_ProposalTemplate_Green:before {
    content: url("images/CheckCircle.svg");
    margin-right: 4px;
}
/* Styles for Money Control
------------------------------------------------------------------------------------*/
.fe_money .fe_q_cont {
    height: 40px;
}

    .fe_money .fe_q_cont input,
    .fe_money .fe_q_cont select {
        vertical-align: top;
        border: 1px solid #BDBDBD;
        font-family: "Open Sans Regular";
        font-size: 16px;
    }

input.fe_mn_amount {
    padding: 3px 7px;
    border-radius: 5px 0px 0px 5px;
    min-width: 280px;
    height: 20px;
}

select.fe_mn_currency {
    border-radius: 0px 5px 5px 0px;
    min-width: 82px;
    height: 28px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border-left: none !important;
    padding-left: 15px;
}

.screen-reader-only legend {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Filter
------------------------------------------------------------------------------------*/

.defaultfilter .firstcolumntitle .f_ctrllabel,
.defaultfilter .firstcolumn .f_ctrllabel,
.defaultfilter .form .dt_from .f_ctrllabel {
    width: 185px !important;
    margin-right: 8px;
}

.form .dt_from_mid .f_ctrllabel {
    width: 185px;
    margin-right: 8px;
}

.form .dt_from_mid .f_ctrlinput {
    margin-right: 3px;
    width: 145px;
}

.form .dt_to_mid .f_ctrlinput {
    width: 145px;
}

.form .dt_to_mid .f_ctrllabel {
    width: auto;
    margin-right: 8px;
}

.form .dt_from_mid input[type=text],
.form .dt_to_mid input[type=text] {
    width: 120px;
}

.long_input .f_ctrlinput input {
    width: 287px !important;
}

.defaultfilter .f_textbox .f_ctrllabel,
.defaultfilter .f_numerictextbox .f_ctrllabel,
.defaultfilter .f_dropdownlist .f_ctrllabel,
.defaultfilter .customfilterlist .f_ctrllabel,
.defaultfilter .customfilter .f_ctrllabel {
    width: 60px;
    padding-right: 0;
    padding-top: 2px;
}

.defaultfilter .firstcolumn .f_ctrlinput input {
    width: 280px;
}

.defaultfilter .firstcolumntitle .f_ctrllabel {
    width: 112px !important;
}

.defaultfilter .f_textbox input {
    width: auto;
}

.defaultfilter .payment_code_group {
    float: left;
}

.defaultfilter .flt_form {
    padding-right: 20px;
}

.defaultfilter .f_column {
    vertical-align: top;
    min-width: 99px;
}

.defaultfilter .label .f_ctrllabel {
    width: 104px !important;
}

.defaultfilter .label.codetitle .f_ctrllabel {
    min-width: 112px !important;
}

.defaultfilter .pv_thirdnew .f_dropdownlist select,
.defaultfilter .f_column .f_dropdownlist select {
    width: 303px;
}

.defaultfilter .pv_thirdnew .f_ctrlinput input {
    width: 285px;
}

.defaultfilter .f_control.f_dropdownlist.pv_thirdnew.labelatleft {
    padding-left: 75px;
}

.defaultfilter .f_dropdownlist select {
    min-width: 151px;
    margin-left: 0;
}

.defaultfilter .label select {
    width: 436px;
}

.defaultfilter .longsearch input {
    width: 636px;
}

.defaultfilter .code_values .f_ctrlinput {
    color: #424242;
}

.defaultfilter .f_group .firstcolumn.code_select{
    margin-left: -10px;
}

.defaultfilter .f_group .firstcolumn.code_change {
    margin-left: 193px;
}

.accordionlayout.defaultfilter .ui-datepicker-trigger {
    margin: 1px 0px 1px -28px;
}

.accordionlayout.defaultfilter .form .dt_from .f_ctrlinput {
    margin: 0px;
}

.accordionlayout.defaultfilter .form .dt_to .f_ctrllabel {
    margin: 0px 8px 0px 8px;
}

.paymentfilter_table {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .defaultfilter .f_dropdownlist select {
        min-width: 172px;
    }

    .defaultfilter .label select {
        width: 479px;
    }
}

/*          Safari HACK          */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        .defaultfilter .f_dropdownlist select {
            min-width: 303px;
        }

        .defaultfilter .label select {
            width: 400px;
        }
    }
}

/*          Firefox HACK         */
@-moz-document url-prefix() {
    .defaultfilter .f_dropdownlist select {
        min-width: 143px;
    }

    .defaultfilter .label select {
        width: 420px;
    }
}