@charset "utf-8";
/* CSS Document */

#main-content ul {
     list-style-type: none;
}

html {
    font-size: 100%;
}

/*
@supports ((-webkit-mask:url()) or (mask:url()))
[href^=http]:not([href*="epa.gov"])::after {
    /* background: 0 0; 
    /* background-color: currentColor; 
    /* -webkit-mask-image: url(../img/icon_launch.svg),linear-gradient(transparent,transparent); 
    mask-image: url(../img/icon_launch.svg),linear-gradient(transparent,transparent);
    /* -webkit-mask-position: center center; 
    mask-position: center center;
    /* -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
    /* -webkit-mask-size: 1.75ex 1.75ex; 
    mask-size: 1.75ex 1.75ex;
}
*/

[href^=http]:not([href*="epa.gov"])::after {
    background-image: url(../img/icon_launch.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.75ex 1.75ex;
    height: 1.75ex;
    width: 1.75ex;
    content: "";
    display: inline;
    margin-top: .7ex;
    margin-left: 2px;
    padding-left: 1.75ex;
    vertical-align: middle;
}

/*
@supports ((-webkit-mask:url()) or (mask:url()))
.epa-link--external::after {
    /* background: 0 0; 
    /* background-color: currentColor; 
    /* -webkit-mask-image: url(../img/icon_launch.svg),linear-gradient(transparent,transparent); 
    mask-image: url(../img/icon_launch.svg),linear-gradient(transparent,transparent);
    /* -webkit-mask-position: center center; 
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1.75ex 1.75ex;
    mask-size: 1.75ex 1.75ex;
}
*/

.epa-link-external::after {
    background-image: url(../img/icon_launch.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.75ex 1.75ex;
    height: 1.75ex;
    width: 1.75ex;
    content: "";
    display: inline;
    margin-top: .7ex;
    margin-left: 2px;
    padding-left: 1.75ex;
    vertical-align: middle;
}

#main-content ul li {
     font-size: 75%;
}

#queryOptions {
     border-right: thin solid #356697;
     padding-right: 10px;
}

label {
     display: inline;
     font-size: 14px;
}

.nav-tabs > li > a {
     background-color: #005A96;
     background-image: linear-gradient(to bottom, #1D9BD6, #005A96);
     background-repeat: repeat-x;
}

#queryOptions ul.nav li.active a {
     color: #000000;
}

#queryOptions li a:hover {
     color: #FFFFFF;
     background-color: #3EA8F4;
}

#queryOptions li a, #content li a:visited, #content li a:focus, #content li a:active {
     color: #FFFFFF;
}

#main-content fieldset legend {
     font-size: 125%;
     font-weight: bold;
     margin-bottom: 10px;
     background: inherit;
     text-shadow: none;
     box-sizing: inherit;
     height: inherit;
     left: inherit;
     position: inherit;
     text-indent: inherit;
     top: 0;
     border-radius: inherit;
     display: block;
     width: 100%;
     line-height: inherit;
     border: 0;
     border-bottom: 1px solid #e5e5e5;
     margin: 0;
     padding: 3px 0;
     color: #000;
}

#main-content fieldset {
    top:0;  
}

#main-content fieldset label {
     font-weight: bold;
     height: 10px;
     margin-left: 0px;
     margin-right: 10px;
}

#main-content fieldset li label {
     font-weight: normal;
     margin-left: 0px;
     margin-right: 0px;
}

#main-content fieldset input {
     margin-left: 5px;
     margin-right: 10px;
}

#main-content fieldset select {
     margin-left: 0px;
     margin-right: 10px;
}


.nav-tabs > li > a {
     padding-left: 2px;
     padding-right: 2px;
}

.nav-tabs > li > a {
     border-radius: 4px 4px 0px 0px;
     border: 1px solid transparent;
     line-height: 20px;
     padding-bottom: 4px;
     padding-top: 4px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #FFFFFF;
     background-image: none;
     border-color: #3FA9F5 #3FA9F5 transparent;
     border-image: none;
     border-style: solid;
     border-width: 1px;
     cursor: default;
}

#main-content ul, #main-content ol {
     margin: 0px 0px 1.5em;
}

#result-buttons {
     float: right;
}

table {
     width: 100%;
}

table caption {
     font-weight: bold;
}

table.stickyHeader thead {
	position: sticky;
	top: 0;
}

