
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');


body {
    margin: 0;
    font-family: "Comfortaa", Sans-serif;
    overflow-x: hidden;
}

body.modal-open{
    overflow-x: hidden !important;
}
/* START CSS PART LOGIN */
#body_section {
    background: url("../assets/bg.jpg");
    min-height: 100vh;
    position: relative;
}

#body_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fac6c652;
    display: flex;
    align-items: center;
}

#body_section .form-contenet {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin: auto;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(66, 65, 65, 0.73);
    -moz-box-shadow: 3px 2px 5px 0px rgba(66, 65, 65, 0.73);
    box-shadow: 3px 2px 5px 0px rgba(66, 65, 65, 0.73);
}
#body_section form{
    margin-top: 27px;
    overflow: hidden;            
    margin-bottom: 20px
}
#body_section .row.last{
    margin-bottom: 0;
}
#body_section button{
    margin-top: 13px;
    background: #ff7c00;
    border: 0;
    padding: 5px 21px;
    color: #fff;
    display: block;
    width: 100%;
}
#body_section .form-control{
    border-radius: 5px;
    padding: 16px;
}

#body_section .form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color:#49505740;
    outline: 0;
    box-shadow: inset 1px -1px 19px 0rem rgba(25, 25, 25, 0.06);
}

#forgot_passe a{
    color: #000000b3;
    font-size: 13px;
    display: inline-block;
}
#forgot_passe a:hover{text-decoration: none;}

#body_section .logo_img{
    max-width: 80% !important;
    margin-bottom: 0;
    margin-left: 0;
}

#body_section button {
    cursor: pointer;
    position: relative;
    padding: 3px;
    border-radius: 8px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #012880;
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff;
    border: navajowhite;
    margin: auto;
    margin-top: 30px;
}


@media (max-width: 414px) {
    .logo_img{
        max-width: 70% !important;
        margin-bottom: 0;
        margin: auto;
    }

    #body_section .form-contenet{
        width: 100%;
        max-width: 100%;
    }
    #body_section .form-control{
        width: inherit;
    }

    .logo_img{
        max-width: 70% !important;
        margin-bottom: 0;
        display: block;
        margin: auto;
    }
    button{
        margin-left: -15px;
    }
    label{text-align: left;margin-top: 0;font-weight: bold;}   
}
/* END CSS PART LOGIN */


/* START DASHBOARD */


header{
    background: #000000;
    padding: 20px;
}

header .row{
    align-items: center
}

#hello_user{color: #fff;}


.back_office_main .row.own_row{
    min-height: 90vh;
}
.back_office_main .container-fluid{
    padding: 0;
}

#side_col{
    background: rgb(255,104,1);
    background: linear-gradient(0deg, rgba(255,104,1,1) 0%, rgba(255,153,52,1) 100%);
    padding-right: 0;
}

/* MARGIN */

.margin-bottom-1 {
    margin-bottom: 1rem !important;
}

/* START SIDE BAR NAVBAR */

#navbarSupportedContent{
    min-width: 100%;
}

#side_col .navbar{padding: 0;}
.nav-item.active{
    background-color: #000000;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus
{color: #fff;text-decoration: none; padding: 14px 10px 14px 20px;}


/* END SIDE BAR NAVBAR */

.box_filter{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    transition: 1s ease;  
    margin-bottom: 20px;  
}
.box_filter:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: 1s ease;   
    border: 1px solid #80808080;
    border-radius: 0; 
}
.color{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 8px;
}
#yellow-box .color{
    background: #f7b500;
}

#orange-box .color{
    background: #f96400;
}

#green-box .color{
    background: #6dd400;
}

.detail_box b{
    display: block;
}
.detail_box{margin-left: 20px;}

#table_planing{
    height: 308px;
    overflow: auto;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.87);
    border-radius: 7px;    
}
#table_planing .table td, .table th{
    padding: 0;
}
#table_planing th[scope="row"]{
    border-right: 1px solid #9e9e9e85;
    margin-right: 11px;
    color: #4c4b4b;
    font-weight: 400;
    max-width: 134px;
    padding: 9px;
    font-size: 11px;
}

.bg-selected{
    background: #f86400;
}
.title_planing{
    display: block;
    text-align: center;
}

