@font-face {
}

body {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	margin:0;
}

h2 {
	color:#ffd012;
}

paper-button[raised].colored {
    background: #8BC63E;
    color: #fff;
}

#btnSearch {

}

#mainContent {
/*
	text-align:center;
	*/
	font-size:2em;
	font-family:Lato;
	font-weight:600;
	font-size:150%;
	/*position: absolute; top: 10%; left: 25%; */
	width:70%;
	max-width:700px;
	box-shadow: 0px 0px 10px #969696;
	-webkit-box-shadow: 0px 0px 10px #969696;
	-moz-box-shadow: 0px 0px 10px #969696;
	background-color:rgba(255,255,255,1);
	padding:4vh;
	/*margin-left:-4vh;
	margin-right:-4vh;
	*/
	margin:auto;
	margin-top:10vh;
	margin-bottom:20vh;
	color:#000;
	/*
	border-radius:20px;
	*/
	z-index:1;
}

.textboxCollectionField {
	height: 14vw;
	max-height:60px;
	color: #464646;
	font-family: inherit;
	width: 90%;
	font-size: 100%;
	text-align: center;
	border-radius:8px;
	border-style:none;
}

#submitButton {
	width:40%;
	height:15vw;
	max-height:70px;
	font-size:4vh;
	border:solid 2px;
	color:#1A67F2;
	background:rgba(255,255,255,1);
	font-family:Lato;
	border-radius:8px;
}

#submitButton:hover {
	background:rgba(255,255,255,0.75);
}

#bottomBlackBarTextFixed {
	text-align:center;
	font-size:1em;
	font-weight:400;
	font-size:2.5vh;
	/*position:fixed;
	bottom:0%; left:0%;
	*/
	margin-bottom:0;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background:rgba(0,0,0,0.75);
}

#bottomBlackBarText {
	text-align:center;
	font-size:1em;
	font-weight:400;
	font-size:2.5vh;
	/*position:fixed; bottom:0%; left:0%; */
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background:rgba(0,0,0,0.75);
}

#dateContainer {
	color: #fff;
	margin: auto;
	max-width: 400px;
	display: table;
	position: relative;
}

.dateSection {
	max-width: 150px;
	display: -webkit-inline-box;
	margin:10px;
}

.dateInputBox {
	border-radius: 0px;
	color: #000;
	/* max-width: 200px; */
	width: 100%;
	text-align: center;
	font-weight: 400;
	display: inherit;
}

.splitterThin {
	height: 1px;
	background-color: #C8C8C8;
}

.splitterThick {
	height: 2px;
	background-color: #939393;
}

.submissionRow {
	display: -webkit-inline-box;
	width: 100%;
}

.submissionRow:hover {
	background-color:#eee;
}

.submissionTitle {
	display: table;
	height: 70px;
	width: 50%;
	text-align: center;
	padding: 10px;
}

.submissionTitleValue {
	display: table-cell;
	vertical-align: middle;
}

.submissionNumber {
	text-align: center;
	color: #000;
	font-size: 1em;
	width: 50%;
	padding: 10px;
}

.submissionNumberValue {
	font-size: 2em;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}