@charset "utf-8";

body {
	background: #000;
	font-family: Helvetica, Verdana;
}
.hidden {
	display: none;
}
.container {
	margin: auto auto;
	width: 1200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
.uppercase {
	text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	content: "";
	clear: both;
}
.orange_text {
	color: #fc9834;
}
.white_text {
	color: #fff;
}
#ba_logo {
	width: 380px;
	margin: 10px 0;
}
.message.success {
	color: #4d9c4d;
    font-weight: 700;
    margin-bottom: 10px;
}
.message.error {
	color: #f00;
    font-weight: 700;
    margin-bottom: 10px;
}
h2 {
	text-align: left;
	font-size: 17px;
}
header .container {
	background: linear-gradient(to bottom, #131313,#161616,#171717,#151515,#131313,#111111,#0f0f0f,#0e0e0e,#0d0d0d,#070707,#050505,#030303);
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}

/* ****MENU**** */
header #primary_navigation {
	background: url('../img/menu_bg.png') left -1px repeat-x;
	width: 100%;
	display: inline-block;
	float: right;
	margin-right: 5px
	z-index: 5;
}
header #primary_menu {
	display: inline-block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
}
header #primary_navigation #primary_menu #menu_info {
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	background: url('../img/menu_bg_active.png') left -1px repeat-x;
}
header #primary_navigation #primary_menu > li {
	position: relative;
	float: left;
	line-height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	text-transform: uppercase;
}
header #primary_navigation #primary_menu > li.active,
header #primary_navigation #primary_menu > li:hover {
	background: url('../img/menu_bg_active.png') left -1px repeat-x;
}
header #primary_navigation #primary_menu > li.active a,
header #primary_navigation #primary_menu > li:hover a {
	color: #fff;
}
header #primary_menu > li > a {
	text-decoration: none;
	color: #000;
	font-weight: 300;
	display: block;
	line-height: 40px;
	padding: 0 8px;
	font-size: 14px;
}
header #primary_navigation #primary_menu > li .submenu {
	position: absolute;
	top: 39px;
	width: 150px;
	background: rgba(0,0,0,0.8);
	z-index: 40;
	padding: 0px;
	overflow: hidden;
}
header #primary_navigation #primary_menu > li .submenu.team {
	left: -40px;
}
header #primary_navigation #primary_menu > li .submenu.result {
	left: -20px;
}
header #primary_menu > li .submenu > li {
   	height: 0px;
   	line-height: 40px;
	overflow: hidden;
   	text-align: center;
   	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
header #primary_menu > li:hover .submenu > li:hover {
	background: rgba(0,0,0,0.7);
   	border: 1px solid rgba(255,255,255,0.2);
   	border-radius: 3px;
   	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
header #primary_menu > li:hover .submenu > li {
	height: 40px;
	border: 1px solid rgba(0,0,0,0.0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
header #primary_menu > li:hover .submenu > li > a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #fff;
   	font-size: 12px;
   	text-shadow: 1px 1px rgba(0,0,0,0.5);
   	text-transform: uppercase;
}
header #primary_menu > li .submenu > li > a {
	text-decoration: none;
	font-size: 12px;
   	text-shadow: 1px 1px rgba(0,0,0,0.5);
	color: #fff;
	text-transform: uppercase;
}
header #mobile_navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	 transition: height .5s;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    overflow: hidden;
    z-index: 100;
}
header #mobile_navigation #primary_menu > li {
	position: relative;
	float: left;
	padding-top: 10px;
	height: 45px;
	margin: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	text-transform: uppercase;
}
header #mobile_navigation #primary_menu > li .submenu {
	position: absolute;
	top: 44px;
	left: -45px;
	width: 150px;
	background: rgba(0,0,0,0.7);
	z-index: 40;
}
/**************** END of MENU  */

.contents article {
	background: #fff;
	padding: 20px 20px;
}

/* LOGIN */
h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}
h3 {
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	color: #fc9834;
	margin: 0 0 10px 10px;
}
#login_form fieldset {
	border: 0px;
}
#login_form input {
	color: #fc9834;
    outline: none;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	width: 100%;
	padding: 6px 10px;
	margin: 5px auto;
	font-size: 14px;
	line-height: 18px;
}
#login_form input:focus {
	border: 2px solid #fc9834;
}
#login_form button {
	background: #fc9834;
	display: block;
	width: 150px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	padding: 6px 15px;
	margin: 20px auto;
	border: 1px solid #fff;
    line-height: 20px;
    color: #fff;
    outline: none;
}
#login_form button:hover {
    color: #000;
}

.main h3 a {
	color: #000;
	text-decoration: none;
}
.main h3 a:hover {
	color: #f00;
}
.main table {
	border-collapse: collapse;
	width: 98%;
	text-align: center;
	margin: auto auto;
	font-size: 13px;
}
.main table tr {
	line-height: 30px;
}
.main table tr th {
	background: #000;
	color: #fff;
}
.main table tr th a {
	color: #fff;
	text-decoration: none;
}
.main table tr td.table_ba_team {
	color: #fc9834;	
	font-weight: 700;
}
.main table tr th a:hover {
	color: #f00;
}
.main table tr:nth-child(even) {
	background: #ededed;
}
.main table tr:hover td {
	background: #fc9834;
	color: #fff;
}
.main table tr:hover td a {
	color: #fff;
}
.main table tr td a {
	color: red;
	font-weight: 700;
	text-decoration: none;
}
.main table tr td a:hover {
	color: #f00;
}
.main.comments table tr td:first-child {
	width: 100px;
}

