@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=latin-ext');
@import "form.css";

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


header {
	text-align: center;
	margin: 14px 0 4px 0;
    min-height: 20px;
	position: relative;
}

body {
	padding: 0 10px;
	max-width: 950px;
	margin: 0px auto;
}

footer {
	margin: 0px auto;
	color: gray;
	max-width: 80%;
	text-align: center;
}

footer p {
	font-size:small;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.5;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

fieldset {
	border: none;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

.center {
	text-align: center;
}

.small {
	font-size: 60%;
}

#home {
	position: absolute;
	top: 0;
	left: 10px;
}

#login_button {
	position: absolute;
	top: 0;
	right: 10px;
}

h1 {
	text-align: center;
	font-size: 170%;
	color: #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	font-family: 'Roboto',sans-serif;
	font-weight: 100;
	margin: 0 5px;
}

h2 {
	font-size: 140%;
	color: #5c5c5c;
	margin: 0;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 120%;
	color: #5c5c5c;
	margin: 15px 0 8px 0;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

.actions_wrapper {
	width: 80%;
	margin: 0px auto;
	margin-top: 20px;
    text-align: center;
}

.actions_wrapper .action.contact {
    display: inline-block;
    width: 22%;
    margin: 1%;
}

.actions_wrapper .action.contact button {
    padding-left: 0;
    padding-right: 0;
    font-size: 80%;
}

.actions_wrapper .action.image a img {
    max-height: 100px;
    max-width: 200px;
    margin: 10px;
}

@media only screen and (max-width: 430px) {
    .actions_wrapper .action.contact {
        width: 45%;
        margin: 2%;
    }
}

.actions_wrapper .action button {
	width: 100%;
    border-radius: 12px;

    -webkit-box-shadow: 2px 2px 7px 7px rgba(204,204,204,0.4);
    -moz-box-shadow: 2px 2px 7px 7px rgba(204,204,204,0.4);
    box-shadow: 2px 2px 7px 7px rgba(204,204,204,0.4);
}

.actions_wrapper .action button span.description {
	font-size: 80%;
}

.actions_wrapper .action.vote button, .actions_wrapper .action.order button {
    background-color: #9d3e72;
    border-color: #9d3e72;
}
.actions_wrapper .action.vote button:hover, .actions_wrapper .action.order button:hover {
    background-color: white;
    color: #9d3e72;
}

.actions_wrapper .auth button {
	background-image: url('../img/lock.png');
	background-position: center;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 20px;
}

/* statuses */
.actions_wrapper .action.gray button {
    background-color: #a5a5a5;
    border-color: #A5A5A5;
}

.actions_wrapper .action.blue button {
    background-color: #295d94;
    border-color: #295d94;
}

.actions_wrapper .action.green button {
    background-color: #39c217;
    border-color: #39c217;
}

.actions_wrapper .action.red button {
    background-color: #a93939;
    border-color: #a93939;
}

p.placement {
	font-variant: x;
	text-align: center;
}

.tailored {
	text-align: center;
}

.tailored img {
	max-width: 200px;
	max-height: 80px;
}

.list_of_action li p { margin: 0; padding: 0; }
.list_of_action li.late .time { color: #ff0000; }
.list_of_action li.ontime .time { color: green; }

.homepage .step {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.homepage .step p {
	margin: 0;
}

.homepage .step img {
	margin: 10px;
}

.narrow {
	max-width: 80%;
	min-width: 300px;
	margin: 0px auto;
}

.apps {
	font-size: 80%;
}
.apps img {
	margin-bottom: 10px;
}

.homepage h2, h3 {
	text-align: center;
	border-bottom: 1px solid gray;
	margin: 0 10px;
}

.homepage h3 {
	margin: 0 20px;
}


.vertical {
	display: flex;
}

.vertical p {
	flex: 50%;
	padding: 0 10px;
}

#languages {
	position: absolute;
	top: 0px;
	left: 40px;
}

#languages ul {
	margin: 0; padding: 0; list-style-type: none;
}

#languages ul li {
	display: inline-block;
}

#languages ul li a {
	filter: grayscale(100%);
}

#languages img {
	height: 1.5em;
}

#canvas {
	position: relative;
	margin: 0px auto;
	width: 345px;
}

#canvas #arrow {
	position: absolute;
	top: 230px;
	left: 130px;
	z-index: 6;
}

#canvas .spots a {
	background: white;
	display: inline-block;
	font-size: 8pt;
	z-index: 5;
}

#canvas .path_to {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

ol li {
	margin: 0 0 0 10px;
}


#banner {
	margin: 10px;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
	background-color: #ffffe2;
	border: 1px solid gray;
	font-size: 12pt;
}