body {  	
	  background-color: white;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
}

.bg-lightgrey {
	  background-color: lightgrey;
}

.copyRight {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}

a.checksum_utility:link {
  color: black;
  text-decroration: underline;
}

.soundtray_content {
  background-color: white;
  margin-left: 300px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

textarea {
     width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
}

#centeralign {
	margin: 0 auto;
	text-align: center;
}

.bolder {
  font-weight:800;
}

.vertical_sidebar {
  background-color: #9c8fb3;
}

@font-face {
	font-family: computerfont;
	src: url('https://www.soundtray.com/css/Computer.ttf'); 
}

.post_id {
	color:black; 
	font-weight:bold;
}

.existing_post {
	font-size: 15px;
	border-width:3px;
	border-color:black;
	background-color: lightgrey;
	padding: 3%;
	margin-right: 20%;
}

.existingPostSubject > span {
	font-weight: 800;
}

.returnToPostsLabel {
	color:black; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;
}

.searchResultsLabel {
	color:black; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;
}

.soundtrayLinks {
  font-weight: 800;
}

a.logout_link:link {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.logout_link:visited {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.logout_link:hover {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}

a.delete_post_link:link {color:white; font-weight:bold;}
a.delete_post_link:visited {color:white; font-weight:bold;}
a.delete_post_link:hover {color:white; font-weight:bold;}

a.edit_post_link:link {color:white; font-weight:bold;}
a.edit_post_link:visited {color:white; font-weight:bold;}
a.edit_post_link:hover {color:white; font-weight:bold;}

a.new_post_link:link {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.new_post_link:visited {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.new_post_link:hover {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}

a.posts_by_	_link:link {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.posts_by_month_link:visited {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}
a.posts_by_month_link:hover {color:white; font-weight:bold;font-size:15px;font-family: 'computerfont', sans-serif;}

h1, h3, h4 { font-family: 'computerfont', sans-serif; color: black; }

.soundtrayLink:link, .soundtrayLink:visited, .soundtrayLink:hover { 
  color:black; font-size: 15px; text-decoration: none; font-family: 'computerfont', sans-serif;
}

.container {
	padding-right: 20%;
}

.download-count:hover {
	color: white;
	cursor: pointer;
}

.circle { 
   width: 300px;
   height: 50px;
   background: lightgrey; 
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  background-color: #548496;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 15px;
}


.flex-container1 {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 15px;
  width: 70%;
  }

.flex-container2 {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 12%;
  padding: 20px;
  width: 265px;
}

.flex-container2 > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding-left: 20px;
  font-size: 30px;
}

.flex-container3 {
  display: flex;
  position: fixed;
  left: 90%;
  width: 10%;
  max-width: 80px;
  text-align: center;
  top: 0px;
  margin-top: 20px;
  background-color: black;
  color: white;
}

.flex-container3 > div {
  background-color: black;
  margin: 10px;
  padding-left: 20px;
  font-size: 30px;
  color: white;
}

.faqQuestion {
  font-weight: 800px;  
}

.post_saved_message {
	font-size: 15px;	
}

.newpost {
	display: visible;
}

.newpostsubject, .newpostcontent {
	font-size: 15px;
}

.newpostlabel {
	font-size: 15px;
	font-weight: bold;
}

.main_container_feedback_form {
	background-color: lightgrey;
	padding: 5%;
	
}

#form_upload0, #form_upload1, #form_upload2, #form_upload3,#form_upload4, #form_upload5, #form_upload6, #form_upload7, #form_upload8, #formupload9 {
	padding: 10px;
}

#captcha_div
{
	width: 500px;
	margin: auto;
	padding: 5px;
	text-align: center;
}

#captcha_div > div
{
	width: 300px;
	margin: auto;
	text-align: center;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.vertical-nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  background-color: black;
  color: white;
  overflow-y: auto;
}

.vertical-sidebar-color {
  background-color: black;
}

.page-content {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -17rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .container {
		padding-right: 20%;
  }

  .container_content {
	padding-right: 20%;
  }

  .main_container_content {
	width: 80%;
	padding-right: 5%;
  }

  #sidebar {
    width: 200px;    
  }

  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
    margin-left: 50px;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .container {
		padding-right: 20%;
  }


  .container_content {
	padding-right: 20%;
  }

  .main_content {
	width: 80%;
	padding-right: 5%;
  }
	
  #content {
    width: 100%;
    margin: 0;
  }

  #sidebar {
    width: 200px;    
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {     
  .container {
		padding-right: 20%;
  }

  .container_content {
	padding-right: 20%;
  }

  .main_content {
	width: 80%;
	padding-right: 5%;
  }

  #content {
    width: 100%;
    margin: 0;
  }

  #sidebar {
    width: 200px;    
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
		padding-right: 20%;
  }

  .main_content {
	width: 80%;
	padding-right: 5%;
  }

  .main_container_form {
    margin-left: 12%;
    margin-right: 12%;
    width: 30%;
  }

  .h1_feedback {
    margin-left: 0px;
  }
  
  #content {
    width: 100%;
    margin: 0;
  }

  #sidebar {
    width: 200px;    
  }
}

.text-xs-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

table, th, td {
  border: 1px solid;
  padding: 2px;
}

.code-container {
  position: relative;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
}

.copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 3px;
}

.copy-btn:hover {
  background: #0056b3;
}