@font-face {
    font-family: NeueHaasGroteskText-Regular;
    src: url("NeueHaasGroteskText-Regular.otf") format("opentype");
}

html{
  /*background-color: #FFF;*/
}

body {
  /*padding-top: 5rem;*/
  font-family: "NeueHaasGroteskText-Regular", Airal;
  /*background-color: #FFF;*/
  font-size: 0.8rem;
  /*height: 100vh;*/
}

button, input, optgroup, select, textarea {
  font-family: "NeueHaasGroteskText-Regular", Airal;
}

.landing_page {
  /*background-image: url('/images/APP_graphic-05-20190830.png');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.background_img {
  /*background-image: url('/images/APP_graphic-05-20190830.png');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  filter: blur(5px);
  -webkit-filter: blur(5px);

}

.header{
  margin: 0;
  padding: 0;
  display: none;
}
.header img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header_banner{
  margin: 0 auto;
  text-align: center;
}
.header_banner img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.container {
  display: none;
  /*background-color: #FFF;*/
  background-repeat: no-repeat;
  background-size: 100%;
  /*border: 1px solid #7395AE;*/
  border-radius: 4px;
  /*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
  margin: 40px auto 20px;
  max-width: 960px;
  /*overflow: auto;*/
  /*padding: 40px;*/
  padding: 0px;

  width: 100%;
  max-width: 100%;
  margin: 0;
  /*height: 100%;*/
}
.info-table td{
  padding: 5px;
  border-top: 1px solid #ededed;
}
.container-inner{
  width: 100%;
  margin: 120px 0 0;
  padding: 0 20px;
  height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
}
.container.mobile{
  overflow: auto;
  padding: 0;
  margin: 0;
  width:100vw;
  display: block;
}


.form-signin {
  max-width: 480px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.imgContainer {
  /*width: 450px;*/
  width: 100%;
  /*height: 250px;*/
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  /*display: none;*/
}
.logo {
  max-width: 100%;
  height: auto;
}

.question-title {
  font-weight: bold;
}
.radio-answer {
  display: block;
}

.form-group {
  margin-bottom: 1.5rem;
}

.errorMsg{
  color: red;
}
#registerResult{
  font-size: 24px;
}
.attendBtn, .clearBtn {
  position: absolute;
  bottom: 0;
}

.margin-top {
  margin-top: 10px;
}
.index-btn-holder{
  /*text-align: center;*/
}
.index-btn{
  margin-top: 10px;
  max-width: 250px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  /*margin-left: 100px;*/
}
.index-btn.top{
  margin-top: 80px;
}

.folder-interface{
  width: 100%;
  /*height: 80vh;*/
  /*height: 100vh;*/
  /*border: 1px solid #d3d3d3;*/
  margin: 0 auto;
  border-radius: 4px;
  /*overflow: hidden;*/
  position: relative;


  /*height: 100%;*/
}
.folder-interface.mobile{
  /*min-width: 0;*/
  /*max-width: none;*/
  /*max-width: 100vw;*/
  /*min-height: 600px;*/
}

.folder-interface .btnbar{
  padding: 4px;
  /*background-color: #E5E5E5;*/
  /*border: 1px solid #aaaaaa;*/
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;

  padding: 0;
}


.items-container{
  width: 100%;
  /*height: 72vh;*/
  height: calc(100% - 2.2rem);
  overflow: auto;
  margin-top: 2.5rem;
}
.items-container .item{
  position: relative;
  float: left;
  overflow: auto;
  display: inline-block;
  width: 110px;
  height: 120px;
  /*border: 1px solid red;*/
  margin: 6px 0 0 10px;
  border-radius: 5px;
  cursor: default;

  width: calc(100vw / 3 - 10px);
  height: calc(100vw / 3 - 10px);
  margin: 2px;
  border-radius: initial;
  float: initial;
  overflow: hidden;
  max-width: 260px;
  max-height: 260px;

}
.items-container .item.video{

}

.items-container .item.video .video_table{
	position: absolute;
	display: table;
	top: 0px;
	width: 100%;
	height: 100%;
}
.items-container .item.video .video_table .video_icon{
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.items-container .item.video .video_table .video_icon .video_circle {
	display: inline-block;
	border: 3px solid white;
	border-radius: 25px;
	padding: 20px;
	height: 10px;
	width: 10px;
}
.items-container .item.video .video_table .video_icon .video_circle .video_triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid white;
	transform: translate(-25%, -50%);
}

