.panel-group > * > .panel {
	margin-top: 5px;
}
.panel-group > *:first-child > .panel {
	margin-top: 0px
}
.nav-help {
	padding-right: 15px;
}
.dropdown-menu > li > span.navbar-dropdown-text {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.subquestion {
	position: relative;
}
.subquestion > .glyphicon-share-alt {
	position: absolute;
	left: 19px;
	transform: scaleY(-1);
}
.subquestion.\32x > .glyphicon-share-alt {
	left: 44px;
}
.subquestion.\33x > .glyphicon-share-alt {
	left: 69px;
}
.subquestion.\34x > .glyphicon-share-alt {
    left: 94px;
}
.subquestion > div {
	margin-left: 25px;
	width: calc(100% - 25px);
}
.subquestion.\32x > div {
	margin-left: 50px;
	width: calc(100% - 50px);
}
.subquestion.\33 x > div {
	margin-left: 75px;
	width: calc(100% - 75px);
}
.subquestion.\34 x > div {
    margin-left: 100px;
    width: calc(100% - 100px);
}
.file-upload {
	cursor: pointer;
}
.file-input:focus + label, .file-input-focused {
	outline: 1px dotted #000;
}
.file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.criterion-description {
	text-decoration: underline;
}

.modal .error-modal .modal-header {
	background-color: #d9534f;
}

.oeca-success-alert .modal-header .glyphicon, 
.oeca-success-alert .modal-header .close,
.oeca-info-alert .modal-header .glyphicon,
.oeca-info-alert .modal-header .close,
.oeca-error-alert .modal-header .glyphicon,
.oeca-error-alert .modal-header .close {
    font-size: 200%;
}
.oeca-success-alert,
.oeca-success-alert .modal-footer,
.oeca-info-alert,
.oeca-info-alert .modal-footer,
.oeca-error-alert,
.oeca-error-alert .modal-footer {
	text-align: center;
}
.oeca-success-alert .modal-footer .help-block,
.oeca-info-alert .modal-footer .help-block,
.oeca-error-alert .modal-footer .help-block {
	font-size: 12px;
}
/*
remove footer border in terminate noi modal
*/
.not-modal > .modal-content > .modal-footer {
	border-top: unset;
}
.not-attachments.custom-file-input-button {
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f;
}
dfn {
	border-bottom: #999 dotted 2px;
}
.aqua-btn-full-width > .btn-group {
	display: block;
}
.aqua-btn-full-width > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
.container-fluid {
	margin-right: 2.5%;
	margin-left: 2.5%
}
td.details-control {
    cursor: pointer;
}
.dashboard #forms thead th {
	background-color: #cccecf;
}
.dashboard #forms tbody td {
    vertical-align: middle;
    height: 40px;
}
.dashboard #forms tbody td.word-wrap {
    word-break: break-word;
}
.dashboard .btn-group-xs .btn {
    width: 90px;
}
@media (min-width: 768px) {
	.aqua-btn-full-width {
		display: flex;
		flex-flow: row wrap;
		justify-content: stretch;
	}
	.aqua-btn-full-width > .btn-group {
		flex: 1 1 auto;
		padding-left: 10px;
	}
	.aqua-btn-full-width > .btn-group:first-child {
		padding-left: 0;
	}
}
.action-col div {
	margin: 0;
}
.clear {
	clear:both;
}
.fa-question-mark {
	cursor: help;
}
/*
CoR Styles
 */
