/* couleurs de base */

:root {
    --base-color-1: #e27027;
    --base-color-2: #e27027;
}

label {
    margin-bottom: 0;
}

label.required:after {
    content: " * ";
    color: #B22222;
}

select.form-control {
    color: rgb(0, 0, 0);
}

.form-control {
    color: rgb(0, 0, 0);
}

/* update commun style */

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.horizontal-menu .bottom-navbar .page-navigation .nav-item .submenu{
    top: 60px !important;
    left: auto !important;
    right: -10px !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li{
    display:flex !important;

}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul{
    padding: 15px !important;
    list-style: none !important;
    list-style-type: none !important;
}
.content-wrapper{
    padding-top: 0 !important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a{
    font-weight: bold;
    font-size: 18px;
    color : #FF60A8; 
}
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-profile-name,.nav-profile-name{
    font-size:18px;
    font-weight: bold;
    color : #FF60A8;
}
.btn-inverse-primary:hover{
    background-color: #FF60A8;
    border-color:#FF60A8;
}
.btn{
    padding-top: 5px;
    padding-bottom: 5px;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .typeahead:not(textarea), .input-group-sm > .tt-query:not(textarea), .input-group-sm > .tt-hint:not(textarea), .input-group-sm > .custom-select{
    height : auto;
}
.table thead th {
    font-size: 0.8rem;
}
.table td{
    font-size: 0.8rem;

}
/* style des titres */

.titre-1 {
    color: #203f96 !important;
    font-size: 40px !important;
    font-weight: 800;
}

.titre-label {
    color: var(--base-color-1);
}

.titre-table-show {
    color: var(--base-color-1);
    text-align: right;
    margin-right: 5px;
}


/* style des boutons */

.titleSection {
    font-size: 35px;
    font-weight: 800;
    color: #e6a800;
}


/* bouton nouveau dans l'interface index*/

.btn-new {
    color: #ffffff !important;
    background-color: #203f96 !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

#searchMore {
    color: #ffffff !important;
    background-color: grey;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

#droitAcces {
    color: #ffffff !important;
    background-color: grey;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.btn-register {
    color: #ffffff !important;
    background-color: #e6a800 !important;
    border: solid 2px #e6a800 !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-register1 {
    color: #ffffff !important;
    background-color: #01C4B8 !important;
    border: solid 2px #01C4B8 !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border: none;
}

.buttonPrint {
    font-size: 2rem;
    color: grey;
}

.buttonPrint:hover {
    color: #000;
}

.btn-annuler {
    color: #ffffff !important;
    background-color: #203f96 !important;
    border: solid 2px #203f96;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.btn-addAff {
    color: #ffffff !important;
    background-color: #7750b6 !important;
    border: solid 2px #203f96;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.input-group-append {
    color: #000000 !important;
    font-size: medium !important;
    font-weight: 600 !important;
}

.button-show {
    background-color: #e6a800;
    color: #fff;
    border-radius: 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.edit {
    background-color: #e6a800;
    color: #fff;
    border-radius: 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.title {
    color: #e6a800 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.btn-searchMore {
    background-color: grey;
    color: #fff
}

.btn-searchMore:hover {
    color: #203f96 !important
}

.uploadFact {
    background-color: #0ddbb9;
    color: #fff;
    border-radius: 20px !important;
    font-size: medium !important;
    font-weight: 600 !important;
}

.btn-danger {
    background-color: #ce0000 !important;
}

.btn-supprimer {
    color: white !important;
    background-color: #ed0000 !important;
    border-radius: 20px !important;
    font-size: medium !important;
    font-weight: 600 !important;
}

.bloc {
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    padding-top: 1rem;
    margin: 10px 0;
    -webkit-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.table-0 thead {
    background-color: #01caf1;
    color: #fff;
}

.table-1 thead  {
    background-color: #203f96;
    color: #fff;
    width: 100%;
}

.tab-2 {
    background-color: #FFF5E4
}

.tab-3 {
    background-color: #CBF5E4;
}

.tab-4 {
    background-color: #EDE2FF;
}

.tab-5 {
    background-color: #e2e9ff;
}

.tab-6 {
    background-color: #ffe2e4;
}

.table-4 th {
    background-color: #415a77;
    color: #fff;
}

.table-0 th,
.table-1 th,
.table-2 th,
.table-3 th,
.table-4 th {
    padding: 0.4rem 0.4rem;
}

.table-0 td,
.table-1 td,
.table-2 td,
.table-3 td,
.table-4 td {
    padding: 0.2rem 0.2rem;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

select.form-control.border-dark,
select.border-dark.typeahead,
select.border-dark.tt-query,
select.border-dark.tt-hint {
    outline: 0px !important;
}

.btn-plus {
    background-color: #E6A800;
    border-radius: 5px;
    color: #fff
}

.btn i {
    font-size: 1rem;
}

.msgError {
    font-size: 20px;
    font-family: 500;
    color: red
}

.errorInput .title,
.errorInput label,
.errorInput .input-group-append {
    color: red !important;
}

.errorInput input,
.errorInput select,
.errorInput textarea {
    border-color: red !important;
}

input:focus {
    outline: auto;
}

.tab-affichage {
    background-color: rgb(185, 183, 183) !important;
}

.button-page {
    border-radius: 10px;
    padding: 0 5px 0 5px;
    background-color: transparent;
    border: 2px solid grey;
    color: #fff;
    box-shadow: none;
    font-size:14px;
}

.button-active {
    border: 3px solid #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

mark {
    background-color: yellow;
}

.link {
    font-weight: 400;
    font-size: 27px;
    color: #464DEE
}

.titre-2 {
    color: #203f96 !important;
    font-size: 30px !important;
    font-weight: 800;
}

.flech_haut {
    border-radius: 50%;
    background-color: #000;
    height: 50px;
    width: 50px;
}
.width-5{
    width: 5%;
}
.width-7{
    width: 7%;
}
.width-8{
    width: 8%;
}
.width-10{
    width: 10%;
}
.width-13{
    width: 13%;
}
.width-14{
    width: 14%;
}
.width-17{
    width: 17%;
}
.width-15{
    width: 15%;
}
.width-20{
    width: 20%;
}
.width-25{
    width: 25%;
}
.width-30{
    width: 30%;
}
.width-35{
    width: 35%;
}
.width-40{
    width: 40%;
}
.width-45{
    width: 45%;
}
.width-50{
    width: 50%;
}
@media print {
    thead {
        background-color: rgb(185, 183, 183) !important;
        -webkit-print-color-adjust: exact;
    }
    table {
        border: 1px solid rgb(180, 183, 183) !important;
    }
}
