/* FIX BAGS */
.date-cat a { margin:0 7px 0 7px !important; }
.date-cat a:first-child { margin:0 7px 0 0 !important; }
.date-cat a:last-child { margin:0 0 0 7px !important; }
img.small {
	width:30px;
	height:30px;
	overflow:hidden;
}

/* TEXT FORMAT */
.vertical-align-middle	{vertical-align:middle;}
.text-align-right		{text-align:right;}
.text-align-center		{text-align: center;}
.text-align-left		{text-align: left !important;}
.bold 					{font-weight: bold;}
.c-green 				{color:#608d18 !important;}
.c-gray 				{color:#a5aab2 !important;}
.c-gray2 				{color:#717783 !important;}
.font15px 				{font-size:15px !important;} 
.font13px				{font-size:13px !important;}
.cursor-pointer			{cursor:pointer;}
/* SPAN SIZE */
.w160px					{width: 160px; min-width: 160px;}
.w100px					{width: 100px; min-width: 100px;}
.w55px					{width: 55px; min-width: 55px;}
.w50px					{width: 50px; min-width: 50px;}
.w40px					{width: 40px; min-width: 40px;}
.w25					{width: 25%;}
.w50					{width: 50% !important;}
.relative 				{position:relative;}
/* DIV's */
.fleft 					{float:left;}
.w100 					{width:100%;}
.d-tbl 					{display:table; height:100%; width:100%; table-layout:fixed;}
.d-cell					{display:table-cell; vertical-align:middle;}
/* SUBJECTS */
.subj-h1 {
	margin:10px 0;
}
.subj-green {
	float:left;
	background:url(../images/bck-green.jpg); 
	height:42px; 
	line-height:42px;
	color:#FFF;
	padding:0 13px;
	font-size:16px;
	font-weight: bold;
	margin: 10px 0;
}

/* FORECAST - ПРОГНОЗ */
.forecast {
	float:left;
	width:100%;	
}
/*.forecast a:hover .h16{
	color:#3C6B05;
}*/
.forecast-item {
	display:table;
	table-layout: fixed;
	float:left;
	width:100%;
	height:86px;
	border-bottom:1px solid #d9dade;	
}
.forecast-item.h120 {
	height:120px !important;	
}
.forecast-item > div{
	padding:0 3px;
}

.forecast-item .span{
	display:table-cell;
	vertical-align:middle;
	overflow: hidden;
}

.forecast-item .dt{
	font-size:13px;
	color:#72a112;	
	margin:3px 0;
}
.forecast-item .tm{
	font-size:13px;
	color:#373e48;	
}
.completed .forecast-item .dt{
	color:#373e48;	
}
.completed .forecast-item .tm{
	color:#717783;	
}
.forecast-item .b{
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:100%;	
}
.forecast-item .h16{
	font-size:16px;
	color:#000;
	line-height:100%;	
	margin:3px 0 12px 5px;
}
.forecast-item .h15{
	font-size:15px;
	color:#000;
	line-height:100%;
	white-space:nowrap;	
	margin:7px 0 7px 5px;	
}

.forecast-item .h15 li{
	display:inline-block;
	margin-right:20px;
	font-size:13px;
	color:#000;
}
.scores {
	padding:7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	text-align: center;
}
.scores .dots {
	font-size:14px;
	font-weight: bold;
	margin:0 5px;
	vertical-align: top;
	line-height:30px;	
}
.forecast-item .btn {
	margin-right: 3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.scores input[type="text"]{
	height:30px; width:38px;
	border-top:1px solid #82848b;	
	border-left:1px solid #cecfd0;	
	border-right:1px solid #cecfd0;	
	border-bottom:1px solid #aaadb5;	
	color: #72a112;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.forecast-item.hover .scores, .forecast-item:hover .scores {
	background:#f1f1f2;	
}
.forecast-item.hover .btn, .forecast-item:hover .btn {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.forecast-item .btn-hide-r {
	position:absolute; 
	right:0;
	top:0;
	bottom:0;
	width:83px;
	background:url(../images/btn-hide-r.png);
	z-index:100;
}

/* FINAL SCORES - СЧЕТ*/
.final-scores {
	display:table;
	float:left;
	width:100%;
	margin: 20px 0 30px 0;
	table-layout: fixed;
	border-top: 1px solid #ededed;
}
.final-scores-row {
	display:table-row;
}
.final-scores-cell:last-child {
	padding-right:40px;	
} 
.final-scores-cell:first-child {
	padding-right:15px !important;	
} 

.final-scores-row:first-child .final-scores-cell {
	padding: 0;
	padding-right:20px;	
} 
.final-scores-row:first-child .final-scores-cell:first-child {
	padding-right:0 !important;	
} 

.final-scores-cell {
	display:table-cell;
	vertical-align:middle;
	height:42px;
	border-bottom:1px solid #dfdfdf;
	font-size:15px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* ТОП 3*/
.final-scores-row.top {
	background: #edeff3;
}
.final-scores-row.top .final-scores-cell:last-child {
	font-weight: bold;
} 
/* SELECT ME*/
.final-scores-row.me {
	background: #454b59;
}
.final-scores-row.me .final-scores-cell {
	color: #fff;
	font-weight: bold;
} 
.final-scores-row.me .final-scores-cell:last-child {
	color: #cbee84;
	font-weight: normal;
} 



/* FINAL SCORES2 - СЧЕТ*/
.bck-gray{
	background:#f5f6f8;
}
.bck-dark{
	background:#454b59;
	color:#fff;
}
.final-scores2 {
	display:block;
	float:left;
	width:100%;	
	table-layout:fixed;	
	margin:10px 0 15px 0;
}
.final-scores2-row.title .final-scores2-cell .d-cell{
	font-size:16px;
	font-weight:bold;
}
.final-scores2-row {
	display:block;
	float:left;
	width:100%;	
	cursor:pointer;
}
.final-scores2-cell {
	display:block;
	float:left;
	width:25%;	
	height:42px;
	border-bottom:1px solid #dfdfdf;
}
.final-scores2-cell .d-cell{
	text-align:center;
	font-size: 14px;
}
.final-scores2-score {
	position:relative;
	display:none;
	float:left;
	width:100%;
	height:52px;
	border-bottom:1px solid #dfdfdf;
}
.final-scores2-score .d20 {
	display:block;
	float:left;
	width:20%; min-width:20%;
	text-align:center;
}
.final-scores2-score .shd-t {
	position:absolute;
	top:-7px; left:0; right:0; height:7px;
	background:url(../images/shd-t.png);
}
.icon-up {
	display:inline-block;
	width:12px;
	height:9px;
	background:url(../images/icon-up.png);
}
.icon-down {
	display:inline-block;
	width:12px;
	height:9px;
	background:url(../images/icon-down.png);
}
.number {
	position:relative;
	display:inline-block;
}
.number .icon-up, .number .icon-down  {
	position:absolute;
	top:4px;
	right:-17px;
} 

.final-scores2-score .bck-pimp-t {
	position:absolute;
	top:-9px; left:65px; width:22px; height:10px;
	background:url(../images/bck-pimp-t.png);
}
.bal5 {
	font-size:16px !important;
	font-weight:bold;
	color:#000;
}
.bal4 {
	font-size:14px !important;
	font-weight:normal;
	color:#000;	
}
.bal3 {
	font-size:13px !important;
	font-weight:normal;
	color:#373E48;	
}


/* BUTTONS - Кнопки */
.panel-btns {
	float: left;
	width: 100%;
	margin: 25px 0;
	text-align: center;
}
.btn {
	position:relative;
	display:inline-block;
	vertical-align:top; 
	height:33px;
	background:url(../images/btn-c.png);	
}
.btn:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.btn-l {
	position:absolute;
	top:0; left:-5px; bottom:0; width:5px;
	background:url(../images/btn-l.png) no-repeat;	
}
.btn-r {
	position:absolute;
	top:0; right:-5px; bottom:0; width:5px;
	background:url(../images/btn-r.png) no-repeat;
}
.btn input {
	display:inline-block;
	background-color:transparent;
	height:inherit;
	width:auto !important;
	line-height:100%;
	border:0 !important;
}
.btn.no-active {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

