@charset "utf-8";
/* CSS Document */
@media screen, projection, print
{

	body{
		background:#c7e0f1;
	}

	body.login{
		background:#0C9CA6;
	}

	.form-signin {
	    max-width: 500px;
	    padding: 19px 29px 29px;
	    margin: 0 auto;
		//margin-top:90px;
	    background-color: #fff;

	    border: 1px solid #e5e5e5;
	    -webkit-border-radius: 5px;
	       -moz-border-radius: 5px;
	            border-radius: 5px;
	    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	            box-shadow: 0 1px 2px rgba(0,0,0,.05);

		font-family:Tahoma, Geneva, sans-serif;
		color:#990000;
		font-weight:lighter;
	}

	.form-signin .form-signin-heading{
	    color:#12235b;
	}
	.form-signin input[type="text"],
	.form-signin input[type="password"],
	.form-signin input[type="email"],
	.form-signin input[type="user"] {
	    font-size: 16px;
	    height: 50px;
	    padding: 7px 9px;
	}

	.corners{
	    border: 1px solid #e5e5e5;
	    -webkit-border-radius: 5px;
	       -moz-border-radius: 5px;
	            border-radius: 5px;
	    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	            box-shadow: 0 1px 2px rgba(0,0,0,.05);

	}

	.body-container
	{
		//border:solid red 1px;
		margin-top:80px;
	}
	.signin-form
	{
		//border:solid red 1px;
		margin-top:2%;
                margin-bottom:2%;
	}
	.navbar-brand{
		font-family:"Lucida Handwriting";
	}
	button.pull-left{
		margin-left: 10px;
		}
	#btn-submit{
		height:45px;
	}

    .spacer {
		padding-top: 50px;
	}


	table tr td.transparent, table tr.transparent, table tr.transparent td{
		background:transparent !important;
	}
	table tr td{
		vertical-align: middle;
		background:#FFF;
		  padding: 8px;
		  line-height: 1.42857143;
		  border-top: 1px solid #ddd;
		}
	table tr td.textbox{
		min-width:220px;
	}
	table tr td.flagtext{
		font-size: 0.9em;
	}

	table tr td.colored{
		background:#fff5d4;
		}
	table tr td.centered{
		text-align:center;
		}
	table tr td.points{
		font-family: sans-serif;
		font-weight: bold;
		color: blue;
	}
	table tr td.result{
		font-family: sans-serif;
		font-weight: bold;
		color: red;
	}
	table tr td img.flag{
		height: 20px;
	}

	table tr td span.green{
		font-weight: bold;
		color: #27AE60;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:0.9em;
	}

	table tr.head td{
		font-weight:bold;
		margin: 10px 0;
		background:#69a7d0;
		}
	table tr.head-top th, table tr.head-top td{
		font-weight:bold;
		margin: 10px 0;
		background:#064f84;
		color:#FFF;
		border: 0;
		before {content: 'Row ';}
		}
	table tr.bordered{
		border-top: 5px solid #69a7d0;
	}

	table tr td input.tipp, table tr td select.tipp{
		width: 100px;
		text-align: center;
	}
	table tr td input.tipp, table tr td select.tipp_wide{
		width: 250px;
		text-align: center;
	}
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
  /*body {background:yellow;}*/
  	.signin-form {
		margin-top:15px;
	}
	table tr td {
		font-size:0.9em;
	}
	table tr td.playerCol{
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: 50px;
	}
	/*body, nav{font-size: 0.8em;
		max-width:max-device-width;
		overflow:hidden;
	}*/
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  /*body {background:blue;}*/
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here */
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){
  /* some CSS here */
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* some CSS here */

}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
  /* some CSS here */
}


@media print {
	nav {
		display: none !important;
	}
}
