
.text-tarea{
    max-width: 98%;
    margin: 0 auto;
    position: relative;
    padding-left: 1%;
    padding-right: 1%;

}
.text-tarea>div{

}
.text-tarea>textarea{
    width: 98%;
}
.single-field{
    max-width: 98%;
    margin: 0 auto;
    padding: 1%;
    height: inherit;
    display: flex;
    position: relative;
}
.single-field input[type="hidden"]{
    display: none!important;
    background-color: yellow;
}
.single-field label{
    color: #777777;
    font-weight: normal;
}
input[name="id_cpt"]{

}
.single-field2{
    max-width: 100%;
    margin: 0 auto;
    height: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
}
.width-100{
    max-width: 100%!important;
    margin: 0 auto;
    padding: 1%;
    height: inherit;
    display: flex;
    position: relative;
}

.single-field{
    display: flex;
    display: block;
}

.single-field>input{
    width: 100% !important;
    margin: 0 auto;
}
.tow-field>div{
    float: left;
    width: 50%;
   /* padding: 2%;*/
    position: relative;
}
.floter-button{
    position: absolute;
    bottom: 0;
}
.action-button {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
}
.etiquet{
    display: inline-block;
    padding-left: 10px;
    padding-right: 2%;
    box-shadow: 0px 0px 1px #007bff;
    margin-right: 2%;
    cursor: pointer;
    border: solid 2px #007bff;
    position: relative;
    border-radius: 20px 10px 10px 20px;
}
.editor-etic{
    position: absolute;
    min-width: 400px;
    max-width: 300px;
    min-height: 50px;
   /* background-color: #00af50;*/
    top: -60px;
    margin: 0 auto;
    left: -2px;
    right: 0;
    border-radius: 2px;
  /*  color: #ffffff;*/
    padding: 5px;
    display: none;
    background-color: #fff;
    z-index: 30000000;
    /*border: dashed 1px #777777;*/
}
.show-edit{
    display: block;
}

html{
    --bg-theme: #4e73df;
    --bg-slide:#151b26;
}
.subcontent{
    margin: 0px !important;
    border-radius: 0px !important;
}
.subcontent>div{
    border-radius: 0px !important;
}
.ctner{
    width: 99%;
    display: flex;
    flex-direction: row;
    margin-left: 1px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e6f0;
    margin-bottom: 2%;
}
.selecter>select{
    max-width: 30% !important;
}
.seconder{
    width: 70%;
    float: right;
    text-align: end;
}
.portainer{
    width: 100%;
}
.parentors{
    display: flex;
    flex-direction: column;
}
.header-nav{
    display: flex;
}
.header-nav>div{
    float: left;
}
.rounders{
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #b7b9cc;
    margin-left: 4px;
}
.borders-ctn{
    border-left: 2px solid #b7b9cc;
    margin-left: 5%;
    margin-top: -12px;
    padding-top: 10px;
}

.notice-note{
    display: inline-block;
    line-height: 1.4;
    padding: 11px 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    text-align: left;
    /*margin: 20px 23px 0px;*/
    box-shadow: 0 1px 1px 0
    rgba(0,0,0,.1);
    width:100% !important;
    padding-left: 22px !important;
}
.note{
    border-left: 4px solid #ffba00;
    width: 98%;
}
.positif-notice{
    border-left: 4px solid var(--app-them);
    width: 98%;
}
.notice-error {
    border-color: #dc3232;
    background-color: #FFE6E5!important;
    border-left: 4px solid #dc3232;
    width: 98%;
    position: relative;
    overflow: hidden;
}
.console{
    background-color: #000000;
    color: #ffffff;
    min-height: 40px;
    width: inherit;
    border: 0px;
    padding-bottom: 3%;
    padding-left: 1%;
}
.console-reponse{
    background-color: #000000;
    color: darkgoldenrod;
    min-height: 0px;
    width: inherit;
    border: 0px;
    text-align: center;
}
.notice-error2 {
    background-color: #FFE6E5!important;
    width: 98%;
}
.message-approuve{

}
/*
.confirm{
    display: flex;
    flex-direction: row;
    width: 80%;
    background-color: #ffffff;
    position: fixed;
    bottom: 2%;
    z-index: 55555555;
}
*/

.confirm {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #ffffff;
    bottom: 2%;
    z-index: 55555555;
    padding: 12px;
}
.no-raduis{
    border-radius: 0px!important;
}
.approuv,.decline{
    width: 15%;
}
.message-approuve{
    width: 70%;
    text-align: center;
    padding: 10px;
}
.check-filter{
    max-height: 100px;
    overflow-y: scroll;
    display: none;
}
.check-filter>div{
    float: left;
    margin: 10px;
    padding: 7px;
}
.filter-noter{
    display: none;
}
.statut{
    padding: 5px;
    text-align: center;
    max-width: 300px;
    color: #000000;
    background-color: #ffe57e;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 1px #0777;
    display: none;
}

.zoomb {
    -webkit-animation: play 2s steps(10) infinite;
    -moz-animation: play 2s steps(10) infinite;
    -ms-animation: play 2s steps(10) infinite;
    -o-animation: play 2s steps(10) infinite;
    animation: play 2s steps(10) infinite;
    font-size: 1.5rem;
}
@-webkit-keyframes play {
    from {font-size:1.5rem}
    to { font-size:1.4rem}

}
@-moz-keyframes play {
    from {font-size:1.5rem}
    to { font-size:1.4rem}
}
@-ms-keyframes play {
    from {font-size:1.5rem}
    to { font-size:1.4rem}
}
@-o-keyframes play {
    from {font-size:1.5rem}
    to { font-size:1.4rem}
}
@keyframes play {
    from {font-size:1.5rem}
    to { font-size:1.4rem}
}
.option-snapshop{
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    /*text-align: center;*/
    /*  background: rgba(0,0,0,0.5);*/
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
}

.triangle-code {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 10px solid
    transparent;
    border-right: 10px solid
    #fff;
    border-bottom: 10px solid
    transparent;
    position: absolute;
    right: 0;
    top: 12px;
}




.mod-selector>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none;
    padding-right: 35px;
}

.test{
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(70% - 20px);
    margin: 0 auto;
    background-color:inherit;
    padding-top: 20px;
    padding-bottom: 40px;
}
.breadcrumb{
    margin-bottom: 0!important;
}
.mod-selector>select>option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0!important;
    box-shadow: none;
    border: 0px!important;
    color: #777777;
    cursor: pointer;
    display: inline-block;
}
.label{
    font-weight: 300!important;
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select */
.select {
  /*  position: relative;
    display: block;
    width: auto;
    line-height: 3;
   !* background: #2c3e50;*!
   !* overflow: hidden;*!
    border-radius: .25em;*/
}
.mod-selector{
  /* background-color: red;*/
    max-height: 50px;
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);

}
select {
    flex: 1;
    padding: 0 .5em;
    color: #777777;
    cursor: pointer;
}
/* Arrow */
/*.select::after {
    content: '\25BC';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 1em;
    background: #34495e;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}*/

.mod-selector::after {
    content: '\25BC';
    position: absolute;
    top: 8px;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    height: 31px;
    right: 3px;
    color: #777777;
    font-size: 10pt;
}
/* Transition */
.mod-selector:hover::after {
    color: #333333;
}
.mod-selector:active::after {

}

input[type="checkbox"].android-checkbox{
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    height: 25px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].android-checkbox:checked{
    background: #007bff;
}

input[type="checkbox"].android-checkbox:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].android-checkbox:checked:after{
    left: calc(100% - 25px);
}

.mod-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}