.yes_button {
    float: left;
    background: url("img/alerts/yes_button.png");
    width: 73px;
    height: 26px;
    margin-top: 35px;
    margin-left: 39px;
}

.no_button {
    float: left;
    background: url("img/alerts/no_button.png");
    width: 73px;
    height: 26px;
    margin-top: 35px;
    margin-left: 41px;
}

.confirm {
    width: 410px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.confirm_title {
    background: url("img/alerts/confirm_head.png");
    background-repeat: no-repeat;
    float: left;
    width: 410px;
    height: 33px;

}

.confirm_conteiner {
    float: left;
    width: 408px;
    height: 136px;
    background-color: #202020;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
}

.confirm_icon {
    float: left;
    width: 50px;
    height: 77px;
    background: url("img/alerts/confirm_icon.png");
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-left: 23px;
}

.confirm_txt {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #ffffff;
    line-height: 17px;
    width: 290px;
    margin-top: 32px;
    margin-left: 96px;
}

.ok_button {
    float: left;
    background: url("img/alerts/ok_button.png");
    width: 73px;
    height: 26px;
    margin-top: 31px;
    margin-left: 95px;
}

.error {
    width: 410px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.error_title {
    background: url("img/alerts/error_head.png");
    background-repeat: no-repeat;
    float: left;
    width: 410px;
    height: 33px;

}

.error_conteiner {
    float: left;
    width: 408px;
    height: 149px;
    background-color: #202020;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
}

.error_icon {
    float: left;
    width: 50px;
    height: 77px;
    background: url("img/alerts/error_icon.png");
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-left: 23px;
}

.error_txt {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #ffffff;
    line-height: 17px;
    width: 290px;
    margin-top: 32px;
    margin-left: 96px;
}

.retry_button {
    float: left;
    background: url("img/alerts/retry_button.png");
    width: 73px;
    height: 26px;
    margin-top: 24px;
    margin-left: 39px;
}

.cancel_button {
    float: left;
    background: url("img/alerts/cancel_button.png");
    width: 73px;
    height: 26px;
    margin-top: 24px;
    margin-left: 41px;
}

.attention {
    width: 410px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.attention_title {
    background: url("img/alerts/attention_head.png");
    background-repeat: no-repeat;
    float: left;
    width: 410px;
    height: 33px;

}

.attention_conteiner {
    float: left;
    width: 408px;
    height: 169px;
    background-color: #202020;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
}

.attention_icon {
    float: left;
    margin: 5px 25px 0px 0px;
    width: 50px;
    height: 77px;
    background: url("img/alerts/attention_icon.png");
    background-repeat: no-repeat;
}

.attention_txt {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #ffffff;
    line-height: 17px;
    width: 290px;
    margin-top: 28px;
    margin-left: 96px;
}

.note {
    width: 410px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.note_title {
    background: url("img/alerts/note_head.png");
    background-repeat: no-repeat;
    float: left;
    width: 410px;
    height: 33px;

}

.attention_title {
    background: url("img/alerts/attention_head.png");
    background-repeat: no-repeat;
    float: left;
    width: 410px;
    height: 33px;

}

.note_conteiner {
    float: left;
    width: 358px;
    min-height: 99px;
    background-color: #202020;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
    padding: 25px 25px 10px;
}

.note_icon {
    float: left;
    width: 50px;
    height: 77px;
    background: url("img/alerts/note_icon.png");
    background-repeat: no-repeat;
    margin: 5px 25px 0px 0px;
}

.attention_icon {
    float: left;
    width: 50px;
    height: 77px;
    background: url("img/alerts/attention_icon.png");
    background-repeat: no-repeat;
    margin: 5px 25px 0px 0px;
}

.note_txt {
    font-family: Verdana, Arial;
    font-size: 11px;
    float: right;
    color: #ffffff;
    line-height: 17px;
    width: 283px;
    margin: 0px;
}

.error_icon {
    float: left;
    width: 50px;
    height: 77px;
    background: url("img/alerts/error_icon.png");
    background-repeat: no-repeat;
    margin: 5px 25px 0px 0px;
}

.bottom_bg {
    margin: auto;
    float: left;
    width: 410px;
    height: 8px;
    background: url("img/alerts/bottom_bg2.png");
    background-repeat: no-repeat;
}

.close_button {
    float: right;
    background: url("img/alerts/close_button.png");
    width: 11px;
    height: 12px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.txt_title {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 11px;
}

.message_container {
    width: 358px;
    overflow: auto;
    float: none;
    padding: 0px 0px 10px 0px;
}

.button_container {
    text-align: center;
    margin: 10px 0px;
}

.AlertButton0, #wizzardWindow .actions ul li a {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    text-align: center;
    color: #a9a9a9;
    float: none;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    background: url('img/button0_bg.png');
    margin: 0px;
    padding: 4px 10px 0px 10px;
    border: solid 1px #000000;
    border-bottom: 0px;
    border-top: 0px;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przegladarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przegladarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostale przegladarki */
    behaviour: url(border-radius.htc); /* dodatek dla badzIEwnej przegladarki */
}

.AlertButton1, .AlertButton0:active, #wizzardWindow .actions ul li a:active {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    text-align: center;
    color: #fff;
    float: none;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    background: url('img/button1_bg.png');
    margin: 0px;
    padding: 4px 10px 0px 10px;
    border: solid 1px #000000;
    border-bottom: 0px;
    border-top: 0px;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px; /* przegladarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius: 5px; /* przegladarki typu K-meleon (typowo Linuxowe) */
    border-radius: 5px; /* pozostale przegladarki */
    behaviour: url(border-radius.htc); /* dodatek dla badzIEwnej przegladarki */
}

.alarm_icon {
    background-repeat: no-repeat;
    float: left;
    width: 100px;
}

#alarmNotification .message_container {
    padding: 25px 10px 10px;
    width: 388px;
}

#alarmNotification .note_txt {
    margin-top: 15px;
}

.messageFromFibaroPopUp {
    height: 360px;
    background-color: #272727;
}

.messageFromFibaroPopUp .note_title, .alarmPINConsole .note_title, .updateConfirmation .note_title {
    width: 500px;
    height: 32px;
    background: url("img/message_from_fibaro_head.png");
    background-repeat: no-repeat;
}

.messageFromFibaroPopUp .note_conteiner, .alarmPINConsole .note_conteiner, .updateConfirmation .note_conteiner {
    width: 498px;
    background-color: #202020;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
    padding: 0px;
}

.alarmPINConsole .note_conteiner {
    border-bottom: solid #383838 1px;
}

.messageFromFibaroPopUp .note_conteiner {
    height: 278px;
}

.alarmPINConsole .note_conteiner {
    height: 467px;
}

.updateConfirmation{
    width: 500px;
    z-index: 9999;
    display: none;
}

.updateConfirmation .note_conteiner{
    overflow: hidden;
    height: auto;
}

.updateConfirmation .note_conteiner img{
    float: right;
    margin-right: -90px;
    margin-bottom: 20px;
}

.updateConfirmation .note_conteiner .centerContainer div:first-child{
    margin-right: 15px;
}

#installStableUpdateButton.disable, #installBetaUpdateButton.disable{
    opacity: 0.5;
    cursor: default;
}

