
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    color: rgb(92, 92, 92);
    /* background: url(/ressources/images/bg.jpg) no-repeat center center fixed;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#connexion {
    margin: 40px auto;
    background-color: white;
    -moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#connexion h3 {
    font-family: 'Roboto';
    font-weight: 100;
    padding: 10px 20px;
    padding-top: 30px;
    color: #0088cc;
}

#connexion .line_form {
    padding: 20px;
    border-left: 5px solid transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#connexion .line_form.focus {
    border-left-color: #0088cc;
    background-color: #eee;
}

#connexion .input-group {
    border: #ccc 1pt solid;
}

#connexion .input-group-addon {
    background: none;
    border: none;
}

#connexion input {
    border: none;
    box-shadow: none;
}

#connexion input.incorrect {
    background-color: #d9534f;
    color: white;
}

#connexion button {
    border-radius: 0px !important;
    cursor: pointer !important;
    margin: 20px;
}

#tweets {
    margin-top: 40px;
    padding: 0px 30px;
    height: 400px;
    overflow: hidden;
}

#tweets iframe {
    height: 390px;
    width: 100% !important;
}

#tweets iframe .timeline-footer {
    display: none;
}

.alert-box {
    border-radius: 0px !important;
    margin: 20px;
    padding: 20px;
}

#chargement {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

#chargement #container {
    width: 30%;
    background-color: white;
    margin: 20% auto;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#footer {
    font-family: Arial;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

#block_passwordperdu {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    padding-top: 0px;
    background-color: white;
    -moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#block_passwordperdu h3 {
    font-family: 'Roboto';
    color: #0088cc;
    font-weight: 100;
    padding: 10px 20px;
    padding-top: 30px;
}

#logo_riskat img, #logo_bossinterim img {
    width: 150px;
}

#logo_riskat {
    text-align: center;
    margin-top: 20px;
}


#users {
    display: block;
    margin-top: 14px;
    padding: 20px;
}
#users li {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 10px;
    text-align: center;
    position: relative;
}
#users li:first-of-type,
#users li:nth-child(4n+4) {
    margin-left: 0 !important;
}
#users li:nth-child(3n+3) {
    margin-right: 0 !important;
}
#users li:nth-child(1n+4) {
    margin-top: 10px;
}
#users img.av {
    width: 112px;
    height: 112px;
    border-radius: 5px;
    z-index: 99;
    margin: 4px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#users img.av.hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    margin-top: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
#users .av-overlay {
    width: 112px;
    height: 112px;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 101;
    margin: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
}
#users .av-overlay.hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 4px;
}
#users .av-tooltip {
    display: block;
    position: absolute;
    width: 80px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    bottom: 5px;
    left: 50%;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    text-shadow: 0 1px 0 #000;
    margin-left: -40px;
    padding: 2px 0;
    z-index: 101;
}

#lg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
}