
/* 
*Elements du html 
*
*/
body {
    //font-family: 'Noto Sans', 'sans-serif';
    font-family: 'Souce Sans Pro','Helvetica Neue','helvetica','Arial','sans-serif';
    font-size: 15px;
    color: #000000; // #222

}

hr {

    border-top: 1px solid #b4b0b0  ; //#eeeeee
}
/***************************************************************************************************************
/***************************************************************************************************************
/*
*Elements perso
*
*/

/* Autocomplete de recherche prospect
/* De base */
.searchClient li{
    background-color: #f5f5f5;
}

/* Au survol */
.searchClient li:hover {
    background-color:white;
    cursor:pointer;
}

/* Style du crayon pour modif action*/
.pencil-action{
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 120%;


}

.alert-abandon {
    background-color: #b9b9b9;
    padding: 1px;
    color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 3px;
}

/**********************************************************************************************************************
/**********************************************************************************************************************
/*
*Elements de Neo-core
*
*/



/**********************************************************************************************************************
/**********************************************************************************************************************

/*
*Element de form bootstrap 
*
*/

.panel-gradient > .panel-heading{
    background-image: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 100%); /* par defaut #e5e5e5 */
}

.tile-stats.tile-gray h3{
    color: #0b0d0f;
}

.tile-stats h3{
    font-size: 13px;
}

.tile-stats .icon i {
    font-size: 50px;
    line-height: 0;
    margin: 0px;

    padding: 0px;
    vertical-align: bottom;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #1d1d1d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999797;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Souce Sans Pro','Helvetica Neue','helvetica','Arial','sans-serif';
    font-size: 15px;
    color: #353535;
}

/**********************************************************************************************************************
/**********************************************************************************************************************
/*
*Elements l'oader
*
*/
.loader{
    margin-left: 10px;
    padding-left: 5px;
}
.label-info_perso{
    background-color: #dddcdc;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
}
.label-danger_perso {
    background-color: #f80303;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
}