/************************************** CE CSS GERE LE STYLE DE L'APPLICATION ***********************************/
/* Pour le style du PDF  de la facture, se référer au css style.css */

/******************************************************** STYLE GLOBAL SUPERVISION ***********************************************************/
@font-face {
    font-family: 'customFont';
    src: url('../fonts/CircularStd-Book.otf') format('truetype');
}

body {
    color: #575757;
    background-color: white;
}

/***************************************************** EN-TÊTE DE LA FICHE PRICING ************************************************/
.button, .buttonBis {
    right: 40px;
    text-align: center;
}

.buttonBis a {
    color: white;
    display: block;
}

/*********************** TITRE PAGE *******************/
.titre {
    border-bottom: 2px solid #0ABBF0;
    color: #0ABBF0;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
}

.headerTable {
    font-size: .9em;
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: uppercase;
}

.headerTable th {
    background-color: ghostwhite;
    text-align: left;
    /* width: 25%; */
    padding-left: 8px;
}

td {
    vertical-align: top;
}

.headerTable td {
    text-align: center;
    padding: 2px;
}

.headerTable th:hover, .headerTable td:hover {
    background-color: lightgrey;
    color: #575757;
}

.headerTable .marge {
    text-align: right;
}

/******************************TABLEAUX offre profilé*********/
.trou {
    border: white;
}

.tablo caption {
    color: rgb(0, 100, 75);
    font-weight: bold;
    border: 1px solid #0ABBF0;
    text-align: center;
    background-color: ghostwhite;
}

.tablo {
    border-collapse: collapse;
    border-top: 1px solid #0ABBF0;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
    page-break-inside: avoid;
}

.prixAccep {
    background-color: rgb(123, 230, 155);
    font-weight: bold;
}

.tablo td {
    padding: 10px 5px;
    border-width: 1px;
    border-bottom: 1px solid #0ABBF0;
    border-right: 1px solid #0ABBF0;
    color: dimgray;
    border-left: 1px solid #0ABBF0;
    overflow: hidden;
    text-align: center;
}

.tablo tr:hover {
    background-color: lightgrey;
    color: rgb(0, 100, 75);
}

.tablo th {
    font-weight: normal;
    padding: 10px 5px;
    word-break: normal;
}

.tablo .titreTable {
    text-align: center;
    color: rgb(0, 100, 75);
    vertical-align: top;
    font-weight: bold;
    border-top: 1px solid #0ABBF0;
    border-left: 1px solid #0ABBF0;
    border-right: 1px solid #0ABBF0;
    border-bottom: 1px solid #0ABBF0;
    background-color: ghostwhite;
    text-transform: uppercase;
}

.tablo .bouton {
    text-align: center;
    vertical-align: top;
    background-color: ghostwhite;
    font-weight: bold;
}

.tablo .date {
    background-color: rgb(192, 250, 247);
    text-align: center;
    color: rgb(0, 100, 75);
    vertical-align: top;
    font-size: 1.1em;
    font-weight: bold;
}

.totalKPI {
    background-color: rgb(244, 250, 245);
}

/************************************************************************LAYOUT LOGIN***********************************************************/
.loginGauche {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    background-color: ghostwhite;
    width: 50%;
    height: 655px;
    text-align: center;
}

.loginGauche img {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 40%;
}

.loginGauche p {
    text-align: center;
    font-size: 2em;
    color: darkslategray;
}

.loginImg {
    float: right;
    width: 50%;
    min-height: 100vh;
    background-image: url('/img/eolienne.png');
    background-size: cover;
}

