.admin-taille{
    width: 98%;
}

.admin-taille1{
    width: 30%;
}

.admin-color-green{
    border-left: 5px solid green;
}

.admin-color-red{
    border-left: 5px solid red;
}

.admin-color-yellow{
    border-left: 5px solid yellow;
}

.admin-color-orange{
    border-left: 5px solid orange;
}

.admin-size-fixe{
    width: 98%;
}

.admin-flex-item{
    content: "";
    clear: both;
    display: flex;
    justify-content: space-between;
}

.admin-flex-item-form-00{
    border: 0px solid black;
    width:67%;
    float: left;
}

.admin-flex-item-form-0{
    border: 0px solid black;
    width:66%;
    float: left;
}

.admin-flex-item-form-01{
    border: 0px solid black;
    width:55%;
    float: left;
}

.admin-flex-item-form-1{
    border: 0px solid black;
    width:45%;
    float: left;
}
.admin-flex-item-form{
    border: 0px solid black;
    width:49%;
    float: left;
}

.admin-flex-item-form-2{
    border:0px solid black;
    width:33%;
    float: left;
}

.admin-flex-item-form-02{
    border:0px solid black;
    width:20%;
    float: left;
}

.admin-flex-item-form-3{
    border: 0px solid black;
    width:20%;
    float: left;
}

