#form_add_schedule {
    padding: 6px;
}

.pencil-input-mob {   
    background: none;
    border: 1px dashed transparent;
    box-shadow: none;
    text-align: left;
    text-overflow: ellipsis;
    padding: 3px 37px 3px 5px;
}

.pencil-input {   
    background: none;
    border: 1px dashed transparent;
    box-shadow: none;
    text-align: left;
    -webkit-transition: background-color 300ms ease, border 300ms ease;
    -moz-transition: background-color 300ms ease, border 300ms ease;
    -o-transition: background-color 300ms ease, border 300ms ease;
    -ms-transition: background-color 300ms ease, border 300ms ease;
    transition: background-color 300ms ease, border 300ms ease;
    text-overflow: ellipsis;
    padding: 3px 37px 3px 5px;
}
.pencil-input:hover {
    background-image: url('/img/pictos/picto_pencil.png'); 
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 32px auto;
    border: 1px dashed rgba(0,0,0,0.5);
}
.pencil-input.clicked, .pencil-input.clicked:hover {
    border: 1px solid rgba(161, 161, 161, 0.85);
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    color: #474747;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}
.no-entries {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    min-height: 300px;
}

/*HOMESYS HEXAGONE*/
.hexagone-div {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: auto;
    padding: 0px 15px;
    display: block;
    box-sizing: border-box;
}
.hexagone-up, .hexagone-down {
    width: 100%;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
    display: block;
    box-sizing: border-box;
}
.hexagone-up {
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
.hexagone-down {
    border-top: 10px solid rgba(255,255,255,0.5);
}
.hexagone-div-large {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: auto;
    padding: 0px 20px;
    display: block;
    box-sizing: border-box;
}
.hexagone-up-large, .hexagone-down-large {
    width: 100%;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
    display: block;
    box-sizing: border-box;    
}
.hexagone-up-large {
    border-bottom: 20px solid rgba(255,255,255,0.5);
}
.hexagone-down-large {
    border-top: 20px solid rgba(255,255,255,0.5);
}


/*HOMESYS TAB*/
.homesys-tab-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.homesys-tab {
    width: 925px;
    height: 500px;
    margin-left: 43px;
    margin-right: 0;
    padding: 0;
}
.homesys-tab-hexagone {
    width: 925px;
    margin-right: 0;
    margin-left: 43px;
    border-left: 0;
}
.homesys-tab-menu {
    width: 68px;
    display: table-cell;
    position: relative;
}
.homesys-tab-item {
    position: absolute;
    text-align: center;
    background-color: rgba(255,255,255,0.1) !important;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none !important;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.homesys-tab-item:hover {
    background-color: rgba(255,255,255,0.3) !important;
}
.homesys-tab-item:before {
    content: ""; 
    position: absolute; 
    left: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
.homesys-tab-item:before { 
    border-bottom: 10px solid rgba(255,255,255,0.1) !important;
} 
.homesys-tab-item:hover:before { 
    border-bottom: 10px solid rgba(255,255,255,0.3) !important;
} 
.homesys-tab-item-selected, .homesys-tab-item-selected:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.homesys-tab-item-selected:before, .homesys-tab-item-selected:hover:before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.5) !important;
}

/*CUSTOM-DIV*/
.custom-div {
    position: relative;
    background: rgba(255,255,255,0.5);
}
.custom-div:before, .custom-div:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
.custom-div:before{
    top: -10px; 
    border-bottom: 10px solid transparent;
}
.custom-div:after{
    bottom: -10px; 
    border-top: 10px solid transparent;
}
.custom-div:hover:before { 
    border-bottom: 10px solid rgba(255,255,255,0.5);
} 
.custom-div:hover:after { 
    border-top: 10px solid rgba(255,255,255,0.5);
}

#header .icon {
    background: url(/img/pictos/home_icon.png) no-repeat;
}
#header .menu_security {
    background: url(/img/pictos/header_security.png) no-repeat center top;
}

