/*
for RWD
@media all and (max-width:500px){
    table{
        //width:100%;
        background-color: cyan;
        
        //add
        border-collapse: collapse;
            border-spacing: 0;
            width: 1052px;
    }

    td{
        display:block;
        width:100%;
        
        //add
        padding: 5px 10px 4px;
        line-height: 18px;
        text-align: left;
    }

    tr{
        display:block;
        //margin-bottom:30px;
    }
}
*/

@font-face {
        font-family: 'Roboto';
        src: url('Roboto-Medium.woff') format('woff');
        font-weight: medium;
}

@font-face {
        font-family: Roboto;
        src: url('Roboto-Bold.woff') format('woff');
        font-weight: bold;
}

@font-face {
        font-family: Roboto;
        src: url('Roboto-Regular.woff') format('woff');
        font-weight: normal;
}

html {
        margin: 0;
        padding: 0;
}

body {
    margin: 0 auto;
}

.countdown p{
        padding-top: 30px;
        padding-left: 30px;
        font: caption;
        font-size: 36px;
}

.btn_desc {
        font-size: 11px;
        color: #000000;
}

.title {
        font: caption;
        font-size: 18px;
        font-weight:bold;
        border-bottom: 1px solid #1B489C;
        color:#000000;
        height: 31px;
}
.title-option td {
        border-bottom: 1px solid #DDE2E5;
        padding:10px 0px;
        font: caption;
        font-size: 14px;
        color: #495057;
        vertical-align: middle;
        font-family: Roboto;
}

.title-option-child td {
        border-bottom: 1px solid #DDE2E5;
        height: 8px;
        font-size: 14px;
        color:#0B0D0F;
        vertical-align: middle;
        font-family: Roboto;
}

.caution {
        color: #FF0000;
        font-weight: bold;
}

.top_button {
        background: #F1F1F1;
        float:left;
        width:144px;
        height:27px;
        padding-top: 9px;
        text-align: center;
        font-weight: bold;
}
.top_button:hover {
        background: #9fdcff;
        cursor: pointer;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    /*border: 1px solid #4D4F53;*/
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.realtime_chart {
        position: relative;
        text-align: right;
}
.label_25 {
        position: absolute;
        top: 22%;
        left: 0;
}
.label_50 {
        position: absolute;
        top: 47%;
        left: 0;
}
.label_75 {
        position: absolute;
        top: 72%;
        left: 0;
}

/*h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, code, del, em, img, q, s, b,*/
/*small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,*/
/*form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*border: 0;*/
        /*font-weight: normal;*/
        /*font-style: normal;*/
        /*font-size: 100%;*/
        /*line-height: 1;*/
        /*font-family: inherit;*/
/*}*/

table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 1052px;
}


body {
    color: #423737;
    direction: ltr;
    font-family: Roboto,verdana,sans-serife;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

.buttons{
        height: 26px;
        float: left;
        color: #000000;
        background: #F1F1F1;
        font-weight: bold;
        border-left: solid 1px #1B489C;
        border-right: solid 1px #1B489C;
        border-bottom: solid 1px #1B489C;
        border-style: none solid solid none;
        width: 144px;
        padding-top: 9px;
        padding-bottom: 0;
        text-align: center;
}

.buttons:hover { background-color:#9fdcff;cursor:url('/lsp/pictures/Group7773.cur'),pointer; }

#wrap {
        width: 1220px;
        margin: auto;
        border-top-width: 0;
}

a {
        text-decoration: none;
}

#menu {
        min-width: 192px;
        width:auto;
        vertical-align: top;
        margin: 36px 0 50px 0;
}

#menu div {
        width: 228px;
}

#menu_div {
        margin: 0 auto;
        width: 1198px;
        border: 1px solid #1b489c;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
}

.menu {
        background-color: #1b489c;
        color:#ffffff;
        display: block;
        font-size: 16px;
        height: auto;
        text-decoration: none;
        margin-bottom: 0;
        font-weight: 600;
}

.menu:hover {
        color: #ffffff;
        display: block;
        text-decoration: none;
}

.menu img {
        padding: 0 10px 0 10px;
}

.dropdown-menu {
        font-size: 16px;
        padding: 4px 2px 4px 45px;
        border-bottom: 1px solid #9fdcff;
        margin-bottom: 0;
        height: auto;
        cursor: pointer;
}                         
                      
