*
{
    margin:0;
    padding:0;
    font-family: 'TheSans Basic W3','Trebuchet MS',Arial,Helvetica,sans-serif;
}

body
{
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
    color: #333333;
}

img
{
	border: none;
}

img.left
{
    float: left;
    margin-right: 3px;
}

.text_logo
{
    padding-bottom: 8px;
    padding-left: 102px;
    font-size: 21px;
    color: #001155;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    width: 337px;
}

.languages
{
    color: #888888;
    font-size: 13px;
    vertical-align: top;
    text-align: right;
    padding-top: 10px;
}

.languages span
{
    cursor: pointer;
    color: #2D90EC;
}

.languages span:hover
{
    color: #44BBFF;
}

.languages b
{
    color: #001155;
}

.page_title
{
    color: #001155;
    font-size: 36px;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 10px;
}

div.overlay .page_title
{
    padding-top: 0px;
}

.section_title
{
    color: #001155;
    font-size: 22px;
    font-weight: lighter;
}

.center_container
{
    height: 100%;
    margin-right: 130px;
    margin-left: 130px;
    padding-left: 4px;
    vertical-align: top;
    min-height: 500px;
}

.whole_container
{
    width: 100%;
    height: 100%;
    display: table;
    background: -webkit-linear-gradient(white, lightgrey); /*Safari 5.1 to 6.0*/
    background: -o-linear-gradient(white, lightgrey); /*Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(white, lightgrey); /*Firefox 3.6 to 15*/
    background: linear-gradient(white, lightgrey);
}

.right_bar
{
    float: right;
    width: 130px;
    height: 100%;
    margin-top: 20px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    vertical-align: top;
    /*
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-color: #C0C0C0;
    border-left-color: #C0C0C0;
    */
}

.left_bar
{
    float: left;
    width: 130px;
    height: 100%;
    vertical-align: top;
    margin-bottom: -1000px;
    padding-bottom: 1042px;
    background-position: right;
    background-repeat: repeat-y;
}

.hidden_tag
{
    display: none;
}
/*********************
 * TOP MENU
 *********************/

.top_bar
{
    /*border-color: #BBBBBB;*/
    background-image: url('../../images/swc/tab_background.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 28px;
    border-top-color: #808080;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.top_bar_cell, .top_bar_cell_sel {
    min-width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    display: table-cell;
    cursor: pointer;
}

.top_bar_cell
{
    background-image: url('../../images/swc/top_bar_separate.png');
    background-repeat: no-repeat;

    border: 0px;
}

.top_bar_cell_sel
{
    background-color: #ffffff;
    color: #001155;

    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
}

.top_bar_cell_sel.top_bar_cell_forced
{
    background-color: transparent;
    background-image: url('../../images/swc/top_bar_separate.png');
    background-repeat: no-repeat;
    color: #ffffff;
}

.top_bar_cell_sel:hover, .top_bar_cell_sel.top_bar_cell_forced:hover {
    color: #44BBFF !important;
    background-color: #ffffff !important;

    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
}

.top_bar_cell_end
{
    background-image: url('../../images/swc/top_bar_separate.png');
    background-repeat: no-repeat;
}

/*************/

.submenu_cell
{
    height: 26px;
    padding-top: 10px;
    color: #555555;
    cursor: pointer;
    background-color: #ffffff;
}

.submenu_cell:hover
{
    color: #44BBFF;
}

.submenu_cell_sel
{
    height: 26px;
    padding-top: 10px;
    background-color: #ffffff;
    color: #001155;
    font-weight: bold;
}

.submenu_cell, .submenu_cell_sel {
    text-align: left;
    padding-left: 15px;
}

.submenu_cell_end
{
    height: 100%;
    border-bottom: none;
    background-color: inherit;
    background-image: url('../../images/swc/left_bar_sep.png');
    background-repeat: no-repeat;
    background-position: right top;
}

/*************/

#mainMenu li {
	float:left;
	list-style:none;
}

#mainMenu li div {
	text-decoration:none;
}

#mainMenu li div span.ui-icon-carat-1-e {
    float:right;
    position:static;
    margin-top:2px;
    width:16px;
    height:16px;
}

#mainMenu li ul {
    display:block;
    position:absolute;
    background-color:#ffffff;
    padding-bottom: 5px;

    -webkit-box-shadow:#d1d1d1 0 10px 7px;
    -moz-box-shadow:#d1d1d1 0 10px 7px;
    box-shadow:#d1d1d1 0 10px 7px;
}

