﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

td {
    border: 1px solid #ddd;
    padding: 3px 5px;
    text-align: right;
}

label {
    margin-top: 8px;
}

.optionsTable {
    position: absolute;
    top: 30%;
    right: -15px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3em;
    background-repeat: no-repeat;
    color: #1d2d44;
    background-color: #fcfcfc;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    font-size: 0.9em;
}

.navbar .nav-item.installer-nav-item {
    width: 340px;
}

.navbar .nav-item.installer-nav-item div {
    width: 100%;
    height: 60px;
    margin-top: 18px;
}

.navbar .nav-item.installer-nav-item div span {
    font-size: 1.6em;
    vertical-align: middle;
}

.navbar .nav-item.installer-nav-item div input {
    font-size: 1.1em;
    color: #343a40 !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #343a40 !important;
    margin-left: 10px;
    padding: 6px;
}

#rexeliumContent .Info {
    color: rgb(20, 121, 175);
    padding: 3px;
    font-size: 0.95em;
}

#rexeliumContent .colStep {
    position: relative;
}

#rexeliumContent .colStep div {
    font-size: 5em;
    color: #ececec;
}

#rexeliumContent .colStep h5 {}

#MainSection {
    padding: 5px 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a297d;
}

div.block {
    padding: 10px 0;
    background: #fff;
}

div.subblock {
    margin: 15px 5px;
    /*background: #f9f7f7;*/
}

a {
    color: #0a297d;
}

.navbar img {
    height: 40px;
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar {
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #0a297d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #0a297d;
    padding: .625rem 1.475rem;
    font-size: .875rem;
    line-height: 1.2857;
    border-radius: .1875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0a297d;
    border-color: #0a297d;
}

.btn-add {
    padding: 5px;
    border: none;
}

th {
    text-align: left;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-group {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    text-align: left;
}

.row.Header {
    padding-right: 12px;
}

.form-group.right {
    text-align: right;
}

.row.Product {
    padding-bottom: 0px;
    padding-top: 5px;
    border-top: 1px solid #eee8e8;
}

.row.Product:hover {
    background: #f5f5f5;
}

.row.Product.Total {
    border-color: #ddd1d1
}

.row.Product.Total .form-control,
.row.Product.Total label {
    font-weight: 600;
}

.row.rowbottom {
    margin-top: 5px;
}

.form-group .LabelProduct {
    width: calc(100% - 10px);
    display: inline-block;
    float: right;
}

.form-group .RemoveProduct {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -7px;
    top: 10px;
}

.form-group .RemoveProduct {
    margin: auto;
    color: grey;
}

.form-group .RemoveProduct.Masked span {
    display: none;
}

.form-group .RemoveProduct span:hover {
    cursor: pointer;
    color: red;
}

.form-group.PuissanceForm input {
    border-color: deepskyblue;
    color: deepskyblue;
}

.form-group.GreenField input {
    border-color: #0a297d;
    color: #0a297d;
}

.shortRow {
    max-width: 600px;
}

table {
    margin-bottom: 10px;
}

button.btn-picto {
    background: transparent;
    color: #0a297d;
    padding: 0 15px !important;
}

button.dynamique {
    height: 40px;
    transition: transform 1s ease;
    overflow: hidden;
}

button.dynamique .label {
    opacity: 0;
    width: 0;
}

button.dynamique:hover .label {
    opacity: 100;
    width: auto;
}

.form-group.LedForm {
    background: lightgreen;
}

.form-group.OtherCostForm {
    background: #ddd;
}

.form-control {
    padding: 0.2rem 0.4rem;
    border-radius: 0.15rem;
    font-size: 0.9rem;
    max-width: 300px;
    text-align: right;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.form-control:disabled {
    background: transparent;
    border: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand {
    color: #3d3d3d;
}

.navbar .navbar-brand {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #0a287d !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0;
}

.navbar .nav-item img {
    height: 22px;
    margin-top: 20px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar .nav-item {
    width: 102px;
    height: 10vh;
    min-height: 62px;
    background-color: #f5f5f5 !important;
    margin-left: 10px;
}

.container {
    color: #58585a;
}

.row {
    width: 100%;
}

.SubProduct .form-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.8rem;
}

.SubProduct .form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.98em;
}

.SubGroupProduct {
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 1s ease;
    transform-origin: 50% 0;
    height: 0;
}

.row.shortrow.modalSubTitle {
    background-color: #eee;
    padding: 2px 5px;
}

.optionsButton {
    padding: 3px;
    border: 1px solid #0056b3;
    background: #fff;
    color: #0056b3;
    position: absolute;
    right: 0;
    font-size: 0.95em;
    cursor: pointer;
}

.optionsButtonProduct {
    padding-left: 13px;
    color: #0056b3;
    font-size: 0.8em;
    cursor: pointer;
}

.optionsButton:hover,
.optionsButtonProduct:hover {
    color: #006fe6;
    border-color: #006fe6;
}

.row.Product.open .SubGroupProduct {
    transform: scaleY(1);
    height: auto;
}

.row.rowtitle .options {
    margin: 3px 5px;
}

input.style2 {
    border: none;
    background: transparent;
    border-bottom: 1px solid #e3dada;
}

input.style2:disabled {
    border: none;
    background: #fbfbfb;
    border-bottom: 1px solid #e3dada;
    color: #888;
}

.row.shortrow {
    max-width: 500px;
}

button span {
    padding-right: 5px;
}

.ligneDeVie {
    font-size: 0.8rem;
    color: #9a9aa0;
    text-align: left;
    margin: 5px;
}

#bugermmenuButton {
    font-size: 1.8em;
    position: fixed;
    left: 10px;
    top: 22px;
}

.buttonBurger  {
    font-size: 2em;
    position: fixed;
    left: 10px;
    top: 22px;
    padding-left: 24px;
}
.btn-picto .fa{
    font-size: 19px;
    padding: 0;
    width: 20px;
    margin: auto;
    vertical-align: middle;
}
.btn-picto:hover{
   background-color: #eee;
   color: #0a297d;
}
#burgerMenu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    height: 100%;
    border: 0;
    border-right: 1px solid #ceccca;
    padding: 0;
    min-width: 220px;
}

th {
    text-align: right;
    padding: 3px 5px;
    border: 1px solid #ddd;
}

#burgerMenu .container {
    padding: 0;
}