.title_planing a {
    color: black;
}

.title_planing b{
    font-size: 19px;
}
.title_planing span{float: left;}

.save{
    border: none;
    background: #ff8d27;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;

}



/* MEDIATHEQUE */

.controle_btn{
    float: right;
    margin-right: 33px;
}
.controle_btn span{
    cursor: pointer;
    margin-left: 5px;
}

.box_folder .inside{
    background: #f5f5f5;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    display: block;
    color: #000;
}

.box_folder .inside:hover,
.box_folder .inside:focus{text-decoration: none;}
#filtred_box{margin-top: 20px;}

.box_folder{margin-bottom: 20px;}

.modal-title{
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}
.modal-header{background: #ff8d27;}

.modal-footer .btn-primary {
    background: #ff8d27;
    border-color: #ff8d27;
}

#edit_media_validity_date_start {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

/* END DASHBOARD */


.form-err {
    color: red !important;
}
.form-err ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#register-form {
    background: whitesmoke;
    padding: 50px 20px;
    border-radius: 10px;
    color: #ff7b15;
}

#register-form #add_account_submit {
    background-color: #ff9631;
    border-color: #ff9631;
}

.modal_media_detail .detail_media{
    display: block;
    margin-bottom: 18px;
}


.modal_media_detail form{
    display: contents;
}

.download_media{
    float: right;
    display: block;
    margin-bottom: 20px;
    color: #000;
}
#col-detail-media{
    border-right: 4px solid #ababab;
    padding-top: 40px;
    padding-bottom: 40px;
}
.modal_media_detail .modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
#media-col{
    padding-top: 40px;
}


/* START CSS TEMPLATE PART */

#customize_section > .container{
    border: 1px solid #9E9E9E;
    border-radius: 8px;
    min-width: 95%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.46);
    margin-top: 60px;
    padding: 40px;
}

.symbol_multiple{
    text-align: center;
    padding: 0;
}

.symbol_multiple span{
    display: inline-block;
    margin-top: 7px;
}

.btn-sauver{
    max-width: 71%;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff !important;
    border: navajowhite !important;
    display: inline-block;
    margin: auto !important;
}
#customize_image,
#customize_title,
#customize_video,
#customize_text{
    width: 100%;
    height: 100px;
    border: 2px solid #dcd8d8;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#customize_image span,
#customize_title span,
#customize_video span,
#customize_text span{
    text-align: center;
    display: block;
}

#customize_image i,
#customize_title i,
#customize_video i,
#customize_text i{
    font-size: 28px;
    color: #545454a6;
    margin-bottom: 6px;

}
.img_couvre {
    height: 150px;
    overflow: hidden;
}
.style_media_element{
    border: 1px solid;
    overflow: hidden;
    max-width: fit-content;
    padding: 30px;
    margin: auto;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.46);
    height: 418px;
}

.tui-image-editor-section {
    width: 1040px;
    height: 600px;
}

/* END CSS TEMPLATE PART */


/* START CSS SEQUENCE */

.title_sequcne{
    position: absolute;
    left: 0;
    right: 0;
    background: #ded1d1db;
    bottom: 0;
    font-weight: 700;
    text-align: center;
}
.sequence_couvre{
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sequence_by_list {
    height: 22px;
}

.sequence_by_list .title_sequcne {
    position: unset;
}

.barre_top_sequence{
    position: absolute;
    /* z-index: 9999; */
    background: white;
    height: 20px;
}

.barre_top_sequence img{
    max-height: 100%;
    /* height: 19px; */
    width: 100%;
    margin: 0;
}
#edit_sequence .col-md-2 .btn-sauver, #edit_sequence .col-md-2 button.btn-sauver {
    max-width: 100%;
}

#edit_sequence .mediatheque,
#edit_sequence .element_sequence,
#edit_sequence .element_propriete{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #9E9E9E;
    border-radius: 8px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.46);
    margin-top: 60px;
    padding: 20px;
}
#row_cols section{margin-top:0 !important; }

#edit_sequence #media .row div[class^="col"] {
    max-height: 100px;
    height: 100px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

#edit_sequence #media .row div.media-list {
    max-height: 0;
    height: 0;
}

#edit_sequence #media .row div.sequence-list {
    max-height: 25px;
    height: 25px;
}

