﻿body {
    font-family:Arial;
    font-size:small;
    margin:0px 15px 0px 15px;
    background-color:#f1f1f1;
}

h1 {
    color:#ffffff;
    font-size:24px;
    padding:0px;
    margin:-5px 0px 0px 0px;
}

h2 {
    font-size:18px;
    font-weight:bold;
    padding:0px;
    margin:0px 0px 5px 0px;
}

input[type=submit], input[type=button] {
    border:solid 1px black;
    background-image:none;
    background: #0B0C41;
    height:27px;
    padding:0px 15px 0px 15px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    cursor: pointer;
}

textarea {
    font-family:Arial;
    font-size:small;
    padding:4px;
    background-color:#fdfdfd;
}

input[type=text], input[type=password] {
    padding:4px;
}

input[readonly] {
    background-color:lightgray;
}

a:link, a:active, a:visited { 
	color:#004eb3;
	text-decoration:underline;
}

a:hover  {
	color:#004eb3;
	text-decoration:none;
}

.subtitle {
    color:#646464;
    font-size:14px;
    margin:0px 0px 15px 0px;
}

.subtitlebar {
    border:solid 1px #c0c0c0;
    background-color:#efefef;
    padding:5px;
    font-size:16px;
    margin:0px 0px 15px 0px;
}

.large_subtitle {
    color:#cd1c29;
    font-size:24px;
    font-weight:bold;
    margin:0px 0px 10px 0px;
}

.info {
    margin:0px 0px 10px 0px;
}

.fieldlabel {
    margin:0px 0px 5px 0px;
}

.prompt_warning {
    padding:5px;
    border:solid 1px #e5db57;
    background-color:#fffbcc;
}

.content_indent {
    margin-left:15px;
    margin-right:15px;
}