#chemical-query-results thead{
    line-height:1.1;
}

td {
     border: 1px solid #DDDDDD;
}

th {
     font-weight: bold;
     margin-left: 10px;
     margin-right: 10px;
}

.btn.disabled, .btn[disabled] {
     background-color: #E6E6E6;
     color: #333333;
}

.btn-large {
     border-radius: 6px 6px 6px 6px;
     font-size: 12px;
     height: 35px;
     line-height: 12px;
     min-width: 80px;
     padding: 5px;
}

.btn-primary {
     background-color: #005A96;
     background-image: linear-gradient(to bottom, #1D9BD6, #005A96);
     background-repeat: repeat-x;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     color: #FFFFFF;
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
     background-color: #005A96;
     color: #FFFFFF;
}


#top-generate-results-btn, #generate-results-btn, #other-top-generate-results-btn, #other-generate-results-btn, #advanced-top-generate-results-btn, #advanced-generate-results-btn, #textSearch-top-generate-results-btn, #textSearch-generate-results-btn, #download-cdr-data-btn {
    background-color: #98FB98;
    background-image: linear-gradient(to bottom, #98FB90, #98FB98);
    background-repeat: repeat-x;
}

.btn-smallfont{
    font-size: 12px;
}

#main-content .pagination>li a {
    color: #4298aa; 
}

#main-content .pagination>li.active a {
    color: black;   
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0 0;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}

.btn-primary.disabled, .btn-primary[disabled] {
    
}

.btn.disabled, .btn[disabled] {
     background-color: #E6E6E6;
     color: #666666;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
     background-color: #E6E6E6;
     color: #666666;
}

#queryOptions {
    border-right: thin solid #0071BC;
    padding-right: 10px;
    float: left;
}


.tab-content, #outputSelection {
    background: url("../img/fieldset_bg.gif") repeat-x scroll center bottom transparent;
}

#main-content li a.blue:visited {
    color: #006699;
}

#queryOptions fieldset li a {
    color: #006699;
}

table {
    font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
}


.modal-header {
    border-bottom: none;
    padding: 9px 15px;
}

.modal-header .close {
    margin-left: 8px;
    margin-top: 2px;
    color: red;
    font-weight: bolder;
}

.close {
    float: right;
    font-size: 20px;
    opacity: 1;
    text-shadow: 0 1px 0 #FFFFFF;
}

.modal-footer {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border-top: none;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 5px;
    text-align: right;
}

#viewAllTable {
    border: 2px solid #000;
    padding: 3px;
}

#viewAllTable td, #viewAllTable th {
    border-bottom: 1px solid #000;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 3px;
}

#viewAll {
    font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
}

.rd #viewAll #viewAllBody #viewAllTable tbody tr td ul {
    margin-left: 15px;
    width:100%;
}
.rd #viewAllEndpoint #viewAllEndpointBody h3 {
    margin-bottom: 2px;
    padding-left: 10px;
}
.rd #viewAllEndpoint #viewAllEndpointBody h4 {
    font-size: 1em;
    font-weight: normal;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 10px;
}

.rd #viewAllEndpoint #viewAllEndpointBody h5 {
    margin: 3px 0 5px;
    padding-left: 10px;
}

.rd #viewAllEndpoint #viewAllEndpointBody #viewAllEnpointTable {
    border: 1px solid #000000;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 96%;
    margin: 0px 10px;
}
#viewAllEnpointTable th, #viewAllEnpointTable td {
    padding: 5px;
    border-bottom: 1px solid #000;
    border-left: none;
    border-top: none;
    border-right: 1px solid #000;
}
#viewAllEnpointTable th {
    text-transform: uppercase;
    
}.rd #viewAllEndpoint #viewAllEndpointBody {
    border: 2px solid #000;
    padding: 10px 0px;
    margin-left: 10px;
}

.modal-header h2 {
    margin-bottom: 0px;
}

.modal-body {
    clear: both;
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    height: 90%;
    padding: 15px;
    overflow-x: auto;
    overflow-y: auto;
}