#edit_sequence #media .row div.sequence-list .title_sequcne {
    text-align: left;
    padding-left: 2rem;
}

#edit_sequence #media .row div.media-list .add-sequence-btn, #edit_sequence #media .row div.media-list .remove-sequence-btn {
    top: -24px;
}

#edit_sequence #media .row div[class^="col"]>img {
    object-fit: fill;
}

#edit_sequence  .title_sequcne{
    right: 15px;
    left:15px;
}

#actions_sequence a{
    display: inline-block;
    color: #00000073;
    border: 1px solid;
    padding: 2px 8px;
}
#actions_sequence .row{
    height: 60px;
    display: flex;
    align-items: center;
}

#liste_media .block-media img, #liste_media .block-media video {
    width: 100px;
    height: 74px;
    object-fit: contain;
    vertical-align: middle;
}
#liste_media .block-media{
    min-width: 100%;
    background: #eee;
    border-bottom: 5px solid #fff;
}
#edit_sequence  .element_sequence{
    height: 688px;
    overflow: auto;
}

.media_selected{
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}

.media_selected span{
    display: block;
}

#element_third_properiete .form-check{
    padding-left: 0 !important;
}

#element_third_properiete  .form-check-input{
    margin-left: 10px !important;
}

#edit_sequence{
    margin-bottom: 150px;
}


.element_propriete {
    height: 690px;
    overflow: auto;
}
#controller_palyer .btn-block{
   min-width: 100%;
}
div#table_player{
    margin-top: 70px;
}

#view_picture{
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 8px;
    margin-top: 70px;
    margin-bottom: 70px;
    max-height: 700px;
    overflow: auto;
}

.couvre_borne .inside{
    position: relative;
    background: border-box;
    display: block;
    color: inherit;
    text-align: center;
}

.couvre_borne .inside>img.img_check{
    position: absolute;
    top: -13px;
    right: 4px;
}
.couvre_borne{
    /* height: 136px; */
    padding-right: 5px;
    padding-left: 5px;
}

.title_couvre_borne{
    position: absolute;
    bottom: 0;
    background: #9e9e9ed9;
    right: 0;
    left: 0;
}

.filter_players{
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #eee;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 24px;
    margin-top: 24px;
    overflow: hidden;

}
#col_filter_player{
    margin-bottom: 70px;
}

.block_filter{
    border-bottom:1px solid;
    padding: 30px 10px 30px 10px;
}
.header_top_filter{
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
}

div#detail_player{
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 8px;
    margin-top: 70px;
    margin-bottom: 70px;
    min-width: 100%;
}


#detail_player .nav-tabs .nav-link{
    color: #000000;
    background: #eee;
    border-radius: 0;
}
#detail_player .nav-tabs .nav-link.active{
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff;
    font-weight: 700;
}
.detail_note{
    background: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
}
.detail_born{
    background: #eeeeee;
    padding: 20px;
    margin-top: 20px;
}

.detail_note span{display: block}
.detail_note p{margin-bottom: 5px;}

.bootstrap-tagsinput span.badge-info{
    margin-right: 5px!important;
    background-color: #9E9E9E !important;
}

.bootstrap-tagsinput .badge [data-role="remove"]:after{
    background-color: rgba(0, 0, 0, 0.9) !important;
}
#detail_player .btn-sauver {
    max-width: 100%;
    display: block;
}

#detail_player.cible_edit{
    min-width: inherit;
}

#detail_player .btn-sauver.valider_condition {
    margin-top: 45px !important;
}
.number_player{
    display: inline-block;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff !important;
    border: navajowhite !important;
    display: inline-block;
    padding: 5px 45px;
    margin-bottom: 35px;
}
#nav-simulation li i{
    color: #ff7c00;
    font-size: 12px;
}

#nav-simulation li{
    margin-bottom: 15px;
}

#nav-simulation ul{
    padding-left: 20px;
}
.title_header{
    margin-bottom: 40px;
}
.title_header b{
    font-size: 25px;
}
.title_header b>i{
    font-size: 38px;
}
.name_bar{
    font-size: 22px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    max-width: 70%;
}
.name_bar a{
    color: #000;
    display: block;
    padding-bottom: 7px;
}
.name_bar a:hover{
    text-decoration: #000;
    text-decoration: none;
}

