﻿/**
 * Copyright (c) 2015 eSolutionsGroup.
 * All rights reserved.
 * 
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
 */


/*.base-container{
	padding-left:0px;
	padding-right:0px;
}*/

@font-face {
	font-family: 'GHD Moderat';
	src: url("../fonts/GHD-Moderat-Black.eot");
	src: url("../fonts/GHD-Moderat-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/GHD-Moderat-Black.woff2") format('woff2'), url("../fonts/GHD-Moderat-Black.woff") format('woff'), url("../fonts/GHD-Moderat-Black.ttf") format('truetype'), url("../fonts/GHD-Moderat-Black.svg#GHD-Moderat-Black") format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GHD Moderat';
	src: url("../fonts/GHD-Moderat-Light.eot");
	src: url("../fonts/GHD-Moderat-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/GHD-Moderat-Light.woff2") format('woff2'), url("../fonts/GHD-Moderat-Light.woff") format('woff'), url("../fonts/GHD-Moderat-Light.ttf") format('truetype'), url("../fonts/GHD-Moderat-Light.svg#GHD-Moderat-Light") format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GHD Moderat';
	src: url("../fonts/GHD-Moderat-Regular.eot");
	src: url("../fonts/GHD-Moderat-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/GHD-Moderat-Regular.woff2") format('woff2'), url("../fonts/GHD-Moderat-Regular.woff") format('woff'), url("../fonts/GHD-Moderat-Regular.ttf") format('truetype'), url("../fonts/GHD-Moderat-Regular.svg#GHD-Moderat-Regular") format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, body, form {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	/*font: 13px/1.7em 'Open Sans',arial,sans-serif;*/
	font-family: 'GHD Moderat';
	font-size: 16px;
}

/*.calendar-uber {
	margin: 0 auto;
	margin-top: 5px;
	max-width: 1240px;
}*/



.calendar-mainbody {
	margin: 0px 20px 0px 20px;
}

.calendar-mainbody-mgt {
	margin: 0px 20px 0px 20px;
}

/*------------*/
.calendar-main-wrapper p {
	margin-top: 0px;
	word-break: break-word;
	font-size: 16px;
}

.calendar-main-wrapper .control-label {
	font-weight: normal;
	font-size: 16px;
	padding-right: 2px;
}


.calendar-main-wrapper .steps {
	margin-bottom: 30px;
	background-color: #292929;
}

.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;
			margin-top: 5px !important;
			margin-bottom: 0px !important;
		}

			.calendar-main-wrapper .stepsNav li a {
				display: block;
				padding-top: 5px;
				padding-left: 12px;
				padding-right: 12px;
				padding-bottom: 10px;
				text-decoration: none;
				font-size: 16px;
				font-weight: normal;
				color: #D1D1D1;
			}

				.calendar-main-wrapper .stepsNav li a:hover {
					color: #fff;
				}

				.calendar-main-wrapper .stepsNav li a.current {
					background: inherit;
					color: #fff;
					font-weight: bold;
					border-bottom: 3px solid #E8E8E8;
					border-radius: 0px;
					padding-bottom: 10px;
				}

			.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;
}

.calendar-main-wrapper .form-group.required .control-label:after {
	color: #E61C4E;
	content: " *";
}

a:focus {
	color: #000;
}

a:hover {
	color: #000;
}

a {
	color: #000;
}


