@import url("https://fonts.googleapis.com/css?family=Open+Sans");

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.ui-datepicker {
	font-size: 13px !important;
	padding: 10px 10px 10px 10px !important;
	z-index: 2 !important;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 12px;
	margin: 2px 2px 2px 2px;
}

.ui-datepicker td {
	text-align: center !important;
}

.ui-datepicker table {
	color: #000000 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: 1px solid #000000;
	color: #FFFFFF !important;
}

a {
	color: #E3002B;
}

body {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	overflow: auto;
}

button {
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 30px 0 0 10px;
	padding: 0 0 0 0;
}

div#content {
	background-image: linear-gradient(to bottom, #FEFEFE, #FFFFFF);
	height: auto;
	margin: 60px 0 0 0;
	padding: 20px 20px 20px 20px;
}

div#info_bottom {
	background-image: linear-gradient(to bottom, #E3002B, #E83255);
	border-radius: 15px;
	bottom: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	text-align: center;
	width: calc(100% - 60px);
}

div#menu {
	width: 100%;
}

div#menu div.column {
	display: inline-block;
	width: calc(10% - 7px);
}

div#menu div.item {
	align-items: center;
	background-image: linear-gradient(to bottom, #E3002B, #E83255);
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	width: 45%;
}

div#menu div.item img {
	height: 60px;
	margin: 20px 0 0 0;
}

div#menu div.item p {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

div#menu div.row {
	display: block;
	height: 7.5%;
}

div#spinner {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

div#spinner:after {
	animation: spin 0.75s linear infinite;
	border: 4px solid #E3002B;
	border-radius: 50%;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 75px;
	left: calc(50% - 37.5px);
	position: absolute;
	top: calc(50% - 37.5px);
	width: 75px;
}

div#status {
	background-image: linear-gradient(to bottom, #4B4F54, #6E7276);
	border: 1px solid #000000;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
	display: block;
	height: 175px;
	margin: 30px auto 0 auto;
	text-align: center;
	width: 60%;
}

div#status img {
	height: 50%;
	margin: 20px 0 10px 0;
}

div#status h1 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div#status h2 {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}

div#top {
	background-image: linear-gradient(to bottom, #E6E6E6, #FFFFFF);
	border-bottom: 1px solid #C6D2D9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	height: 40px;
	padding: 7.5px 10px 7.5px 10px;
	position: fixed;
	top: 0;
	width: calc(100% - 20px);
	z-index: 5;
}

div#top img#home {
	float: right;
	height: 30px;
	margin: 5px 0 0 0;
}

div#top img#logo {
	height: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

div#top span#name {
	color: #4B4F54;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div#top span#title {
	color: #E3002B;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

div#upload {
	background: url("../images/icons/upload.png") no-repeat center 20%;
	background-size: 95px;
	background-color: #E3002B;
	border: 3px dashed #000000;
	height: 130px;
	margin: 10px 0 0 10px;
}

div#upload input {
	height: 100%;
	opacity: 0;
	width: 100%;
}

div#upload p#files {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: -120px 0 0 0;
	text-align: center;
	width: 100%;
}

div#upload p#files img {
	border: 2px solid #000000;
	height: 50px;
	margin: 0 5px 5px 0;
}

div#upload p#info {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: -25px 0 0 0;
	text-align: center;
	width: 100%;
}

h1 {
	color: #4B4F54;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

input[type="text"] {
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	height: 30px;
	margin: 10px 0 20px 10px;
	padding: 0 0 0 15px;
	text-align: left;
}

input::placeholder {
	color: #F6B2BF;
}

label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
}

label span {
	color: #E3002B;
}

p {
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px 0;
}

p span.contact {
	display: block;
	font-size: 12px;
	margin-left: 40px;
}

p span.contact img {
	height: 17px;
	margin-right: 20px;
	vertical-align: middle;
}

p span.name {
	display: block;
	font-size: 14px;
	margin-left: 20px;
}

p span.name img {
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

select {
	background-color: #E3002B;
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	height: 30px;
	margin: 10px 0 20px 10px;
	padding: 0 0 0 15px;
}