@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i');
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
a {
  color: #00447c;
  font-weight: 400;
}
input.button {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}
.button {
    background:#00447c;
    color:#fff;
    padding: 1em 2em;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border: none;
}
.button:hover {
  text-decoration: underline;
}
.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
.button-secondary {
    padding: 1em 2em;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border: none;
}
.button-secondary:hover {
  text-decoration: underline;
}
.button-secondary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
input,
textarea {
  border: 1px solid #ccc;
}
.splash {
    margin: 0;
    padding: 0;
    background-image: url(images/bg_splash.png);
    background-repeat: repeat-x;
    background-color: #51b2b9;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1144px;
}

    .wrapper.login_page {
        position: relative;
        margin: 0 auto;
        width: 1144px;
        min-height: 679px;
        /*border:1px solid red;*/
        background-image: url(images/bg_squares.png);
        background-repeat: no-repeat;
        background-position: 50% 130px;
    }

.header {
    position: relative;
    width: 1144px;
    height: 106px;
    background-image: url(images/header-banner.png);
    background-repeat: no-repeat;
}

.top_nav {
    position: relative;
    width: 1144px;
    height: 15px;
    background-image: url(images/bg_grey_bar.png);
    background-repeat: repeat-x;
}

.footer {
    position: relative;
    text-align: center;
    padding: 30px 0;
    background: #747b82;
    background: -moz-linear-gradient(-45deg,#747b82 0%,#979998 100%);
    background: -webkit-linear-gradient(-45deg,#747b82 0%,#979998 100%);
    background: linear-gradient(135deg,#747b82 0%,#979998 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747b82',endColorstr='#979998',GradientType=1);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.75px;
    line-height: 22px;
}

.footerWebGrid {
    position: relative;
    text-align: center;
    height: 49px;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 8px;
    background-color: White;
}

    .footerWebGrid a:visited {
        color: #000;
    }

    .footerWebGrid a {
        color: #000;
    }

    .footerWebGrid td {
        background-color: White;
        border-color: White;
    }

.clear {
    clear: both;
}

.copyright_text {
    position: relative;
    margin-bottom: 6px;
    text-decoration: none;
}

.footer_links a {
    padding-left: 10px;
    text-decoration: none;
    color:#fff;
    font-weight: 300;
}
.footer_links a:hover {
    text-decoration: underline;
}

.error {
    color: #e80c4d;
}

.box_title .button_grey {
    margin-left: 50px;
}

.logo {
    position: relative;
    /*background-image:url(images/logo.png);
	background-repeat:no-repeat; */
    width: 180px;
    height: 62px;
    top: 32px;
    left: 38px;
    outline: none;
}

    .logo a {
        display: block;
        width: 180px;
        height: 62px;
        top: 32px;
        left: 38px;
        outline: none;
    }

.name-info {
    position: relative;
    float: right;
    clear: both;
    right: 40px;
    top: -32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

    .name-info a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .name-info a {
        text-decoration: underline;
    }

.field-validation-error, .validation-summary-errors {
    color: #990000;
    font-size: 1.5em;
}

#logoutForm {
    /*margin-left: 10px;*/
    display: inline;
}

.content {
    min-height: 510px;
    /*text-align:center;*/
    padding: 0 20px 0 20px;
}

.right_nav_box {
    position: relative;
    float: right;
    margin-top: 3.5em;
}

    .right_nav_box ul {
        list-style: none;
        padding: 0;
        margin: 10px 10px;
    }

        .right_nav_box ul li a {
            text-decoration: none;
            padding: 0;
            margin: 0;
        }

            .right_nav_box ul li a:hover {
                text-decoration: underline;
            }

            .right_nav_box ul li a.rn_active {
                font-weight: bold;
                text-decoration: none;
            }

.buttons_center {
    display: flex;
    flex-wrap: wrap;
    margin: 4em 0;
}
.buttons_center a.home-button {
  background: #00447c;
  color:#fff;
  text-decoration: none;
  flex: 0 0 22em;
  padding: 1.5em;
  margin: 0.75em 1.5em 0.75em 0;
  display: flex;
  justify-content: space-between;
}
.buttons_center a.home-button:hover {
  text-decoration: underline;
}
.buttons_center a.home-button:after {
  content:" ";
  width: 2em;
  height:2em;
  background: url(images/pencil-white.svg) no-repeat center;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.buttons_center a.home-button.button-activity:after {
  background: url(images/activity-white.svg) no-repeat center;
}
.buttons_center a.home-button.button-share:after {
  background: url(images/share-white.svg) no-repeat center;
}
.buttons_center a.home-button.button-print:after {
  background: url(images/print-white.svg) no-repeat center;
}
.buttons_center a.home-button.button-link:after {
  background: url(images/link-white.svg) no-repeat center;
}

.button_update {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 67px;
    outline: none;
    background-image: url(images/update_disclosure_button.png); /*url(images/button_update.png);*/
    background-repeat: no-repeat;
}

    .button_update a {
        display: block;
        width: 234px;
        height: 67px;
        outline: none;
    }

.button_general {
    position: relative;
    display: inline-block;
    width: 227px;
    height: 67px;
    outline: none;
    background-image: url(images/button_general.png);
    background-repeat: no-repeat;
}

    .button_general a {
        display: block;
        width: 227px;
        height: 67px;
    }

.column_left {
    position: relative;
    display: inline-block;
    width: 500px;
}

.column_right {
    position: relative;
    display: inline-block;
    width: 500px;
    padding-left: 25px;
}

    .column_left table, .column_right table {
        /*position:relative;    Disabled to resolve tooltip issue in IE9*/
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

.column_left.sleft {
    position: relative;
    display: inline-block;
    width: 800px;
}

.brd {
    border-right: 1px solid #ccc;
    /*white-space: nowrap;*/
}

.column_left table .brd {
    /* border-right: 1px solid #ccc; */
    border-right: none;
}

.alt_row {
    background-color: #DFE7EC;
}

.top_nav2 {
    position: relative;
    width: 1144px;
    outline: none;
    background: #00447c;
    z-index: 5;
}
.top_nav2 a {
  color:#fff;
}

.data_table {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}

    .data_table span {
        /*margin-left:10px;*/
    }

    .data_table td {
        padding: 5px 20px;
    }

    .data_table .reportQuestionTitle {
        word-wrap: break-word;
        white-space: pre-wrap;
        font-style: normal;
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: 700;
        text-decoration: none;
        unicode-bidi: normal;
        color: #31849b;
        direction: ltr;
        layout-flow: horizontal;
        writing-mode: lr-tb;
        vertical-align: top;
        text-align: left;
    }
    .data_table .reportQuestionValues {
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        color: Black;
    }
    
    .data_table .top_nav2 td span {
        display: block;
    }
.reportText {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: Black;
}
.icon_pdf {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 26px;
    outline: none;
    background: url(images/icon_pdf.png);
    background-repeat: repeat-x;
    z-index: 0;
}

.icon_word {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 26px;
    outline: none;
    background: url(images/icon_word.png);
    background-repeat: repeat-x;
    z-index: 0;
}

.btn_view_all {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #00a0b2;
}

    .btn_view_all:hover {
        text-decoration: underline;
    }

.bva_box {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    width: 800px;
}

.box_title {
    font-weight: bold;
    text-decoration: none;
    color: #363636;
    text-align: left;
    margin-bottom: 15px;
}

table .top_nav2 {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.span_indent {
    padding-left: 50px;
}

    .span_indent.tred {
        color: #990000;
    }

.tbold {
    font-weight: bold;
}

.btm_buttons {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
}

.logo_tagline {
    position: relative;
    margin: 0 auto;
    top: 175px;
    width: 785px;
    height: 96px;
    outline: none;
    background-image: url(images/bg_logo_tgline.png);
    background-repeat: no-repeat;
}

.login_box {
    position: relative;
    margin: 0 auto;
    margin-top: 250px;
}

.login_box {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

    .login_box .input_field {
        background: none;
        border: none;
        padding-left: 10px;
        background-image: url(images/bg_input_login.png);
        background-repeat: no-repeat;
        width: 216px;
        height: 26px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

.forgot_password {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

    .forgot_password:hover {
        text-decoration: underline;
    }

.btn_submit {
    display: block;
    height: 36px;
    width: 136px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background-image: url(images/btn_submit.png);
    background-repeat: no-repeat;
}

.splash_btm_links {
    position: relative;
    width: 375px;
    top: 100px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

    .splash_btm_links a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .splash_btm_links a:hover {
            text-decoration: underline;
        }

.button_grey {
    display: inline-block;
    min-width: 50px;
    min-height: 0px;
    text-align: center;
    background: #fff;
    background: -ms-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2, #cfcfcf); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cfcfcf),color-stop(1,#f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f2f2', endColorstr='#cfcfcf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f2f2', endColorstr='#cfcfcf')";
    background-repeat: no-repeat;
    border: 1px solid #707070;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 10px 4px 10px;
}

/* New Buttons*/
.button_generateReport {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 30px;
    outline: none;
    background-image: url(images/button_generateNewReport.jpg);
    background-repeat: no-repeat;
}

    .button_generateReport a {
        display: block;
        width: 180px;
        height: 30px;
    }

    .button_generateReport a {
        display: block;
        width: 180px;
        height: 30px;
    }

.button_noChanges {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_NoChanges.jpg);
    background-repeat: no-repeat;
}

.button_returnToDashboard {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_ReturnDashboard.jpg);
    background-repeat: no-repeat;
}

.button_updateRelationship,
.button_noRelationship,
.button_addRelationshipMain {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.button_noRelationship,
.button_addRelationshipMain {
  margin: 0 0.5em;
}
.button_updateRelationship:hover,
.button_noRelationship:hover,
.button_addRelationshipMain:hover  {
  text-decoration: underline;
}
.button_updateRelationship:after,
.button_noRelationship:after,
.button_addRelationshipMain:after {
  content: " ";
  width:1.2em;
  height:1.2em;
  background: url(images/pencil-blue.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.button_noRelationship:after {
  background: url(images/icon-cancel-blue.svg) no-repeat;
  background-size: 100%;
  margin-left: 0;
  width: 1.7em;
  height: 1.7em;
}
.button_addRelationshipMain:after {
  background: url(images/icon-check.svg) no-repeat;
  background-size: 100%;
  margin-left: 0;
  width: 1.7em;
  height: 1.7em;
}

.button_Save {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_Save.jpg);
    background-repeat: no-repeat;
}

.button_Continue,
.disclose-dialog .ui-dialog-buttonset .button_Continue {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_Continue.jpg);
    background-repeat: no-repeat;
}


.button_Finish {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_Finish.jpg);
    background-repeat: no-repeat;
}

.button_makeChanges {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 30px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_MakeChanges.jpg);
    background-repeat: no-repeat;
}

.button_OneClickNothingToDisclose {
    position: relative;
    display: inline-block;
    width: 232px;
    height: 67px;
    outline: none;
    border: none;
    background: transparent;
    background-image: url(images/button_OneClick_NothingToDisclose.jpg);
    background-repeat: no-repeat;
    padding-right: 300px;
}

.button_finish {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 30px;
    outline: none;
    background-image: url(images/button_Finish.jpg);
    background-repeat: no-repeat;
}

.button_Submit {
    margin:0 1em;
}

.button_Edit {
    position: relative;
    display: inline-block;
    width: 79px;
    height: 30px;
    outline: none;
    background-image: url(images/button_Edit.jpg);
    background-repeat: no-repeat;
}

.button_UpdateDisclosure {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 30px;
    outline: none;
    background-image: url(images/button_UpdateDisclosure.jpg);
    background-repeat: no-repeat;
}

.editLink,
.deleteLink {
    position: relative;
    display: inline-block;
    outline: none;
    border: none !important;
    background: none !important;
    font-family: "Open Sans", sans-serif !important;
    color:#00447c !important;
    font-size: 16px !important;
}
.editLink:hover,
.deleteLink:hover {
  text-decoration: underline !important;
}
.editLink span,
.deleteLink span {
  padding: 0 !important;
  display: inline !important;
  line-height: normal !important;
}
.editLink:after,
.deleteLink:after {
  content: " ";
  width:1.2em;
  height:1.2em;
  background: url(images/pencil-blue.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

.deleteLink:after {
  background: url(images/icon-trash.svg) no-repeat;
  background-size: 100%;
}

.updateLink,
.saveLink {
    border: none !important;
    background: #00447c !important;
    color:#fff !important;
    font-size: 16px !important;
}

.saveLinkDisabled {
    opacity: 0.5;
}

.cancelLink {
    position: relative;
    display: inline-block;
    border: none !important;
    background: none !important;
    color:#00447c !important;
    font-size: 16px !important;
}
.updateLink:hover,
.saveLink:hover,
.cancelLink:hover {
  text-decoration: underline !important;
}

h1, h2, h3,
h4, h5, h6 {
    color: #333;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* NEW STYLES ********************************************* */

.bva_btn {
    text-align: right;
    padding-right: 20px;
}

.data_table.no_brd {
    border: none;
    border: 1px solid transparent;
}

.column_left .data_table.no_brd .brd {
    border: none;
}

.data_table.no_brd a {
    margin-top: 45px;
}

.data_table th {
    padding: 10px;
    text-align: left;
}

.data_table .br_line {
    border-bottom: 1px solid #ccc;
}

.box_header input {
    border: none;
    position: relative;
    top: -9px;
}

.column_left.sleft .data_table {
    margin-left: -10px;
}

.btm_buttons input {
    border: none;
}

    .footer .copyright_text {
        padding-left: 10px;
        margin-bottom: -8px;
    }

.btm_buttons input {
    cursor: pointer;
}

.data_table.no_brd .input_field {
    background: none;
    border: none;
    padding-left: 10px;
    background-image: url(images/bg_input_login.png);
    background-repeat: no-repeat;
    width: 216px;
    height: 26px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

/* NEW STYLES 10/2/2012 ********************************** */
.data_table.no_brd .input_field_activity {
    background: none;
    padding-left: 10px;
    background-repeat: no-repeat;
    width: 432px;
    height: 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

/*.bg_dropdown{
	background:none;
	border:none;
	padding-left:10px;
	background:transparent;
	background-image:url(images/bg_dropdown.png);
	background-repeat:no-repeat;
	width:217px;
	height:26px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	overflow:hidden;
}
.bg_dropdown select{
	background:none;
	border: none;
	padding-top:5px;
	width:237px;
	height:26px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
    -webkit-appearance: none;
}*/

.bg_dropdown, .bg_dropdown_thirds {
    background: none;
    background: transparent;
    border: none;
    padding-left: 0px;
    background: transparent;
    background-image: url("images/bg_dropdown.png");
    background-repeat: no-repeat;
    z-index: 99;
    width: 249px;
    height: 26px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}

.bg_dropdown_thirds {
    background-image: url("images/bg_dropdown4.png");
}

    .bg_dropdown select, .bg_dropdown_thirds select {
        background: none;
        border: none;
        padding-top: 5px;
        width: 269px;
        height: 26px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .bg_dropdown_thirds select {
        padding: 0 0px 0 5px;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.btn_provide_feedback {
    position: relative;
    display: inline-block;
    width: 126px;
    height: 30px;
    background-image: url("images/btn_provide_feedback.png");
    background-repeat: no-repeat;
    top: -32px;
    right: 30px;
    float: right;
}

    .btn_provide_feedback a {
        position: relative;
        display: block;
        width: 126px;
        height: 30px;
        outline: none;
    }

.page_desc {
    position: relative;
    top: -18px;
}

.button_generateReport {
    background-image: url("images/button_generateNewReport.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    height: 30px;
    outline: none;
    position: relative;
    width: 180px;
    float: right; /* new attr */
}

.column_left.dashboard_table table {
    left: 220px;
}

/*body  input {
	border:none;
    background: transparent;
	}*/

.box_header .bhp a, .box_header .bhp input {
    float: right;
    position: relative;
    margin-top: 0px;
    top: 0px;
}

.name-info {
    text-align: right;
}

.coi_id {
    position: relative;
    text-align: left;
    margin-top: 7px;
}

    .coi_id span {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

/* NEW/UPDATED STYLES 10/8/2012 **********************
margin-right:-20px;
*/

.column_left.dashboard_table {
    width: 850px;
}

.button_update {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 67px;
    outline: none;
    background-image: url(images/update_disclosure_button.png); /*url(images/update_button.png);*/
    background-repeat: no-repeat;
}

.button_update_enter {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 67px;
    outline: none;
    background-image: url("images/enter_disclosure_button.png");
    background-repeat: no-repeat;
}

.column_left.dashboard_table table {
    left: 25px;
}
.column_left.dashboard_table .last-updated {
    font-weight: 600;
    background: url("images/flag.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
}

.bva_box {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    width: 800px;
    left: 0px;
}

.button_text_blue {
    color: #00A0B2;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.dt_title {
    padding-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    /*float:left;*/
    padding-top: 8px;
}

.dt_button {
    position: relative;
    float: right;
}

.main_t {
    padding: 10px 0 10px 0px;
}

    .main_t .br_line {
        border-bottom: 1px solid #CCCCCC;
    }

    .main_t .data_table {
        margin-bottom: 30px;
    }

.column_left.sleft .data_table {
    margin-left: 0px;
}

.btm_buttons a {
    right: -54px;
}

.column_left.sleft {
    width: 875px;
}

/* NEW/UDATED STYLES 10-9-2012 **************************** */

.brd_div {
    border: 1px solid #ccc;
    padding: 5px;
}

.span_indent.tred {
    padding-left: 0px;
}

.t_underline {
    text-decoration: underline;
}

/*Disable star rating for Live Chat*/
.lpEmtStarRating {
    display: none;
}

.lpPoweredByDiv {
    display: none;
}

/*New style for Add/Edit Question Label*/
.questionLabel {
    font-weight: bold;
    padding-right: 1em;
}

.questionTable td {
    border-bottom: dotted 1px black;
}

/*Added:10/19/2012-BreadCrumbs*/
#breadcrumbs {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    line-height: 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: bold;
    width: 872px;
}

    #breadcrumbs ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #breadcrumbs li {
        float: left;
        padding-left: 8px;
    }

        #breadcrumbs li a {
            padding: 0 24px 2px 0;
            background: transparent url("images/blue-arrow.png") no-repeat right center;
        }

            #breadcrumbs li a:link, #breadcrumbs li a:visited {
                text-decoration: none;
                color: #003366;
            }

            #breadcrumbs li a:hover, #breadcrumbs li a:focus {
                text-decoration: underline;
                color: #0099CC;
            }

    #breadcrumbs li {
        color: #FF9900;
    }

/* Tabs Style */
.clear {
    clear: both;
}

.tabs {
    border-bottom: 1px solid #ccc;
}

.tabs_nav {
    margin-left: -20px;
}

.tabs div {
    margin-right: 0.5em;
    display: inline-block;
}

    .tabs div a {
        position: relative;
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: 0.25em 0.75em;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .tabs div.tabs_selected a {
      color:#fff;
      background: #00447c;
    }
        .tabs div a:hover {
            text-decoration: underline;
        }

.t_orange.tabs_selected, .t_blue.tabs_selected, .t_yellow.tabs_selected, .t_green.tabs_selected {
    z-index: 99;
}

/* .t_orange {
    background-image: url(images/tab_orange.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: auto;
    height: 22px;
    z-index: 4;
    padding-right: 20px;
}

    .t_orange a {
        background-image: url(images/tab_orange_left.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 22px;
        z-index: 4;
    }

.t_blue {
    background-image: url(images/tab_blue.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: auto;
    height: 22px;
    z-index: 4;
    padding-right: 20px;
}

    .t_blue a {
        background-image: url(images/tab_blue_left.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 22px;
        z-index: 4;
    }

.t_yellow {
    background-image: url(images/tab_yellow.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: auto;
    height: 22px;
    z-index: 4;
    padding-right: 20px;
}

    .t_yellow a {
        background-image: url(images/tab_yellow_left.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 22px;
        z-index: 4;
    }

.t_green {
    background-image: url(images/tab_green.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: auto;
    height: 22px;
    z-index: 4;
    padding-right: 20px;
}

    .t_green a {
        background-image: url(images/tab_green_left.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 22px;
        z-index: 4;
    } */

.tbg {
    position: relative;
    margin-left: -20px;
}
.tbg::after {
  content: "";
  clear: both;
  display: table;
}

    /* .tbg.tbg_orange {
        height: 42px;
        background-image: url(images/tbg_orange.png);
        background-repeat: repeat-x;
    }

    .tbg.tbg_blue {
        height: 42px;
        background-image: url(images/tbg_blue.png);
        background-repeat: repeat-x;
    }

    .tbg.tbg_yellow {
        height: 42px;
        background-image: url(images/tbg_yellow.png);
        background-repeat: repeat-x;
    }

    .tbg.tbg_green {
        height: 42px;
        background-image: url(images/tbg_green.png);
        background-repeat: repeat-x;
    } */

.tbg_input_text {
}

    .tbg_input_text span {
    }

.tbg_input_link a {
    text-decoration: none;
}

    .tbg_input_link a:hover {
        text-decoration: underline;
    }

.tbg div {
    position: relative;
    top: 10px;
    margin-right: 0.5em;
    float: left;
}

.tbg_input_bg {
    border: 1px solid #ccc;
    height: 24px;
    /*width: 214px;*/
}

.btn_go {
    position: relative;
    height: 31px;
    width: 31px;
    background-image: url(images/btn_go.png);
    background-repeat: no-repeat;
    box-shadow: none;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.tbg .tbg_input_link {
    position: relative;
    top: 15px;
}

.dropdown_div {
    position: relative;
    background: none;
    background-image: url(images/bg_dropdown3.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 310px;
    overflow: hidden;
}

    .dropdown_div select {
        position: relative;
        background: none;
        background: transparent;
        border: none;
        padding: 2px 0 0 4px;
        outline: none;
        height: 26px;
        width: 332px;
    }

.webGrid {
    margin: 5px;
    padding: 10px;
    border: 1px #c8c8c8 solid;
    border-collapse: collapse;
    min-width: 550px;
    max-width: 920px;
    background-color: #fff;
    color: #fff;
}

.styleCoiColumn {
    width: 80px;
    border-right: 1px solid #ccc;
}

.top_nav3 {
    position: relative;
    /*width:1144px;*/
    height: 22px;
    outline: none;
    background: url(images/bg_grey_bar2.png);
    background-repeat: repeat-x;
    z-index: 0;
}

    .top_nav3 th {
        font-weight: bold;
        color: black;
    }

    .top_nav3 a:link,
    .top_nav3 a:visited,
    .top_nav3 a:active,
    .top_nav3 a:hover {
        color: black;
    }

    .top_nav3 a:hover {
        text-decoration: underline;
    }

.styleImpersonatColumn {
    padding: 5px;
    border-right: 1px solid #ccc;
}

    .styleImpersonatColumn a:hover {
        text-decoration: underline;
    }

#logOff {
    display: inline-block;
}

#impersonationOff {
    display: inline-block;
}

#impersonateForm {
    margin-left: 10px;
}

.webgrid {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    position: relative;
    max-width: 920px;
}

    .webgrid td {
        padding: 10px;
    }

.tbg {
    margin-top: 1px;
}

.content h2 {
    margin-left: -13px;
    color: #000;
}

.content h3 {
    color: #000;
}

.content .rnav_page_title {
  font-size: 1.5em;
}

#committeeReportPlaceHolder {
    height: auto;
    min-height: 510px;
}

#committeeReportViewFrame {
    position: relative;
    border: 1px solid #ccc;
    height: auto;
    width: 84%;
    min-height: 510px;
}

#updateRelationshipForm table td {
    padding: 0.75em 0;
}
#updateRelationshipForm table td table td {
  padding: 0 0 0.5em;
}
#updateRelationshipForm input.radio-button {
  margin-right: 0.75em;
}
#updateRelationshipForm input.date-field {
  background: url(images/icon-calendar-primary.svg) no-repeat 97% center;
  background-size: 1.5em;
}

.content .right_nav_box .right_nav_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .content .right_nav_box .right_nav_links ul li {
      padding: 0.75em 0 0;
      margin: 0;
      display: block;
    }

/* jQuery UI overrides */
.ui-dialog {
  border-radius: 6px !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.disclose-dialog .ui-dialog-buttonset .ui-button {
    color: #495e25;
    font-weight: 600;
}

/*.disclose-dialog .ui-dialog-buttonset .continue-button {
    background-image: url('images/gradient_green_harsh.png');
}

.disclose-dialog .ui-dialog-buttonset .cancel-button {
    background-image: url('images/gradient_yellow_harsh.png');
}*/

.disclose-dialog .ui-dialog-buttonset .button_Cancel,
.disclose-dialog .ui-dialog-buttonset .button_Cancel.ui-state-hover,
.disclose-dialog .ui-dialog-buttonset .button_Confirm,
.disclose-dialog .ui-dialog-buttonset .button_Confirm.ui-state-hover {
    background-color: transparent;
    border: none;
}

.disclose-dialog .ui-dialog-titlebar {
    background-image: url('images/gradient_bluegreen.png');
    background-size: contain;
    color: white;
}

.disclose-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background-image: url('themes/base/images/ui-icons_e0fdff_256x240.png');
}

.disclose-dialog .ui-dialog-titlebar-close.ui-state-hover {
    background-image: none;
    background-color: transparent;
    border: none;
    outline: none;
}

    .disclose-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick {
        background-image: url('themes/base/images/ui-icons_ffffff_256x240.png');
    }

/*new*/
.button_print {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 67px;
    outline: none;
    background-image: url(images/print_disclosure_button.png);
    background-repeat: no-repeat;
}

.button_share_disclosure {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 67px;
    outline: none;
    background-image: url(images/share_disclosure_button.png);
    background-repeat: no-repeat;
}

.button_activity {
    position: relative;
    display: inline-block;
    width: 167px;
    height: 34px;
    outline: none;
    background-image: url(images/activity_button.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
}

.reportTitle {
    width: 800px;
    display: inline-block;
}

.confirmationTitle {
    width: 800px !important;
    margin-right: 10px;
    vertical-align: top;
}

.tbg .committeeReportDate {
    /*TODO:*/
    margin-left: 1.5em;
}

.committeeReportDate img {
    padding-left: .25em;
    vertical-align: -2px;
}

.reportButton {
    margin-top: .75em;
    margin-left: 1.25em;
}

.adminDisclosureLink {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

/***************************************************************************************
    CSS Dropdown - http://www.thomasrudy.com/all-css-dropdown-menu-wordpress-friendly
    **************************************************************************************
    */

/* ===== Top ===== */
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 1px 0;
    float: right;
}

    #navigation ul li {
        float: left;
    }
    /* ===== First Level ===== */
    #navigation ul li {
        position: relative;
        padding: 0;
        margin: 0;
        border-right: 1px solid #999;
        background: #aaa;
    }

    #navigation ul ul li {
        border: none;
        background: #777;
    }

    #navigation ul li a {
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        /*padding:0 30px;*/
        line-height: 23px;
        padding-right: 10px;
    }

    #navigation ul li:hover a {
        position: relative;
        background: #0099cc;
        color: #fff;
    }

    #navigation ul ul, #navigation ul li:hover ul ul {
        position: absolute;
        display: none;
    }

        #navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
            display: block;
            top: 0px;
            left: 100%;
        }
    /* ===== Second and Third Level ===== */
    #navigation ul li:hover ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    }

    #navigation ul ul {
        background: #777;
        text-align: left;
    }

        #navigation ul ul ul {
            background: #e4e4e4 !important;
            border-color: #e4e4e4 !important;
            margin-left: -14px;
        }

        #navigation ul ul li a {
            float: none;
            width: 140px;
            line-height: normal;
            font-variant: normal;
            font-weight: normal;
            font-size: 12px;
            color: #fff;
            text-transform: none;
            padding: 6px 10px;
            background: none !important;
        }

        #navigation ul ul ul li a {
            color: #fff;
            font-weight: bold;
        }

        #navigation ul ul li:hover > a {
            background: #777 !important;
            color: #eee !important;
        }

        #navigation ul ul ul li:hover > a {
            background: #eee !important;
            color: #777 !important;
        }

