body{
	margin:		0px;
	padding:	0px;
	font-family: 	'Open Sans', sans-serif;
	font-weight:	400;
	font-size:	11pt;
	color:		#1e1e1e;
	background:	url("../content/img/back2.jpg") repeat-y;
}

header img{
	width: 		100%;
	height:		auto;
}

#main{
	border: 	15px solid #f6f6f6;
	background:	#fff;
}

#text{
	padding: 	50px;
}

footer{
	line-height:	50px;
	text-align:	center;
	font-size:	0.85em;
}


p{
	text-align:	justify;
}

blockquote{
	font-size:	11pt!important;
}

h1{
	margin:		0px;
	color:		#705099;
	font-weight:	800;
	font-size:	32pt;
	border-bottom:	1px solid #f6f6f6;
	padding:	50px;
}

h2{
	font-weight:	800;
	font-size:	18pt;
	color:		#dbd92c;
	margin-bottom:	1.2em;
}

h2 em {
        font-size: 0.7em;
        color: #333;
        font-style: normal;
}

h3 {
	font-size: 1.4em;
}

h3 em{
	font-size:	0.8em;
}

@media (max-width: 767px){
	h1{
		font-size:	24pt;
		padding:	30px;
	}
	
	h2{
		font-size:	16pt;
	}
	
	#text{
		padding: 	30px;
	}
}

@media (max-width: 479px){
	h1{
		font-size:	18pt;
		padding:	20px;
	}
	
	h2{
		font-size:	14pt;
	}
	
	#text{
		padding: 	20px;
	}
}

a{
	text-decoration:none;
	color:		#dbd92c;
}

a:hover{
	text-decoration:underline;
	color:		#dbd92c;
}


td{
	vertical-align:	middle!important;
}

td.amount{
	padding:	5px;
	width:		200px;
	font-weight:	bold;
	color:		#d18a17;
	text-align:	right;
}

th.amount{
	padding:	5px;
	width:		200px;
	font-weight:	bold;
	text-align:	right;
}

td.qty{
	width:		40px;
}

th.deadline{
	text-align:	right;
}


div#signup, div#signin
{
	position:	relative;
	padding:	30px 30px 60px 30px;
	overflow:	hidden;
	border-left:	none;
	border-right:	none;
	border:		1px solid #e3e3e3;
	background:	#f9f9f9;
	margin:		0px 0px 30px 0px;
	min-height:	380px;
}

div#signup h2, div#signin h2
{
	font-size:	16pt;
}

div.forgottenpass
{
	margin-top:	-10px;
	text-align:	right;
}

a.forgottenpass
{
	font-size:	0.85em;
	font-style:	italic;
}

#signin_btn, #signup_btn
{
	position:	absolute;
	left:		30px;
	bottom:		30px;	
}


@media print {
  .container {
    width: auto;
  }
}

.alert{
	padding:	30px!important;
}

table.summary td{
	vertical-align: 	top!important;
	border-bottom: 		1px solid #ccc;
}

td.tdlabel{
	background-color: 	#dcdcdc;
	text-align: 		right;
	padding-right: 		5px;
	width:			50%;
	color:			#3c3c3c;
}

td.tdvalue{
	padding-left: 5px;
}

.infowarning
{
	background:		url("../content/img/warning.png") no-repeat left 50%;
	padding:		30px 0px 30px 80px;
	margin:			0px 0px 30px 0px;
	clear:			both;
}

.signal ul li strong
{
	font-weight:		normal;
}

.alert-success a {
	color: #3c763d!important;
}

td.quota
{
	font-size:	0.85em;
	color:		#800000;
	text-align:	center;
}

span.full
{
	font-weight:	bold;
	color:		#800000;
	text-align:	center;
}

.pictboxr
{
	float: right;
}


.btn i:first-child {
	margin-right: 1rem;
}

.btn i:last-child {
	margin-left: 1rem;
}

.btn-outline-primary {
        color: #5e378a;
	border-color: #5e378a;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
        color: #fff;
	background-color: #d4d700;
	border-color: #d4d700;
}

.btn-primary {
        color: #fff;
	background-color: #5e378a;
	border-color: #5e378a;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
        color: #fff;
        background-color: #d4d700;
        border-color: #d4d700;
}

.iradio_square-blue,
.icheckbox_square-blue {
	margin-right: 0.4rem;
}

.alert p:last-child {
	margin-bottom: 0px;
}


.searchresults {
	display:block;
	line-height: 50px;
	border: 1px solid #ddd;
	margin: 15px 0px;
	text-align: center;
}

.searchresults:hover, .searchresults.active {
	background: #d4d700;
	color: #fff!important;
	text-decoration: none!important;
}