body {
    font-family: Arial !important;
    -moz-box-sizing: border-box !important;
}

* {
    font-family: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

@font-face {
    font-family: "Metric-Light";
    src: url('../font/Metric-Light-Light.eot');
    src: url('../font/Metric-Light-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/Metric-Light-Light.woff') format('woff'),
         url('../font/Metric-Light-Light.ttf') format('truetype'),
         url('../font/Metric-Light-Light.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
   
@font-face {
    font-family: "Metric-Light";
    src: url('../font/Metric-Light-LightItalic.eot');
    src: url('../font/Metric-Light-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/Metric-Light-LightItalic.woff') format('woff'),
         url('../font/Metric-Light-LightItalic.ttf') format('truetype'),
         url('../font/Metric-Light-LightItalic.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: italic;
}
   
@font-face {
    font-family: "Metric-Light";
    src: url('../font/Metric-Light-Semibold.eot');
    src: url('../font/Metric-Light-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../font/Metric-Light-Semibold.woff') format('woff'),
         url('../font/Metric-Light-Semibold.ttf') format('truetype'),
         url('../font/Metric-Light-Semibold.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Metric-Light";
    src: url('../font/Metric-Light-SemiboldItalic.eot');
    src: url('../font/Metric-Light-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/Metric-Light-SemiboldItalic.woff') format('woff'),
         url('../font/Metric-Light-SemiboldItalic.ttf') format('truetype'),
         url('../font/Metric-Light-SemiboldItalic.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: bold;
    font-style: italic;
}



input {
    font-family:Metric-Light,Arial,Serif,Tahoma;
    color:#FFF;
    background-color:#333737;
    text-align:left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

select {
    font-family:Metric-Light,Arial,Serif,Tahoma;
    color:#FFF;
    background-color:#333737;
    text-align:left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height:24px;
}


#top_panel,
#main_container {
    display:block;
    width:1024px;
}

#loginBox {
    display:block;
    width:400px;
    height: 400px;
    padding: 20px 50px 50px 50px;
    margin: 100px auto 20px auto;
    background-image:url('../img/bkg-dim.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border:5px solid #333737;
    font-size:1.5em;
    font-style: normal;
    font-family: Metric-Light, Tahoma, Arial;
}

#loginBox h1 {
    font-size: 1em;
    text-align: center;
}

#loginBox input {
    background-color:#333737;
    color:white;
    border:none;
    text-align:center;
    padding:3px;
    font-size: 1em;
    width:100%;
    margin:12px auto 30px auto;
}


#main_menu_container {
    display:block;
    width:1024px;
}

#top_panel {
    margin:20px auto 30px auto;
}

#main_menu_container {
    margin:0px auto;

}

#main_container {
    margin:0px auto 30px auto;
    clear:both;
}

#top_panel {
    height:98px;
    background: transparent url('../img/op_logo.png') no-repeat center;
}
#logo_panel {
    height:50px;
    background: transparent url('../img/op_logo.png') no-repeat center;
    width: 100%;
}

#login_area {
    display:block;
    font-size:10pt;
    float:right;
    margin:30px 0px;
    width:auto;
    text-align:right;
}

#login_area div#site_lang {
    float: right;
    width:auto;
}

#login_area div#site_lang a {
    margin-right: 10px;
}

div#login_area a {
    text-decoration: none;
    color:white;
}


#login_area {
    height:25px;
}


div#site_lang select.SelectLanguage {
    width:100px !important;
    background: transparent;
    background-color: black;
    /* border: 1px solid #204C5E; */
    border: 1px solid #00B6CA;
    color:white;
    font-size: 0.9em;
    height:22px;
    overflow: hidden;
}

div#site_lang select.SelectLanguage option {
    text-indent: 5px;
    /* border: 1px solid #204C5E; */
    border: 1px solid #00B6CA;
    padding: 3px;
}


#login_area #label {
    display:block;
    padding:0px 0px 5px 0px;
    width:auto;
    cursor:pointer;
}


div#login_area div.buttons_container div.button {
    position:relative;
    left:5px;
}

div.leftButtons {
    float:left;
}

ul#main_menu {
    margin:0px auto 0px 0px;
    list-style:none;
    display:block;
    padding:0px;
    background-color:#000000;
    border: 1px solid #204C5E;
    float:right;
    height:43px;
    width:794px;
}