#mainMenu li ul li {
	float:none;
	min-width:250px;
	margin-right:0px;
}

#mainMenu li ul li div {
	font-size:15px;
}

/*************/

.ui-menu .ui-menu-item {
	margin: 0px;
	padding: 0px;
}

.ui-menu .ui-state-active {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.ui-menu-item.head {
    border: 1px solid rgb(0, 0, 255);
}

.ui-menu-item:hover {
    color: #44BBFF !important;
    background-color: #ffffff;
}

#mainMenu > .ui-menu-item > .ui-state-focus.top_bar_cell_sel,
#mainMenu > .ui-menu-item > .ui-state-active.top_bar_cell_sel{
    color: #44BBFF !important;
}

#mainMenu > .ui-menu-item > .ui-state-focus,
#mainMenu > .ui-menu-item > .ui-state-active{
    border-radius:6px 6px 0 0;
    box-shadow:#d1d1d1 0 10px 7px;
}

/******************
 * Overview Page
 ******************/

.overview h2
{
    padding-left: 20px;
    font-size: 28px;
}

.overview .section, .result
{
    vertical-align: top;
    background-color: #FFFFFF;
    border: solid 1px #666666;
    border-radius: 10px;
    padding: 20px;
}

.overview .section
{
    min-height: 220px;
    z-index: 1;
}

.overview .section > table > tbody > tr td
{
    height: 20px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 0px;
}

.overview .section > table > tbody:first-of-type > tr:first-of-type > td
{
    padding-top: 8px;
}

.overview .section > table > thead > tr
{
    color: #001155;
}

.overview .section > table > thead > tr > td
{
    border-top: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #BBBBBB;
    padding-bottom: 5px;
    padding-top: 0px;
}

.overview .section_title
{
    font-size: 18px;
}

.overview .msg_box
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

.overview .msg_box ul
{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
}

table#pagedDevicesList > tbody > tr > td:first-of-type,
table#pagedDevicesList > tbody > tr > td:first-of-type + td
{
    padding-top: 1px;
}

table#pagedDevicesList > tbody > tr:first-of-type > td:first-of-type,
table#pagedDevicesList > tbody > tr:first-of-type > td:first-of-type + td
{
    padding-top: 4px;
}

table#pagedDevicesList > tbody > tr > td > img
{
    margin-top: 3px;
}

.smallFrequencies span {
    font-size: 9px;
    display: block;
}

/*****  graph *******/

div.graph
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;

    overflow-x: auto;
    overflow-y: hidden;
}

.graph .cpe, .graph .cpe-begin::after, .graph .cpe-end::after, .graph .cpe div.item-icon {
	background: #f5f5f5;
}

.graph .cpe::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    height: 100%;
    width: 100%;

    border-color: #BBBBBB;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
}

.graph .cpe-begin::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    height: 100%;
    width: 15px;

    border-color: #BBBBBB;
    border-radius: 10px 0px 0px 10px;
    border-style: solid;
    border-width: 2px 0px 2px 2px;
}

.graph .cpe-end::after {
    content: '';
    position: absolute;
    top: 0px;
    right: auto;
    left: 0px;
    height: 100%;
    width: 30px;

    border-color: #BBBBBB !important;
    border-radius: 0px 10px 10px 0px;
    border-style: solid !important;
    border-width: 2px 2px 2px 0px !important;
}

.graph .hidden {
	display:none !important;
}

.graph h3 {
    font-size: 15px;
    padding-bottom: 5px;
    color: #333333;
}

.graph ul
{
    float:left;
    position: relative;
    padding-left: 0px;
}

.graph li
{
    height: 80px;
    float:none;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 5px 50px 5px 50px;
}

/* li::after (horizolntal) */

.graph li::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    left:auto;
    height: 50%; width: 100%;
    z-index: 1;
    border-top: 1px solid #333333;
}
.graph li:empty::after
{
    border: none;
}

/* li::before (vertical) */

.graph li::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.graph li.first::before,
.graph li:not(:empty):first-of-type::before
{
    top: 50%;
    height: 50%;
}

.graph li.last::before,
.graph li:last-of-type::before
{
    top: 0;
    height: 50%;
}

.graph li.first.last::before,
.graph li:only-of-type::before
{
    display: none !important;
}

.graph li:not(.middle):empty::before
{
    border: none;
}

