.tab,
#tab,
#tab2,
#tab3,
#usr-tab2,
#tab1 {
    overflow:hidden;
    zoom:1;
    list-style-type:none;
    padding:0;
    margin:0;
}
.tab li,
#tab li,
#tab2 li,
#tab3 li,
#usr-tab2 li,
#tab1 li {
    float:left;
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    background-color: ButtonFace;
    border:1px #bbb solid;
    border-bottom:none;
    padding:0;
    margin:0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tab li:nth-child(2) {
    width:120px;
}

#tab1 li:nth-child(1) {
    width:70px;
}
#tab1 li:nth-child(3) {
    width:150px;
}
#tab1 li:nth-child(4) {
    width:70px;
}

.tab li.fli,
#tab li.fli, 
#tab2 li.fli,
#tab3 li.fli,
#usr-tab2 li.fli,
#tab1 li.fli {
    background-color: #C9C9C9;
    color:red;
    cursor: default;
}

.tab li.disable-fli
{
    background-color: #C9C9C9;
    color: #ABABAB;
    cursor:default;
}

.tab_con,
#tab_con
{
    width:830px;
    height:465px;
    padding:0;
    margin:0;
}

#tab_con div
{
    width:830px;
    height:465px;
    background-color: #C9C9C9;
}

#tab_con2,
#usr-tab_con2
{
    height:415px;
    width:852px;
    padding:0;
    margin:0;
}

#tab_con2 > div,
#usr-tab_con2 > div
{
    height:410px;
    width:830px;
    background-color: #C9C9C9;
}

#tab_con1
{
    width:435px;
    height:440px;
    padding:0;
    margin:0;
}

#tab_con1 div
{
    width:435px;
    height:440px;
    background-color: #f7f7f7;
}

#tab_con3
{
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}

.tab_page {
    border: 1px #808080 solid;
    border-top: none;
    padding: 10px 10px 10px 10px;
}

#tab_con3 .tab_page
{
    min-height: 420px;
}

#alarm-tab_con
{
    width:830px;
    height:335px;
    padding:0;
    margin:0;
}

#alarm-tab_con div
{
    width:830px;
    height:335px;
    background-color: #C9C9C9;
}

.fhide {
    display:none;
}
.fshow {
    display: block;
    background-color: #f9f9f9;
    border-top-color: #C9C9C9;
    border-top-style: solid;
    border-top-width: 1px;
}

.wizard-field {
    white-space: nowrap;
    display:block;
    margin-bottom: -5px;
}
.wizard-field label,
.wizard-field input
{
    display: inline-block;
    font-weight: normal;
}

.cfg-field {
    white-space: nowrap;
    display:block;
    margin-top: -12px;
    margin-bottom: 7px;
}

.cfg-field label
{
    width: 150px;
    color: #003366;
    text-shadow: 1px 1px #DDD;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    display: inline-block;
}

.cfg-field input
{
    width: auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #aaa;
    padding: 3px; 
    display: inline;   
}

#ContactInfos label {
    width: 100px;
}

#ContactInfos input[type="text"] {
    width: 200px;
}

.cfg-field select
{
    width: auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #aaa;
    padding: 3px; 
    display: inline;   
}

input.hide-file[type="file"] {
    opacity: 0;
}

/*.popup  input[type="button"],*/
#tab_con input[type="button"]
{
    display: inline;
    margin: 10px 2px 2px 0;
    background-color: ButtonFace;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
}
input.small-button[type="button"] {
    width: 64px;
    height: 21px;
}
input.middle-button[type="button"] {
    width: 96px;
    height: 21px;
}

input.large-button[type="button"] {
    width: 195px;
    height: 26px;
}

#tab_con input[type="button"]:disabled,
.popup  input[type="button"]:disabled
{ 
    color: dimgray;
    cursor: default;
}

.tbl-vmap {
    width: 320px;
}

.tbl-tags {
width: 100%;

}

.tbl-vmap th,
.tbl-tags th
{
    background-color: #FFC219;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 5px;
}

.tbl-vmap td,
.tbl-tags td
{
    text-align: center;
}
#TagsTable th:nth-child(3),
#TagsTable td:nth-child(3)
{
    width: 200px;
}

