@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);

body{
	background-color: #555;
	margin: 20px;
	margin-top: 50px;
}
.reportsContainer{
	position: fixed;
	right: 0px;
	top:0px;
	width: 260px;
	height: 100%;
	padding: 0px;
	padding-left: 20px;
	background-color: #fff;
	border-left: 3px solid #999;
	font-family: 'Source Sans Pro', sans-serif;
}
h1{
	font-family: MagistralMediumRegular;
	padding-top: 50px;
	font-size: large;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
	color: #555;
}
h2{
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 8px;
	font-size: medium;
	padding-bottom: 8px;
	color: #333;
	font-weight: 300;
}

.reportsContainer h2{
	background-color: #eee;
	padding-left: 10px;
	border-radius: 6px 0px 0px 6px;
	margin-bottom: 2px;
	margin-top: 15px;
}
.reportsContainer ul{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	list-style: none;
	padding-left: 10px;
	margin-top: 2px;
}
.reportsContainer ul li{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dotted #bbb;
	cursor: pointer;
}
.reportsContainer ul li:hover{
	background-color: #eee;
}
.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(10,60,150, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
header{
	font-family: MagistralMediumRegular;
	font-size: x-large;
	color: white;
	text-shadow: 1px 1px 3px #333;
	position: absolute;
	top:50%;
	left:50%;
	text-align: center;
	width:300px;
	margin-left: -150px;
	margin-top: -150px;
	
}
.loginBox{
	position: absolute;
	height: 100px;
	width:360px;
	top:50%;
	left:50%;
	margin-left: -200px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: -100px;
	text-align: center;
	padding: 30px;
}
 input{
	border-radius: 3px;
	box-shadow: 2px 2px 3px #888;
	width:60%;
	border:none;
	margin:10px;
	font-size: large;
	padding: 4px;
	color: gray;
}

 .timeAction {
	 margin-left: 5px;
	 cursor: pointer;
 }

footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-top: 3px solid white;
	background-color: #797979;
	font-family: sans-serif;
	color:white;
	font-size: small;
	padding: 10px;
	box-shadow: 0px 0px 10px #333;
	display: none;
}
.menu{
	position: fixed;
	top:0px;
	left: 0px;
	background-color: rgb(223,225,229);
	width:100%;
	height: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-top: 10px;
	color: white;
	font-family: MagistralMediumRegular;
	font-size: small;
	box-shadow: 0px 0px 10px #000;
	border-bottom: 3px solid white;
	z-index: 1;
}
.menuElement{
	margin-left:25px; 
	padding-left: 25px;
	font-family: sans-serif; 
	color:#7C7C7C;
	font-size: x-small;
	cursor: pointer;
	border-left: 1px solid #bbb;
}
.okno{
	width:100%;
	height: 100%;
	background-image: url('graph/systemLogo.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: auto;
}
.menuElement:hover{
	color: white;
	text-shadow: 1px 1px 2px #000;
}
.tekst{
	font-family: sans-serif;
	font-size: small;
}
.stpokaRegattaInfo{
	position: absolute;
	top:0px;
	height: 30px;
	width: 1000px;
	text-align: right;
	color: white;
	font-family: MagistralMediumRegular;
	font-size: small;
	right: 20px;
	padding: 20px;
}
.fileUploadBox{
	width: 500px;
	height: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -250px;
	margin-top: -50px;
	background-color: rgba(24, 135, 179,1.0);
	border-radius: 6px;
	padding: 10px;
	box-shadow: 1px 1px 2px #999;
	font-family: sans-serif;
	color: gray;
	font-size: large;
}
.progress{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}
.mask{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}
.progress div{
	z-index: 100;
	width:100px;
	height: 100px;
	top:50%;
	left:50%;
	margin-top: -80px;
	margin-left: -50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('graph/progress.gif');
	background-color: white;
	border-radius: 5px;
	position: absolute;
	box-shadow: 0px 0px 4px #222;
}
.kreskaPionowa{
	position: absolute;
	top:0px;
	left:239px;
	width:1px;
	margin:10px;
	margin-top: 0px;
	height: 100%;
	border-right: 5px solid rgba(255,255,255,0.6);
	box-shadow: 1px 0px 2px #666;
}
.panelBieguKontener{
	width: 270px;
	height: 90%;
	position: fixed;
	left: 20px;
	top: 50px;
	overflow: auto;
}
.panelBiegu{
	width:240px;
	height: 30px;
	left:0px;
	position: relative;
	background-color: rgba(255,255,255,0.6);
	border-bottom: 2px solid #8B8B8B;
	cursor: pointer;
	font-family: sans-serif;
	padding: 5px;
}
.panelBieguActive{
	background-color: rgba(255,255,255,1.0);
	box-shadow: -2px 0px 3px #888;
	width: 245px;
	z-index: 10;
	border-bottom: none;
	margin-top: -2px;
	cursor: default;
}
.panelBiegu .nr{
	display: inline;
	font-weight: bolder;
	font-size: x-large;
	color: rgba(0,0,0,0.2);
	margin-left: 10px;
	margin-right: 10px;
}
.panelBiegu .name{
	display: inline;
	font-size: x-large;
	font-weight: normal;
	font-family: MagistralMediumRegular;
	color: rgba(0,0,0,0.4);
	margin-left: 10px;
	margin-right: 10px;
	
	border-radius: 0px;
	box-shadow: none;
	border: none;
	margin: 0px;
	padding: 0px;
	width:170px;
	background-color: rgba(255,255,255,0.0);
}
.kartyOsadyKontener{
	width: auto;
	position: absolute;
	left:300px;
	top:0px;
	overflow: auto;
	padding-bottom: 150px;
}
.kartaOsady{
	position: relative;
	left:0px;
	width:300px;
	height: auto;
	border-radius: 9px;
	border: 4px solid #3f3f3f;
	margin-left: 15px;
	margin-top: 15px;
	display: inline-block;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(255,255,255,0.6);
}
.kartaFlaga{
	position: absolute;
	right: 10px;
	top: 0px;
	height: 100%;
	width: 30%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
.kartaOsady:hover{
	background-color: rgba(255,255,255,1);
	box-shadow: 1px 1px 10px #000;
}
.kartaOsadyNazwa{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 205px;
	height: 20px;
	background-color: rgba(60,60,60,1);
	border-radius: 4px 0px 0px 0px;
	box-shadow: none;
	font-family: MagistralMediumRegular;
	padding: 5px;
	color: white;
	font-size: x-small;
	margin:0px;
	
}
.kartaOsadyZawodnik{
	font-family: sans-serif;
	font-size: small;
	color: grayText;
	display: block;
	background-color: rgba(255,255,255,0.0);
	border-radius: 0px;
	width:100%;
	margin:0px;
	box-shadow: none;
}
.kartaOsadyTrener{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 205px;
	height: 20px;
	background-color: rgba(60,60,60,1);
	border-radius: 0px 0px 0px 4px;
	box-shadow: none;
	font-family: MagistralMediumRegular;
	padding: 5px;
	color: white;
	font-size: x-small;
	margin: 0px;
	
}

.kolko{
	width:15px;
	height: 15px;
	position: absolute;
	right:-10px;
	top:-10px;
	background-color: black;
	border-radius: 20px;
	border: 3px solid white;
	box-shadow: 1px 1px 2px #444;
	-webkit-transform: rotate(45deg);
	color: white;
	font-family: MagistralMediumRegular;
	font-weight: bold;
	font-size: small;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.kolko:hover{
	opacity: 1;
}

.addCart{
	box-shadow: inset 1px 1px 3px #333;
	background-color: rgba(0,0,0,0.2);
	background-image: url('graph/addNew.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.addCart:hover{
	background-color: rgba(255,255,255,1);
	background-image: none;
}

.biegConfig{
	float: left;
	width: 140px;
	background-color: rgba(255,255,255,0.1);
	margin: 10px;
	border-radius: 4px;
	padding: 8px;
	color:white;
	font-family: MagistralMediumRegular;
	text-align: left;
	text-shadow: 1px 1px 2px #555;
}

.biegConfig nr{
	color: #ddd;
	text-shadow: 2px 1px 2px #555;
	border-right: 1px dotted white;
	padding: 8px;
	padding-left: 0px;
	padding-right: 10px;
	display: inline-block;
}

.biegConfig nazwa{
	padding :8px;
	display: inline-block;
	padding-right: 0px;
}
.biegConfig nazwa input{
	margin:0px;
	width:60px;
	padding: 0px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	color:white;
	font-family: MagistralMediumRegular;
	text-align: left;
	text-shadow: 1px 1px 2px #555;
}
.biegConfig:hover{
	-webkit-transform: scale(1.1);
	background-color: rgba(0,0,0,0.3);
}
.kontenerLewy{
	height: 100%;
	width: 730px;
	overflow: auto;
}
.zaznaczOdznaczBtn{
	font-family: sans-serif;
	font-size: small;
	background-color: rgba(255,255,255,0.7);
	width: 330px;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #777;
}

.configBox{
	left: 750px !important;
	top:60px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	height: 255px !important;
	width: 250px !important;
	background-color: rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 3px #333;
	color: white;
	font-size: small;
	text-shadow: 1px 1px 1px #000;
}
.configBox:hover{
	-webkit-transform: scale(1.02);
	background-color: rgba(0,0,0,0.3);
	
}
.configBox p{
	margin:10px;
	color: white;
	font-family: MagistralMediumRegular;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 10px;
	font-size: medium;
}
input[type="radio"]{
	border-radius: none !important;
	box-shadow: none !important;
	width: auto !important;
	border: none !important;
	margin: 5px !important;
	margin-left: 25px !important;
	font-size: inherit !important;
	padding: inherit !important;
	color: white !important;
}
.regattaList{
	width: 100%;
	display: inline-block;
}
.regattaList td{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: small;
	padding:8px;
	color: #555 !important;
}
.regattaList td a{
	color: inherit;
	text-decoration: none;
}
.regattaList tr:hover{
	background-color: rgba(255,255,255,0.9);
}

/*-- systemy progresji --*/
.progression_builder{
	width: 95%;
	height: 100%;
}
.leftMenu{
	left: 0px;
	top:0px;
	width: 200px;
	height: 100%;
	overflow: auto;
	border-right: 3px dashed #aaa;
	padding-right: 15px;
}
.progressionSelector{
	padding-left: 2px;
	list-style: none;
	font-family: 'MagistralMediumRegular', sans-serif;
	font-size: large;
	color: #555;
	margin-top: 0px;
	
}
select{
	font-size: x-small;
}
.progressionSelector li{
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 3px;
	position: relative;
	padding-left: 30px;
}
.progressionSelector li:hover{
	background-color: rgba(255,255,255,0.7);
	cursor: pointer;
}
.progressionSelectorActive{
	background-color: rgba(255,255,255,0.9) !important;
}
.progression_builder .configPanel{
	min-width: 100%;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	margin-bottom: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	font-weight: 300;
	display: inline-block;
}
#configPanel tr{
	height: 100%;
}
.button{
	cursor: pointer;
	font-weight: normal ;
	background-color: #fff;
padding: 10px;
border: 1px solid #aaa;
border-radius: 4px;
}
.button:hover{
	font-weight: bold !important;
}
button{
    background-color: rgba(50,70,90,0.4);
    border: 1px solid #666;
    margin: 8px;
    width: 150px;
    color: #fff;
    box-shadow: 0px 0px 4px #888;
}
.laneTable{
	border-top: 1px dashed #666;
	margin-top: 5px;
	padding-top: 5px;
}
.laneTable tr td{
	font-size: x-small;
}
.levelTable{
	border-left: 1px dashed #666;
	padding-left: 10px;
	font-size: x-small;
}
.configPanel table tr{
	vertical-align: top;
}
remove{
	position: absolute;
	left: 0px;
	top:0px;
	width: 0px;
	height: 11px;
	background-color: rgb(236,236,236);
	padding: 15px;
	padding-right: 0px;
	font-size: small;
	overflow: hidden;
}
remove:hover{
	width: auto;
	background-color: rgb(255,255,255);
	padding-right: 15px;
}


/*--------- losowanie -------------*/
.horizontalSelector{
	width: 99%;
	position: relative;
	height: 50px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #bbb;
    overflow:auto;
}
.horizontalSelector .element{
	height: 35px;
	float: left;
	border-right: 1px dotted #4B4B4B;
	font-family: 'MagistralMediumRegular', sans-serif;
	width: 35px;
	text-align: center;
	padding-top: 15px;
	color: #888;
	cursor: pointer;
}
.selectorActive{
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	color: #000 !important;
}
.horizontalSelector .element name{
	display: none;
}

.rightBox{
	position: relative;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #bbb;
	height: 96%;
	width: 97%;
	overflow: auto;
}
.rightBox headerInn{
	border-bottom: 1px solid #aaa;
	font-size: medium;
	font-family: 'MagistralMediumRegular', sans-serif;
	display: inline-block;
	padding: 5%;
	width: 90%;
	background-color: rgba(255,255,255,0.6);
}
#infoTableLos{
	position: absolute;
	right: 0px;
	top:60px;
	width: 20%;
	height: 85%;
}
.rightBox table{
	padding: 3%;
	width: 90%;
	font-family: sans-serif;
	font-size: x-small;
}
.rightBox #konkurencja_nazwa{
	font-size: large;
	font-weight: bold;
}
.rightBox table span{
	font-weight: bold;
	text-align: left;
}
.rightBox table td{
	height: 2px;
	text-align: left
}
#participantsContent{
	width: 100%;
	height: auto;
	position: absolute;
	top:52px;
}
#participantsContent .osada{
	float: left;
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #777;
	position: relative;
}
#participantsContent no {
	font-family: 'MagistralMediumRegular',sans-serif;
	position: absolute;
	margin: 10px;
	font-size: xx-large;
	color: #797979;
}
#participantsContent name {
	font-family: 'MagistralMediumRegular',sans-serif;
	font-size: small;
	position: absolute;
	left: 60px;
	margin-top: 10px;
	overflow: hidden;
	height: 16px;
	width:145px;
}
#participantsContent img {
	position: absolute;
	right: 15px;
	height: 40px;
	margin-top: 10px;
}
#participantsContent zawodnicy {
	font-family: sans-serif;
	font-size: small;
	position: absolute;
	left: 60px;
	top: 30px;
	height: 16px;
	overflow: hidden;
	margin-right: 80px;
}
#participantsContent zawodnicy:hover{
	background-color: rgba(255,255,255,0.9);
	height: auto !important;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0px 0px 15px #888;
	z-index: 100;
	margin-right: 0px !important;
}
.torRegatowy{
	width: 78%;
	position: relative;
	top: 15px;
	background-color: rgba(45, 45, 45, 0.7);
	border-top: 1px dashed #fff;
	border-left: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}
