.nav-tabs {
	padding-top: 0px;
}

#header {
	border-bottom-style: solid;
}

.form-horizontal {
	margin-top: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background-image: none;
	color: white;
	background-color: #CA1720;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-widget-content {
	border-color: #CA1720;
}

	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
		border: none;
		background: none;
		background-color: #F58A89;
		font-weight: bold;
		color: white;
	}

.ui-icon-alert {
	background-position: 20px -20px;
}

.ui-widget-header {
	border: none;
	background-image: none;
	color: white;
	background-color: #CA1720;
}

legend {
	color: rgba(212, 63, 58, 1);
}

.oldComment {
	background-color: #E0E0E0;
}

.divDocumentVersion {
	background-image: url('/Images/version.jpg');
	width: 16px;
	height: 16px;
}
/***************MODAL dialog**************/
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-moz-transition: -moz-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-moz-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

	.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5;
	}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

	.modal-header .close {
		margin-top: -2px;
	}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	.modal-footer .btn + .btn {
		margin-bottom: 0;
		margin-left: 5px;
	}

	.modal-footer .btn-group .btn + .btn {
		margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
		margin-left: 0;
	}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.versionDiv {
	overflow: auto;
	height: 400px;
}

input[type="checkbox"] {
	background-color: white;
	height: 15px;
	border-color: white;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.glyphicon {
	color: red;
	background-color: transparent;
}

.stale {
	color: white;
	background: red;
	font-weight: bold;
	padding: 5px 7px;
	margin: 7px 0 0 0;
	float: left;
	border: 0;
	border-radius: 3px;
}

pre {
	white-space: pre-wrap; /* CSS 3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	-ms-word-wrap: break-word;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.td_color_marking {
	width: 8px !important;
	padding: 0 !important;
}

footer.footer_gov {
	background: #fff;
	border: solid 1px #d71920;
	color: #d71920;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 0;
	margin-top: 40px;
	align-items: center;
}

footer {
	clear: both;
	display: flex;
	flex-direction: column;
}

.footer_logo {
	text-align: center;
}

.comments-header {
	background: #ffffff;
}

footer a.more_link, .list_view_more a, nav.topnav ul li a:hover, .footer_gov a:hover {
	text-decoration: underline
}

.footer_gov a:hover {
	color: #202020;
}

footer h2 {
	color: #424242
}

footer a, footer a:visited {
	color: #d71920;
}

	footer a:hover {
		color: #191919;
		text-decoration: underline
	}

@media only screen and (min-width:980px) {
	.footer_cp {
		margin-left: 15px;
	}
}


/*custom css*/

.notification-error {
	background-color: #D63333;
	color: white;
}

.notification-error .notification-center {
	background-color: #D63333;
	color: white;
}

.notification-warning {
	background-color: green !important;
	color: white;
}

.notification.notification-message {
	background-color: green !important;
	color: white;
}

.notification .close {
	position: relative;
	left: 98%;
	color: white;
}

.notification .notification-close {
	position: relative;
	left: 98%;
	color: white;
	top: 20px;
}

.notification .close:hover {
	color: #D63333;
}