#header .menu_alerts {
    background: url(/img/pictos/header_alert.png) no-repeat center top;
}

#header .menu_live {
    background: url(/img/pictos/header_live.png) no-repeat center top;
}

#header .menu_video {
    background: url(/img/pictos/header_video.png) no-repeat center top;
}

#header .menu_automation {
    background: url(/img/pictos/header_automation.png) no-repeat center top;
}
#header .menu_comfort {
    background: url(/img/pictos/header_comfort.png) no-repeat center top;
}
#header .menu_system {
    background: url(/img/pictos/header_system.png) no-repeat center top;
}

#header .menu_logs {
    background: url(/img/pictos/header_logs.png) no-repeat center top;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold;
}
.green-text {
    color: green;
}
.tiny-text {
    font-size: 10px;
    position: relative;
}
.medium-text {
    font-size: 14px;
}
.huge-text {
    font-size: 16px;
    margin-top: 1px;
    text-align: center;
}

h1 {
    font-size: 18px;
	margin: 10px 0px 10px 15px;
    font-weight: 400;
}

.submit-input {
    cursor:pointer;
    text-align: center;
    width: 228px;
    height: 21px;
    color: #ffffff;
    font-size: 18px;
    padding:8px 0px;
    margin-left: auto;
    margin-right: auto;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#header {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#header .icon {
	width: 108px;
	height: 124px;
    margin: 15px 0 0 25px;
    float:left;
    cursor: pointer;
}

#header .gateway_selector {
    margin-top: 18px;
    margin-right: 30px;
    background: rgba(255,255,255,0.5);
    width: 200px;
    height: 32px;
    float:right;
    display:none;
    border-radius: 7px;
}

#header .gateway_selector SELECT {
    width: 200px;
    border: 1px rgba(161, 161, 161, 0.85) solid;
    border-radius: 0px;
    height: 32px;
    color: #474747;
    opacity: 0.85;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow:inset 0px 5px 10px -5px rgba(71, 71, 71, 0.5);
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
}

select {
    background: url("/img/bg/select_bg.png") no-repeat scroll right center #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 23px;
}

#header .gateway_selector SELECT, .settings_field_input select {
    -webkit-background-size: 1600px 40px;
    -webkit-appearance: textfield;
}

#header .gateway_selector SELECT::-ms-expand {
    display: none;
}

#loader, #live-loader {
    width: 64px;
    height: 64px;
    left: 50%;
    top: 38%;
    position: absolute;
    z-index:2000;
    display: none;
}
#live-loader {
    left: 0;
    width: 100%;
    height: 64px;
}
#header .menu_item {
    width: 99px;
    height: 85px;
    margin: 0 3px 5px 3px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 160px;
    float: left;
    color: rgba(34, 80, 92, 0.85);
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    background-size: 58px;
}

#header_menu, #header_menu_mob {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    min-height: 80px;
    padding-top: 10px;
    padding-left:8px;
    position: relative;
}

#header_menu_mob {
	display: none;
}


/* Styles for dialog window */

.menu_highlight_losange, .menu_selected_losange {
    position: absolute;
	margin-top: -67px;
	margin-left: 6px;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.bg_highlight_triangle1{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-width:50px;
    overflow:hidden;
    opacity: 0.4;
}

.bg_highlight_triangle2{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: #fff transparent transparent transparent;
    border-width:50px;
    overflow:hidden;
    opacity: 0.4;
}

.bg_selected_triangle1{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-width:50px;
    overflow:hidden;
    opacity: 0.6;
}

.bg_selected_triangle2{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: #fff transparent transparent transparent;
    border-width:50px;
    overflow:hidden;
    opacity: 0.6;
}

#error-msg-popup {
    background: rgba(255,255,255,0.5);
    padding: 0 10px 10px 10px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}
#error-msg-popup:before, #error-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 500px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#error-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#error-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