.torRegatowy td{
	min-height: 50px;
	border-right: 1px dashed #fff;
}
.torRegatowy .torHeader td{
	height: 70px;
	border-right: 1px dashed #fff;
	font-family: 'MagistralMediumRegular', sans-serif;
	font-size: x-large;
	text-align: center;
	padding: 10px;
	color: white;
	background-color: rgba(0,0,0,0.3);
	border-bottom: 2px solid #fff;
}
.torRegatowy .etaName{
	min-height: 70px;
	border-right: 1px dashed #fff;
	font-family: 'MagistralMediumRegular', sans-serif;
	font-size: x-large;
	text-align: center;
	padding: 10px;
	color: white;
	background-color: rgba(0,0,0,0.3);
	border-bottom: 2px solid #fff;
}
.torRegatowy .etaLane{
	height: 160px;
	border-right: 1px solid #fff;
	font-family: 'MagistralMediumRegular', sans-serif;
	font-size: x-large;
	text-align: center;
	padding: 3px;
	color: white;
	border-bottom: 1px solid #fff;
	width: 210px;
}

.etaLane no{
	display: block;
	text-align: center;
	font-size: xx-large;
}
.etaLane name{
	display: block;
	text-align: center;
	width: 80%;
	height: 15px;
	margin:auto;
	overflow: hidden;
	font-size: small;
}
.etaLane img{
	display: block;
	height: 60px;
	margin: auto;
	position: relative;
	/*margin-left: 40%;*/
}
.etaLane zawodnicy{
	font-size: medium;
	font-weight:bold;
	font-family: sans-serif;
	display: inline-block;
	overflow: hidden;
	height: 15px;
	margin: 10px;
	width: 80%;
	box-sizing: border-box;
}
.etaLane zawodnik{
	display: block;
}
.etaLane trenerzy {
	display: none;
}
.etaLane osada{
	display: none;
	text-align: center;
}
#participantsContent zawodnik {
	float: left;
}
#participantsContent trenerzy{
	display: none;
}
.randomizeBtn{
	position: absolute;
	bottom: 0px;
	left: 3px;
	text-align: center;
	width: 95.7%;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: rgb(0,160,230);
	color: white;
	font-family: 'MagistralMediumRegular', sans-serif;
	border-top: 3px solid white;
	cursor: pointer;
}
.randomized{
	background-color: rgba(30, 59, 90, 0.6);
	color: white !important;
}