.loginContent {
    background-color: rgb(0, 100, 75);
    border-radius: 10px 30px;
    font-size: 1.8em;
    width: 60%;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.loginTitre {
    color: #0ABBF0;
    text-align: center;
    text-decoration: underline;
    padding: 25px;
}

.loginForm {
    text-align: center;
    padding: 20px;
}

.loginButton {
    text-align: center;
    font-size: .5em;
    border-radius: 5px 40px;
    background-color: #0ABBF0;
}

@media screen and (min-width: 1600px) {
    .loginImg {
        height: 1008px;
    }

    .loginContent {
        background-color: rgb(0, 100, 75);
        border-radius: 10px 30px;
        font-size: 1.8em;
        width: 50%;
    }

    .loginGauche p {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .loginGauche {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .loginContent {
        background-color: rgb(0, 100, 75);
        border-radius: 10px 30px;
        font-size: 1.8em;
        width: 50%;
    }

    .loginImg {
        display: none;
    }

    .loginGauche {
        width: 100%;
        text-align: center;
        height: 100%;
    }
}

/**************************************************************************************** LAYOUT SIDEBAR *************************************/
.page-content {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 70px;
    background-color: white;
}

.page-title {
    margin-bottom: 30px;
    color: #0ABBF0;
    text-align: left;
    font-size: 2.3em;
}

.navbar {
    background-color: rgb(10, 187, 240);
}

nav.pes {
    background-color: rgb(153, 23, 83);;
}

nav.pegc {
    background-color: rgb(40, 150, 175);;
}

nav.pef {
    background-color: rgb(0, 100, 75);;
}

tr .pes {
    color: white;
    background-color: rgb(153, 23, 83) !important;
    vertical-align: middle !important;
}

tr .pegc {
    color: white;
    background-color: rgb(40, 150, 175) !important;
    vertical-align: middle !important;

}

tr .pef {
    color: white;
    background-color: rgb(0, 100, 75) !important;
    vertical-align: middle !important;
}

.pefdiv {
    width: 56px;
    height: 59px;
    text-align: center;
    color: white;
    background-color: rgb(0, 100, 75) !important;
    padding: 20px 0px 0px 0px;
}

.pesdiv {
    width: 56px;
    height: 59px;
    text-align: center;
    color: white;
    background-color: rgb(153, 23, 83) !important;
    vertical-align: middle !important;
    padding: 20px 0px 0px 0px;
}

.pegcdiv {
    width: 56px;
    height: 59px;
    text-align: center;
    color: white;
    background-color: rgb(40, 150, 175) !important;
    vertical-align: middle !important;
    padding: 20px 0px 0px 0px;
}

tr .enresiliation {
    color: white;
    background-color: orange;
}

tr .resilie {
    color: white;
    background-color: orangered;
}

tr .versionpreliminaire {
    color: black;
    background-color: greenyellow;
}

tr .actif {
    color: white;
    background-color: green;
}

.removedPoint li {
    list-style-type: none;
}

.navbar-default .navbar-brand {
    text-transform: uppercase;
    color: white;
    font-size: 1.4em;
    margin-right: 60px;
    text-decoration: overline #0ABBF0;
}

.navbar-default .navbar-brand:hover {
    background-color: rgba(111, 155, 144, 0.3);
    color: white;
}

.navbar-default .navbar-nav li .dropdown-toggle {
    text-transform: uppercase;
    font-size: 1.10em;
    color: white;
    margin-right: 5px;
}

.navbar-default .navbar-nav li .dropdown-toggle:hover {
    text-transform: uppercase;
    font-size: 1.10em;
    background-color: rgba(111, 155, 144, 0.3);
    color: white;
}

.navbar-default .navbar-nav li .dropdown-toggle:focus {
    text-transform: uppercase;
    font-size: 1.10em;
    background-color: rgba(111, 155, 144, 0.3);
    color: #0ABBF0;
}

@media (max-width: 1267px) and (min-width: 1191px) {
    .navbar-default .navbar-nav li .dropdown-toggle {
        font-size: 14px;
    }

    .navbar-default .navbar-nav li .dropdown-toggle:hover {
        font-size: 14px;
    }

    .navbar-default .navbar-nav li .dropdown-toggle:focus {
        font-size: 14px;
    }
}

@media (max-width: 1190px) and (min-width: 768px) {
    .navbar-default .navbar-nav li .dropdown-toggle {
        text-transform: uppercase;
        font-size: 10px;
        color: white;
        margin-right: -15px;
    }

    .navbar-default .navbar-nav li .dropdown-toggle:hover {
        text-transform: uppercase;
        font-size: 10px;
        background-color: rgba(111, 155, 144, 0.3);
        color: white;
    }

    .navbar-default .navbar-nav li .dropdown-toggle:focus {
        text-transform: uppercase;
        font-size: 10px;
        background-color: rgba(111, 155, 144, 0.3);
        color: #0ABBF0;
    }

    .dropdown-menu li a {
        padding: 8px;
    }
}

.dropdown-menu {
    border: 1px solid grey;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, .8);
}

.dropdown-menu li a:hover {
    background-color: lightgrey;
}

@media screen and (min-width: 1600px) {
    .navbar-default .navbar-brand {
        margin-right: 120px;
    }

    .dropdown-menu li a {
        /* padding: 8px 32px; */
        font-size: 1.2em;
    }
}

.env_local::after {
    content: "LOCAL";
}

.env_preprod::after {
    content: "PREPROD";
}

.env_dev::after {
    content: "DEV";
}

.env_local::after,
.env_dev::after,
.env_preprod::after {
    position: fixed;
    top: 24px;
    background-color: #2896af;
    padding: 2px 4px;
    border-radius: 10px;
    border: 2px solid #57b9cf;
    color: #ffffff;
    font-size: .7em;
    font-weight: bold;
    box-shadow: 4px 4px 6px black;
}

/***************************************************************TURPE CALCULATOR******************************************************************/
#tabs .ui-tabs-active {
    background-color: white;
    border-bottom: #575757 1px;
}

#tabs .ui-tabs-anchor {
    background-color: grey;
    color: white;
    border: #575757 1px;
}