/*form control feed back when error occurs*/
.feedback_failure {
    display: inline-block;
    color: #666553;
    font-weight: bold;
    vertical-align: middle;
    border: solid 1px #e09091;
    background-color: #ffcecf;
    padding: 4px 3px 3px 25px;
    margin-top: 3px;
    background-image: url(../images/icon_error.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

/*form control feed back when success occurs*/
.feedback_success {
    display:inline-block;
    color:#666553;
    font-weight:bold;
    vertical-align:middle;
    border:solid 1px #9be090;
    background-color:#d5ffcf;
    padding:4px 3px 3px 25px;
    margin-top:3px;
    background-image:url(../images/box_icon_success.png);
    background-repeat:no-repeat;
    background-position:3px 3px;
}

.feedback_info {
    display: inline-block;
    color: #666553;
    font-weight: bold;
    vertical-align: middle;
    border: solid 1px #2b56ff;
    background-color: #dce3ff;
    padding: 4px 3px 3px 25px;
    margin-top: 3px;
    background-image: url(../images/box_icon_information.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

/*form control label text*/
.input_label {
    padding:2px;
}

/*form drop down control*/
.input_dropdown {
    padding:2px;
    font-size:14px;
    width:auto;
    max-width: 100%;
    min-width: 150px;
}

/*form text box control */
.input_text {
    padding:2px;
    font-size:14px;
    width: 250px;
}

.small_desc {
    color:#646464;
    font-size:11px;
}

.td_right {
    padding-right:15px;
}

.fieldtooltip {
    font-size:12px;
    font-style:italic;
    color:#646464;
}

.table_header {
    background-color:#004a83;
    color:#ffffff;
}

/*table type template field*/
.custom_table {
}

/*table type template field - table cell style*/
.custom_table_row {
}

/*Label type custom field*/
.customLabel {
    margin-top: 10px;
    margin-bottom: 10px;
   /* font-style:italic;*/
}

/*line type custom field*/
.customHorizontalLine {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    vertical-align: top;
}

/*Add button on form build in sections*/
.SectionAddButton {
    /*float: right;*/
}

/*header for agreement parties*/
.headerBackground {
    border-style: solid;
    border-width: thin;
    border-color: Black;
    background-color: Silver;
    padding: 7px;
    font-size: x-large;
}

/*Search company grid*/
.EmptyDataRowStyle {
    font-weight: bold;
    color: red;
}

/*request account button
    it's derived from  input[type=submit], input[type=button]
    to hide this button, change display value from 'block' to 'none'
*/
.requestAccountButton
{
    width:163px;
    height:34px;
    display:block; 
}

/*Download as PDF button*/
.PDFDownloadLink {
}

/*Download as Word button*/
.WordDownloadLink {
}

/* page title */
.titlebar { margin-bottom:10px; }
.titlebar_right { height:53px;  width:29px; background-color: #0b4225; border-bottom-right-radius: 7px; border-top-right-radius: 7px;}
.titlebar_middle {
    height: 53px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(11,66,37,1) 40%, rgba(11,66,37,1) 100%);
}
.titlebar_left { height:53px; width:22px; background-color: black; border-bottom-left-radius: 7px; border-top-left-radius: 7px; }

/* overall layout */
.logo { margin:10px 0px 10px 10px; max-height:60px; }
.loginlogo { /* empty class that can be overridden in custom css */}
.logged_in {  margin:10px 10px 0px 0px; }
/* header */
.header  { 
    height:65px; 
    background-color:#ffffff; 
}

.td_row {
    padding:0px;
}

.header_table {
    border:0px;
    padding:0px;
    border-spacing:0px;
    border-collapse:separate;
    width:100%;
}

.header_bl { 
    height:23px; 
    background-image:url(../images/bg_header_bl.png); 
    background-repeat:no-repeat; 
}

.header_bm  { 
    height:23px; 
    background-image:url(../images/bg_header_bm.png); 
    background-repeat:repeat-x; 
}

.header_br  { 
    height:23px; 
    background-image:url(../images/bg_header_br.png); 
    background-repeat:no-repeat; 
}

/* contentbox */
.main_content { padding:5px 0px 0px 0px; }
.contentbox_tl { background-image:url(../images/contentbox_tl.png); height:7px; width:9px; background-repeat:no-repeat; }
.contentbox_tm { background-image:url(../images/contentbox_tm.png); height:7px; background-repeat:repeat-x; }
.contentbox_tr { background-image:url(../images/contentbox_tr.png); height:7px; width:9px; background-repeat:no-repeat; }
.contentbox_ml { background-image:url(../images/contentbox_ml.png); height:7px; width:9px; background-repeat:repeat-y; }
.contentbox_mm { background-color:#ffffff; min-width:500px; min-height:600px; }
.contentbox_mr { background-image:url(../images/contentbox_mr.png); height:7px; width:9px; background-repeat:repeat-y; }

.contentbox_row {
    padding:0px;
}

.contentbox_bl { 
    background-image:url(../images/contentbox_bl.png); 
    height:16px; 
    background-repeat:no-repeat; 
}

.contentbox_bm { 
    background-image:url(../images/contentbox_bm.png); 
    height:16px; 
    background-repeat:repeat-x; 
}

.contentbox_br { 
    background-image:url(../images/contentbox_br.png); 
    height:16px; 
    background-repeat:no-repeat; 
}

.content {
    display: inline;
    position: fixed;
    top: 110px; /* top must match height of .headerWrapper */
    left: 200px;  /* left must match width of .navigation */
    width: calc(100% - 200px); /* subtraction calc must match width of .navigation */
    height: calc(100% - 110px); /* subtraction calc must match height of .headerWrapper */
    overflow:auto;
}

.headerWrapper {
    display: inline;
    position: fixed;
    height: 110px; /* height here must match height and top of .navigation and .content */
    top: 0;
    left: 0;
    width: 100%;
}

/* navigation */
.navigation { 
    display: inline;
    position: fixed;
    top: 110px; /* top here must match height of .headerWrapper */
    left: 0px;
    width: 186px; /* width here must match width calc and left of .content*/
    margin-left:15px;
    height: calc(100% - 110px);  /* subtraction of height here must match height of .headerWrapper */
    overflow-y:auto;
}

.navigation_innerpanel{
    overflow-x:hidden;
    overflow-y:auto;
}

.nav_admin { margin-top:30px; }
.nav_admin_title { font-weight:bold; margin-bottom:5px; }
.nav_tab_on { background-image:url(../images/bg_navigation_tab.png); width:200px; height:35px; margin-bottom:6px; }
.nav_tab_off { background-image:url(../images/bg_navigation_tab.png); width:200px; height:35px; margin-bottom:6px; background-position:0px 35px; }
a.navlink_home:link, a.navlink_home:visited, a.navlink_home:hover, a.navlink_home:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_home.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_mydisclosures:link, a.navlink_mydisclosures:visited, a.navlink_mydisclosures:hover, a.navlink_mydisclosures:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_mydisclosures.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_adddisclosure:link, a.navlink_adddisclosure:visited, a.navlink_adddisclosure:hover, a.navlink_adddisclosure:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_adddisclosure.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_editprofile:link, a.navlink_editprofile:visited, a.navlink_editprofile:hover, a.navlink_editprofile:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_editprofile.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_settings:link, a.navlink_settings:visited, a.navlink_settings:hover, a.navlink_settings:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_settings.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_pdftemplate:link, a.navlink_pdftemplate:visited, a.navlink_pdftemplate:hover, a.navlink_pdftemplate:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_pdftemplate.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_disclosuretemplate:link, a.navlink_disclosuretemplate:visited, a.navlink_disclosuretemplate:hover, a.navlink_disclosuretemplate:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_disclosuretemplate.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_disclosuretypes:link, a.navlink_disclosuretypes:visited, a.navlink_disclosuretypes:hover, a.navlink_disclosuretypes:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_disclosuretypes.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_notifications:link, a.navlink_notifications:visited, a.navlink_notifications:hover, a.navlink_notifications:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_notifications.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_content:link, a.navlink_content:visited, a.navlink_content:hover, a.navlink_content:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_content.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_layout:link, a.navlink_layout:visited, a.navlink_layout:hover, a.navlink_layout:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_layout.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_migrate:link, a.navlink_migrate:visited, a.navlink_migrate:hover, a.navlink_migrate:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_migrate.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_users:link, a.navlink_users:visited, a.navlink_users:hover, a.navlink_users:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_users.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_gridSettings:link, a.navlink_gridSettings:visited, a.navlink_gridSettings:hover, a.navlink_gridSettings:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/icon_users.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_discagrmnt:link, a.navlink_discagrmnt:visited, a.navlink_discagrmnt:hover, a.navlink_discagrmnt:active 
{ width:210px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../../AgreementPortal/images/agree.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_patents:link, a.navlink_patents:visited, a.navlink_patents:hover, a.navlink_patents:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/patent_16.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_agreements:link, a.navlink_agreements:visited, a.navlink_agreements:hover, a.navlink_agreements:active 
{ width:210px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../../AgreementPortal/images/agree.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_addagreement:link, a.navlink_addagreement:visited, a.navlink_addagreement:hover, a.navlink_addagreement:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../../AgreementPortal/images/icon_addagreement.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_technology:link, a.navlink_technology:visited, a.navlink_technology:hover, a.navlink_technology:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/technology_16.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_distribution:link, a.navlink_distribution:visited, a.navlink_distribution:hover, a.navlink_distribution:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/distributions_16.png); background-repeat:no-repeat; background-position:5px 9px; }
a.navlink_reports:link, a.navlink_reports:visited, a.navlink_reports:hover, a.navlink_reports:active 
{ width:140px; height:25px; display:block; text-decoration:none; color:#000000; padding:10px 0px 0px 25px; background-image:url(../images/payable_16.png); background-repeat:no-repeat; background-position:5px 9px; }

/* dashboard */
.dashboard_stats { width:180px; }
.dashboard_stats_container { background-color:#0b4225; margin-bottom:10px; padding:10px; }
.dashboard_stats_item { font-size:16px; text-align:center; margin-bottom:5px; color:#ffffff; }
a.nav_dashboard:link, a.nav_dashboard:visited, a.nav_dashboard:hover, a.nav_dashboard:active { color:#f9ca44; font-weight:bold; font-size:18px; }
/* login */
.login .large_subtitle { color: #0b4225; }
.login { background-image:url(../images/bg_login.png); background-repeat:no-repeat; width:715px; height:335px; margin:100px 0px 0px 0px; }
.login_content { padding:10px 0px 0px 30px; }
.login_prompt { width:715px; position:absolute; margin-top:70px; }
a.nav_login:link, a.nav_login:visited, a.nav_login:active { color:#0b4225; text-decoration:none; font-weight:bold; }
a.nav_login:hover { color: blue; text-decoration: underline; }
/* disclosure */
.statusdraftbox { border:solid 2px #646464; background-color:#ffe599; padding:7px; width:220px; }
.statussubmittedbox { border:solid 2px #646464; background-color:#9fc5f8; padding:7px; width:220px; }
.statusapprovedbox { border:solid 2px #646464; background-color:#b6d7a8; padding:7px; width:220px; }
.statustitle { font-size:22px; font-weight:bold; text-align:center; }
.statusspacer { margin-top:7px; }
.statusspacercentered { margin-top:7px; text-align:center;}
.expand_region { padding:10px; border:solid 1px #c0c0c0; border-top-width:0px; }
a.disc_exp:link, a.disc_exp:visited, a.disc_exp:hover, a.disc_exp:active 
{ display:block; padding:5px; font-weight:bold; font-size:14px; color:#646464; background-color:#efefef; border:solid 1px #c0c0c0; text-decoration:none; background-image:url(../images/icon_arrow_up.png); background-repeat:no-repeat; background-position:right center; }
a.disc_col:link, a.disc_col:visited, a.disc_col:hover, a.disc_col:active 
{ display:block; padding:5px; font-weight:bold; font-size:14px; color:#646464; background-color:#efefef; border:solid 1px #c0c0c0; text-decoration:none; background-image:url(../images/icon_arrow_down.png); background-repeat:no-repeat; background-position:right center; }

.docusignbox { 
    border:solid 2px #646464; 
    background-color:#ffe599; 
    padding:7px; 
    border-radius:3px;
    overflow-y:auto;
    overflow-x:hidden;
    width:99%;
    min-width:200px;
    margin-top:5px;
}

.docusigntitle { 
    font-size:16px; 
    font-weight:bold; 
    text-align:center; 
}

.docusignspacer { 
    margin-top:7px; 
    overflow-wrap:break-word; 
    max-width:590px;
}

.docusignerrorspacer 
{ 
    margin-top:7px; 
    overflow-wrap:break-word;
    max-width:590px; 
    color:#646464; 
    font-size:11px;
}

/* RadGrids */
/* hyperlink color in grid */
div.RadGrid_Default .rgRow a,
div.RadGrid_Default .rgAltRow a,
div.RadGrid_Default .rgRow a:visited,
div.RadGrid_Default .rgRow a:active,
div.RadGrid_Default .rgAltRow a:visited,
div.RadGrid_Default .rgAltRow a:active {
    color:#004eb3;
}
div.RadGrid_Default .rgRow a:hover,
div.RadGrid_Default .rgAltRow a:hover {
    text-decoration:underline;
}
/* header */
div.RadGrid_Default th.rgHeader, 
div.RadGrid_Default th.rgSorted, 
.RadGrid_Default th.rgHeader, 
.RadGrid_Default th.rgSorted, 
.RadGrid_Default th.rgResizeCol,
.RadGrid_Default th.rgHeader a {
    height:25px;
    background-image:none;
    color:#ffffff;
    font-size:14px;
}
.RadGrid_Default th.rgHeader  {
	background-color: #262626;
}

.panel_group fieldset {
    border-color:Background; /*this is the border color*/
    border-style: Solid;
}

.panel_group legend {
   color: Background; /* this is the GroupingText color */
   /*font-size: medium;*/
}

/* override the dropdown slider for the telerik items */
.rddtSlide {
    z-index: 200000 !important; /* High number to ensure it is shown over the modal dialog and important is needed to override the default telerik css*/
}

.rcbSlide {
    z-index: 200000 !important; /* High number to ensure it is shown over the modal dialog and important is needed to override the default telerik css*/
}

.udfPanel {
   display: flex;
   flex-flow: row wrap;
   justify-content:flex-start;
   align-items:center;
  
}

.udfPanel div {
   flex: 0 1 auto;
   margin: 5px;
}

/* use this class to change web tool controls to display items from left to right instead of top to bottom*/
.displayFlex {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
 
   -webkit-flex-flow: row wrap;
   justify-content: flex-start;
   align-items:center;
   padding: 5px;
}

.loadingTemplate {
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-image: url("../images/loading.gif");
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #e4e4e6;
    /*z-index: 500 !important;*/
    opacity: 0.8;
    overflow: hidden;
}

.loadingTemplate:after {
    content: "Loading/Saving Data, Please Wait...";
    font-family: sans-serif;
    font-size: xx-large;
    color: orangered;
    position: absolute;
    display: block;
    top: 50%;
    left: 33%;
}

.autoScrollPanel {
    width:100%;
    min-height: 100px;
    max-height: 80vh;
    overflow: auto;
}

.SearchBox {
    margin-left:5px;
    margin-right:5px;
}

.multiLineTextBox {
    width: 500px;
    height: 80px;
}

.divSiteTerms {
     width: 800px;
     height: 300px;
     overflow: auto; 
     border: 1px solid black;
     padding: 10px;
}

.display_none {
    display:none;
}

.setupAccountUdfWrapper {
    /* Adjust to control the number of columns for UDFS that are shown on the edit profile and setup account pages*/
    max-width:1100px;
}

.gridWrapper {
    margin-top: 20px;
}

.searchBar {
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.searchBar_subItem {
    flex-shrink: 0;
}

.searchBar_label {
    margin-left: 12px;
    margin-right: 6px;
}

.searchBar_button {
    float: right;
    margin: 5px;
}

.gridColumnFlex {
    display: inline-flex;
    align-content: center;
}

.gridLoadingPanel {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.gridLoadingPanel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.portalPageSection{
    margin-top: 5px;
    margin-bottom: 30px;
}

.statuscompletebox 
{ 
    border:solid 2px #646464; 
    background-color:#FF9C83; 
    padding:7px; 
    width:280px; 
}

.customCalendarControl {
    position:relative;
}

.PortalGridClass .rgDataDiv{
    height : auto;
}

 /* RadAsyncUpload Error */
.ruError .ruErrorMessage {
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
}

/*log in button
  it's derived from  input[type=submit], input[type=button]
*/
.loginButton {
    width: 103px;
    height: 34px;
    display: block;
}

.linkButton_important {
    color: red !important;
}

.title_important {
    color: red !important;
}

.SaveAsDraftTopButton {
    display: block;
}

.SaveAsDraftBottomButton {
    display: block;
}