/* GENERAL
------------------------------------------------------------*/
ul, li, h1, body,p { margin: 0; padding: 0; }
.center 	{ vertical-align: middle; }
.clear, .cl { clear: both; }
.wrap		{ overflow: hidden; }

body{
	font-family: Verdana;
	font-size: 14px;
	/*background-image: url('../img/hoffman.png'); */
}
table{
border-collapse:collapse;
}
table,th, td{
/*border-bottom: 1px solid black;*/
}
.text-center{
	text-align: center;
}
.table-row-diff tr:nth-child(even){
	background-color: #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.table-row-diff tr:hover{
	background-color: #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}
legend{
	padding: 5px!important;
	color: #ffffff!important;
	background-color: #00AFAF!important;
	border: 1px solid #008F8F!important;
/*	-webkit-box-shadow: 1px 2px 10px 0px #444444;
	-moz-box-shadow: 1px 2px 10px 0px #444444;
	box-shadow: 1px 2px 10px 0px #444444;*/
}
fieldset{
	border: 1px solid #008F8F;

/*	-webkit-box-shadow: 1px 2px 10px 0px #444444;
	-moz-box-shadow: 1px 2px 10px 0px #444444;
	box-shadow: 1px 2px 10px 0px #444444;*/
}
input[type=text], input[type=date], input[type=password]{
	border: 1px solid #00AFAF;
	line-height: 25px;
}
input[type=submit]{
	border-radius: none;
	border: 1px solid #00AFAF;
	background-color: inherit;
	cursor: pointer;
	color:  #008F8F;
	padding: 5px;
	display: block;
}
input[type=submit]:hover{
	border-radius: none;
	border: 1px solid #00AFAF;
	background-color: inherit;
	cursor: pointer;
	background-color: #00AFAF;
	color: #ffffff;
	padding: 5px;
	display: block;
}
.stat-line{
	width: 100%;
	height: 0px;
	border-top: 1px solid #33cccc;
	border-bottom: 1px solid #446986;
}
select{
	border: 1px solid #33cccc;
}
option:hover,
option:focus,
option:active,
option:checked { background-color: #00AFAF; }
#pagination{
	display: block;
	text-align: center;
	margin: 5px 0px;
}
#pagination .next a{
	margin-left: 5px;
}
#pagination strong{
	border-radius: none;
	border: 1px solid #00AFAF;
	background-color: inherit;
	cursor: pointer;
	background-color: #00AFAF;
	color: #ffffff;
	padding: 5px;
}
#flash-data{
	color: #00AFAF;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
a{
	border-radius: none;
	cursor: pointer;
	color:  #008F8F;
}
a:hover{
	border-radius: none;
	background-color: inherit;
}
a.button{
	text-decoration: none;
	border-radius: none;
	border: 1px solid #00AFAF;
	cursor: pointer;
	color:  #008F8F;
	padding: 5px;
	line-height:  30px;
}
a.button:hover{
	border-radius: none;
	border: 1px solid #00AFAF;
	background-color: inherit;
	cursor: pointer;
	background-color: #00AFAF;
	color: #ffffff;
	padding: 5px;
}
.general-message{
	color: #00AFAF;
	border-left: 10px solid #008F8F;
	border-top: 1px solid #008F8F;
	border-bottom: 1px solid #008F8F;
	border-right: 1px solid #008F8F;
	font-weight: bold;
	padding-left: 20px;
	padding: 10px 20px;
}
div.clear{
	clear: both;
	width: 0px;
	height: 0px;
}
/* HEADER
------------------------------------------------------------*/
#header{
	background-image: url('../img/line-body.png') ;
	background-repeat: repeat-x;
	padding-top: 20px;
	font-family: 'Exo 2', sans-serif;
	height: 85px;
	/*line-height: 60px;*/
}
#header a{
	float: left;
}
#header h1{
	float:left;
	text-transform: capitalize;
	font-size: 14px;
	color: #00AFAF;
}
/* CALENDAR */
#calendar {
	margin-top: 25px;
	float: left;
	position: relative;
	min-width: 200px;
	max-width: 200px;
	background-color: #F0FFFF;
	text-transform: uppercase;
	font-size: 0.75em;
}

