/* Menu normal, aligne a gauche */
a {
    color: #333;
}

/* fleche */
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#stateLed {
    position: relative;
    display: inline-block;

    cursor:default;
    border: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding: 5px 9px;
    height: 18px;
    position: relative;
    list-style: none;
}
.refreshbtnwshighlight {
    background-color: rgb(216, 216, 0) !important;
}

#stateLed.off {
    background-image: url(/secure/modules/img/state/ledoff.png);
}

#stateLed.major {
    background-image: url(/secure/modules/img/state/ledred.png);
}

#stateLed.minor {
    background-image: url(/secure/modules/img/state/ledyellow.png);
}

#stateLed.normal {
    background-image: url(/secure/modules/img/state/ledgreen.png);
}

#nav > li > ul {
    padding: 0 !important;
}

#nav {
    display: block;
    position: absolute;
}

#navRight {
    display: block;
    position: absolute;
    float: right;
    top: 7px;
    right: 15px;
    margin-top: 0px;
    line-height: 100%;
    height: 36px;
    z-index: 3;
}

#navRight .activeBtn {
    -webkit-animation: blinkAnimation 1s infinite; /* Safari 4+ */
    -moz-animation:    blinkAnimation 1s infinite; /* Fx 5+ */
    -o-animation:      blinkAnimation 1s infinite; /* Opera 12+ */
    animation:         blinkAnimation 1s infinite; /* IE 10+, Fx 29+ */
}

#navRight .activeBtn:hover {
    background-color: #ff0000 !important;
}

@-webkit-keyframes blinkAnimation {
  0%, 59% {
    background-color: #ff0000;
  }
  60%, 100% {
    background-color: #f5f5f5;
  }
}

#navRight .activeHdmiBtn {
    background-color: #ff0000 !important;
}

#navRight .inActiveBtn, #navRight .inactiveBtn-ws {
    background: #f5f5f5 !important;
}

#navRight .inActiveBtn:hover {
    background: #024e67 !important;
}
#navRight .refreshBtnImg-ws {
	background-image: url(/secure/modules/img/refresh_black_ws.png) !important;
    background-repeat: no-repeat;
    padding: 6px 15px !important;
}

#navRight .refreshBtnImg-ws:hover {
	background-image: url(/secure/modules/img/refresh_on_ws.png) !important;
    background-color: #024e67;
}

#navRight .refreshBtnws {
    height: 32px;
    width: 32px;
	border: none;
}

#navRight .modePause, #navRight .modeLocal, #navRight .callSequ, #navRight .menuLogout, #navRight .refreshBtnImg-ws, #navRight .inactiveBtn-ws {
    background-color: #f5f5f5;
    padding: 6px 9px;
    border: 1px solid #00abe4;
    height: 18px;
    position: relative;
    list-style: none;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

#navRight .modePause:hover, #navRight .modeLocal:hover, #navRight .callSequ:hover, #navRight .menuLogout:hover {
    background: #024e67;
    color: #fff;
}

#navRight .modePause, #navRight .modeLocal {
    padding-left: 10px;
    padding-right: 10px;
}

#navRight .callSequ {
    padding-left: 20px;
    padding-right: 20px;
    width: 130px;
}

#navRight .menuLogout {
    padding-left: 30px;
    padding-right: 10px;
}
#navRight .loginwebview{
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block;
}

#navRight .imgLogout {
    position: absolute;
    background-image: url(../icons/power_off.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 90px;
    height: 32px;
    margin-top: -7px;
    margin-left: 20px;
    left: -20px;
}

#navRight .imgLogout:hover, #navRight .menuLogout:hover span {
    background-image: url(../icons/power_off_white.png);
    color: #ffffff;
}

#navRight .langue {
    display: inline-block;
    margin-right: 25px;
}

/* Partie concernant le menu contextuel */
.contextMenu {
    position: absolute;
    border-bottom: 1px solid #024e67;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    display: none;
    z-index: 100;
}

.overlayMenu {
    width: auto;
    position: absolute;
    padding: 20px 0px 10px 0px;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(245, 245, 245, 0.8);
}

.overlayMenuWS {
    width: auto;
    padding: 10px 0px 10px 0px;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(245, 245, 245, 0.8);
}

.overlayMenu .overlayClose, .overlayMenuWS .overlayClose {
    border: 1px solid #d3d3d3 !important;
    background-color: #fff !important;
    font-weight: 400;
    color: #555;
    position: absolute;
    height: 16px;
    width: 16px;
    float: right;
    right: 2px;
    top: 2px;
}

.overlayMenu .cfggroup {
    width: auto !important;
}

.overlayMenu .embComponent {
    width: auto !important;
}

#customMenu {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

#customMenu.viewIo {
    padding: 20px;
    min-width: 130px;
}

#customMenu li {
    margin: 0;
    display: block;
    list-style: none;
}

#customMenu li:active, #customMenu li:hover, #customMenu li:hover a {
    color: white;
    background: #024e67;
}

#customMenu li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
}

#customMenu li a:hover, #customMenu li a:active {
    color: white;
}

#nav .menuSeparator, #navRight .menuSeparator, #customMenu .menuSeparator {
    display: block;
    height: 1px;
    width: 100%;
    padding: 0px;
    margin: 2px 0;
    background-color: #A0A3D1;
}

#nav .menuSeparator:hover, #navRight .menuSeparator:hover, #customMenu .menuSeparator:hover {
    background-color: #A0A3D1;
}

.menuArrow {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.arrowDown {
    position: absolute;
    width: 0;
    height: 0;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4E4E4E;
    top: 0;
    right: -2px;
    margin-top: 8px;
    margin-left: 4px;
    vertical-align: top;
    z-index: -1;
}

.arrowDown:hover {
    border-top: #424EFF;
}

.arrowRight {
    position: relative;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4E4E4E;
    top: -3px;
    right: 5px;
    margin-top: 8px;
    margin-left: 4px;
    vertical-align: top;
    z-index: -1;
}

.arrowRight:hover {
    border-top: #424EFF;
}

.easLog {
	text-align:left;
}