#confirm-msg-text, #error-msg-text, #notif-msg-text {
    float: left;
    padding-left: 90px;
    min-height: 100px;
    line-height: 92px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	padding-right: 10px;
}

#confirm-msg-popup .mfp-close, #error-msg-popup .mfp-close {
	top: -10px;
	right: 0px;
}

#error-msg-text span, #notif-msg-text span {
    max-width: 400px;
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
    text-align:left;
}

#confirm-msg-popup {
    background: rgba(255,255,255,0.5);
    padding: 0 10px 10px 10px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}

#confirm-msg-popup:before, #confirm-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 500px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#confirm-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#confirm-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

#device_detailed_display {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#confirm-msg-text span {
    max-width: 400px;
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
    text-align:left;
}

.confirm_answers {
    width:300px;
    margin-left:auto;
    margin-right:auto;
}

#confirm_no, #confirm_yes {
    width:84px;
    float:left;
    margin-right:25px;
    margin-left:25px;
}
#logout {
    height: 30px;
    margin-top: 20px;
    padding: 0px 20px 0px 35px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 6;
}
#mobmenu {
	background: url(/img/pictos/picto_burger_menu.png) no-repeat center left;
	background-size: 65px;
	width: 65px;
	height: 65px;
	float: right;
	margin: 0 10px 0 0;
	display: none;
}
#video-msg-popup {
    background: white;
    padding: 10px 10px;
    text-align: center;
    width: 700px;
    margin: 40px auto;
    position: relative;
    background: rgba(255,255,255,0.5);
}
#video-msg-popup:before, #video-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 700px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#video-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#video-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