.items-container .item:hover{

  /*border: 1px solid red;*/
  background-color: #dadada;
}
.items-container .item.selected .item-pic{
  background-color: #c2c2c2;
}
.items-container .item.selected .item-title{
  background-color: #3477FB;
  color: #FFF;
  border-radius: 7px;
}
.items-container .item-pic{
  display: inline-block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 2px;
  left: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 75px;
  cursor: inherit;

  width:100%;
  height:100%;
  top: initial;
  left: initial;
  overflow:hidden;
  position: initial;
  background-size: cover;
}
.items-container .item-title{
  position: absolute;
  top: 80px;
  width: 109px;
  min-height: 19px;
  max-height: 38px;
  line-height: 17px;
  word-wrap: break-word;
  overflow: hidden;
  text-align: center;
  padding: 2px 5px;
  cursor: inherit; 

  white-space: pre-line;
  text-overflow: ellipsis; 
  -o-text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  display: none;

}
.items-container .item-path,
.items-container .item-uri,
.items-container .item-size,
.items-container .item-info {
  display:none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pswp__button--download {
  display: block;
  /*width: 80px;*/
  height: 50px;
  /*background-color: red;*/
  float: right;
  margin: 10px 10px 0 0;
  color: #FFF;
  cursor: pointer;
  text-align: right;
}
.pswp__button--share {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.addInputNameBtn {
  position: relative;
  bottom: -30px;
  height: 35px;
}

.addNameBtn, .removeNamebtn {
  cursor: pointer;
  display: block;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.container.welcome {
  /*background-image: url('/images/bg.png');*/
  min-width: 400px;
  min-height: 740px;
}

.container.welcome .btn {
  background-color: #F59795;
  border-color: #F59795;
  color: #FFF;
}


.face-container {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  margin: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  /*margin-top: -25%;*/
  /*margin-left: -40%;*/
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  z-index: 999;
  border-radius: 10px;
  padding: 10px;
  max-width: 600px;
  max-height: 600px;
}

.face-container #vid-show {
  width: 100%;
  height: 35vh;
  /*border-radius: 50%;*/


  margin: 0 auto;

}
.face-container .video_container{
  margin: 0 auto;
  width: 100%;
  height: 35vh;
  /*background-color: red;*/
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
}

.face-container #vid-take {
  width: calc(100% / 2 - 10px);
  height: 4.4rem;
  padding-top: 0.2rem;
  display: inline-block;
  background-color: #B4B4B4;
  border: none;
  font-size: 1.2rem;
  /*border-radius: 0;*/
}
.face-container .email {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.face-container .upimage_label, .face-container .post_label {
  width: calc(100% / 2);
  height: 4.4rem;
  padding-top: 0.2rem;
  display: inline-block;
  background-color: #B4B4B4;
  border: none;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
}
.face-container .upload_btn, .face-container .post_btn {
  width: calc(100% / 3);
  height: 4.4rem;
  padding-top: 0.2rem;
  display: inline-block;
  background-color: #B4B4B4;
  border: none;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
}
.face-container #upload_img, .face-container #post_img{
  display: block;
  width: auto;
  bottom: 10px;
  position: absolute;
  right: 10px;
  left: 10px;
  text-align: center;
}
.face-container #upimage, .face-container #posts_images {
  display: none;
}
.face-container .events_form_title{
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.face-container .events_code, .face-container .events_password {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.face_close, .events_close, .post_close{
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 18px;
  background-color: #CCCCCC;
  text-align: center;
  color: #000000;
  border-radius: 10px;
}

.closebtn_container {
	position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.closebtn_container .face_close_text, .closebtn_container .post_close_text{
display: inline-block;
position: absolute;
height: 25px;
top: 4px;
width: 100px;
left: 2rem;

}

.icon_font {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
i.far, i.fas {
  font-size: 1.5rem;
  line-height: initial;
}
.btnbar .btn{
  cursor: default;
}
.btn-group {
  color: #FFF;
}
.btn {
  margin-bottom: 3px;
  background-color: #7395AE;
}
.btn_style{
  background-color: #7395AE !important;
  color: #FFF !important;
  text-align: center;
  line-height: 1.1rem;
  cursor: pointer;
  /*-webkit-border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;*/
}
.btn_style:hover {
  background-color: #557A95 !important;
}

.btn:hover {
  background-color: #557A95;
}
.btn-secondary.active {
  background-color: #557A95;
}

#backBtn, #selfBtn {
  position: fixed;
  right: 1rem;
  bottom: 6rem;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding-top: 20px;
  z-index: 100;
  color: #FFFFFF;
  line-height: 1rem;
  font-size: 0.8rem;
}

#backBtn i.far, #selfBtn i.far{
  font-size: 1.3rem;
}

#faceBtn, #postBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding-top: 5px;
  z-index: 100;
  color: #FFFFFF;
  line-height: 1rem;
  font-size: 0.8rem;
}

#faceBtn i.far, #postBtn i.far{
  font-size: 1.3rem;
}

