@charset "utf-8";

html {
margin: 0px;
padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	background-position: 0px 130px;
	font-family: "Times New Roman", Times, serif;
}
img {
	margin: 0px;
	padding: 0px;
}
a {
	color: inherit;
	text-decoration: none;
}
#content {
	margin: 0 auto;
	width: 1024px;
	padding: 0px;
}
#header {
	height: 129px;
	width: 912px;
	margin: 0 auto;
}
#nav {
	margin: 1px 5px 0px;
	position: relative;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.btn {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 11px 30px;
	display: inline-block;
	margin: 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid;
	color: #000000;
	border-color: rgba(241,111,15,0);
	overflow: hidden;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background-color: rgba(255,116,13,1);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #FFFFFF;
	border: 3px solid;
	border-color: rgba(255,105,0,0);
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
#messages {
	margin: 0 auto;
	position: relative;
	width: 985px;
}

#messages div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border: 2px solid;
	font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  min-height: 20px;
	line-height: 20px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
	-webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.2);
}

#messages p {
  margin: 0;
}

#messages div.success_mess {
  background: rgba(214,214,214,0.6);
  border-color: rgba(28,183,47,1);
  color: #264409;
}

#messages div.error_mess {
  background: rgba(214,214,214,0.6);
  border-color: rgba(255,0,0,0.6);
  color: #8A1F11;
}
.error_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: rgba(198,79,0,1)
}
.error_message {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	text-align: center;
	display: block;
	color: rgba(50,73,97,0.8);
	font-weight: bold;
}
.error_text a {
	color: rgba(50,73,97,1);
	text-decoration: underline;
}
.error_text a:hover {
	color: rgba(255,105,0,1);
	text-decoration: none;
}
#article {
	width: 980px;
	border: 2px solid;
	border-bottom-color: rgba(255,105,0,0.3);
	border-left-color: rgba(255,105,0,0.3);
	border-right-color: rgba(255,105,0,0.3);
	border-top-color: rgba(255,105,0,0);
	min-height: 100px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	overflow: auto;
	position: relative;
}
#article_name {
	background-color: rgba(255,210,179,1);
	height: 50px;
	color: rgba(0,0,0,1);
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	font-weight: 900;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
#page_action {
	width: 900px;
	margin: 0px auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	border-bottom: 2px solid;
	border-color: rgba(221,221,221,1);
}
.form_box {
	width: 600px;
	margin: 15px auto;
}
.form_box label {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	display: block;
	float: left;
	width: 180px;
	line-height: 30px;
}
.form_box input, .form_box textarea {
	display: block;
	border: 2px solid;
	font-size: 14px;
	color: #444444;
	padding: 7px 7px 8px;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-color: rgba(190,190,190,1);
}
.form_box select {
	border: 2px solid;
	font-size: 14px;
	color: #444444;
	padding: 2px;
	border-color: rgba(190,190,190,1);
	max-width: 300px;
  /*transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;*/
}
.form_box input {
	width: 300px;
}
.form_box textarea {
	width: 300px;
	height: 100px;
}
.form_box input:focus, .form_box textarea:focus, .form_box select:focus {
	outline: none;
	border-color: #FFB98A;
}
.form_box #pokazateli label {
	width: 240px;
}
.form_box #pokazateli input {
	width: 240px;
}
.form_box .btn_submit {
	border: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 35px;
	line-height: 28px;
	padding: 0;
	margin: 10px auto;
	background-color: rgba(255,105,0,1);
}
.form_box .btn_submit:hover {
	background-color: rgba(198,79,0,1);
}
.form_box .btn_submit:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.form_box .btn_submit.disabled,
.form_box .btn_submit.disabled:hover {
	cursor: default;
	background-color: rgba(255,105,0,0.5);
}
.label_for_photo {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	display: block;
	float: left;
	width: 180px;
	line-height: 0px;
}
.input_for_photo {
	margin-left: 180px;
}
.clearfix {
	display: block; height: 0; clear: both; visibility: hidden; 
}
.details {
	margin:15px 20px;
}	
h4 {
	font: 300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 160%;
	letter-spacing: 0.07em;
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0,0,0);
}
.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 462px;
	height: 351px;
	margin: 10px;
	background: #111 url(../img/progress.gif) no-repeat center center;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-block:hover {
	border-color: rgba(255,105,0,1);
}
.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
}
.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background:url(../images/bg-black.png);
}
.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #111;
}
.team_preview {
	background-size: cover;
	background-position: center center;
	height: 100%;
}
#team {
	width: 800px;
	min-height: 100px;
	margin: 0 auto;
}
#team_name {
	width: 100%;
	margin: 15px 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid;
	border-color: rgba(221,221,221,1);
}
#team_photo {
	margin: 10px auto;
	display: block;
	width: 800px;
	float: none;
}
.info {
	font-size: 20px;
	font-weight: bold;
	color: rgba(127,127,127,1);
	margin-right: 10px;
}
#line_up {
	font-size: 18px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#line_up tr:hover {
	color: rgba(234,94,0,1);
}
#line_up td {
	vertical-align: top;
}
#line_up a {
	color: inherit;
	text-decoration: underline;
}
#line_up a:hover {
	text-decoration: none;
}
.left_col {
	width: 250px;
	font-weight: bold;
}
.player_short_info {
	font-family: "Times New Roman", Times, serif;
}
.player_short_info tr:hover {
	background-color: rgba(255,235,221,1);
}
.player_short_info td{
	font-size: 16px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255,210,179,1);
}
.column_name {
	width: 400px;
	text-align: left;
}
.column_birthday {
	width: 130px;
}
#training_date {
	font-size: 16px;
	float: right;
	font-weight: normal;
	color: #000;
	margin-right: 390px;
}
#absolute_select {
	width: 210px;
	padding: 0px 2px;
}
#absolute_select_date {
  margin: 20px 0px;
  text-align: center;
  color: rgba(114,114,114,1);
  font-weight: bold;
}
#absolute_select_date select {
	padding: 0;
}
.type_green {
	background-color: rgba(106,168,79,1);
}
.type_yellow {
	background-color: rgba(255,153,0,1);
}
.type_blue {
	background-color: rgba(61,133,198,1);
}
.type_red {
	background-color: rgba(255,0,0,1);
}
.type_grey {
	background-color: rgba(153,153,153,1);
}
#training_data {
	padding: 5px 0px;
	text-align: center;
	float: left;
	margin: 0px;
}
#training_data:hover {
	color: #fff;
	background-color: rgba(255,116,13,1);
}
#training_input {
	border-spacing: 0;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255,105,0,1);
}
#training_input th {
	font-size: 13px;
	background-color: rgba(255,105,0,1);
	height: 30px;
	color: rgba(255,204,170,1);
}
#training_input td {
	padding: 0px 9px;
}
#training_input td, #training_input th {
	border-left: 1px dotted rgba(255,105,0, 0.3);
	border-top: 1px dotted rgba(255,105,0, 0.3);
	text-align: center;
}
#training_input td:first-child, #training_input th:first-child {
    border-left: none;
}