#calendar ul {
	background-color: #F0FFFF;
}

#calendar ul li {
	height: 100%;
}

#calendar ul .items {
	padding: 10px;
	font-size: 1.5em;
}

#calendar ul li a{
	color: #2F4F4F;
	border: 0px;
	line-height: 1.5em;
	padding: 5px;
	margin: 0px;
	height: 100%;
}

#calendar ul li a:hover{
	border: 0px;
	padding: 5px;
	margin: 0px;
	color: #008F8F;
}

#calendar #calendar-header{
	background-color: #00AFAF;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	border: none;
	text-align: center;
	border-bottom: 2px solid #008F8F;
	padding-left: 0px;
	font-size: 1.5em;
}

/* NAVIGATION
------------------------------------------------------------*/
nav i{
	margin-right: 10px;
	font-size: 1.25em;
}
nav{
	margin-top: 10px;
	float: left;
	min-width: 0px;
    max-width: 0px;
    max-height: 0px;
	text-transform: uppercase;
	font-size: 0.75em;
	margin-right: 25px;
    visibility: hidden;
}
nav ul{
	background-color: #F1F1F1;
	list-style: none;
}
nav ul #navigation-header{
	background-color: #00AFAF;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	border: none;
	text-align: center;
/*	-webkit-box-shadow: 0 6px 6px -6px black;
	-moz-box-shadow: 0 6px 6px -6px black;
	box-shadow: 0px 7px 10px -5px black;*/
	border-bottom: 2px solid #008F8F;
	padding-left: 0px;
}
nav ul #navigation-header a{
	padding: 0px;
}
nav li a{
	display: block;
	text-decoration: none;
	color: #000000;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #ffffff;
	/*border-left: 1px solid #ffffff;*/
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	color: #353535;
}
nav ul li a:hover{
	/*background-color: #5A8EB6;*/
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #33cccc;
}
nav li ul a{
	padding-left: 27px
}
nav li a:hover i{
	color: #008F8F;
}



nav ul li:hover > ul{
	display: block;
	opacity: 1;
    height: auto;
    min-width: 200px;
}

nav ul li ul {
	position:absolute;
	top:0px;
	left:200px;
	z-index: 9999;
}
nav ul li {
	position: relative;
}

nav ul li ul a {
	color: #ffffff;
}
nav ul ul {
	/*visibility: hidden; background-color: #D9D9D9;*/
	background-color: #00AFAF;
	position: absolute;
	display: none;
    -webkit-transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.container{
	width:  730px;
	margin: auto;
}
/* CONTENT
--------------------------------------------------------*/
#content{
	margin-top: 10px;
}
#content {
	float: left;
	padding: 0px 20px;
	width: 690px;
	background-color: #F1F1F1;
	background-color: #F1F1F1;
	padding-bottom: 10px;
}
#content h1{
	color: #00AFAF;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
#content h2{
	color: #00AFAF;
	font-size: 20px;
	margin-bottom: 5px;
}
#content h3{
	color: #00AFAF;
	font-size: 16px;
}
.content-simple-line{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height: 0px;
}
#results-submit{
	margin-left: 40px;
	margin-top: 60px;
	margin-bottom: 25px;
	float: left;
}
#content a.button{
	text-decoration: none;
	border-radius: none;
	border: 1px solid #00AFAF;
	cursor: pointer;
	color:  #008F8F;
	padding: 5px;
	line-height:  30px;
}
#content a.button:hover{
	border-radius: none;
	border: 1px solid #00AFAF;
	background-color: inherit;
	cursor: pointer;
	background-color: #00AFAF;
	color: #ffffff;
	padding: 5px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #00AFAF;
  color: #FFFFFF;
}
#results-table{
	width: 100%;
}
#results-table th{
	background-color: #00AFAF;/*#77e2e2*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
#results-table td i{
	color: #474747;
}
#results-table th span{
	font-size: 12px;
	/*color: #474747;*/
}
#results-table  ,#results-table  th, #results-table td{
	border: 1px solid #CCCCCC; text-align: center;
}
#results-table a{
	border: 0px;
	text-decoration: underline;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
