﻿html {
	overflow-x: hidden;
}

html, body {
	font: 14px geneva, verdana, arial, sans-serif;
	margin: 0px;
}

.littleText {
	font: 10px geneva, verdana, arial, sans-serif;
	color: #272727;
}

div#main {
	line-height: 17px;
}

.bgColor {
	background-color: #1E77D3;
}

a.header-link {
	margin-left: 20px;
}

	a.header-link:first-child {
		margin-left: 0px;
	}

img.arrow {
	margin-right: 3px;
}

span.label {
	display: block;
	margin: 5px 0px 0px 20px;
}

	span.label.required:after {
		content: " *";
		color: #f00;
	}

label.required:after {
	content: " *";
	color: #f00;
}

input[type="text"].ddd-bootstrap,
input[type="password"].ddd-bootstrap,
input[type="datepicker"].ddd-bootstrap,
input[type="tel"].ddd-bootstrap,
input[type="email"].ddd-bootstrap {
	width: 100% !important;
	height: 25px !important;
	margin: 3px 1px 3px 1px !important;
	text-indent: 2px !important;
	border: 1px solid #cccccc;
}

select.ddd-bootstrap {
	width: 100% !important;
	height: 25px !important;
	margin: 3px 1px 3px 1px !important;
	border: 1px solid #cccccc;
}

textarea.ddd-bootstrap {
	width: 100% !important;
	margin: 3px 1px 3px 1px !important;
	padding: 5px !important;
	border: 1px solid #cccccc;
	resize: none;
}

input[disabled][type="text"].ddd-bootstrap, input[disabled][type="password"].ddd-bootstrap, input[disabled][type="datepicker"].ddd-bootstrap, input[disabled][type="tel"].ddd-bootstrap, input[disabled][type="email"].ddd-bootstrap,
input[readonly][type="text"].ddd-bootstrap, input[readonly][type="password"].ddd-bootstrap, input[readonly][type="datepicker"].ddd-bootstrap, input[readonly][type="tel"].ddd-bootstrap, input[readonly][type="email"].ddd-bootstrap,
select[disabled].ddd-bootstrap, select[readonly].ddd-bootstrap,
textarea[disabled].ddd-bootstrap, textarea[readonly].ddd-bootstrap {
	background-color: #EBEBE4;
	color: #545454;
}

/*
button, input[type='submit'] {
	height: 25px;
	border: 1px solid #000 !important;
	background-image: linear-gradient(to bottom, #f5f5f5, #dedede);
	border-radius: 5px !important;
}
*/
	button[type='button'].ui-datepicker-trigger {
		width: 16px !important;
		height: 15px !important;
		background-image: url(images/calendar-blue.gif) !important;
		color: transparent !important;
	}

	button.multiselect.dropdown-toggle {
		border-radius: 0px;
	}

ul.multiselect-container.dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-radius: 0px;
	background-color: gainsboro;
}

	ul.multiselect-container.dropdown-menu label {
		white-space: nowrap !important;
		padding-left: 10px !important;
	}

*.ddd-bootstrap.invalid {
	background-color: #fde3e4;
}

div.please-wait {
	position: fixed;
	z-index: 1041;
	top: 50%;
	left: 50%;
	width: 394px;
	height: 143px;
	margin: -50px 0px 0px -150px;
	/*border: 2px inset #f00;*/
	box-shadow: 1px 2px 3px #000;
	/*background-color: #fffadc;*/
}

/*div.please-wait {
	position: fixed;
	z-index: 1041;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 70px;
	margin: -50px 0px 0px -150px;
	border: 2px inset #f00;
	box-shadow: 1px 2px 3px #000;
	background-color: #fffadc;
}*/

/*There is site wide css sytling for all buttons and submit buttons (on line 76 of this document). The following reset the value for the dismissable alerts.*/
button.close {
	border: 0 !important;
	background-color: transparent !important;
	background-image: none;
	opacity: 1;
}

.verticalCheckAll {
	margin-top: 5px;
	padding-top: 3px;
	height: 20px;
	margin-left: 7px;
}

.paginate_button {
	border-radius: 5px !important;
}

.seal {
	width: 50%;
	/*content: url("../GlobalImagesNStyles/State_seal_bronze.png");
	background-image: url("../GlobalImagesNStyles/State_seal_bronze.png");*/
}

.container-bg {
	background-color: rgb(57, 113, 173);
}

.containerWidthLoginPage {
	margin-top: 100px;
}

.col-centered {
	float: none;
	margin: auto;
}

.rounded-10 {
	border-radius: 10px !important;
}

	.rounded-10 div.alert {
		border-radius: 10px !important;
	}

.rounded {
	border-radius: 25px !important;
}

.login-top {
	display: none;
}

	.login-top span {
		font-size: 50px;
	}