#training_input td input {
	margin: 5px auto;
	padding: 5px 7px;
}
#training_input td select {
	width: 90px;
}
.id_hide {
	display: none;
}
.presence {
	width: 90px;
}
.parameters {
}

#profile_header {
	width: 100%;
	height: 170px;
	position: relative;
}
#profile_image {
	width: 140px;
	height: 150px;
	background-position: center center;
	position: absolute;
	right: 170px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: auto 150px;
}
#profile_number {
	position: absolute;
	width: 170px;
	right: 0px;
	text-align: center;
	font-size: 120px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	color: rgba(212,212,212,1);
}
#profile_name {
	width: 290px;
	font-size: 22px;
	margin: 5px 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
.profile_position {
	font-size: 14px;
}
.profile_points {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 30px;
	float: none;
	margin: 20px 0px 10px;
	line-height: 15px;
	color: rgba(157,157,157,1);
}
#level {
	position: absolute;
	top: 0px;
	right: 310px;
	width: 360px;
	height: 115px;
	margin-top: 30px;
}
.profile_points span {
	font-size: 17px;
}
.strap, .star, .ball {
	width: 32px;
	height: 32px;
	margin-right: 3px;
	float: left;
	background-size: cover;
	margin-bottom: 3px;
	opacity: 0.3;
}
.strap {
	background-image: url(../images/MBlogoG1.jpg);
}
.star {
	background-image: url(../images/golden_star1.png);
}
.ball {
	background-image: url(../images/finale_20061.png);
}
.strap_abs, .star_abs, .ball_abs {
	position: absolute;
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
	overflow: hidden;
}
.strap_abs {
	background-image: url(../images/MBlogoG.jpg);
	top: 0px;
}
.star_abs {
	background-image: url(../images/golden_star.png);
	top: 35px;
}
.ball_abs {
	background-image: url(../images/finale_2006.png);
	bottom: 13px;
}
#points_types {
	height: 50px;
	background-image: url(../images/points_types.png);
  position: relative;
}
#points_types select {
	width: 200px;
	height: 30px;
	margin: 10px 20px;
	float: left;
}
#score {
	font-size: 22px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	color: rgba(255,255,255,1);
	margin-top: 10px;
	display: block;
	float: left;
}
#profile_more_info {
	width: 100%;
}
.td_align_left {
	text-align: left;
	width: 120px;
}
.td_align_right {
	text-align: right;
}
#tables_wrap {
	width: 508px;
	float: left;
}
.more_info caption {
	padding: 5px 0px;
	color: rgba(213,85,0,1);
}
.td_align_left_a {
	text-align: left;
	width: 255px;
}
.more_info {
	width: 508px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(54,54,54,1);
	float: left;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(229,229,229,1);
}
.more_info tr:nth-child(odd) {
	background-color: rgba(229,229,229,1);
}
.more_info td {
	padding: 5px;
}
.more_info a {
 text-decoration: underline;
}
.more_info a:hover {
	color: rgba(255,105,0,1);
	text-decoration: none;
}
#avards {
	width: 450px;
	float: right;
	margin: 0px;
	padding: 0px 7px;
	border-left: 1px solid;
	border-left-color: rgba(54,54,54,0.2);
	min-height: 150px;
}
#avards h2 {
	margin: 0px;
	color: rgba(54,54,54,1);
	text-align: center;
	padding: 10px 0px 0px;
	border-bottom: 2px solid;
	border-bottom-color: rgba(54,54,54,0.2);
}
.avard {
	float: left;
	margin: 10px 0px 0px 10px;
	text-align: center;
	font-size: 12px;
}
.avard img {
	width: 100px;
	height: 100px;
}
.tTip {
	cursor: pointer;
}
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(../images/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}
.tipBtm {
	background: transparent url(../images/tipBtm.png) no-repeat bottom;
	height: 32px;
}
.form_box_search {
	width: 200px;
	padding: 0px 25px;
}
.form_box_search h2 {
	margin: 10px 0px 20px;
	text-align: center;
	border-bottom: 2px solid;
	border-color: rgba(228,228,228,1);
	color: rgba(68,68,68,1);
}
.form_box_search label {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	display: block;
	line-height: 30px;
}
.form_box_search input {
	display: block;
	border: 2px solid;
	font-size: 14px;
	color: #444444;
	padding: 5px 7px 5px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-color: rgba(190,190,190,1);
}
.form_box_search select {
	border: 2px solid;
	font-size: 14px;
	color: #444444;
	padding: 2px;
	border-color: rgba(190,190,190,1);
	width: 200px;
}
.form_box_search input {
	width: 182px;
}
.form_box_search input:focus, .form_box_search select:focus {
	outline: none;
	border-color: #FFB98A;
}
#search_sort {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 100%;
	border-left: 2px solid;
	border-color: rgba(228,228,228,1);
	float: right;
}
#players_list {
	float: left;
	width: 686px;
	margin-left: 14px;
}
#article h1 {
	text-align: center;
	margin: 10px 0px;
	color: rgba(68,68,68,1);
}
.player {
	width: 100%;
	height: 100px;
	border-bottom: 2px dashed;
	border-color: rgba(68,68,68,0.3);
	margin-bottom: 5px;
}
.player_photo {
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0px 15px;
	float: left;
}
.player_photo img {
	width: 90px;
}
.player_info_points {
	font-family: Arial, Helvetica, sans-serif;
	width: 566px;
	float: right;
	height: 80px;
	font-size: 15px;
	line-height: 25px;
	margin: 10px 0px;
}
.player_info_points .player_name {
	font-size: 18px;
	font-weight: bold;
}
.player_info_points .player_team_position {
	color: rgba(95,95,95,1);
}
.player_info_points .num_points {
	float: right;
	display: block;
	margin: 20px 10px;
	font-size: 33px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
	color: rgba(114,114,114,1);
}
.player_info_points .num_points .num_points_text {
	font-size: 16px;
	float: right;
}
.training_string {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.training_string:hover {
	color: rgba(255,105,0,1);
}
.archive_date {
	width: 140px;
	padding: 0 9px;
}
.archive_type {
	width: 290px;
	padding: 0 9px;
}
.archive_trainer {
	width: 230px;
	padding: 0 9px;
}
.edit_link {
	text-decoration: underline;
}
.edit_link:hover {
	color: rgba(255,105,0,1);
	text-decoration: none;
}
#trainer {
	width: 900px;
	margin: 15px auto;
}
#trainer img {
	width: 200px;
	/* [disabled]float: left; */
}
#about_trainer {
	margin: 10px;
	float: right;
	width: 675px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(93,93,93,1);
}
#about_trainer h2 {
	margin: 0 0 15px;
	font-size: 25px;
	color: rgba(74,74,74,1);
	border-bottom: 1px solid;
	border-color: rgba(74,74,74,0.4);
}
.control_trainer {
	font-size: 10px;
	color: rgba(74,74,74,0.3);
}
.control_trainer:hover {
	color: rgba(241,111,15,1);
}
ul.menu {
	position: absolute;
	top: 3px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.menu li {
	list-style: none;
	position: relative;
}
ul.menu li a {
	padding: 11px 30px;
	color: rgba(0,0,0,1);
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
ul.menu li a:hover {
	background-color: #FD6A00;
	color: rgba(255,255,255,1);
}
ul.menu li ul {
	display: none;
}
ul.menu li:hover ul {
	display: block;
	position: absolute;
	background-color: #E3E3E3;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	top: 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(211,211,211,1);
}
#avards_list {
	width: 800px;
	min-height: 200px;
	margin: 10px auto;
	overflow: hidden;
}
.avard_show {
	width: 150px;
	height: 195px;
	font-size: 12px;
	text-align: center;
	float: left;
	margin: 7px 0px 0px 8px;
}
.avard_show a, .avard a {
 text-decoration: underline;
 color: rgba(68,68,68,0.5);
}
.avard_show a:hover, .avard a:hover {
	color: rgba(255,105,0,1);
	text-decoration: none;
}
.avard_show img {
	width: 150px;
	height: 150px;
}
.avard_info {
	height: 23px;
	margin: 0px;
	overflow: hidden;
	line-height: 10px;
}
#control_nav {
	width: 100%;
	color: rgba(182,182,182,1);
	float: none;
	height: 35px;
}
#footer {
	width: 950px;
	height: 50px;
	margin: 10px auto;
	border: 2px solid;
	border-color: rgba(255,105,0,0.3);
	font-size: 16px;
	padding: 0px 15px;
	line-height: 50px;
	font-family: "Times New Roman", Times, serif;
}
#created {
	float: right;
	width: 220px;
	text-align: center;
	line-height: 20px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#created a {
	text-decoration: underline;
	color: rgba(54,54,54,1);
}
#created a:hover {
	color: rgba(241,111,15,1);
	text-decoration: none;
}
#show_pokazateli {
	text-decoration: underline;
	font-size: 20px;
	cursor: pointer;
}
#show_pokazateli:hover {
	color: rgba(241,111,15,1);
}
#error_page {
	margin: 0px auto;
	text-align: center;
}
#show_hide_graph {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(157,157,157,1);
  position: absolute;
  text-align: center;
  width: 300px;
  height: 25px;
  line-height: 25px;
  top: -25px;
  left: 342px;
  cursor: pointer;
  /*background-color: #475687;*/
}
#show_hide_graph:hover {
  color: rgba(213,85,0,1);
}
#mainWrapGraph {
  width: 100%;
  margin: 0px;
  padding: 0px;

  opacity: 0;
  height: 0px;
  overflow: hidden;
  border-bottom: 1px solid rgba(54,54,54,0.2);
}
#graph_wrap {
  width: 930px;
  height: 505px;
  margin: 0px;
  padding-right: 0px;
  overflow: auto;
}
#pnts_wrap {
  width: 25px;
  height: 490px;
  padding: 0px;
  margin: 0px;
  float: left;
 }
 #pl_type {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
 }
.btn_del {
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
  width: 200px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 10px auto;
	background-color: rgba(255,105,0,1);
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn_del:hover {
	background-color: rgba(198,79,0,1);
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.player_info_radio {
  float: left;
  width: 318px;
  margin-bottom: 15px;
}
.player_info_radio input {
  width: 50px;
  float: left;
  margin: 8px 0px;
}
.player_info_radio label {
  font-weight: normal;
  width: 100%;
}
.birthday_people {
  margin-top: 20px;
  overflow: hidden;
}
.birthday_player {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 0px;
  border-bottom: 2px dashed #EDEDED;
}
.birthday_player .birthday_photo {
  width: 50px;
  height: 50px;
  background-position: top center;
  background-size: cover;
  float: left;
  margin-right: 7px;
}
.birthday_player a {
  color: #373737;
  font-size: 14px;
}
.birthday_player a:hover {
  color: rgba(255,116,13,1);
}
.birthday_player span {
  display: block;
  font-size: 11px;
  color: #B0B0B0;
}