body {
  background-color: #bbc1c4;
}

.responsive-iframe {
  background-color: #bbc1c4;
  position: fixed;
  left: 14%;
  right: 5%;
  width: 84%;
  height: 80%;
}

.responsive-iframe2 {
  background-color: #bbc1c4;
  position: fixed;
  width: 95%;
  height: 75%;
}

.responsive-mobile-iframe {
  background-color: #bbc1c4;
  position: fixed;
  left: 1%;
  right: 1%;
  width: 99%;
  height: 99%;
}


.status_box {
    position: inherit;
    width: 160px;
    height: 45px;
    border-radius: 5px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.iphone_count_icons {
    background: url(../img/iphone_count.png) no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-position: 8px 8px;
    float: left;
    text-align: center;
}

.wifi_connection_icons {
    background: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-position: 8px 8px;
    float: left;
    text-align: center;
  /*  position: absolute; */
}
.connection_quality_icons {
    background: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-position: 8px 8px;
    float: left;
    text-align: center;
    /* position: absolute; */
}
.status_right {
    padding-left: 40px;
    text-align: center;
}
.status_right-top {
    font-size: 12px !important;
    color: #191980 !important;
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.status_right-bottom {
    font-size: 10px !important;
    color: #191980 !important;
    display: block;
    height: 20px;
    line-height: 20px;
}
.img_styles{
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #191980 !important;
  font-size: 24px !important;
  font-weight: bold;
}

.sub_title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #391988 !important;
  font-size: 20px !important;
  font-weight: bold;
}

.sub_title_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #04AA6D !important;
  font-size: 14px !important;
  font-weight: bold;
}

.hidden {
  display: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.bg_1 {
  background-color: #4e5659;
}

.bg_2 {
  background-color: #353535;
}

.bg_text_1 {
  background-color: #000066;
}

.btn_tabs {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #3a4042;
  color: lightgrey;
  margin-left: 2px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #3a4042;
}

.btn_tabs:hover {
  /* font-family: "Times New Roman", Times, serif; */
  color: #27A9E3;
  border: 1px solid #4e5659;
}
.act_tab{
  background-color: #4e5659;
}

.act_tabsup {
  background-color: #4e5659;
  color: white;
  border: 1px solid #4e5659;
}

.btn_up {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #3a4042;
  color: lightgrey;
  border-radius: 20px 20px 0px 0px;
  height: 40px;
}

.act_up {
  background-color: #bbc1c4;
  border: 1px solid #bbc1c4;
}

.btn_up:hover {
  /* font-family: "Times New Roman", Times, serif; */
  color: #000;
  border: none;
}

.btn_side {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #3a4042;
  color: lightgrey;
}

.btn_exp {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #3a4042;
  color: lightgrey;
}

.act_side_1,
.act_side_2,
.act_side_3 {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #386997;
  background-image: linear-gradient(#ccffff, #386997, #386997);
  color: white;
}

.btn_exp:hover,
.btn_side:hover {
  /* font-family: "Times New Roman", Times, serif; */
  background-color: #386997;
  background-image: linear-gradient(#386997, #ccffff, #386997);
  color: blue;
}

.filled_right {
  background-color: #3a4042;
  color: lightgrey;
  border: 1px solid black;
}

.filled_left {
  background-color: #2a5872;
  color: lightgrey;
  border: 1px solid black;
}

/* Set a style for all buttons */
.butn {
  color: white;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  width: 160px;
  height: 24px;
  background: linear-gradient(0deg, #000, #6b6b6b);
  box-shadow: 0 0 0 3px #353535, 0 0 0 4px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

.butn:hover {
  color: white;
  opacity: 0.8;
}

.inp {
  display: inline-block;
  box-sizing: border-box;
  background: #c0c0c0;
  width: 200px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: black;
}

.inp_url {
  display: inline-block;
  box-sizing: border-box;
  background: #c0c0c0;
  width: 300px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.inp_comment {
  display: inline-block;
  box-sizing: border-box;
  background: #c0c0c0;
  width: 400px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.log_content {
  width: auto;
  height: 350px;
  max-height: 450px;
  overflow-y: scroll;
  background-color: #F1F1F1;
}

label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:2px;
  margin-bottom: 2px;
  display:inline-table;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: linear-gradient(0deg, #333, #000);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  box-shadow: 0 0 0 3px #353535, 0 0 0 4px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input[type=radio]:checked {
  border: 8px solid #e67e22;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* ------------------------- Block ----------------------*/
.Block {
  /* width: 420px;
    height: 200px;
    padding: 18px;
    background-color: white;
    border: red medium solid;
    color: black; */
  font-size: 16px;
  text-align: right;
  font-family: "Times New Roman", Consolas, simsun, simhei, "Microsoft YaHei", "Microsoft JhengHei";
}
.BlockButton{
    width: 50px;
    height: 25px;
    position: absolute;
    color: white;
    background-color: #e67e22;
    right: 3px;
    bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

.BlockButton:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.BlockButton2{
    right: 60px;
}

.Block div{
    display: inline-table;
    word-break: break-all;
}
.Block_Loading_Img {
  width: 50px;
  height: 50px;
  float: right;
  margin-left: 15px;
}

.BlockImgLeft {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.BlockTextArea {
  width: auto;
  color: black;
  font-size: 16px;
  text-align: left;
  font-family: "Times New Roman", Consolas, simsun, simhei, "Microsoft YaHei", "Microsoft JhengHei";
  border: 0;
  overflow: none;
  resize: none;
  /* Firefox, Chrome */
  word-break: break-word;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  *white-space: normal;
  /* IE 7 */
  *word-wrap: break-word;
  /* IE 7 */
}

.ErrorBlock {
  background-color: white;
}

.AlertBlock {
  background-color: white;
}

/*------------- table --------------*/
table {
  width: 100%;
}

th, td {
  padding-left: 3px;
}
/*------------- Progress --------------*/
.ui-progressbar {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.progress-button {
    right: -3px;
    bottom: -3px;
}
.progress-button-cancel {
    width: 55px;
    z-index: 100;
    right: -3px;
    bottom: -3px;
}
.progress-label {
    position: absolute;
    text-align: right;
    width: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    top: 8px;
    left: 20px;
}
.progress-text {
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    display: inline-block;
    top: 8px;
    left: 0px;
}

/* mobile section  */
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: black;
  color: grey;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #MobileLink {
  display: none;
}

.topnav a {
  color: white;
  padding: 1px 1px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  color: #27A9E3;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #000;
  color: #e67e22;
}

.active {
  background-color: #04AA6D;
  color: grey;
}
