#content {
	font-family: PT Sans;
}

h3 {
	text-align: center;
	margin: 1em 0;
}

.competitioners {
	width: 100%;
	font-size: 95%;
	background-color: #fff;
}

.head {
	font-size: 90%;
}

.competitioners .category_title td {
	border-bottom: 1px solid #ccc!important;
	padding: 2em 0 .5em 0!important;
	padding-bottom: .5em!important;
}

tr.pay,
tr.unpaid,
tr.unknown {
	color: #ccc;
}

tr.allow.paid,
tr.wait {
	color: #000;
}

tr.waiting td {
	padding-bottom: .5em!important;
}

.category_title b {
	margin-left: 1em;
}

.competitioners td {
	border: 1px solid #fff;
	padding: 5px 3px!important;
}

tr.category_title {
	font-size: 95%;
	border-bottom: 1px solid #ccc;
}

td.add_fields {
	padding-left: 6em!important;
}

td.add_fields>div {
	display: inline-block;
}

td.add_fields div.fname {
	width: 25%;
	margin-right: 1em;
}

td.add_fields div.fvalue {
	width: 60%;
}

td.add_fields div.fvalue div.ftext {
  display: inline-block;
}

td.add_fields div.fvalue div.fedit {
  display: none;
}

td.add_fields div.fvalue.edit_mode div.ftext {
  display: none;
}

td.add_fields div.fvalue.edit_mode div.fedit {
  width: 100%;
  display: inline-block;
}

td.add_fields div.fvalue.edit_mode div.fedit textarea {
  border-color: #ccc;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  resize: none;
  outline: none;
}

td.add_fields div.fvalue.edit_mode div.fedit textarea:focus {
  border-color: #888;
  border-radius: 4px;
  font-size: 13px;
  resize: none;
  outline: none;
}

td.add_fields div.feditbutton {
  float: left;
  margin-right: 7px;
  width: 13px;
  height: 13px;
  background: url(/f/1/global/edit.png) no-repeat;
  background-size: 13px;
  cursor: pointer;
}

.head td {
	font-size: 90%;
	padding: 1em 8px!important;
}

.head td.athlete_name {
	padding-left: 3.1em!important;
}

.competitioners td {
	text-align: left;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: normal;
}

.competitioners td>* {
	vertical-align: top;
}

.competitioners .empty td {
	text-align: center;
	color: #999;
}

.competitioners td.score{
	white-space: nowrap;
}

td.participant_data {
	padding-right: 50px!important;
}

td.participant_data .applicant {
	margin-left: 30px;
}

.participant_name {
	width: 120px;
	padding-left: 32px;
	margin-top: -25px;
}

.participant_name>span {
	cursor: default;
}

td.bagfield form input {
	display: none;
}

td.bagfield form input + div.bagcheckbox {
	width: 19px;
	height: 25px;
	background-image: url(/i/pay_bags.png);
	background-position: -19px 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

td.bagfield form input:checked + div.bagcheckbox {
	background-position: 0 0;
}

.arrow_top {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 10px;
	background-image: url(/f/1/global/top_arrow.png);
	margin-left: .2em;
	margin-right: -.5em;
}

.applicant a {
	font-size: 85%;
	position: relative;
	top: .1em;
	left: 1.2em;
}

.image_container {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
}

.notification_birthday {
	width: 3em;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	background: #32cd32;
	line-height: 1em;
	padding-bottom: .2em!important;
}

td.rank {
	width: 45px;
	text-align: right;
	padding-right: 2px!important;
}

td.rank div{
	font-size: 85%;
	color: #ccc;
}

tr.gray,
tr.gray a {
	color: #999;
}

tr.red,
tr.red a {
	color: red;
}

td.form {
	padding: 3px 0 0 0!important;
}

td.for_icon {
	width: 15px!important;
	padding: 0 0 0 0!important;
	vertical-align: middle;
}

td.for_icon div.wrap {
	position: relative;
	left: 0;
	width: 13px;
	height: 13px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

td.for_icon.selected div.wrap,
td.for_icon:hover div.wrap {
	background: #ccc;
}

td.for_icon.selected:hover div.wrap {
	background: #eee;
}

td.for_icon.disabled div.wrap,
td.for_icon.disabled:hover div.wrap {
	background: #fff;
}

tr.waiting td.for_icon {
	padding-bottom: .2em!important;
}

.competitioners .birthday-wrong{
	color: red;
	cursor: default;
}

input, textarea, select {
	margin-bottom: 0;
}

input[type="radio"]{
	margin: 0;
	padding: 0;
}

form.control_status {
	width: 50px;
}

form.control_status.with_queue {
	width: 68px;
}

form.control_status.with_padding {
	padding-left: 17px;
}

form.control_status input[type="hidden"] {
	width: 0;
	margin: 0;
}

form.control_status input[type="radio"] {
	width: 14px;
	height: 14px;
}

.add_tools {
	font-size: 90%;
	margin-bottom: .5em;
}

.add_tools>*,
.add_tools form>* {
	display: inline-block;
}

.add_tools label {
	width: 20em;
}

.add_tools input {
	position: relative;
	left: -.3em;
	width: 10px;
	height: 10px;
}


td.form_draw,
td.form_number,
td.form_scores,
td.form_status
{
	padding: 5px 2px!important;
}

td.form_number form input,
td.form_draw form input,
td.form_scores form input,
td.form_rank form input {
	width: 3em;
	padding: 0 1px;
	outline: 0;
}

td.form_scores form input.shorttime,
td.form_scores form input.medal {
	width: 4.5em;
	outline: 0;
}

td.form_scores form input.longtime {
	width: 6em;
	outline: 0;
}

a.double_name {
	display: block;
	position: absolute;
	width: 3.5em;
	background-color: #c80600;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	margin: .6em 0 0 13em;
	line-height: 1.2em;
	text-align: center;
}

a.double_name {
	color: #fff!important;
	border: none!important;
}

ul.medals {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
}

ul.medals li {
	width: 4.6em;
	margin: 0;
	padding: 2px 1px 2px 2px;
}

ul.medals li.selected {
	background: #ff7a24;
	color: #fff;
}

.add_competitor {
	position: absolute;
	right: 3em;
	font-style: normal;
}

#prompt {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


#prompt a.close.top {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	right: 4px;
	color: #b94a48!important;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#prompt a.close:hover,
#prompt a.close:focus {
   opacity: 0.8;
   filter: alpha(opacity=80);
}

.competitive_categories {
	position: relative;
	width: 80%;
	margin: 2em auto;
	text-align: center;
}

.competitive_categories li {
	margin-bottom: .8em;
}

div.scroller
{
  padding: 0;
  margin: .2em 0;
}

.scroller a,
.scroller span
{
   margin: 0 4px;
}


a.back {
	display: inline-block;
	margin: .5em 0;
}

.video_list {
	margin-top: .3em;
	padding-left: 30px;
}

.video_camera, .video_camera_plus {
	position: relative;
	display: inline-block;
}

.video_list a {
	border: none!important;
}

#readFileResponse.dashed {
	border: 5px dashed #3399FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: .5em;
	background: #fff;
}