.title_header .fa-angle-double-right{
    font-size: 24px;
    color: #ff9631;
}
.back_office_main nav.navbar{
    -webkit-box-shadow: none;
    box-shadow: none;
}
th.th-sm{text-align: center;}

tbody tr td p{margin: 0;}

.action_table{text-align: center;}

.edit_table{
    display: inline-block;
    background: #2ca92c;
    color: #fff !important;
    line-height: 0;
    padding: 6px 19px;
    border-radius: 6px;  
}

.delete_table{
    display: inline-block;
    background: #ea2a1c;
    color: #fff !important;
    line-height: 0;
    padding: 6px 19px;
    border-radius: 6px;
}

.user_edit#detail_player{
    min-width: inherit !important;
}

/*  START PLANINGN  */

.action img{
    height:15px;
    margin-left:5px;
}
.action{
    float: right;
}
.progress{
    width:50%;
}
.planing .refresh{
    height:15px;
}
.planing a{
    color:#000;
}
.planing strong{
    width:10%;
    font-weight: bold;
}

.planing .d-block{
    margin-bottom:15px;
    border-bottom:solid 1px #cecece;
    padding-bottom:15px;
    width:90%;
}

.planing .d-inline-block{
    margin-left:3%;
    vertical-align: middle;
}

.prgrss{
    width:5%;
}

a.syn{
    color:#000;
    font-size:12px;
    border-bottom: 1px solid #000;
    text-decoration: none;
    font-weight:bold;
}

/** PLANING PARIS */

.content-paris{
    border:solid 1px #cecece;
    border-radius:20px;
    padding:30px 15px 30px 15px;
}

.nm-plan, .slct{
    height:30px;
    border-radius:5px;
    border:1px #e4e4e4 solid;
}

.slct{
    width:20%;
}

.enrg{
    float:right;
    width:120px;
    height:30px;
    font-size:12px;
    border-radius:10px;
    background: rgb(195,131,34);
    background: linear-gradient(0deg, rgb(255, 153, 0) 0%, rgba(255,153,52,1) 100%);
    color:#fff;
}

.content-paris .frist-frm, .content-paris .second-frm{
    height:440px;
    border: 1px solid #cecece;
    border-radius:30px;
    margin-top:30px;
    padding:15px;
}

.content-paris .frist-frm{
   width:30%!important;
   margin-right:5%;
}

.content-paris .frist-frm img{
    height:13px;
}

.content-paris .frist-frm strong{
    font-size:14px;
}

.content-paris{
    margin-top:30px;
    width:98%!important;
}

.right-action{
    float:right;
}

.vid{
    height:50px!important;
    width:30px!important;
    margin:5px;
    background:#c0c0c0;
    overflow: hidden;
}

div.vid.col{
    padding-left:0px!important;
     padding-right:0px!important;
}

.vid img{
    position:absolute;
    height:50px!important;
    width:100%!important;
}

.inside-secont-frm{
    border:solid 1px #c0c0c0;
    margin:15px 10px 15px 0px;
    height:94%;
}

.chart .chart-bar{
    background:rgba(255,153,52,1);
    border:solid 1px #5c5c5c;
    font-size:8px;
    width:8.65%;
    margin-right:-5px;
    border-radius:5px;
    display: inline-block;
    padding:0px;
    position:relative;
    text-align: center;
}

.chart .chart-bar:hover{
    background:rgb(255, 128, 0);
    border:solid 1px #000;
}

.chart{
    height:381px;
}

.tm{
    margin-bottom:-9px;
    border-bottom:1px solid #000;
}


/** END PLANING PARIS */

/* END PLANING */

/* PLAYER */

#controller_palyer .btn {
    font-size: 0.8rem;
}

/* CIBLE */

#nav-condition .btn-sauver {
    max-width: 90%;
}

#nav-condition .col-md-12 .col-md-12 .btn-sauver {
    max-width: 33%;
}


/** CONFIGURATION */
/** BARS **/

