.modal{
    position:fixed !important;
}
.modal .modal-dialog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal .modal-content{
    width: 100%;
}
.table{
    width: 100%;
}
.table thead th{
    background-color:#006ab3;
    font-weight:normal;
    padding:8px;
    color: #ffffff;
}
.table tbody tr td{
    background-color:#ffffff;
    color:#333;
}
.table tbody tr.employeur-actuel td{
    font-weight: bold;
    color:#006ab3;
}
.options-list h2{
    font-weight: bold !important;
}
.options-list .option-title{
    width: 100%;
    height: 62px;
    display: block;
    padding: 5px 10px;
    background: white;
    border: 1px solid #056db6;
    margin-bottom: 20px;
    box-shadow: 2px 4px 0px #056db636;
    border-radius: 10px 0 10px 0;
    margin-left: auto;
    margin-right: auto;
    color: #056db6;
}

.options-list .option-title:hover{
    transition: all 0.3s ease-out;
    color: #ffffff !important;
    background-color: #83C1E6;
}
.options-list .option-title:not(.collapsed){
    color: #ffffff !important;
    background-color: #006AB3;
}

.options-list .option-title i{
    font-size: 40px;
    color: #056db6;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    height: 50px;
    margin-left: 4px;
}

.options-list .option-title:hover i, .options-list .option-title:not(.collapsed) i{
    transition: all 0.3s ease-out;
    color: #ffffff !important;
}
.options-list .option-text{
    margin-left: 20px;
    float: left;
    font-size: 20px;
    line-height: 45px;
}

.options-list label{
    text-align: right;
    line-height: 38px;
    margin-bottom: 0;
}
.options-list .select-group, .options-list .form-group{
    margin-bottom: 20px;
}
.options-list .select-group .select2-container{
    width: 100% !important;
}
.options-list .select-group .select2-container .select2-selection--single{
    height: 40px;
}
.options-list .select-group .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.options-list input[type="date"], .options-list input[type="text"]{
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    height: 40px;
    line-height: 38px;
    padding: 2px 4px
}
.options-list .panel-body{
    border: 1px solid #87c3e7;
    margin-bottom: 20px;
    padding: 20px;
}
.options-list .btn.btn-primary{
    background-color: #006ab3;
    border-color: #006ab3;
}
.options-list .btn.btn-primary:hover{
    background-color: #004f86;;
    border-color: #004f86;
}
.options-list .error{
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    color: #a00;
}
.modal-form{
    padding: 0 20px;
}
.modal-form .row{
    margin-bottom: 20px;
}
.modal-form label{
    display: block;
    margin-bottom: 10px;
}
.modal-form textarea{
    width: 100%;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 2px 4px
}

.mb-0{
    margin-bottom:0 !important;
}
.bg-success{
    color: #046f04;
    font-size: 18px;
    padding:15px;
    margin-bottom: 20px;
}
.options-list .btn.btn-stripe {
    padding: 10px 20px 5px 20px;
}
.options-list .btn.btn-stripe .fab{
    font-size: 40px;
    margin-right: 20px;
}
.options-list .btn.btn-stripe span{
    line-height: 30px;
    position: relative;
    top: -9px;
}

@media (max-width: 991px) {
    .options-list .row
    {
        margin-bottom: 10px;
    }
    .options-list .row
    {
        margin-bottom: 10px;
    }
    .options-list h2
    {
        margin-bottom: 0;
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .options-list .option-title {
        height: 52px;
        padding-right: 0;
    }
    .options-list .option-text {
        margin-left: 5px;
        float: left;
        font-size: 14px;
        line-height: 35px;
    }
    .options-list .option-title i {
        font-size: 25px;
        padding-left: 0;
        height: 35px;
        margin-left: 0;
        width: 35px;
    }
    .options-list .btn.btn-primary{
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}