#longDistanceList {
    margin: 0px;
    padding: 0px;
}
#longDistanceList li {
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background-color: rgba(255,255,255,0.3);
    margin-bottom: 1px;
}
ul li osada no {
    position: absolute;
    margin-top: 3px !important;
    margin: 17px;
    font-family: 'MagistralMediumRegular', sans-serif;
    font-size: xx-large;
    color: #555;
}
ul li osada name {
    margin-top: 0px !important;
    position: absolute;
    font-family: 'MagistralMediumRegular', sans-serif;
    left: 50px;
    margin: 18px;
}
ul li osada img {
    margin-top: 0px !important;
    height: 50px;
    margin: 10px;
    position: absolute;
    right: 20px;
}
ul li osada zawodnicy, ul li osada trenerzy {
    font-family: sans-serif;
    position: absolute;
    margin: 18px;
    margin-top: 20px;
    left: 50px;
    font-weight: 200;
    height: 20px;
    overflow: hidden;
}
ul li osada trenerzy {
    /* border-left: 1px solid #aaa; */
    padding-left: 20px;
    right: 70px !important;
    left: auto;
    color: #666;
}
ul li osada zawodnicy zawodnik, ul li osada trenerzy trener {
    clear: both;
    display: block;
}

/*------------- prowadzenie regat -------------*/
.raceList {
	background: rgba(255, 255, 255, 0.498039);
	float: left;
	height: calc(100% - 60px);
	left: 10px;
	overflow-x: scroll;
	overflow-y: scroll;
	position: fixed;
	top: 50px;
	width: 290px;
	z-index: 0;
	border: 2px solid #fff;
	border-radius: 9px;
}