.graph li.not-connected::before, .graph li.not-connected::after
{
    border: none;
}

/* ul */
.graph ul:first-of-type li
{
    padding-right: 50px !important;
}

.graph ul:last-of-type li::before, .graph ul.last li::before
{
    border-right: 0 none;
}

.graph ul:first-of-type li::before, .graph ul.first li::before
{
    border-left: 0 none;
}

.graph ul:first-of-type li::before
{
    border: 0 none;
}

.graph ul:last-of-type li::after, .graph ul.last li::after
{
    left: 0;
    width: 50%;
}

.graph ul:first-of-type li::after, .graph ul.first li::after
{
    right: 0;
    width: 50%;
}

.graph ul:first-of-type::before, .graph ul:last-of-type::after
{
    border: 0 none;
}

.graph ul.only-one-item li {
    padding-left: 30px;
    padding-right: 30px;
}

.graph ul li.small {
    width: 50px;
}


/* div */

.graph ul.large-items div.item-icon {
    width: 120px;
}

.graph div.status-icon
{
    position: relative;
    z-index: 10;

    padding-top: 31px;
    padding-right: 0px;
    padding-left: 0px;
}

.graph ul.left div
{
    float: left;
}

.graph ul.right div
{
    float: right;
}

.graph div.item-empty
{
    z-index: 0 !important;
}

