html {
	line-height: 1.2em; /*overflow: hidden;*/ font-family: Tahoma; font-size: 13px;
}
body {
	line-height: 1.2em; /*overflow: hidden;*/ font-family: Tahoma; font-size: 13px;
}
#header {
	padding: 10px; line-height: 30px; display: block; background-color: rgb(238, 238, 238);
}
#header span {
	margin: -10px 0px 0px 50px; padding: 0px 10px; height: 70px; line-height: 70px; float: right;
}
#header a {
	margin: -10px 0px 0px 10px; padding: 0px 10px; transition:0.3s ease-in-out; height: 70px; color: rgb(32, 93, 143); line-height: 70px; text-decoration: none; float: right; background-color: rgb(229, 236, 249); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
#header a.active {
	font-weight: bold; background-color: rgb(166, 206, 227);
}
#header a:hover {
	background-color: rgb(166, 206, 227);
}
#title {
	margin: 10px 0px; padding: 0px; font-size: 30px; font-weight: normal;
}
#header h1 {
	margin: 10px 0px; padding: 0px; font-size: 30px; font-weight: normal;
}
.dateField {
	padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 98%; font-family: Tahoma; font-size: 12px;
}
.telField {
	padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 98%; font-family: Tahoma; font-size: 12px;
}
.textField {
	padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 98%; font-family: Tahoma; font-size: 12px;
}
.numberField {
	padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 98%; font-family: Tahoma; font-size: 12px;
}
.selectField {
	padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 98%; font-family: Tahoma; font-size: 12px;
}
input.telField {
	width: 200px;
}
input.dateField {
	width: 100px;
}
input.numberField {
	width: 100px;
}
select.selectField {
	width: auto;
}
#form-table {
	margin: 10px auto; width: 100%;
}
#form-table td {
	padding: 5px; font-size: 12px;
}
#form-table td:first-child {
	width: 20%; min-width: 100px;
}
#form-table td.form-table-inside-header {
	color: rgb(108, 108, 108); padding-top: 20px; border-bottom-color: rgb(235, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.ok {
	padding: 10px 0px; color: green; line-height: 1.4em; font-size: 14px; font-weight: bold;
}
.ok a {
	color: green;
}
.error {
	padding: 10px 0px; color: red; line-height: 1.4em; font-size: 14px; font-weight: bold;
}
.error a {
	color: red;
}
#login {
	margin: 40px auto; border-radius: 10px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 400px; display: block;
}
#login h2 {
	margin: 0px; padding: 18px; border-radius: 5px 5px 0px 0px; font-weight: normal; display: block; background-color: rgb(238, 243, 248);
}
#customBox table {
	margin: 10px; width: 95%;
}
#login table {
	margin: 10px; width: 95%;
}
#customBox table td {
	padding: 5px; font-size: 13px;
}
#login table td {
	padding: 5px; font-size: 13px;
}
#customBox {
	margin: 40px auto; width: 600px; display: block;
}
#customBox h2 {
	margin: 0px; padding: 18px; font-weight: normal; display: block;
}
.event-load-not-allowed {
	padding: 20px; text-align: center; color: gray; line-height: 2em; font-size: 1.5em; display: block;
}
.uploader {
	text-align: center; display: block;
}
#image-uploader {
	padding: 3px 0px; border-radius: 5px; text-align: center; margin-top: 10px; display: block; cursor: pointer; background-color: rgb(229, 236, 249);
}
#image-uploader input {
	left: -1000px; top: -1000px; position: absolute;
}
#upload-in-progress {
	width: 183px; text-align: center; padding-top: 16px; font-size: 15px; font-weight: bold; display: none; position: absolute; text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
#uploaded-image {
	margin: 10px; line-height: 128px; vertical-align: middle; max-height: 128px; max-width: 128px;
}
.loading {
	padding: 10px 0px; text-align: center; display: none;
}
.loading img {
	padding-right: 2px; vertical-align: middle; max-height: 20px;
}
#start-list-search {
	margin: 30px 0px 50px; display: block;
}
#start-list-search input.textField {
	padding: 3px; width: 200px;
}
#start-list-search a {
	color: rgb(32, 93, 143); line-height: 20px; font-size: 13px; margin-left: 50px; vertical-align: top; display: inline-block;
}
#changer-buttons {
	margin: 10px 0px; display: block;
}
#changer-buttons a {
	padding: 4px 15px; border-radius: 4px; transition:0.3s ease-in-out; width: 44%; color: rgb(32, 93, 143); line-height: 1.5em; font-size: 1.2em; text-decoration: none; margin-right: 10px; margin-bottom: 10px; vertical-align: top; display: inline-block; background-color: rgb(229, 236, 249); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
#changer-buttons a.active {
	background-color: rgb(166, 206, 227);
}
#changer-buttons a:hover {
	background-color: rgb(166, 206, 227);
}
#changer-buttons a span {
	text-align: center; line-height: 1em; padding-top: 3px; font-size: 10px; display: block;
}
.runners-table {
	width: 100%; display: none; border-collapse: collapse;
}
.runners-table th {
	text-align: left; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.runners-table td {
	padding: 5px;
}
.runners-table th {
	padding: 5px;
}
.runners-table td small {
	margin: 2px 0px; color: gray; font-size: 11px; display: block;
}
.runners-table-container {
	margin-bottom: 10px; display: none;
}
.runners-table tr.odd {
	border-top-color: rgb(239, 239, 239); border-bottom-color: rgb(239, 239, 239); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; background-color: rgb(248, 248, 248);
}
.pager {
	padding: 10px; text-align: center; margin-top: 20px; display: block;
}
.pager a {
	margin: 4px; padding: 3px 5px 5px; border-radius: 2px; transition:0.3s ease-in-out; width: 20px; text-align: center; color: rgb(0, 0, 0); line-height: 14px; font-size: 14px; text-decoration: none; display: inline-block; background-color: rgb(229, 236, 249); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.pager a.active {
	font-weight: bold; background-color: rgb(166, 206, 227);
}
.pager a:hover {
	background-color: rgb(166, 206, 227);
}
.tbl-image {
	padding-right: 10px; vertical-align: middle; max-height: 36px; max-width: 36px;
}
#viewImageContainer {
	padding: 5px; border-radius: 5px; border: 1px solid rgb(0, 0, 0); border-image: none; display: none; position: absolute; box-shadow: 0px 0px 5px #aaa, 0px 0px 10px #aaa, 0px 0px 15px #aaa; background-color: rgb(255, 255, 255);
}
#viewImageContainer img {
	max-height: 180px; max-width: 250px;
}
#viewImageContainer::after {
	border: solid transparent; border-image: none; left: 30px; top: 100%; width: 0px; height: 0px; position: absolute; content: " "; pointer-events: none;
}
#viewImageContainer::before {
	border: solid transparent; border-image: none; left: 30px; top: 100%; width: 0px; height: 0px; position: absolute; content: " "; pointer-events: none;
}
#viewImageContainer::after {
	border-width: 20px; border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); margin-left: -20px;
}
#viewImageContainer::before {
	border-width: 21px; border-color: rgb(0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); margin-left: -21px;
}
.phone-input {
	display: inline-block;
}
.phone-input span {
	padding: 0px; line-height: 1em; display: inline-block;
}
.absPos {
	left: -100000px; top: -100000px; position: absolute;
}
.hidden {
	display: none;
}
td#partnerNumberCell {
	background: linear-gradient(rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.65) 100%); padding: 10px 0px 20px; text-align: center;
}
#delete-image {
	margin: -35px 0px 0px; width: 180px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; display: none; position: absolute; text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
}
