/*Papin d'Eve Mpengele - JAN 2012 */
/**
 *	ALL CSS below is only for cosmetic and demo purposes
 *	Nothing here affects the appearance of the layout
 */
/* Pending */

.pager-20-normal {
    padding: 20% !important
}

.pager-20-top {
    padding-top: 20% !important
}

.pager-10-normal {
    padding: 10% !important
}

.btn-txt-normal {
    padding: 10px 15px !important
}

.btn-txt-close {
    margin: 15px !important;
    font-weight: 50 !important;
}

.min-height-20pct {
    min-height: 50vh !important;
    padding-top: 20% !important;
}

.min-height-30pct {
    min-height: 60vh !important;
    padding-top: 30% !important;
}

.min-height-150px {
    min-height: 150px !important;
}

.min-height-200px {
    min-height: 200px !important;
}

.min-height-350px {
    min-height: 350px !important;
}

.min-height-500px {
    min-height: 500px !important;
}

/*.slider-height-1-pct{min-height: 200px !important;}
.slider-height-2-pct{min-height: 30vh !important; max-height: 45vh !important; overflow-Y: auto;}
.slider-height-3-pct{min-height: 50vh !important; max-height: 55vh !important; overflow-Y: auto;}
.slider-height-4-pct{min-height: 60vh !important; max-height: 65vh !important; overflow-Y: auto;}
.slider-height-5-pct{min-height: 60vh !important; max-height: 70vh !important; overflow-Y: auto;}*/

.br-left-blue {
    border-left: 3px solid #06C !important;
}

.br-left-green {
    border-left: 3px solid #6C9 !important;
}

.br-left-red {
    border-left: 3px solid #e51b06 !important;
}

.former-10-normal {
    margin: 10px 0px !important;
    padding: 5px !important;
}

.bc-clr-1 {
    background-color: #0000cc;
    color: #FFF !important;
}

.bc-clr-2 {
    background-color: #ff3333;
    color: #FFF !important;
}

.bc-clr-3 {
    background-color: #006666;
    color: #FFF !important;
}

.bc-clr-4 {
    background-color: #cc0000;
    color: #FFF !important;
}

.bc-clr-5 {
    background-color: #06afbf;
    color: #FFF !important;
}

.bc-clr-6 {
    background-color: #adb892;
    color: #FFF !important;
}

.bc-clr-7 {
    background-color: #e20ae2;
    color: #FFF !important;
}

.bc-clr-8 {
    background-color: #f3083a;
    color: #FFF !important;
}

.bc-clr-9 {
    background-color: #e51b06;
    color: #FFF !important;
}

.bc-clr-10 {
    background-color: #9900ff;
    color: #FFF !important;
}

.badgecircle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
}

.circle-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
}

.circle-btn-sm {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
}

.no-radius {
    border-radius: 0 !important;
}

.margin-right-5 {
    margin-right: 10px !important;
}

/* Custom style */

a {
    cursor: pointer !important;
}

a .white {
    color: #FFF !important;
}

select:required,
input:required {
    border: 1px solid #f2aaaa !important;
    border: 1px dashed red;
}


.innovate select,
.innovate input,
.innovate textarea {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    padding-left: 0 !important;
}

.innovate select:required,
.innovate input:required,
.innovate textarea:required {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    padding-left: 0 !important;
}


.innovate select .select2 {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    padding-left: 0 !important;

}

.innovate .input-group .input-group-addon {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    padding-left: 0 !important;
}

.innovate .input-group,
.innovate .form-group {
    margin-top: 30px !important;
}

.pointer {
    cursor: pointer
}

.m-wide-300 {
    width: 300px !important;
}

.min-wide-300 {
    min-width: 300px !important;
}

.maw-wide-300 {
    max-width: 300px !important;
}

.width200 {
    width: 200px !important;
}

.height90 {
    height: 90px !important;
}