.rHeader {
	background: rgb(255, 255, 255);
	float: left;
	height: 40px;
	left: 1.48804%;
	position: fixed;
	width: 18.811439%;
	z-index: 0;
}

.rHeader p {
	color: rgb(102, 102, 102);
	font: 600 1.1em 'MagistralMediumRegular','Source Sans Pro', sans-serif;
	left: 4.044234%;
	line-height: 1em;
	position: absolute;
	right: 56.726698%;
	text-align: left;
	top: 10px;
    margin:0px;
    width:70%;
}

#nonFinished-checkbox {
	bottom: 10px;
	display: block;
	left: 10px;
	min-height: auto;
	position: absolute;
	right: 47.753555%;
	text-align: left;
}

#nonFinished-checkbox input, #raceReady, #raceFinished {
    border-radius: 0px;
    box-shadow: none;
    width: auto;
    border: none;
    margin: 0px;
    padding: 0px;
    color: inherit;
    font-size: 1em;
}

#nonFinished-checkbox p, #raceWindowReadyGroup p, #raceWindowFinishGroup p {
	color: rgb(132, 132, 132);
	display: inline-block;
	font: 12px sans-serif;
	padding: 0 0.5em;
	text-align: left;
    margin: -7px;
    width:70px;
    margin-left:0px; 
}