#postBtn {
	right: 6rem;
}

.download_tips {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 280px;
  border: 1px solid #d3d3d3;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  margin-left: -140px;
  opacity: 0.6;
}

.loading_div{
  position: absolute;
  display: none;
  top: 340px;
  width: 100%;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.loading_div_text, .loading_div_animate{
  display: inline-block;
}

.cate_panel {
  margin-bottom: 0.5rem;
  /*position: -webkit-sticky;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
  max-height: 72px;
  overflow: auto;
}
.cate_panel .cate_btn {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  text-align: center;
  cursor: pointer;
  line-height: 1rem;
}
.cate_panel .cate_btn.active {
  border-bottom: 1px solid #000;
}

.custom_video{
    position: relative;
    margin: 5% auto;
    text-align: center;
    display: table;
    width: 80%;
    height: 80%;
}

.custom_video .custom_video_table{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.custom_video .custom_video_table video{
	max-width: 100%;
	max-height: 100%;
}

@media (min-width: 680px) {
  body{
    overflow: hidden;
  }
  .items-container{
    margin-top: initial;
  }
  .items-container .item.photo{
    transition: 0.3s;
  }
  .items-container .item.video{
    transition: 0.3s;
  }
  .folder-interface {
    width: calc(100vw - 340px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background-color: rgba(233,233,233,0.6);
    border-radius: 10px;
    height: calc(100vh - 20px);
  }
  .header{
    width: 300px;
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 10px;
    background-color: rgba(233,233,233,0.6);
    border-radius: 10px;
    height: calc(100vh - 20px);
  }
  .header .header_title {
    font-size: 1.5rem;
    word-wrap: break-word;
  }

  .folder-interface .btnbar {
    border: none;
  }
  .folder-interface .header_banner{
    display: none;
  }
  .cate_panel {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    background-color: initial;
    z-index: initial;
  }


}

body.font_color_white{
	color: #ffffff;
}

body.font_color_white .cate_panel{
	background-color: rgba(255,255,255,0.3);
}

body.font_color_white .cate_panel .cate_btn.active{
	border-bottom-color: #ffffff;
}

@media (min-width: 680px) {
  body.font_color_white .cate_panel {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    background-color: initial;
    z-index: initial;
  }
}

.popup_cookies{
	position: fixed;
	bottom: 0px;
	padding: 0.5rem 1rem;
	width: 100%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	z-index: 6000;
}

.cookies_button{
	position: relative;
	display: inline-block;
	width: 30rem;
	max-width: 40%;
	padding: 0.5rem;
	margin: 0 0.5rem 1rem;
	border: 1px solid #000000;
	background-color: #7395AE;
	color: #FFFFFF;
	font-weight: bold;
}

.cookies_button_blue{
	background-color: #FFFFFF;
	color: #7395AE;
	font-weight: bold;
}

.display_image_div_frame1, .popup_opt_frame1{
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.display_image_div_frame2, .popup_opt_frame2{
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

.display_image_div_frame3, .popup_opt_frame3{
	margin: 0 auto;
	text-align: center;
}

.display_image{
	max-width: 100%;
	max-height: 100%;
}

.opt_out_button, .opt_in_button, .opt_cancel_button{
	position: relative;
	display: inline-block;
	width: 139px;
	height: 57px;
	margin: 10px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}
.opt_out_button{
	background-image: url('/images/opt_out.png?v202509');
}
.opt_in_button{
	background-image: url('/images/opt_in.png?v202509');
}
.opt_cancel_button{
	background-image: url('/images/opt_cancel.png?v202509');
}

.opt_out_pop_button, .opt_in_pop_button, .opt_cancel_pop_button{
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	width: 109px;
	height: 45px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.opt_out_pop_button{
	background-image: url('/images/opt_out.png?v202509');
}
.opt_in_pop_button{
	background-image: url('/images/opt_in.png?v202509');
}
.opt_cancel_pop_button{
	background-image: url('/images/opt_cancel.png?v202509');
}

.popup_opt_frame1{
	display: none;
	font-size: 0.9rem;
}

.popup_opt_frame3{
	padding: 0.5rem 2rem;
	width: 90%;
	max-width: 800px;
	border: 3px solid #7395AE;
	background-color: #FFFFFF;
	z-index: 8000;
}

@media (min-width: 680px) {
	.popup_cookies, .popup_opt_frame1{
		font-size: 1.1rem;
	}
}
/*@media screen and (min-width: 1024px) {
    .container {
        background-color: lightblue;

    }
}
@media screen and (min-width: 1280px) {
    .container {
        background-color: red;
    }
}
*/