﻿.btn-print-header {
    float: right;       
    margin: 30px 0 11px;
}

.bold {
    font-weight:bold;
}

.mdrp-well {
    background-color: #F5F5F5;
    padding-left: 20px;
    padding-right:20px; 
    padding-bottom:20px;
    padding-top:5px;
    margin-bottom: 20px;
}

.mdrp-well .mdrp-panel:last-child{
    margin-bottom:0;
}

.mdrp-panel {
    margin-bottom: 15px;   
    padding: 10px 20px;
    background-color: #DEDEDE; 
    border-radius: 4px;  
    display:inline-block;
}

.modal-footer .js-print {
    float:left
}

#session-termine-modal .modal-footer .btn-primary{
    float: right;
}

.alert-simple {
    background-color: #f5f5f5
}

.alert-simple .kx-alert-text {
    display: inline-block;
}

.margin-top-20
{
    margin-top: 20px;
}

.padding-b-0 {
    padding-bottom:0 !important;
}

/*Correctif pour bogue d'affichage des accents aigüs dans IE*/
.correctifPaddingTop {
    padding-top: 1%;
    margin-top: -1%;
}