.modal-body .snur_meta .liIndent {
    margin-left: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.modal-body .snur_meta .liIndent li {
    list-style-type: square;
}



.modal-body .snur_meta .liIndentNoMarginLeft {
    margin-left: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.modal-body .snur_meta {
    /*margin-bottom: 20px;*/
    margin-left: 10px;
}
.modal-body.action {
    border: 2px solid #000;
    max-height: 86%;
    padding: 0px;
}
.modal-body.action h2 {
    padding-left: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.modal-body.action h3 {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-left: 10px;
}
.modal-body.action h3 .noBold {
    font-weight: normal;
    font-size: .8em;
}

.modal-body.action .action_details .snur_meta li {
    list-style-type: none;
}

.modal-body.action .action_details .snur_meta  {
    margin: 10px;

}
.modal-body.action .action_details {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    margin-bottom: 10px;
    margin-top: 0px;
}

#viewExternalBody {
    max-height: 90%;
    height: 90%;
    max-width: 100%;
    width: 100%;
}

#viewExternal .modal-content {
    width: 90vw;
    height: 90vh;
    margin-left: -25vw;
    /*margin-top: -5vh;*/
}
.sel_options {
    width: 270px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0px 0 0 8px;
    color: black;
    text-decoration: none;
}

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
    float: left;
  }
  
  #s2id_searchByChemicalName {
    width:270px;
  }
  
table.dataTable tr.odd {
    background-color: #fff;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #fff;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #fff;
}

table.dataTable td {
    border-bottom: 1px dashed #DDDDDD; 
    
}

#chemical-query-results thead tr th, #chem-query-results thead tr th, #case-query-results thead tr th, #text-query-results thead tr th, #other-query-results thead tr th {
    background-color: #CEE2B7;
    border: none;
}

table.dataTable thead {
    background-color: #CEE2B7;
}

table.dataTable thead th {
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 18px 3px 10px;
    height: 85px;
}

.submitted {
    font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    display: block;
    margin-top: 10px;
}
.submitted ul {
    list-style-type: none;
}
.chem_detail td {
    border: none;
}
/*.modal {
    width: 50%;
    height: 500px;
     margin-left:-23%;
}*/
.row-fluid .span4 {
    width: 25%;
}

.row-fluid .span8 {
    width: 72%;
}
.blackborder, .blackborder td, .noborder .blackborder td {
    border: 2px solid #000;
    border-collapse: collapse;
}

.v_low {
    font-weight: bold;
}

.low {
    font-weight: bold;
}

.moderate {
    font-weight: bold;
}

.high {
    font-weight: bold;
}

.v_high {
    font-weight: bold;
}

.noborder, .noborder td {
    border: none;
}
.modal-body .liIndent {
    margin-left: 40px;
}
.modal-body .liIndent li {
    list-style-type: none;
}

.border-bottom{
    border-bottom: thick solid #000000;
    border-bottom-width: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#viewGroupSelectBody {
    height: 75%;
}

#viewAdvancedGroupSelectBody {
    height: 75%;
}

#viewEndpointSelectBody {
    height: 65%;
}

#modal_DFE_NPE .modal-content {
    height: 75vh;
    margin-left: -15vw;
    width: 60vw;
}

#modal_DFE_AA .modal-content {
  height: 90vh;
    margin-left: -25vw;
    width: 90vw;
}

#modal_CDR_Summary .modal-content {
  height: 90vh;
    margin-left: -25vw;
    width: 90vw;
}
#modal_DFE_SCIL .modal-content {
  height: 90vh;
    margin-left: -25vw;
    width: 90vw;
}
#modal_Use .modal-content {
  height: 90vh;
    margin-left: -25vw;
    width: 90vw;
}

#viewAllEndpoint .modal-content {
  height: 70vh;
  margin-left: -25vw;
  width: 90vw;
}

#modal_PNRR .modal-content {
  height: 70vh;
  margin-left: -25vw;
  width: 90vw;
}


.ui-resizable {
position: fixed;
height: "auto";
}

.epa_assess td {
    padding: 7px;
    border: 1px solid #E3E3E3;
}
.epa_assess {
    border: 1px solid #CCC;
}
.epa_assess th {
    background-color: #3399FF;
    padding: 7px;
    margin: 0px;
}
.legend {
    padding: 10px;
    margin-left: 40px;
    border: 1px solid #CCC;
    float: left;
}
.legend p {
    display: block;
    margin-bottom: 7px;
}

.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1075;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color:rgba( 255, 255, 255, .8 );
    background-image:url("../img/ajax-loader.gif");
    background-position:50% 50%;
    background-repeat:no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
}

body.loading {
    overflow: hidden;   
}