#ContactsTable th:nth-child(3),
#ContactsTable td:nth-child(3)
{
    width: 160px;
}

#ContactsTable th:nth-child(7),
#ContactsTable td:nth-child(7)
{
    width: 160px;
}

.popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 199;
    padding: 5px 5px 5px 5px; 
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #b8d3ad;
    -moz-box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
}

.popup-mask {
background-color: #fff;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: fixed;
_position: absolute;
z-index: 99;
opacity: 0;
filter: alpha(opacity=0)\0;
_top: 0;
_left: 0;
display: none;
}

.popup .cp-frame {
    margin: 10px;
}

.popup-caption2,
.popup-caption
{
    background-color: #f0f0f0;
}

.popup-caption2 a,
.popup-caption a
{
    float: right;
    background-image: url('/Images/delete.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 24px;
}

#TagInfos {
    width: 605px;
    height: 500px;
}

#Message_Form {
    width: 750px;
    height: 250px;
    z-index: 999;
}
#Contacts_Dlg {
    width: 750px;
    height: 250px;
    z-index: 999;
}
#ContactInfos {
    width: 490px;
    height: 280px;
}

#ValuesMap_Item {
    width: 340px;
    height: 120px;
    z-index: 999;
}

#ConnectionWizard {
    width: 605px;
    height: 420px;
}

.divider-5px {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
}

.align-top {
    vertical-align: top;
}

.wizard-page{
    list-style-type: none;
    display: none;
    width: 100%;
}

.wizard-page-active {
    display: inline-block;
}

.WizardPages{
    width: 600px;
    height: 240px;
}
.WizardPages li div{
    width:580px;
}

#ConnectResults
{
    width: 580px;
}

.WizardPages li div.exchange-progress
{
    width: 500px;
    margin: auto;
}

.system-tab .cfg-field input
{
    width: 220px;
}

a.drop-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/Images/dropdown.png');
    background-repeat:no-repeat;
    margin-bottom: -2px;
    margin-left: 5px;
}

ul.nav { 
    line-height: 20px; 
    list-style-type: none;
    text-align:left; 
    top: 18px;
    display: none;
    position: absolute; 
    z-index: 98;
	border-width:1px;
	border-style:outset;
	border-top-style: none;
	border-radius: 5px;
	width: 170px;
/*	background:#EDF5FC;*/
	background:#fff;
	box-shadow:1px 1px 6px  #006;
}

ul.nav-left-align { 
    left: 0px; 
}

ul.nav-right-align { 
    right: 0px; 
}

ul.nav li {
    float: left;
    width: 170px;
}

ul.nav a{ 
    display: block; 
    width: 156px;
    text-align:left;
    padding-left: 14px; 
} 
ul.nav a:link { 
    color:#666; 
    text-decoration:none; 
} 
ul.nav a:visited { 
    color:#666;
    text-decoration:none; 
} 
ul.nav a:hover { 
    color:#F3F3F3;
    text-decoration:none;
    font-weight:normal; 
    background:#00C; 
} 
ul.nav-wide,
ul.nav-wide li 
{
    width: 200px;
}

ul.nav-wide a 
{
    width: 186px;
}

li.drop-menu:hover ul { 
    /*left: auto; */
    display: block; 
}
/*
li.drop-menu-ex a.drop-icon:hover + ul {
    display: block;
} 
*/
.drop-menu,
.drop-menu-ex 
{
    position: relative;
}

.model-dialog {
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    z-index: 99;
    _top: 0;
    _left: 0;
    display: none;
    overflow: auto;
}

.model-dialog .cp-frame {
    background-color: white;
    opacity: 1;
    padding: 2px 2px 50px 2px;

    border: 1px solid #b8d3ad;
    -moz-box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
}

.model-dialog .cp-frame input {
    width: initial;
    display: inline;
    margin-top: 5px;
}

.model-dialog .cp-frame input.insert-msg-btn {
    width: 160px;
    margin: 0 5px 4px 0px;
    height: 20px;
    padding-top: 0px;
}

#task-message-box {
    position: fixed;
    right: 3px;
    bottom: 3px;
    width: 480px;
    height: 108px;
    z-index: 20;
    border: 1px solid cyan;
    background-color: lightgreen;
    -webkit-box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    border-radius: 4px;
}

#task-message-box ul {
    margin-top: 14px;
}