.dropdown-menu a {
        color: #000000;
        display: block;
        text-decoration: none;
}                  

.dropdown-menu a:hover {
        color: #000000;
}

.dropdown-menu:hover {
        background-color:#9fdcff;
        cursor:pointer;
        text-decoration: none;
}

#menu_right_style {
        border-top: 0 none;
        padding: 0;
        border-right: 1px solid #1b489c;
}

#content {
        width: 1052px;
}
#content tr:nth-child(odd){
        background-color: #ffffff;
}
#content tr:nth-child(even){
        background-color: #f8f8f8;
}

#maincontent {
        width: 1052px;
}

.copyright {
        line-height: 100px;
        text-align: center;
        font-size: 8pt;
        background-color: #00234d;
}

.clear_both {
        clear: both;
}

.copyright a {
        color:#ffffff;
}

#content {
        border-top: none;
}

#top, #menu_td {
        padding: 0;
        line-height: 0;
}

.pull-center {
        text-align: center;
        line-height: 2.5;
        padding: 0 0 10px;
}

/*--------------------------------------------------------------------------------------------*/

html {
        margin: 0;
        padding: 0;
}

body {
        margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, code, del, div, em, img, q, s,
small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 100%;
        line-height: 1;
        font-family: inherit;
}

abbr[title], acronym[title] {
        border-bottom: 1px dotted;
        cursor: help;
}

table {
        border-collapse: collapse;
        border-spacing: 0;
}

ol, ul {
        list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
        content: "";
}

html {
        overflow-y: scroll;
        font-size: 100%;
        max-width: 100%;
        margin: auto;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

a:focus {
        outline: thin dotted;
}

a:hover, a:active {
        outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
        display: block;
}

sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
}

sup {
        top: -0.5em;
}

sub {
        bottom: -0.25em;
}

img {
        border: 0;
        -ms-interpolation-mode: bicubic;
}

button,
input,
select,
option,
textarea {
        font-size: 100%;
        margin: 0;
        outline:none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: baseline;
        vertical-align: middle;
}

.inputtext:hover {
        border: 1px solid #C5CCD1;
}

button, input {
        line-height: normal;
        overflow: hidden;
}

button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
        cursor:url('/lsp/pictures/Group7773.svg'), auto;
        -webkit-appearance: button;
}

input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
}

textarea {
        overflow: auto;
        vertical-align: top;
}

/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
        background-color: #ffffff;
        margin: 0;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        color: #404040;
}

.container {
        width: 100%;
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        zoom: 1;
}

.container:before, .container:after {
        display: table;
        content: "";
        zoom: 1;
}

.container:after {
        clear: both;
}

a {
        color: #1b489c;
        text-decoration: none;
        line-height: inherit;
        font-weight: inherit;
}

a:hover {
        color: #1b489c;
        text-decoration: none;
}

.pull-right {
        float: right;
}

.pull-left {
        float: left;
}

/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p,
.cbi-map-descr,
.cbi-section-descr {
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 5px;
}

p small {
        font-size: 11px;
        color: #bfbfbf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-weight: bold;
        color: #404040;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
        color: #bfbfbf;
}

h1 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 36px;
}

h1 small {
        font-size: 18px;
}

h2 {
        font-size: 24px;
        line-height: 36px;
}

h2 small {
        font-size: 14px;
}

h3,
h4,
h5,
h6 {
        line-height: 36px;
}

h3 {
        font-size: 18px;
}

h3 small {
        font-size: 14px;
}

h4 {
        font-size: 16px;
}

h4 small {
        font-size: 12px;
}

h5 {
        font-size: 14px;
}

h6 {
        font-size: 13px;
        color: #bfbfbf;
        text-transform: uppercase;
}

ul, ol {
        margin: 0 0 18px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
        margin-bottom: 0;
}

ul {
        list-style: disc;
}

ol {
        list-style: decimal;
}

li {
        font-size: 14px;
        font-family:Roboto;
        line-height: 18px;
        color:#0B0D0F;
}

ul.unstyled {
        list-style: none;
        margin-left: 0;
}

dl {
        margin-bottom: 18px;
}

dl dt, dl dd {
        line-height: 18px;
}

dl dt {
        font-weight: bold;
}

dl dd {
        margin-left: 9px;
}

hr {
        margin: 20px 0 19px;
        border: 0;
        border-bottom: 1px solid #eee;
}

strong {
        font-style: inherit;
        font-weight: bold;
}

