/* 
  This login css page is an artiface of the old Angularjs application 
  It is currently being utilized by the login.html page and can be removed once the login page is migrated to Vue
*/

@CHARSET "ISO-8859-1";

/* These styles are temporary */
#app-navigation.navbar {
    border-style: solid;
    border-color: #0071BC;
    background-color: #DBF2FF;
    border-width: 0px 0px 1px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#app-header.navbar {
    background-color: #0071BC;
    border-width: 0px 0px 1px;
    margin-bottom: 0px;
    color:white;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


#app-header.navbar-default .navbar-nav > li > a {
	color: white;
}


#app-navigation.navbar-default .navbar-nav > li > a {
	color: #0071BC;
}



#app-navigation.navbar-default .navbar-nav > li > a {
  /* color: #333; */
  border-bottom: 4px solid transparent;
}

#app-navigation.navbar-default .navbar-nav > li > a:hover,
#app-navigation.navbar-default .navbar-nav > li > a:focus,
#app-navigation.navbar-default .navbar-nav > .active > a,
#app-navigation.navbar-default .navbar-nav > .active > a:hover,
#app-navigation.navbar-default .navbar-nav > .active > a:focus {
  background-color: #DBF2FF;
  color: #439348;
  border-bottom: 4px solid #439348;
}

#app-navigation.navbar-default .navbar-nav > li:active {
  color: #439348;
  border-bottom: 0px solid #439348;
}

.login-page-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Styles for the progress bar */
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #337ab7;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-wizard > li.active > a:after {
  border-left-color: #337ab7;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}
/* End progress bar styles */

.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.section-divider {
   border-top: 1px solid;
   border-color: #0071BC;
}

.header h2 {
  margin-bottom: 0px; 
  margin-top: 0px;
}

.header hr {
  margin-top: 8px; 
  margin-bottom: 8px;
}

.section-link {
	cursor: pointer;
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.list-none {
	list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}

.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    animation: spin 1s infinite;
}

.subform-loader {
    border: 6px solid #f3f3f3; 
    border-top: 6px solid #3498db;
    border-right: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 45px;
    margin-left: 190px;
    animation: spin 1s infinite;
}

.app-modal-window .modal-dialog {
  height: 50px;
  width: 300px;
}

.modal-title {
    margin-bottom: 10px;
}

.message{
    padding: 10px;
}

.modal-backdrop.in {
    opacity: 0 !important;
}

.help-search-results-modal .modal-dialog .modal-content{
    width: fit-content;
}

.app-modal-window-wide .modal-dialog {
  height: 50px;
  width: 700px;
}

.clear {
    clear: both;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.RbtMargin {
	margin-right: 14px;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 40px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-5 {
    margin-left: 40px !important;
}

.mb-1{
    margin-bottom: 5px !important;
}

.mb-2{
    margin-bottom: 10px !important;
}

.mb-4{
    margin-bottom: 20px !important;
}

.pt-2{
    padding-top: 10px !important;
}

.pl-2{
    padding-left: 10px !important;
}

.v-align-t{
    vertical-align: top !important;
}

.fixed-br{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.float-right{
    float: right;
}

.float-left{
    float: right;
}

.introjs-fixParent {
	z-index: auto !important;
	opacity: 1.0 !important;
	position: absolute;
}

.customIntro .introjs-skipbutton {
	color: black;
	font-weight: bold;
	data-showStepNumbers: false;
}

.customIntro .introjs-helperNumberLayer {
	display: none;
}

.commentDisplay p{
	width: 100%;
	height: auto;
	resize: none;
	outline: none;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	border: none;
	background-color: white;
	white-space: pre;
	word-wrap: break-word;
}

.error-message {
	color: #CC0000;
}

p:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #c0c0c0;
}

.header-color{
	background-color: #E3F0F6;
}

.bootstrap .tags {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.bootstrap .tags .tag-item {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
  color: #fff;
}

.bootstrap .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}

.bootstrap .tags .tag-item button {
  background: transparent;
  color: #000;
  opacity: .4;
}

table[ng-table] th {
  text-align: left;
  border-top: none;
}

.checkbox-input{
	width: 15px;
	height: 15px;
	float: left;	
}

.checkbox-label{
	float: left;
	margin-top: 3px;
}

.tooltip .tooltip-inner {
  background: #3982C2;
  color: white;
  padding: 8px;
}

.tip + .tooltip.left > .tooltip-arrow {
	border-left: 5px solid #3982C2;
}

.custom-tags.ng-pristine .tags {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #ccc
}

.custom-tags.ng-invalid .tags {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #ccc
}

.panel-default > .panel-heading{
  background-color: #D9EDF7;
}

textarea {
	resize: none;
	overflow: hidden;
	height: 72px;
	width: auto;
	min-height: 72px;
	word-wrap: break-word;
}

header .epa-search>.form-text {
    height: 28px !important;
    width: 215px !important;
}

.text-medium {
    font-size: 120%;
}

.text-bolder {
    font-weight: 900;
}

.filter-link {
	padding-top: 8px;
	cursor: pointer;
}

.filter-row {
	padding-bottom: 8px;
}

 #sign-out-btn.dropdown-toggle:active, .open #sign-out-btn.dropdown-toggle {
 	background:#DBF2FF !important; 
    color:#0071BC !important;
 }
 
input[readonly].no-border {
 	border: 0;
 	box-shadow: none;
 	background-color: transparent;
 }

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
}
.chartAreaWrapper {
    overflow-y: auto;
    position: relative;
    height: 100%;
}