.cor {
	border: 2px #ddd solid;
}
.cor-header {
	border: 1px #ddd solid;
	margin-right: 0;
	margin-left: 0;
	//display: flex;
}
.cor-header > div {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	height: auto;
}
.id-cor-header-column {
	text-align: left !important;
}
.cor-header > div + div {
	border-left: 1px #ddd solid;
}
.cor-header + .revision > div {
    text-align: left;
    font-weight: normal;
}
.cor-underline-group {
	display: table;
}
.cor-underline-group > label {
	margin: 0;
	float: left;
}
.cor-underline-group > span {
	float: left;
}
.cor-underline {
	display: inline-block;
	padding: 0 0 0 3px;
	height: 1lh;
}
.cor-underline + .cor-underline {
	margin-left: 15px;
}
.cor-underline > .form-control-static::after {
	content: '';
	width: 100%;
	display: block;
	background-color: #CCC;
	height: 2px;
	margin-top: -3px;
}
.cor-underline > .form-control-static > span {
	display: inline-block;
}
.cor-boxes label {
	font-weight: normal;
}
.cor > .panel {
	border-radius: 0;
	margin-bottom: 0;
}
.cor > p {
	margin: 5px;
}
.cor blockquote {
	/*
	normal font size for free text fields
	*/
	font-size: 14px;
}
.yes-no-box {
	margin-left: 30px;
	font-weight: normal;
}
.yes-no-box + .yes-no-box {
	margin-left: 10px;
}
.cor .list-group-item-header {
	background-color: #ddd;
}
.cor-epa-logo {
	width: 100%;
	max-width: 120px;
	padding-top: 10px;
}
.cor-id-logo {
	height: 100%;
	max-height: 100px;
}
.cor-id-text {
	color: #337ab7;
}
@media print {
	.tab-content-top {
		border: none !important;
	}
	.tab-content {
		border: none;
	}
	.facility-header {
		display: none;
	}
	.annual-report-header {
		display: none;
	}
	.oeca-sidebar {
		display: none;
	}
	.oeca-content h3:first-child,
	.oeca-content h3:first-child + br,
	.oeca-content h3:first-child + br + div,
	.oeca-content h3:first-child + br + div + br {
		display: none;
	}
	.cor {
		font-size: 65%;
	}
	.cor .panel-default > .panel-heading {
		background-color: #ddd !important;
	}
	.container {
		padding: 0;
	}
	.cor {
		border: unset;
		border-top: 1px #ddd solid;
	}
	.cor-underline > .form-control-static::after{
		background-color: #CCC !important;
	}
	.cor .list-group-item-header {
		background-color: #f5f5f5 !important;
	}
	/*
	doesnt work in phantom js just disable for printing and use text-decoration if we upgrade to phantomjs 2 we can
	re-enable this
	 */
	.cor-underline > .form-control-static::after {
		display: none;
	}
	.cor-underline > .form-control-static {
		border-bottom: #CCC 2px solid;
		padding-bottom: 0;
	}
	body {
		padding-top: 15px;
		font-family: Helvetica, Ariel, sans-serif !important;
	}
	.cor-epa-logo {
		width: 80px;
	}
	.cor h5 {
		font-size: 12px;
	}
    .cor blockquote {
        font-size: 10px;
    }
}