em {
        font-style: italic;
        font-weight: inherit;
        line-height: inherit;
}

small { font-size: 0.9em }

address {
        display: block;
        line-height: 18px;
        margin-bottom: 18px;
}

code, pre {
        padding: 0 3px 2px;
        font-family: Roboto,Monaco, Andale Mono, Courier New, monospace;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

code {
        background-color: #fee9cc;
        color: rgba(0, 0, 0, 0.75);
        padding: 1px 3px;
}

pre {
        background-color: #f5f5f5;
        display: block;
        padding: 8.5px;
        margin: 0 0 18px;
        line-height: 18px;
        font-size: 12px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
}

/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
        margin-bottom: 18px;
}

fieldset {
        margin-bottom: 9px;
        padding-top: 9px;
}

fieldset legend {
        display: block;
        font-size: 19.5px;
        line-height: 1;
        color: #404040;
        padding-top: 20px;
        padding: 0 0 5px 0px;
        /* IE6-7 */

        line-height: 1.5;
        /* IE6-7 */

}

form .clearfix,
form .cbi-value {
        margin-bottom: 18px;
        zoom: 1;
        overflow: hidden;
}

form .clearfix:before, form .clearfix:after,
form .cbi-value:before, form .cbi-value:after  {
        display: table;
        content: "";
        zoom: 1;
}

form .clearfix:after
form .cbi-value:after {
        clear: both;
}

label,
input,
select,
textarea {
        font-family: Roboto,"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
}

form .input,
form .cbi-value-field {
        margin-left: 200px;
}

form .cbi-value label.cbi-value-title {
        padding-top: 6px;
        font-size: 13px;
        line-height: 18px;
        float: left;
        width: 180px;
        text-align: right;
        color: #404040;
}

input[type=checkbox], input[type=radio] {
        cursor:url('/lsp/pictures/Group7773.svg'), auto;
}

input[type=checkbox]:disabled {
        cursor:default;
}

input,
textarea,
select,
.uneditable-input {
        display: inline-block;
        width: 261px;
        height: 35px;
        padding: 4px;
        font-size: 14px;
        line-height: 18px;
        /*color: #808080;*/
        border: 1px solid #DDE2E5;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 4px;
        text-align: left;
        font-family: Roboto;
        color: #495057;
}

select {
        padding: initial;
}

/*
input[type=checkbox], input[type=radio] {
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 3px 0;
        margin-top: 0;

        line-height: normal;
        border: none;
}*/


input[type=file] {
        background-color: #ffffff;
        padding: initial;
        border: initial;
        line-height: initial;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto !important;
}

input[type=button], input[type=reset], input[type=submit] {
        width: auto;
        height: auto;
}

select, input[type=file] {
        height: 35px;
        margin-top: 4px;
        /* For IE7, add top margin to align select with labels */
}

select[multiple] {
        height: inherit;
        background-color: #ffffff;
}

textarea {
        height: auto;
}

.uneditable-input {
        background-color: #ffffff;
        display: block;
        border-color: #eee;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
        cursor: not-allowed;
}

::-moz-placeholder {
        color: #bfbfbf;
}

::-webkit-input-placeholder {
        color: #bfbfbf;
}

input, textarea {
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}



/*
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: 1px dotted #666;
}*/

form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
        color: #b94a48;
}

form .clearfix.error input, form .clearfix.error textarea {
        color: #b94a48;
        border-color: #ee5f5b;
}

form .clearfix.error input:focus, form .clearfix.error textarea:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
}

form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
        color: #b94a48;
        background-color: #fce6e6;
        border-color: #b94a48;
}

form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
        color: #c09853;
}

form .clearfix.warning input, form .clearfix.warning textarea {
        color: #c09853;
        border-color: #ccae64;
}

form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
        border-color: #be9a3f;
        -webkit-box-shadow: 0 0 6px #e5d6b1;
        -moz-box-shadow: 0 0 6px #e5d6b1;
        box-shadow: 0 0 6px #e5d6b1;
}

form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
        color: #c09853;
        background-color: #d2b877;
        border-color: #c09853;
}

form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
        color: #468847;
}

form .clearfix.success input, form .clearfix.success textarea {
        color: #468847;
        border-color: #57a957;
}

form .clearfix.success input:focus, form .clearfix.success textarea:focus {
        border-color: #458845;
        -webkit-box-shadow: 0 0 6px #9acc9a;
        -moz-box-shadow: 0 0 6px #9acc9a;
        box-shadow: 0 0 6px #9acc9a;
}