ul#main_menu li {
    display:block;
    float:left;
    margin-left:12px;   /* 28px between labels - 2*(8px) for both glow-bottom-line margin */
    font-size:18px;
    font-weight:bold;
    height:35px;
    position: relative;
}


ul#main_menu li:first-child {
    margin-right:10px;
}

ul#main_menu li a {
    display:block;
    color:white;
    text-decoration:none;
    padding:10px 8px 0px 8px;
}

ul#main_menu li.selected {
    -webkit-border-bottom:8px solid #FFDC00;
    -moz-border-bottom:8px solid #FFDC00;
    -o-border-bottom:8px solid #FFDC00;
    border-bottom:8px solid #FFDC00;
}

ul#main_menu li:hover a {
    text-shadow: 0px 0px 2px white, 0px 0px 5px white;
}


div#popup_content_box {
    display:block;
    margin: auto auto auto auto;
    background-color: white;
    padding-bottom: 10px;
}


#popup_content_box h1 {
    font-weight:bold;
    font-size: 19pt;
    color:white;
    display:block;
    background:transparent url('../img/h1_line.png') no-repeat bottom;
    line-height:160%;
    margin-top:0px;
}


#popup_content_box h2 {
    font-weight:bold;
    font-size: 13pt;
    color:white;
    line-height:200%;
    margin-bottom:10px;
}


#popup_content_box h3 {
    font-weight:normal;
    font-size: 16pt;
    color:white; 
    margin:0px;
    padding:0px;
    position:relative;
    top:-15px;
}




#popup_content_box table,
#listContainer{
    margin:20px auto 30px auto;
    font-size:11pt;
}

#popup_content_box table {
    border-collapse: collapse;
    /*border:1px solid #879A9B;*/
}


#popup_content_box table tbody thead tr td {
    padding:5px 5px 5px 10px;
    background: #333737;
/*    vertical-align: top;*/
}


#popup_content_box table tbody tr.head {
    color:white;
    font-size:14pt;
    font-weight:bold;
    text-align:left;
}

#popup_content_box table tbody tr.warning {
    color:red;
    font-size:14pt;
    font-weight:bold;
}


#popup_content_box table tbody tr.head td {
    border:none;
    padding-bottom:20px;
    padding-top:40px;
}

#popup_content_box table tbody tr.even td {
    background-color:#97ABAC;
}

.narrow {
    padding-top: 3px;
}


.fixwid {
    font-family:'Courier New';
}

#popup_content_box input[type=text], input[type=password] {
    background-color:#333737;
    color:white;
    border:1px solid #00B6CA;
    text-align:left;
    padding:3px;
    width:100%;
    margin-bottom: 5px;
}

#popup_content_box table tbody tr td input.numField,
#popup_content_box table tbody tr td input[type=text],
#popup_content_box table tbody tr td input[type=password],
#popup_content_box table tbody tr td select {
    background-color:#ffffff;
    border:1px solid #d5d4d5;
    text-align:left;
    padding:3px;
    width:100%;
    border-radius: 6px;
    color: black;
    height: 30px;
    box-sizing: border-box;
}
#popup_content_box table tbody tr td span {
    color:white;
    text-align:left;
    padding:3px;
    width:300px;
}
#popup_content_box select {
    background-color:#333737;
    color:white;
    border:1px solid #00B6CA;
    text-align:left;
    padding:3px;
    width:100%;
}
#popup_content_box select option {
    background-color:#333737;
    border:1px solid #00B6CA;
    color:white;
}

#popup_content_box table tbody tr td select option {
    background-color:white;
    border:1px solid #00B6CA;
    color:black;
}

#popup_content_box table tbody tr td input[name=freq],
#popup_content_box table tbody tr td input[name=hostname],
#popup_content_box table tbody tr td input[name=domainname] {
    border:1px solid #00B6CA;
    width:200px;
}

div#addRowButton {
    float: left;
}



div.button {
    display:block;
    float:right;
    margin:5px 0px 5px 0px;
    padding:0px;
    font-family:Metric-Light, tahoma, arial, serif;
    font-weight:bold;
    font-size:11px;
}


div.button div {
    display:block;
    padding:0px;
    margin:0px;
    height:35px;
    background-image:url('../img/back.png');
    background-repeat:repeat-x;
    float:left;
    text-indent:3px;
    cursor:pointer;
    line-height:280%;
}