#results-table a:hover{
	border: none;
}
#my_profile{
	text-align: left;
}
.profile-table{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.profile-table th{
	background-color: #00AFAF;/*#77e2e2*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
.profile-table td i{
	color: #474747;
}
.profile-table th span{
	font-size: 12px;
	color: #474747;
}
.profile-table  ,.profile-table  th, .profile-table td{
	border: 1px solid #CCCCCC;
}
.profile-tablea{
	border: 0px;
	text-decoration: underline;
}
.profile-table a:hover{
	border: none;
}
#my-profile-table{
	text-align: left;
	float: left;
	margin-left: 20px;
}
#my-profile-table th{
	font-size: 12px;
}
#my-profile-table td{

}
#profile-thumb{
	float: left;
	padding: 5px;
	background-color: white;
	border: 2px solid #00AFAF;
}
#profile-thumb img{
	display: block;

}
#result-tournaments{
	float: left;
}
#result-players{
	float: left;
}
#result-categories{
	float: left;
}
.tournament-review{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
#content .tournament-review h3{
	font-size: 20px;
}
.tournament-review .tournament-picture{
	float: left;
	width: 300px;
	padding: 5px;
	border: 2px solid #00AFAF;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.tournament-review .tournament-picture img{
	width: 300px;
	display: block;
}
#content .tournament-review .tournament-picture a{
	border:0px;
}
#content .tournament-review .tournament-picture a:hover{
	border:0px;
}
.tournament-review .tournament-info{
	float: left;
	padding-left: 30px;
	width: 340px;
}
.tournament-review .tournament-info span{
	color: #474747;
	font-size: 14px;
	font-weight: bold;
}

.tournament-review .tournament-info p {
	margin: 0px;
}

#content .tournament-review .tournament-detail{
	display: block;
	width: 60px;
	margin-top: 5px;
	text-align: center;
}
#about{
	margin-top: 20px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#about div{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}
#about strong{
	font-weight: normal;
}
.registration-row{
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
}
#registration-table input, #registration-table select{
	width: 200px;
}
#registration-submit{
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	width: 80px;
}
#my-profile{
 	padding-bottom: 15px;
}
#my-profile h2{
	margin-bottom: 20px;
}
#my-profile-image img{
	display: block;

}
#my-profile-image{
	width: 128px;
	float: left;
	border: 1px solid #00AFAF;
	padding: 5px;
	background-color: #ffffff;
}
#my-profile-info{
	float: left;
	margin-left: 20px;
	text-align: left;
}
#my-profile-info table td{
	padding-left: 10px;
}
/** RANKING
----------------------------------------*/
#ranking table{
	text-align: center;
	width: 100%;
}
#tournament_score_table{
	width: 100%;
	text-align: center;
}

/** Individual stats
--------------------------------------*/
.par {
	background-color: #CFCFCF;
}
.fail_par {
	color:#FF0000;
}
.succes_par {
	color:#008B00;
}
.table-head {
	background-color: #CFCFCF;

}
.table-head th {
	font-weight:bold!important;
}
.individual-stats {
	border:1px solid #000000!important;
}
.individual-stats{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.individual-stats th{
	/*color: #00AFAF;*/
	font-size: 14px;
	font-weight: normal;
}
.individual-stats td i{
	color: #474747;
}
.individual-stats th span{
	font-size: 12px;
	color: #474747;
}
.individual-stats  ,.individual-stats  th, .individual-stats td{
	border: 1px solid #000000;
}
.individual-stats{
	border: 0px;
}
.individual-stats a:hover{
	border: none;
}

/** FOOTER
--------------------------------------*/
footer{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;

}
footer #authors{
	color: #353535;
	padding-top: 20px;
}
footer #des{
	padding-top: 5px;
	font-size: 12px;
	color: #353535;
}

.center-table {
	 margin-left:auto;
    margin-right:auto;
}
.registration-fails{
	margin-top: 20px;
	margin-bottom:20px;
	color:red;
}
.link-reg-pl{
	margin-top: 20px;
	padding: auto;
}
.ajax-form{
    visibility: hidden;
    height: 0px;
}
#result-tournaments{
    visibility: hidden;
    width: 0px;
}
[title = "Registered players"] {
  visibility: hidden;
}