.raceElement:hover {
	background: rgb(50, 70, 90);
}
.raceElement {
	background: rgba(50, 70, 90, 0.4);
	border-bottom: 1px solid rgb(255, 255, 255);
	clear: both;
	float: left;
	height: 30px;
	left: 0px;
	margin: 0 0 0 0px;
	top: 0px;
	width: 100%;
    cursor:pointer;
}

.raceNo {
	color: rgb(255, 255, 255);
	float: left;
	font: 600 0.8em 'Source Sans Pro', sans-serif;
	line-height: 1em;
	margin: 8px 0 0 8px;
	text-align: left;
	width:20px;
}

.raceEta {
	color: rgb(255, 255, 255);
	float: left;
	font: 600 0.8em 'Source Sans Pro', sans-serif;;
	line-height: 1em;
	margin: 8px 0 0 8px;
	text-align: left;
	width: 20px;
}

.raceName {
	color: rgb(255, 255, 255);
	float: left;
	font: 600 0.8em 'Source Sans Pro', sans-serif;
	line-height: 1em;
	margin: 8px 0 0 8px;
	padding: 0 0 3px;
	text-align: left;
	width: 90px;
}

.raceDate {
	color: rgb(255, 255, 255);
	float: left;
	font: 300 0.8em 'Source Sans Pro', sans-serif;
	line-height: 1em;
	margin: 8px 0px 0px 8px;
	text-align: left;
	width: 100px;
}