#burgerMenu li.main {
    padding-top: 10px;
    border-top: 1px solid #eee8e8;
    font-size: 1em;
    color: #444;
}

#burgerMenu li {
    padding: 3px 10px;
    font-size: 0.9em;
    color: #777;
}

#burgerMenu li:not(.main):hover {
    background: #f9f7f7;
}

#burgerMenu .fa {
    font-size: 1.8em;
    margin: 10px;
}

.btn.btn-submenu-left {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* #SaveModalOpenButton {
    display: none;
} */

#SaveModalSuppButton {
    margin-right: 20px;
}

.btn.btn-submenu-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.masked {
    display: none;
}

#rexeliumContent {
    min-height: 80vh;
    background: #fff;
}

#rexeliumContent {
    padding: 0;
}

h5,
.h5 {
    font-size: 1.1rem;
}

.bgcolor1 {
    background-color: rgba(10, 41, 125, 0.8);
    color: #fff;
}

.bgcolor2 {
    background-color: rgba(19, 77, 234, 0.8);
    color: #fff;
}

.bgcolor3 {
    background-color: rgba(126, 158, 245, 0.8);
    color: #fff;
}

.bgcolor4 {
    background-color: rgba(180, 199, 249, 0.8);
    color: #fff;
}

table td,
table tr {
    height: calc(2em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 0.2rem 0.4rem;
    font-size: 0.9rem;
    max-width: 300px;
    text-align: right;
}

.tableCashFlow th:nth-child(4),
.tableCashFlow th:nth-child(5),
.tableCashFlow th:nth-child(6) {
    font-weight: bold;
    border-top: 2px solid #888;
}

.tableCashFlow td:nth-child(4) input,
.tableCashFlow td:nth-child(5) input,
.tableCashFlow td:nth-child(6) input {
    font-weight: bold;
}

.tableCashFlow td:nth-child(4),
.tableCashFlow th:nth-child(4) {
    border-left: 2px solid #888;
}

.tableCashFlow td:nth-child(6),
.tableCashFlow th:nth-child(6) {
    border-right: 2px solid #888;
}

.tableCashFlow tr:last-child :nth-child(4),
.tableCashFlow tr:last-child :nth-child(5),
.tableCashFlow tr:last-child :nth-child(6) {
    border-bottom: 2px solid #888;
}

.PDFTemplate {
    font-size: 16px;
}

.PDFProjectIdentity {
    text-transform: uppercase;
}

.VisibleColor3 {
    background: rgba(180, 199, 249, 0.2) !important;
}

.VisibleColor {
    color: #0a297d !important;
    background: rgba(180, 199, 249, 0.33) !important;
}

.VisibleColor2 {
    color: #0a297d !important;
    background: rgba(180, 199, 249, 0.5) !important;
}

.PDFTemplate table tr {
    background: rgba(180, 199, 249, 0.1)
}

.PDFTemplate table tr:nth-child(2n+1) {
    background: rgba(180, 199, 249, 0.17)
}

#avantageLedimg {
    max-width: 1100px;
}

@media print {
    .conteneurLarge {
        max-width: 900px;
    }
    @page {
        size: portrait;
        margin: 0;
    }
    body {
        margin: 30px;
    }
    #avantageLedimg {
        max-width: 900px;
    }
    .no-print,
    .no-print *,
    .ligneDeVie,
    button,
    header,
    footer,
    .projectIdentityBlock {
        display: none !important;
    }
    body {
        background-color: #fff !important;
    }
    .newPrintChapter {
        /* saut de ligne avant le bloc*/
        page-break-inside: avoid;
        page-break-after: auto;
        page-break-before: auto;
    }
    .forcerSautDeLigne {
        page-break-before: always;
    }
    .forcerWhiteSpace {
        height: 40px;
    }
    table td,table tr {
        font-size: 1rem;
    }
    #modal-content {
        width: 75%;
    }
    #rexeliumContent .Info{
        margin-bottom :0px;
    }
    body{
        margin-bottom: 0px;
    }
    .pb-3, .py-3 {
        padding-bottom: 0px !important;
    }
    div.subblock {
        margin: 0px 5px;
        /* background: #f9f7f7; */
    }
    div.subblock1{
        margin-top:150px;
    }
    
}