div.button div.left {
    background-image:url('../img/back-left.png');
    width:10px;
    padding:0px;
    cursor:default;
}


div.button div.right {
    background-image:url('../img/back-right.png');
    width:10px;
    padding:0px;
    cursor:default;
}

#left_menu {
    display:block;
    float:left;
    margin:0px 20px 0px 0px;
    padding:15px 0px 0px 0px;
    border:none;
    min-height:300px;
    font-family:Metric-Light,arial,serif,tahoma;
    font-size:16px;
    max-width: 200px;
}

#left_menu ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

#left_menu ul.subMenu {
    margin-left:20px;
}


#left_menu ul li a,
div#site_lang a {
    display:block;
    text-decoration:none;
    color:white;
    text-shadow:2px 2px 2px black, 2px 2px 2px black;
}

div#site_lang a {
    display: inline !important;
}

#left_menu ul li a:hover,
div#site_lang a:hover {
    color:#00B6CA;
}

#left_menu ul li.selected a:hover {
    color:white;
}

#left_menu ul li, #left_menu div {
    padding:5px 5px 5px 15px;
}

#left_menu ul.subMenu li.selected,
#left_menu div.selected,
#left_menu ul.subMenu li.selected a,
#left_menu ul li.selected a {
    text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

.center {
    text-align:center;
}

img.center {
    float:none !important;
    margin: 0px auto !important;
}

table.smallerFont tr td {
    font-size:80% !important;
}

#showLettersButton {
    display:block;
    position:relative;
    float:right;
    margin:4px 0px 0px 5px;
    cursor: pointer;
    font-family: Metric-Light,Arial;
    font-size: 0.8em;
    color:#00B6CA;
    width:16px;
    height:16px;
    background-image: url('../img/showpass.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#showLettersButton:hover {
    background-position:-16px 0px;
}

#showLettersButton.clicked {
    background-position:-32px 0px;
}

#showLettersButton.clicked:hover {
    background-position:-48px 0px;
}

div#login_area div#label img {
    margin-right: 5px;
    vertical-align: bottom;
}

table.cellGravityTop td {
    vertical-align: top;
}


input.time {
    width:42px !important;
}

input.wrong {
    color:red !important;
}

.modal_bg {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:50;
    background-color:rgba(255,255,255,0.5);
}

.modal {
    opacity:1 !important;
    display:none;
    position: absolute;
    width:auto;
    height:auto;
    min-height:50px;
    min-width:400px;
    max-width:800px;
    border:5px solid #333737;
    z-index:60;
    background-color:#171515;
    padding:5px 20px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    top: 30%;
}

.modal h1, .modal h2 {
    margin:0px 5px 10px 5px;
    padding:0px;
}

.modal h2 {
    width:600px;
    margin-top: 10px;
}

div.modal h2#error {
    text-align:center;
    display:none;
}

div#timer {
    font-weight:bold;
    font-size:200%;
    text-align:center;
    margin-top:30px;
}

input.ip {
    width:40px !important;
}

select {
    width:100%;
}

.full {
    width:100%
}

div.modal div#ovrl_content a {
    text-decoration: none;
    font-weight: bold;
    color:white;
}

#disSection {
    text-align: center;
    margin-top:100px;
    font-size: 1.0em;
    color:#aaa;
}


.wrongMacAddress {
    width: 300px;
    text-align: center;
    display: block;
}


.popup_genericButton {
    background-color:#ffdc00;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    font-weight:bold;
    cursor: pointer;
    margin-top: 10px;
}

.navButton {
    width: 25px;
    float:left;
    margin-right:10px;
    background-color:#ffdc00;
    opacity:1;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    font-weight:bold;
    cursor: pointer;
}

.refreshButton {
    margin-left:10px;
    padding:2px 5px;
    background-color:#ffdc00;
    opacity:1;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    cursor: pointer;
}

.saveButton {
    float:right;
    margin:5px;
}

.bodyPopup {
    background: white;
}
.popup {
    background: white;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}


body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
}

.goUI {
    text-align: right;
    margin-top: 15px;
}