/****************************************************************************************/

iframe {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
}


.report-help-title{
    font-size:12px;
    font-weight:bold;
    color:red
}

#back-link{
  margin: 2em 0 0;
}
#back-link a {
  text-decoration: none;
}
#back-link a:hover {
  text-decoration: underline;
}
#back-link a:before {
  content: " ";
  width:1em;
  height:1em;
  background: url(images/chevron-left.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  margin-top: -0.2em;
}

/* Override jQuery UI */
.ui-corner-all {
  border-radius: 0;
}
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.ui-widget-content {
  border: none;
  color:#000;
}
.ui-widget-header {
  border:none;
  background: none;
  color:#000;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  padding:0.7em 0.9em;
}
.ui-dialog-titlebar-close {
  width: 1.5em !important;
  height: 1.5em !important;
  border:none;
}
.ui-dialog-titlebar-close.ui-state-hover:hover {
  background: none !important;
  border: none !important;
  padding: 1px !important;
}


/*.ui-icon-closethick {
  background-image: url(images/icon-cancel-blue.svg) !important;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}*/

.report-type-dropdown {
    font-size: 1.2em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d4d1d1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d4d1d1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d4d1d1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#shareDisclosurePopup #shareDisclosureDropdown {
  width: 100%;
}
#shareDisclosurePopup #urlTextBoxDiv {
  margin-bottom: 20px;
  display: flex;
}
#shareDisclosurePopup #urlTextBoxDiv input {
  flex:1 0 0;
}
#shareDisclosurePopup #urlTextBoxDiv button {
  border: 1px solid #00447c;
}

 .menu-links-horizontal {
 display: inline;  
}

 /* Styles for COI Alert copied from Volunteer Acceptance app */
