/* reset */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Noto Sans TC';font-weight: bold;}

body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #419aff;
}
a:hover { color: #41ccff; }

/* customize button */
.btn {
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.btn:active {
    background-image: none;
    outline: 1;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.btn-primary {
    background-color: #fff;
    border-color: #ccc;
}
.btn.btn-primary:hover {
    background-color: #e6e6e6;
}

/* header */ 
.header {
    background: #ff84aa;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px;
    color:#ffffff;
}
.header p {
    margin: 12px 0;
}
.header .btn-group {
    margin: 8px 0;
}

/* style for waterfall grid */
.wf-container {
    margin: 0 auto;
    margin-bottom: 300px;
}
.wf-container:before,.wf-container:after {
    content: '';
    display: table;
}
.wf-container:after {
    clear: both;
}
.wf-box {
    margin: 10px;
    margin-top: 20px;
    position: relative;
}
.wf-box img { 
    display: block;
    /*width:100%;*/

    width: 300px;
    height:300px;
    object-fit: cover;
}
.wf-box .content {
    border: 3px solid #ccc;
    border-top-width: 0;
    padding: 5px 8px;
    width: 300px;
}
.wf-column {
    float: left;
}

.photo-container {
    margin: 0 auto;
    margin-bottom: 300px;
}
.photo-container:before,.photo-container:after {
    content: '';
    display: table;
}
.photo-container:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .wf-container { width: 970px; }
    .photo-container { width: 970px; }
}
@media screen  and (min-width: 992px) {
    .wf-container { width: 970px; }
    .photo-container { width: 970px; }
}
@media screen and (min-width: 1200px) {
    .wf-container { width: 970px; }
    .photo-container { width: 970px; }
}

.photo_selected
{
    position: fixed;
    float:right;
    bottom: 0;
    right:0;
    z-index:100;
    width:400px;
    height:400px;
    border-radius: 400px 0 0; 
    line-height: 400px; 
    text-align: center; 
    background-color: white;
    box-shadow:1px 1px 30px black; 
    font-family: 'Noto Sans TC';
    font-weight: bold;

    -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 */
}

.photo_selected button{
    position: fixed;
    right:30px;
    bottom: 30px;
    width:300px;
    background-color:#ff84aa;
    -moz-border-radius:58px;
    -webkit-border-radius:58px;
    border-radius:58px;
    border:1px solid #ff84aa;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:57px;
    padding:10px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ff84aa;
}

button:focus {outline:0;}

.text{
    margin-top: 25%;
    margin-left: 10%;
    line-height:80px;
}

.photo_selected .text p{
    font-size:32px;
    color: #7e7b7b;
}

.photo_selected .text h1{
    margin-top: 20px;
    font-size:80px;
    color: #ff84aa;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.overlay_background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 300px;
  width: 300px;
  opacity: 0.7;
  background-color: black;
  z-index: 51;
}

.icon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}

.icon i {
  color: #ff84aa;
  font-size: 100px;
  position: absolute;
  margin-top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.back
{
    position: fixed;
    float:left;
    bottom: 0;
    left:0;
    z-index:100;
    width:400px;
    height:400px;
    text-align: center; 
    background-color: transparent;
    
    font-family: 'Noto Sans TC';
    font-weight: bold;

    -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 */
}

.back button{
    position: fixed;
    left:30px;
    bottom: 30px;
    width:300px;
    background-color:#ff84aa;
    -moz-border-radius:58px;
    -webkit-border-radius:58px;
    border-radius:58px;
    border:1px solid #ff84aa;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:57px;
    padding:10px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ff84aa;
}

.fblogin{
    margin-top: 100px;
    text-align: center;
}

.login{
    margin-top: 200px;
    text-align: center;
}

.login button{
   margin-top: 30px;
   width:416px;
   height:90px;
   border: 0px solid #FF84AA;
   background-color: #FF84AA;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   color: #fff;
   font-size: 35px;
   text-decoration: none;
   font-weight: bold;  
}

.printing{
    margin-top: 30px;
    font-size: 40px;
}

.logout{
    float:right; 
    width:200px;
    text-align:center;
    margin-top:-70px;
}
.logout img{
  width:100%;
}

.finish{
    margin-top: 60px;
    text-align: center;
}
.finish img{
    margin-left:10%;
    width: 90%;
}
.finish .title{
    margin-top: 30px;
    font-size: 50px;
    font-weight: bold;
}
.finish .content{
    margin-top: 30px;
    font-size: 40px;
    color:#666666;
}
.btnOK{
    width: 300px;
    height: 100px;
    font-size: 40px;
    color: #fff;
    border-radius: 120px;
    border-style: none;
    background-color: #ff84aa;
    outline: 0;
    margin-top: 50px;
}
                 
