html,body,h1,h2,h3,h4,h5 {font-family: "Verdana", sans-serif}

.content_page{
	height: 100%; 
	padding: 32px 10px 10px 10px; 
}

#page_map{
	padding: 0px;
}
.map{
  width: 100%;
  height: 96%;
  position: absolute;
  right: 0px;
  margin-top: 22px;
}

.top_function_page_reservation_list{
  text-align: right;
}

.input_style {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0,142,198,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin-right: 5px;
}

.input_style_table {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0,142,198,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin-right: 5px;
}

.input_bt_style{
  background: #3d85c6;
  border: none;
  border-radius: 3px;
  padding: 8px 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  white-space: normal;
  -webkit-appearance: none;
  margin-bottom: 5px;

}

.input_bt_style:hover{
  background: #0175de;
}

.select_box_map{
  position: fixed;
  z-index: 10;
  right: 180px;
  top: 80px;
  height: 42px;
  width: 170px;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.check_box_map{
  position: fixed;
  z-index: 10;
  right: 70px;
  top: 80px;
  height: 42px;
  width: 100px;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.box_map_station{
  top: 130px;
}


table{
  border-collapse: collapse;
  border: 0px solid #BBB;
}

.table_reserv_list thead,th{
    border: 1px solid #BBB;
}

.table_reserv_list tbody,td{
    border: 1px solid #BBB;
    padding: 4px;
}

.table_reserv_list .border_radius_top{
  border-radius: 5px 5px 0px 0px:
}

.list_text_title{
  color: rgb(46, 100, 254);
  display: inline-table;
}

.list_text_value{
  display: inline-table;
}

.breakdownitem{
  font-size:12px;
}

.breakdownamount{
  font-size:12px;
  text-align: right;
}

.width_40{width: 40px;}
.width_50{width: 50px;}
.width_60{width: 60px;}
.width_70{width: 70px;}
.width_80{width: 80px;}
.width_90{width: 90px;}
.width_100{width: 100px;}
.width_110{width: 110px;}
.width_120{width: 120px;}
.width_130{width: 130px;}
.width_140{width: 140px;}
.width_150{width: 150px;}
.width_160{width: 160px;}
.width_170{width: 170px;}
.width_180{width: 180px;}
.width_190{width: 190px;}


.width_10P{width: 10%;}
.width_20P{width: 20%;}
.width_30P{width: 30%;}
.width_40P{width: 40%;}
.width_50P{width: 50%;}
.width_60P{width: 60%;}
.width_70P{width: 70%;}
.width_80P{width: 80%;}
.width_90P{width: 90%;}
.width_100P{width: 100%;}



@media (max-width:768px){
  .content_page{ 
    left: 0px;
  }
  .top_function_page_reservation_list{
    margin-top: 0px;
  }
  .top_function_page_reservation_list .input_style{
    display: inline-block;
    width: 94%;
    margin: 2px;
  }
  .top_function_page_reservation_list .input_bt_style{
    display: inline-block;
    width: 100%;
    margin: 2px;
  }
  .table_reserv_list{
    margin-top: 10px;
  }
  .input_style_table{
    max-width: 200px;
  }
  .list_text_title{
    font-size: 12px;
  }
  .list_text_value{
    font-size: 13px;
  }
}
@media (min-width:993px){
  .top_function_page_reservation_list{
    margin-top: -50px;
  }
  .content_page{ 
    left: 60px;
  }
  .list_text_title{
    font-size: 12px;
  }
  .list_text_value{
    font-size: 13px;
  }
}

.div_top_navi{
  padding-left: 60px;
}
.logo_nav{
  height: 50px;
}
.label_logo_top_nav{
  position: absolute;
  top: 85px;
  left: 130px;
  font-size: 20px;
  font-weight: bold;
}
.label_logo_top_nav_2{
  position: absolute;
  top: 110px;
  left: 110px;
  font-size: 15px;
}


.dialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    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 */
}

.dialog-header {
    padding: 2px 16px;
    background-color: #00a6cb;
    color: white;
}

.dialog-bt-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.dialog-bt-close:hover,
.dialog-bt-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dialog-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    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
}

