@charset "utf-8";
.dt_title {
	font-weight:bold;
	font-size:48px;
}
.dt_td_title {
	font-size:16px;
	background-color:#efefef;
	text-align:left;
}
.dt_td_title_x {
	font-size:16px;
	background-color:#f8f8f8;
	text-align:left;
}
.dt_input.dt_input_expand {
	font-size:16px;
}
.dt_input_expand{
	white-space:pre;
}
.dt_button {
	font-weight:bold;
	font-size:20px;
}
.dt_button_cycle {
	border: none;
	text-align: center;
	display: inline-block;
	font-size:20px;
	border-radius:50%;
	background-color: #4CAF50;
}
.dt_button_animation {
	display: inline-block;
	padding: 25px 20px;
	font-size: 24px;
	cursor: pointer;
	text-align: center;   
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #4CAF50;
	border: none;
	border-radius: 15px;
	box-shadow: 0 2px #999;
}
.dt_button_animation:hover {background-color: #3e8e41}
.dt_button_animation:active {
  background-color: #3e8e41;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

.dt_button_animation_red {
  display: inline-block;
  padding: 25px 20px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #FF0000;
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px #999;
}
.dt_button_animation_red:hover {background-color: #EE0000}
.dt_button_animation_red:active {
  background-color: #EE0000;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

html,body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin:0;
	padding:0;
}
body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	background:#fff;
	-webkit-text-size-adjust:100%
}
a {
	color:#172c45;
	text-decoration:none
}
a:hover {
	color:#cd0200;
	text-decoration:underline
}
em {
	font-style:normal
}
li {
	list-style:none
}
img {
	border:0;
	vertical-align:middle
}
table {
	border-collapse:collapse;
	border-spacing:0
}
p {
	word-wrap:break-word
}

.color_red{
  color: #EE0000;
}
.color_darkorange{
  color: #ff8c00;
}
.color_blue{
  color: #0000ff;
}
.grid_style0 { grid-area: style0; }
.grid_style1 { grid-area: style1; }
.grid_style2 { grid-area: style2; }
.grid_style3 { grid-area: style3; }
.grid_style4 { grid-area: style4; }
.grid_style5 { grid-area: style5; }
.grid_style6 { grid-area: style6; }

.grid-ipwdg-relay {
  display: grid;
  grid-template-areas:
    'style0 style1'
    'style2 style3'
    'style4 style5'
    'style6 style6';
/*  background-color: #2196F3; */
  grid-gap: 1px;
  padding: 0;
  top: 0;
}
.grid-ipwdg-ping {
  display: grid;
  grid-template-areas:
    'style0 style3'
    'style1 style4'
    'style2 style5';
  grid-gap: 1px;
  padding: 0;
  top: 0;
}
.grid-ipwdg-FaiRetry {
  display: grid;
  grid-template-areas:
    'style0 style2'
    'style1 style3';
  grid-gap: 1px;
  padding: 0;
}

.grid-row-3{
  display: grid;
  grid-template-areas:
    'style0 style1 style2';
  grid-gap: 1px;
  padding: 0;
}

.grid-ipwdg-relay .grid-ipwdg-ping .grid-ipwdg-FaiRetry .grid-row-3 > div {
/*  background-color: rgba(255, 255, 255, 0.8); */
/*  text-align: center; */
  padding: 1px 0;
}

.top {
	width:100%;
	height:110px;
	text-align:centor;
	background-color:#e0e0e0;
}
.top_right {
	position:absolute;
	right:101px;
	bottom:20px;
}
.logo {
	position:absolute;
	text-align:left;
	top:31px;
	left:22px;
}
.mycontent .content_top {
	padding-left:100px;
	padding-bottom:30px;
}
.mycontent .content_top h1 {
	color:#990000;
	font:20px;
	font-weight:bold;
}
.mycontent table {
	font:bold 15px;
	text-align:center;
}
.mycontent table td {
	padding:4px 10px;
}
.menu_table {
	background-color:#efefef;
}
.menu_table table {
	margin-left:30px;
	margin-top:10px;
	font:bold 16px;
}

.number.number_btn.number_label.number_label_offline {
    padding: 2px;
    font-size: 16px;
    border: none;
}

.number_label {
    background-color: #4CAF50;
    color: white;
}

.number_btn {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

.number_label_offline {
    background-color:grey;
    color: white;
}

/* for login password */
.dt_pass_div{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
/*  height: 100vh; */
  display: flex;
  align-items: center;
/*  justify-content: center; */

  position: relative;
/*  width: 150px; */
  height: 28px;
  border-radius: 2px;
  border:1px solid #000;
}
.dt_pass_div input{
  position: absolute;
  top: -1px;
  height: 100%;
/*  font-size: 18px; */
  outline: none;
  border: none;
  background-color:transparent;
}
.pass_eye{
  position: absolute;
  top: -1px;
  right: 1px;
  width: 28px;
  height: 28px;
  background-image: url(img/eye_hide.svg);
  background-size: 100% 100%;
  cursor: pointer;
}
.pass_eye.show_eye{
  background-image: url(img/eye_show.svg);
  background-size: 100% 100%;
}

/* for others password */
.dt_pwd_div{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
/*  height: 100vh; */
  display: flex;
  align-items: center;
/*  justify-content: center; */

  position: relative;
  height: 19px;
  border-radius: 2px;
  border:1px solid #000;
}
.dt_pwd_div input{
  position: absolute;
  top: -1px;
  height: 100%;
/*  font-size: 18px; */
  outline: none;
  border: none;
  background-color:transparent;
}
.pwd_eye{
  position: absolute;
  top: -1px;
  right: 1px;
  width: 19px;
  height: 19px;
  background-image: url(/img/eye_hide.svg);
  background-size: 100% 100%;
  cursor: pointer;
}
.pwd_eye.show_eye{
  background-image: url(/img/eye_show.svg);
  background-size: 100% 100%;
}

#upgrade_progress {
	width: 756px;
	background-color: #ddd;
}

#upgrade_bar {
	left: 0px;
	width: 0%;
	height: 30px;
	background-color: #4CAF50;
	text-align: center;
	line-height: 30px;
	color: white;
}