form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
        color: #468847;
        background-color: #bcddbc;
        border-color: #468847;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
        background-color: #EBEEF0;
        border-color: #ddd;
}

.actions,
.cbi-page-actions {
        /*background: #f5f5f5;*/
        margin-bottom: 18px;
        /*padding: 17px 20px 18px 150px;*/
        /*border-top: 1px solid #ddd;*/
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        /*text-align: right;*/
}

.actions .secondary-action,
.cbi-page-actions .secondary-action{
        float: right;
}

.actions .secondary-action a,
.cbi-page-actions .secondary-action a {
        line-height: 30px;
}

.actions .secondary-action a:hover,
.cbi-page-actions .secondary-action a:hover {
        text-decoration: underline;
}

.help-inline, .help-block {
        font-size: 13px;
        line-height: 18px;
        color: #bfbfbf;
}

.help-inline {
        padding-left: 5px;
        position: relative;
        /* IE6-7 */

        top: -5px;
        /* IE6-7 */

}

.help-block {
        display: block;
        max-width: 600px;
}

/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
        width: 100%;
        margin-bottom: 18px;
        padding: 0;
        font-size: 13px;
        border-collapse: collapse;
}

table th, table td {
        line-height: 18px;
        text-align: left;
}

table th {
        padding-top: 9px;
        font-weight: bold;
        vertical-align: middle;
}

table td {
        vertical-align: top;
        border-top: 0px solid #ddd;
}

table tbody th {
        border-top: 0px solid #ddd;
        vertical-align: top;
}

.tabs, .cbi-tabmenu {
        margin: 0 0 18px;
        padding: 0;
        list-style: none;
        zoom: 1;
}

.tabs:before,
.cbi-tabmenu:before,
.tabs:after,
.cbi-tabmenu:after {
        display: table;
        content: "";
        zoom: 1;
}

.tabs:after, .cbi-tabmenu:after {
        clear: both;
}

.tabs > li, .cbi-tabmenu > li {
        float: left;
}

.tabs > li > a, .cbi-tabmenu > li > a {
        display: block;
}

.tabs,
.cbi-tabmenu {
        border-color: #ddd;
        border-style: solid;
        border-width: 0 0 1px;
}

.tabs > li,
.cbi-tabmenu > li {
        position: relative;
        margin-bottom: -1px;
}

.tabs > li > a,
.cbi-tabmenu > li > a {
        padding: 0 15px;
        margin-right: 2px;
        line-height: 34px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        font-size: 14pt;
}

.tabs > li > a:hover,
.cbi-tabmenu > li > a:hover {
        text-decoration: none;
        background-color: #eee;
        border-color: #eee #eee #ddd;
}

.tabs .active > a, .tabs .active > a:hover,
.cbi-tabmenu .active > a, .cbi-tabmenu .active > a:hover,
.cbi-tab > a:link, .cbi-tab > a:hover {
        color: #808080;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
        font-size: 14pt;
}

.tabs .menu-dropdown, .tabs .dropdown-menu,
.cbi-tabmenu .menu-dropdown, .cbi-tabmenu .dropdown-menu {
        top: 35px;
        border-width: 1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
}

.tabs a.menu:after, .tabs .dropdown-toggle:after,
.cbi-tabmenu a.menu:after, .cbi-tabmenu .dropdown-toggle:after {
        border-top-color: #999;
        margin-top: 15px;
        margin-left: 5px;
}

.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle,
.cbi-tabmenu li.open.menu .menu, .cbi-tabmenu .open.dropdown .dropdown-toggle {
        border-color: #999;
}

.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after,
.cbi-tabmenu li.open a.menu:after, .cbi-tabmenu .dropdown.open .dropdown-toggle:after {
        border-top-color: #555;
}

.tab-content > .tab-pane,
.tab-content > div {
        display: none;
}

.tab-content > .active {
        display: block;
}

