html::before {
  content: ' ';
  display: block;
  background-image: url('../image/back.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; 
}

.select-script{position:relative; width:100%; height:30px; line-height:30px; border:1px solid #606976; border-radius:4px; text-transform:uppercase; background:#fff;}
.select-script label{position:absolute; width:90%; font-size:.86em; color:#606976; top:0; left:0; padding:0 5%; text-align:left;}
.select-script label:after{content:'¡å'; width:20%; height:30px; position:absolute; top:0; right:0; font-size:.76em; color:#fff; text-align:center; background:#606976;}
.select-script select{width:100%; height:30px; opacity:0; filter:alpha(opacity=0); -ms-filter:alpha(opacity=0)/* IE 8 */;}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color:#e4e7e6;
/*	background-color:white; */
}
#back {
	width:90%;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top:65px;

    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.5 );
	border-radius:15px;
	overflow: auto;

}

#title { font-weight: bold; font-size:1.1em;}
#temphum { width:60%; }

.temphum{ position:relative; }
.temphum_data{ position:absolute; left:40%; bottom: 15%; font-size:1em; font-weight:bold;}

ul.modal-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
//    background-color: white;
	height:50px;
}

ul.modal-ul li{
	float:left;
}

ul.modal-ul li span, .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

/*
li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}
*/

ul.modal-ul li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

ul.modal-ul li.dropdown div.dropdown-content span {
    color: #555;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content span:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}



.temphum {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #e9e9e9;
	margin-top:0; 
	width: 100px;
}

.temphum img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.control {
    display: inline-block;
    padding: 0 15px;
    margin-top: 10px;
    height: 40px;
    width: 0px;

    font-size: 15px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #e9e9e9;
    color: #555;
	
}

.control #icon {
    float: left;
    margin: 0 10px 0 -25px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    
}

.control #control_icon{
	height: 60px;
	width: 60px;
}

body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
	text-align: left;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#a_control a:visited { color: #555; }

/*//////////////////////////////////////////*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.content {
    position: relative;    
    background-color: #f5f5f5;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    height: 400px;
    margin-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}Æ² °¡µÎ±â

/* The Close Button */
.close {
    color: #444;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
}

.modal-body {
	padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
}

/**************************************************************************/
.btn-group button {
/*    background-color: white;*/
/*    border: 1px solid #d2d2d2;*/
/*    color: #555;*/
    cursor: pointer;
    float: left; 
    font-weight: 600;
    font-size:1em;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.vertical-on button {
    border-bottom: none;
}

.vertical button:not(:first-child){
	margin-left:3%;
}

.vertical button{
	width:20%;
	height:50px;
}

.horizontal button{
	height:40px;
}

.horizontal button:not(:last-child) {
    border-right: none;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #f4f4f4;
}


/*****************************************************************************/

iframe.iframe_graph{
    -moz-transform: scale(0.9, 0.6); 
    -webkit-transform: scale(0.9, 0.6); 
    -o-transform: scale(0.9, 0.6); 
    -ms-transform: scale(0.9, 0.6); 
    transform: scale(0.9, 0.6); 
    -moz-transform-origin: top left; 
    -webkit-transform-origin: top left; 
    -o-transform-origin: top left; 
    -ms-transform-origin: top left; 
    transform-origin: top left; 
}

/****************************************slide show************************************/
/*
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:30px}
*/
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #555;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #555;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/****************************************slide show************************************/


.layer{position:absolute;display:table;top:0;left:0;width:100%;height:100%}
.layer .layer_inner{display:table-cell;text-align:center;vertical-align:middle}
.layer .content{display:inline-block;background:#f00}

