/* Top Nav */
* {
  box-sizing: border-box;
}

body {
  background: #009600;
  color: #222;
  line-height: normal;
  font-size: 16px;
  font-family: sans-serif;
}

a, a:hover {
  color: #009600;
  text-decoration: none;
  font-weight: 600;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: #fff;
  box-shadow: 0 0px 9px 4px rgba(0, 0, 0, 0.1), 0 -5px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 580px;
}
nav .logo {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
nav .logo span {
  display: inline-block;
  position: relative;
  top: -8px;
  font-size: 13pt;
}
nav .logo:hover {
  background: #63ff63;
}
nav .links {
  float: right;
  margin-right: 30px;
  position: relative;
}
nav .links li {
  float: left;
  list-style: none;
  position: relative;
  margin: 10px;
  display: inline-block;
}
nav .links li > a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
}
nav .links li > a:hover {
  color: #fff;
  background: #009600;
  border-radius: 2px;
}
nav .links li > a[class^="trigger-"] {
  padding-right: 40px;
}
nav .links li > a .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 35%;
  text-align: center;
  right: 10px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3) transparent;
}
nav .links li > a .arrow:after {
  content: "";
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  top: -10px;
  left: -15px;
  position: absolute;
  height: 15px;
}
nav .links li ul {
  position: absolute;
  left: 0;
  margin: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: none;
}
nav .links li ul > li {
  clear: both;
  list-style: none;
  display: block;
  padding: 0 10px;
  margin: 0;
  width: 100%;
}
nav .links li ul > li:hover {
  background: #63ff63;
}
nav .links li ul > li:hover > a {
  background: #63ff63;
  color: #fff;
}
nav .links li:hover > .drop {
  display: block;
  animation: fadeInRight .3s ease;
  -webkit-animation: fadeInRight .3s ease;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Div section */
div.score_card_hidden {
	visibility: hidden;
}
div.score_card_show {
	visibility: visible;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
}
div.add_round_select {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 50px;
}
div.round {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}
div.profile {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}
div.summary_games {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 100px;
}
div.summary_stats {
	position: absolute;
  left: 0;
  right: 0;
  top: 180px;
}
div.summary_rounds {
	position: absolute;
  left: 0;
  right: 0;
  top: 280px;
}
div.summary_analysis {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 100px;
}
div.summary_analysis_courses {
	position: absolute;
  left: 0;
  right: 0;
  top: 180px;
}
div.stats_round_select {
	position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 50px;
}
div.stats_par_course {
	position: absolute;
	visibility: hidden;
  left: 0;
  right: 0;
  top: 120px;
  height: 50px;
}
div.stats_stat_course {
	position: absolute;
	visibility: hidden;
  left: 0;
  right: 0;
  top: 180px;
  height: 50px;
}
div.stats_best_round {
	position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  height: 150px;
}
div.stats_rounds_played {
	position: absolute;
  left: 0;
  right: 0;
  top: 380px;
}
/* Table Section */
table {
	width: 100%;
	empty-cells: show;
}
td {
	width: 1px;
	text-align: center;
}
tr {
	width: 100%;
}
tr.round_stats:hover {
	background-color: #f5f5f5;
	}
table.summary_course_table {
	empty-cells: show;
}
table.summary_course_table tr{
		background: #b8d1f3;
}
table.summary_course_table tr:nth-child(odd){ 
		background: #b8d1f3;
}
table.summary_course_table tr:nth-child(even){
		background: #dae5f4;
}
/* Score Card Blocks */
td.par {
	
}
td.birdie {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: lightblue;
    color: white;
    text-align: center;
    font-size: 2em;
}
/* Login Page CSS */
body.login {
  background-color: #8feb95;
  font-family: 'Ubuntu', sans-serif;
}
div.login_main {
        background-color: #FFFFFF;
        width: 400px;
        height: 400px;
        margin: 7em auto;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
    
p.login_sign {
        padding-top: 40px;
        color:#04C411;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 23px;
    }
p.login_hidden {
	visibility: hidden;
}
p.login_invalid{
	color: red;
}   
input.login_un {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }
    
form.login{
        padding-top: 40px;
}
    
input.login_pass {
            width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }
    
   
input.login_un:focus {
	  border: 2px solid rgba(0, 0, 0, 0.18) !important;
} 
input.pass:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }
    
button.login_submit {
      cursor: pointer;
        border-radius: 5em;
        color: #fff;
        background: #04C411;
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Ubuntu', sans-serif;
        margin-left: 35%;
        font-size: 13px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    }
    
p.login_forgot {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #bee7c6;
        padding-top: 15px;
    }

    
a.login {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        text-decoration: none
}
    
@media (max-width: 600px) {
        .main {
            border-radius: 0px;
        }
        
        