.btn-primary {
	background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
	border-radius: 5px;
	background-repeat: inherit;
	border-color: #000000;
	font-size: 16px;
	background-color: #000000;
}

	.btn-primary:focus, .btn-primary:hover {
		background-image: linear-gradient(to bottom, #575757 0%, #575757 100%);
		border-radius: 5px;
		background-repeat: inherit;
		border-color: #000000;
		color: #fff
	}

	.btn-primary.disabled,
	.btn-primary[disabled],
	fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus,
	.btn-primary.disabled:active,
	.btn-primary[disabled]:active,
	fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active,
	.btn-primary[disabled].active,
	fieldset[disabled] .btn-primary.active {
		border-color: #575757;
	}

.btn-default {
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	border-radius: 5px;
	background-repeat: inherit;
	border-color: #C6C6C6;
	font-size: 16px;
	color: #000;
}

.btn-success {
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	border-radius: 5px;
	background-repeat: inherit;
	border-color: #C6C6C6;
	color: #000;
	font-size: 16px;
	background-color: #ffffff;
}

.btn-default:focus, .btn-default:hover {
	background-image: linear-gradient(to bottom, #E8E8E8 0%, #E8E8E8 100%);
	border-radius: 5px;
	background-repeat: inherit;
	border-color: #C6C6C6;
}

.btn-success:focus, .btn-success:hover {
	background-image: linear-gradient(to bottom, #E8E8E8 0%, #E8E8E8 100%);
	border-radius: 5px;
	background-repeat: inherit;
	border-color: #C6C6C6;
	color: #000
}

h1,
.h1 {
	font-size: 35px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

.form-control {
	font-size: 16px;
}


.panel-footer {
	background-color: #f9f9f9;
}

.panel-default > .panel-heading {
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 100%);
	background-repeat: inherit;
}

.panel-default > .panel-heading {
	color: #000;
	background-color: #f9f9f9;
	border-color: #ddd;
	font-size: 16px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
	font-size: 16px;
}

.pagination > li {
	display: inline;
	font-size: 16px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #000000;
	border-color: #000000;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #000;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #C6C6C6;
}

.radio label, .checkbox label {
	font-size: 16px;
}

.input-group-addon {
	font-size: 16px;
}

.well {
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 100%);
	background-repeat: inherit;
	border-color: #dcdcdc;
	background-color: #f9f9f9;
}

.input-group-addon {
	font-size: 16px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f9f9f9;
}

label {
	font-size: 16px;
}

input, button, select, textarea {
	font-size: 16px;
}

.alert-danger {
	background-image: linear-gradient(to bottom, #F8D7DA 0%, #F8D7DA 100%);
	background-repeat: inherit;
	border-color: #F5C6CB;
}

.form-control:focus {
	border-color: #C6C6C6;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #C6C6C6;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #C6C6C6;
}

.btn-danger {
	background-image: linear-gradient(to bottom, #E61C4E 0%, #E61C4E 100%);
	background-repeat: inherit;
	border-color: #E61C4E;
	color: #fff;
}

	.btn-danger:hover {
		background-image: linear-gradient(to bottom, #C90D3B 0%, #C90D3B 100%);
		background-repeat: inherit;
		border-color: #C90D3B;
		color: #fff;
	}

.alert-info {
	color: #fff;
	background-color: #575757;
	border-color: #575757;
	background-image: linear-gradient(to bottom, #575757 0%, #575757 100%);
}

.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
	background-color: #fff;
	color: #929292;
	outline: #c6c6c6 1px;
}

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
	background-color: #fff;
	outline: #c6c6c6 1px;
	color: #929292;
	border-color: #929292
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	background-color: #929292;
	color: #fff;
	border-color: #929292
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #F0F0F0;
}

.alert-success {
	color: #fff;
	background-color: #575757;
	border-color: #575757;
	background-image: linear-gradient(to bottom, #575757 0%, #575757 100%);
}

body {
	color: #000000 !important;
	font: 16px 'GHD Moderat';
}


form {
	font-size: 16px;
}

.calendar-main-wrapper .stepsNavStacked li a.current {
	background: #292929 !important;
	color: #fff !important;
	font-weight: bold;
	border-radius: 0px;
	padding-bottom: 10px;
	border: none !important;
}

.calendar-main-wrapper .stepsNavStacked li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

	.calendar-main-wrapper .stepsNavStacked li a:hover {
		background-color: #C6C6C6;
		color: #000;
	}


.calendar-main-wrapper .pagination > li > a, .calendar-main-wrapper .pagination > li > span {
	background: none repeat scroll 0 0 #f9f9f9;
	color: #000;
}

/*	.calendar-main-wrapper .pagination > li > a:hover {
		color: #000;
	}*/


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'GHD Moderat';
	font-size: 1em;
}

.ui-widget {
	font-family: 'GHD Moderat';
}

.daterangepicker .drp-selected {
	font-family: 'GHD Moderat';
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	font-family: 'GHD MODERAT';
}

.daterangepicker .drp-buttons .btn {
	font-family: 'GHD Moderat';
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #C6C6C6 !important;
	border-color: transparent;
	color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	font-weight: normal;
	color: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: #C6C6C6 !important;
	border-image: initial;
	background: #C6C6C6 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #FDFDFD !important;
	background: #FDFDFD !important;
	font-weight: normal;
	color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	font-weight: normal;
	color: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: #575757 !important;
	border-image: initial;
	background: #575757 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #575757;
	background: #C6C6C6 !important;
	color: inherit;
}

.btn-alignment {
	display: flex;
	justify-content: space-evenly
}

.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: #E61C4E;
	content: " *";
}


.calendar-main-wrapper span.required {
	color: red;
}

a.btn-sm.btn-primary {
	color: #fff;
}

a.btn-default {
	color: #000;
}

a:link, a:visited, a[href^=tel] {
	color: #000;
	font-weight: normal;
}

a.btn-primary.btn-block {
	color: #fff;
}

a.btn-success.btn-block {
	color: #000;
}

a.btn.btn-primary {
	color: #fff;
}


.well .dropdown .dropdown-content {
	display: block;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

	.well .dropdown .dropdown-content a {
		color: black;
		display: block;
		padding: 8px 10px;
		text-decoration: none;
	}

#ReferenceEvents .dropdown {
	top: 35px;
	left: 15px;
	z-index: 9999;
}

#new-reference-event .searchBtn {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}