.ui-tabs .ui-tabs-panel {
    border-width: 0.1em;
    border-top: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #575757;
}

#tabs .ui-tabs-active a {
    color: #575757;
    background-color: white;
}

#tabs ul {
    background-color: white;
}

/**
#prm, #siret {
    margin-right: 50px;
    font-size: 1.1em;
}
**/
#formulaire ul li, #tab1 label {
    font-size: 1.2em;
}

/**** DyGraph surcharge **************************************************************************************************************************/
.dygraph-legend {
    top: 10px !important;
    background-color: rgba(250, 250, 250, .7);
    padding: 2px !important;
}

/**************************************************************************************************************************************************/
.backgRed {
    background-color: red !important;
}

.backgGreen {
    background-color: green !important;
}

.backgOrange {
    background-color: orange !important;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.orangered {
    color: orangered;
}

.blue {
    color: blue;
}

.grey {
    color: grey;
}

.colorTransparent {
    color: white;
    color: rgba(255, 255, 255, 0);
}

.backgOrange:hover a,
.backgRed:hover a {
    text-decoration: none;
}

.backgOrange div,
.backgRed div {
    color: #e3e3e3;
}

.backgGreen {
    background-color: green !important;
    color: #e3e3e3;
}

/* H */
.flux h4 {
    font-size: 1.6em;
    font-weight: bold;
    background-color: black;
    color: #eeeeee;
    padding: 4px;
    margin-bottom: 0;
}

h3 span,
h1 span {
    display: block;
    font-size: .6em;
    padding: 0 24px;
}

/* well */
.well {
    border: 1px solid grey;
}

/* table */
.table-text-center,
.table-text-center th {
    text-align: center;
}

.table-100 {
    width: 100%;
    border: 1px solid black;
}

.table-100 tr {
    transition: .6s;
}

.table-100 td {
    padding: 4px;
    vertical-align: top;
}

.table-100 th {
    padding: 0 4px;
    vertical-align: top;
    background-color: #0ABBF0;
}

.table-100 tbody td:nth-child(even) {
    background-color: #eeeeee;

}

.elFakeHeadTable div {
    font-weight: bold;
}

.elFakeHeadTable div,
.table-100 thead,
.table-100 caption {
    background-color: black;
    color: white;
}

.table-pricer caption,
.table-pricer thead {
    background-color: #0ABBF0;
}

.table-100 caption {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.table-100 tbody tr:hover td {
    background-color: lightgrey;
}

.table-100 td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-100 td ul li {
    font-size: .7em;
}

/* legend */
.legend_file h5 {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.en_tete_file {
    padding: .5em;
    background-color: lightgray;
    border: 1px solid gray;
    font-size: .8em;
}

/* Integrity.result+setup */
.not-valid td {
    background-color: #ffbb76;
}

#setupForm {
    padding: 15px;
    margin: 10px 0;
}

/* Contract */
.contractRow td.top {
    border-top: 2px solid black;
}

/* Formulaire recherche dans Index */
span.errorMessage {
    display: none;
    color: #ff0000;
    font-size: 10px;
    width: 90%;
    overflow: hidden;
    padding: 2px;
    margin: 2px;
}

.showSearchForm {
    text-decoration: none;
}

.formLine form,
#searchForm {
    border: 1px solid silver;
    padding: 5px;
    margin: 10px 0;
    font-size: 12px;
}

#searchForm,
.el-display-none {
    display: none;
    margin-right: 5px;
}

.formLine div,
#searchForm div,
.elForm div {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px 0 10px;
}

.formLine div input[type="text"],
#searchForm div input[type="text"],
#searchForm div select,
.elForm div input[type="text"],
.elForm div select {
    width: 120px;
}

.formLine div #description {
    width: 400px;
}

