#docRoot {
	background-image: none;
	background-repeat: repeat;
}

.public #docRoot {
	background-image: url(/App_Themes/21stcentury/images/LoginBackground.png)
}

/* HEADER ***********************/

header {
	background-color: #FFFFFF;
	height: 100px;
}

	header .logo {
		margin-left: 20px;
		padding-top: 5px;
	}

		header .logo img {
			margin-left: 10px;
			margin-top: 5px;
			max-height: 80px;
			width: auto;
		}

	header .headerUserDetails {
		margin-top: 10px;
		color: #000000;
	}

	header .headerLinks {
		margin-top: 10px;
		color: #027681;
	}

		header .headerLinks a > img {
			filter: invert(0%) sepia(46%) saturate(282%) hue-rotate(191deg) brightness(-40%) contrast(0%)
		}

	header .headerSearchContainer {
		margin-top: 28px;
		margin-left: 28px;
	}


.headerSearchContainer {
	position: absolute;
	left: 0px;
	right: 0px;
	box-shadow: none;
	border: none;
	float: none;
	top: 15px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 350px;
}

	.headerSearchContainer .searchSelect {
		margin-top: 0px;
		display: none;
		height: 29px;
	}

	.headerSearchContainer .searchText {
		padding-top: 0px;
		padding-bottom: 0px;
		height: 31px;
		border: none;
		border-bottom: 1px solid black;
		background-color: white;
		width: 300px;
	}

	.headerSearchContainer .searchButton {
		height: 31px;
		padding-top: 0px;
		padding-bottom: 0px;
		border: none !important;
		border-bottom: 1px solid black !important;
		background-color: white;
	}


.login-panel {
	background-color: white;
	background-image: url(/App_Themes/21stcentury/images/LoginBackground2.png);
	background-position: center;
	background-repeat: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	height: auto;
	max-width: 500px;
	color: #007581;
}

	.login-panel .link {
		color: #007581;
		font-weight: bold;
	}

	.login-panel .login-welcome {
		float: none;
		width: 100%;
	}

	.login-panel .login-welcome-inner {
		color: #000000;
		text-align: center;
		background: none;
		height: auto;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		padding-top: 50px;
	}

		.login-panel .login-welcome-inner h1 {
			text-align: center;
			display: block;
			margin-bottom: 20px;
			text-transform: uppercase;
			color: #007581;
			font-weight: bold;
			font-size: 40px;
		}

		.login-panel .login-welcome-inner .login-welcome-inner-image {
			max-width: 320px;
			margin-bottom: 20px;
		}

	.login-panel .login-form {
		padding: 0px;
		border: none;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: center;
		max-width: 320px;
		padding-bottom: 50px;
	}

	.login-panel .login-form-container {
		float: none;
		width: 100%;
		text-align: center;
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.login-panel .login-title {
		margin: auto;
		margin-top: 0px;
		width: 70%;
	}

		.login-panel .login-title h2 {
			display: none;
		}

	.login-panel .copyright {
		display: none;
	}

.public header {
	display: none;
}

.btn-login {
	transition: all 0.2s;
	display: block;
	height: 34px;
	background-color: #AA8800;
	border: 2px solid #AA8800;
	text-decoration: none;
	width: 100%;
	color: white;
	margin-top: 12px;
}

	.btn-login:hover,
	.btn-login:active,
	.btn-login:focus {
		background-color: white !important;
		color: #AA8800;
	}

/* NAVIGATION ***********************/

.side-menu {
	background-color: #262c32;
	background-image: url(/App_Themes/21stcentury/images/sidemenu.png);
	z-index: 999;
	width: 235px;
	position: fixed;
	display: inline-block;
	top: 100px;
	bottom: 45px;
	overflow: hidden;
}

	.side-menu .nav-wrapper {
		position: absolute;
		box-shadow: none;
		padding-left: 0px;
		padding-right: 0px;
		overflow-y: scroll;
		top: 0px;
		bottom: 0px;
		width: 260px;
	}

	.side-menu ul.nav {
		margin-top: 6px;
		margin-bottom: 15px;
	}

		.side-menu ul.nav li {
			padding: 0 4px;
			color: #fff;
			min-height: 37px;
			line-height: 35px;
		}

			.side-menu ul.nav li img {
				width: 20px;
				vertical-align: middle;
			}

		.side-menu ul.nav > li > a {
			color: #fff;
			padding: 0px;
			cursor: pointer;
		}

			.side-menu ul.nav > li > a:focus {
				background-color: inherit;
				outline: none;
			}

		.side-menu ul.nav a:hover {
			color: #3399cc;
			background-color: inherit;
			text-decoration: none;
		}

		.side-menu ul.nav a span {
			padding-left: 11px;
		}

		.side-menu ul.nav ul.sub-menu {
			margin-top: -5px;
			margin-bottom: 7px;
			padding-left: 25px;
		}

			.side-menu ul.nav ul.sub-menu li {
				list-style-type: none;
				min-height: 16px;
				line-height: 16px;
				margin-top: 5px
			}

				.side-menu ul.nav ul.sub-menu li a {
					color: #fff;
					text-decoration: none;
					list-style-type: none;
					display: block;
					margin-left: 11px;
				}

					.side-menu ul.nav ul.sub-menu li a:hover {
						color: #3399cc;
					}

					.side-menu ul.nav ul.sub-menu li a.active {
						color: #C0C0C0;
					}

@media(max-width:768px) {
	.side-menu {
		width: 32px;
		bottom: 30px;
		transition: width 0.5s;
	}

		.side-menu:hover {
			width: 235px;
		}
}


/* FOOTER ***********************/

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #efefef;
	height: 45px;
	padding-top: 4px;
	background-color: #000000;
	opacity: 0.7;
	border-top: solid 1px #262c32;
	white-space: nowrap;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: 400;
}