#readFileResponse{
  display: none;
  width: 460px;
  height: 220px;
  padding: 7px;
  position: relative;
  margin: 15% auto 0;
}

#readFileResponse h3{
  font-size: 30px;
  text-align: center;
  margin: 40px 0 20px 0;
  font-weight: bold;
}

#readFileResponse p{
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

#readFileResponse p span{
  font-weight: bold;
}

#readFileResponse p span span{
  color: #3399FF;
}

#readFileResponse a.close{
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
}

#readFileResponse a.close.top{
  float: right;
  margin-right: 10px;
  font-size: 23px;
  color: #ccc;
}

#readFileResponse a.close.top:hover{
	color: #000!important;
}

#readFileResponse a.close.bottom{
  color: #fff;
  font-size: 17px;
  background: #3399FF;
  margin: 0 auto;
  width: 260px;
  padding: 5px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
	color: #fff!important;
}

#readFileResponse a.cancel:not(.close){
  float: right;
  margin: 5px 20px;
}

#readFileResponse .loadingpanel{
	width: 100%;
	height: 40px;
	position: relative;
}

#readFileResponse .loadingpanel p{
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 8px;
	padding: 0;
}

#readFileResponse .loadingpanel .greenline{
	width: 0px;
	margin: 0 15px;
	height: 100%;
	background: #33FF18;
	border-radius: 8px;
	position: absolute;
	z-index: 1;
}

#widjet_results #show_conteiner{
  position: relative;
}

#widjet_results #get_widjet_code{
  display: none;
  position: absolute;
  background-color: #ccc;
  padding: 20px;
  z-index: 5;
}

#widjet_results #get_widjet_code textarea{
  width: 300px;
  height: 80px;
}

#widjet_results #get_widjet_code label input{
  text-align: right;
  width: 50px;
  height: 18px;
  padding: 0 2px;
}

#widjet_results #get_widjet_code a.get_code{
  color: #fff !important;
  margin-right: 40px;
}

#widjet_results #get_widjet_code form input.invalid{
  background-color: #FF9999;
}

#uploadExcel .preloader-counter{
  display: none;
}

#upload_block #file_info{
  margin:7px 0;
}

#upload_block #file_info input,
#upload_block #file_info select{
  display: inline-block;
  width: 300px;
}

#upload_block #file_info label{
  display: inline-block;
  width: 200px;
}

td.athlete_name {
	padding-left: 3.8em!important;
}

td.last_child {
/*	word-break: break-all;
	word-wrap: break-word;*/
}

.ctrl_payment_received {
	width: 100%;
	text-align: center;
}

div.app_status {
	position: absolute;
	margin-top: 2px;
	width: 15px;
	height: 15px;
}

div.deny {
	background: white url(/f/1/global/statuses.png) no-repeat;
	background-position: -30px top;
}

div.wait {
	background: white url(/f/1/global/statuses.png) no-repeat;
	background-position: -60px top;
}


div.appid{
	font-size: 80%;
	color: #ccc;
}

div.appid a,
div.appid a:hover{
	color: #ccc;
	border: none;
	text-decoration: none;
}

div.calculate-rating .radio-checkbox-conteiner{
	padding: 0;
}

div.calculate-rating .radio-checkbox-conteiner .pre-label{
	margin-right: 6px;
	font-size: 13px;
}

.for_tooltip {
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #999;
	margin-left: -10px;
	z-index: 100;
}

.for_tooltip div.arrow {
	color: #999;
	font-size: 25px;
	position: absolute;
	margin-left: 10px;
	margin-top: -20px;
	z-index: 1;
}

.for_tooltip div.content {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 10px;
	position: relative;
	z-index: 2;
}