/* 
    Created on : 15 déc. 2014, 13:56:54
    Author     : thomas
*/
body{
    display:block;
    line-height:1.42857;
    font-size:14px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



input.form-control.datepicker{
    padding: 6px 12px;
}
.daterangepicker.dropdown-menu{
    z-index: 3000;
}

div.row a{
    max-width: 100%;
}

blockquote{
    font-size:inherit;
    border-left:none;
    padding-bottom:0px;
    padding-top:0px;
}


.form-control{
    color:inherit;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.has-error .form-control {
    border: 1px solid #a94442 !important;
}

.has-success .form-control {
    border: 1px solid #3c763d !important;
}

.btn{
    white-space: normal;
}

/* retire margin sur la première row des tab (retire le décalage du première onglet) */
.tab-pane {
    padding: 0 15px;
}

/* Puces icones */
.fa-li{
    top:0;
    line-height: inherit;
}

/* outline sur image maps */
map > area {
    outline: none;
}

/* images vides */
img[src=""], img[src="/images/"], img[src="images/"]{
    display:none !important;
}

.gl_bes:before, .gl_afs:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* sliders */
.fa.gl_slider_btn_pauseplay{
    position: absolute;
    top: 6px;
    left: -40px;
    font-size: 25px;
    cursor: pointer;
    color: rgba(79,79,79,1);
}
.fa.gl_slider_btn_pauseplay:hover{
    transform:scale(1.3);
    transition:transform ease 0.5s;
}

@media (max-width:768px){
    .fa.gl_slider_btn_pauseplay{
        left:-25px;
    }
    .gl_xsnav_mini .fa.gl_slider_btn_pauseplay{
        display: none;
    } 
}