.welcome {
	background-color: transparent;
	border: 0;
}

	.welcome label {
		background-color: transparent;
		color: white;
		font-weight: bold;
		font-size: 20pt;
		/*padding: .5em;*/
	}

.card.transparent,
.login.input input[type="text"].ddd-bootstrap,
.login.input input[type="password"].ddd-bootstrap,
.login.input input[type="text"].ddd-bootstrap:focus,
.login.input input[type="password"].ddd-bootstrap:focus {
	border: 0;
	outline: none;
}

.login {
	background-color: white;
	border: 2px solid rgb(156, 92, 14);
	display: inline-block;
}

div.login.button input[type="submit"].ddd-bootstrap {
	border: 0 !important;
	background-image: none;
	background-color: #223064;
	color: white
}

.login.input,
.login.button,
.login.span {
	font-size: 14pt;
	padding: .3em;
}

.icon.fa-user,
.icon.fa-user-circle,
.icon.fa-unlock {
	border-radius: 50%;
	color: rgb(156, 92, 14);
	background-color: white;
	margin-left: 1em;
}

	.icon.fa-user:before,
	.icon.fa-user-circle:before,
	.icon.fa-unlock:before {
		font-size: 14pt;
	}

.icon {
	color: black;
	background-color: white;
}

.login.button {
	background-color: #223064;
	color: white
}

.login.link {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
}

	.login.link a {
		/*background-color: transparent;*/
		color: white;
	}

.errMessage {
	color: darkred;
}

.errMessage a {
	color: darkblue;
}

.transparent {
	background-color: transparent;
}

.login-controls {
	border-left: 1px solid #fff;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

	.login-controls.card {
		border-top: none;
	}

.login-seal-above {
	display: none;
}

.login-seal-side {
	display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1525px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: .75em;
	}
}

@media only screen and (max-width : 1400px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: .5em;
	}
}

@media only screen and (max-width : 1300px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: .25em;
	}
}


@media only screen and (max-width : 1200px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: 0;
	}
}

@media only screen and (max-width : 1100px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.25em;
	}
}

@media only screen and (max-width : 1000px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.5em;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.75em;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.login-seal-above {
		display: block;
	}

	.login-seal-side {
		display: none;
	}

	.login-controls {
		border-left: 0;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: 0em
	}

	.login-controls > .card {
		border-top: 1px solid #fff;
	}
}

@media only screen and (max-width : 650px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.25em;
	}
}

@media only screen and (max-width : 500px) {
	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.5em;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.icon.fa-user,
	.icon.fa-user-circle,
	.icon.fa-unlock {
		margin-left: -.75em;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

.scrollable {
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: .5em;
}

.break-word {
	word-wrap: break-word;
}

.account-user-detail-note {
	height: 80px;
	width: 100%;
}

.display-none{
    display:none;
}

/* overridding the width for all buttons*/
.btn {
	width: 200px;
	display: inline-block;
}

[type=search] {
	width: 300px;
}

.dataTables_wrapper .dataTables_filter {
	padding-right: 26px;
}


/* Calendar Icon*/
time.icon {
	font-size: 1em; /* change icon size */
	display: block;
	position: relative;
	width: 5em;
	height: 5em;
	background-color: #fff;
	/*margin: 2em auto;*/
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0deg) skewY(0deg);
	-webkit-transform-origin: 50% 10%;
	transform-origin: 50% 10%;
}

	time.icon * {
		display: block;
		width: 100%;
		font-size: 0.8em;
		/*font-weight: bold;*/
		font-style: normal;
		text-align: center;
	}

	time.icon strong {
		position: absolute;
		top: 0;
		/*padding: 0.4em 0;*/
		color: #fff;
		background-color: #fd9f1b;
		border-bottom: 1px dashed #f37302;
		box-shadow: 0 2px 0 #fd9f1b;
	}

	time.icon em {
		position: absolute;
		bottom: 0.3em;
		color: #fd9f1b;
	}

	time.icon span {
		width: 100%;
		font-size: 1.8em;
		letter-spacing: -0.05em;
		padding-top: 0.8em;
		color: #2f2f2f;
	}

	time.icon:hover, time.icon:focus {
		-webkit-animation: swing 0.6s ease-out;
		animation: swing 0.6s ease-out;
	}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(0deg) skewY(0deg);
	}

	20% {
		-webkit-transform: rotate(12deg) skewY(4deg);
	}

	60% {
		-webkit-transform: rotate(-9deg) skewY(-3deg);
	}

	80% {
		-webkit-transform: rotate(6deg) skewY(-2deg);
	}

	100% {
		-webkit-transform: rotate(0deg) skewY(0deg);
	}
}

@keyframes swing {
	0% {
		transform: rotate(0deg) skewY(0deg);
	}

	20% {
		transform: rotate(12deg) skewY(4deg);
	}

	60% {
		transform: rotate(-9deg) skewY(-3deg);
	}

	80% {
		transform: rotate(6deg) skewY(-2deg);
	}
