﻿
/* NOTES */

/* This document contains core styles for the application template. Removing reference to this file will revert the application back to bootstrap defaults */
/* It should be referenced FIRST */

/*



-- GEST bright green: #679000
-- GEST (green button hover): #4c6a00
-- GEST teal: #017573
-- GEST soft black: #2e2f31
-- GEST dark text grey: #555759
-- GEST light text grey: #919699
-- GEST grey border: #d0d3d6

font-weight: 300 (= light)
font-weight: 400 (= regular)
font-weight: 500 (= medium)

*/

/* Core HTML styling */
html, body {
	background-color: #ffffff;
	height: 100%;
	padding: 0;
}

* {
	font-family: 'Roboto', Arial, Verdana;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #555759;
}

h1, h2, h3, h4, div.bodyHeaderText {
	/* banner blue */
	color: #404040;
}
h5, h6, div.bodySubHeaderText {
	/* dark grey */
	color: #808080;
}
h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.2;
}
h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
}
h3, div.bodyHeaderText {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}
h5, div.bodySubHeaderText {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

a, a:link, a:active, a:visited, a:focus {
	color: #017573;
	text-decoration: underline;
    outline: none;
}

a:hover {
	color: #01403f;
	text-decoration: underline;
}

label {
	font-weight: 400;
}

/* Header content */
#templateHeader {
	width: 100%;
	border: 0;
    text-align:center;
    /*background-color: #999999;*/
    /*background-image: radial-gradient(circle, #f2f2f2 0%, #b3b3b3 100%);*/
	/*border-top: 20px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;*/
}

img.templateHeaderImage {
	width: 100%;
    
}

.headerSloganText {
	width: 100%;
	font-size: 2em;
	color: #7aa230;
	text-align: center;
	padding-top: 30px;
}

.headerDateText {
	font-weight: 300;
	line-height: 1.25;
	text-align: right;
}

/* Body content template styling */
#templateBody {
	margin: 10px auto 20px auto;
}

	/* These classes get our templates left/right (nav/content) columms to be 100% high (until we hit the breakpoint noted below in which case we remove the 'table' functionality */
	div.tableBodyTable {
		 display: table;
		 height: 100%;
		 width: 100%;
	}

	div.tableBodyRow {
		display: table-row;
		height: 100%;
	}

	div.tableBodyCell {
		display: table-cell;
		height: 100%;
	}
	
.templateLeftColumn {
	background-color: #efefef;
	padding: 0;
	margin: 0;
}

/* Footer content */
#templateFooter {
	background-color: #817F7E;
	padding-top: 40px;
}

	#templateFooter, #templateFooter p, #templateFooter a, #templateFooter h1, #templateFooter h2, #templateFooter h3, #templateFooter h4, #templateFooter h5 {
		color: #ffffff;
	}
	
		#templateFooter a, #templateFooter a:link, #templateFooter a:active, #templateFooter a:visited {
			text-decoration:none;
		}
		#templateFooter a:hover, #templateFooter a:active {
			text-decoration:underline;
		}

        #templateFooter .fa {
            margin-right: 4px;
            color: #ffffff;
            font-size: 13px;
        }

