/* h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-size: 2em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
} */
h2 {
	margin: 0;
	color: #666;
	padding-top: 90px;
	font-size: 52px;
	font-family: "trebuchet ms", sans-serif;
}

.item {
	background: #333;
	text-align: center;
	height: 300px !important;
}

.carousel {
	margin-top: 20px;
}

.bs-example {
	margin: 20px;
}

.ui-autocomplete {
	top: 30px !important;
	left: 15px !important;
}

.customized-row-container {
	min-height: 45px;
}

.customized-row-container-header {
	border-bottom: 2px solid #ddd;
	min-height: 36px;
	margin-bottom: 20px;
}

.carousel-inner .item {
	width: 157px;
	float: left;
}

.carousel-inner>.active {
	width: 157px;
	/* 	display: inline-block; */
}

.carousel-inner .item.customized-slide {
	display: block;
}

.carousel-container {
	margin: 20px auto;
	width: 628px;
}

.carousel-inner>.item.next.left {
	left: 100%;
}

.cat-index {
	text-decoration: none;
}

.carousel-inner>.active.left {
	left: 0;
}

/* ==========================================================================
 * HEADER
 * ========================================================================== */
.header {
	width: 100%;
	position: relative;
	z-index: 301;
	background: #fff;
}

.header #top {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 63.9375em) {
	.header.header--simple {
		border-bottom: 1px solid #b2c2d6;
	}
}

.header.header--simple #top {
	position: relative;
}

@media only screen and (max-width: 63.9375em) {
	.header.primary-header {
		height: 50px;
	}
	.header.primary-header>.l-margins {
		height: 50px;
		width: 100%;
		min-width: 320px;
		padding: 0;
		border-bottom: 1px solid #b2c2d6;
		background: #fff;
	}
	.header.primary-header>.l-margins:after {
		content: "";
		display: block;
		width: 100%;
		height: 15px;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 360;
	}
	.header.primary-header.header--simple>.l-margins {
		border-bottom: none;
	}
	.header.primary-header.header--simple>.l-margins:after {
		display: none;
	}
	.header.primary-header .header-top {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 320px;
		padding-left: 50px;
		padding-right: 100px;
	}
	.header.primary-header.header--simple .header-top {
		padding-right: 50px;
		padding-left: 20px;
	}
	.supports-fixed .header.primary-header #top {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		-webkit-transition: top 500ms ease;
		-moz-transition: top 500ms ease;
		-o-transition: top 500ms ease;
		transition: top 500ms ease;
	}
	.supports-fixed .header.primary-header #top.headroom--not-top {
		-webkit-transition: top 100ms ease;
		-moz-transition: top 100ms ease;
		-o-transition: top 100ms ease;
		transition: top 100ms ease;
	}
	.supports-fixed .header.primary-header #top.headroom--unpinned {
		top: -60px;
	}
	.supports-fixed .header.primary-header #top.headroom--top {
		top: 0;
	}
	.supports-fixed .header.primary-header.header--simple #top {
		position: static;
	}
	.d-ios .fix-fixed .header.primary-header #top {
		position: absolute;
	}
	.supports-fixed.modal-open .header.primary-header #top {
		top: -60px;
	}
	.supports-fixed.modal-open .header.primary-header #top.headroom--top {
		top: 0;
	}
}

@media ( min-width : 48em) and (max-width: 63.9375em) {
	.header>.l-margins {
		width: 768px;
	}
	
	.contact-us-dropdown-open .header>.l-margins,
		.contact-us-dropdown-transitioning .header>.l-margins, .js-nav-open .header>.l-margins,
		.js-nav-transitioning .header>.l-margins {
		width: 100%;
	}
	
	.header .header-top {
		margin: 0 auto;
		width: 768px;
	}
	
	.l-one-column-standalone .header .l-margins {
		width: 460px;
	}
	
	.l-one-column-standalone .header .header-top {
		width: 100%;
	}
}

