/***********************************************************************************************/
/* Demo Styles */
/***********************************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
}
body {
font-family: 'Ubuntu', sans-serif;
  color: #141414;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}

td {
  color: #141414;
  font-size: 13px;
  line-height: 1em;
  font-weight: 300;
  padding: 4px;
  width: inherit;
  word-wrap: normal;
}

th{
background-color: #4a4a4a;
color: #fff;
  padding: 4px;
    word-wrap: normal;
  font-size: 12px;
text-align: left;

}

a {
  text-decoration: none;
  color: #07408d;
  border-bottom: 883802;
  text-decoration: underline;
}
a:hover {
  color: #141414;
}
.demo-container {
  margin: 2em 5em;
  /*overflow: hidden;*/
}
.demo-header {
  background-color: #e9c472;
  padding: .5em 5em;
  width:100%;
}
.school-header {
  background-color: #e9c472;
  padding: .5em 5em;
  width:100%;
}
.school-header h1 {
  color: black;
  font-weight: 700;
}
.coach-header {
  background-color: #883802;
  padding: 2em 5em;
}
.coach-header h1 {
  color: black;
  font-weight: 700;
}
.demo-header h1 {
  color: black;
  font-weight: 700;
}
.demo-header h3 {
  color: #777A7F;
  font-weight: 300;
}
.demo-footer {
  border-top: 1px solid #eaeaea;
  padding: 1em 5em;
}
.demo-lesson-nav {
  background-color: #FAFAFA;
  border-bottom: 1px solid #f2f2f3;
  overflow: hidden;
  padding: 1em 5em;
}
.demo-lesson-nav-next {
  float: right;
}
.demo-col-one-half {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.demo-input-info {
  font-size: 80%;
  font-style: italic;
  margin-left: 1em;
}
.demo-errors {
  color: red;
  font-size: 80%;
  display: block;
  font: sans-serif;
}
.demo-hr {
  background-color: #EAEAEA;
  border: none;
  height: 1px;
  margin: 2em 0;
}
#form-new-account {
  position: relative;
}
.ajax-message {
  background-color: #FAFAFA;
  display: none;
  padding: 1em;
  right: 3em;
  top: 3em;
  vertical-align: bottom;
}
.ajax-success {
  background-color: #e9efda;
  border: 1px solid #b6cf7b;
}
.ajax-error {
  background-color: #f8edeb;
  border: 1px solid #dd5f4b;
}
/***********************************************************************************************/
/* Form elements styling */
/***********************************************************************************************/
#demo-form label {
  display: block;
}
#demo-form input[type="checkbox"] + label,
#demo-form input[type="radio"] + label {
  display: inline-block;
}
#demo-form input[type="text"],
#demo-form textarea {
  border: 1px solid #d6d8d9;
  padding: .5em;
  outline: none;
  width: 300px;
}
#demo-form input[type="text"]:hover,
#demo-form textarea:hover,
#demo-form input[type="text"]:focus,
#demo-form textarea:focus {
  background-color: #fcfcfc;
  border: 1px solid #cccdce;
}
#demo-form textarea {
  width: 600px;
}
#demo-form fieldset {
  border: 4px double #eaeaea;
  border-radius: 5px;
  padding: 2em;
}
#demo-form fieldset legend {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-weight: bold;
  padding: .5em 1em;
  text-transform: uppercase;
}
#demo-form input[type="submit"],
#demo-form button {
  border: none;
  background-color: #73C0D5;
  border-radius: 5px;
  color: white;
  padding: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#demo-form input[type="submit"]:hover,
#demo-form button:hover {
  background-color: #87c9db;
}
#demo-form select {
  background-color: white;
  border: 1px solid #d6d8d9;
  padding: .5em;
  outline: none;
  width: 300px;
}
#demo-form input[type="checkbox"],
#demo-form input[type="radio"] {
  display: none;
}
#demo-form input[type="checkbox"] + label:before {
  background-color: white;
  border: 1px solid #d6d8d9;
  content: "";
  display: inline-block;
  height: 16px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  width: 16px;
}
#demo-form input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#demo-form input[type="radio"] + label:before {
  background-color: white;
  border: 1px solid #d6d8d9;
  border-radius: 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  width: 12px;
}
#demo-form input[type="radio"]:checked + label:before {
  content: "\2022";
  font-size: 26px;
  text-align: center;
  line-height: 13px;
}



.tops{
	width:100%;
  margin: 0px 0px 0px 0;
  height: 160px;
      background-color: #fff;

}
.logo{
	width:30%;
		float:left;
padding-right: 4px ;
padding-left: 4% ;
      background-color: #fff;

}
.user{
	width:15%;
		float:left;
	color: #e9c472;
padding-top: 1%;
padding-left: 4px ;
padding-right: 4px ;
      background-color: #fff;

}
.records{
	width:30%;
	float:left;
	color: #e9c472;
padding-left: 4px ;
padding-top: 1%;
      background-color: #fff;
      font-size: 90%;

}
.title{
	width:100%;
	  margin: 20px 0px 0px 0;
    background-color: #2660a4;
      color: white;
  font-weight: 700;
  padding: 0px 5px 5px 5% ;
  height:38px;
}

.title a{

      color: white;

}


.brown{

      border-color: #fff;
      color: #2660a4;
      background-color: #f7f7f7;

}

.diki{
font-size: 60%;

}