.form-check-label {
    padding-right: 4px;
}

.primeoRe_s50x_search {
    width: 300px;
    float: left;
}

.primeoRe_s50x_search_600 {
    width: 600px;
    float: left;
}

.blanket {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    font-size: 20em;
}

.loading {
    position: relative;
    width: 400px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0ABBF0;
    z-index: 99999;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Email Fixed Block */
.dialogFixedBlock {
    position: fixed;
    top: 40px;
    right: 10px;
    background-color: #ffffffc9;
    padding: 35px 50px 30px;
    text-align: left;
    font-size: 12px;
    z-index: 1000;
    border: 1px solid gray;
    border-radius: 5px;
}

/* Toggleabble */
.elToggleable {
    position: relative;
    cursor: pointer;
}

.elToggleable:hover div {
    background-color: lightgrey;
}

.elToggleDisplay {
    position: relative;
    display: none;
    padding: 20px;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    background-color: #cccccc;
}

.elToggleable:after,
.elToggleable:before {
    content: '';
    display: block;
    clear: both;
}

.elToggleDisplay:after {
    content: '';
    display: block;
    clear: both;
}

.elToggleDisplayS {
    background-color: lightgrey;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}

.typo-xs,
.el-btn-xs {
    font-size: .8em;
}

.el-btn,
.el-btn:hover,
.el-btn:visited {
    color: white;
}

.el-float-left form {
    margin: 1px;
    float: left;
}

.el-float-left:after {
    content: '';
    display: block;
    clear: both;
}

.detailsTable th {
    text-align: center;
    font-weight: bold;
}

.detailsTable {
    border-collapse: collapse;
}

.detailsTable,
.detailsTable th,
.detailsTable td {
    border: 1px solid black;
}

.detailsTable thead tr th,
.detailsTable td {
    padding: 2px 3px;
    font-size: 11px;
}

.detailsTable .center {
    text-align: center;
}

.detailsTable .right {
    text-align: right;
}

.modal-body > .detailsTable th {
    text-align: center;
    font-weight: bold;
}

.modal-body > .detailsTable th,
.modal-body > .detailsTable td {
    padding: 5px;
}

#elPrompt {
    position: fixed;
    background-color: #eeeeee;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    padding: 15px;
    width: 200px;
    border: 1px solid black;
}

#elPrompt label {
    display: block;
    margin-bottom: 5px;
}