.bars-content{
    margin-right: 15px;
    padding: 20px;
    border: 1px solid rgba(78, 74, 74, 0.048);
    border-radius: 15px;
    padding: 65px 40px;
    overflow: hidden;
    margin-bottom: 80px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.enrg-bars{
    float:right;
    width:120px;
    height:30px;
    font-size:12px;
    border-radius:10px;
    background: rgb(195,131,34);
    background: linear-gradient(0deg, rgb(255, 153, 0) 0%, rgba(255,153,52,1) 100%);
    color:#fff;
    margin-right:100px;
}

.nm-plan{
    padding: 8px;
    font-size: 12px;
}

.config{
    width: 90%;
}

.tbl-head th{
    font-size: 14px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 5px;
}

.tbl-head th:nth-child(1){
    border-radius:0;
}
.tbl-head th:nth-child(5){
    border-radius:0 ;
}

.tbl-head{
    background:#f1f1f1;
}

/* input[type="checkbox"]{
    position:absolute;
    height:20px;
    width:20px;
    background:#fff;
    border-style: none;
} */

.tbl td:not(:first-child){
    text-align: center;
}

th{
    text-align: center;
    padding-left:10px;
}

.tbl td{
    font-size:14px;
    font-weight: bold;
    padding:15px;
}

.tbl{
    margin: auto;
    margin-top: 70px;
    border: 1px solid #607D8B;
    padding: 25px;
    width: 80%;
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -7px;
    left: 30px;
    height: 29px;
    width: 29px;
    background-color: #fff ;
    border-color:#c0c0c0;
    border-style:solid;
    border-width:1px;
    border-radius:5px;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    top: 6px;
    width: 7px;
    height: 13px;
    left: 9px;
    border: solid ;
    border-color:#000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #000;
	border-width: 1px;
	border-color: #c0c0c0;
	color: #fff;
}

.cust-btn:hover{	
	border-color: #000;
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	transform-style: 2s;
}
/** END BARS */

/** Champs Variables */

.tbl-chp-var td{
    font-size:14px;
    font-weight: bold;
    padding:15px;
}

.tbl-chp-var{
    margin: auto;
    margin-top: 70px;
    border: 1px solid #607D8B;
    padding: 25px;
    width: 90%;
}


.tbl-head-var th{
    font-size:12px;
    text-align: inherit;
    padding-left: 15px;
    height:26px;
}



.tbl-head-var{
    background:#f1f1f1;
    
}

.tbl-chp-var tr td:nth-child(5){
    text-align:center;
}

.tbl-chp-var tr td{
    border-bottom:1px solid #c0c0c0;
}

.btn-modal{
    width:120px;
    height:30px;
    font-size:12px;
    border:inherit;
    border-radius:10px;
    background: rgb(195,131,34);
    background: linear-gradient(0deg, rgb(255, 153, 0) 0%, rgba(255,153,52,1) 100%);
    color:#fff;
}

.btn-clos{
    width:100px;
    height:30px;
    font-size:12px;
    border:inherit;
    border-radius:10px;
    background: rgb(131, 131, 131);
    
    color:#fff;
}

.tbl-head-var th{
    padding: 10px 20px;
}

.tbl-chp-var .fa-trash-alt{
    color: #000;
    font: 14px;
}

#modal_statistique{
    padding: 30px;
}

#modal_statistique .btn-sauver{
    max-width: 100% !important;
}

