/*
======  Genilink Sillingy  ======
=        Projet SIR MOBILE      =
=    Auteur : Maxime Verrier    =
= Mail : maxime.verrier@sgs.com =
=================================
*/
/* 
    Created on : 28 oct. 2016, 15:50:15
    Author     : maxime_verrier
*/


#logoLoginPage {
    width:100%;
}

.imgAvatar {
    width: 48px;
    height: 48px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:50%;
    margin: auto;
}

.imgPersonne {
    width: 100px;
    height: 100px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin: auto; 
}
.card-block p{
    font-size: 1.3em; 
    padding-bottom:15px;
}
.card-block h2{
    margin-bottom:30px;
}
.card-content{
    background-color:#f17e11;padding:15px;border-bottom:solid 5px #2f4050; 
}

.card{
    background-color:#FFFAFA;
}

.card a, #contact-list a, .glyphicon{
    color: #f17e11;
}

.card a:hover, #contact-list a:hover{
    color: #f5a44d;
}

a.search-choice-close{
    color: red; 
}
.clockpicker-popover {
    z-index: 999999;
}

.pac-container {
    z-index: 999999;
}

#btnCircleNewNotif {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#btnCircleGoToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100;
}

#map {
    height: 200px;
}

#listeAffilies li:hover{
    cursor: pointer;
    background-color: #f5a44d;
}

#listeAffiliesCentre li:hover{
    cursor: pointer;
}
.fab {
    -moz-box-shadow: 0px 6px 15px 0px #9b9b9b;
    -webkit-box-shadow: 0px 6px 15px 0px #9b9b9b;
    -o-box-shadow: 0px 6px 15px 0px #9b9b9b;
    box-shadow: 0px 6px 15px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=15);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

textarea {
    resize: none;
}

.surbrillance {
    border: 1px solid red;
}

.footable-toggle {
    color: #f17e11 !important;
}

#indicateurBD {
    color:red;
}

.action-detail-audit button {
    margin-bottom:5px;
    width:100%;
}

.footable-row-detail-value {
    text-align:justify;
}

.flot-chart,#flot-pie-chart {
    height: 300px;
    width:100%;
}

.tdbNumber{
    color: #f17e11;
}

.info-default{
    color:#cbcbcb;
}