.iconNotConnected {
    background: transparent url('../img/close-delete-exit-icone-8590-48.png') no-repeat center;
    width: 100%;
    height: 48px;
}
.iconConnected {
    background: transparent url('../img/verify-correct-icone-9268-48.png') no-repeat center;
    width: 100%;
    height: 48px;
}
.iconProgress {
    background: transparent url('../img/InternetSlowdown_Day2.gif') no-repeat center;
    width: 100%;
    height: 48px;
}

.separator {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,00b6ca+50,e5e5e5+100&amp;0+0,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(214,214,214,0) 0%, rgba(0,182,202,1) 50%, rgba(229,229,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,214,214,0)), color-stop(50%,rgba(0,182,202,1)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(214,214,214,0) 0%,rgba(0,182,202,1) 50%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(214,214,214,0) 0%,rgba(0,182,202,1) 50%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(214,214,214,0) 0%,rgba(0,182,202,1) 50%,rgba(229,229,229,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(214,214,214,0) 0%,rgba(0,182,202,1) 50%,rgba(229,229,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6d6d6', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
    width: 100%;
    height: 2px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.label {
    width: 20%;
}
.value {
    width: 80%;
}

.flag {
    text-align: right;
    padding-top: 10px;
}

.flag img {
    width: 25px;
    cursor: pointer;
}
.headerpopup {
    background-image:url('../img/popup_header.png');
    height: 121px;
    background-repeat:no-repeat;
    background-size:cover;
}

.popup_title{
    font-family: Metric-Light;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px
}
.yellowline {
    width: 100%;
    max-width: 322px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    background-image:url('../img/yellow-line.png');
    background-repeat: no-repeat;
    background-size:cover;
}
.stacontentpopup_title {
    font-family: Metric-Light;
    font-size: 20px;
    color: #353235;
    margin: 19px auto auto auto;
    text-align: center;
}
.stacontentpopup_info{
    font-family: Metric-Regular;
    font-size: 16px;
    color: #353235;
    margin: 19px auto 8px auto;
}
#stacontentpopup {
    margin: auto 20px auto 20px;
}
#apcontentpopup {
    margin: auto 20px auto 20px;
}
#contentpopup {
    margin: auto;
    max-width: 400px;
}
.refresh {
    background-image:url('../img/refresh.png');
    height: 30px !important;
    width: 30px !important;
    background-repeat:no-repeat;
    background-size:cover;
    margin-left: 15px;
}
.apcontentpopup_title{
    font-family: Metric-Light;
    font-size: 20px;
    color: #454145 !important;
    margin-top: 40px;
}
.edit {
    background-image:url('../img/edit.png');
    height: 30px !important;
    width: 30px !important;
    background-repeat:no-repeat;
    background-size:cover;
    margin-left: 15px;
}
.popup_label {
    font-family: Metric-Light;
    font-size: 14px;
    color: #454145;
}
.popup_content{
    font-family: Metric-Regular;
    font-size: 14px;
    color: #454145;
}
.popup_button {
    width: 136px;
    height: 40px;
    border-radius: 4px;
    font-family: Metric-Medium;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #282528;
    text-align: center;
    line-height: 40px;
    margin: 24px auto auto auto;
    cursor: pointer;
    background: rgb(255,232,3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,232,3) 0%, rgb(243,212,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(255,232,3) 0%,rgb(243,212,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(255,232,3) 0%,rgb(243,212,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe803', endColorstr='#f3d400',GradientType=0 ); /* IE6-9 */
}
.popupError {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #1e1c1e;
    background-color: rgba(30, 28, 30, 0.8);
    z-index: 70;
    display: flex;
}
.popupErrorContainer {
    width: 345px;
    height: 260px;
    background-color: #2a282b;
    margin: auto;
}
.close {
    margin-top: 15px;
    margin-right: 15px;
    text-align: right;
    cursor: pointer;
}
.header_pop {
    font-family: Metric;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin-top: 21px;
}
.content_pop {
    font-family: Metric;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 12px;
    text-align: center;
}
.errorBtn {
    width: 139px;
    height: 40px;
    opacity: 0.5;
    border-radius: 2px;
    border: solid 1px #ffffff;
    text-align: center;
    margin: auto;
    line-height: 40px;
    margin-top: 40px;
    cursor: pointer;
}
.noCoError {
    margin: 19px auto auto auto;
    text-align:center;
    font-family: Metric;
    font-size: 16px;
    font-weight: 600;
    color: #454145;
}