@media only screen and (min-width: 64em) {
	.header .header-top {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 63.9375em) {
	.header .header-top {
		position: relative;
		height: 50px;
	}
}

.l-one-column-standalone .header .header-top {
	padding-bottom: 25px;
	padding-top: 0;
	margin-bottom: 25px;
	border-bottom: #e5e5e5 solid 1px;
}

.header a {
	text-decoration: none;
}

@media only screen and (min-width: 64em) {
	.header .logo {
		float: left;
		margin-top: 4px;
	}
	.header .logo img {
		display: block;
		max-width: 255px;
		height: 39px;
	}
}

@media only screen and (max-width: 63.9375em) {
	.header .logo {
		height: 40px; width : 90px;
		margin: 5px auto 0;
		width: 90px;
	}
	.header .logo a {
		padding: 8px 0;
	}
	.header .logo img {
		display: block;
		max-width: 225px;
		height: auto;
		padding: 12px;
	}
}

@media only screen and (max-width: 63.9375em) {
	.stand-alone-template .header .logo {
		float: left;
		margin-top: 4px;
		width: 148px;
	}
	.stand-alone-template .header .logo img {
		display: block;
		max-width: 148px;
		height: 39px;
	}
	.stand-alone-template .header .logo a {
		padding: 0;
	}
}

@media only screen and (max-width: 22.375em) {
	.stand-alone-template .header .logo {
		width: 100px;
	}
	.stand-alone-template .header .logo img {
		height: auto;
		max-width: 100px;
	}
}

.header .logo a {
	display: block;
}

@media only screen and (max-width: 63.9375em) {
	.header.header--simple .logo {
		float: left;
		margin: 5px 0 0;
	}
}

@media only screen and (max-width: 63.9375em) {
	.header .contact-us {
		display: none;
	}
	.header .btn-nav-toggle, .header .mobile-contact-us, .header .btn-search
		{
		display: block;
		height: 49px;
		width: 85px;
		position: absolute;
		top: 0;
	}
	.header .btn-nav-toggle:before, .header .mobile-contact-us:before,
		.header .btn-search:before {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 50%;
		width: 1px;
		height: 30px;
		margin-top: -8px;
		background-color: #b2c2d6;
	}
	.header .btn-nav-toggle a, .header .mobile-contact-us a, .header .btn-search a
	{
		display: block;
		width: 50px;
		height: 49px;
		position: relative;
		z-index: 2;
		padding: 8px;
	}
	.header .btn-nav-toggle a:before, .header .mobile-contact-us a:before,
		.header .btn-search a:before {
		content: ' ';
		width: 40px;
		height: 40px;
		display: block;
		background-position: 50% 50%;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		top: 50%;
		margin-top: -20px;
		-webkit-transition: opacity 250ms;
		-moz-transition: opacity 250ms;
		-o-transition: opacity 250ms;
		transition: opacity 250ms;
		opacity: 1;
	}
	.header .btn-nav-toggle a:after, .header .mobile-contact-us a:after,
		.header .btn-search a:after {
		content: ' ';
		width: 40px;
		height: 40px;
		display: block;
		background-position: 50% 50%;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		top: 50%;
		margin-top: -20px;
		-webkit-transition: opacity 250ms;
		-moz-transition: opacity 250ms;
		-o-transition: opacity 250ms;
		transition: opacity 250ms;
		opacity: 0;
	}
	.supports-no-touch .header .btn-nav-toggle a:hover, .header .btn-nav-toggle a:focus,
		.supports-no-touch
        .header .mobile-contact-us a:hover, .header .mobile-contact-us a:focus,
		.supports-no-touch
        .header .btn-search a:hover, .header .btn-search a:focus {
		background: #003478;
	}
	.supports-no-touch .header .btn-nav-toggle a:hover:before, .header .btn-nav-toggle a:focus:before,
		.supports-no-touch
          .header .mobile-contact-us a:hover:before, .header .mobile-contact-us a:focus:before,
		.supports-no-touch
          .header .btn-search a:hover:before, .header .btn-search a:focus:before
		{
		opacity: 0;
		content: '';
	}
	.supports-no-touch .header .btn-nav-toggle a:hover:after, .header .btn-nav-toggle a:focus:after,
		.supports-no-touch
          .header .mobile-contact-us a:hover:after, .header .mobile-contact-us a:focus:after,
		.supports-no-touch
          .header .btn-search a:hover:after, .header .btn-search a:focus:after
		{
		opacity: 1;
		content: '';
	}
	.header .btn-nav-toggle {
		left: 0;
	}
	.header .btn-nav-toggle:before {
		left: auto;
		right: 0;
	}
	.header .btn-nav-toggle a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.js-nav-open .header .btn-nav-toggle a {
		background: #003478;
	}
	.js-nav-open .header .btn-nav-toggle a:before {
		opacity: 0;
		content: '';
	}
	.js-nav-open .header .btn-nav-toggle a:after {
		opacity: 1;
		content: '';
	}
	.header .mobile-contact-us {
		right: 50px;
		margin-right: -1px;
	}
	.contact-us-dropdown-open .header .mobile-contact-us a {
		background: #003478;
	}
	.contact-us-dropdown-open .header .mobile-contact-us a:before {
		opacity: 0;
		content: '';
	}
	.contact-us-dropdown-open .header .mobile-contact-us a:after {
		opacity: 1;
		content: '';
	}
	.header.header--simple .mobile-contact-us {
		right: 0;
		margin-right: 0;
	}
	.header .btn-search {
		right: 0;
	}
}

@media ( min-width : 40em) and (max-width: 63.9375em) {
	.header.header--simple .mobile-contact-us {
		right: 20px;
	}
}

@media only screen and (min-width: 64em) {
	.header .btn-nav-toggle, .header .mobile-contact-us, .header .btn-search
		{
		display: none;
	}
	.header .contact-us {
		float: left;
		margin-left: 20px;
		margin-top: 12px;
		padding-left: 28px;
		border-left: 1px solid #e5e5e5;
	}
	.lt-ie9 .header .contact-us {
		margin-left: 15px;
		padding-left: 18px;
	}
	.header .contact-us a {
		display: block;
		text-decoration: none;
		color: #003478;
	}
	.header .contact-us a:hover strong, .header .contact-us a:focus strong {
		color: #006eff;
	}
	.header .contact-us a:active strong {
		color: #00295e;
	}
	.lt-ie10 .header .contact-us a strong:active {
		color: #00295e;
	}
	.header .contact-us strong, .header .contact-us span {
		display: block;
		line-height: 1;
	}
	.header .contact-us strong {
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 26px;
		font-size: 1.625rem;
		-webkit-transition: color 250ms;
		-moz-transition: color 250ms;
		-o-transition: color 250ms;
		transition: color 250ms;
		margin: -2px 0 3px 0;
	}
	.header .contact-us span {
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 11px;
		font-size: 0.6875rem;
		text-transform: uppercase;
	}
	.header.header--simple {
		border-bottom: 1px solid #cfcfcf;
		background-color: #fff;
	}
	.supports-fixed .header.header--simple {
		position: fixed;
		height: 75px;
		z-index: 2;
		top: 0;
		left: 0;
	}
	.supports-fixed .header.header--simple+#outer-wrap {
		margin-top: 76px;
		overflow: visible;
	}
}

