/* Polices */

body
{
    font-family: 'Proxima Nova', sans-serif ;
}


.tabs-section>.tab-content:not(.no-styled) {
    padding: 25px;
}
.tbl-cell-action-bordered-large{
    width: 108px !important;
}

.tbl-cell-action-bordered-extrat-large{
    width: 250px !important;
}
.active-filtre{
    background-color: #00a8ff;
}
.active-btn-filtre{
    color: white !important;
    font-weight: bold !important;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 20px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}


.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.background-grey{
    background-color: darkgrey !important;
}
.no-underline{
    border-bottom: none !important;
}
.margin-alert{
    margin: 15px;
}
.box-typical.box-typical-max-max .box-typical-body {
    height: 1000px !important;
}
.box-typical.box-typical-max-1000 .box-typical-body {
    height: 850px !important;
}
.box-typical.box-typical-max-800 .box-typical-body {
    height: 750px !important;
}
.box-typical.box-typical-max-640 .box-typical-body {
    height: 640px !important;
}
.box-typical.box-typical-max-600 .box-typical-body {
    height: 600px !important;
}
.box-typical.box-typical-max-400 .box-typical-body {
    height: 400px !important;
}
.box-typical.box-typical-max-350 .box-typical-body {
    height: 350px !important;
}
.box-typical.box-typical-max-330 .box-typical-body {
    height: 330px !important;
}
.box-typical.box-typical-max-150 .box-typical-body {
    height: 150px !important;
}


.box-typical.box-typical-max-100 .box-typical-body {
    height: 100px !important;
}

.titre-concessions{
    margin-top: 15px;
    margin-left: 15px;
}


.padding-datatable{
    margin-top: 10px;
}
.margin-center{

    margin: auto !important;
}

.form-tooltip-infos {
    background: #46c35f;
    color: #fff !important;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    min-width: 400px;
    max-width: 400px;
    font-size: 0.875rem /*14*/;
}
.form-tooltip-infos:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #46c35f transparent transparent transparent;
}
.form-tooltip-infos * {
    color: #fff !important;
}


.form-tooltip-infos-sm {
    background: #46c35f;
    color: #fff !important;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    max-width: 250px;
    font-size: 0.875rem /*14*/;
}
.form-tooltip-infos-sm:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #46c35f transparent transparent transparent;
}
.form-tooltip-infos-sm * {
    color: #fff !important;
}

.form-tooltip-infos-delete {
    background: gray;
    color: black !important;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    min-width: 400px;
    max-width: 400px;
    font-size: 0.875rem /*14*/;
}
.form-tooltip-infos-delete:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent;
}
.form-tooltip-infos-delete * {
    color: black !important;
}

.btn-event-green{
    background-color: #c8ecce;
}
.btn-event-red{
    background-color: #fec6c7;
}
.btn-event-orange{
    background-color: #ffecb5;
}
.btn-event-blue{
    background-color: #AAD4EC;
}
.btn-event-purple{
    background-color: #9f91ec;
}
.btn-event-coral{
    background-color: #ffcdb4;
}
.btn-event-provisoire{
    background-color: rgba(209, 149, 78, 0.76);
}
.btn-event-red{
    background-color: rgba(235, 25, 44, 0.73);
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 75%;
    }
}

.site-header .site-logo img{
    height:40px;
    top:0;
    margin-left:8px;
    margin-right:30px;
}

#filtreType .btn-inline{
    margin-bottom:0;
}

#filtreType > div{
    float:left;
}
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #7a8b97;
}

/******************************* Global layout *************************************/
.control-panel .page-content {
    padding: 80px 0 0 0 ;
}

body.sidebar-hidden .page-content{
    padding-left:0;
}

label.label{
    font-size:85% !important;
}

.label-pill{
    color:#fff;
}

/******************************* Formulaires *************************************/

.steps-numeric-block .steps-numeric-header-in .item{
    border:none;
}