.breadcrumb {
        padding: 7px 14px;
        margin: 0 0 18px;
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
        background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: linear-gradient(top, #ffffff, #f5f5f5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
        display: inline;
        text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb .divider {
        padding: 0 5px;
        color: #bfbfbf;
}

.breadcrumb .active a {
        color: #404040;
}

footer {
        margin-top: 17px;
        padding-top: 17px;
        border-top: 1px solid #eee;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
        color: #ffffff;
}

.btn .close, .alert-message .close {
        font-family: Roboto,Arial, sans-serif;
        line-height: 18px;
}

.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
        background-color: #c43c35;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
        background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
        background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: linear-gradient(top, #ee5f5b, #c43c35);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #c43c35 #c43c35 #882a25;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.success, .alert-message.success {
        background-color: #57a957;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
        background-image: -moz-linear-gradient(top, #62c462, #57a957);
        background-image: -ms-linear-gradient(top, #62c462, #57a957);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
        background-image: -webkit-linear-gradient(top, #62c462, #57a957);
        background-image: -o-linear-gradient(top, #62c462, #57a957);
        background-image: linear-gradient(top, #62c462, #57a957);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #57a957 #57a957 #3d773d;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.info, .alert-message.info {
        background-color: #339bb9;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
        background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
        background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
        background-image: linear-gradient(top, #5bc0de, #339bb9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #339bb9 #339bb9 #22697d;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn,
.cbi-button {
        cursor: pointer;
        display: inline-block;
        background-color: #e6e6e6;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        padding: 5px 14px 6px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        color: #333;
        font-size: 16px;
        line-height: normal;
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.cbi-button:hover {
        color: #333;
        text-decoration: none;
}

.btn:focus,
.cbi-button:focus {
        outline: 1px dotted #666;
}

.btn.primary,
.cbi-page-actions .cbi-button-apply,
.cbi-page-actions .cbi-button-save,
.cbi-page-actions .cbi-button-reset {
        color: #ffffff;
        padding: 5px 14px 6px;
        background-color: #21a9f3;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#21a9f3), to(#21a9f3));
        background-image: -moz-linear-gradient(top, #21a9f3, #21a9f3);
        background-image: -ms-linear-gradient(top, #21a9f3, #21a9f3);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21a9f3), color-stop(100%, #21a9f3));
        background-image: -webkit-linear-gradient(top, #21a9f3, #21a9f3);
        background-image: -o-linear-gradient(top, #21a9f3, #21a9f3);
        background-image: linear-gradient(top, #21a9f3, #21a9f3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21a9f3', endColorstr='#21a9f3', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #21a9f3 #21a9f3 #21a9f3;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.cbi-input-invalid {
        color: #FF0000;
        border-color: #FF0000;
}

.cbi-button-up,
.cbi-input-up {
        background-position: center center;
        background-image: url('../resources/cbi/up.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/up.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/up.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/up.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/up.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/up.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-down,
.cbi-input-down {
        background-position: center center;
        background-image: url('../resources/cbi/down.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/down.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/down.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/down.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/down.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/down.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-find,
.cbi-input-find {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/find.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/find.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/find.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/find.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/find.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/find.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-add,
.cbi-input-add {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/add.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/add.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/add.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/add.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/add.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/add.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-apply,
.cbi-input-apply {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/apply.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/apply.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/apply.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/apply.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/apply.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/apply.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-reset,
.cbi-input-reset {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/reset.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/reset.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reset.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reset.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reset.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reset.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-edit,
.cbi-input-edit {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/edit.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/edit.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/edit.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/edit.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/edit.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/edit.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-remove,
.cbi-input-remove {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/remove.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/remove.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/remove.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/remove.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/remove.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/remove.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-reload,
.cbi-input-reload {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/reload.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/reload.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reload.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reload.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reload.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/reload.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-link,
.cbi-input-link {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/link.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/link.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/link.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/link.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/link.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/link.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.cbi-button-download,
.cbi-input-download {
        background-position: 6px center, left top;
        padding-left: 28px;
        background-image: url('../resources/cbi/download.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: url('../resources/cbi/download.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/download.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/download.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/download.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: url('../resources/cbi/download.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

.btn.active, .btn:active {
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled {
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

.btn[disabled] {
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

.btn.large {
        font-size: 15px;
        line-height: normal;
        padding: 9px 14px 9px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}

.btn.small {
        padding: 7px 9px 7px;
        font-size: 11px;
}

/* Button icons for specific pages */
.Startup .cbi-section-table input.cbi-input-apply,
.Startup .cbi-section-table input.cbi-button-apply {
          background-image: url("../resources/cbi/apply.gif");
          background-position: 7px 4px;
          padding: 3px 9px 3px 27px;
}

.Processes .cbi-section-table input.cbi-input-reload,
.Startup .cbi-section-table input.cbi-input-reload {
          background-image: url("../resources/cbi/reload.gif");
          background-position: 7px 4px;
          padding: 3px 9px 3px 27px;
}

.Processes .cbi-section-table input.cbi-input-remove,
.Processes .cbi-section-table div.cbi-section-remove input,
.Startup .cbi-section-table input.cbi-input-remove,
.Startup .cbi-section-table div.cbi-section-remove input  {
          background-image: url("../resources/cbi/remove.gif");
          background-position: 7px 4px;
          padding: 3px 9px 3px 27px;
}

.Processes .cbi-section-table input.cbi-input-reset,
.Processes .cbi-section-table input.cbi-button-reset,
.Startup .cbi-section-table input.cbi-input-reset,
.Startup .cbi-section-table input.cbi-button-reset  {
          background-image: url("../resources/cbi/reset.gif");
          background-position: 7px 4px;
          padding: 3px 9px 3px 27px;
}

.Startup .cbi-section-table input.cbi-input-save,
.Startup .cbi-section-table input.cbi-button-save {
          background-image: url("../resources/cbi/save.gif");
          background-position: 7px 4px;
          padding: 3px 9px 3px 27px;
}

:root .alert-message, :root .btn {
        border-radius: 0 0;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
}

.close {
        float: right;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        line-height: 13.5px;
        text-shadow: 0 1px 0 #ffffff;
        filter: alpha(opacity=25);
        -khtml-opacity: 0.25;
        -moz-opacity: 0.25;
        opacity: 0.25;
}

.close:hover {
        color: #000000;
        text-decoration: none;
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
}

.alert-message {
        position: relative;
        padding: 7px 15px;
        margin-bottom: 18px;
        color: #404040;
        background-color: #eedc94;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
        background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
        background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
        background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
        background-image: -o-linear-gradient(top, #fceec1, #eedc94);
        background-image: linear-gradient(top, #fceec1, #eedc94);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #eedc94 #eedc94 #e4c652;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
        margin-top: 1px;
        margin-top: 0;
}

.alert-message a {
        font-weight: bold;
        color: #404040;
}

.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
        color: #ffffff;
}

.alert-message h5 {
        line-height: 18px;
}

.alert-message p {
        margin-bottom: 0;
}

.alert-message div {
        margin-top: 5px;
        margin-bottom: 2px;
        line-height: 28px;
}

.alert-message .btn {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.label {
        padding: 1px 3px 2px;
        font-size: 9.75px;
        font-weight: bold;
        color: #ffffff !important;
        text-transform: uppercase;
        white-space: nowrap;
        background-color: #bfbfbf;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-shadow: none;
}

a.label:link,
a.label:visited {
        color: #ffffff;
}

a.label:hover {
        text-decoration: none;
}

.label.important {
        background-color: #c43c35;
}

.label.warning {
        background-color: #f89406;
}

.label.success {
        background-color: #46a546;
}

.label.notice {
        background-color: #62cffc;
}

/* LuCI specific items */
.hidden { display: none }

#memtotal > div,
#memfree > div,
#memcache > div,
#membuff > div,
#conns > div  {
          border: 1px solid #CCCCCC;
          border-radius: 3px 3px 3px 3px;
          color: #808080;
          display: inline-block;
          font-size: 13px;
          height: 22 dpx;
          line-height: 18px;
}

#xhr_poll_status {
          cursor: pointer;
}

form.inline { display: inline }

header .pull-right { padding-top: 8px; }

#modemenu li:last-child span.divider { display: none }

#syslog {  width: 100%; resize: none; }

.cbi-section-table tbody tr:nth-child(odd) td, .cbi-section-table tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
}

.cbi-section-table-titles
{
        background-color: #f9f9f9;
}

.cbi-section-table tbody tr:hover td, .cbi-section-table tbody tr:hover th  {
        background-color: #f5f5f5;
}

.cbi-section-table tr.cbi-section-table-descr th {
        font-weight: normal;
}

.left { text-align: left !important; }

.right { text-align: right !important; }

.cbi-value-field { line-height: 1.5em; }

/*
.cbi-value-field input[type=checkbox],
.cbi-value-field input[type=radio] {
        margin-top: 8px;
        margin-right: 6px;
}
*/

table table td,
.cbi-value-field table td {
        border: none;
}

table.cbi-section-table input,
table.cbi-section-table textarea,
table.cbi-section-table select {
        width: auto;
}

table.cbi-section-table td.cbi-section-table-cell {
        white-space: nowrap;
        text-align: right;
}

table.cbi-section-table td.cbi-section-table-cell select {
        width: inherit;
}

.cbi-value-description { display: inline; }

.cbi-value-description img { vertical-align: middle; }

.ifacebox {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        margin: 0 10px;
        text-align: center;
        white-space: nowrap;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ifacebox .ifacebox-head {
        border-bottom: 1px solid #CCCCCC;
        padding: 2px;
}

.ifacebox .ifacebox-body {
        padding: 6px;
}

.ifacebadge {
        display: inline-block;
        white-space: nowrap;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 2px;
        margin-left: 2px;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ifacebadge-active {
        border-color: #000000;
        font-weight: bold;
}

.zonebadge {
        padding: 2px;
        border-radius: 4px;
        display: inline-block;
        white-space: nowrap;
        color: #666666;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        cursor: pointer;
}

.zonebadge > em,
.zonebadge > strong {
        margin: 5px;
        display: inline-block;
}

.zonebadge input {
        width: 6em;
        height: 1em;
}

.zonebadge-empty {
        border: 1px dashed #AAAAAA;
        color: #AAAAAA;
        font-style: italic;
        font-size: smaller;
}

div.cbi-value var,
td.cbi-value-field var {
        font-style: italic;
        color: #1b489c;
}

.uci-change-list {
        font-family: Roboto,monospace;
}

.uci-change-list ins,
.uci-change-legend-label ins {
        text-decoration: none;
        border: 1px solid #00FF00;
        background-color: #CCFFCC;
        display: block;
        padding: 2px;
}

.uci-change-list del,
.uci-change-legend-label del {
        text-decoration: none;
        border: 1px solid #FF0000;
        background-color: #FFCCCC;
        display: block;
        font-style: normal;
        padding: 2px;
}

.uci-change-list var,
.uci-change-legend-label var {
        text-decoration: none;
        border: 1px solid #CCCCCC;
        background-color: #EEEEEE;
        display: block;
        font-style: normal;
        padding: 2px;
}

.uci-change-list var ins,
.uci-change-list var del {
        /*display: inline;*/
        border: none;
        white-space: pre;
        font-style: normal;
        padding: 0px;
}

.uci-change-legend {
        padding: 5px;
}

.uci-change-legend-label {
        width: 150px;
        float: left;
}

.uci-change-legend-label>ins,
.uci-change-legend-label>del,
.uci-change-legend-label>var {
        float: left;
        margin-right: 4px;
        width: 10px;
        height: 10px;
        display: block;
}

.uci-change-legend-label var ins,
.uci-change-legend-label var del {
        line-height: 6px;
        border: none;
}
.popbox2 {
    display: none;
    text-align:center;
    position: absolute;
    z-index: 99999;
    width: 60px;
    padding: 5px;
    background: #EEEFEB;
    color: #000000;
    /*border: 1px solid #4D4F53;*/    
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 1px 1px 1px 1px rgba(164, 164, 164, 1);
}
.popbox3 {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 250px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    /*border: 1px solid #4D4F53;*/
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.pre_mesh {
        background-color: #f5f5f5;
        display: block;
        padding: 8.5px;
        margin: 0 0 18px;
        line-height: 18px;
        font-size: 12px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
}

/* cloud Local page style---------------------------------------------  */
/* Style the tab */
.container {
        margin: 8px;
}

.tab {
        overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
                font: caption;
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor:url('/lsp/pictures/Group7773.svg'), auto;
        transition: 0.3s;
        border: 1px solid #ffffff;
        color: #353A40;
}

/* Change background color of buttons on hover
.tab button:hover {
        background-color: #ddd;
}
*/
/* Create an active/current tablink class */

/* Style the tab content */
.tabcontent {
        display: none;
        /*border: 1.5px solid #ddd;*/
        border:none;
        border-radius: 0px 10px 10px 10px;
}

.action-div {
        float: right;
}

.action-button {
        width: 90px;
        text-align: center;
        color: #ffffff;
        background:#7A3AE9 0% 0% no-repeat padding-box;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.action-div {
        text-align: center;
        color: #7A3AE9;
        background:#ffffff;
        font-weight: medium;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.action-div2 {
        text-align: center;
        color: #ffffff;
        background:#7A3AE9 0% 0% no-repeat padding-box;
        font-weight: medium;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.action-div2:hover {
        background:#8B54EB 0% 0% no-repeat padding-box;
}

.action-div4 {
        text-align: center;
        color: #007BC6;
        background:#ffffff 0% 0% no-repeat padding-box;
        font-weight: medium;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.action-div4:hover {
        background:#D1F1FF 0% 0% no-repeat padding-box;
}

.action-div3 {
        text-align: center;
        color: #ffffff;
        background:#007BC6 0% 0% no-repeat padding-box;
        font-weight: medium;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.action-div3:hover {
        background:#0063A0 0% 0% no-repeat padding-box;
}

.action-button:hover {
        background:#8B54EB 0% 0% no-repeat padding-box;
}

.action-div:hover{
        background:#F5EEFF 0% 0% no-repeat padding-box;
}

.action-button2 {
        width: 90px;
        text-align: center;
        color: #ffffff;
        background:#007BC6 0% 0% no-repeat padding-box;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.action-button2:hover {
        background:#0063A0 0% 0% no-repeat padding-box;
}

.refresh-btn {
        padding: 4px;
        border-radius: 3px;
        border: 1px solid #CCCCCC;
        background-color: #EEEEEE;
        font-style: normal;
        font-family: Roboto,"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
}

.refresh-btn-hs {
        padding: 4px;
        border-radius: 3px;
        border: 1px solid #CCCCCC;
        background-color: #EEEEEE;
        font-style: normal;
        font-family: Roboto,"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
}

.circle-container {
        display: flex;
}

.circle-green
{
        display: flex;
        justify-content: flex-start;
        width: 15px;
        height: 15px;
        border-color: #ffffff;
        background-image: url("/lsp/pictures/ic_enable.svg");
        margin-right: 15px;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 50%;
}

.circle-red
{
        display: flex;
        justify-content: flex-start;
        width: 15px;
        height: 15px;
        border-color: #ffffff;
        background-image: url("/lsp/pictures/ic_error.svg");
        margin-right: 15px;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 50%;
}

.circle-yellow
{
        display: flex;
        justify-content: flex-start;
        width: 15px;
        height: 15px;
        border-color: #ffffff;
        background-image: url("/lsp/pictures/ic_warming.svg");
        margin-right: 15px;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 50%;
}

.circle-green + div {
        color: #207B00;
        font-weight: bold;
}

.circle-red + div {
        color: #E54438;
        font-weight: bold;
}

.circle-yellow + div {
        color: #E38100;
        font-weight: bold;
}

.sub-title {
        background-color: #e6e6e6;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        width: 150px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 5px;
}

.fw-up {
        font: caption;
        margin-top: 0.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-width: 2px;
        height: 81px;
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        color: #A4ADB5;
        border-style: dashed;
        border: 1px dashed #C5CCD1;
        border-radius: 6px;
}

.fw_block {
        display: inline;
}

.top-right {
        display: flex;
        justify-content: flex-end;
        align-items: right;
}

.title_area {
        display: flex;
        justify-content: left;
        align-items: left;
        margin-top: 41px;
        font: caption;
        font-size: 16px;
        font-weight: bold;
        /*background-color: #1b489c;*/
        border-bottom: 1px solid #DDE2E5;
        color: #0B0D0F;
        height: 35px;
        width: 940px;
        font-family: Roboto;
}

td > li {
        color: black;
        font-size: 14px;
        padding-left: 10px;
}

.save-button {
        color: #ffffff;
        background:#7A3AE9 0% 0% no-repeat padding-box;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.save-button:hover {
        background:#8B54EB 0% 0% no-repeat padding-box;
}

.save-button[disabled]{
        color: #ffffff;
        background-color: #aaa9a9;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(top, #aaa9a9, #aaa9a9);
}

.save-button2 {
        color: #ffffff;
        background:#007BC6 0% 0% no-repeat padding-box;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.save-button2:hover {
        background:#0063A0 0% 0% no-repeat padding-box;
}

.save-button2[disabled]{
        color: #ffffff;
        background-color: #aaa9a9;
        font-weight: bold;
        padding: 5px 14px 6px;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(top, #aaa9a9, #aaa9a9);
}

input[type=submit]{
        right:10px;
        width: 77px;
        height: 39px;
        background-color: #e6e6e6;
        padding: 2px 15px 2px 15px !important;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* cloud Local page style---------------------------------------------  */
