/* 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;
}

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;
}
#topbar img.mobile {
    border: medium none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
#topbar li.mobile {
    float: right !important;
    padding: 0 !important;
	margin-right: 25px !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;
}

div.slide-down {
    margin-left: 25px;
}
.slide-down h3 a {
    color: #000000;
    background: url("../image/reveal.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    font-size: 100%;
}

.slide-down h3.down a {
    color: #000000;
    background: url("../image/down.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    font-size: 100%;
}

.slide-down h3.nopadding {
	padding: 0px;
}

.slide-down span {
    display: block;
	margin-left: 25px;
}

.fullwidth {
	/* Firefox */
	width: -moz-calc(100% - 25px);
	/* WebKit */
	width: -webkit-calc(100% - 25px);
	/* Opera */
	width: -o-calc(100% - 25px);
	/* Standard */
	width: calc(100% - 25px);
}

.right-aligned {
	text-align: right;
}

.left-aligned {
	text-align: left;
}

.center-aligned {
	text-align: center;
}

.vertical-align-middle * {
	vertical-align: middle;
}

.text-align-left * {
	text-align: left;
}

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;
	margin-right: 5px;
} 

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-bottom: 0.5em;
}

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; 
    }