.footer-copyright, .footer-copyright a {
    margin: 0;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* Font styling */
.red {color: #ff0000;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.italicize {font-style: italic;}
.tinyText {font-size: smaller;}
.green {color: #4c6a00;}

/* Custom styling */
.pad {
	margin: 10px !important;
}
.padTop {
	margin-top: 10px !important;
}
.padBottom {
	margin-bottom: 10px !important;
}
.padLeft {
	margin-left: 10px !important;
}
.padRight {
	margin-right: 10px !important;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.fullWidth {
	width: 100%;
}
.readOnly {
	cursor: not-allowed;
}
.mainmenu_button_div {
	margin: 10px;
}
div.mainmenu_link_container a {
	width: 100%;
	margin: 10px;
}

#dynamicModal div.modal-content {
	background-color: #fff;
}


.alert-environmentText {

	margin: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	
}
label.requiredFieldLabel::after{
	content: ' *';
	color: red;
}
.requiredFieldHighlight {
	border: 1px solid #ff0000;
	background-color: #ffcecf;
}
.spanMini {
	max-width: 50px;
}

.eventSummary_headerRow div {
	font-weight: bold;
}
.eventSummary_row { }
.eventSummary_eventFee {
	text-align: right;
}
.eventSummary_quantity {
	width: 100%;
	margin: 0;
	padding: 1px;
	text-align: center;
}
.eventSummary_totalFee {
	text-align: right;
}
.eventSummary_totalLabel {
	text-align: right;
}

.button_container {
	margin: 10px;
	text-align: right;
}

	.button_container a, .button_container button, .button_container input[type=submit]{
		margin-right: 20px;
        margin-bottom: 10px;
	}

/* Breadcrumbs */
.breadcrumb_container {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 1px;
	text-align: center;
}

.breadcrumb_container ul {
	margin: 0;
	padding: 0;
}

.breadcrumb_container ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
	.breadcrumb_container ul li div.breadcrumb_iconWrapper {
		position: relative;
	}
	.breadcrumb_container ul li div.breadcrumb_iconWrapper::before {
		content: '';
		width: 44%;
		border-bottom: solid 1px #2838A3;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.breadcrumb_container ul li div.breadcrumb_iconWrapper::after {
		content: '';
		width: 44%;
		border-bottom: solid 1px #2838A3;
		position: absolute;
		left: 56%;
		top: 50%;
	}
.breadcrumb_container ul:last-child {
	margin-right: 0;
}
.breadcrumb_container ul li, .breadcrumb_container ul li a {
	text-decoration: none;
	font-size: 9pt;
}
.breadcrumb_container ul li.active {
	font-weight: bold;
}
.breadcrumb_container ul li.navbar_li_textonly {
	cursor: not-allowed;
}
.breadcrumb_container ul li i.fa {
	width: 20px;
	height: 20px;
	color: #efefef;
}
.breadcrumb_container ul li i.breadcrumb_visited {
	color: #2838A3;
}
.breadcrumb_container ul li i.active {
	color: #2838A3;
}

.housingButton {
	background-color: #eb0000 !important;
	color: white;
	width: 500px;
	max-width: 100%;
}
.housingButton:hover {
	background-color: #900000 !important;
}

.responsive-button-group input[type=submit], .responsive-button-group button[type=submit], .responsive-button-group a.btn {
    margin-bottom: 20px;
}

.responsive-button-group input[type=submit]:not(:last-child), .responsive-button-group button[type=submit]:not(:last-child), .responsive-button-group a.btn:not(:last-child) {
    margin-right: 20px;
}

/* Badge preview HTML (not ZPL based badge image */
.badge_wrapper {
	border: 1px solid #808080;
	max-width:300px;
	height:250px;
	line-height: 250px;
	padding: 0;
}
.badge_content {
	 display:inline-block;
	 vertical-align:middle;
	 text-align:center;
	 width:100%;
	 margin:0;
	 padding:1px;
}
	.badge_content span {
		font-size: 10pt;
	}


/* Media (viewport size) overriddes */

@media screen and (max-width: 768px) {

	body {
		margin-top: 50px;
	}

	.headerSloganText {
		font-size: 1.2em;
		text-align: center;
		padding-top: 0;
		font-weight: bold;
	}

	.headerDateText {
		text-align: center;
		line-height: 1.5;
	}

	div.tableBodyTable {
		 display: inherit;
		 height: auto;
		 width: auto;
	}

	div.tableBodyRow {
		display: inherit;
		height: auto;
	}

	div.tableBodyCell {
		display: inherit;
		height: auto;
	}

	.eventSummary_headerRow {
		display: none;
	}

	.eventSummary_row {
		border-bottom: 1px solid #919699;
	}

	.eventSummary_eventFee {
		text-align: left;
	}
	.eventSummary_eventFee::before {
		content: 'Fee: ';
	}

	.eventSummary_quantity {
		text-align: left;
	}
	.eventSummary_quantity::before {
		content: 'Quantity: ';
	}
	
	.eventSummary_totalFee {
		text-align: left;
	}
	.eventSummary_totalFee::before {
		content: 'Total Fee: ';
	}

	.eventSummary_totalLabel {
		text-align: left;
	}

	.breadcrumb_container {
		display: none;
	}

}

@media screen and (max-width: 990px) {

	* {
		font-size: 12px;
	}

	#templateHeader {
		margin: 0;
		border-top: 3px solid #ebebeb;
	}

	.headerSloganText {
		padding: 0;
	}

}

.social-media-link-group a {
    width: 30px;
    height: 30px;
    margin: auto;
    padding-top: 3px;
    background: #CE2026;
    border: 1px solid #CE2026;
    display: inline-block;
    text-align: center;
}

    .social-media-link-group a:hover {
        background-color: #3b5998;
        border-color: #3b5998;
    }

    .social-media-link-group a i.fab {
        color: #fff;
    }

	@media print {

		.noprint {
			visibility: hidden;
		}

	}