#elPrompt input {
    margin-bottom: 10px;
}

#elPrompt span {
    position: absolute;
    top: -9px;
    right: -9px;
    background-color: black;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.legende {
    text-align: right;
    font-size: .8em;
    margin-top: 4px;
    margin-bottom: 2px;
}

.legende span {
    padding: 2px 4px;
}

.limitContent {
    position: relative;
    height: auto;
}

.limitLines {
    height: 36px;
    overflow: hidden;
}

.limitContent::after {
    position: absolute;
    content: '+';
    display: block;
    background-color: #333333;
    top: 0;
    right: 0;
    color: #eeeeee;
}

/* Pricer */
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blinkText {
    text-decoration: blinkText;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.affaireStatus {
    font-size: smaller;
}

.boxConsPower {
    display: none;
}

.elPRM {
    position: relative;
    border: 1px solid black;
    box-shadow: 2px 2px 2px black;
    padding: 0;
    margin: 8px 0;
    border-radius: 8px;
    overflow: hidden;
}

.icon-remove {
    position: absolute;
    right: 6px;
    top: 6px;
    color: white;
    background-color: red;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
}

.elPRM .header {
    background-color: #cccccc;
    padding: 8px;
}

.elPRM .header > span {
    padding: 2px 4px;
    margin: 1px;
}

.elPRM .header .segment {
    border: 1px solid black;
    box-shadow: 0px 2px 4px black;
}

.elPRM .header .segment,
.elPRM .icon-remove,
.pointer {
    cursor: pointer;
}

.elPRM .optionTarifaire,
.elPRM .volumeAnnuelTotal,
.elPRM .segment span {
    font-weight: bold;
}

.elPRM .body {
    display: none;
    padding: 2px;
}

.elPRM .alert {
    margin: 0;
}

.elPRM .alert address {
    margin: 0;
    font-size: .8em;
}

.elPRM .alert address div:first-child {
    font-weight: bold;
}

.pricerInverse {
    background: #333333;
    color: white;
}

.clear {
    clear: both;
}

.elPRM .alert address {
    margin: 0;
    font-size: .8em;
}

.elPRM .alert address div:first-child {
    font-weight: bold;
}

.anneePricing h4,
.anneePricing h5 {
    background-color: black;
    color: #eeeeee;
    padding: 2px 4px;
}

#elPricingResult {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    margin: 5% 5%;
    background-color: #eeeeee;
    overflow: auto;
    border: 1px solid black;
    box-shadow: 2px 2px 2px black;
    border-radius: 8px;
}

#blackScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, .8);
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}

#divClipboardCotation {
    width: 33%;
    height: 75%;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1;
    overflow: auto;
    padding: 20px;
}

/* Pour Big Metering */
.divClipboard {
    height: 75%;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1;
    overflow: auto;
    padding: 20px;
}

/* Pour Big Metering */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}

.secondTablo tr:hover {
    background-color: rgba(117, 190, 218, 0.5) !important;
}

/******************************DataTable Export Button*********/
.dt-export {
    height: 34px !important;
    color: white !important;
    background-color: #3598dc !important;
    line-height: 100% !important;
}

.dt-export:hover {
    background-color: #217ebd !important;
}

.dt-buttons {
    float: right !important;
}

button.dt-button, div.dt-button, a.dt-button {
    background-image: linear-gradient(to bottom, #3598dc 0%, #3598dc 100%) !important;
}

/******************************Warning Unsaved*********/
.unsavedWarning {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    color: white;
    background-color: red;
    background-color: rgba(255, 0, 0, .8);
    padding: 6px 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    display: none;
}

/******************************Auto Completion*********/
.arioch_autocompletion {
    position: relative;
}

.arioch_autocompletion .arioch_panel {
    position: absolute;
    z-index: 999;
    border: 1px solid black;
    padding: 2px;
    background-color: lightgrey;
    color: grey;
    display: none;
    overflow: auto;
    max-height: 150px;
    min-width: 50%;
}

.arioch_autocompletion .arioch_panel div {
    padding: 2px;
    transition: .8s;
    cursor: pointer;
}

.arioch_autocompletion .arioch_panel div:hover {
    background-color: #eeeeee;
    color: black;
}

.center td {
    text-align: center;
}

.center th {
    text-align: center;
}

.dropdown-menu {
    min-width: 100% !important;
}

.ratioPrimeoApporteur {
    vertical-align: middle;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

/************************* getInfos */
#backDrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

#getInfos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 99%;
    z-index: 9999;
    overflow: auto;
}

.closeButton {
    position: absolute;
    background-color: white;
    color: black;
    width: 16px;
    height: 16px;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
    cursor: pointer;
}

#divListe table caption {
    display: none;
}

