﻿/**
 * Copyright (c) 2015 eSolutionsGroup.
 * All rights reserved.
 * 
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
 */

/****************************************
 * GENERAL
 ****************************************/
.calendar-main-wrapper h2 {
	margin-top: 0px;
}

.calendar-main-wrapper p {
	margin-top: 0px;
}

.calendar-main-wrapper p.form-control-static {
	margin: 0px;
}

.calendar-main-wrapper .alignCenter {
	text-align: center;
}

.calendar-main-wrapper .alignRight {
	text-align: right;
}

.calendar-main-wrapper .noMargin {
	margin: 0px;
}

.calendar-main-wrapper .noMarginBottom {
	margin-bottom: 0px;
}

.calendar-main-wrapper .noMarginTop {
	margin-top: 0px;
}

.calendar-main-wrapper .noUnderline {
	text-decoration: none;
}

.calendar-main-wrapper a.noUnderline,
.calendar-main-wrapper a:hover.noUnderline {
	text-decoration: none;
}

.calendar-main-wrapper .table .has-feedback label ~ .form-control-feedback {
	top: 0;
}

.calendar-main-wrapper .table td ul {
	margin: 0px;
	padding-left: 15px;
}

.calendar-main-wrapper .alert-heading {
	color: inherit !important;
}

.calendar-main-wrapper .control-label {
	font-weight: normal;
}

.calendar-main-wrapper .form-group .checkbox,
.calendar-main-wrapper .form-group .radio {
	margin-bottom: 5px;
	margin-top: 5px;
}

.calendar-main-wrapper .panel-heading {
	font-weight: bold;
}

.calendar-main-wrapper .pagination {
	margin-left: 0 !important;
}

.calendar-main-wrapper .pagination > li > a,
.calendar-main-wrapper .pagination > li > span {
	background: none repeat scroll 0 0 #eaf3f7;
	color: #093a80;
	font-weight: bold;
	margin-right: 10px;
}

.calendar-main-wrapper .inline {
	display: inline-block;
}

.calendar-main-wrapper .xs {
	width: 70px;
}

/****************************************
 * NAVIGATION
 ****************************************/
.calendar-main-wrapper #nav, .calendar-main-wrapper #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.calendar-main-wrapper #nav {
	display: table;
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
}

	.calendar-main-wrapper #nav > li {
		display: table-cell;
		vertical-align: top;
		height: 45px;
		padding-right: 1px;
	}

		.calendar-main-wrapper #nav > li:last-child {
			padding-right: 0;
		}

		.calendar-main-wrapper #nav > li:first-child {
			padding-left: 0;
		}

		.calendar-main-wrapper #nav > li > a.mainNavItem {
			display: table;
			width: 100%;
			height: 49px;
			background: #fff;
			background: url(/Resources/img/bgWhiteTransparent.png) top center repeat;
			text-align: center;
			overflow: hidden;
			position: relative;
			text-align: center;
			font-size: 1.176em;
			color: #000;
			text-decoration: none;
			-moz-transition: background 0.1s ease-in;
			-ms-transition: background 0.1s ease-in;
			-o-transition: background 0.1s ease-in;
			transition: background 0.1s ease-in;
			-webkit-backface-visibility: hidden;
		}

			.calendar-main-wrapper #nav > li > a.mainNavItem > span {
				display: table-cell;
				height: 49px;
				width: 100%;
				vertical-align: middle;
				text-align: center;
				overflow: hidden;
				padding: 0 5px;
			}


		.calendar-main-wrapper #nav > li:hover, .calendar-main-wrapper #nav li.sfHover {
			color: #fff;
			text-decoration: none;
		}

		.calendar-main-wrapper #nav > li > a.mainNavItem:hover,
		.calendar-main-wrapper #nav > li > a.mainNavItem:focus,
		.calendar-main-wrapper #nav > li > a.currentHover,
		.calendar-main-wrapper #nav > li.sfHover > a.mainNavItem {
			text-decoration: none;
			background: #fff url(/Resources/img/bgWhiteTransparent.png) top center repeat;
		}

.calendar-main-wrapper .steps {
	margin-bottom: 30px;
}

.calendar-main-wrapper .stepsNav {
	margin: 0 !important;
}

.calendar-main-wrapper .stepsNav, .calendar-main-wrapper .stepsNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.calendar-main-wrapper .stepsNav li {
		display: inline-block;
		margin-right: 3px;
	}

		.calendar-main-wrapper .stepsNav li a {
			display: block;
			padding: 5px 12px;
			font-size: .9em;
			font-weight: bold;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color: #767676;
			text-decoration: none;
		}

			.calendar-main-wrapper .stepsNav li a:hover {
				background: #eaf3f7;
			}

			.calendar-main-wrapper .stepsNav li a.current {
				background: #007EAC;
				color: #fff;
			}

			.calendar-main-wrapper .stepsNav li a .badge {
				background: #b31b18;
			}

			.calendar-main-wrapper .stepsNav li a.current .badge {
				background: #fff;
				color: #007EAC;
			}

.calendar-main-wrapper .stepsNavStacked li {
	display: block;
}

/******************************
 * VALIDATION
 ******************************/
.calendar-main-wrapper .input-validation-error {
	border-color: #B94A48 !important;
	color: #B94A48 !important;
}

.calendar-main-wrapper .input-validation-error:focus {
	border-color: #B94A48 !important;
	-webkit-box-shadow: 0 0 6px #D59392 !important;
	   -moz-box-shadow: 0 0 6px #D59392 !important;
	        box-shadow: 0 0 6px #D59392 !important;
}

.calendar-main-wrapper .form-group.required .control-label:after {
	color: red;
	content: " *";
}

.calendar-main-wrapper span.required {
	color: red;
}

/******************************
 * POPOVER
 ******************************/
.popover-wide {
	max-width: 500px;
}

	.popover-wide h3 {
		font-size: 1.2em;
	}

.popover-wide .socialButton {
    display: inline-block;
    margin-left: 5px;
	margin-top: 2px;
}

   .popover-wide .socialButton img {
        display: block;
        width: 18px;
        height: 18px;
    }

/******************************
 * CUSTOM
 ******************************/
.ui-datepicker {
	z-index: 1000 !important;
}

/******************************
 * GOOGLE MAPS API OVERRIDE
 ******************************/
#map img { max-width: none; }