@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
body {
  font-family: helvetica, arial, "sans serif";
  background-color: white;
  margin: 0;
  font-size: 12px; }

table {
  border: none; }

a {
  color: #009ccd; }

h1, h2, h3, h4, h5 {
  font-family: "Oswald"; }

h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  padding: 0px;
  margin: -5px 0px 0px 0px;
  text-transform: uppercase; }

h2 {
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 5px 0px; }

input[type=submit], input[type=button] {
  border: 0;
  border-radius: 5px;
  background-color: #009ccd;
  height: 27px;
  padding: 0px 15px 0px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-family: "Oswald";
  font-weight: 300;
  margin: 10px 0; }

input[type=text], input[type=password], select {
  border: none;
  background-color: #E9EFF1;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px; }

input:-webkit-autofill {
  color: #E9EFF1 !important; }

/*
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;
}
*/
textarea {
  border: none;
  background-color: #E9EFF1;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px;
  width: 100%; }

a:link, a:active, a:visited {
  color: #004eb3;
  text-decoration: underline; }

a:hover {
  color: #004eb3;
  text-decoration: none; }

.subtitle {
  color: #009ccd;
  font-size: 14px;
  margin: 0px 0px 15px 0px;
  font-family: "Oswald"; }

.subtitlebar {
  padding: 5px;
  font-size: 16px;
  margin: 40px 0px 10px 0px;
  font-family: "Oswald";
  background-color: transparent;
  color: #4dc8ed;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #E9EFF1; }

.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 {
  padding: 10px; }

input
.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(https://crg.inteum.com/crg/inventorportal/images/icon_error.png);
  background-repeat: no-repeat;
  background-position: 3px 3px; }

/*form control label text*/
.input_label {
  padding: 2px; }

.small_desc {
  color: #646464;
  font-size: 11px; }

/*form drop down control*/
.input_dropdown {
  padding: 2px;
  font-size: 14px; }

/*form text box control */
.input_text {
  padding: 2px;
  font-size: 14px;
  width: 250px; }

.td_right {
  padding-right: 15px; }

.fieldtooltip {
  font-size: 12px;
  font-style: italic;
  color: #646464; }

.table_header {
  background-color: #E9EFF1;
  color: #333333; }

/*Label type custom field*/
.customLabel {
  /* font-style:italic;*/ }

/*line type custom field*/
.customHorizontalLine {
  border-top: 2px solid #E9EFF1;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 10px 0; }

/*Add button on form build in sections*/
.SectionAddButton {
  /*float: right;*/ }

/*log in button image*/
.loginButton {
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/btn_login.png);
  background-repeat: no-repeat;
  border-width: 0px;
  width: 103px;
  height: 34px;
  display: block; }

/*request account image*/
.requestAccountButton {
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/btn_requestaccount.png);
  background-repeat: no-repeat;
  border-width: 0px;
  width: 163px;
  height: 34px;
  display: block; }

.EmptyDataRowStyle {
  font-weight: bold;
  color: red; }

/* page title */
/* Modified by Bloom */
.titlebar {
  margin-bottom: 40px;
  background-color: white; }
  .titlebar h1 {
    padding: 10px;
    font-family: "Oswald";
    font-size: 28px;
    text-transform: uppercase;
    color: #009ccd;
    font-weight: 400; }
	
	.titlebar_left, .titlebar_middle, .titlebar_right{
		background: none;
		border-radius: 0;
	}

/*
.titlebar_right { height:53px;  width:29px; background-color: #0b4225; border-bottom-right-radius: 7px; border-top-right-radius: 7px;}
.titlebar_middle { height:53px; background-image:url(https://crg.inteum.com/crg/inventorportal/images/greenback1long2.png); }
.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: 80px; }

.logged_in {
  margin: 10px 10px 0px 0px;
  font-size: 14px;
  color: #4e5256;
  font-family: "Oswald"; }
  .logged_in div {
    display: inline-block; }
  .logged_in a {
    margin: 5px;
    border: 0;
    background-color: #009ccd;
    height: 20px;
    padding: 0px 15px 0px 15px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    font-size: 10px;
    font-family: "Oswald";
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase; }

/* 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%;
  margin-top: 20px; }

.header_bl {
  height: 23px;
  background-repeat: no-repeat; }

.header_bm {
  height: 23px;
  background-repeat: repeat-x; }

.header_br {
  height: 23px;
  background-repeat: no-repeat; }

/* contentbox */
.main_content {
  padding: 0px;
  margin: 0px; }

.contentbox_tl {
  height: 7px;
  width: 0px;
  background-color: #E9EFF1;
  display: none; }

.contentbox_tm {
  height: 7px;
  background-color: #E9EFF1; }

.contentbox_tr {
  height: 7px;
  width: 0px;
  background-color: #E9EFF1;
  display: none; }

.contentbox_ml {
  height: 7px;
  width: 0px;
  display: none; }

.contentbox_mm {
  width: 100%;
  min-height: 600px; }

.contentbox_mr {
  height: 7px;
  width: 0px;
  display: none; }

.contentbox_row {
  padding: 0px; }

.contentbox_bl {
  height: 16px; }

.contentbox_bm {
  height: 16px; }

.contentbox_br {
  height: 16px; }

/* navigation */
/* Modified by Bloom */
.navigation {
  width: 200px;
  padding: 15px 0px 0px 0px;
  background-color: #E9EFF1;
  padding: 10px;
  border: 0;
  margin: 0; }

.nav_admin {
  margin-top: 30px; }

.nav_admin_title {
  font-family: "Oswald";
  font-weight: 300;
  margin-bottom: 5px;
  color: #009ccd;
  text-transform: uppercase; }

.nav_tab_on {
  background-color: #FFF8A7;
  background-image: none;
  margin-bottom: 6px;
  font-size: 13px;
  font-family: "Oswald";
  font-weight: 400;
  color: #009ccd;
  text-transform: uppercase; }
    .nav_tab_off a {
    color: black; }

.nav_tab_off {
  background-color: #009ccd;
  background-image: none;
  margin-bottom: 6px;
  background-position: 0px 35px;
  font-size: 13px;
  font-family: "Oswald";
  font-weight: 300;
  color: white;
  text-transform: uppercase; }
  .nav_tab_off a {
    color: white; }
	

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_home.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  
  }
  


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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_mydisclosures.png);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_adddisclosure.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_editprofile.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_settings.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_pdftemplate.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_disclosuretemplate.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_disclosuretypes.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_notifications.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_content.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_layout.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_migrate.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
  }

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;
  padding: 10px 0px 0px 25px;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_users.png);
  background-repeat: no-repeat;
  background-position: 5px 9px; 
  /*color: white !important;*/
  color: inherit;
}
  