#divListe .displayForCopy {
    display: none;
}

#divPostes .displayForCopy {
    display: none;
}

.tabli td {
    border: none !important;
    padding: 4px !important;
}

.tabli2 td {
    padding: 4px !important;
}

#integrityResult td {
    padding: 2px !important;
}

/*#integrityCalculed td {*/
/*    padding: 2px !important;*/
/*}*/

#integrityResult td table.table {
    margin-bottom: 0;
}

#integrityCalculed td table.table {
    margin-bottom: 0;
}

#integrityCalculed .table .btn {
    margin: 3px;
    padding: 8px;
    display: inline;
}

/***************************** SERVICE CLIENT *****************************/
.step-indicator {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.stepAnnul {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 5px;
    margin: auto;
}

.step-indicator .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
}

.step.active .step-icon {
    background: #25c347;
}

.stepAnnul.activeAnnul .step-icon {
    background: #ff3131;
}

.step p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
}

.stepAnnul p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
}

.step.active p {
    color: #25c347;
}

.stepAnnul.activeAnnul p {
    color: #ff3131;
}

.indicator-line {
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
}

.indicator-line.active {
    background: #25c347;
}

@media screen and (max-width: 500px) {
    .step p {
        font-size: 13px;
        bottom: -40px;
    }
}

/* vue facturer */
small.calculIdBox {
    color: darkgrey;
}

/*********************** CAMPAGNE PUBLICITAIRE *******************/
.zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom img:hover {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.dropdown-element {
    border-bottom: 1px solid rgba(128, 128, 128, 0.466);
    padding: 10px;
}

.dropdown-element > .dropdown-link, .dropdown-modify > a {
    text-decoration: none;
    color: rgb(58, 58, 58);
    font-size: 1.7rem;
}

.dropdown-link {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.dropdown-element > .dropdown-list {
    margin-top: 20px;
    display: none;
    opacity: 0;
}

.dropdown-element > .dropdown-list.active {
    display: block;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.active-profil {
    color: rgb(4, 136, 4);
    font-weight: 800;
}

.inactive-profil, .remove-profil > a {
    color: rgb(173, 12, 12);
    font-weight: 800;
}

.remove-profil > a:hover {
    color: rgba(168, 2, 2, 0.562);
    font-weight: 100;
}

.dropdown-list table td {
    width: 25%;
}

.has-inactive, .errorMessage, .errorMailingMessage, .editErrorMessage, .errorRoleMessage {
    color: rgb(196, 9, 9);
    font-size: 1.1rem;
    margin-left: 10px;
}

.successMessage, .successRoleMessage {
    color: rgb(4, 136, 4);
    font-size: 1.1rem;
    margin-left: 10px;
}

.dropdown-modify {
    float: right;
}

.iconLink {
    margin-right: 10px;
}

#popup_confirmation {

    min-height: 15px;
    position: absolute;
    min-width: 80px;
    max-width: 200px;
    left: 40%;
    bottom: 70%;
    background: white;
    z-index: 99999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
    padding: 5px 5px;
}

#popup_confirmation .actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#popup_confirmation:after, #popup:before {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    left: 33px;
}

#popup_confirmation:after {
    border-top-color: white;
    bottom: -15px;
}