.form form fieldset {
	border: 0px;
}
.form form label {
	display:inline-block;
	width: 150px;
	font-size: 15px;
}
.form form .input {
	margin: 10px 0;
}
.form form input {
	padding: 5px;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
.form form input.w1000 {
	width: 1000px;
}
.form form input.w800 {
	width: 800px;
}
.form form input.w600 {
	width: 600px;
}
.form form input.w400 {
	width: 400px;
}
.form form input.w200 {
	width: 200px;
}
.form form input:focus {
	border: 2px solid #fc9834;
}
.form form select {
	padding: 5px;
	outline: none;
}
.form form select:focus {
	border: 1px solid #fc9834;
}
.form form label#datelabel,
.form form label#datelabel1,
.form form label#datelabel2 {
	float: left;
}
.form form input#datepicker,
.form form input#datepicker1,
.form form input#datepicker2 {
	width: 120px;
	float: left;
}
.form form img.ui-datepicker-trigger {
	height: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	float: left;
	cursor: pointer;
}
.form form input#timepicker {
	width: 120px;
}
.form form textarea.w1000 {
	width: 1000px;
}
button {
	line-height: 30px;
	width: 150px;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	background: rgba(252,152,52,1);
    background: -webkit-linear-gradient(top, rgb(252,152,52) 0%, rgb(249,195,142) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgb(252,152,52) 0%, rgb(249,195,142) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgb(252,152,52) 0%, rgb(249,195,142) 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgb(252,152,52) 0%, rgb(249,195,142) 100%); /* Standard syntax */
    border: 1px solid #000;
    margin: 20px 10px;
    cursor: pointer;
}
button:hover {
	color: #ff0000;
}

/* paging TLACITKA NEXT, PREVIOUS */
.paging {
	display: block;
	margin: 20px 0 0 40px;
}
.paging ul {
	list-style-type: none;
	display: inline-block;
	width: 100%;
}
.paging ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}
.paging ul li a {
	text-decoration: none;
	color: #fc9834;
}
.paging ul li a:hover {
	color: #f00;
}
.paging ul li.active a {
	color: #c3c3c3;
}

.paging .prev {
	width: 25px;
	height: 26px;
	float: right;
	margin-right: 10px;
}
.paging .next {
	width: 25px;
	height: 26px;
	float: right;
}
.paging .next.disabled {
	background: url('../img/butt_paging_next_disabled.png');
	text-indent: -9999px;
}
.paging .prev.disabled {
	background: url('../img/butt_paging_back_disabled.png');
	text-indent: -9999px;
}

/* DIALOG FORM
==========================*/
.ui-dialog {
   background: white;
   border: 3px solid #ea8116;
   border-radius: 10px;
   padding: 20px;
   box-sizing: border-box;
   box-shadow: 2px 2px 7px rgba(0,0,0,0.6);
   position: relative;
   z-index: 100;
   text-align: center;
}
.ui-dialog .Tips {
   text-align: center;
}
.ui-dialog .ui-dialog-titlebar {
   text-align: center;
   margin-bottom: 20px;
   background: #fff;
   border: 0px;
   color: #fc9834;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
   line-height: 25px;
   font-weight: bold;
   font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
   display: none;
}
.ui-dialog label {
   width: 300px !important;
   margin-left: 0px !important;
}
.ui-dialog input {
   width: 100px !important;*/
   margin-bottom: 20px;
   text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane {
   margin-top: 30px;
   text-align: center;
   background: #fff;
   border: 0px;
}
.ui-dialog button {
   margin: 0 10px;
   border: 0px;
   color: #fff !important;
   padding: 12px 24px;
   font-size: 16px;
   text-decoration: none;
   border-radius: 7px;
   cursor: pointer;
   background: linear-gradient(to bottom, #ea8116,#D6740F,#AC5C09,#CC6C08,#e67908,#ee7c07);
   background: -webkit-linear-gradient(to bottom, #ea8116,#D6740F,#AC5C09,#CC6C08,#e67908,#ee7c07);
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.ui-dialog button:hover {
   background: linear-gradient(to bottom, #fefc00,#f5ab00,#f38a00,#f9a201,#f8ac00,#ebb400);
   background: -webkit-linear-gradient(to bottom, #fefc00,#f5ab00,#f38a00,#f9a201,#f8ac00,#ebb400);
}
.new_item .ui-dialog-buttonpane {
   margin-top: 0px !important;
}
.new_item .ui-dialog-titlebar {
   display: none;
}
.ui-dialog #change_date {
   margin: 20px 0px 0px 0px;
}
.ui-dialog #change_date .input:first-child {
   margin-bottom: 10px;
}
.ui-dialog #change_date .input select {
   padding: 5px;
   margin: 0 5px;
}
.ui-dialog #change_score label {
	display: block;
	color: #000;
	margin-bottom: 10px;
}
.ui-dialog #change_score .input {
	margin-top: 40px;
}

/* END of DIALOG FORM
==========================*/