.video-player {
    width: 640px;
    /*height: 360px;*/
    margin-top: 22px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.clear {
    clear: both;
    width: 100%; 
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.option-container {
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    color: rgba(34, 80, 92, 0.85);
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin: 5px 0;
}
.option-btn {
    display: table-cell;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid rgba(34, 80, 92, 0.85);
    border-top: 1px solid rgba(34, 80, 92, 0.85);
    border-bottom: 1px solid rgba(34, 80, 92, 0.85);
    width: auto;
    font-size: 15px;
}
.option-selected {
    background: rgba(34, 80, 92, 0.85);
    color: #FFF;
}
.to_select {
    background: transparent;
    color: rgba(34, 80, 92, 0.85);
}
.last {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.first {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid rgba(34, 80, 92, 0.85);
}

.defaultDiv {
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.defaultDiv:hover {
    background-color: rgba(255,255,255,0.5);
}
select {
    width: auto;
    border: 1px solid rgba(161, 161, 161, 0.85);
    border-radius: 0px;
    height: 32px;
    color: #474747;
    opacity: 0.85;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    text-indent: 0px;
    text-overflow: "";
    cursor: pointer;
}
#homesys-popup {
    background: transparent;
    padding: 10px 20px 20px 20px;
    text-align: left;
    max-width: 620px;
    margin: 0px auto;
    height: auto;
    clear: both;
    position: relative;
}

.link-div {
    cursor: pointer;
    color: rgba(34, 80, 92, 0.85);
    font-size: 17px;
}
.header-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.fullpage-wrapper {
    margin-top: 190px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 0;
}

.dd-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
    color: #3e3e3e;
    font-size: 14px;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.dd-patcher {
    padding: 0;
}
.dd-wrapper:not(.dd-patcher) {
    background: rgba(255,255,255,0.85);
    border: 1px solid #bfbfbf;
    padding: 10px 15px;
}
.dd-patcher > span {
    position: relative;
    padding: 10px 15px;
    color: #3e3e3e;
    font-size: 14px;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: rgba(255,255,255,0.85);
    border: 1px solid #bfbfbf;
    display: block;
    margin-top: -2px;
}
.dd-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    top: 55%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #3e3e3e transparent;
}
.dd-patcher:after {
    top: 21px;
}

.dd-wrapper .dd-container {
    position: absolute;
    top: 130%;
    left: -2px;
    right: 0;
    background: rgba(255,255,255,0.95);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    max-height: 190px;
    display: none;
    z-index: 5;
}
.dd-patcher .dd-container {
    position: relative;
    width: 100%;
    margin-top: 8px;
}
.dd-wrapper .dd-container:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.dd-wrapper .dd-container:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: #bfbfbf transparent;
}
.dd-wrapper .dd-container .dd-option {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: right;
    width: 100%;
    box-sizing: border-box;
}

.dd-wrapper .dd-container .dd-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.dd-wrapper .dd-container .dd-option:last-child {
    border: none;
}

.dd-wrapper.active .dd-container {
    opacity: 1;
    pointer-events: auto;
    display: block;
}
.dd-container .mCSB_scrollTools {
    width: 7px;
    height: 90%;
    top: 5px;
}
.settings_field_input > .dd-wrapper {
    margin-top: 5px;
}
.dd-option.selected {
    background: rgba(34, 80, 92, 0.85);
    color: #fff;
    border-bottom: 1px solid rgba(34, 80, 92, 0.85);
}
.dd-option.selected:hover {
    color: #3e3e3e;
}
.dd-wrapper .dd-container .dd-option:first-child {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.dd-wrapper .dd-container .dd-option:last-child {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.notification-bar {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: -100%;
    height: auto;
    width: 400px;
    overflow-y: hidden;
    background: rgba(255,255,255,0.9);
    padding: 10px 20px 10px 10px;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    border-radius: 7px;
}
.notification-bar.active {
    right: 10px;
}
.duration-250ms {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.notification-bar > button {
    color: #333333;
    cursor: pointer;
    width: 28px;
    height: 20px;
    line-height: 0px;
    position: absolute;
	top: 10px;
	right: 3px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    background: transparent;
    border: 0;
}
.notification-bar > button:hover, .notification-bar > button:focus {
    opacity: 1;
}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
.ink-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.65);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.ripple-delay {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}

.h-checkbox-wrapper {
    width: 100%;
    height: 32px;
    position: relative;
    cursor: pointer;
}
.h-checkbox-label {
    width: auto;
    height: 32px;
    box-sizing: border-box;
    padding-top: 5px;
    left: 40px;
    top: 0;
    position: absolute;
    text-align: left;
    font-size: 18px;
}
.h-checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
    background: url('/img/btn/btn_check_off.png') no-repeat center center;
    background-size: 32px auto;
}
.h-checkbox-wrapper.checked > .h-checkbox-input {
    background-image: url('/img/btn/btn_check_on.png');
}
.h-checkbox-scenes {
    height: 45px !important;
    width: 50%;
    display: inline-block;
    margin-top: 15px;
}
.h-checkbox-scenes > .h-checkbox-input {
    top: 13px !important;
}
.h-checkbox-scenes > .h-checkbox-label {
    padding-left: 50px !important;
    left: 34px !important;
    top: 5px !important;
    padding-top: 16px !important;
}
.submit-button {
    cursor: pointer;
    text-align: center;
    width: auto;
    height: 42px;
    background: rgba(34, 80, 92, 0.85);
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
}
.input-password-container {
    display: table;
    width: 100%;
}
.input-password {
    width: 75%;
    height: 34px;
    padding: 3px;
    margin: 0;
    display: table-cell;
    box-sizing: border-box;
    float: left;

}
.input-password-label {
    float: right;
    width: 25%;
}
.button-password-hide {
    display: none;
}
.button-password {
    height: 34px;
    box-sizing: border-box;
    padding: 6px;
    font-size: 16px;
}
.button-generate-passphrase {
    margin: 5px;
    background: rgba(0, 0, 0, 0.25);
}


@media (max-width: 975px) {

    .homesys-tab-container {
        width: 640px;
    }
    .homesys-tab {
        width: 572px;
    }
    .homesys-tab-hexagone {
        width: 572px;
    }
	
    #header .menu_item {
        width: 68px;
        height: 80px;
        margin: 0 5px 5px 5px;
        font-size: 12px;
        line-height: 140px;
        background-size: 45px;
    }

    #header_menu, #header_menu_mob {
        margin-left: auto;
        margin-right: auto;
        max-width: 625px;
    }
	
    .menu_highlight_losange, .menu_selected_losange {
		margin-top: -52px;
		margin-left: 3px;
    }
	
    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width:39px;
    }	
	
}