.admin-flex-item-form-color{
    border: 1px solid black;
    width: 50%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.admin-arondi-1{
    border-radius: 5px 0 0 5px;
}

.admin-arondi-2{
    border-radius: 0 5px 5px 0;
}

.admin-arondi-3{
    border-radius: 0 0 0 0;
}

.admin-flex-item-form-4{
    border: 0px solid black;
    width:20%;
    float: left;
}

.admin-flex-item-form-select{
    border: 0px solid black;
    width:100%;
    float: left;
}

.admin-flex-item-form-select-text{
    border: 0px solid black;
    width:100%;
    height:100px;
    float: left;
}

.admin-flex-item-form-2-select {
    border: 0px solid black;
    width: 49%;
    float: left;
}

.admin-flex-item-form-dim{
    border: 0px solid black;
    width:32%;
    float: left;
}

.admin-margin{
    margin: auto;
}

.admin-table-size{
    width: 95%;
    margin: 20px auto;
}
/*-------------------Batch-----------------------------------*/
.admin-flex-item-batch-0{
    border:1px solid #3D80BF;
    width:40%;
    float: left;
    border-radius: 10px;
    height: 120px;
    margin-bottom: 50px;
    background-color: #3D80BF;
}

.admin-flex-item-batch-1-1{
    border:1px solid #37BFA0;
    width:18%;
    float: left;
    border-radius: 10px;
    height: 120px;
    background-color: #37BFA0;
}

.admin-flex-item-batch-1-2{
    border:1px solid #F39C12;
    width:18%;
    float: left;
    border-radius: 10px;
    height: 120px;
    background-color: #F39C12;
}

.admin-flex-item-batch-1-3{
    border:1px solid #F66D6E;
    width:18%;
    float: left;
    border-radius: 10px;
    height: 120px;
    background-color: #F66D6E;
}

.admin-note-batch-0{
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    margin-top: 25px;
    margin-left: 25px;
    position: absolute;
}

.admin-note-batch-1{
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    margin-top: 55px;
    margin-left: 25px;
    position: absolute;
}

.admin-note-batch-2{
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    margin-top: 80px;
    margin-left: 25px;
    position: absolute;
}
/*--------------------Couleur--------------------------------*/
.admin-color-white{
    color: #FFFFFF;
}

.admin-bg-white{
    background: #fff;
}

.admin-color-gray{
    color: #495055;
}
/*--------------------Mise en page-----------------------------*/


.admin-entete{
    overflow: visible;
    position: relative;
    width: 80%;
    height: 1px;
    left: 0px;
    border-bottom: 1px solid #A3A3A3;
}


.admin-titre-col{
    text-align: center;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #23272b;
}

.admin-cellule{
    text-align: center;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #555555;
    vertical-align: middle;
}


.admin-activ {
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}

.admin-style-ligne{
    width:100%;
    border:1px solid black;
}

/*--------------------------------------------------------------------------------*/

@media (max-width: 800px) {
    .admin-flex-item{
        content: "";
        clear: both;
        display: flex;
        justify-content: start;
        flex-direction: column;
    }

    .admin-flex-item-form{
        border: 0px solid black;
        width:100%;
        float: left;
    }
}

/*------------------------------Placeholder du champs input----------------------------------------------------------------*/

.admin-pos{
    margin-top: 20px;
}
.admin-input-block {
    position: relative;
}
.admin-input-block input select checkbox{
    border: 1px solid #D9D9D9;
    color: #495055;
    outline: none;
}

.admin-placeholder {
    color:  #A3A3A3;
    font-size: 15px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;

}

.admin-input-block > span.placeholder {
    position: absolute;
    margin-top: 17px;
    padding: 0 2px;
    left: 25%;
    transform: translateX(-50%);
    color:  #23272b;
    font-size: 15px !important;
    top: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
 }
/*
.admin-input-block input:valid+span.placeholder,
.admin-input-block input:focus+span.placeholder {
    transform: scale(1.2) translateY(-13px);
    background: #fff;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
*/
.admin-input-block span.placeholder,
.admin-input-block span.placeholder {
    transform: scale(1.1) translateY(-13px);
    background: #fff;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

/*
.admin-input-block select:valid+span.placeholder,
.admin-input-block select:focus+span.placeholder {
    transform: scale(1.2) translateY(-13px);
    background: #fff;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}*/

.admin-input-block input:focus {
    color: #495055;
    border-color: #495055;
}

.admin-input-block select:focus {
    color: #495055;
    border-color: #495055;
}

.admin-input-block checkbox:focus {
    color: #495055;
    border-color: #495055;
}

.admin-input-block input:focus+span.placeholder{
    color: #495055;
    opacity: 1;
    font-size: 14px !important;
}

.admin-input-block select:focus+span.placeholder{
    color: #495055;
    opacity: 1;
    font-size: 14px !important;
}

.admin-input-block checkbox:focus+span.placeholder{
    color: #495055;
    opacity: 1;
    font-size: 14px !important;
}

::placeholder{
    color: #495055;
    opacity: 1;
    font-size: 18px !important;
}

.admin-first-connex{
    font-size: 11px;
    color: #495055;
    line-height: normal;
}

.admin-info-color{
    color: #0a58ca;
}

.admin-placeholder{
    color: #A3A3A3;
    opacity: 1;
    outline: none;
    padding: 0 2px;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    margin-top: -8px;
}


/*-----------------SELECT2-----------------------------------*/
.select2-selection__rendered{
    line-height: 35px !important;
}
.select2-container .select2-selection--single{
    height: 37px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}
.select2-selection--multiple{
    height: 37px !important;
}

/*-------------------------------------------------------------*/

.admin-input-group-text{
    display:flex;
    align-items:center;
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.2;
    margin-top:22px;
    color:#212529;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:.375rem
}
.admin-input-group{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    width:100%
}

/*-------------------------------------------------------------------*/

.admin-note{
    color: #ADADAD;
    opacity: 0.4;
    font-size: 10px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.admin-note-1{
    color: #ADADAD;
    opacity: 0;
    font-size: 10px !important;
}

.admin-note-2{
    color: #e9ecef;
    opacity: 1;
    font-size: 18px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    background-color: #F66D6E;
    visibility: hidden;
}

.admin-input-block:hover .admin-note{
    color:#e9ecef;
    opacity: 1;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    background-color: #4c5367;
}

.admin-input-block:hover .admin-note-1{
    color:#e9ecef;
    opacity: 1;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    background-color: #4c5367;
}

.admin-label-title{
    color: #ADADAD;
    opacity: 1;
    font-size: 12px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.admin-label-title2{
    color: #4c5367;
    opacity: 1;
    font-size: 13px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

/*------------------bootstrap custom--------------------------------------------------*/
/*
.form-check-input:not(:checked) ~ .form-check-label::before {
    background-color: blue;
    border-color: yellow;
}

.form-check-input:checked ~ .form-check-label::before {
    background-color: red;
    border-color: green;
}*/
/*
.form-switch .form-check .form-check-input:not(:checked) {
    background-color: red; /* Change the background color of the toggle when it is not checked */
  /*  border-color: green; /* Change the border color of the checkbox when it is not checked */
/*}*/
/*
.form-switch .form-check .form-check-input:checked {
    background-color: blue; /* Change the color of the toggle when it is checked */
 /*   border-color: yellow; /* Change the border color of the toggle when it is checked */
/*}*/

/*
input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

label {
    cursor: pointer;
    text-indent: -9999px;
    width: 200px;
    height: 100px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input:checked + label {
    background: #bada55;
}

input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

label:active:after {
    width: 130px;
}*/


/*
.form-switch .form-check .form-check-input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-switch .form-check label {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 35px;
    background: red;
    display: block;
    border-radius: 75px;
    position: relative;
}

.form-switch .form-check label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 60px;
    transition: 0.3s;
}

.form-switch .form-check .form-check-input:checked + label {
    background: #37BFA0;
}

.form-switch .form-check .form-check-input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.form-switch .form-check label:active:after {
    width: 80px;
}*/

.form-switch .form-check .form-check-input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: visible;
}

.form-switch .form-check .form-check-input:not(:checked) {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 35px;
    background: red;
    border-color: red;
    display: block;
    border-radius: 75px;
    position: relative;
}

.form-switch .form-check .form-check-input:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 60px;
    transition: 0.3s;
}

.form-switch .form-check .form-check-input:checked {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 35px;
    background:  #37BFA0;
    border-color: #37BFA0;
    display: block;
    border-radius: 75px;
    position: relative;
}

.form-switch .form-check .form-check-input:checked:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.form-switch .form-check:active:after {
    width: 80px;
}

.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    border: 0 solid rgb(230, 230, 229);
    background: rgb(251, 251, 251);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(52, 73, 94, 1.0);
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.document-quickform-doccell {
    padding: 5px;
    margin-right: 5px;
    width: 212px;
    background-color: rgba(24, 109, 174, 0.4);
    border: 1px solid #186dae;
    float: left;
    text-align: center;
}