#installStableUpdateButton.disable:active, #installBetaUpdateButton.disable:active{
    background: url('img/button1_bg.png');
    color: #ffffff;
}

.updateConfirmation .h1Section{
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.updateConfirmation .dialogMessage{
    float: left;
    width: 290px;
    margin: 50px 0 30px 30px;
}

.updateConfirmationCheckboxes{
    float: left;
    margin: -10px 0 30px 30px;
}

.updateConfirmationCheckboxes div{
    clear: both;
}

.updateConfirmationCheckboxes span{
    width: 410px;
    text-align: justify;
    color: #d3d3d3;
    margin-bottom: 15px;
}

.centerContainer{
    width: 100%;
    text-align: center;
    float: left;
    display: block;
}

.centerContainer .Button0, .centerContainer .Button1{
    margin: 0px auto 30px;
    cursor: pointer;
    float: none;
    width: auto;
    display: inline-block;
}

.messageFromFibaroPopUp .note_msg_head {
    overflow: auto;
    font-family: Verdana;
    font-size: 11px;
    color: #d3d3d3;
    margin-top: 22px;
    float: left;
}

.messageFromFibaroPopUp .note_msg_subject {
    width: 290px;
    float: left;
    margin-left: 22px;
}

.messageFromFibaroPopUp .note_msg_version {
    width: 147px;
    float: left;
    margin-right: 39px;
    text-align: right;
}

.messageFromFibaroPopUp .note_button_container {
    width: 498px;
    height: 49px;
    float: left;
    border: solid #383838 1px;
}

.messageFromFibaroPopUp .note_msg_body {
    width: 437px;
    margin: 22px 39px 10px 22px;
    font-family: Verdana;
    font-size: 11px;
    color: #808080;
    line-height: 18px;
    float: left;
}

.messageFromFibaroPopUp hr {
    height: 0px;
    width: 440px;
    border: 0;
    margin-left: 22px;
    margin-top: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #404040;
    float: left;
}

.note_button_container {
    text-align: center;
}

.note_button_container button {
    margin-top: 13px;
}

.messageFromFibaroPopUpMsgContainer {
    min-height: 279px;
    width: 498px;
}

/*
	Alarm - PIN Popup
*/
.alarmPINConsole .note_top {
    height: 110px;
    float: left;
}

.alarmPINDeviceIcon {
    float: left;
    width: 135px;
    height: 110px;
    text-align: center;
}

.alarmPINDeviceIcon > img {
    margin: 12px 0px;
    float: none;
}

.alarmPINtxt {
    float: left;
    width: 363px;
    height: 110px;
    color: #ffffff;
    font-family: Verdana;
}

.alarmPINStatus {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
}

.alarmPINDeviceType {
    font-size: 17px;
    margin-top: 11px;
    text-transform: uppercase;
}

.alarmPINMsgBox {
    margin-top: 11px;
}

.txtWrongPIN, .alarmPINScreen span.txtWrongPIN {
    color: #f40000;
}

.alarmPINConsole hr {
    height: 0px;
    width: 100%;
    border: 0;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #2f2f2f;
    float: left;
}

.note_alarmPINInterface {
    width: 100%;
    height: 390px;
    float: left;
}

.alarmPINScreen {
    width: 111px;
    height: 307px;
    margin: 23px 23px 22px 27px;
    float: left;
    background: url('img/alarmPIN/pin_bg.png');
    text-align: center;
}

.alarmPINScreen span {
    display: inline-block;
    font-family: Tahoma;
    font-size: 56px;
    line-height: 72px;
    width: 100%;
    color: #ffffff;
    margin-top: 16px;
}

.alarmPINKeyboard {
    width: 330px;
    height: 307px;
    padding-top: 18px;
    float: left;
}

.alarmPINButtonsTop div {
    float: left;
    margin-right: 7px;
    margin-bottom: 9px;
}

.alarmPINButtonsBottomLeft {
    float: left;
    width: 240px;
}

.alarmPINButtonsBottomLeft div {
    float: left;
    margin-right: 7px;
    margin-bottom: 9px;
}

.alarmPINButtonsBottomRight {
    float: left;
    width: 80px;
}

.alarmPINButton {
    background-image: url(img/alarmPIN/alarmPIN_keyboard.png);
    background-repeat: no-repeat;
    display: block;
    font-family: Verdana;
    font-size: 26px;
    color: #ffffff;
    line-height: 66px;
    vertical-align: middle;
    text-align: center;
}

.alarmPINButton:hover {
    cursor: pointer;
}

.alarmPINButtonNumber {
    width: 73px;
    height: 73px;
    background-position: -5px -5px;
}

.alarmPINButtonNumber:hover, .alarmPINButtonNumber:active {
    width: 73px;
    height: 73px;
    background-position: -5px -88px;
}

.alarmPINButtonClearAll {
    width: 73px;
    height: 73px;
    background-position: -5px -663px;
}

.alarmPINButtonClearAll:hover, .alarmPINButtonClearAll:active {
    width: 73px;
    height: 73px;
    background-position: -5px -746px;
}

.alarmPINButtonClearOne {
    width: 73px;
    height: 73px;
    background-position: -5px -171px;
}

.alarmPINButtonClearOne:hover, .alarmPINButtonClearOne:active {
    width: 73px;
    height: 73px;
    background-position: -5px -254px;
}

.alarmPINButtonStar {
    font-size: 38px;
    line-height: 78px;
}

.alarmPINButtonEnter {
    width: 74px;
    height: 153px;
    background-position: -5px -337px;
}

.alarmPINButtonEnter:hover, .alarmPINButtonEnter:active {
    width: 74px;
    height: 153px;
    background-position: -5px -500px;
}

/* Tamper */
.tamperWindow .note_title {
    width: 500px;
    height: 32px;
    background: url("img/alerts/error_head_500.png");
    background-repeat: no-repeat;
}

.tamperWindow .note_conteiner {
    width: 498px;
    background-color: #272727;
    border-left: solid #383838 1px;
    border-right: solid #383838 1px;
    padding: 0px;
}

.tamperContent {
    overflow: auto;
    float: left;
    text-align: center;
}

.tamperContentLeft {
    float: left;
    width: 215px;
}

.tamperContentLeft img {
    margin: 20px 0px 20px 0px;
}

.tamperContentRight {
    float: left;
    width: 248px;
    padding-top: 30px;
    padding-right: 35px;
}

.tamperContentRight .Txt {
    float: none;
    font-size: 12px;
    font-family: Verdana;
    line-height: 20px;
}

.tamperContentRight h1 {
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #d3d3d3;
    margin-bottom: 14px;
}

.tamperMultiContent {
    float: left;
    overflow: auto;
    width: 498px;
    text-align: center;
}

.multipleTamperDesc {
    display: none;
}

.tamperMultiContent .tableContainer {
    width: 440px;
    margin-left: 25px;
    border: 1px solid #000;
}

.tamperMultiContent table {
    width: 440px;
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    border-spacing: 0px;
}

.tamperMultiContent table td {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #000;
}

.tamperMultiContent table tr:last-child td {
    border-bottom: 1px solid #404040;
}

.tamperMultiContent table td.tamperRoomName {
    width: 96px;
}

.tamperMultiContent table td.tamperRoomName > div {
    width: 88px;
    border-left: 3px solid DarkOliveGreen;
    padding-left: 5px;
}

.tamperMultiContent table td.tamperRoomName > div:after, .tamperMultiContent table td.tamperDeviceName > div:after {
    border-left: 1px solid #404040;
    border-right: 1px solid #000;
    width: 0px;
    height: 18px;
    font-size: 0;
    float: right;
    display: block;
    content: '';
    margin-top: 6px;
}

.tamperMultiContent table td.tamperDeviceName {
    width: 212px;
}

.tamperMultiContent table td.tamperDeviceName > div {
    width: 200px;
    padding-left: 5px;
}

.tamperMultiContent table td.tamperTime {
    width: 111px;
    text-align: right;
    padding-right: 10px;
}

.tamperMultiContent .AlertButton0 {
    min-width: 75px;
    margin: 20px;
}

.clr{
    margin-top: 20px;
    clear: both;
}