[class*="badger"] {
    position: relative;
    margin: 20px 0;
    padding: 39px 19px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

[class*="badger"]:after {
    content: attr(data-badger);
    position: absolute;
    top: 0;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background: #999;
    color: #fff;
}

.badger-left:after {
    left: 0;
    border-radius: 6px 0 6px 0;
}

.badger-right:after {
    right: 0;
    border-radius: 0 6px 0 6px;
}

.badger-danger:after {
    background: #d9534f;
}

.badger-warning:after {
    background: #f0ad4e;
}

.badger-success:after {
    background: #5cb85c;
}

.badger-info:after {
    background: #5bc0de;
}

.badger-inverse:after {
    background: #222;
}

.badge-default{
    background-color: #636c72;
}


.badge-primary{
    background-color: #0275d8;
}

.badge-success{
    background-color: #5cb85c;
}

.badge-info{
    background-color: #5bc0de;
}

.badge-warning{
    background-color: #f0ad4e;
}

.badge-danger{
    background-color: #d9534f;
}

.timepicker-plugin .dropdown-menu{
    width: auto; white-space: normal;
}
.timepicker-plugin .timepicker-content{
    padding: 0 15px;
}
.timepicker-plugin .timepicker-content table{
    margin: auto; text-align: center;
}
.timepicker-plugin hr{
    margin: 10px -15px;
}
.timepicker-plugin .timepicker-buttons button{
    width: 100%;
    margin-bottom: 5px;
}
.input-group-btn .btn-group button[data-toggle="dropdown"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.cdbl-slider {
    width: 188px;
    margin: 10px 0 10px 0;    
}
.hidden {
    display: none;
}
.show {
    display: block;
}

#custom-handle-slider {
    width: 3.7em;
    height: 2.5em;
    top: 50%;
    margin-top: -1.3em;
    text-align: center;
    line-height: 2.3em;
    font-size: 10px;
}

.rep-button-bloc {
    padding: 20px;
    display: flex;
    text-align: center;
}
.rep-blank{
    display: inline-block;
    flex: 1;
}

.rep-button{
    display: inline-block;
}

.rep-button button {
    margin: 0 10px;
}

.error-rep{
    display: inline-block;
    flex: 1;
}
.error-rep label{
    float: left;
    margin: 5px 10px;
}

.item-rep hr {
    border-color: #ccc;
}

select-cercable .form-control.ui-select-container.ui-select-multiple {
    padding: 0;
}