.dashboard_stats {
  width: 180px; }

.dashboard_stats_container {
  background-color: #009ccd !important;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Oswald";
  text-align: center; }
  .dashboard_stats_container a {
    display: inline-block;
    border-radius: 50%;
    background-color: #FFF8A7;
    color: #4e5256;
    padding: 4px;
    height: 24px;
    width: 24px;
    font-size: 16px;
    text-decoration: none;
    text-align: center; }

.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: #4e5256;
  font-weight: 400; }

/* login */
.login .large_subtitle {
  color: #0b4225; }

.login {
  background-image: url(https://crg.inteum.com/crg/inventorportal/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; }

.statusdraftbox {
  color: #009ccd;
  border: none;
  border-radius: 10px;
  background-color: #FFF8A7;
  padding: 7px;
  width: 220px; }
  .statusdraftbox a {
    color: #009ccd;
    font-weight: bold; }

.statussubmittedbox {
  color: white;
  border: none;
  border-radius: 10px;
  background-color: #009ccd;
  padding: 7px;
  width: 220px; }
  .statussubmittedbox a {
    color: white;
    font-weight: bold; }

.statusapprovedbox {
  color: white;
  border: none;
  border-radius: 10px;
  background-color: #a8cf3e;
  padding: 7px;
  width: 220px; }
  .statusapprovedbox a {
    color: white;
    font-weight: bold; }

.statustitle {
  font-family: "Oswald";
  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 2px #E9EFF1;
  border-top-width: 0px; }
  .expand_region > table td {
    vertical-align: bottom; }
  .expand_region table[border="1"] {
    border-collapse: collapse;
    border: #E9EFF1 solid 2px;
    margin-bottom: 20px; }

.customLabel {
  display: block;
  font-family: "Oswald";
  margin-bottom: 10px;
  color: #009ccd; }

.inputLabel {
  font-family: "Oswald";
  display: block;
  margin-bottom: 10px;
  color: #009ccd; }

a.disc_exp:link, a.disc_exp:visited, a.disc_exp:hover, a.disc_exp:active {
  display: block;
  padding: 10px;
  font-family: "Oswald";
  font-size: 16px;
  color: white;
  border: none;
  background-color: #009ccd;
  text-decoration: none;
  background-image: url(https://crg.inteum.com/crg/inventorportal/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: 10px;
  font-family: "Oswald";
  font-size: 16px;
  color: white;
  border: none;
  background-color: #009ccd;
  text-decoration: none;
  background-image: url(https://crg.inteum.com/crg/inventorportal/images/icon_arrow_down.png);
  background-repeat: no-repeat;
  background-position: right center; }

/*
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(https://crg.inteum.com/crg/inventorportal/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(https://crg.inteum.com/crg/inventorportal/images/icon_arrow_down.png); background-repeat:no-repeat; background-position:right center; }
*/
/* RadGrids */
/* hyperlink color in grid */
.RadGrid_Default {
  border: none !important; }

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: #009ccd;
  text-decoration: none; }

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 .rgHeader,
.RadGrid_Default .rgHeader a {
  height: 25px;
  background-image: none;
  background-color: #4e5256;
  color: #ffffff;
  font-size: 14px; }

.RadGrid_Default th.rgHeader {
  background-color: #4e5256 !important; }

.RadGrid_Default tr.rgRow td, .RadGrid_Default tr.rgAltRow td {
  padding: 10px;
  font-family: helvetica, arial, "sans serif"; }

.login {
  background-image: none;
  background-color: #009ccd;
  height: auto;
  width: auto;
  padding: 20px; }
  .login .nav_login {
    color: white; }
  .login a {
    color: white; }
  .login .large_subtitle {
    font-family: "Oswald";
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .login .login_content {
    padding: 0px; }
  .login img.logo {
    display: none; }

#ctl00_ContentPlaceHolder1_updatePanelLogin {
  width: 800px;
  margin: 0 auto; }
  #ctl00_ContentPlaceHolder1_updatePanelLogin #ctl00_ContentPlaceHolder1_divTerms textarea {
    height: 300px; }

.mdc_ss_mdl_hdr {
  background-image: none !important;
  background-color: #009ccd !important;
  border: none;
  color: white !important; }
  .mdc_ss_mdl_hdr span {
    color: white !important; }

.mdc_ss_mdl_ftr {
  background-image: none !important;
  background-color: white !important;
  height: 60px !important; }
  .mdc_ss_mdl_ftr table td {
    vertical-align: middle !important; }

a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectionagreements'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectionmarketingTargets'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectionfunding'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectionpatents'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectiontechnology'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_divsectionsubscribers'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_customFields1_divfc35feee-9c45-4457-935f-0c1e88bd0efd'); return false;;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_customFields1_dive0015715-9739-427b-a9f1-bf831e7ab9f3'); return false;"],
a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_customFields1_diva570176d-6784-4554-94f1-98ef4e68580c'); return false;"] {

toggleExpCol(this, 'ctl00_ContentPlaceHolder1_customFields1_divb3090733-dbd7-44a1-8d78-0dbe792057a8'); return false;
  background-color: #4e5256 !important; }

a[onclick="toggleExpCol(this, 'ctl00_ContentPlaceHolder1_customFields1_div4c0d5702-5289-4748-a3ba-6de29ebcd8e3'); return false;"] {
  display: none !important; }

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{
background-color: transparent;
}

/*# sourceMappingURL=crg.css.map */