/*
Theme Name: GSSW Registration
Author: Chris Wentzloff
Description: Genomics for Social Scientists Workshop Registration site
Version: 1.0.0
Tags: uofm
*/
html {
	height: 100%;
}
body {
	background-color: #ffffff;

}
.blog-header {

}

.gsswTitle {
	color: #002d5d;
	font-weight: bold;
	font-size: xx-large;
	margin-top: 5%;
}

.blog-main {
	background-color:#ffffff;
}
.si_main_content {
	background-color:#ffffff;
}
#siFooterTag > .si-bottom-class > .menu > li > a {
	color: black;
}
.blog-nav li {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;

}
.blog-nav li a {
	color: #a3a673;
}
.page_item {
	background-color: white;
}
.si_searchbox {
	float: right;
}
.si_header {
	font-size: 250%;
	color: #a3a673;
}

.si_sub_header {
	font-size: 150%;
	color: #a3a673;
	padding-left: 50px;
}
.si_logo{
	width: 100%;
}
.sidebar-module {
	text-align: right;
	height: 100%;
}

.si-bottom-class ul li:not(:first-child):before {
	content: " | ";
}

.si-bottom-class ul li{
	display: inline-block;
	text-align: center;
}
.si-bottom-class ul li a{
	margin: 15px;
}
#siBodyTag > .si-side-class > .menu > li > a{
	color: #a3a673;
}
.si-side-class ul {
	list-style: none;
}
.blog-footer {
	text-align: center;
}

.form-control {
	margin-bottom: 10px;
}
.row {
	padding: 20px;
}
.formContent {
	padding-left: 15px;
	padding-right: 15px;
}

.materialInput {
	border:1px solid black;
	border-radius: 25px;
	padding: 20px;
	margin: 20px;
	box-shadow: 5px 5px;
	width: 95%;
}
.materialInput:hover {
	border: 1px solid #00274c;
	box-shadow: 10px 10px #00274c;
}
.btn-md {
	margin:5px;
}

.dataTables_filter {
	text-align: right;
}

#siOptions {
	background-color: white;
}
.displayPrintOnly {
	display:none;
}

.adminBacking {
	background-color: white;
	margin:5px;
	border-radius: 25px;
}

.adminMenuBtn {
	margin: 15px;
	box-shadow: 5px 5px;
}
.adminMenuBtn:hover {
	box-shadow: 5px 5px #00274c;
}

.requiredField {
	color: red;
}
.siAmountDue {
	padding:40px;
	text-align:center;
	background-color:#b2b2b2;
	font-weight: bold;
	text-transform: uppercase;
	font-size:150%;
}
.siPaymentDue {
	padding:40px;
	text-align:center;
	background-color:#b2b2b2;
	font-weight: bold;
	text-transform: uppercase;
	font-size:125%;
}

@media print {
	body {
		background-image: none;
		background-color: white;
	}
	.displayPrintOnly {
		display:block;
		border: 1px solid black;
	}
	.blog-header {
		display:none;
	}
	.imgLogoSI {
		width: 100%;
	}
	.row {
		display: inline;
	}
	.col-md-1 {
		width: 8%;
		float: left;
	}
	.col-md-2 {
		width: 16%;
		float: left;
	}
	.col-md-3 {
		width: 25%;
		float: left;
	}
	.col-md-4 {
		width: 33%;
		float: left;
	}
	.col-md-5 {
		width: 41%;
		float: left;
	}
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.col-md-7 {
		width: 58%;
		float: left;
	}
	.col-md-8 {
		width: 66%;
		float: left;
	}
	.col-md-9 {
		width: 75%;
		float: left;
	}
	.col-md-10 {
		width: 83%;
		float: left;
	}
	.col-md-11 {
		 width: 92%;
		 float: left;
	 }
	.col-md-12 {
		width: 100%;
		float: left;
	}
	.siAmountDue {
		padding:40px;
		text-align:center;
		background-color:#b2b2b2;
		font-weight: bold;
		text-transform: uppercase;
		font-size:150%;
	}
	.pagebreak {
		page-break-before: always;
		background-color: white;
	}
	.si_main_content {
		background-color: white;
	}
	.blog-header {
		background-color: white;
	}
	.blog-main {
		background-color: white;
	}
	.materialInput {
		border:1px solid black;
		border-radius: 25px;
		padding: 20px;
		margin: 20px;
		box-shadow: 5px 5px;
		width: 90%;
	}
	.form-control {
		width: 100%;
	}
}