.m-height-300 {
    height: 300px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.maw-height-300 {
    max-height: 300px !important;
}

.min-height-100-pct {
    min-height: 100% !important;
}


.bg-home-1 {
    background: #2F435B url("../bg/cloud-bg4.jpg") no-repeat top center / 100% auto !important;
    margin: 0;
    min-height: 600px;
    padding-top: 50px;
}

.bg-home-1 .left-box {
    min-height: 200px;
}

.bg-home-1 .right-box {
    color: #999;
    padding-top: 40px;
    min-height: 600px;
}

.bg-home-1 .right-box .cphrase {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 20px;
}

.bg-home-2 {
    background: #fff url("../bg/cloud-bg4.jpg") no-repeat fixed top center / 100% auto !important;
    margin: 0;
}

.bg-home-3 {
    background: #999 !important;
    margin: 0;
    min-height: 350px;
}

.bg-logiref-1 {
    background: #000 url("../bg/logiref1.jpg") no-repeat center top / 100% !important;
    margin: 0;
    height: 450px;
    padding-top: 40px;
    color: #fff;
}

.bg-logiref-1 .title {
    color: #c8932b;
}

.bg-home-line-1 {
    padding: 20px 0px !important;
    font-weight: lighter !important;
    margin: 0;
}

.bg-home-box-1 {
    padding: 20px 0px !important;
    font-weight: lighter !important;
    margin: 0;
    min-height: 350px;
}

.bg-home-box-2 {
    padding: 15px !important;
}

.gold-border {
    border: 2px solid #c8932b !important;
    color: #c8932b !important;
}

.activetab {
    font-weight: 600;
    color: #F90;
}

.activetab .sTitle hr {
    display: block;
    margin: 0;
    line-height: 0;
    width: 30px;
    float: right;
    border-width: 1px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-color: #F60;
}

.align-right-20 {
    margin-left: 20px;
    font-size: 12px;
}

.bg-page-col10 {
    background: #fff url("../bg/cloud-bg2.jpg") no-repeat center center / 100% auto;
    padding-top: 40%;
    min-height: 200px;
}

.bg-page-col10 h1 {
    font-size: 26px;
    font-weight: 300;
    color: #333;
}

.bg-green-active {
    color: #fff;
    background-color: #008d4c !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active {
    background-color: #d33724 !important;
}

.bg-yellow-active {
    background-color: #db8b0b !important;
}

.bg-aqua-active {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active {
    background-color: #357ca5 !important;
}

.bg-green-active {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.bLeft {
    border-left: 1px solid #ddd !important;
}

.bRight {
    border-right: 1px solid #ddd !important;
}

.bTop {
    border-top: 1px solid #ddd !important;
}

.bFull {
    border: 1px solid #ddd !important;
}

.bBottom {
    border-bottom: 1px solid #ddd !important;
}

.bRoundered {
    border: 2px solid #369 !important;
    border-radius: 50% !important;
    margin-top: 150px;
    padding: 10px;
    background-color: #369 !important;
}

.bRound {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 10px !important;
    text-align: center !important;
}

.bg1 {
    background: #F2F2F2;
}

.big-title {
    font-size: 26px;
    display: inline-block;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-weight: 300;
    float: left;
    cursor: default;
}

.bigButton {
    font-size: 80px;
}

.bordered {
    border: 1px solid #ddd;
}

/*.dashboardtd{background: #FFF !important;}
.dashboardtd .progress.xs{height: 20px;}
.download1{	font-size: 20px !important; color:#FFF; width:70%;}
.download1:hover{	color:#060; margin-top:5px; cursor:pointer;}*/

/*.centered{text-align: center !important}
.cursor{cursor: pointer;}
.custom_menu {	padding-top:30px;}
.custom_menu a{	color: #06C; font-size:14px;	line-height:30px;}
.custom_menu a .glyphicon{color: #090;}*/

/*.cTopbar {    background: #FFF !important;  margin-top: 5px; border-radius:0;}
.cTopbar a {color:#999 !important;}
.cTopbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        font-weight:bold; background: none !important; color:#003 !important;
}

.control-sidebar-white{background: #fff; min-height: 120%;position: fixed; top:0;}*/

.error {
    color: #900;
}

.error p {
    padding: 10px 20px;
}

.footer-class-1 {
    background: #000;
    position: absolute !important;
    bottom: 0 !important;
    padding: 10px;
    min-width: 100% !important;
}

.center {
    text-align: center !important;
}

.font-family-1 {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.font-family-2 {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.f100 {
    font-size: 100px !important;
}

.f80 {
    font-size: 80px !important;
}

.f50 {
    font-size: 50px !important;
}

.f40 {
    font-size: 40px !important;
}

.f35 {
    font-size: 35px !important;
}

.f30 {
    font-size: 30px !important;
}

.f25 {
    font-size: 25px !important;
}

.f20 {
    font-size: 20px !important;
}

.f18 {
    font-size: 18px !important;
}

.f16 {
    font-size: 16px !important;
}

.f15 {
    font-size: 15px !important;
}

.f14 {
    font-size: 14px !important;
}

.f13 {
    font-size: 13px !important;
}

.f12 {
    font-size: 12px !important;
}

.f11 {
    font-size: 11px !important;
}

.f10 {
    font-size: 10px !important;
}

.ft20 {
    font-size: 15px !important;
}

.ft50 {
    font-size: 50px !important;
}

.w50 {
    font-weight: thin !important;
}

.w100 {
    font-weight: 100 !important;
}

.w200 {
    font-weight: 200 !important;
}

.w300 {
    font-weight: 300 !important;
}

.l100 {
    line-height: 100px !important;
}

.l30 {
    line-height: 30px !important;
}

.l40 {
    line-height: 40px !important;
}

.l50 {
    line-height: 50px !important;
}

.h20 {
    height: 20px !important;
}

.h40 {
    height: 40px !important;
}

.h250 {
    height: 250px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}


/*.itemgrid{border:0 !important; width:99% !important; background: transparent !important}
.iwtd{position: relative !important; width:99% !important;}


.knoba{    width: 34px; height: 20px; position: absolute; vertical-align: middle; margin-top: 20px; margin-left: -47px; border: 0px none; background: transparent none repeat scroll 0% 0%; font: bold 12px Arial; text-align: center !important; padding: 0px;}
.knobb{    display:inline;width:60px;height:60px;}*/

.lighttext1 {
    font-weight: 200 !important;
    color: #999;
    font-size: 45px !important;
}

.lighttext2 {
    font-weight: 200 !important;
    color: #999;
    font-size: 11px !important;
}

/*.member_profile{background:#FFF; border:1px solid #ddd; margin:10px; padding: 5px; display:block; position:relative; float:left; text-align:center;}*/

.mystyle1 {
    font-weight: 550;
    font-size: 12px;
    text-transform: capitalize;
}

.mystyle1:hover {
    color: #069 !important;
}

.mystyle2 {
    font-weiht: 300;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
}

.mystyle3 {
    font-size: 36px !important;
    background: none;
    border: 0;
}

.mystyle4 {
    font-size: 80px !important;
    color: #069
}

.mystyle5 {
    min-height: 40px;
    width: 100%;
    vertical-align: top;
    margin: 1px 0px 2px -17px;
    line-height: 18px;
}

.mystyle5 imag {
    margin-left: 4px;
}

.mystyle6 {
    margin-left: 2px;
}

.mystyle7 {
    height: 40px;
    width: 100%;
    border: 1px thin #ddd;
    line-height: 18px;
}

.mystyle8 {
    font-size: 60px !important;
    color: #069
}

.mystyle9 {
    font-size: 11px;
}

.mystyle10 {
    margin-left: 50px;
}


.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100% !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.appsbox {
    text-align: center;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    height: 85px;
    padding: 10px;
}

.small-box>div {
    padding: 1.9px;
}

.small-box>div>select {
    height: 35px !important;
}

.mymenu {
    margin-bottom: 20px;
    list-style: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    max-width: 100%;
    padding-right: 30%;
}

.mymenu>li>a {
    text-align: left !important;
}

.mymenu>li {
    padding: 0px 10px;
    max-width: 50px !important;
    border-right: 1px solid #666;
}

.mymenu>li>a.active {}

.mymenu li.active:after {
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-top: solid 0px transparent;
    border-width: 10px;
    left: 20%;
    margin-left: -10px;
    border-color: #666 transparent transparent transparent;

}

/*
.nav.nav-pills.mymenu > li.active > a,
.nav.nav-pills.mymenu > li.active > a > i.fa, 
.nav.nav-pills.mymenu > li.active > a:hover {
    background-color: #FFF !important; color: #3c8dbc !important;
}


.mynav{ border-bottom:1px solid #F93;}
.mynavsecond{ border:0px solid #F93;}
.mynavsecond .nav.nav-pills li.active a {background:#FFF; border:0; background:#FFF; color:#f39c12; bottom:0;}
.mynavsecond .nav.nav-pills li.active a .fa {color:#f39c12}
.mynav li.active:after {
        content: ' ';
        position: absolute;
        border: solid 10px transparent;
        border-top: solid 0px transparent;
        border-width: 10px;
        left: 50%;
        margin-left: -10px;
        border-color: #F93 transparent transparent transparent;
}*/

.margin {
    margin: 10px;
}

.marginTop150 {
    margin-top: 150px;
}

.mLeft1 {
    margin-left: 5px;
}

.mRight10 {
    margin-right: 10px;
}

.mLeft10 {
    margin-left: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop10 {
    margin-top: 10px !important;
}

.mHeight500 {
    min-height: 500px;
}

.mHeight1500 {
    min-height: 1500px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.no-underlines a {
    text-decoration: none;
}

.padding5 {
    padding: 5px;
}

.pRight40 {
    padding-right: 40px;
}

.pTop50 {
    padding-top: 50px;
}

.pBottom50 {
    padding-bottom: 50px;
}

.sTitle {
    font-size: 11px;
    font-weight: 200;
    color: #999;
}

.sTitle hr {
    display: none;
}

.sBar {
    background: #FFF !important;
    margin-top: 20px;
}

.sBar a {
    color: #999 !important;
}

.sWidth5 {
    min-width: 500px !important;
}

.sBackgound {
    background: #6C9;
    color: #000;
    font-weight: 500;
    padding: 5px;
}

.sli {
    padding: 2px;
}

.smButton {
    font-size: 20px;
    color: #900;
}

.tCenter {
    text-align: center !important;
}

.tRight {
    text-align: right !important;
}

.tab1 {
    border-left: 1px solid #ddd;
}

.tab2 {
    border-bottom: 0px solid #ddd;
}

.topbordered {
    border-bottom: 1px solid #ddd;
}


.page-header {
    padding-bottom: 3px;
    margin: 10px 0 10px;
    border-bottom: 2px solid #eee;
}

.loader {
    margin-left: -25px !important;
}

.aSuccess {
    color: #3c763d !important;
    background-color: #00a65a !important;
    border-color: #d6e9c6 !important;
}

.aWarning {
    color: #8a6d3b !important;
    background-color: #FF9900 !important;
    border-color: #faebcc !important;
}

.aDanger {
    color: #8a6d3b !important;
    background-color: #FF0000 !important;
    border-color: #faebcc !important;
}



/*
 * General: Miscellaneous
 * ----------------------
 */

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block.margin-bottom {
    margin-bottom: 25px;
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block>.description-text {
    text-transform: uppercase;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.hide {
    display: none !important;
}

.no-border {
    border: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

/* DASBOARD */
.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px;
}

.dashboard-header h2 {
    margin-top: 10px;
    font-size: 26px;
}

.fist-item {
    border-top: none !important;
}

.statistic-box {
    margin-top: 40px;
}

.dashboard-header .list-group-item span.label {
    margin-right: 10px;
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

ul.clear-list:first-child {
    border-top: none !important;
}

.modal-custom-width {
    max-width: 65%;
}

.alert-box {
    align-content: center;
    margin-right: 20px;
    cursor: pointer;
    color: #1EB4F2;
    position: relative;
    background-color: #fffff;
    /*    padding: 0px 20px;*/
}

.alert-box .alert-box-icon .counter {
    background-color: crimson;
    border-radius: 30px;
    padding: 0px 10px;
    color: white;
    position: absolute;
    right: -10px;
    margin-top: -10px;
}

.alert-box .alert-container {
    position: absolute;
    left: -250px;
    width: 400px;
    background-color: #ffffff;
    box-shadow: 1px 3px 3px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 20px;
    z-index: 999;
    height: 400px;
    /*    transition: display ease-in 0.5s;*/

}

.alert-container .alert-container-header {
    padding: 10px;
    text-align: left;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

.alert-container .alert-container-body {
    padding: 10px;
    text-align: left;
    color: #000000;
    overflow-y: auto;
    height: 90%;
}

.timeline-item {
    margin-top: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.timeline-item .message {
    width: 100%;
}

.timeline-item .date-action .action {
    align-content: end;
}

.timeline-item .hour {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.3);
}

.hide-alert-container {
    display: none;
}

.tabs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.tabs .tab {
    padding: 10px;
    cursor: pointer;
}

.tab-active {
    border-bottom: solid 2px #1EB4F2;
}

.upload-container {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.upload-box {
    display: inline-block;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    border: 2px dashed #031870;
    border-radius: 16px;
    background: #f4f2f2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-box:hover {
    background-color: #e6e9ff;
    border-color: #e30613;
}

.upload-box i {
    font-size: 48px;
    color: #031870;
}

.upload-box p {
    margin-top: 10px;
    color: #031870;
    font-size: 16px;
}

.upload-box span {
    color: #e30613;
    font-weight: 500;
}

#fileName {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
}

.tabs-container {
    margin: auto;
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
}

.tabs-header {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
}

.tab-btn {
    flex: 1;
    padding: 16px;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s;
}

.tab-btn.active {
    color: #1a7bb9;
    border-bottom: 3px solid #1a7bb9;
    background: #fff;
}

.tab-content {
    padding-top: 25px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

.sub-tabs {
    display: flex;
    gap: 12px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 16px;
}

.sub-tab {
    padding: 10px 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: #555;
}

.sub-tab.active {
    color: #1a7bb9;
    border-bottom: 3px solid #1a7bb9;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-btn {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.accordion-btn:hover {
    background-color: #0056b3;
}

.details-row {
    display: none;
    background-color: #f1f1f1;
}

.details-content {
    padding: 10px;
    text-align: left;
    font-size: 13px;
    border-left: 3px solid #007bff;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 5px;
    height: 200px;
}

.details-body {
    height: 90%;
    overflow-y: auto;
}

.btn-sent {
    background-color: #00cf9c !important;
    border-color: #00cf9c !important;
    cursor: not-allowed;
}

#btn-filter,
#btn-filter:hover,
#btn-filter:focus,
#btn-filter:active,
#btn-filter:focus-visible {
    background-color: #e0e0e0 !important; /* gris */
    border-color: #bdbdbd !important;
    color: #000 !important; /* texte noir */
    box-shadow: none !important;
}

/* Reporting DGDA taxes */
#reportingDgdaResult {
    position: relative;
}

#reportingDgdaTable_processing {
    display: none !important;
}

#reportingDgdaSkeleton {
    display: none;
    margin-bottom: 15px;
}

#reportingDgdaResult.reporting-loading #reportingDgdaTable_wrapper {
    display: none !important;
}

.reporting-skeleton-line {
    display: block;
    width: 100%;
    height: 14px;
    border-radius: 3px;
    background: linear-gradient(90deg, #eeeeee 25%, #f7f7f7 40%, #eeeeee 65%);
    background-size: 320px 100%;
    animation: reportingSkeleton 1.2s ease-in-out infinite;
}

.reporting-skeleton-line.short {
    width: 65%;
}

.reporting-skeleton-line.medium {
    width: 82%;
}

@keyframes reportingSkeleton {
    0% {
        background-position: -320px 0;
    }

    100% {
        background-position: 320px 0;
    }
}

#reporting-dgda-container .select2-container {
    width: 100% !important;
}

#reporting-dgda-container .select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px;
    box-shadow: none !important;
}

#reporting-dgda-container .select2-container--default.select2-container--focus .select2-selection--single,
#reporting-dgda-container .select2-container--default.select2-container--open .select2-selection--single,
#reporting-dgda-container .has-error .select2-container--default .select2-selection--single,
#reporting-dgda-container .form-group.has-error .select2-selection--single {
    border-color: #e5e6e7 !important;
    box-shadow: none !important;
}

#reporting-dgda-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

#reporting-dgda-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

#reporting-dgda-container .reporting-dgda-actions {
    white-space: nowrap;
}

#reporting-dgda-container .reporting-dgda-actions .btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
}

#reporting-dgda-container .reporting-dgda-actions .btn + .btn {
    margin-left: 8px;
}

#reporting-dgda-container .reporting-dgda-actions .btn i {
    font-size: inherit !important;
    line-height: inherit !important;
}

.reporting-dgda-select2-dropdown .select2-search__field {
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
    box-shadow: none !important;
    outline: none !important;
}