body.loading .loading-modal {
    display: block;
}

table.dataTable {
    table-layout: fixed;
}

table.dataTable td {
    word-wrap: break-word;
}

.show_header_link
{
    font-size:16px; 
    font-weight:bold; 
    font-style:normal; 
    text-decoration:none; 
    text-transform:none; 
    margin:0px; 
    padding:0px;
    color: #0088cc;
}

#main-content ul#breadcrumbs li a {
    color: #4298aa;
    text-decoration: none;
}

#main-content ul#breadcrumbs li a:focus, #main-content ul#breadcrumbs li a:hover {
    color: #47aa42;
    background-color: transparent;
    text-decoration: underline;
}
#main-content ul#infoLinks li {
    list-style-type: disc;
    margin-left: 40px;
    font-size: 100%;
}

#main-content ul#infoLinks li a {
    color: #4298aa;
}

#main-content ul#infoLinks li a:focus, #main ul#infoLinks li a:hover {
    color: #47aa42;
    background-color: transparent;
}
.modal-print-link {
    cursor: pointer;
}

img.questionMark {
    width:20px;
    height:30px;
    background-image:url("../img/glyphicons-halflings.png");
    background-position: -90px -90px;
    position:relative;
    left:-10px;
}

img.iconLogo {
    width:20px;
    height:30px;
    background-image:url("../img/glyphicons-halflings.png");
    background-position: -116px -90px;
    position:relative;
}
.infoDate{
    width: 250px;
    position: absolute;
    right: 0px;
}

div#modal_12\(b\) > div.modal-dialog > div.modal-content {
    height: 85vh;
    width: 50vw;
    margin-left: -9vw;
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-content {
    height: 96vh;
    width: 36vw;
    /*margin-left: -9vw;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

#emailChemicalCsvContent .modal-content {
    height :75%;
}

#emailChemicalCsvDiv .modal-content {
    height: 300px;
}

#emailChemicalCsvDiv .modal-body {
    height :53%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0px;
}
#emailListOfDataSourcesCsvDiv .modal-content {
    height: 300px;
}

#emailListOfDataSourcesCsvDiv .modal-body {
    height :53%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0px;
}

#main-content #breadcrumbs li.first {
    background: none;
    padding-left: 0;
}
#main-content #breadcrumbs li {
    background: url('https://www.epa.gov/epafiles/css/i/icons.png') no-repeat -13px -115px;
    display: block;
    float: left;
    padding-left: 12px;
    white-space: nowrap;
    text-align: -webkit-match-parent;
    font-size: 80%;
}
#main-content #breadcrumbs {
    list-style: none;
    margin: 4px -10px 1em;
    padding: 0 10px;
    overflow: hidden;
}
#main-content ul#breadcrumbs li.first a {
    padding-left: 0;
}
#main-content #breadcrumbs li a {
    padding: 0 2px;
    color: #069;
    text-decoration: none;
}
.main-content {
    max-width: 100%;
}

.main-footer {
    max-width: 100%;
}

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    background: #369;
}

.row > .size-3of5.col {
    width: inherit;
}

#main-content button {
    height: auto;
}

#oppt-area-name {
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 1px 0 0 0px;
}

#block-pane-epa-web-area-connect {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: inherit;
}

.secondary-nav:after {
    clear: none;
}

.masthead {
    padding-bottom: 0;
    padding-top: 0;
    padding: 0;
}

.menu {
    font-size: 1.15em;
}

.site-slogan {
    padding-top: 4em;
}

.form-text {
    font-size: 100%;
}

#chemicals ul li a {
    color: #006699;
}
    
#text-query-results em, .snur_meta em {
    color: red;
    font-style: italic;
    background-color: yellow;
    font-weight: bold;
}

#text-query-results thead{
    display:none;
}

#text-query-results td {
    border: none;
}

.source {
    color: #337AB7;
}

.result {
    MARGIN-TOP: 12px; BACKGROUND-IMAGE: linear-gradient(to bottom, #89A7CC, #FFF); PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5; PADDING-TOP: 8px; BACKGROUND-REPEAT: repeat-x; WORD-WRAP: break-word
}

.select2-container {
    width: 270px;
}

.btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#print-btn {
    display:none;
}

.social-twitter {
	background-image: url(../img/social-x-white.png);
    background-repeat: no-repeat;
    background-position: center center;

}