@media only screen and (max-width: 77.6875em) {
	.stand-alone-template .header .contact-us {
		display: block;
		float: left;
		margin-left: 20px;
		margin-top: 2px;
		padding-left: 28px;
		border-left: 1px solid #e5e5e5;
	}
	.lt-ie9 .stand-alone-template .header .contact-us {
		margin-left: 15px;
		padding-left: 18px;
	}
	.stand-alone-template .header .contact-us a {
		display: block;
		text-decoration: none;
		color: #003478;
	}
	.stand-alone-template .header .contact-us a:hover strong,
		.stand-alone-template .header .contact-us a:focus strong {
		color: #006eff;
	}
	.stand-alone-template .header .contact-us a:active strong {
		color: #00295e;
	}
	.lt-ie10 .stand-alone-template .header .contact-us a strong:active {
		color: #00295e;
	}
	.stand-alone-template .header .contact-us strong, .stand-alone-template .header .contact-us span
		{
		display: block;
		line-height: 1;
	}
	.stand-alone-template .header .contact-us strong {
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 26px;
		font-size: 1.625rem;
		-webkit-transition: color 250ms;
		-moz-transition: color 250ms;
		-o-transition: color 250ms;
		transition: color 250ms;
		margin: -2px 0 3px 0;
	}
	.stand-alone-template .header .contact-us span {
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 11px;
		font-size: 0.6875rem;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 63.9375em) {
	.header .header-top-right {
		display: none;
	}
}

@media only screen and (min-width: 64em) {
	.header .header-top-right {
		float: right;
	}
}

.header .utility-links {
	float: left;
	margin-top: 11px;
}

.header .utility-links>li {
	padding: 5px 7px 5px 13px;
	position: relative;
}

.header .utility-links>li:first-child {
	margin-left: 0;
}

.header .utility-links>li>a {
	font-size: 11px;
	font-size: 0.6875rem;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	color: #003478;
}

.header .utility-links>li>a:hover, .header .utility-links>li>a:focus {
	color: #006eff;
}

.header .utility-links>li>a:active {
	color: #00295e;
}

.header .utility-links .has-children>a {
	position: relative;
	padding-right: 15px;
}

.header .utility-links .has-children>a:before {
	content: ' ';
	width: 10px;
	height: 6px;
	display: block;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	opacity: 1;
}

.header .utility-links .has-children>a:after {
	content: ' ';
	width: 10px;
	height: 6px;
	display: block;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	opacity: 0;
}

.header .utility-links .has-children>a:hover:before, .header .utility-links .has-children>a:focus:before,
	.header .utility-links .has-children>a:active:before {
	opacity: 0;
	content: '';
}

.header .utility-links .has-children>a:hover:after, .header .utility-links .has-children>a:focus:after,
	.header .utility-links .has-children>a:active:after {
	opacity: 1;
	content: '';
}

.header .utility-links>.is-hover {
	background: #f0f0f0;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.header .utility-links>.is-hover .dropdown {
	display: block;
	opacity: 1;
}

.header .utility-links .dropdown {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	width: 175px;
	padding: 15px 7px 15px 13px;
	position: absolute;
	left: 0;
	background: #f0f0f0;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

.supports-no-boxshadow .header .utility-links .dropdown {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.header .utility-links .dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .utility-links .dropdown li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	/* Note: this line-height is 21px */
	margin-top: 7px;
}

.header .utility-links .dropdown li:first-child {
	margin-top: 0;
}

.header .utility-links .dropdown li a {
	display: block;
	padding-right: 20px;
	position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #4b5869;
}

.header .utility-links .dropdown li a:before {
	content: ' ';
	width: 18px;
	height: 18px;
	display: block;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	opacity: 1;
}

.header .utility-links .dropdown li a:after {
	content: ' ';
	width: 18px;
	height: 18px;
	display: block;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	opacity: 0;
}

.header .utility-links .dropdown li a:hover:before, .header .utility-links .dropdown li a:focus:before,
	.header .utility-links .dropdown li a:active:before {
	opacity: 0;
	content: '';
}

.header .utility-links .dropdown li a:hover:after, .header .utility-links .dropdown li a:focus:after,
	.header .utility-links .dropdown li a:active:after {
	opacity: 1;
	content: '';
}

.header .utility-links .dropdown li a:hover, .header .utility-links .dropdown li a:focus,
	.header .utility-links .dropdown li a:active {
	color: #006eff;
}

.header .utility-links .dropdown li a:active {
	color: #38424f;
}

.header .search-form {
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-right: 30px;
}

@media only screen and (min-width: 77.75em) {
	.header .search-form {
		margin-left: 30px;
	}
}

.header h1, .header .h1 {
	display: none;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media only screen and (min-width: 40em) {
	.header h1, .header .h1 {
		/* display: block; */
		display: none;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.66667;
		/* Note: this line-height is 30px */
		float: left;
		margin-left: 15px;
		margin-top: 9px;
		max-width: 200px;
	}
}

@media only screen and (min-width: 48em) {
	.header h1, .header .h1 {
		display: none;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.36364;
		/* Note: this line-height is 30px */
		max-width: 240px;
	}
}

@media only screen and (min-width: 64em) {
	.header h1, .header .h1 {
		display: block;
		margin-left: 20px;
		padding-left: 28px;
		margin-top: 12px;
		border-left: 1px solid #e5e5e5;
		font-size: 26px;
		font-size: 1.625rem;
		line-height: 1.46154;
		/* Note: this line-height is 38px */
		max-width: 280px;
	}
}

@media only screen and (min-width: 77.75em) {
	.header h1, .header .h1 {
		max-width: 480px;
	}
}

.l-container, .l-margins {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 48em) {
	.l-container, .l-margins {
		width: 768px;
	}
}

@media only screen and (min-width: 64em) {
	.l-container, .l-margins {
		width: 785px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 77.75em) {
	.l-container, .l-margins {
		width: 785px;
	}
}

@media only screen and (min-width: 88.125em) {
	.l-container, .l-margins {
		width: 785px
	}
}

@media only screen and (min-width: 48em) {
	.l-one-column-standalone .l-container, .l-one-column-standalone
    .l-margins {
		width: 460px;
	}
}

.l-margins {
	padding: 0 20px;
}

@media only screen and (min-width: 64em) {
	.l-margins {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 77.75em) {
	.l-margins {
		padding: 0 53px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 665px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 665px;
	}
}

@media ( min-width : 768px) {
	.container {
		width: 665px;
	}
}

@media ( min-width :1200px) {
	.float-sm-left {
		float: right;
	}
}

@media ( max-width :1199px) {
	.float-sm-left {
		float: left;
	}
}

@media ( max-width : 479px) {
	.no-padding-sm {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.font-sm {
		font-size: 12px;
	}
}

.btn-default {
	border: 1px solid #333333;
	background: #333333;
/* 	font-weight: bold; */
	color: #ffffff;
	text-shadow: 0 -1px 1px #444444;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #3C3C3C ),to( #292929 ));
	background-image: -webkit-linear-gradient( #3C3C3C,#292929 );
	background-image: -moz-linear-gradient( #3C3C3C,#292929 );
	background-image: -ms-linear-gradient( #3C3C3C,#292929 );
	background-image: -o-linear-gradient( #3C3C3C,#292929 );
	background-image: linear-gradient( #3C3C3C,#292929 );
	
}

.btn-default:hover {
	border: 1px solid #696969;
	background: #cccccc;
/* 	font-weight: bold; */
	color: #ffffff;
	text-shadow: 0 -1px 1px #444444;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #E0E0E0 ),to( #B7B7B7 ));
	background-image: -webkit-linear-gradient( #E0E0E0,#B7B7B7 );
	background-image: -moz-linear-gradient( #E0E0E0,#B7B7B7 );
	background-image: -ms-linear-gradient( #E0E0E0,#B7B7B7 );
	background-image: -o-linear-gradient( #E0E0E0,#B7B7B7 );
	background-image: linear-gradient( #E0E0E0,#B7B7B7 );
}

.panel
{
	margin-top:20px;
}
a {
  color: #b40001;
  text-decoration: none;
}



/* Calendar */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #FFF;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: #575757;
  color: #fff;
  font-size: 90%;
}

.calendar .nav {
  background: #575757 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #FFF;
  color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #cc0000;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #cc0000;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #c4c4c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  background: #cccccc;
}

.calendar tbody .rowhilite td {
  background: #666666;
}

.calendar tbody .rowhilite td.wn {
  background: #666666;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #cccccc;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #FFF;
  padding: 1px 3px 1px 1px;
  background: #CC0000;
  color: #FFF;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #000;
}

.calendar tbody td.today { font-weight: bold; color: #FFF; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #FFF;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #666666;
  color: #FFF;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #af8;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #dfb;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #686;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


.btn-default:focus
{
	color:white;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.suggested_value {
	background-color: white;
	padding: 2em 0;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 1em;
}

.strong {
	font-weight: 700;
}

.wrapper-table .t-item {
	margin-top: 1.2em;
}