@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color:#666666;
	font-family: "Open Sans", "sustem-ui", sans-serif, arial;
	font-size:12px;
	line-height:1.8;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
	}

#main {
	max-width:930px;
	margin-left:auto;
	margin-right:auto;
	}

.texter {
	width: 300px;
	padding: 3px;
	}

#Container {
	background-color: #FFFFFF;
	min-height: 1000px;
	}
	
#MainContent {
	margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height: calc(100vh - 275px);
	}
.symvoli-link {
	padding-top: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    color: #181818;
    background-image: url(../gfx/SYMVOLI-_LOGO-small.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: auto 40px;
	}
.symvoli-link a {
	color: #26729c;
	text-decoration: none;
}
#Submit {
	background-color: #cccccc;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 20px;
	transition: all 1s;
	cursor: pointer;
}
#Submit:hover {
	background-color: #929292;
}
#Header {
	width: 100%;
	margin-left: 0px;
	margin-right: auto;
	border-radius: 5px 5px 0 0;
    overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
#Footer {
	background-color:#34495e;
	height:20px;
	display:block;
	}
#BigTitler {
	color:#1b3d70;
	font-size:18px;
	font-weight:bold;
	padding-left: 15px;
	}
.simpleText {
	padding-left: 15px;
	padding-right: 15px;
}
#SmallTitler {
	background-color: #f7ebd3;
    color: #444444;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
    width: calc(100% - 10px);
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 15px;
	}
.red {
	color:#F30;
	}
.errorBorder {
	/*border-color: #F30;
	border-style: solid;
	border-width: 1px;*/
}
.otherInput {
	border: none;
    border-radius: 3px;
    width: 90%;
    float: left;
    clear: both;
}
#successPost {
	color:#7bbf6a;
	font-weight:bold;
	font-size:14px;
	}

.Area1OptionsTitle, .Area2OptionsTitle {
    font-size: 16px;
    color: #222c56;
    margin-top: 10px;
    text-decoration: underline;
    display: block;
    width: calc(100% - 15px);
    overflow: hidden;
	padding-left: 15px;
}
.Area1Options, .Area2Options {
	overflow: hidden;
    white-space: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
	padding-left: 10px;
} 
.areaExplainer {
    color: #acacac;
    font-size: 12px;
    float: right;
    padding-top: 5px;
    text-decoration: none;
    padding-right: 10px;
    padding-bottom: 15px;
}
.area1 { 
} 
.area {
	background-color: #f9a266;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-right: 3px;
	margin-left: 3px;
    margin-bottom: 5px;
    display: inline-block;
    width: calc(33% - 6px);
    box-sizing: border-box;
    min-height: 56px;
    float: left;
    clear: none;
    white-space: normal;
    overflow: hidden;
} 
.uploadButton {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    background-color: #8ba7c3;
    margin-bottom: 13px;
    color: #fff;
    /*max-width: 292px;*/
    font-weight: 600;
}