.close_popup, .validate_popup {
    font-size: 20px;
}

.validate_popup:hover {
    color: #27a4b0;
}

.close_popup:hover {
    color: rgb(211, 2, 2);
}

.close_popup:hover, .validate_popup:hover {
    cursor: pointer;
}

.popup_text {
    font-size: 10px;
    font-weight: 700;
}

.mailingTools {
    display: flex;
    justify-content: space-between;
}

#searchSpinner {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 3rem;
    color: #27a4b0;
    position: absolute;
    right: -6rem;
    top: 10px;
}

.searchMailingList {
    position: relative;
}

.title-table > .h3 {
    font-size: 2rem;
}

.title-table {
    margin-bottom: 20px;
}

.title-table > .dropdown-modify > a {
    font-size: 1.5rem;
}

.title-table > .dropdown-modify > a:hover {
    text-decoration: underline;
}

/** NAVBAR **/

.nav-corp {
    display: none;
}

.nav-corp.active {
    display: block;
}

.pricing-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-link > li {
    color: grey;
    font-weight: 900;
    font-size: 2rem;
}

.pricing-link > li > a,
.pricing-link > li > a:hover {
    font-weight: 600;
    font-size: 1.2rem;
}

.pricing-link .icon-btn {
    height: 80px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
    background-color: rgb(255, 255, 255);
}

.options-link {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 1rem;
    margin-right: 1rem;
}

