html { 
    /* used for sticky footer */
    height: 100%;
	margin: 0;
}
body {
	background: #fff;
	margin: 0;
	color: #111;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 100vh;
}
.body-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.flex-div {
	flex-grow: 1;
}
a { color: #3462BE; text-decoration: none;}
a:hover { color: #3462BE; text-decoration: underline;}

/*
For Tab navigation
*/
a {border: 1px dotted transparent;}
button {border: 1px dotted transparent;}
a:focus {border: 1px dotted #000;}
button:focus {border: 1px dotted #000;}

/**************************** Header/Content/Footer **********************************/

.nciBanner { background-color: #fff; }
.nciLogo { padding: 23px 23px 23px 23px; width: 100%; /* max-width: 470px; */ display: inline-block; line-height: 0; border-width: 0px; border-style: none; }
.nciLogo img { max-height: 54px; }
/* IE 8 Yay! */
.ie-logo-desk { display: block; }
.ie-logo-mob, .ie-logo-tab { display: none; }
@media (max-width: 41.99em) { .ie-logo-desk { display: none; } .ie-logo-tab { display: block; } }
@media (max-width: 27.99em) { .ie-logo-tab { display: none; } .ie-logo-mob { display: block; } }

#header { background-color: #fff; border: 0; padding-top: 0; padding-bottom: 0;}
#header .fa-user, .fa-rss { color:  #333333; }
/*
.breadcrumb { background-color: #E4E4E4; padding: 5px 10px; border: 3px solid #606060; border-radius: 5px; margin-bottom: 10px; }
.breadcrumb i { color: #316999; margin-right: 5px; }
.breadcrumb > .active { color: #555; }*/
.breadcrumb > li + li::before {
    content: "/";
    padding: 0 5px;
}
.breadcrumb {
	/* margin-top: -15px; */
	padding-top: 8px;
	background-color: #fff;
}
.breadcrumb a {
	color: #333;
	font-size: 14px;
}
#main {
    padding-bottom: 20px;
}

/* Footer */
#footer {
	height: auto;
    color: #fff;
    /* used for sticky footer */
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #e4e4e4;
    border-top: 3px solid #606060;
    padding: 10px; color: #000;
	z-index: 1;
}
#footer a {
    color: #316999;
}
#footer a:hover {
    color: #326089;
}
#footer ul { margin: 0 auto 20px auto; text-align: center; list-style-type: none; }
#footer ul { padding: 0; }
#footer ul li { padding: 5px; }
#footer ul li .fa-square { font-size: 70%; }

/* error/success messages on form submission */
.alert {
    border-radius: 5px;
    border-width: 3px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.alert .close {
    right: 0;
}

.ribbon {
	background-color: #666;
	color: #fff;
	padding-top: 0px;
	padding-left:25px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
	max-height: 54px;
}

.ribbon-header {
	border-bottom: 0px solid #776;
	margin: 0px !important;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	letter-spacing: .03em;
	width: 80%;
	display: inline-block;
}

.maintenance-mode-display {
	border: 2px solid #000;
	border-radius: 4px;
	background-color: #fdd;
	padding: 5px;
	margin: 5px;
}

/**************************** Forms ************************************/

.form-group ul.errorlist { list-style-type: none; margin: 5px 0 0 0 !important; padding: 0; }
.form-group ul.errorlist li { color: red; }

.form-group.required > label:after, .form-group.required > legend:after { content: ' *'; color: #999; }

.has-error input, .has-error textarea, .has-error select { background-color: #fee; }

.btn-default { /*input[type="button"], input[type="submit"], */
	background-color: #eee;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 6px 12px;
}

label {
	vertical-align: top;
}

.file_upload_wrapper {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
}

/**************************** Popup Boxes ************************************/
.popover-hover {
    cursor: help;
}
.popover-link .popover-hover {
    cursor: pointer;
}
.popover-left-tab.popover-hover {
    display: none;
}
.popover-left-tab .popover {
    width: 600px;
}

/**************************** Miscellaneous/Other ************************************/

.hover-clickable {
	cursor: pointer;
}

.strong {
    font-weight: bold;
}
.text-plain {
    font-weight: normal;
}
caption {
    color: #555; /* fix contrast for 508 */
}
.vertical-middle {
    vertical-align: middle !important;
}
.vertical-top {
    vertical-align: top !important;
}
.fa {
    overflow: visible; /* attempted fix in NCI's IE browser */
}
.superusers-only {
    background-color: #f6f6f6;/*#FFFFBB#A9D0F5*/;
    border: 3px solid #B22;
    border-radius: 4px;
    padding: 5px;
    margin-top: 0px;
}
.admin-only-tag {
	font-weight: bold;
	border: 3px solid #B22;
	border-radius: 4px 4px 0px 0px;
    padding: 2px;
	margin-bottom: 0px;
}
/* .visually-hidden {} - part of bootstrap, use for screen readers*/

/**************************** Media Queries ******************************************/

#welcome-box {
    text-align: center;
    padding: 0 0 5px 0;
}
.h1-logo {
    margin: 0; 
    padding: 0; 
    text-align: center;
}
@media (min-width: 768px) {
    #footer ul li { display: inline;  list-style: none outside none; padding: 0 20px; }
    #footer ul li:first-child { background: none; }
}
@media (min-width: 768px) {
    #welcome-box {
        padding: 30px 0;
        text-align: right;
    }
    .h1-logo {
        text-align: left;
    }
    
    /* Sticky Footer */
}

/**************************** Addition Styles ******************************************/

.x-large-text {
	font-size: x-large;
}

h1.smaller {
	font-size: x-large;
	/*border-bottom: 1px solid #888;*/
	/*font-weight: bold;*/
}

h2.smaller {
	font-size: large;
	/*border-bottom: 1px solid #aaa;*/
	font-weight: bold;
}

h3.smaller {
	font-size: medium;

	/*border-bottom: 1px solid #aaa;*/
}

h1 {
	font-size: x-large;
	/*border-bottom: 1px solid #888;*/
	/*font-weight: bold;*/
	margin: 20px 0px 10px -10px !important;
}

h2 {
	font-size: large;
	/*border-bottom: 1px solid #aaa;*/
	font-weight: bold;
	margin: 20px 0px 10px -10px !important;
}

h3 {
	font-size: medium;
	/*border-bottom: 1px solid #aaa;*/
}

h4 {
	font-size: medium;
}

.no-padding {
	padding: 0px;
}

/* For help tip icons */
h2.smaller i.fa {
	font-size: medium;
}

.simple-indent {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.table-responsive-fix {
	padding-left: 2px;
	padding-right: 2px;
}

h2.equal-margin {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.compact-display {
	padding: 0px;
	margin: -5px 5px;
	list-style-type: none;
}

ul.compact-display li {
	padding: 10px 3px;
	/*max-width: 500px;*/
}

div.not-last {
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: 15px;
}

.navbar-text {
	margin-bottom: 0;
}

.programs-navbar {
	border-bottom: 2px solid #bbb;
	color: #000;
	background-color: #f8f8f8;
	border-radius: 0px;
	padding: 0px;
	min-height: 35px;
}

.program-nav-item{
	color: #000;
	background-color: inherit;
}

.program-nav-item:hover, .program-nav-item:focus {
	color: inherit;
	background-color: inherit;
}

.program-dropdown-item {
	font-size: 14px;
}

.program-dropdown-item:hover, .program-dropdown-item:active, .program-dropdown-item:focus {
	background-color: inherit;
	color: inherit;
}

.nav-item.active {
	margin: 0px 1px;
}

.panel-min-height {
	min-height: 200px;
}

.a-like-button {
	border: 0px solid #000;
	background: inherit;
	color: #3462BE;
	padding: 0px;
}

.guest-user-box {
	margin: 15px;
	border: 2px solid #d33;
	background-color: #fdd;
	border-radius: 8px;
	padding: 12px 8px 0px 8px;
}

.info-box {
	border: 2px solid #776;
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 15px 12px;
	min-height: 250px;
}

.info-box .header {
	text-align: center;
}

.info-box .header a {
	color: #000;
}

.content-footer-links {
	padding-top: 10px;
}

.request_file {
	border-style: solid; 
	border-width: 1px 0px; 
	border-color: #ccc; 
	padding: 10px; 
	margin: 0px 5px;
}

.request_file_no_border {
 	border-width: 0px;
	padding: 10px; 
	margin: 0px 5px;
}

ul.request_edit_list {
	list-style-type: none;
	padding: 0px;
}

ul.request_edit_list li {
	margin-bottom: 5px;
}

ul.request_edit_list li.last-child {
	margin-bottom: 0px;
}

label.quick-search {
	vertical-align: middle;
}


@keyframes add-file-field {
	0% {height: 0px;}
	25% {height: 25%;}
	50% {height: 50%;}
	75% {height: 75%;}
	100% {height: 400px;}
}

.add-file {
	animation-delay: 1s;
	animation-duration: 2s;
	animation-name: add-file-field;
	animation-iteration-count: 20;
}

.error-listing li {
	margin-bottom: 15px;
}

.error-listing li ul li {
	margin-bottom: 0px;
}

.error-listing li ol li {
	margin-bottom: 0px;
}

.mds_progress_bar_container {
	padding: 5px 15px;
	text-align: center;
}
.mds_progress_bar_cell_left {
	padding: 5px;
	border: solid 1px #000;
	border-radius: 4px 0px 0px 4px;
}
.mds_progress_bar_cell_middle {
	padding: 5px;
	border: solid 1px #000;
}
.mds_progress_bar_cell_right {
	padding: 5px;
	border: solid 1px #000;
	border-radius: 0px 4px 4px 0px;
}

.mds-action-center-text {
	text-align:center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.mds-action-span {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.member-request-info-left {
	text-align: right;
	padding: 2px;
	vertical-align: top;
}

.member-request-info-right {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

.table-form-left-col {
	text-align: right;
	padding: 2px;
	vertical-align: top;
}
.table-form-right-col {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

.member-request-comment {
	padding-left: 15px;
	padding-bottom: 7px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
}

.member-request-comment-message {
	padding-left: 15px;
}

.member-request-doc-list {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 0px;
}

.btn-no-style {
	padding: 0px 3px;
	margin: 0px;
	background: transparent;
	border: 0px solid #000;
}

a.clickable-div {
	color: #000;
}

a.clickable-div:hover {
	color: #000;
}



@media (min-width: 1800px) {
    .container{
        width: 1300px;
    }
}

.notice-banner {
	border: 2px solid #500;
	border-radius: 4px;
	background-color: #fdd;
	padding: 10px 15px;
	margin: 8px 5px;
}

.notice-banner-title {
	font-weight: bold;
	font-size: 120%;
}

.notice-banner-message {
	font-weight: bold;
}

.nav.nav-tabs {
	border-bottom: 1px solid #444;
	padding-left: 5px;
}

.nav.nav-tabs li {
	background-color: #777;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	border-radius: 8px 8px 0px 0px;
	font-weight: bold;
	margin-right: 2px;
}

/*.nav.nav-tabs li:hover, .nav.nav-tabs li:focus {
	background-color: #467;
}*/

.nav.nav-tabs li a {
	color: #fff;
	border: 0px solid #000;
	text-decoration: none;
}

.nav.nav-tabs li a:visited, .nav.nav-tabs li a:hover, .nav.nav-tabs li a:focus, .nav.nav-tabs li a:active {
	background-color: inherit;
}

.nav.nav-tabs li.active {
	background-color: #368;
	color: #fff;
	border: 0px solid #000;
}

.nav.nav-tabs li.active a {
	background-color: #368;
	color: #fff;
	border: 0px solid #000;
	margin-right: 0px;
}

.organization-display-container {
	padding: 0px 5px;
}

.member-request-info-box {
	padding: 5px 10px;
	text-align: left;
	border: solid 1px #99a;
	background-color: #eef;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}

.member-request-doc-display {
	border: solid 1px #bbb;
	margin: 10px 5px;
	padding: 6px;
	border-radius: 4px;
}

.member-request-doc-display.pending{
	background-color: #ffc;
}

.member-request-doc-display.uploaded{
	background-color: #eee;
}

.member-request-approval{
	min-width: 10em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.member-request-approval.approve{
	background-color: #494;
}

.member-request-approval.approve:hover{
	background-color: #373;
	
}

.member-request-approval.question{
	color: #000;
}

.member-request-approval.question:hover{
	color: #000;
}

.member-request-approval.deny{
	background-color: #C33;
}

.member-request-approval.deny:hover{
	background-color: #A22;
}

.member-request-comment-message {
	padding-left: 15px;
}

.member-request-panel-box {
	padding-left: 5px;
}

.mds-submission-on-hold {
	border: 2px solid #777;
	background-color: #ffe;
	padding: 10px 15px;
}

.btn {
	margin: 5px;
	font-size: 14px;
	display: inline-block;
}

.btn.con-primary-submit {
	background-color: #37b;
	color: #fff;
	border-color: #368;
}

.btn.con-primary-submit:hover {
	background-color: #269;
	border-color: #368;
}

.btn.con-primary-submit[disabled] {
	background-color: #269;
	border-color: #368;
}

.btn.con-btn {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
	background-color: #37b;
	color: #fff;
	border-color: #368;
	font-size: 14px;
}
	
.btn.con-btn:hover {
	background-color: #269;
	border-color: #368;
}

.btn.con-btn-lg {
	padding: 5px 15px;
	font-weight: bold;
	font-size: large;
}

.con-mr-modal-header {
	background-color: #37b;
	color: #fff;
}

.con-mr-modal-header-approve {
	background-color: #474;
	color: #fff;
}

.con-mr-modal-header-deny {
	background-color: #C33;
	color: #fff;
}

.white-close{
	color: #ddd;
	font-weight: bold;
	opacity: 1.0;
}

.white-close:hover{
	color: #fff;
	font-weight: bold;
	opacity: 1.0;
}

.input-text-long {
	min-width: 20em;
}

.tagged-box {
    border: 3px solid #E93;
    border-radius: 4px;
    padding: 5px;
    margin-top: 0px;
}
.tagged-box-container {
	padding: 15px 5px;
}
.tagged-box-tag {
	background-color: #FB4;
	font-weight: bold;
	border: 3px solid #E93;
	border-radius: 4px 4px 0px 0px;
    padding: 2px 8px;
	margin-bottom: 0px;
    margin-left: 10px;
}

.roster-filter-box {
	/*
	border: 1px solid #777;
	border-radius: 4px;
	padding: 8px;
	*/
	padding: 5px 0px;
}

.filter-box-element {
	vertical-align: middle;
}

.protocol-status-filter-container {
	border: 1px solid #777;
	border-radius: 4px;
	padding: 4px;
}

@media screen and (min-width: 768px) {
	.protocol-filter-box.right {
		text-align: right;
	}
}

.red-attention {
	color: #d00;
	font-weight: bold;
}

.mds-action-btn {
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align:center;
}

@media screen and (min-width: 768px) {
	.mds-action-btn {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		display: inline-block;
	}
}

.btn.con-red-btn {
    color: #ffffff;
    background-color: #bb3333;
    border-color: #992222;
}

.btn.con-red-btn:hover {
    background-color: #992222;
    border-color: #771111;
}

.org-info-indent {
	margin-left: 12px;
}

.list-padding {
	padding-left: 40px;
}

.non-bs-paragraph {
	padding: 0px;
	margin-bottom: 10px;
}

.font-size-14 {
	font-size: 14px;
}

.nav.nav-tabs li a.active {
	background-color: #368;
	color: #fff;
	border: 0px solid #000;
	margin-right: 0px;
}

.program-btn-close {
	background-color: inherit;
	border: inherit solid 0px;
	color: inherit;
	opacity: 0.8;
	float: right;
}

.table.table-bordered td, .table.table-bordered th {
	border-width: 1px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.alert-margin {
	margin: 3px 10px 12px 10px;
}

.modal-title {
	width: 100%;
}

.infohover {
    cursor: help;  
}

.indent {
	padding-left: 10px;
}