/* CSS-file to set/adjust the entire appearance */
/* Reset all browser settings here, so we can start from a clean slate */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
br,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: separate;
    border-spacing: 2;
}


/* Set all Dovado settings here */
* {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
textarea {
    resize: none;
}
html {
    height: 100%;
    overflow-y: scroll;
}
html.wizard {
    width: 750px;
    overflow: hidden;
}
html.popup {
    height: 100%;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
}
body {
    background: url("/image/background.png") repeat-y scroll 50% 0 #DDDDDD;
    color: #000000;
    font: 10pt Arial, sans-serif;
    text-align: center;
    line-height: 1.25;
}
body.wizard {
    background: url("/image/background_popup.png") repeat-y scroll 50% 0 #DDDDDD;
}
h1 {
    color: #005584;
    font-size: 135%;
    margin-left: 25px;
    padding-bottom: 0.5em;
    font-weight: bold;
    display: block;
}
h2 {
    color: #005584;
    font-size: 1em;
    font-weight: bold;
    margin-left: 25px;
    padding-bottom: 0.5em;
}
h3,
h4,
h5,
h6 {
    font-size: 1em;
    line-height: 1.4;
    padding: 0.5em 1em;
}
b,
strong {
    font-weight: bold;
}
i {
    font-style: italic;
}
ol,
ul {
    list-style: decimal;
};

table {
	border-spacing: 2px;
};

input, select {
    margin-right: 5px;
}
iframe {
    visibility: hidden;
}
.button {} label {
    vertical-align: middle;
}
input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    margin-right: 3px;
}
form {
    padding: 0.5em 0;
}
A:link,
A:visited {
    color: #CCCCFF;
    line-height: 1.2;
    text-decoration: none;
}
A:hover {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: normal;
}
A#selected {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
}
A#loggedout,
#menuheader {
    color: #CCCCFF;
    line-height: 1.2;
    text-decoration: none;
}
A#confirmed {
    color: #666666;
    text-decoration: underline;
}
A.textlink:link,
A.textlink:visited {
    color: #005584;
    line-height: 1;
    text-decoration: underline;
}
A.textlink:hover {
    color: #337795;
    font-size: 100%;
}
#mainmenu {
    font-family: Arial, sans-serif;
    font-size: 1em;
    text-align: center;
}
#mainmenu ul {
    list-style-type: none;
}
#container {
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    width: 950px;
}
#container.wizard {
    width: 750px;
}
.menuelement {
    height: 2em;
}
.menulist {
    margin-top: 10px;
}
#header {
    background-color: #FFFFFF;
    float: left;
    height: 120px;
    width: 950px;
}
#header_info {
    float: right;
}
#wiz_current {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin-left: 2em;
    text-align: left;
    margin-top: 10px;
}
#wiz_step {
    color: #CCCCFF;
    font-size: 120%;
    margin-left: 2em;
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
}
#wizbutton {
    bottom: 0;
    float: right;
    padding: 0 0 1em 1em;
    position: absolute;
}
.separator {
    margin-bottom: 8px;
    margin-top: 8px;
}
.space {
    font-size: 50%;
}
#space {
    font-size: 50%;
}
.tinyspace {
    font-size: 20%;
}
#tinyspace {
    font-size: 20%;
}
#logotype {
    float: left;
    padding: 6em 0.5em 0em 1em;
}
#logotype img {
    border: medium none;
}
#sidebar {
    clear: both;
    float: left;
    width: 175px;
}
#main {
    float: right;
    font-size: 0.9em;
    max-width: 773px;
    min-width: 773px;
    padding-bottom: 40px;
}
#main.wizard {
    max-width: 573;
    min-width: 573px;
}
#submenu {
    background-color: #005584;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 1em;
    /* line-height should be equal to the height of questionmark.png */
    
    line-height: 27px;
    padding: 0.5em;
    text-align: left;
    width: 740px;
}
#submenu.wizard {
    width: 545px;
}
#submenu ul {
    list-style-type: none;
}
#topbar {
    clear: both;
    float: left;
    width: 773px;
}
#topbar.wizard {
    width: 573px;
}
#topbar li {
    display: inline;
    padding-left: 1em;
}
#topbar img.refman {
    border: medium none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