#task-message-box a.icon-close3 {
    float: right;
    background-image: url(/Images/delete-small.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 14px;
    cursor: pointer;
}

/************************************************************************************
/*  ADMIN SECTION TABLES
/***********************************************************************************/

.tbl-devs th {
    text-align: center;
}
.tbl-devs td {
    white-space: nowrap;
}

.tbl-devs th:nth-child(1),
.tbl-devs th:nth-child(2) {
    min-width: 20px;
}

.tbl-devs th:nth-child(3) {
    width: 135px;
}

.tbl-devs th:nth-child(5) {
    min-width: 180px;
}

.tbl-devs th:nth-child(6) {
    min-width: 160px;
}

.tbl-devs th:nth-child(7) {
    min-width: 80px;
}

.tbl-devs th:nth-child(8) {
    min-width: 60px;
}

.tbl-devs th:nth-child(9),
.tbl-devs th:nth-child(10),
.tbl-devs th:nth-child(11) {
    min-width: 50px;
}

.tbl-devs th.tag-values {min-width:100px;}
.tbl-devs td.tag-values {
    text-align: center;
    white-space: nowrap;
}

.tbl-users th:nth-child(1),
.tbl-users th:nth-child(2),
.tbl-users td:nth-child(1),
.tbl-users td:nth-child(2) {
    width: 20px;
    text-align: center;
}

.tbl-users th:nth-child(3) {
    width: 50px;
    text-align: center;
}

.tbl-users th:nth-child(4) {
    width: 160px;
    text-align: center;
}

.tbl-users th:nth-child(5),
.tbl-users th:nth-child(6) {
    width: 120px;
    text-align: center;
}

.tbl-users th:nth-child(7) {
    width: 100px;
    text-align: center;
}

.tbl-users th:nth-child(9) {
    width: 180px;
    text-align: center;
}

.tbl-users th:nth-child(10) {
    width: 120px;
    text-align: center;
}

.tbl-users th:nth-child(11) {
    width: 150px;
    text-align: center;
}

.tbl-users th:nth-child(12),
.tbl-users th:nth-child(13) {
    width: 50px;
    text-align: center;
}

.tbl-accounts th:nth-child(1),
.tbl-accounts th:nth-child(1),
.tbl-accounts td:nth-child(2),
.tbl-accounts td:nth-child(2) {
    width: 20px;
    text-align: center;
}

.tbl-accounts td:nth-child(3),
.tbl-accounts td:nth-child(4) {
    width: 80px;
    text-align: center;
}

.tbl-accounts th:nth-child(5) {
    width: 180px;
    padding-left: 15px;
    text-align: left;
}

.tbl-accounts th:nth-child(9),
.tbl-accounts th:nth-child(10) {
    width: 50px;
    text-align: center;
}

.tbl-assigned-devs th:nth-child(1),
.tbl-assigned-devs td:nth-child(1) {
    width: 30px;
    text-align: center;
}

.tbl-assigned-devs th:nth-child(2),
.tbl-assigned-devs td:nth-child(2) {
    width: 75px;
    text-align: center;
}

.tbl-assigned-devs th:nth-child(4),
.tbl-assigned-devs td:nth-child(4) {
    width: 120px;
    text-align: center;
}

.tbl-assigned-devs th:nth-child(6),
.tbl-assigned-devs td:nth-child(6),
.tbl-assigned-devs th:nth-child(7),
.tbl-assigned-devs td:nth-child(7) {
    width: 80px;
    text-align: center;
}

.tbl-assigned-tags th:nth-child(1),
.tbl-assigned-tags td:nth-child(1) {
    width: 30px;
    text-align: center;
}

.tbl-assigned-tags th:nth-child(2) {
    width: 200px;
    text-align: center;
}

.tbl-assigned-tags th:nth-child(4),
.tbl-assigned-tags td:nth-child(4),
.tbl-assigned-tags th:nth-child(5),
.tbl-assigned-tags td:nth-child(5) {
    width: 85px;
    text-align: right;
    padding-right: 15px;
}

.tbl-assigned-tags th:nth-child(6),
.tbl-assigned-tags td:nth-child(6) {
    width: 75px;
    text-align: center;
}