.ca-steps {
    display: table;
    width: 80%;
    margin-bottom: 40px;
    margin: 0 auto;
    position: relative
}

.ca-steps-row {
    display: table-row;
    position: relative
}

    .ca-steps-row:before {
        position: absolute;
        border-bottom: 1px solid #666;
        left: 16.6667%;
        right: 16.6667%;
        top: 21px;
        z-index: 0
    }

    .ca-steps-row.steps-2:before {
        left: 12.5%;
        right: 12.5%
    }

.ca-steps-cell {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    color: #00457c;
    text-align: center
}

.steps-2 .ca-steps-cell {
    width: 25%
}

.ca-steps-cell img {
    max-width: 100%;
    height: auto
}

.ca-steps-cell-left {
    width: 30%;
    float: left
}

.ca-steps-cell-right {
    margin-left: 32%
}

.ca-steps-header {
    font-size: 24px;
    line-height: 52px;
    font-weight: bold;
    display: inline-block;
    background-color: #80a1b6;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1em
}

.ca-step-todo .ca-steps-header {
    background-color: #aaa
}

.ca-step-todo .ca-steps-detail {
    color: #aaa
}

.ca-step-done .ca-steps-header {
    text-indent: 3em;
    overflow: hidden;
    background-image: url(images/icon-selected.svg)
}