#topbar li.refman {
    float: right !important;
    padding: 0 !important;
}
.maincontent {
    clear: both;
    float: left;
    width: 770px;
}
.maincontent p {
    font-size: 1em;
    line-height: 1.4;
    margin-left: 25px;
}
.maincontent img,
.maincontent hr,
.maincontent table {
    margin-left: 25px;
}
.wizardmain {
    clear: both;
    float: left;
    width: 550px;
}
.wizardmain p {
    font-size: 1em;
    line-height: 1.4;
    margin-left: 25px;
}
.wizardmain img,
.wizardmain hr,
.wizardmain table {
    font-size: 1em;
    margin-left: 25px;
}
#rb {
    margin-left: 25px;
}
#table {
    float: left;
    width: 540px;
}
#tableleft {
    float: left;
    font-weight: bold;
    width: 300px;
}
#tableright {
    float: right;
    width: 240px;
}
#indented {
    margin-left: 50px;
}
.indented {
    margin-left: 50px;
}
.name {
    float: left;
    padding-left: 25px;
    width: 170px;
}
p.name {
    margin-left: 0;
}
.value {
    margin-left: 180px;
}
p.value {
    margin-left: 0;
}
.padtd {
    padding-left: 25px;
}
.padded {
    padding-bottom: 8px;
    padding-left: 25px;
    padding-top: 8px;
}
.autoinfo {
    color: #777788;
}
.fakea {
    color: #005584;
    cursor: pointer;
    display: inline;
    line-height: 100%;
    text-decoration: underline;
}
.smsbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.widerow th,
.widerow td {
    padding: 0 10px;
}
#statusbar {
    float: right;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    height: 70px;
    padding-left: 0;
    padding-top: 20px;
    white-space: nowrap;
    width: 81%;
}
fieldset {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 5px 0px 0px;
    border: 2px groove threedface;
    border: #ffffff 1px solid;
    /* border: #005584 1px solid; */
}
legend {
    font-weight: bold;
}
    
.vertical-align-middle * {
    vertical-align: middle;
}
.text-align-left * {
    text-align: left;
}
.remove-image {
    border: 0px;
    width: 13px;
    height: 13px;
    margin: 0px 2px;
}
button,
input[type=button],
input[type=submit] {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 0;
    border: 1px solid #474747;
    display: inline-block;
    color: #262626;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    height: 25px;
    line-height: 20px;
    width: 95px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    vertical-align: middle;
    padding-top: 1px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
button:active,
input[type=button]:active,
input[type=submit]:active {
    position: relative;
    top: 1px;
}
button[disabled]:hover,
input[type=button][disabled]:hover,
input[type=submit][disabled]:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
button[disabled]:active,
input[type=button][disabled]:active,
input[type=submit][disabled]:active {
    position: relative;
    top: 0px;
}
button[disabled],
input[type=button][disabled],
input[type=submit][disabled] {
    opacity: 0.65;
}
.removebutton {
    width: 80px !important;
}
.learnbutton {
    width: 80px !important;
}
.editbutton {
    width: 80px !important;
}
.showhostsonlanbutton {
    width: 135px !important;
}
.httpuploadbutton {
    width: 125px !important;
}
.ftpuploadbutton {
    width: 130px !important;
}
.sendtestmsgbutton {
	width: 130px !important;
}
.testnowbutton {
    width: 65px !important;
}
.updatebutton {
    width: 55px !important;
}
.loginbutton,
.logoutbutton {
    width: 65px !important;
}
.saveandrebootbutton {
    width: auto !important;
}
.viewdhcptablebutton,
.viewupnptablebutton {
    width: 120px !important;
}
.checkfirmwarebutton {
    width: 105px !important;
}
.addtophonebookbutton {
    width: 120px !important;
}
.deletesmsbutton {
    width: 140px !important;
}

/* Set fixed length for input fields */
.username-password-fixedlength {
    width: 175px;
}
.pukapplybutton {
    width: 140px !important;
}

.deleteallsmsbutton {
    width: 140px !important;
}
.rearmsmsbutton {
    width: 115px !important;
}
.rearmemailbutton {
    width: 130px !important;
}
.spotboost-use-button {
    width: 40px !important;
    height: 20px !important;
    line-height: 15px !important;
}
/* Apply padding to td elements that are direct children of the tr element. */

tr.spotboost-rowspacing > td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
tr.spotboost-rowspacing > th {
    padding-bottom: 1em;
}
tr.spotboost-rowspacing b {
    text-decoration: underline;
}
.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #474747;
    border-radius: 5px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 13px;
    padding: 0;
    line-height: 13px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #005584;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 17px;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #474747;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.ui-dialog-titlebar {
    background: #005584 !important;
}
.ui-dialog-title {
    color: #FFFFFF !important;
    padding: 0 !important;
    width: 100% !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}