.dropdown-menu > li > a.a-primary, a.a-primary > span {
    background-color: unset;
    color: #337AB7;
    border-color: #337AB7;
    font-weight: bold;
}
.dropdown-menu > li > a.a-primary:hover, a.a-primary:hover > span,
.dropdown-menu > li > a.a-primary:focus, a.a-primary:focus > span {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.dropdown-menu > li > a.a-primary.isDisabled, a.a-primary.isDisabled > span,
.dropdown-menu > li > a.a-primary.isDisabled:hover, a.a-primary.isDisabled:hover > span,
.dropdown-menu > li > a.a-primary.isDisabled:focus, a.a-primary.isDisabled:focus > span {
    background-color: unset;
    cursor: not-allowed;
    color: #337AB7;
    border-color: #337AB7;
    font-weight: bold;
    opacity: 0.7;
}
.dropdown-menu > li > a.a-info, a.a-info > span {
    background-color: unset;
    color: #46b8da;
    border-color: #46b8da;
    font-weight: bold;
}
.dropdown-menu > li > a.a-info:hover, a.a-info:hover > span,
.dropdown-menu > li > a.a-info:focus, a.a-info:focus > span {
    color: #fff;
    background-color: #46b8da;
    border-color: #46b8da;
}
.dropdown-menu > li > a.a-info.isDisabled, a.a-info.isDisabled > span,
.dropdown-menu > li > a.a-info.isDisabled:hover, a.a-info.isDisabled:hover > span,
.dropdown-menu > li > a.a-info.isDisabled:focus, a.a-info.isDisabled:focus > span {
    background-color: unset;
    color: #46b8da;
    border-color: #46b8da;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.7;
}
.dropdown-menu > li > a.a-warning, a.a-warning > span {
    background-color: unset;
    color: #f0ad4e;
    border-color: #f0ad4e;
    font-weight: bold;
}
.dropdown-menu > li > a.a-warning:hover, a.a-warning:hover > span,
.dropdown-menu > li > a.a-warning:focus, a.a-warning:focus > span {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.dropdown-menu > li > a.a-warning.isDisabled, a.a-warning.isDisabled > span,
.dropdown-menu > li > a.a-warning.isDisabled:hover, a.a-warning.isDisabled:hover > span,
.dropdown-menu > li > a.a-warning.isDisabled:focus, a.a-warning.isDisabled:focus > span {
    background-color: unset;
    color: #f0ad4e;
    border-color: #f0ad4e;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.7;
}
.dropdown-menu > li > a.a-danger, a.a-danger > span {
    background-color: unset;
    color: #D9534F;
    border-color: #D9534F;
    font-weight:bold;
}
.dropdown-menu > li > a.a-danger:hover, a.a-danger:hover > span,
.dropdown-menu > li > a.a-danger:focus, a.a-danger:focus > span {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.dropdown-menu > li > a.a-danger.isDisabled, a.a-danger.isDisabled > span,
.dropdown-menu > li > a.a-danger.isDisabled:hover, a.a-danger.isDisabled:hover > span,
.dropdown-menu > li > a.a-danger.isDisabled:focus, a.a-danger.isDisabled:focus > span {
    background-color: unset;
    color: #D9534F;
    border-color: #D9534F;
    font-weight:bold;
    cursor: not-allowed;
    opacity: 0.7;
}
.dropdown-menu > li > a.a-success, a.a-success > span {
    background-color: unset;
    color: #5CB85C;
    border-color: #5CB85C;
    font-weight: bold;
}
.dropdown-menu > li > a.a-success:hover, a.a-success:hover > span,
.dropdown-menu > li > a.a-success:focus, a.a-success:focus > span {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.dropdown-menu > li > a.a-success.isDisabled, a.a-success.isDisabled > span,
.dropdown-menu > li > a.a-success.isDisabled:hover, a.a-success.isDisabled:hover > span,
.dropdown-menu > li > a.a-success.isDisabled:focus, a.a-success.isDisabled:focus > span{
    background-color: unset;
    color: #5CB85C;
    border-color: #5CB85C;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.7;
}
.tab-content-top {
    border-top: 1px solid #ddd;
}
#action-center-flag {
	background-color: #d9534f;
	margin-left: 5px;
}
.paper-attachments .paper-attachments-modal {
    display: flex;
    text-align: center;
    justify-content: center;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
}
.clear-filter {
	margin-left: 20px;
}
.aqua-status-inactive {
    color: #dddddd;
}
.aqua-status-active {
    color: #5cb85c;
}
.aqua-status-review {
    color: #336699;
}
.aqua-status-terminated {
    color: #e74c3c;
}
.aqua-status-admincontinued {
    color: #ffa500;
}
.btn.btn-release-outline {
    background-color: unset;
    color: #337ab7;
    border-color: #337ab7;
    font-weight: bold;
}
.btn.btn-release-outline:hover,
.btn.btn-release-outline:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.add-facility-row {
	margin-bottom: 20px;
}
.add-facility-row .btn {
	width: 200px;
}
p.lg-paragraph {
	line-height: 10;
}
div.popover.flow-diagram{
	max-width: 600px;
}
textarea {
	resize: none;
}
h5 {
	font-size: 1.1em!important;
}
.cor-ut-logo {
	height: 100%;
	max-height: 80px;
}
.ut-header-type {
	vertical-align: middle;
}
.monitoring {
	padding: 0px;
	margin-right: -10%;
	margin-left: 1%;
}
.vertical-line {
	border-left: 1px solid #999;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 1px;
}
.required-field::before {
	color: #d00;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 12px;
    content: "*";
    margin-left: 7px;
}
.content-group-spacer {
	width: 5%;
}
.column-list-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.report-year {
	padding-right: 0;
	padding-top: .5em;
	text-align: right;
	white-space: nowrap;
	width: auto;
}

.report-year-selection {
	width: auto;
}