.tbl-devices th:nth-child(1),
.tbl-devices td:nth-child(1) {
    width: 30px;
    text-align: right;
}

.tbl-devices th:nth-child(2),
.tbl-devices td:nth-child(2) {
    width: 75px;
    text-align: center;
}

.tbl-devices th:nth-child(3),
.tbl-devices td:nth-child(3) {
    width: 200px;
}

.tbl-devices td:nth-child(3),
.tbl-devices td:nth-child(4) {
    padding-left: 15px;
}

.tbl-devices th:nth-child(5),
.tbl-devices td:nth-child(5) {
    width: 85px;
    text-align: center;
}

.tbl-devices th:nth-child(6),
.tbl-devices td:nth-child(6) {
    width: 75px;
    text-align: center;
}

.tbl-status td:nth-child(1) {
    width: 150px;
}

.tbl-smsstat th,
.tbl-smsstat td {
    text-align: center;
}

    .tbl-smsstat td:nth-child(1) {
        width: 20px;
    }

    .tbl-smsstat td:nth-child(2),
    .tbl-smsstat td:nth-child(3),
    .tbl-smsstat td:nth-child(4),
    .tbl-smsstat td:nth-child(5),
    .tbl-smsstat td:nth-child(6),
    .tbl-smsstat td:nth-child(7) {
        width: 180px;
    }

.tbl-pm th,
.tbl-pm td {
    text-align: center;
}

    .tbl-pm td:nth-child(1) {
        width: 15px;
    }

    .tbl-pm td:nth-child(2) {
        width: 120px;
    }

    .tbl-pm td:nth-child(3),
    .tbl-pm td:nth-child(10) {
        width: 170px;
    }

    .tbl-pm td:nth-child(4) {
        width: 60px;
    }

#tbl-map-bindings td:nth-child(2),
#tbl-map-bindings td:nth-child(3),
#tbl-map-bindings td:nth-child(5) {
    width: 200px;
}

#tbl-valuemap td,
#tbl-bitmap td {
    padding: 1px 1px;
}

#tbl-valuemap input,
#tbl-bitmap input {
    width: 98%;
    margin-top: 0;
}

#tbl-target tr.sel td,
#tbl-valuemap tr.sel td,
#tbl-bitmap tr.sel td {
    border: 1px solid Highlight;
}

.tbl-binding2 td:nth-child(1),
.tbl-binding2 th:nth-child(1) {
    width: 200px;
}

.tbl-binding2 td:nth-child(2),
.tbl-binding2 th:nth-child(2) {
    width: 235px;
}

.tbl-binding2 td:nth-child(3),
.tbl-binding2 th:nth-child(3) {
    width: 235px;
}

.tbl-binding3 td:nth-child(1),
.tbl-binding3 th:nth-child(1) {
    width: 24px;
}

.tbl-binding3 td:nth-child(2),
.tbl-binding3 th:nth-child(2) {
    width: 336px;
}

.tbl-binding3 td:nth-child(3),
.tbl-binding3 th:nth-child(3) {
    width: 195px;
}

.tbl-binding3 td:nth-child(4),
.tbl-binding3 th:nth-child(4) {
    width: 130px;
}

.tbl-binding3 tr:nth-child(odd) {
    background-color: #eee;
}

.tbl-binding3 th {
    padding: 5px 0px;
}

.tbl-binding3 td {
    padding: 2px 0px;
}

.tbl-binding td:nth-child(1),
.tbl-binding th:nth-child(1) {
    width: 190px;
}

.tbl-binding td:nth-child(2),
.tbl-binding th:nth-child(2) {
    width: 300px;
}

.tbl-binding td:nth-child(3),
.tbl-binding th:nth-child(3) {
    width: 190px;
}

.tbl-binding td:nth-child(4),
.tbl-binding th:nth-child(4) {
    width: 120px;
}

.tbl-binding td:nth-child(5),
.tbl-binding th:nth-child(5) {
    width: 60px;
}

.tbl-binding4 td:nth-child(1),
.tbl-binding4 th:nth-child(1) {
    width: 236px;
}

.tbl-binding4 td:nth-child(2),
.tbl-binding4 th:nth-child(2) {
    width: 200px;
}

.tbl-binding4 td:nth-child(3),
.tbl-binding4 th:nth-child(3) {
    width: 120px;
}

