@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
html{
  font-size: 18px;
  font-family: sans-serif;
}
body{
  background-color: #D8E4E0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
nav{transition: 1s}
ul,li{list-style: none;padding: 0}
nav ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 430px;
  margin-left: auto;
  font-size: .8rem;
}
input {padding: 3px}
a:visited{color: inherit;}
a{
  text-decoration: none;
  color: inherit;
}
a:hover{text-decoration: none;opacity: .8}
header h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Oooh Baby', cursive;
  font-size: 4.3rem;
  text-shadow: 1px 1px black;
}
footer{
  margin-top: auto;
}
footer p{
  font-size: .7rem;
  padding: .7rem;
  color: white;
}
.file_login{
  width: 250px;
  margin: auto;
}
.file_login button{
  display: block;
  margin: 1rem auto;
  padding: 0.5rem;
  min-width: 150px;
}
.green a, .green a:visited{color: white}
.green{background-color: #44431c}
.grid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.img_background{
  background-image: url('img/gospellightchurch.jpg');
  text-align: center;
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: difference;
  color: white;
  position: relative;
  overflow: hidden;
}
.archive_header{
  height: auto;
  background-position: bottom;
}
.menu_elem{
  position: relative;
  z-index: 1;
  color: white;
}
.menu_elem::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(black 0, transparent 75%);
  opacity: 0;
  z-index: -1;
  transition: opacity .3s linear;
}
.menu_elem:hover::before{
  opacity: 1;
}
.menu_elem a{
  line-height: 50px;
  display: block;
  color: inherit;
}
.vjs-tech,.video-js{border-radius: 1rem;}
.quick_info{
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  color: black;
}
.quick_info a{}
.quick_info section{
  padding: 1.5rem;
  flex: 1;
}
.quick_info p{line-height: 1.5rem;}
.font_sm{font-size: .9rem}
.about_wpr{
  margin: 3rem;
  background-image: url('img/crosssunrise.jpg');
  padding: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: hue;
  background-position: center;
  background-size: cover;
  border-radius: 2rem;
  color: white;
}
.livestream_section{
  text-align: center;
  background-color: #44431c;
}
.stream_wpr{
  position: absolute;
  width: 100%;
  max-width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.stream_div{
  height: 600px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #44431c;
  grid-column-start: 1;
  grid-column-end: span2;
}
.tab_label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 1rem 2rem;
  color: darkgray;
  background-color: rgba(255, 255, 255, 0.3);
}
.stream_tab{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.video_stream_btn_div{
  background: black;
  width: 100%;
  padding-bottom:56.25%;
  border-radius: 1rem;
}
.form_div{
  padding: 5px;
  background-image: url('img/crosssunrise.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form_box{
  max-width: 500px;
  margin: 1rem auto;
  background: white;
  padding: 1.5rem 2rem 0.5rem;
  border-radius: .5rem;
}
.form_div label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-size: .8rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 0px 20px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.form-group{padding: 2px}
.form_btn {
  display: inline-block;
  padding: 6px 12px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
}
textarea.form-control{height: auto;}
.modal_box {
  max-width: 500px;
  background: white;
  display: inline-block;
  border-radius: 1rem;
  padding: 1rem;
  width: 95%;
  box-shadow: 0 0 5px;
}
.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.modal_background {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000061;
  transition: opacity 1s;
}
.design{text-align: right;}
.hidden{display: none;}
.fade_in{opacity: 100;}
#video_stream_start_btn{
  padding: .5rem 1rem;
  min-width: 150px;
  border-radius: 0.5rem;
  background: #625757bd;
  border: 2px solid white;
  box-shadow: inset 2px 2px 4px #ffffff59;
}
#video_stream_start_btn .material-icons{
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 0px 3px white;
}
#video_tab_div,#audio_tab_div{display: none}
#video_tab:checked ~ #video_tab_div,
#audio_tab:checked ~ #audio_tab_div{display: block}
#video_tab:checked + label, #audio_tab:checked + label{
  color: white;
  background-color: transparent;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v125/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* file manager styles */
.files_wrpr{margin: 2rem;background-color: white;padding: 2rem;border-radius: 1rem;}
.files_wrpr .material-icons{font-size: 1.5rem;}
th {font-weight: normal; color: white; background-color: #67652c; padding:.5rem 1rem;
	text-align: left;cursor:pointer;user-select: none; border: 1px solid}
th:first-child{border-radius: .5rem 0 0 .5rem}
th:last-child{border-radius: 0 .5rem .5rem 0}
th .indicator {margin-left: 6px}
.create_folder_wrpr label { display:block; font-size:11px; color:#555;}
#file_drop_target {
  padding:12px 0;
  border: 4px dashed #ccc;
  font-size:12px;
  color:#ccc;
	text-align: center;
  border-radius: 1rem;
}
#file_drop_target.drag_over {border: 4px dashed #96C4EA; color: #96C4EA;}
#file_drop_target input{width: 0}
#file_drop_target label{background-color: buttonface}
#pickfiles::after{content: 'Click to Browse'}
#upload_progress {padding: 4px 0;}
#upload_progress .error {color:#a00;}
#upload_progress > div { padding:3px 0;}
.no_write #mkdir, .no_write #file_drop_target {display: none}
.progress_track {display:inline-block;width:200px;height:10px;border:1px solid #333;margin: 0 4px 0 10px;}
.progress {background-color: #82CFFA;height:10px; }
.file_footer {font-size:11px; color:#bbbbc5; padding:4em 0 0;text-align: left;display: inline-block;width: 48%}
.create_folder_wrpr{text-align: right;}
#breadcrumb {color:#aaa;display:inline-block;}
#listSearchDiv {text-align: right;}
#folder_actions {width: 50%;float:right;}
.files_wrpr a, .files_wrpr a:visited { color:black; text-decoration: none}
.files_wrpr a:hover {text-decoration: underline}
.sort_hide{ display:none;}
.table_wrpr{height: 60vh;overflow:auto;}
table {border-collapse: collapse;width:100%; position: relative;}
th{position: sticky;top: 0}
tbody{max-height: 20px;overflow: auto;}
td { padding:.2em 1em .2em .2em; border-bottom:1px solid lightgray;height:30px; font-size:12px;white-space: nowrap;}
td.first {font-size:14px;white-space: normal;}
td.empty { color:#777; font-style: italic; text-align: center;padding:3em 0;}
.is_dir .size {color:transparent;font-size:0;}
.is_dir .size:before {content: "--"; font-size:14px;color:#333;}
.is_dir .download{visibility: hidden;}
@media only screen and (max-width:600px) {
  .quick_info{flex-direction: column;flex-grow: 1}
  .about_wpr{
    margin: 1rem;
    padding: 2rem;
  }
  .files_wrpr{
    margin: 1rem;
    padding: 1rem;
  }
  #pickfiles::after{content: 'Upload Files'}
  #file_drop_target{
    border: none;
  }
  #drag_drop_message{display: none;}
}
@media only screen and (max-width:900px) {
  .stream_div{
    padding-bottom: 65%;
    height: initial;
  }
}