.sortable, .raceWindowContainer { list-style-type: none; margin: 0; padding: 0; width: 100%; padding-left:0px !important; }
/*.sortable li { margin: 0 0px 0px 0px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: 0em; }*/


/*------- race windows -----*/
.raceWindowContainer {
	float: left;
	height: 100%;
	left: 290px;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	width: calc(100% - 570px);
}

.raceWindow {
   background: #fff;
   clear: left;
   float: left;
   height: auto;
   position: relative;
   margin: 0 0 20px;
   overflow-x: scroll;
   overflow-y: scroll;
   width: 100%;
   z-index: 0;
   border:4px solid white;
   border-radius: 9px;
}
.board-button,.board-button-2,.board-button-3 {
	position: absolute;
	top:10px;
	right: 10px;
	padding: 5px;
	font-family: sans-serif;
	font-size: small;
	color: #444;
	text-align: center;
	border-radius: 4px;
	width: 60px;
	background-color: #c2c2c2;
	cursor: pointer;
}

.board-button-2 {
	right: 90px;
}

.board-button-3 {
	right: 170px;
}
#publish {
	position: absolute;
	top:14px;
	right: 130px;
	padding: 5px;
	font-family: sans-serif;
	font-size: small;
	color: #444;
	text-align: center;
	border-radius: 4px;
	width: 50px;
	background-color: #c2c2c2;
	cursor: pointer;
}
.board-active{
	background-color: #208f00;
	color: #fff;
}
.collapsedWindow {
    height:60px !important;
    margin-bottom:0px !important;
    opacity:0.5;
    overflow-x:hidden !important;
    overflow-y:hidden !important;
}
.collapsedWindow:hover{
    opacity:1.0;
}
.raceWindowHeader {
	background: rgb(255, 255, 255);
	float: left;
	height: 45px;
	width: 100%;
	z-index: 0;
}

.closeWindowBtn:hover {
	color: rgb(112, 112, 112);
}
.closeWindowBtn {
	color: rgb(218, 218, 218);
	float: left;
	font-size: 35px;
	line-height: 0.9em;
	margin: 10px 0 0 10px;
	text-align: left;
    cursor:pointer;
    width:50px;
}

.hideWindowBtn:hover {
	color: rgb(99, 99, 99);
}
.hideWindowBtn {
	color: rgb(218, 218, 218);
	float: right;
	font-size: 3em;
	line-height: 0.6em;
	margin: 10px 10px 0 0;
	text-align: right;
    cursor:pointer;
    width:50px;
}

.raceWindowEventNo {
	color: rgb(107, 107, 107);
	float: left;
	font: 15px sans-serif;
	margin: 10px 0 0 10px;
	text-align: left;
}

.raceWindowRaceNo {
	background-color: #aaa;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	
	float: left;
	font: 15px sans-serif;
	margin: 10px 0 0 10px;
	text-align: left;
}

.raceWindowEventName {
	color: rgb(107, 107, 107);
	float: left;
	font: 15px sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 16px 0 0 10px;
	text-align: left;
    width:100px;
}

.raceWindowRaceEta {
	color: rgb(107, 107, 107);
	float: left;
	font: 1em 'MagistralMediumRegular','Source Sans Pro', sans-serif;
	line-height: 1em;
	margin: 33px 0 0 -98px;
	text-align: left;
}

.raceWindowRaceProgression {
	color: rgb(107, 107, 107);
	float: left;
	font: 1em 'MagistralMediumRegular','Source Sans Pro', sans-serif;
	line-height: 1em;
	margin: 10px 0 0 10px;
	text-align: left;
    width: 90px;
}

.raceWindowRaceDate {
	color: rgb(107, 107, 107);
	float: left;
	font: 15px sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 16px 0 0 10px;
	text-align: left;
	width:140px;
}

#raceWindowReadyGroup {
	display: block;
	float: left;
	margin: 15px 0 0 10px;
	min-height: auto;
	text-align: left;
	width: auto;
}