.indicator {
    height: 5px;
    width: 10px;
    float: left;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

/* ---------------- INDEX FACTURATION ---------------- */

.lot-active {
    display: block;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.lot {
    display: none;
}

.details {
    color: blue;
}

.details-ligne:hover .details {
    color: #0ABBF0;
}

.details {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.details:after {
    display: block;
    content: '';
    border-bottom: solid 1px #0ABBF0;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
    margin-top: -3px;
}

.details:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

tr td.details-ligne a {
    text-decoration: none;
    color: #575757;
}

tr td.details-ligne a:hover {
    text-decoration: none;
}

/* --------------------------------- GLOBAL FORM --------------------------------- */

.container-fluid .row {
    margin: 0;
}

.form-horizontal .form-group.form-md-line-input {
    width: 80%;
    display: flex;
    justify-content: flex-start;
}

.token .form-horizontal .col-md-6 {
    margin-bottom: 20px;
}

.token .form-horizontal .col-md-6 input[type=submit] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.token .form-horizontal .col-md-6 input[type='checkbox'] {
    width: 20px;
}

.form-horizontal .custom-style {
    padding-left: 15px;
    width: 100%;
    margin-right: 30px;
}

.form-horizontal .form-group.form-md-line-input input[type = 'text'] {
    padding-left: 5px;
}

.form-horizontal .form-group.form-md-line-input label.custom-style {
    width: 60%;
}

.form-horizontal .form-group.form-md-line-input label {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.form-horizontal .form-group.form-md-line-input label {
    width: 30%;
}

.container-fluid .row.form-marginTop {
    margin-top: 20px;
}

.form-actions {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
}

.form-actions.form-modification {
    align-items: flex-end;
    margin-top: 25px;
}

.form-horizontal .form-group.form-md-line-input select {
    width: 70%;
}

.form-horizontal .form-group.form-md-line-input input {
    width: 70%;
}

.form-horizontal .form-group.form-md-line-input input[type='checkbox'] {
    width: 20px;
    float: left;
}

/* --------------------------------- MAMMOUTH FORM --------------------------------- */

.mammouth {
    display: flex;
    align-items: center;
}

.mammouth .text .form-group {
    margin-bottom: 0px;
}

.mammouth .col-md-10 button {
    float: right;
}

/* --------------------------------- FACTU GRAPHIQUE --------------------------------- */

.rowGraphFactu {
    display: flex;
    align-items: center;
    height: auto;
}

.rowGraphFactu .graphFactu {
    height: 450px;
    margin: 25px 0;
}

label.tickLabel {
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
    min-width: 75px;
    padding-right: 5px;
}

/* --------------------------------- OPTION ADMIN --------------------------------- */

.panel-body {
    display: flex;
    align-items: center;
}

.panel-body .row {
    width: 100%;
}

.slider-container {
    display: inline-flex;
    align-items: center;
}

.slider-label {
    margin-right: 10px;
}

.slider {
    position: relative;
    width: 60px;
    height: 34px;
    border-radius: 34px;
    overflow: hidden;
}

.slider input {
    display: none;
}

.slider .slider-inner {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    box-sizing: border-box;
    background-color: #ff4039;
}

.slider .slider-inner:before {
    position: absolute;
    content: "Off";
    height: 26px;
    width: 26px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.slider input:checked + .slider-inner {
    background-color: #51c551;
}

.slider input:checked + .slider-inner:before {
    transform: translateX(26px);
    content: "On";
}

.inputNumber {
    margin-left: 10px;
    border-radius: 34px;
    height: 34px;
    width: 60px;
    border: solid lightgray 1px;
    text-align: center;
}

.inputNumber:focus {
    outline: none;
}

.inputNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inputDate {
    margin-left: 10px;
    border-radius: 34px;
    height: 34px;
    width: auto;
    border: solid lightgray 1px;
    text-align: center;
}

input[type="datetime-local"] {
    margin-left: 10px;
    border-radius: 34px;
    height: 34px;
    width: auto;
    border: solid lightgray 1px;
    text-align: center;
}

/* --------------------------------- INDEX FACTURATION SWITCH GRAPHIQUE --------------------------------- */

.deleteObject {
    display: none;
}

.visibleObject {
    display: block;
}

.titleFacturation {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    height: 100%;
    padding: 0 !important;
}

.titleFacturation .list-head-title-container {
    width: 50%;
    height: 100%;
    padding: 15px;
    background-color: #79AADB;
}

.titleFacturation .list-head-title-container:not(.active) span {
    text-decoration: none;
    color: white;
}

.titleFacturation .list-head-title-container a {
    text-decoration: none;
}

.titleFacturation .list-head-title-container:not(.active) a {
    text-decoration: none;
    color: transparent;
    background-image: linear-gradient(90deg, #2C3E50 50%, white 50%);
    background-position: 100%;
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;

    transition: background-position .3s ease;
}

.titleFacturation .list-head-title-container:not(.active) a:hover {
    background-position: 0;
}

.titleFacturation .list-head-title-container.active {
    background-color: #2C3E50;
}

.titleFacturation a {
    color: white;
}

.titleFacturation a:hover {
    text-decoration: none;
}

.facturationIndex .btn#nae {
    margin: 5px 0px;
    float: right;
}

.facturationIndex .btn#flux {
    margin: 5px 0px;
}

.forceCalcul {
    margin: 5px 5px 5px 0;
}

.dialogFixedBlock.calculid {
    padding: 25px;
    width: 20vw;
}

.dialogFixedBlock .allInputLabel {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.dialogFixedBlock .allInputLabel .inputLabel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-top: 5px;
}

.dialogFixedBlock .allInputLabel span {
    padding-top: 10px;
}

.table-striped.table > tbody > tr.to-delete:nth-of-type(odd) {
    background-color: rgba(222, 124, 71, 0.5);
}

.table-striped.table > tbody > tr.to-delete:nth-of-type(even) {
    background-color: rgba(245, 155, 66, 0.5);
}

.littleSquare {
    width: 20px;
    height: 20px;
    margin: auto;
}

/* TESTS UNITAIRES */

.btn-test {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    font-size: 16px;
    color: #0ABBF0;
    border: 2px solid #0ABBF0;
    border-radius: 34px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

.btn-test::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #0ABBF0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-test:hover::before {
    scale: 3;
}

.btn-test:hover {
    color: white;
    scale: 1.1;
    box-shadow: 0 0px 20px rgba(10, 187, 240, 0.4);
}

.btn-test:active {
    scale: 1;
}