@media (max-width: 870px) {

    .h-checkbox-scenes {
        width: 100%;
        margin-top: 0;
        height: 38px !important;
    }
	.h-checkbox-input {
		background-size: 26px auto;    
	}
	.h-checkbox-label {
		font-size: 15px;
	}
	.h-checkbox-scenes > .h-checkbox-label {
	    left: 26px !important;
	}	
    .option-btn {
        display: table-cell;
        text-align: center;
       /* padding: 5px 8px;*/
        padding: 5px;
        width: auto;
        font-size: 15px;
    }
    #condition_NIGHT {
        margin-bottom: 24px;
    }
    .container_arm, .container_as {
        width: auto !important;
    }

    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        font-size: 16px;
        background-size: 60px;
        padding-left: 80px;
    }

    #confirm-msg-popup, #error-msg-popup {
        padding: 10px 10px;
        max-width: 450px;
    }
    #homesys-popup {
        max-width: 450px;
    }
    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after {
        width: 450px;
    }

    #header .gateway_selector {
        margin-top: 62px;
        margin-right: 0px;
        width: 150px;
    }
    #header .gateway_selector SELECT {
        width: 150px;
    }

    #header .icon {
        width: 100px;
        height: 120px;
        background-size: 90px;
    }

    .huge-text {
        font-size: 14px;
    }
    
	.submit-input {
		font-size: 16px;
		padding: 6px 0px;
	}
	.option-container {
		margin: 5px 0px;
	}
}

@media (max-width: 690px) {

    #header .menu_item {
		background-size: 32px;
		width: 48px;
        height: 70px;
		margin: 0 2px 5px 4px;    
        font-size: 8px;
        line-height: 90px;
    }
    #header_menu, #header_menu_mob {
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
        display: block;
    }
    #header_menu_mob {
    	display: none;
    }
    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        font-size: 14px;
        background-size: 45px;
        padding-left: 65px;
    }
    #confirm-msg-popup, #error-msg-popup {
        padding: 10px 10px;
        max-width: 300px;
    }
    #homesys-popup {
        max-width: 430px;
    }
    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after {
        width: 300px;
    }
    .menu_highlight_losange, .menu_selected_losange {
		margin-top: -33px;
		margin-left: 6px;
    }
    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width: 27px;
    }
    #header .gateway_selector {
        position: absolute;
        right: 0;
    	margin-top: 55px;
        margin-right: 10px;		
    }
    #logout {
	    margin-top: 17px;
	    font-size: 0;
	}
    #header .icon {
        width: 80px;
        height: 80px;
        background-size: 70px;
    }
    .homesys-tab-container {
        width: 376px;
    }
    .homesys-tab {
        width: 335px;
        margin-left:39px;
    }
    .homesys-tab-hexagone {
        width: 335px;
        margin-left: 39px;
    }
	.link-div {
		font-size: 14px;
	}
	.fullpage-wrapper {
		margin-top: 115px;
	}
    .video-player {
        width: 100%;
        height: auto;
    }    
}


