﻿/*
36	AWSN Logo 1 modul
37	AWSN Logo 1 modul (Internet)
49	AWSN Logo 2 modul
50	AWSN Logo 2 modul (Internet)
*/
.Device36 {
    margin: 0;
    padding: 0;
    float: left;
    width: 199px;
    height: 250px;
    display: block;
    cursor: pointer;
    position: relative;
}

.Device36 {
    background: url("Default/HWDevices/Device36.png") left top no-repeat;
}

.Device36_Label {
    color: #FFF;
    margin: 194px 0 0 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.Device36_E1, .Device36_E2, .Device36_E3, .Device36_E4 {
    margin: 0;
    padding: 30px 0 0 0;
    top: 8px;
    left: 128px;
    width: 55px;
    height: 32px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}

.Device36_E1 {
    color: #C03E33;
    background: url("Default/HWDevices/Device36-E1.png") center top no-repeat;
}

.Device36_E2 {
    color: #FF6E1F;
    background: url("Default/HWDevices/Device36-E2.png") center top no-repeat;
}

.Device36_S1, .Device36_S2, .Device36_S3, .Device36_S4 {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    position: absolute;
}

.Device36_S1 {
    top: 15px;
    left: 20px;
}

.Device36_S2 {
    top: 15px;
    left: 55px;
}

.Device36_S3 {
    top: 15px;
    left: 90px;
}

.Device36_S4 {
    display: none;
}

/*
26	AWSN Zigbee GW modul
27	AWSN Zigbee GW modul (Internet)
28	AWSN Zigbee SN modul
29	AWSN Zigbee SN modul (Internet)
30	AWSN Zigbee SNA modul
31	AWSN Zigbee SNA modul (Internet)
*/
.Device26, .Device27,
.Device28, .Device29,
.Device30, .Device31 {
    margin: 0;
    padding: 0;
    float: left;
    width: 179px;
    height: 250px;
    display: block;
    cursor: pointer;
    position: relative;
}

.Device26, .Device27 {
    background: url("Default/HWDevices/Device26.png") left top no-repeat;
}

.Device28, .Device29 {
    background: url("Default/HWDevices/Device28.png") left top no-repeat;
}

.Device30, .Device31 {
    background: url("Default/HWDevices/Device30.png") left top no-repeat;
}

.Device26_Label, .Device27_Label,
.Device28_Label, .Device29_Label,
.Device30_Label, .Device31_Label {
    margin: 45px 22px 0 38px;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.Device26_E1, .Device26_E2, .Device26_E3, .Device26_E4,
.Device27_E1, .Device27_E2, .Device27_E3, .Device27_E4,
.Device28_E1, .Device28_E2, .Device28_E3, .Device28_E4,
.Device29_E1, .Device29_E2, .Device29_E3, .Device29_E4,
.Device30_E1, .Device30_E2, .Device30_E3, .Device30_E4,
.Device31_E1, .Device31_E2, .Device31_E3, .Device31_E4 {
    margin: 0;
    padding: 30px 0 0 0;
    top: 210px;
    left: 10px;
    width: 32px;
    height: 32px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
}

.Device26_E1, .Device27_E1,
.Device28_E1, .Device29_E1,
.Device30_E1, .Device31_E1 {
    color: #C03E33;
    background: url("Default/HWDevices/Device26-E1.png") center top no-repeat;
}

.Device26_E2, .Device27_E2,
.Device28_E2, .Device29_E2,
.Device30_E2, .Device31_E2 {
    color: #FF6E1F;
    background: url("Default/HWDevices/Device26-E2.png") center top no-repeat;
}

.Device26_S1, .Device26_S2, .Device26_S3, .Device26_S4,
.Device27_S1, .Device27_S2, .Device27_S3, .Device27_S4,
.Device28_S1, .Device28_S2, .Device28_S3, .Device28_S4,
.Device29_S1, .Device29_S2, .Device29_S3, .Device29_S4,
.Device30_S1, .Device30_S2, .Device30_S3, .Device30_S4,
.Device31_S1, .Device31_S2, .Device31_S3, .Device31_S4 {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    position: absolute;
}

.Device26_S1, .Device27_S1,
.Device28_S1, .Device29_S1,
.Device30_S1, .Device31_S1 {
    top: 210px;
    left: 48px;
}

.Device26_S2, .Device27_S2,
.Device28_S2, .Device29_S2,
.Device30_S2, .Device31_S2 {
    top: 210px;
    left: 82px;
}

.Device26_S3, .Device27_S3,
.Device28_S3, .Device29_S3,
.Device30_S3, .Device31_S3 {
    top: 210px;
    left: 115px;
}

.Device26_S4, .Device27_S4,
.Device28_S4, .Device29_S4,
.Device30_S4, .Device31_S4 {
    display: none;
}