.tbl-binding4 td:nth-child(4),
.tbl-binding4 th:nth-child(4) {
    width: 60px;
}

.tbl-binding5 td:nth-child(1),
.tbl-binding5 th:nth-child(1) {
    width: 280px;
}

.tbl-binding5 td:nth-child(2),
.tbl-binding5 th:nth-child(2) {
    width: 200px;
}

.tbl-binding5 td:nth-child(3),
.tbl-binding5 th:nth-child(3) {
    width: 200px;
}

.tbl-binding5 td:nth-child(4),
.tbl-binding5 th:nth-child(4) {
    width: 120px;
}

.tbl-binding5 td:nth-child(5),
.tbl-binding5 th:nth-child(5) {
    width: 60px;
}

.tbl-contacts td:nth-child(1),
.tbl-contacts th:nth-child(1) {
    width: 20px;
}

.tbl-contacts td:nth-child(2),
.tbl-contacts th:nth-child(2) {
    width: 180px;
}

.tbl-contacts td:nth-child(3),
.tbl-contacts th:nth-child(3) {
    width: 218px;
    padding: 2px 0px;
}

.tbl-contacts td:nth-child(4),
.tbl-contacts th:nth-child(4) {
    width: 218px;
    padding: 2px 0px;
}

.tbl-contacts td:nth-child(5),
.tbl-contacts th:nth-child(5) {
    width: 168px;
    padding: 2px 0px;
}

.tbl-contacts td:nth-child(6),
.tbl-contacts th:nth-child(6) {
    width: 168px;
    padding: 2px 0px;
}

    .tbl-contacts td:nth-child(3) input,
    .tbl-contacts td:nth-child(4) input,
    .tbl-contacts td:nth-child(5) input,
    .tbl-contacts td:nth-child(6) input {
        margin: 5px 5px 0 0;
    }

.tbl-clone-report {
    table-layout: fixed;
}

    .tbl-clone-report td:nth-child(1),
    .tbl-clone-report th:nth-child(1) {
        width: 460px;
    }

    .tbl-clone-report td:nth-child(2),
    .tbl-clone-report th:nth-child(2) {
        width: 160px;
    }

    .tbl-clone-report td:nth-child(3) {
        width: 290px;
        word-wrap: break-word;
    }

    .tbl-clone-report th:nth-child(3) {
        width: 300px;
    }

.tbl-binding-clone td:nth-child(1),
.tbl-binding-clone th:nth-child(1) {
    width: 20px;
}

.tbl-binding-clone td:nth-child(2),
.tbl-binding-clone th:nth-child(2) {
    width: 412px;
}

.tbl-binding-clone td:nth-child(3),
.tbl-binding-clone th:nth-child(3) {
    width: 225px;
}

.tbl-noti-contacts {
    width: 736px;
    table-layout: fixed;
}

    .tbl-noti-contacts th:nth-child(1),
    .tbl-noti-contacts td:nth-child(1) {
        width: 120px;
    }

    .tbl-noti-contacts th:nth-child(2),
    .tbl-noti-contacts td:nth-child(2) {
        width: 200px;
    }

    .tbl-noti-contacts th:nth-child(3),
    .tbl-noti-contacts td:nth-child(3) {
        width: 120px;
    }

    .tbl-noti-contacts th:nth-child(4),
    .tbl-noti-contacts td:nth-child(4) {
        width: 135px;
    }

    .tbl-noti-contacts th:nth-child(5),
    .tbl-noti-contacts td:nth-child(5) {
        width: 100px;
    }

    .tbl-noti-contacts td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.tbl-snapshot th:nth-child(1),
.tbl-snapshot th:nth-child(2),
.tbl-snapshot th:nth-child(3),
.tbl-snapshot th:nth-child(4),
.tbl-snapshot th:nth-child(7) {
    width: 120px;
}

.tbl-snapshot th:nth-child(5) {
    width: 160px;
}

.tbl-snapshot th:nth-child(6) {
    min-width: 180px;
}

.tbl-snapshot th:nth-child(8) {
    min-width: 100px;
}

.tbl-snapshot th:nth-child(9) {
    min-width: 100px;
}

.tbl-snapshot th:nth-child(10) {
    min-width: 100px;
}

