﻿@charset "utf-8";
/* CSS Document */

html, body {
	color: #222222;
}

/* == Typography == */

main {
	font-size: 16px;
}

main h2, main p.pageheader, main span.pageheader, main td.pageheader {
	font-size: 38px;
}

main h3, .h3{
	font-size: 24px;
}

main h4, .h4{
	font-size: 20px;
}

main .pageheader>* {
	text-decoration: none !important;
}

@media (max-width:768px) {
	main h2 {
		font-size: 36px;
	}
}

/* == Form Fixes == */

main select, main .ui-widget select {
	padding: 8px 30px 8px 16px;
	line-height: 30px;
}

main input[type="text"].hasDatepicker {
	padding-left: 60px;
}

/* == Buttons == */

/* All form buttons */

.btn, .btn-o, span.btn a, span.btn-o a, .btn-cancel, #backButton, #cancelButton, input#cancel, input#submitDelete, input.btn-cancel, input#back, input.btn-o, input[type="submit"], input[type="button"], button {
	display: inline-block;
	padding: 12px 16px;
	border-radius: 3px;
	font-size: 16px !important;
	height: auto !important;
	min-height: none;
	line-height: 1;
	text-decoration: none !important;
}

/* Primary buttons */

.btn, span.btn a, input[type="submit"], input[type="button"], button {
	background: #8e1065;
	border: solid 1px #8e1065;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.btn:hover, span.btn a:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background: #8e1065;
	border-color: #8e1065;
}

/* Secondary buttons */

.btn.btn-o, .btn-o, span.btn-o a, .btn-cancel, input.btn-cancel, input.btn-o, #backButton, #cancelButton, input[type="submit"].btn-o, input#cancel, input[id*='Cancel'], input#back {
	background: #eeeeee;
	border: solid 1px rgba(0, 0, 0, 0.2);
	color: #333333;
	font-weight: normal;
	transition: .3s;
}

.btn-o:hover, span.btn-o a:hover, .btn-cancel:hover, #backButton:hover, #cancelButton:hover, input#cancel:hover, input[type="submit"].btn-o:hover, input#submitDelete:hover, input#back:hover {
	background: #c5c5c5;
	color: #333333;
}

/* == Tables == */

table {
	min-width: 100%;
}

main table {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

main table td {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
}

/* == Layout fixes == */

main .row {
	max-width: none;
}

main.container,
.skipToContent {
	max-width: 1020px;
	margin: auto;
}

select,
.ui-widget select {
	padding: 8px 30px 8px 16px;
}

main .content {
	overflow: auto;
}

/* == form elements == */

input[type="radio"], input[type="checkbox"] {
	width: auto;
	height: auto;
	position: relative;
}

/* == menu config == */

.menu {
	max-width: 300px;
}

.menu ul {
	background: #f3f3f3;
	border-bottom: solid 8px #248096;
	border-radius: 3px;
}

.menu ul li a, .menu ul li h5 {
	padding: 12px;
	color: #8e1065;
}

.menu ul li a {
	color: #555;
	font-size: 16px;
}

.menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

/* == Header fixes === */

header {
	margin-bottom:4vh;
}

.site-header input[type="submit"] {
	position: absolute;
	background: transparent;
	border: none;
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center right;
}

main .menu-toggle, main .menu-toggle.btn {
	display: inline-block;
	margin-top: 0;
}

@media(max-width:768px) {
	main .menu-toggle {
		display: inline-block;
		margin-top: 0;
	}
	main .content {
		margin-top: 30px;
	}
}

/* == Calendar header == */

.calendar-header, body.calendar-page header {
	background: #248096;
}

.calendar-header .btn-o {
	color: white !important;
}

/* === Misc fixes === */

label.zip-label.zip-label-checkbox>input[type="checkbox"], label.zip-label.zip-label-radio>input[type="radio"] {
	clip:inherit;
}

[type=radio]+label:before, [type=checkbox]+label:before, [type=checkbox]:checked+label:after {
	display: none;
}

@media(min-width:768px) {
	#FatherAddress hr, #GroomAddress hr, #Partner2Address {
		margin-bottom: 36px;
	}
}

/* == Footer == */

.logo-strip.margin-bottom {
	margin-bottom:0;
}

/* [GOOGLE MAP]
-------------------------------------------------------*/

.map-wrapper {
	width: 300px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.83em;
}

/* Small Map */

.map-wrapper.sml {
	width: 200px;
	height: 150px;
}

/* Large Map */

.map-wrapper.lrge {
	width: 450px;
	height: 400px;
}

.map-shadow {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: url("../images/template/map-shadow-l.png") repeat-y 0 0;
}

.map-shadow.top {
	width: 100%;
	height: 6px;
	background: url("../images/template/map-shadow-t.png") repeat-x 0 0;
}

/*datatable search input*/
main .dataTables_wrapper>.dataTables_filter>label>input[type="search"] 
{
    min-height: auto;
}

#BookTypeConfig_EditTable tr td label {
	opacity: 0;
	height: 0px;
	padding: 0;
	margin: 0;
}