@media (max-width: 450px) {

    #live-loader {
        top: 25%;
    }

    .input-password-container {
        width: 95%;
        margin: 0 auto;
    }
    .fullpage-wrapper {
        margin-top: 40px;
    }
    .submit-input {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #header_menu, #header_menu_mob {
        max-width: 280px;
        display: none;
        margin-top: 80px;
    }

    #header .menu_item {
        margin: 0px 5px 40px;
        background-size: 52px auto;
        height: 80px;
        width: 80px;
    }
    .notification-bar {
	    width: 300px;
    }
    #confirm-msg-popup, #video-msg-popup {
        width: 300px;
    }

    #homesys-popup {
        max-width: 400px;
    }

    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after, #video-msg-popup:before, #video-msg-popup:after{
        width: 300px;
    }

    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        background-size: 32px;
        padding-left: 50px;
		padding-right: 5px;
    }

    .menu_highlight_losange, .menu_selected_losange {
		margin-top: -56px;
		margin-left: 5px;
    }

    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width:44px;
    }

    #header .icon {
        width: 65px;
        height: 65px;
        background-size: 58px;
        margin: 10px 0px 0px 10px;
    }
	.dd-wrapper {
	    padding: 7px 15px;
	    	    z-index:5;
    }
	#gateway_select {
	    margin: -5px auto;

    }
    .hexagone-div {
		padding: 0px 10px;
	}
	#mobmenu {
		display: inline;
	}
    #logout {
	    padding-right: 5px;
	}
}
.pixel {
    width:0px;
    height:0px;
    background: white;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.bloc_corner1{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: transparent #fff #fff transparent;
    border-width:10px;
    float: left;
    overflow:auto;
    padding: 0;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_rectangle1{
    height:21px;
    background: #fff;
    float: left;
    overflow:hidden;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner2{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: transparent transparent #fff #fff;
    border-width:10px;
    float: left;
    overflow:hidden;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_rectangle2{
    clear: both;
    background: #fff;
    float: left;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner3{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: #fff #fff transparent transparent;
    border-width:10px;
    float: left;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner4{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: #fff transparent transparent #fff;
    border-width:10px;
    float: left;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

/**
* Fade-zoom animation for popup dialogs
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in-chrome .zoom-anim-dialog {

    opacity: 0;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* disable fullpage slide arrows*/
.fp-controlArrow {
    display: none;
}

.clear {
    clear: both;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop15 {
    margin-top: 15px;
}
.table {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.table-cell {
    display: inline-block;
    width: 50%;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
#divError {
    width: 100%;
    color: rgba(71, 71, 71, 0.85);
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
    border: 1px solid #BFBFBF;
    margin: -7px auto;
    padding: 20px;
}
.popupScene #divError {
    width: 93%;
    position: absolute;
    top: 75px;
    left: 27px;
    padding: 11px;
    margin: none;
}


#homesys-popup > .mfp-close {
    margin-top: 5px !important;
    margin-right: 15px;
}

.tab {
    width: 100%;
    padding: 0px;
}
.tab-line {
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; 
}
.tab-line:hover {
    background: rgba(255,255,255,0.5);
}
.link:hover {
    text-decoration: underline;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.move-cursor {
    cursor: move;
}
.small-select {
    height: 25px;
    font-size: 12px;
}
.transition-300ms {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; 
}
.transition-300ms:before, .transition-300ms:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mCSB_inside > .mCSB_container {
    margin-right: 17px !important;
}

.dd-container .mCSB_container {
    margin-right: 0 !important;
}

.cssload-thecube {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	margin-top: 36px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	height: 94%;
	background-color: rgba(255,255,255,0.85);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(101px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(101px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(101px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(101px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(101px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(101px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(101px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(101px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(101px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(101px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(101px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(101px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(101px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(101px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(101px) rotateY(180deg);
		opacity: 0;
	}
}
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#webPush-container {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 70px;
    right: 0;
    height: auto;
    width: 250px;
    overflow-y: hidden;
    padding: 10px 20px 10px 60px;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    border-radius: 7px;
    background: rgba(255,255,255,0.9) url('../../img/pictos/picto_settings_alerts.png') no-repeat center left;
    background-size: 65px 65px;
    cursor: pointer;
}
#webPush-container > button {
    color: #333333;
    cursor: pointer;
    width: 28px;
    height: 20px;
    line-height: 0px;
    position: absolute;
    top: 10px;
    right: 3px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    background: transparent;
    border: 0;
}