.tbl-snapshot tr:nth-child(odd) {
    background: #EDFEFC;
}

.tbl-snapshot td {
    font-weight: 600;
}

.tbl-general-legend td:nth-child(1) {
    min-width: 150px;
}

.tbl-general-legend td:nth-child(2) {
    width: 100px;
}

.tbl-general-legend td:nth-child(3) {
    width: 80px;
}

.tbl-general-legend tr:nth-child(odd),
.tbl-general-legend1 tr:nth-child(odd) {
    background: #EDFEFC;
}

.tbl-general-legend td,
.tbl-general-legend1 td {
    font-weight: 600;
    white-space: nowrap;
}

    .tbl-general-legend1 td:nth-child(1) {
        min-width: 200px;
    }

    .tbl-general-legend1 td:nth-child(2) {
        width: 200px;
    }

    .tbl-general-legend1 td:nth-child(3) {
        width: 100px;
    }

.tbl-slave-actions thead td,
.tbl-alarmsources thead td,
.tbl-slaves thead td {
    background-color: #FFC219;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.tbl-alarmsources td:nth-child(1) {
    width: 20px;
}

.tbl-alarmsources td:nth-child(2) {
    width: 250px;
}

.tbl-alarmsources td:nth-child(3) {
    width: 300px;
}

.tbl-alarmsources td:nth-child(4) {
    width: 200px;
}

.tbl-alarmsources td:nth-child(5) {
    width: 150px;
}

.tbl-slaves td:nth-child(1) {
    width: 20px;
}

.tbl-slaves td:nth-child(2) {
    width: 300px;
}

.tbl-slaves td:nth-child(3) {
    width: 200px;
}

.tbl-slaves td:nth-child(4) {
    width: 320px;
}

.tbl-slaves td:nth-child(5) {
    width: 110px;
}

.tbl-slave-actions td:nth-child(1) {
    width: 20px;
}

.tbl-slave-actions td:nth-child(2) {
    width: 250px;
}

.tbl-slave-actions td:nth-child(3) {
    width: 200px;
}

.tbl-slave-actions td:nth-child(4) {
    width: 250px;
}

.tbl-slave-actions td:nth-child(5) {
    width: 100px;
}

#tbl-alarm-tags select {
    width: 100%;
    padding: 2px;
}

#tbl-airvibe-sensor-alarm-binding-tags select.w90 {
    width: 86%;
    padding: 2px;
    display: inline-block;
}

.tbl-tag-snapshots-list th:nth-child(1),
.tbl-tag-snapshots-list td:nth-child(1) {
    width: 20px;
}
.tbl-tag-snapshots-list th:nth-child(2),
.tbl-tag-snapshots-list td:nth-child(2) {
    width: 120px;
}
.tbl-tag-snapshots-list th:nth-child(3),
.tbl-tag-snapshots-list td:nth-child(3) {
    width: 160px;
}
.tbl-tag-snapshots-list th:nth-child(4),
.tbl-tag-snapshots-list td:nth-child(4) {
    width: 70px;
}

span.list-item-asset {
    cursor: pointer;
    color: Highlight;
}

span.list-item-sensor {
    cursor: pointer;
    color: Highlight;
}

span.list-item-asset.folded:before {
    content: url(/Images/plus.gif);
}
span.list-item-asset.expand:before {
    content: url(/Images/minus.gif);
}
span.list-item-asset.unknown:before {
    content: url(/Images/unknown.gif);
}
span.list-item-asset.unknown {
    text-decoration: line-through;
}

span.list-item-sensor.folded:before {
    content: url(/Images/arrow-white.gif);
}

span.list-item-sensor.expand:before {
    content: url(/Images/arrow-black.gif);
}

span.list-item-device.folded:before {
    content: url(/Images/arrow-white.gif);
}

span.list-item-device.expand:before {
    content: url(/Images/arrow-black.gif);
}

span.list-item-tag:before {
    content: url('/Images/point.png');
}

span.list-item.level2 {
    padding-left: 16px;
}
span.list-item.level {
    padding-left: 32px;
}

#tbl-map-assets td:nth-child(3),
#tbl-map-assets td:nth-child(4),
#tbl-map-assets td:nth-child(5) {
    text-align: center;
}

.link-img {
    cursor: pointer;
}