.btn-primary {
	background-color: #A07521;
	border: 2px solid #A07521;
	color: #FFFFFF;
	transition: all 0.2s;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(160,117,33,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(160,117,33,0.75);
	box-shadow: 0px 0px 10px 0px rgba(160,117,33,0.75);
}

	.btn-primary:active,
	.btn-primary:active:focus,
	.btn-primary:active:hover,
	.btn-primary:focus,
	.btn-primary:hover {
		border: 2px solid #A07521;
		background-color: #fff;
		color: #A07521;
	}

	.btn-primary[disabled]:hover {
		border: 2px solid #fff;
		background-color: #A07521;
		color: #fff;
	}

.dashboard-buttons {
	border: none;
	margin-top: 0px;
	padding: 5px 10px 10px 10px;
	background-color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #007581;
}

	.dashboard-buttons > .btn {
		width: 142px;
	}

/* BREADCRUMB ***********************/

.breadcrumb {
	top: 100px;
	color: #FFFFFF;
}


/* CONTENT ***********************/

.root-view {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 126px;
	margin-left: 234px;
}

.policy-timeline-header {
	background-color: white;
}

.policy-timeline {
	background-color: white;
}

.news-panel {
	background-color: #fff2e5 !important;
	border: 2px solid #FF7F00;
	border-radius: 5px;
	padding: 10px 5px 10px 10px;
	margin: 0;
}

.support-heading {
	color: #00D54F !important;
	padding-bottom: 10px;
	font-size: 16px;
}

.support-panel {
	background-color: #e5fbed !important;
	border: 2px solid #00D54F;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.support-default {
	border: 0;
	border-radius: 2px;
	text-align: left;
}

	.support-default > .panel-heading {
		font-size: 14px;
		padding: 0;
	}

	.support-default > .panel-body {
		min-height: 75px;
		color: #707070;
		padding: 0;
	}

.support-right-border {
	border-right: 2px solid #00D54F;
}

.notice-heading {
	color: #00D8FF !important;
	padding-bottom: 10px;
	font-size: 16px;
}

.notice-panel {
	background-color: #e5fbff !important;
	border: 2px solid #00D8FF;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	margin-top: 10px;
}

.notice-default {
	border: 0;
	border-radius: 2px;
	text-align: left;
	background: rgba(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(255,255,255,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
}

	.notice-default > .panel-heading {
		font-size: 14px;
	}

	.notice-default > .panel-body {
		padding-bottom: 15px;
	}

.notice-top-pad {
	margin-top: 10px;
}

.support-notice-panel {
	padding-right: 0px;
}

#floatHeader thead,
.data-table thead {
	background-color: #aa8800;
	color: white;
}

tr.payment-month-title th {
	background-color: #AA8800;
	border-bottom: 2px solid #AA8800;
}

.payment-history-table-title .view-options-right .btn.selected {
	border: 2px solid #AA8800;
	background-color: #AA8800;
	color: #fff;
}

.data-table > tbody > tr.payment-month-header {
	background-color: #efefef;
	border-bottom: 1px solid #AA8800;
	color: black;
}

tr.payment-month-header.hide-month-title th {
	background-color: #AA8800;
	border-bottom: 1px solid #AA8800;
}

.panel-default {
	border: 1px solid #AA8800;
}

	.panel-default > .panel-heading {
		background-color: #AA8800;
	}

.data-table tfoot td {
	background-color: #AA8800;
}

.claim-pulse .title-bar {
	color: white;
	background-color: #AA8800;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #AA8800;
}

.table-policy-search-result-info .member-options .navbar-nav a {
	color: black;
}

	.table-policy-search-result-info .member-options .navbar-nav a img {
		height: 43px;
		width: 43px;
	}

.table-policy-search-result tbody tr:hover {
	border-top: 1px solid #AA8800;
	border-bottom: 1px solid #AA8800;
}

.table-policy-search-result tr.row-more-info {
	border-bottom: 1px solid #AA8800;
}

.table-policy-search-result tbody tr.selRow {
	background-color: #fff !important;
	border-top: 1px solid #AA8800;
	border-bottom: 1px solid #AA8800;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 0px;
}

.support-notice-panel {
	padding-right: 0px;
}

.timeline-wrapper .year-title {
	color: #AA8800;
}

.timeline-wrapper .month-title {
	color: #AA8800;
	border-bottom: 1px solid #AA8800;
}

.timeline-wrapper .day-title {
	color: #AA8800;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	/*background-color: #ffecc4;*/
	background-color: #e8e8e8;
	cursor: pointer;
}

th[st-sort]:hover {
	background-color: #7C7C7C;
}

.btn-call-me {
    background-color: #00D54F;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.5);
}

.support-icons {
    color: #00D54F;
    font-weight: bold;
}

.img-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