.chartAreaWrapper2 {
    position: relative;
}

.table-batch-upload thead tr {
    background-color: #3291cf;
    color: white;
}

.req-files-actions {
    max-width: 1400px;
}

.report-table {
    overflow-x: auto;
}

.report-column {
    min-width: 150px;
}

.filter-group {
	margin: 15px;
	padding: 10px;
	border: 2px solid #eee;
	min-height: 55px;
}

.filter-group-label {
	padding-top: 5px;
}

.noscollbar {
    overflow-y: visible !important;
    left: 15px;
    min-width: auto;
}

.dropdown-menu .sub-menu {
    visibility: visible;
    left: 100%;
    position: absolute;
    top: 0;
    margin-top: -1px;
}

.dropdown-menu li:hover > .sub-menu {
    visibility: visible;
    display: block;
}


.filter .btnFilter {
	padding: 5px;
}

.caret.caretFilter {
	float:right;	
}

.dropdown-menu.checkboxFilter {
	padding:5px;
}

.table_fit{
    word-break: break-all
}

.tooltip .tooltip-inner {
	border: 1px black solid;
    max-width: 350px;
    width: 350px;
    background-color: white;
    color: black;
    text-align: left;
}

.tooltip-color {
	color: gray;
    cursor: pointer;
}

.accordion {
     list-style: bullet;
     padding: 7px;
     margin: 0;
     cursor: pointer;
 }

.accordion li:hover {
    text-decoration: underline;
}

.panel-default .panel-heading {
	background-color: #dbf2ff;
	color: #0071bc;
} 

.panel-default .ng-binding {
	font-size:14px;
}

.panel-default .panel-body {
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 0;
} 

.panel-default .panel-body li {
	padding-bottom: 5px;
}

a {
    cursor: pointer !important;
}

header .login-search-button {
    background-image:  url("https://www.epa.gov/themes/epa_theme/images/search.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-color: #1a4480;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 44px;
    height: 28px;
}

header .site-logo{
    display: block !important;
    height: 22px;
    float: right;
}

.help-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.help-support{
    background-color:#0071BC;
    height:50px;
    padding:0 7px 0 7px;
}

.help-support-title{
    line-height:50px;
    float:left;
    color:#ffffff;
}

.help-support-buttons{
    float:right;
    line-height:50px;
}

.help-div{
    border-style:solid;
    border-width:1px;
    padding:0;
    border-color:#337ab7;
    margin-right:0px;
    background-color: white;
}

.help-nav{
    float:left;
    margin:0px;
    padding:0px;
    width:250px;
    border: 1px none #0071BC;
}

.help-search{
    line-height:25px;
    border-radius:4px
}

.help-content{
    margin-left:250px;
    border-color: #0071BC;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style:solid;
    border-width:1px;
}

.white-glyphicon{
    color: #FFFFFF;
}

.spacer{
    height: 50px;
}

.bg-light-gray{
    background-color: #ececec;
}

#mainDiv {
    transition: margin-right .5s;
}

a.impersonate-link {
	display: block;
	text-decoration: none;
	padding: 3px;
	color: black;
}

a.impersonate-link:hover {
	color: white;
	background-color: #337ab7;
}

.site-logo-svg-main{
    fill: #fff;
}

.login-header {
    background-color: #005ea2;
    padding: 1em 0;
    display: flex;
}

.login-header-inner{
    max-width: 60em;
    margin: 0 auto;
    padding: 0 1em;
    flex-grow: 1;
}

.flex-growbox{
    flex-grow: 1;
}

.login-site-slogan{
    font-size: .8em;
    color: #fff;
    font-family: Arial, sans-serif;
    line-height: 1;
}

header .region-header{
    display: flex;
    justify-content: right;
}

header .epa-search-form{
    display: flex;
    height: 28px;
}

nav.main-nav {
    background-color: #1a4480;
}

@media screen and (max-width:50em) {
    header .login-site-slogan{
        display: none;
    }
    .login-header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-links {
        margin-top: 0;
    }
}