.steps-numeric-block .steps-numeric-header-in .active{
    border-bottom:2px solid #0082c6;
}

.form-title{
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #D8D9D8;
    color:#B6B6B7;
    margin-bottom:30px;
}

.text-right .btn.btn-inline{
    margin: 0 0 0 8px;
}

textarea.form-control{
    padding:9px;
}

.checkbox{
    margin:0;
}

.filter-option{
    padding-top:8px !important;
    padding-bottom:8px !important;
}

/******************************* Header des pages *************************************/
.control-panel .page-content .header-page {

    padding:30px 15px 0 15px;
}

.control-panel .page-content .header-page .title{
    font-size:1.7rem;
    margin-bottom:0.4rem;
}

.control-panel .page-content .header-page .subtitle{
    font-size:1rem;
    color:#575756;
    margin-bottom:2rem;
}

.control-panel .page-content .header-page .tabs-section{
    margin:0;
}

.control-panel .page-content .header-page .btn.btn-inline{
    margin: 0 0 0 8px;
}

.control-panel .page-content .header-page .tabs-section-nav.tabs-section-nav-inline .nav{
    border:0;
    background-color:#F8F9FA;
}

.control-panel .page-content .header-page .tabs-section-nav.tabs-section-nav-inline .nav-item{
    margin: 0 35px 0 0;
}

.tabs-section-nav.tabs-section-nav-inline .nav-link{
    padding:0;
    height:30px;
    border-bottom:0px solid #d8e2e7;
}

.tabs-section-nav.tabs-section-nav-inline .nav-link:hover {
    color:#575756;
    border-bottom: 3px solid #575756;
}

.tabs-section-nav.tabs-section-nav-inline .nav-link.active,
.tabs-section-nav.tabs-section-nav-inline .nav-link.active:hover{
    color:#1a8385;
    border-bottom:solid 3px #1a8385;
}

.control-panel .page-content .header-page .buttons-list{
    text-align: right;
}