#raceWindowFinishGroup {
	display: block;
	float: left;
	margin: 15px 0 0 0;
	min-height: auto;
	text-align: left;
}

.raceWindowSpacer {
	color: #eee;
	float: left;
	font: 4.5em source-sans-pro;
	line-height: 0.6em;
	margin: 10px 0 0 10px;
	text-align: left;
    font-weight:100;
}
.raceWindowContentHeader{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: rgba(255,255,255,0.8);
    width:100%;
    height:220px;
    font-family: 'MagistralMediumRegular';
    font-size: small;
    text-align: center;
    vertical-align: middle;
    background-color:#fff;
    color: #666;
}

.team-flag {
	height: 15px;
	margin: 3px;
	margin-right: 10px;
	vertical-align: text-top;
}

.setting-field {
	width: auto;
	box-shadow: none;
	vertical-align: middle;
	margin: 3px;
}

.raceWindowContentHeader td{
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    height: 25px;
}
.animated{
}
.raceWindowContent{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 221px;
    position: relative;
    margin-top: 45px;
    border-top: 1px solid #bbb;
}
.rozgrywka-zawodnicy td{
    font-size: x-small;
    font-family: sans-serif;
    height: auto;
    cursor:pointer;
}
.rozgrywka-zawodnicy:hover{
    background-color: #eee;
}
#editCrewWindow{
    position:absolute;
    left: 50%;
    top:50%;
    height:500px;
    width: 500px;
    margin-left:-260px;
    margin-top:-260px;
    padding:10px;
    background-color:#fff;
    border: 1px solid #aaa;
    box-shadow:0px 0px 15px #aaa;
    border-radius: 3px;
    z-index:3;
    color: #888;
    font-family: MagistralMediumRegular;
    font-size: small;
}
#editCrewWindowCloseBtn{
    position:absolute;
    right: 10px;
    top: 6px;
    color: #aaa;
    font-family: sans-serif;
    font-size: medium;
    cursor:pointer;
}
#editCrewWindowCloseBtn:hover{
    color: #000;
}
#editCrewWindowContent h1{
    padding-top:8px !important;
    padding-bottom: 3px;
    margin:0px;
}
.stateIndicator{
    position:static;
    height:100%;
    width: 5px;
    float: right;
    background-color: #aaa;
    border-bottom: 1px solid #fff;
}

.weightStateIndicator{
	position: static;
	height: 100%;
	width: 15px;
	float: right;
	background-color: #99b0ce;
	border-bottom: 1px solid #fff;
	background-size: 13px;
	background-position: center;
	background-image: url(./graph/weight.png);
	background-repeat: no-repeat;
}

.weightStateIndicator.success { background-color: #4ba248 }
.weightStateIndicator.error { background-color: #c84040 }


.weightStatus_neutral {
	background-color: #e1e1e1;
	background-image: url('../graph/weight.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 7px;
}

.weightStatus_success {
	background-color: #4ba248;
	background-image: url('../graph/weight.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 7px;
}

.weightStatus_error {
	background-color: #c84040;
	background-image: url('../graph/weight.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 7px;
}

#editCrewWindowContent table{
    width: 100%;
    font-family: sans-serif;
    font-size: x-small;
    color: gray;
    font-weight: bold;
}
#editCrewWindowContent table tr:hover{
    background-color:#eee;
}
#editCrewWindowContent input{
    border-radius: 0px;
    box-shadow: none;
    width:100%;
    border:none;
    margin:0px;
    font-size: x-small;
    padding: 3px;
    color: gray;
}
#crewTimesTable tr{
    background-color: #eee;
}
#crewTimesTable tr td{
    padding: 3px;
    text-align:center;
    font-size: x-small;
}
#crewTimesTable input{
    text-align:center;
}
.blured{
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    -ms-filter: blur(5px);
    -moz-filter: blur(5px);
}
.started{
    background-color: #0f0;
}
/*----------- program regat (godzinowka) ----------*/
#regattaProgram{
    font-family: 'source sans pro', sans-serif;
    font-size: small;
    background-color:rgba(255,255,255,0.7);
    margin-left: 8px;
    margin-top:8px;   
	color: #444;
	border: 5px solid rgba(50,70,90,0.3);
}