.graph div.item-icon
{
    display: inline-block;
    position: relative;
    z-index: 10;

    min-width: 70px;
    height: 70px;
    border: 0px solid #ccc;
    padding: 5px 5px;

    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    background-color: white;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.graph div.item-icon img
{
    max-height: 40px;
}

.graph div.item-icon.link h3
{
    color: #001155;
}

.graph div.item-icon.link:hover h3
{
    color: #2D90EC !important;
}

.graph div.item-icon.link
{
    cursor: pointer;
}

.graph li.disabled div.item-icon h3
{
    color: #bbbbbb;
}

.graph li.disabled div.item-icon img
{
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/****************
 * BUTTONs
 ***************/

table tr .btn_body
{
    color: #FFFFFF;
    background-image: url('../../images/swc/btn_body.png');
    background-repeat: repeat-x;
    padding-bottom: 1px;
    cursor: pointer;
    white-space: nowrap;
    height: 32px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
    font-size: 15px;
    min-width: 80px;
}

.secondary_button .btn_body
{
    color: #2D90EC;
    background-image: url('../../images/swc/btn_body_grey.png');
}

.btn_body:hover
{
    /*color: #FFFFFF;*/
}

table.disabled .btn_body:hover
{
    cursor: default;
}

table tr .btn_left
{
    background-image: url('../../images/swc/btn_left.png');
    background-repeat: no-repeat;
    padding: 0px;
    width: 8px;
    height: 32px;
}

.secondary_button .btn_left
{
    background-image: url('../../images/swc/btn_left_grey.png');
    width: 6px;
}


table tr .btn_right
{
    background-image: url('../../images/swc/btn_right.png');
    background-repeat: no-repeat;
    padding: 0px;
    width: 8px;
    height: 32px;
}

.secondary_button .btn_right
{
    width: 6px;
    background-image: url('../../images/swc/btn_right_grey.png');
}

table tr .btn_s_body, .browse_button
{
    color: #FFFFFF;
    background-image: url('../../images/swc/btn_s_body.png');
    background-repeat: repeat-x;
    padding-bottom: 1px;
    cursor: pointer;
    white-space: nowrap;
    height: 24px;
    min-width: 53px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.browse_button
{
    width: 90px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

.secondary_button .btn_s_body
{
    color: #2D90EC;
    background-image: url('../../images/swc/btn_s_body_grey.png');
}

.btn_s_body:hover
{
    /*color: #44BBFF;*/
}

table tr .btn_s_left
{
    color: #FFFFFF;
    background-image: url('../../images/swc/btn_s_left.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 24px;
}

.secondary_button .btn_s_left
{
    width: 5px;
    background-image: url('../../images/swc/btn_s_left_grey.png');
}

table tr .btn_s_right
{
    color: #FFFFFF;
    background-image: url('../../images/swc/btn_s_right.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 24px;
}

.secondary_button .btn_s_right
{
    width: 5px;
    background-image: url('../../images/swc/btn_s_right_grey.png');
}

.inline_button
{
    min-width: 100px;
}

/*******************
 * TABLEs
 *******************/

.std_table
{
    margin-bottom: 28px;
}

.std_table td
{
    height: 28px;
    padding-left: 3px;
    padding-right: 3px;
}

.std_table thead tr
{
    color: #001155;
    font-size: 14px;
}

.std_table thead td
{
    padding-bottom: 20px;
    padding-top: 10px;
}

.std_table > thead > tr:first-child td
{
    border-top-style: none;
}

.std_table ~ .std_table > thead > tr:first-child > td
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #BBBBBB;
}

.std_table > tbody:first-child > tr:first-child td
{
    padding-top: 10px;
}

.std_table > tbody:first-of-type > tr.row_with_bottom_border:first-of-type td
{
    font-weight: bold;
}

.top_aligned
{
    vertical-align: top;
    padding-top: 5px;
}

.section_title td:first-child
{
    font-size: 22px;
}

.row_with_bottom_border td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #BBBBBB;
}

.with_left_border
{
    /*background-image: url('../../images/swc/border_left.png');
    background-repeat: repeat-y;*/
    font-weight: normal;
}

.device_row
{
    vertical-align: top;
}

.device_row > img
{
    margin-top: 6px;
}

.device_row > span, .device_row > a > span
{
    display: inline-block;
    margin-top: 2px;
    padding-top: 6px !important;
}

.right_col
{
    font-weight: normal;
    text-align: right;
}

.left_col
{
    font-weight: normal;
    text-align: left;
}

input
{
    border: solid #999999;
    border-width: 2px 1px 1px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

input[type=text]
{
    width: 175px;
    height: 18px;
    padding-left: 5px;
}

.separator {
	visibility:hidden;
}

input:focus, textarea:focus
{
    border-width: 2px 1px 1px 2px;
    border-color: #2D90EC;
    color: #001155;
}

select option.action_option
{
    color: #001155;
}

input[disabled], input.disabled, select[disabled], select[readonly], input[readonly]
{
    background-color: #EEEEEE;
    opacity: 0.6;
    color: #000000;
    filter: alpha(opacity=60);
}

input[type=password]
{
    width: 175px;
    height: 18px;
    padding-left: 5px;
}

.p2pvpn_list input[type=password] {
	width: 105px;
}

input[type=file]
{
    width: 220px;
    height: 22px;
    font-size: 11px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

input[type=radio]
{
    width: 20px;
}

input[type=checkbox]
{
    display: none;
    height: 22px;
    width: 0px;
}

input[type=checkbox] + label
{
    height: 18px;
    width: 43px;
    display: inline-block;
    padding: 0 0 0 0px;
}

input[type=checkbox] + label
{
    background: url('../../images/swc/switch_off.png') no-repeat left center;
}

input[type=checkbox]:disabled + label
{
    background: url('../../images/swc/switch_off_disabled.png') no-repeat left center;
}

input[type=checkbox]:checked + label
{
    background: url('../../images/swc/switch_on.png') no-repeat left center;
}

input[type=checkbox]:checked:disabled + label
{
    background: url('../../images/swc/switch_on_disabled.png') no-repeat left center;
}

input[type=checkbox] + label + span
{
    vertical-align: top;
    display: inline-block;
    padding: 1px 5px 5px 2px;
}

select
{
    background: #F5F5F5 url('../../images/swc/btn_s_body_grey.png');
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    height: 22px;
    font-size: 11px;
}

optgroup
{
    padding-top: 2px;
}

select[readonly] option
{
    display:none;
}

input[type=checkbox][disabled]
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.disabled
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

ul
{
    list-style-position: inside;
    padding-left: 5px;
    margin-bottom: 5px;
}

.device_row > td
{
    vertical-align: middle !important;
}

.list_error_bold
{
	font-weight: bold;
}

.list_error, .list_warning
{
    list-style: none;
    background: url('../../images/swc/exclamation_red.png') no-repeat left center;
    padding: 10px 10px 10px 25px;
    color: #DD1122;
    border-top: solid 1px;
}

.list_error:last-of-type, .list_warning:last-of-type
{
    border-bottom: solid 1px;
}

td ul li.list_error:first-of-type, td ul li.list_warning:first-of-type
{
    margin-top: 10px;
}

.list_info
{
    list-style: none;
    background: url('../../images/swc/info.png') no-repeat left center;
    padding: 10px 10px 10px 25px;
    color: #001155;
    font-weight: normal;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.list_message
{
    list-style: none;
    background: url('../../images/swc/status_ok_small.png') no-repeat left center;
    padding: 10px 10px 10px 25px;
    color: #00cc00;
    font-weight: bold;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.list_lock,.list_lock_link
{
    list-style-image: url('../../images/swc/locking.png');
    color: #44BBFF;
    font-weight: bold;
}

.list_lock_link,.clickable
{
    cursor: pointer;
}

span.icon_dir > span
{
    padding: 0px 0px 0px 20px;
    height: 16px;
    display: inline-block;
}

/* Changed for IE8 - equivalent to: span.icon_dir > span:nth-child(1) */
span.icon_dir > span:first-child
{
    background: url('../../images/swc/icon_wan.png') no-repeat left center;
}

/* Changed for IE8 - equivalent to: span.icon_dir > span:nth-child(3)*/
span.icon_dir > span:first-child + span + span
{
    background: url('../../images/swc/icon_notebook.png') no-repeat left center;
}

/* Changed for IE8 - equivalent to: span.icon_dir > span:last-child*/
span.icon_dir > span:first-child + span + span
{
    padding: 0px 0px 0px 16px;
}

/* Changed for IE8 - equivalent to: span.icon_dir_inbound > span:nth-child(2)*/
span.icon_dir_inbound > span:first-child + span
{
    background: url('../../images/swc/icon_arrow_right.png') no-repeat left center;
}

/* Changed for IE8 - equivalent to: span.icon_dir_outbound > span:nth-child(2)*/
span.icon_dir_outbound > span:first-child + span
{
    background: url('../../images/swc/icon_arrow_left.png') no-repeat left center;
}

span.icon_action_drop,span.icon_action_reject,span.icon_action_accept
{
    padding: 0px 0px 0px 20px;
    height: 16px;
    display: inline-block;
}

span.icon_action_drop
{
    background: url('../../images/swc/status_failed_small.png') no-repeat left center;
    color: black;
}

span.icon_action_reject
{

    background: url('../../images/swc/status_failed_small.png') no-repeat left center;
    color: #DD1122;
}

span.icon_action_accept
{
    background: url('../../images/swc/status_ok_small.png') no-repeat left center;
    color: #00CC00;
}


span.icon_arrow
{
    padding: 1px 1px 3px 20px !important;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-top: 0px;
    font-size: 11px;
}

span.icon_arrow_down
{
    background-image: url('../../images/swc/icon_arrow_down.png');
}

span.icon_arrow_up
{
    background-image: url('../../images/swc/icon_arrow_up.png');
}

span.icon_device, span.icon_device_select
{
    padding: 3px 3px 6px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

span.icon_device_select
{
    padding-top: 0px;
    padding-bottom: 0px;
}

span.icon_device_Computer
{
    background-image: url('../../images/swc/device-icons/icon_Computer.png');
}

span.icon_device_DesktopComputer
{
    background-image: url('../../images/swc/device-icons/icon_DesktopComputer.png');
}

span.icon_device_Notebook
{
    background-image: url('../../images/swc/device-icons/icon_Notebook.png');
}

span.icon_device_TV
{
    background-image: url('../../images/swc/device-icons/icon_TV.png');
}

span.icon_device_SwisscomTVBox
{
    background-image: url('../../images/swc/device-icons/icon_SwisscomTVBox.png');
}

span.icon_device_IPPhone
{
    background-image: url('../../images/swc/device-icons/icon_IPPhone.png');
}

span.icon_device_MobilePhone
{
    background-image: url('../../images/swc/device-icons/icon_MobilePhone.png');
}

span.icon_device_IPad
{
    background-image: url('../../images/swc/device-icons/icon_IPad.png');
}

span.icon_device_Tablet
{
    background-image: url('../../images/swc/device-icons/icon_Tablet.png');
}

span.icon_device_DigitalCamera
{
    background-image: url('../../images/swc/device-icons/icon_DigitalCamera.png');
}

span.icon_device_IPRadio
{
    background-image: url('../../images/swc/device-icons/icon_IPRadio.png');
}

span.icon_device_IPCamera
{
    background-image: url('../../images/swc/device-icons/icon_IPCamera.png');
}

span.icon_device_WLANBox
{
    background-image: url('../../images/swc/device-icons/icon_WLANBox.png');
}

span.icon_device_GameConsole
{
    background-image: url('../../images/swc/device-icons/icon_GameConsole.png');
}

span.icon_device_NetworkStorage
{
    background-image: url('../../images/swc/device-icons/icon_NetworkStorage.png');
}

span.icon_device_Printer
{
    background-image: url('../../images/swc/device-icons/icon_Printer.png');
}

span.icon_device_PowerLine
{
    background-image: url('../../images/swc/device-icons/icon_PowerLine.png');
}

span.icon_device_Device
{
    background-image: url('../../images/swc/device-icons/icon_Device.png');
}

span.icon_voip
{
    padding: 8px 10px 16px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

span.icon_voip_InboundOutbound
{
    background-image: url('../../images/swc/icon_arrow_left_right.png');
}

span.icon_voip_Inbound
{
    background-image: url('../../images/swc/icon_arrow_left.png');
}

span.icon_voip_Outbound
{
    background-image: url('../../images/swc/icon_arrow_right.png');
}

span.icon_voip_OutboundError
{
    background-image: url('../../images/swc/icon_arrow_right_red.png');
}

span.icon_dect.icon_voip_InboundOutbound, span.icon_dect.icon_voip_Inbound, span.icon_dect.icon_voip_Outbound, span.icon_dect.icon_voip_OutboundError
{
    background-image: url('../../images/swc/icon_circle_full.png');
}

span.icon_dect.icon_voip_Detached
{
    background-image: url('../../images/swc/icon_circle_empty.png');
}

span.icon_voip_ISDNPhone
{
    background-image: url('../../images/swc/icon_isdn_phone.png');
}

span.icon_voip_IPPhone
{
    background-image: url('../../images/swc/icon_ipphone.png');
}

span.detailslink, span.extlink
{
    color: #2D90EC;
    cursor: pointer;
/*
    padding: 8px 30px 0px 0px;
    background: none no-repeat right center / auto 25px;
    display: inline-block;
    height: 20px;
    background-image: url('../../images/swc/device-icons/icon_Device.png');
*/
}

span.expiretime
{
    font-style: italic;
}

a.hostlink, span.link
{
    color: #2D90EC !important;
}

span.icon_auto
{
    color: #001155;
}

span.icon_auto > img
{
    vertical-align: middle;
}

table.description_list
{
    padding: 5px 0px;
}

table.description_list td:first-of-type
{
    width: 155px;
}

table.description_list td
{
    border-bottom: none;
    padding: 0px;
    height: 21px;
}

table.description_list tr:last-of-type td
{
    border-bottom: none;
}

.progress_back
{
    border: 1px solid #C8C8C8;
    background-image: url('../../images/swc/progress_back.png');
    background-repeat: repeat-x;
    height: 17px;
    font-size: 0;
}

.progress_bar
{
    border: 1px solid #44BBFF;
    background-image: url('../../images/swc/progress_bar.png');
}

.reset,.reset div,.reset dl,.reset dt,.reset dd,.reset ul,.reset ol,.reset li,.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6,.reset pre,.reset form,.reset fieldset,.reset input,.reset textarea,.reset p,.reset blockquote,.reset th,.reset td
{margin:0;padding:0;}
.reset table
{border-collapse:collapse;border-spacing:0;}
.reset fieldset,.reset img,.reset tr td
{border:0; padding:0;}
.reset address,.reset caption,.reset cite,.reset code,.reset dfn,.reset em,.reset strong,.reset th,.reset var,.reset td
{font-style:normal;font-weight:normal;}
.reset ol,.reset ul
{list-style:none;}
.reset caption,.reset th
{text-align:left;}
.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6
{font-size:100%;font-weight:normal;}
.reset q:before,.reset q:after
{content:'';}
.reset abbr,.reset acronym
{border:0;}

.title
{color: #001155;}

a
{
    cursor: pointer;
}

a:link, a:visited
{
    color: #555555;
    text-decoration: none;
}

a:hover, a:active, a.active
{
    color: #2D90EC;
}

.warning
{
    color: #DD1122;
}

h2
{
    color: #001155;
    font-size: 36px;
    font-weight: normal;
}

h3
{
    font-size: 18px;
    color: #001155;
    font-weight: bold;
}

.pages a
{
    color: #2D90EC;
    font-weight: normal;
}

td.signal_bar_grey {
    background-color:#C0C0C0;
    padding:2px;
    height:10px;
    border:0;
    width:35px;
    text-align:center;
}

td.signal_bar_green {
    background-color:#00CC00;
    padding:2px;
    height:10px;
    border:0;
    width:35px;
    text-align:center;
    color:white;
}

.break_word {
    max-width: 230px;
    word-wrap: break-word;
}

input.input_as_label, input.input_as_label:focus {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

.red {
	color:#DD1122;
}

.blue {
	color:#001155;
}

.green {
	color:#00CC00;
}

.help_box {
    margin: 0px;
    padding: 0px;
    width: 70px;
    height: 70px;
    display: block;
    top: 220px;
    right: 0px;
    position: fixed;
    background: rgb(221, 17, 34);
    z-index: 10000;
    box-shadow: rgb(128, 128, 128) -2px 0px 3px 0px;
    text-align: center;
}

.help_box a img {
    display: block;
    margin: 7px auto 5px auto;
}

.help_box a:link, a:visited {
    color: white;
}

.overlay_window a:link, a:visited {
    color: #4c9aff;
    text-decoration: underline;
}

/* save/cancel buttons on the bottonm right in each page */
.page_buttons {
    float: right;
}

.page_buttons, .generic_buttons {
    padding-bottom: 20px;
}

.overlay_window .page_buttons {
    padding-top: 15px;
    padding-bottom: 0px;
}

.additional_page_buttons {
    float: left;
}

.additional_page_buttons table {
    float: left;
    padding-right: 5px;
}

.page_buttons > table > tbody > tr > td {
    vertical-align: top;
    padding-left: 10px;
}

.input_file_div {
    position: relative;
    width: 100px;
    height: 23px;
    overflow: hidden;
}

.switch_button_cell {
	width: 40px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    background-image: url('../../images/swc/fading_white.png')
}

.overlay_window {
    position: absolute;
    left: 50%;
    top: 5%;
    margin-left: -380px;

    background-color: #FEFEFE;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    width: 710px;
}

.overlay_close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.overlay table.std_table:last-of-type {
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #BBBBBB;
    border-style: none none solid none;
}

.status_up {
    background: url('../../images/swc/status_ok_small.png') no-repeat;
    height: 16px;
    display: block;
}

.status_down {
    background: url('../../images/swc/status_failed_small.png') no-repeat;
    height: 16px;
    display: block;
}

.status_disabled {
    background: url('../../images/swc/status_disabled_small.png') no-repeat;
    height: 16px;
    display: block;
}

.status_idle {
    background: url('../../images/swc/status_idle_small.png') no-repeat;
    height: 16px;
    display: block;
}

div.status_up.left, div.status_down.left, div.status_disabled.left, div.status_idle.left {
    padding: 2px 0px 0px 20px;
    background-position: left;
}

div.status_up.right, div.status_down.right, div.status_disabled.right, div.status_idle.right {
    padding: 2px 20px 0px 0px;
    background-position: right;
}

.resume {
    height: 8px !important;
    font-size: 0px;
}

.resume div {
    font-size: 10px;
    height: 11px;
    padding-top: 20px;
    padding-left: 8px;
}

/* Tooltip */

.tooltip {
    border-bottom: 1px dotted #44BBFF;
    color: #44BBFF !important;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
    font-weight: normal;
}

.tooltip:hover span {

    border-radius: 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    -webkit-box-shadow:#d1d1d1 0 10px 7px;
    -moz-box-shadow:#d1d1d1 0 10px 7px;
    box-shadow:#d1d1d1 0 10px 7px;

    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}

.tooltip:hover img {
    border: 0;
    margin: 0 0 0 -25px;
    float: left;
    position: absolute;
}

.tooltip:hover em {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.tooltip .classic { padding: 0.8em 1em; }
.tooltip .custom  { padding: 0.5em 0.8em 0.8em 3em; }

* html span:hover { background: transparent; }

.tooltip .info     { color: #001155; border: 1px solid #001155; }
.tooltip .help     { color: #001155; border: 1px solid #001155; }
.tooltip .classic  { color: #333333; border: 1px solid #333333; }
.tooltip .warning  { color: #DD1122; border: 1px solid #DD1122; }
.tooltip .critical { color: #DD1122; border: 1px solid #DD1122; }

/* Password Strength Bar */

.strength-bar {
    width: 180px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 4px;
    border-width: 2px 1px 1px 2px;
    margin-top: 5px;
}

.strength-fill {
    height: 100%;
    width: 0%;
    background: white;
    transition: width 0.3s;
}

.strength-text {
    padding-left:5px;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
}
