@media screen and (max-width:1175px){
    #network_navigate{
        visibility: hidden;
    }
}

table.network_background_table{
    border-collapse:collapse;        
    border-left:1px solid #d1d1d1;
    border-top:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
    width:80%;
    background:#ffffff;
    position: relative;
}

table.network_background_table td{
    padding:20px 0px 0px 20px;
}

table.network_background_highlight_table{
    border-collapse:collapse;        
    border-left:1px solid #0096E7;
    border-top:1px solid #0096E7;
    border-right:1px solid #0096E7;
    border-bottom:1px solid #0096E7;
    width:80%;
    background:#ffffff;
}

table.network_background_highlight_table td{
    padding:20px 0px 0px 20px;
}

table.no_space_table
{     
    border-collapse: collapse;
    text-align: left;
}
table.no_space_table td
{
    padding: 0px 0px 0px 0px;
}

table.content_space_table
{     
    border-collapse: collapse;
    text-align: left;
}
table.content_space_table td
{
    padding: 0px 0px 0px 0px;
}

table.ipsetting_ipv6_table
{
    font-family: 'Arial Normal', 'Arial';
    font-size: 12px;
    background: #ffffff;        
    border-collapse: collapse;
    text-align: left;
    width:80%;
    border-bottom: 1px solid #e1e1e1;    
}
table.ipsetting_ipv6_table th
{
    font-size: 12px;
    color: #333333;
    padding: 0px 0px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    word-break:break-all;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
}
table.ipsetting_ipv6_table td
{
    color: #333333;
    padding: 0px 0px 0px 0px;
    text-align: left;
    height:27px;
    word-break:break-all;        
}

.item_title_text{
  font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  font-weight:700;     
  font-style:normal;
  font-size:12px;
  color:rgb(0,0,0);
  text-align:left;
}

.configure_ipv6_title{
  font-family:'Arial Normal', 'Arial';
  font-weight:bold;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
}

.ax_paragraph {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}

.netowk_setting_title{
  font-family:'Arial Regular', 'Arial';
  font-weight:bold;
  font-style:normal;
  font-size:12px;
  color:#333333;
  text-align:left;
  line-height:normal;
  padding: 0px 0px 0px 0px;
}

.modal-nobottom-header {
  padding: 15px;
  min-height: 16.42857143px;
}

.modal-nobottom-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-network-body {
  position: relative;
  padding: 14px;
}

.ax_shape {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}

.ax_table {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_table_cell {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_text_field {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:12px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_text_area {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:12px;
  color:#000000;
  text-align:left;
  /*line-height:normal;*/
  padding: 0px 0px 0px 0px;
}
.gray_text{
    color: gray;
    /*font-style: italic;*/
}
.ax_select_box{
    height:28px;
    width:100%;
    font-family:'Arial Regular', 'Arial';
    font-size:12px;
    font-style:normal;
}
.ax_number_box{
    height:25px;
    font-family:'Arial Regular', 'Arial';
    font-size:12px;
    font-style:normal;
}

.ax_text_area_item_title {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:14px;
  color:#757575;
  text-align:left;
  line-height:normal;
  padding: 0px 0px 0px 0px;
}

.ax_right_arrow_img{
    height:18px;
    width:11px;
}

*, *:after, *:before {
  box-sizing: border-box;
}

section {  
}

.htmleaf-content {
}

/*=====================*/
.slide_checkbox {
  position: relative;
  display: inline-block;
}
.slide_checkbox:after, .slide_checkbox:before {
  font-family: 'Arial Regular', 'Arial';
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.slide_checkbox label {
  width: 90px;
  height: 36px;
  background: #cccccc;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slide_checkbox label:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 36px;
  border-radius: 100%;
  left: 0;
  /*top: -5px;*/
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slide_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.slide_checkbox input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.slide_checkbox input:checked + label:after {
  left: 40px;
}

.slide_button .slide_checkbox {
  width: 110px;
  height: 30px;
  border: 2px solid #0096E7;
  background: #0096E7;
  border-radius: 0px;
  overflow: hidden;
}
.slide_button .slide_checkbox:after, .slide_button .slide_checkbox label:before {
  content: 'Enabled';
  position: absolute;
  left: 5px;
  top: 5px;
  font-family: 'Arial Regular', 'Arial';
  font-size: 12px;
  font-weight:bold;
  color: #fff;
  line-height: 19px;
}
.slide_button .slide_checkbox label:before {
  content: 'Disabled';
  left: auto;
  top: 5px;
  right: 3px;
  z-index: 1;
}
.slide_button .slide_checkbox label {
  background: #666666;
  width: 110px;
  height: 30px;
  border-radius: 0px;
}
.slide_button .slide_checkbox label:after {
  border-radius: 0px;
  box-shadow: none !important;
  /*top: 0;*/
  width: 52px;
  height: 30px;
}
.slide_button .slide_checkbox input:checked + label {
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
.slide_button .slide_checkbox input:checked + label:after {
  left: -15px;
}

.ax_droplist {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_list_box {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_checkbox {
  font-family:'Arial Regular', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.blue_bground_text{
  width: 90px;
  height: 30px;
  background: #333333;
  border-radius: 0px;
  font-family: 'Arial Regular', 'Arial';
  font-size: 12px;
  font-weight:bold;
  color: #fff;
  padding:5px;  
}
.network_background_table .row{
    padding-bottom: 10px;
}
/*----------------switch-button-reverse----------------*/

.switch-button-reverse label {
    width: 57px;
    height: 30px;
    padding: 3px;
    background-color: rgb(204,204,204);
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: right;
}

.switch-button-reverse label div {
    width: 24px;
    height: 24px;
    z-index: 2;
    background: #ffffff;
    display: block;
    float: left;

    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.switch-button-reverse input + label:after {
    line-height: 24px;
    font-family: 'Arial Regular', 'Arial';
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 7px;
}

.switch-button-reverse input {
    display: none;
}

.switch-button-reverse input:checked + label {
    background-color: rgb(51,63,75);
}

.switch-button-reverse input:checked + label div {
    transform: translateX(27px);
    -webkit-transform: translateX(27px);
    -moz-transform: translateX(27px);
    -o-transform: translateX(27px);
}

.switch-button-reverse input:disabled + label {
    cursor: no-drop;
    background-color: rgb(138,153,168);
}
.switch-button-reverse input:disabled + label:hover, .switch-button-reverse input:disabled + label:focus{
    outline: red solid 2px;
}
.switch-button-reverse input + label:hover{
    outline: rgb(0, 121, 186) solid 2px;
}
.network-help-popup{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.ntpserver {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  display: inline-block;
  background-image: url(/www/images/add_vol.png);
  width: 15px;
  height: 15px;
}

.ntpserver.add-ntpserver {
  cursor: pointer;
}

.ntpserver.add-ntpserver.active{
  cursor: not-allowed;
}