#regattaProgram tr:hover{
    background-color:rgba(255,255,255,0.8);
}

#regattaProgram tr td{
    padding: 3px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#regattaProgram .programHeader {
    font-weight:bold;
    background-color: rgba(50,70,90,0.3);
    padding:15px;
    cursor:pointer;
}

#regattaProgram .programHeader td{
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    text-align:center;
    min-width:100px;
}

#regattaProgram .programHeader .narrow{
     min-width:20px !important;
}

#regattaProgram .programRaceNo, #regattaProgram .programRaceName, #regattaProgram .programCrewsCount {
    font-weight:bold;
    background-color: rgba(50,70,90,0.3);
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
	padding: 6px;
}
#regattaProgram .programRaceNo {
    border-left: 1px solid #777 !important;
}

#regattaProgram .programCounter td {
    font-weight:bold;
    background-color: rgba(50,70,90,0.3);
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    min-width: 12px;
    text-align:center;
}

.programHidden{
    display: none;
}
.window-expanded {
	width: 100%;
}
#regattaProgram input {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    width: 50px;
    margin: 0px;
    font-size: xx-small;
    padding: 0px;
    color: #222;
    float: left;
    text-align: center;
}

.programHeader input{
    font-size: small !important;
    width: 100px !important;
    background-color: rgba(255,255,255,0.6) !important;
    border-radius: 3px !important;
    margin: 3px !important;
}

#regattaProgram .programTime{
    font-weight:bold;
}

.ready{
    background-color: rgba(0,85,0,0.7);
}

.finished{
    background-color: rgba(100,0,0,0.6);   
}
.opened{
    background-color: rgba(20,0,100,0.6);   
}

.gps-btn {
	background-color: #ddd;
	padding: 4px 12px;
	margin-left: 10px;
	color: #666;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: x-small;
	display: inline-block;
	cursor: pointer;
}

@media print 
{
    .noPrint 
    {
        display:none;
    }
    body{
        margin:0px !important;
        margin-bottom:0px !important;
        margin-top:0px !imporant;
        background-image:none;
    }
    .menu{display:none;}
    .okno{width:100%; overflow:visible;}
    button{display:none;}
    footer{display:none;}
    #regattaProgram{
        margin-left: 0px;
        margin-top:0px;
        box-shadow:none;
        
    }
    .horizontalSelector{ display: none;}
    .rightBox { display: none; }
    .torRegatowy { width: 100%; height: 100%;  }
    .randomizeBtn { display: none; }
    .programHeader input{ display:none;}
    .kartyOsadyKontener{
		width: 100%;
		height: 100%;
		position: absolute;
		left:0px;
		top:0px;
		overflow: auto;
	}
	.kartaOsady{
		position: relative;
		left:0px;
		width:280px;
		height: auto;
		border-radius: 4px;
		box-shadow: 1px 1px 2px #888;
		margin-right: 15px;
		margin-bottom: 15px;
		display: inline-block;
		padding: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: rgba(255,255,255,0.6);
	}
	.kartaOsadyNazwa{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 290px;
		height: 10px;
		background-color: rgba(60,60,60,1);
		border-radius: 4px 4px 0px 0px;
		box-shadow: 0px 1px 4px #777;
		font-family: MagistralMediumRegular;
		padding: 5px;
		color: white;
		font-size: x-small;
	}
	.kartaOsadyTrener{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 290px;
		height: 10px;
		background-color: rgba(60,60,60,1);
		border-radius: 0px 0px 4px 4px;
		box-shadow: 0px 1px 4px #777;
		font-family: MagistralMediumRegular;
		padding: 5px;
		color: white;
		font-size: x-small;
	}


}

.change-log {
	margin-top: 15px;
}
.change-log .change-row {
	padding: 10px 5px;
}


.change-log .new-crew {
	color: #080;
}

.change-log .remove-crew {
	color: #800;
}

.change-log .changes-table {
	border: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0;
}

.change-log .crew-coach {
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.accept-changes-btn {
	background-color: #68889e;
	padding: 5px 15px;
	cursor: pointer;
	color: #fff;
	border-radius: 0 0 3px 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: block;
	text-align: center;
}
.accept-changes-btn:hover {
	background-color: #5c798e;
}

.change-log .no-changes {
	text-align: center;
	padding: 10px;
	color: #090;
}