@import "https://fonts.googleapis.com/icon?family=Material+Icons";

body {
    font-family: Public sans, sans-serif;
    font-weight: 500;
}

@font-face {
    font-family: 'Enedis'; /*a name to be used later*/
    src: url('/assets/fonts/enedis-font.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Public Sans'; /*a name to be used later*/
    src: url('/assets/fonts/PublicSans-Regular.ttf'); /*URL to font*/
}
.container {
    width: 95%;
}

.t-info {
    margin-top: 14px;
}

.t-text {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.gj-picker-bootstrap table tr td.disabled div {
    color: #d3d3d4 !important;
}

.context-close {
    width: Hug(18px);
    height: Hug(18px);
}

.prd-msg {
    border: solid 1px;
    border-color: #DEE0E3;
    background-color: #FAFAFA;
    padding: 16px;
    gap: 16px;
}

.t-text-bold {
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.lft-bd-success {
    border-left-width: 8px !important;
    border-left-color: #41A57D !important;
}

.lft-bd-warning {
    border-left-width: 8px !important;
    border-left-color: #E10028 !important;
}

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

.mg-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.errmsg {
    color: #9e0606;
}

label {
    color: #75767F;
}

input[type="text"],
input[type="email"] {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 16px;
}

input:invalid {
    border: 2px solid #a14040;
}

/* maintenance */

a.no-u {
    text-decoration: none !important;
}

.d-center {
    display: flex;
    justify-content: center;
}
.maintenance {
    background-image: url("/assets/maintenance.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:350px;
    height:350px;
    display:block;
    margin:auto;
}

.maintenance-title {
    font-family: "Enedis";
    font-size: 38px;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    color: #101014;
}

.maintenance-text {
    margin-top: 20px;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    color: #101014;
}

/* custom primary buttons */

.btn-lg {
    font-size: 1.0rem !important;
    min-width: 200px;
    max-width: 300px;
    vertical-align: middle;
    width: auto !important;
}

.btn-primary {
    color: #fcfdfd;
    background-color: #1423DC;
    border-radius: 5px;
    min-height: 50px;
    min-width: 100px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.btn-simple {
    color: #1423DC;
    background-color: #fcfdfd;
    border-color: #1423DC;
    border-radius: 5px;
    min-height: 50px;
    min-width: 100px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.btn-simple:hover {
    color: #212529;
    background-color: #00A3E0;
    border-color: #0086B8
}

.btn-primary:hover {
    color: #212529;
    background-color: #00A3E0;
    border-color: #0086B8
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #B3C0CB;
    border-color: #97A0A7
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-primary {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}


t-info {
    font-weight: 700;
    line-height: 80px;
}

.pdl-caret {
    background-color: #864606;
    width: 12px;
    height: 10px;
    transform: rotate(-90deg);
}

.pdl-tip {
    /*
    position: relative;
    */
    color: #101014;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #F1F2F3;
    z-index: 2;
    padding-left: 3px;
}

.pdl-info {
    background-color: #F1F2F3;
    font-size: 12px;
    padding: 12px;
    margin-left: 10px;
    height: 100px;
    width: auto;
}

/**** v2 pldtip */

.icon-info {
    width: 16px;
    height: 16px;
}

.img-info {
    display: flex;
    width: 284px;
    align-items: center;
    flex-shrink: 0;
}

.img-point {
    width: 8px;
    height: 10px;
    flex-shrink: 0;
    fill: var(--colors-surface, #F1F2F3);
}

.bloc-info {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--colors-surface, #F1F2F3);
}

.tip-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.header-info {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--colors-on-surface, #101014);
}

.info-span {
    flex: 1 0 0;
    font-family: "Enedis";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 116.667% */
    color: var(--colors-on-surface, #101014);
}

.info-2 {
    align-self: stretch;
    /* body-2xs */
    font-family: "Enedis";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
}

.icon-mobile {
    display: none;
    align-content: center;
}

.fa-solid {
    color: var(--primary-blue, #1423DC)
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltiptext {
    display: inline-block;
    font-size: 12px;
    width: 120px;
    background-color: #F1F2F3;
    color: black !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    position: relative;
    z-index: 5;
}

.icon-mobile:hover .tooltiptext {
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .mobile {
        display: none;
    }

    .icon-mobile {
        display: block;
    }
}

/****************/


/* rdv */

.accordion .fa {
    float: right;
    margin-right: 0.5rem;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.b-period {
    background-color: #1423DC;
    text-align: center;
    margin: 2px 0px 2px 0px;
    padding: 16px;
    border: 1px;
    color: #DEE0E3;
    border-style: solid;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
}

.period {
    background-color: #1423DC;
    text-align: center;
    margin: 15px 0px 2px 0px;
    padding: 16px;
    border: 1px;
    color: #DEE0E3;
    border-style: solid;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
}

.b-period-blk {
    background-color: #F7F7F7;
    margin-left: 16px;
}

a.nav-link {
    color: #868b8f;
}

.nav-tabs .nav-item .nav-link.active {
    color: #0080FF;
    font-weight: bold;
    border-color: rgb(24, 13, 90);
    border-style: solid solid none solid;
}

.nav-tabs {
    border-bottom: 1px solid #065aad;
}

.period:hover {
    background-color: blue;
    color: white;
}

/*
.dt-container {
    width: 60%;
}
    */

.p-container {
    border: 1px;
    border-color: rgb(24, 13, 90);
    border-style: solid;
    border-style: none solid solid solid;
    padding: 5px 0px 20px 0px;
}

.space-line-sm {
    margin-top: 8px;
}

.space-line {
    margin-top: 15px;
}

.space-line-xxl {
    margin-top: 100px;
}

.space-line-huge {
    margin-top: 150px;
}

.split {
    margin: 15px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}