.ca-step-done .ca-steps-detail {
    color: #aaa
}

.ca-steps-detail {
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000
}

.ca-table {
    display: table;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    width: 100%
}

.ca-table-mobile {
    display: none;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    width: 100%
}

.ca-table .table-header .th {
    display: table-cell;
    padding: 8px 20px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-right: 1px solid #bdbdbd
}

.ca-table .tr, .ca-table-mobile .tr {
    display: table-row
}

    .ca-table .tr:nth-of-type(odd) {
        background: #fff
    }

    .ca-table .tr:nth-of-type(even) {
        background: #edeff1
    }

.ca-table:nth-child(odd) {
    background-color: #dfe7ec
}

.ca-table .tr .td {
    display: table-cell;
    padding: 16px 20px;
    border-right: 1px solid #bdbdbd;
    vertical-align: middle
}

    .ca-table .tr .th.th-center, .ca-table .tr .td.td-center {
        text-align: center
    }

.ca-table-mobile .tr .td {
    display: table-cell;
    padding: 10px 20px;
    border-right: 1px solid #bdbdbd
}

.ca-table-mobile .tr .td-label {
    width: 40%;
    font-weight: bold;
    background: #edeff1;
    vertical-align: top
}

label.ca-radio:before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background: url(images/icon-radio-circle.svg) center center no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    vertical-align: middle
}

label.ca-radio.active:before {
    background-image: url(images/icon-radio-selected.svg)
}

label.ca-checkbox:before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background: url(images/icon-box.svg) center center no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    vertical-align: middle
}

label.ca-checkbox.active:before {
    background-image: url(images/icon-checked-box.svg)
}

label.ca-radio input, label.ca-checkbox input {
    display: none
}

.roundedTr {
    vertical-align: top;
    outline: thin solid;
    outline-color: lightgray;
}

.incomplete-flag,.required-question {
    font-weight: bold;
    color: red
}

