html, body {
  padding:0px;
  margin:0px;
  font-family:"Roboto";

}
body {
  background-image:url('../media/images/spl_tower_schemer.jpg');
}
h1, h2, h3, h4, h5 {
  font-family:"Play";
}

h3 {
  font-size: 2em;
  margin: 0px;
  padding-top:20px;
  color: #006d9e;
  text-align: center;
}
h4 {
  margin:0px;
}

div {
  box-sizing:border-box;
}
.navbar a {
  color:white;
  text-decoration:none;
}
.navbar a:hover {
  color:white;
  text-decoration:none;
}
.navbar a:visited {
  color:white;
  text-decoration:none;
}

a {

  text-decoration:none;
      color: #585858;
}
a:hover {

  text-decoration:none;
}
a:visited {

  color: #585858;
  text-decoration:none;
}

.navbar {
  display:inline-block;
  background-color:#474747;
  width:100%;
}
.navbar ul {
  list-style:none;
  padding:0px;
}

.navbar .menuButtons {
  color:white;

  display:inline-block;
}
.navbar .menuButtons .logo {
  display:inline-block;
  margin-right:12px;
  font-weight:bold;
  font-family:"Arial";
    font-style: italic;
  font-size: 1.4em;
  padding:10px;
}
.navbar .button {
  display:inline-block;
  padding:20px;
}
.navbar .accountButton {
  display:inline-block;
  color:white;
  float:right;

  vertical-align:middle;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  right:0px;
  top:55px;
  position: absolute;
  background-color: #474747;
  min-width: 160px;


  z-index: 1;

  border-radius:5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content .accountButton:last-child {
  border-bottom:0px;
}
.dropdown-content .accountButton{

  padding: 12px 16px;

  width:100%;
  border-bottom:2px solid #3d3d3d;
}
.content {
  background:#f9f9f9;
  height:100%;

  display: flex;
  flex-direction: row;
}
.files {
    margin: 0 auto;
    /* display: block; */
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 600px;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    flex-grow: 1;
    background: white;
}
.chapterTreeWrapper {
  flex-grow:0;
  width:350px;
  box-sizing: border-box;
  flex-basis: 350px;
  background: #f5f5f5;
  flex-shrink: 0;
}
.chapterTree .chapter {
  display: flex;
  margin-top:10px;
  flex-direction: column;
}
.chapterTree .chapter h4 {
  margin-bottom:10px;
  padding-left: 10px;
  }
.chapterTree .chapter a {
  margin-bottom:5px;
  padding-left: 20px;
  /*color:#4599ce;*/
  color:#444444;
  }

.audioFileBlock {

  display:inline-block;
  width:600px;

  border:1px solid #cecece;
  border-radius: 3px;
  background:#ebedde;
  padding:10px;
  margin-bottom:10px;
  margin-top:10px;
}
.settings {
  width:600px;
  border:1px solid #e0e0e0;
  margin:100px auto;
  padding:10px;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-radius:5px;



}
.settings label {
  margin-top: 15px;
  display: inline-block;
  color:black;
}
.settings ul {
  width:100%;
  padding:0px;
  width:100%;
}

.settings ul li {
  width:100%;
  list-style:none;

}
.settings input {
  border:1px solid #e8e8e8;
  padding:15px;
  display:block;
  width:100%;
  margin:4px 0px;
  letter-spacing: 0.3em;
}

.settings input[type=submit] {
  background: #006D9E;
  color: white;
  border-radius: 4px;
  font-family: play;
  font-size: 1.3em;
  -webkit-appearance: none;
}

table.usersAdmin {
	width: 1000px;
    background-color: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    display: block;

}
table.usersAdmin th {
	padding-bottom:16px;
	width:20%;
}
table.usersAdmin td{
	padding:4px;
	text-align:center;
}
.checkbox {
	width:20px;
}	

.formWrapper {
  width:100%;
  background: ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin:0 auto;
}
.formItem {
  width:48%;
  margin-top:40px;
}
.formItem span {
    margin-top: 14px;
    display: block;
    color: #444444;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.14em;
    font-size: 1.2em;
}

.message {
  padding:10px;
  background:#28a745;
  color:white;
  width:80%;
  margin-left:10%;
  margin-right: 10%;
}

.statusMessage {
    padding: 10px;
    background: #bdbdbd52;
    color: white;
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
    margin-right: 10%;
}