.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
    /* left/center/right */
    
    padding: 0 !important;
}
.no-close .ui-dialog-titlebar-close {
    display: none !important;
}

.dialog-close .ui-dialog-titlebar-close {
    height: 20px !important;
    margin: -10px 0 0 !important;
    padding: 1px !important;
    position: absolute !important;
    right: 0.3em !important;
    top: 50% !important;
    width: 20px !important;
}

.dialog-close .ui-dialog-content {
	padding: 0px 0px !important;
	text-align: left !important;
}

.dialog-close {
	padding: 0px 0px !important;
}

.dialog-close .ui-widget-header {
	border: 0px solid #dddddd !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-style: solid !important;
	border-color: #ccccff !important;
	-moz-border-radius: 0px 0px 2px 0px !important;
	-webkit-border-radius: 0px 0px 2px 0px !important;
	border-radius: 0px 0px 2px 0px; border-width: 0px 0px 2px 0px !important;
}

.dialog-close .ui-button {
    height: 20px !important;
    margin: -10px 0 0 !important;
    padding: 1px !important;
    position: absolute !important;
    right: 0.3em !important;
    width: 20px !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: normal !important;
    margin-right: 0.1em !important;
    overflow: visible !important;
    padding: 0; !important;
    position: absolute !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-indent: 0 !important;
    text-shadow: 1px 1px 0 #ffffff !important;
}

.dialog-close .ui-button:active {
    position: absolute !important;
    top: 50% !important;
}

.dialog-close .ui-button-text {
    display: none !important;
}

.ui-dialog-border {
    border-style: solid !important;
    border-color: #ccccff !important;
    -moz-border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    border-radius: 1px; border-width: 1px !important;
}

.ui-button {
    background-color: #ededed !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-indent: 0 !important;
    border: 1px solid #474747 !important;
    display: inline-block !important;
    color: #262626 !important;
    font-family: arial !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: normal !important;
    height: 25px !important;
    line-height: 20px !important;
    width: 95px !important;
    text-decoration: none !important;
    text-align: center !important;
    text-shadow: 1px 1px 0px #ffffff !important;
    vertical-align: middle !important;
    padding-top: 1px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.ui-button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed)) !important;
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf !important;
}
.ui-button:active {
    position: relative !important;
    top: 1px !important;
}
.ui-button[disabled]:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf)) !important;
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf') !important;
}
.ui-button[disabled]:active {
    position: relative !important;
    top: 0px !important;
}
.ui-button[disabled] {
    opacity: 0.65 !important;
}
/*input[type=file] {
    display: none;
    width: 0;
    height: 0;
}*/
.ui-slider-horizontal {
    height: 15px !important;
    width: 150px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ui-slider .ui-slider-handle {
    height: 17px !important;
    width: 25px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 100% !important;
    border: 1px solid !important;
    border-color: inherit !important;
    cursor: pointer !important;
    color: inherit !important;
    background: inherit !important;
    padding-top: 3px !important;
}
.ui-slider .ui-slider-handle:hover {
    height: 20px !important;
    width: 25px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 100% !important;
    border: 1px solid !important;
    border-color: inherit !important;
    cursor: pointer !important;
    color: inherit !important;
    background: inherit !important;
    padding-top: 3px !important;
}
/*.manualcontrollist {
	width: 25em;
	text-decoration: none;
}*/

/* TODO: FIXME */
.manualbtn > .ui-button {
    width: 40px !important;
    height: 20px !important;
    font-size: 12px !important;
    margin-right: 0px !important;
    margin-left: 2px !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}
.column-rest {
    width: 99%;
}
.column-nowrap {
    white-space: nowrap;
}
.padding-5px-left-right {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-20px-right {
    padding-left: 5px;
    padding-right: 20px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}
