.w200px {
    width: 200px
}

button.experience {
    float: right;
}

button.add {
    margin-bottom: 20px;
}

.markItUp {
    width: auto;
}
.markItUpEditor {
    background-image: none;
    width: 100%;
}

.bootstrap-tagsinput {
	width: 100%;
}

#flash-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#flash-msg .list-group {
    margin: 0 auto;
}

.mt3, .mtl { margin-top: 30px; }

.small {
    font-size: 10px;
}

.glyphicon-ok-sign {
    font-size: 15px;
    color: green;
}

.glyphicon-remove-sign {
    font-size: 15px;
    color: red;
}

.reason {
    font-size: 10px;
    color: #333;
    margin-left: 15px;
}

.dlcv {
    font-size: 12px;
    margin-left: 15px;
}

.viewcv {
    font-size: 14px;
    color: #ccc;
    margin-left: 7px;
}

ul.typeahead {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

/* Bootstrap select */
.dropdown.bootstrap-select {
    border: 1px solid #ced4da !important;
}

.custom-file-label::after { content: "Rechercher un fichier";}