/******************************* Contenu principal *************************************/
.control-panel .page-content .dashboard-column{
    padding:30px 15px;
}
/******************************** Accordéon *********************************************/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #F8F9FA;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel-accordion {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.col-small{
    padding-right: 2px !important;
    padding-left: 2px !important;
    padding-bottom: 2px !important;
}
.intercol-small{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.intercol-small .col-xs-12{
    padding-right: 7px !important;
    padding-left: 7px !important;
}
.block-uys{
    height: 110px;
}
.block-uys-secondary{
    background-color: #79dec2;
    height: 110px;
}
.background-white{
    background-color: white !important;
}
.title-block-dashboard{
    font-size: 1.7rem;
    font-weight: bold;
}
.title-block-dashboard .stats {
    font-size: 2.2rem;
}
.title-block-dashboard-secondary{
    font-size: 1.7rem;
    font-weight: bold;
}
.title-block-dashboard-secondary .stats{
    font-size: 2.2rem;
    color: #79dec2;
}
.subtitle-block{
    font-size:1rem;
    color: white;
    opacity: 0.6;
    margin-bottom:1rem;
}
.subtitle-block-small{
    padding: 0 1px 0 !important;
    font-size:1.2rem !important;
    font-weight: bold !important;
    color: white;
    opacity: 0.6;
    margin-bottom:2rem;
}
.content-block-dashboard{
    font-size: 1.2rem;
    font-weight: bold;
    margin: -15px 0.4em 0.8em 0.4em;
    align-items: center;
}
.content-block-dashboard .stats{
    font-size: 2.2rem;
}
.content-block-dashboard-secondary{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5rem;
}
.content-block-dashboard-secondary .stats{
    font-size: 2.2rem;
}


/**************************************************************************************************/
/******************************************* WENDY ************************************************/
/**************************************************************************************************/

/* DASHBOARD GENERAL */

/* titres stats */
.titles{
    color: gray;
}
/* compteurs et titres blocs */
.counts{
    margin-top: 0.4em;
}
.infos{
    text-align: left;
    margin: 1.9em 0 0 0.6em;
    width: 60%;
}
/* marges blocs et indicateurs */
.widget{
    margin: 0 0 5px 3px;
}
.widget-tabs-content{
    min-height: 150px;
    padding: 0;
}
/* compteurs et titres small blocs */
.counts2{
    margin: 0 0 -0.4em 0;
}
.counts3{
    margin-top: 0.4em;
}
/* logos blocs */
.leads_logos{
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 100%;
    margin-left: 33%;
    margin-top: 14%;
}
.leads_logos2{
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 100%;
    margin-left: 37%;
    margin-top: 6%;
}
.leads_img{
    width: 90%;
    opacity: 0.2;
}
.label-primary-uyb{
    background-color: #144d44 ;
    border-color: #1eabb9;
}
.btn-primary-uyb{
    background-color: #144d44 ;
    border-color: #144d44;
    border-radius: .25rem
}

.btn-primary-uyb:hover{

    background-color: #1eabb9 ;
    color: #144d44 ;
}

.btn.btn-red-uyb{
    background-color: rgba(235, 25, 44, 0.73);
    border-color: rgba(235, 25, 44, 0.73);
    border-radius: .25rem
}

.btn.btn-red-uyb:hover{

    background-color: rgba(235, 0, 2, 0.73);
    border-color: rgba(235, 0, 2, 0.73);
    color: white ;
}
/* DASHBOARD GRADIENTS*/

/* gradient complet rose->orange */
.gradient0{
    background:#144d44;
}
.gradient1{
    background: linear-gradient(to right, #144d44, #1da3ae);
}
/* gradient gauche rose->saumon */
.gradient2{
    background: linear-gradient(to right, #144d44, #1da3ae);
    display: flex;
    justify-content: center;
}
/* gradient gauche small rose->saumon */
.gradient2_small{
    background: linear-gradient(to right, #144d44, #1a8385);
    justify-content: center;
}
/* gradient" milieu saumon->saumon clair */
.gradient3{
    background: linear-gradient(to right, #1a8385, #1eabb9);
    justify-content: center;
}
/* gradient droit saumon clair->orange */
.gradient4{
    background: linear-gradient(to right, #1a8385, #1eabb9);
    display: flex;
    justify-content: center;
}
.gradient4_bis{
    background: linear-gradient(to right, #1a8385, #1eabb9);
    color: black;
    font-weight: bold
}
/* gradient droit small saumon clair->orange */
.gradient4_small{
    background: linear-gradient(to right, #1d919f, #1da2b0);
    justify-content: center;
}
/* gradient complet bleu->vert */
.gradient5{
    background: linear-gradient(to right, #2ab5d3, #57cfb0);
    display: flex;
    justify-content: center;
}

/* gradient droit small saumon clair->orange */
.gradient5_small{
    background: linear-gradient(to right, #2ab5d3, #57cfb0);
    justify-content: center;
}
/* gradient gauche bleu->cyan */
.gradient6{
    background: linear-gradient(to right, #2ab5d3, #48BAB1);
    display: flex;
    justify-content: center;
}/* gradient gauche cyan->vert */
.gradient7{
    background: linear-gradient(to right, #48BAB1, #57cfb0);
    display: flex;
    justify-content: center;
}
.gradient7_bis{
    background: linear-gradient(to right, #48BAB1, #57cfb0);
    color: black;
    font-weight: bold
}



/* BLOC INDICATEURS ET % */

/* gradient chiffres et % rose->orange */
.gradient8{
    background: linear-gradient(to right, #144d44 0%, #1eabb9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* gradient % bleu->vert */
.gradient9{
    background: linear-gradient(to right, #2ab5d3 0%, #57cfb0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header[title="indicateurs"]{
    font-size: 1.0em;
    font-weight: bold;
    background-color: #5A5A5A;
    text-align: left;
    padding: 0 0 0.8em 1.1em;
}
.indicators{
    color: #5A5A5A;
    font-size: 0.8em;
    font-weight: bolder;
    width: 65%;
    margin-top: 4%;
}
.indicators_percent{
    margin-left: 0;
    margin-top: 2%;
    padding-left: 0;
}

.dark-bg{
    background: linear-gradient(to right, #5A5A5A, #5A5A5A);
    display: flex;
    justify-content: center;
}
.dark-bg_small{
    background: linear-gradient(to right, #5A5A5A, #5A5A5A);
    justify-content: center;
}
#customRadio{
    font-size: 12px;
}
.block-uys-dash{
    height: 90px;
}
.widget-simple-sm-fill .widget-simple-sm-icon{
    height: 60px;
    font-size: 2.4rem;
    line-height: 60px;
}
/* BARRE LEADS A TRAITER */

/* gradient rose-orange */
.gradient10{
    background: linear-gradient(to right, #144d44, #1eabb9);
}
/* sizing */
.leads_treatment{
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0;
    height: 1.7em;
    display: flex;
    justify-content: space-between;
}
.leads_treatment_black{
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0;
    height: 1.7em;
    display: flex;
    justify-content: space-between;
}
.leads_logos3{
    position: absolute;
    z-index: 1;
    width: 5%;
    margin-left: 95%;
}
header .leads_img{
    width: 50%;
    opacity: 0.2;
}

.side-menu-list .lbl{
    color:#818181;
}

.side-menu-list li.opened .lbl{
    color:#818181;
}

.tabs-section-nav .nav-link.active .nav-link-in {
    border-top-color: #144d44;
}

.tabs-section-nav .nav-link.active {
    border-left-color: #d8e2e7;
    border-right-color: #d8e2e7;
    background: linear-gradient(to right, #1a8385, #1eabb9);
    color: white;
    border-bottom-color: #fff;
}
.widget-dash-uyl-clic{
    cursor: pointer;
}
.widget-dash-uyl-clic-select .subtitle-block-small{
    color:  #144d44 !important;

}
.widget-dash-uyl-clic-select .title-block-dashboard{
    background: linear-gradient(to right, #1a8385, #1eabb9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget-dash-uyl-clic-select .infos{
    margin: 1.5em 0 0 0.5em;
}
.widget-dash-uyl-clic-select{
    background: none;
    background-color: white !important;
    border: solid;
    border-width: 5px;
    border-color:  #1a8385;
}

.font-circle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 5px #888;
    padding: 0.5em 0.6em;

}

/*.fc-time-grid .fc-slats td {
    height: 2.5em;
}*/
.widget-header-dark{
    background-color:#144d44 ;
}

.btn.active {
    background-color: #144d44;
    border-color: #144d44;
}

.btn {
    background-color: #1da3ae;
    border-color: #1da3ae;
}

.btn:hover {
    background-color: #144d44;
    border-color: #144d44;
}

.btn.active:hover {

    background-color: #144d44;
    border-color: #144d44;
}

.btn-primary-uyb {
    background-color: #144d44 ;
    border-color: #144d44;
    border-radius: .25rem
}
.btn-primary-uyb:hover {
    background-color: #1eabb9 ;
    color: #144d44 ;
}

.btn-default-uyb {
    background-color: #888;
    color: #144d44;
    border-color: #144d44;
    border-radius: .25rem
}

.btn-default-uyb:hover {
    background-color: #1eabb9 ;
    color: #fff;
}

.btn-danger-uyb {
    background-color: #fff;
    color: #fa424a;
    border-color: #fa424a !important;
    border-radius: .25rem
}

.btn-danger-uyb:hover {
    background-color: #fa424a;
    color: #fff;
}

.bootstrap-duallistbox-container select{
    height: 250px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-header-uyb {
    color: #fff;
}

.modal-close-uyb {
    color: #144d44;
}

.modal-content-uyb {
    border: solid 1px #144d44;
}

.outer-screen {
    overflow: hidden;
    position: relative;
}

.inner-content {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}