
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a:link, a:visited, a:active {
    /* color: rgb(121, 134, 154); */
    color:#474747;
    text-decoration: none;
    padding: 1px;
}

a:hover {
    color: #a4aebb;
    /* background: #1c98a0; */
}

.register-form a:link, a:visited, a:active { color: rgb(121, 134, 154);text-decoration: none;padding: 1px; }
.login-form a:link, a:visited, a:active { color: rgb(121, 134, 154);text-decoration: none;padding: 1px; }
.panel-title a:link, a:visited, a:active { color: rgb(121, 134, 154);text-decoration: none;padding: 1px; }
/*------------------------------------------------*/
/* Switch SECTION START*/
/*------------------------------------------------*/
.Switch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    height: 20px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
}

body.IE7 .Switch { width: 78px; }

.Switch span { display: inline-block; width: 35px; }
.Switch span.On { color: #33d2da; }

.Switch .Toggle {
    position: absolute;
    top: 2px;
    width: 37px;
    height: 25px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%);
    background: linear-gradient(top,  #ececec 0%,#ffffff 100%);

    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.Switch.Available .Toggle { left: 2%; background:rgba(54,213,97,1.00);}
.Switch.onBreak .Toggle { left: 54%; background:rgba(222,219,75,1.00);}
.Switch.doNotDisturb .Toggle { left: 54%; background:rgba(255,56,43,1.00);}
.Switch.outReturning .Toggle { left: 54%; background:rgba(33,52,179,1.00);}
.Switch.notAvailable .Toggle { left: 54%; background:gray;}

/* Round Switch */
.Switch.Round {
    padding: 0px 20px;
    border-radius: 40px;
}

body.IE7 .Switch.Round { width: 1px; }

.Switch.Round .Toggle {
    border-radius: 40px;
    width: 14px;
    height: 14px;
}

.Switch.Round.On .Toggle { left: 3%; background: #22b32b; }
.Switch.Round.Off .Toggle { left: 58%; background: #ff0000; }