.btn_chart span{
    display: block;
}
.btn_chart .title_chart{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.btn_chart .nb_chart{
    background-image: linear-gradient(-180deg, #FFC107 0%, #ff7c00 100%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 13px;
    padding: 5px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.modal_lg_statistique{
    max-width: 70% !important;
}
.title_periode{
    color: #ff7c00;
    display: block;
    text-align: left;
    margin-bottom: 29px;
    margin-top: 28px;
    font-weight: 900;
    font-size: 24px;
}


/* START TABLE CONFIGURATION USERS */

.table_configuration_user table.table thead th,
.table_configuration_user table.table tfoot th
{
    background: #ff922c;
    padding: 8px;
    color: #fff;
}

.config-user-btns .btn-sauver {
    padding: 7px 50px !important;
}


/* END TABLE CONFIGURATION USERS */

.form-title {
    background: #ff8822;
    color: white;
}

/* .form-container {
    border: 1px solid #ff8822;
} */

.link-icon {
    color: #000000;
}
.grid_display a{
    color: #000;
}
.grid_display a:hover{
    color: #000;
    text-decoration: none;
}

table.dataTable thead .sorting_asc:before{
    bottom: 5px;
}

table.dataTable thead .sorting_asc:after{
    top: 0px;
}

.name_user{
    font-weight: bold;
}

.href_supprimer{
    background: #ea2a1c;
    color: #fff;
    padding: 5px 22px;
    border-radius: 5px;    
}

.href_supprimer:hover{
    color: #fff;
    text-decoration: none;
}

.href_supprimer i{
    margin-right: 10px;
}

.title_header a{
    color: #000;
}
.title_header a:hover{
    color: #000;
    text-decoration: none;
}

.add_file.delete_table{
    display: inline-block;
    background: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    padding: inherit !important;
    border-radius: inherit !important;
}

table.dataTable thead .sorting_asc:after{
    bottom: .3em !important;
}

.img-label {
    background: whitesmoke;
    width: 100%;
    display: inline-block;
    color: #21201e;
}

.edit_btn{
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    padding: 1px 15px;
    border-radius: 5px;
}
.edit_btn:hover{
    text-decoration: none;
    color: #fff;
}


fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove;
  }

  legend {
    display: block;
    width: inherit !important;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}  

table input[type="checkbox"]{
    position: relative;
}
#attribute_attributes{
    overflow: hidden !important;
}

#attribute_attributes input[type="checkbox"]{
    float: left;
    margin-right: 5px;
    position: relative;
}


#attribute_attributes label{
    display: block !important;
}

fieldset.edit_attribute #attribute_submit{
    display: inline-block;
    float: right;
    width: auto;
}

#map_dashboard{
    height: 500px;
    width: 100%;
}

.row_add_user [class^="col"]{
    margin-bottom: 20px;
}
#edit_media_validity_date_start_time, #edit_media_validity_date_end_time, #edit_media_validity_days_time {
    display: inline;
}

.add_player{
    padding: 5px 20px;
    line-height: initial;
}

/* TUI EDITOR */
.tui-image-editor-header-buttons {
    display: none;
}
/* TUI EDITOR */

#btn-save {
    border-radius: 50px;
    background: #ff851f;
    border-color: #ff851f;
}

#btn-media-library-modal {
    right: 180px;
}

.link-bc, .link-bc:hover {
    color: #ff8a24;
    text-decoration: none;
}

.tui-image-editor-header {
    display: none;
}

.add-sequence-btn, .remove-sequence-btn  {
    position: absolute;
    right: 15px;
    background: #ff821c;
    padding: 0px 5px;
    border-radius: 5px;
    color: white !important;
    z-index: 1;
}

.remove-sequence-btn {
    margin-top: 5px;
}

.fit-to-parent {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sequence-no-elements {
    position: absolute;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
}

.sequence-property img, .sequence-property video {
    width: 100px;
}

table.dataTable thead>tr>th.sorting {
    padding: 20px;
}

.date-input input[type='date'], .date-input input[type='time'] {
    border: none;
    outline: none;
}

.date-input input[type='time'] {
    border-left: 2px solid #ff7b14;
    padding-left: 10px;
}

#player_schedule_on select, #player_schedule_off select {
    border: none;
    outline: none;
}

#player_tags {
    height: 350px;
}
.tag-btn {
    width: inherit;
    background: #e6e6e6;
    border-color: #e6e6e6;
    color: black;
}

#apply-filter-btn {
    margin: 10px 0 !important;
}

.planning-remove-sequence-btn {
    position: absolute;
    font-size: initial;
    bottom: 0;
    left: 35%;
}

.planning-remove-sequence-btn i {
    color: red;
}

.vs-modal-btn span {
    background-color: #ff9530;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 20px;
}

.carousel-control-next, .carousel-control-prev {
    bottom: 80px;
}

.attn-danger {
    color: red;
    font-size: 2em;
}

.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    color: red;
}

#delete-note, #delete-cible-vt, #delete-media-vt {
    position: absolute;
    right: 20px;
    color: #000000;
}

#values-field-container {
    display: none;
}

@media (max-width: 1440px) {
  #showColsBox {
    top: 417px !important;
  }
}

.tag-editor {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    line-height: 28px;
}