@-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}
}
.title_dialog{
  width: 100%;
  text-align: center;
  background: #00a6cb;
  color: #ffffff;
}

.bt_menu{
  border-radius: 3px;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 4;
  top: 32px;
  left: 10px;
  background: #00a6cb;
  color: #ffffff;
  border: none;
}

.icon_img_title_nav{
  border-radius: 3px;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 3;
  top: 10px;
  left: 10px;
  background: #00a6cb;
  color: #ffffff;
  border: none;
}

.labels {
  color: black;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: auto;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid black;
  white-space: normal;
  top: 0px;
}

.nav_menu{
	width: 60px;
	height: 100%;
	overflow-x: hidden;
}

.label_nav_bt_icon{
	position: absolute;
	height: 186px;
	width: 18px;
}

.text_label_nav_bt_icon{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}
.bt_nav{
	margin-left: 18px;
}
.text_nav_bt_icon{
	margin-left: -17px;
	text-align: center;
}

h4,h6{
	margin: 0
}
.title_content{
	font-weight: bold;
	color: #444;
	margin-left: 50px;
	margin-top: 3px;
}

.table_tr_reserv_list{
  border-bottom: 3px solid #444;
  border-top: 3px solid #444;
}

.bt_control_table_disable{
	width: 140px;
	background: #555;
	color: #888;
	border: none;
	border-radius: 3px;
	padding: 8px 20px;
	display: inline-block;
	text-align: center;
	margin: 5px;
	white-space: normal;
	-webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table{
	width: 140px;
	background: #3d85c6;
	border: none;
	border-radius: 3px;
	padding: 8px 20px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	margin: 5px;
	white-space: normal;
	-webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table:hover{
	background: #0175de;
}

.bt_control_table_2{
  width: 90px;
  background: #3d85c6;
  border: none;
  border-radius: 3px;
  padding: 5px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 5px;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table_2:hover{
  background: #0175de;
}

.bt_control_table_td{
  background: #ff9800;
  border: none;
  border-radius: 3px;
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  margin: 5px;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table_td:hover{
  background: #f99602;
}

.bt_control_table_td_2{
  background: #01DF74;
  border: none;
  border-radius: 3px;
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  margin: 5px;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table_td_2:hover{
  background: #01DF3A;
}

.bt_control_table_td_3{
  background: #3d85c6;
  border: none;
  border-radius: 3px;
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  margin: 5px;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none;
}

.bt_control_table_td_3:hover{
  background: #0175de;
}

.green{
  background: #01DF3A;
  width: auto;
  border: 0px solid #EEE;
  border-radius: 3px;
  padding: 8px;
  margin-right: 5px;
  color: #FFF;
}

.green:hover{
  background: #01DF3A;
}

.font_size_9{
	font-size: 9px;
}

.disable{
	background: #555;
	color: #888;
}

.selected_bt_nav{
  border-left: 2px solid #81DAF5;
}

.button-a{
  text-decoration: none; 
  cursor: pointer; 
  white-space: nowrap;
  display: inline-block;
  width: 60px; 
  height: 60px; 
  color: white; 
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.button-a:hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.button-a-selected{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.button-a-text{
  font-size: 10px; 
  text-align: center; 
  margin: auto;
}

.hr_style{
  margin: 5px 0; 
  border: none;
}

.title_username{
  background: #00a6cb;
  width: 100%;
  text-align: right;
  color: #FFF;
  padding-right: 10px;
  position: fixed;
  z-index: 1;
  white-space: nowrap;
}

#gotop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.5); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#gotop:hover {
    background-color: rgba(0, 0, 0, 0.6); /* Add a dark-grey background on hover */
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #005d72;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-thumb:hover {
  background: #00a6cb;
}
::-webkit-scrollbar-thumb:active {
  background: #00a6cb;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.success {
  background-color: #01DF3A;
}

.danger {
  background-color: red;
}

.info {
  background-color: #333333;
}
.info:hover {
  background-color: #333333;
}

.warning {
  background-color: #f99602;
}