﻿/* 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. */
section {
    margin: 1em;
}

    section > h2 {
        width: 100%
    }

* {
    box-sizing: border-box;
}

html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

::-webkit-scrollbar {
    width: 0px !important;
}

#pageContent {
    margin-top: 50px;
    height: calc(100vh - 50px);
}

.container-fluid {
    padding-bottom:55px;
}

.container a {
    text-decoration: none;
}

a {
    color: none;
}

    a:hover {
        color: none;
    }

.btn-info {
    min-width: 6em;
}

svg, path {
    cursor: pointer !important;
}

.fa-chevron-left, .fa-chevron-right {
    cursor: pointer;
}

.fas, .far, .fa-2x {
    cursor: pointer !important;
}

.light {
    color: white;
}

.dark {
    color: black;
}

.dark-selected {
    color: darkgray;
}

.upper {
    text-transform: uppercase;
}

.hide {
    display:none!important;
}

.flex {
    display:flex;
}

.flexRow {
    flex-direction: row;
}

.flexCol {
    flex-direction: column;
}

.input-icons i {
    position: absolute;
    padding-top: 12px;
    min-width: 40px;
    color: #0A145F;
}

.input-icons svg {
    position: absolute;
    padding-top: 12px;
    min-width: 40px;
    color: #0A145F;
}

.input-icons input {
    padding-left: 40px;
}

/* ///////////////// EDIT PDF ///////////////// */
#edit-zone {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#edit-pdf {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
}

/* /////////////////   NAVBAR   ///////////////// */
.navbar {
    height: 50px;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nav-title {
    position: relative;
    top: 0.2em;
    padding: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
}

.nav-title-mess {
    position: relative;
    top: 0.2em;
    padding: 0.5em;
    font-size: 1.3em;
    color: #3272D1;
}

.navbar-custom {
    background-color: #e6eff9;
}

.navbar-custom-acc {
    background-color: #FFFFFF;
    border-bottom: 1px solid #a9a9a938;
    color: #0A145F
}

.nav-title-acc {
    width: calc(100% - 104px);
    position: relative;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 0 0.5em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .nav-title-acc span {
        width:100%;
    }

.nav-title-acc .subtitle {
    font-size:0.5em;
}

.navbar-collapse {
    background: #FFF;
    border-bottom: 1px solid #a9a9a938;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 1em 1em 0 1em;
    flex-grow: inherit;
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        padding: 0;
        border: none;
    }
}


.navbar.collapse.show {
    padding: 0;
}

.navbar-brand.navbar-nav {
    margin-right: 0px;
}

#UserAdmin {
    min-width: 85px;
}

.navTitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.nav-back-arrow {
    display: none;
}

/*@media screen and (max-height: 850px) {
    .nav-back-arrow {
        display: block;
    }
}

@media screen and (max-width: 990px) {
    .nav-back-arrow {
        display: block;
    }
}*/

/*   ///////////////    FOOTER    /////////////////////////  */
.navbar-custom-footer {
    padding-top: 5px;
    min-height: 55px;
    z-index: 3;
}

.footer-acc {
    position: fixed;
    z-index: 2;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px 0px 10px;
    background-color: #3272D1;
}

.input-map {
    width: 100%;
    text-align: center;
    border: 0px;
    color: white;
    background-color: #0A145F;
}

.footer-mess {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    z-index: 1000;
    background-color: #3272D1;
}

.ico-doss {
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico-doss a {
    color: white;
}

.ico-photo {
    position: fixed;
    right: 30px;
    bottom: 80px;
    padding: 15px;
    background-color: #3272D1;
    border-radius: 32px;
    box-shadow: 0px 3px 5px #bdbdbd;
    cursor:pointer;
}

.bouton-bottom {
    position: absolute;
    bottom: 2px;
    left: 5%;
    width: 90%;
}

/* /////////////////   MODAL LOADING   ///////////////// */
.row.message {
    display:none;
    margin: 0 1%;
    font-size: 1em;
    background-color: #F1B3B3;
    border: 0.1em solid red;
    border-radius: 0.3em;
    z-index: 10000;
    position: absolute;
    width: 98%;
}

#loading {
    display: none;
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

.loop {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 35vh;
}

    .loop img {
        width: 190px;
        max-height: 190px;
    }



/* /////////////////   VUES METRE  ///////////////// */
#metre {
    margin-top: 1em;
    height: 50vh;
}


/* /////////////////   VUES DEVIS   ///////////////// */
.container-devis {
    margin-bottom: 200px;
}

#devis .row-devis {
    display: flex;
    align-items: center;
}

    #devis .row-devis [class^="col"] {
        margin: 0.5em 0em;
    }

    #devis .row-devis .col {
        text-align: center;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    #devis .row-devis:nth-child(even) {
        background-color: #F6F6F6;
    }

.hr-devis {
    margin-bottom: 0;
}


/* ///////////////// FOOTER MESSAGES ///////////////// */

.ico-mess-ret {
    padding: 20px;
}

.ico-mess-foo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico-mess-foo-but {
    background-color: #3272D1;
    border: none;
}

.ln-ret {
    font-weight: lighter;
}

.btn-mess {
    background-color: #3272D1;
    padding: .375rem .75rem;
    border: 1px solid;
    border-color: transparent;
    border-radius: .25rem;
    font-size: 1.1em;
    color: white;
}

/* ///////////////// MODAL MAP ///////////////// */
.modal-franchise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: 40%;
    margin: 50px auto 200px auto;
    border-radius: 5px;
    background-color: white;
}

.modal-franchise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 40%;
    margin: 50px auto 200px auto;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
}

    .modal-franchise > p {
        font-size: 1.5em;
        font-weight: 300;
        margin-bottom: 1em;
    }


.text-sms {
    padding: 0 1em;
    width: 100%;
}

    .text-sms > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 1em;
    }

    .text-sms div a {
        text-decoration: none !important;
        color: white;
    }

.sms-link {
    background-color: lightgray !important;
    color: black !important;
}

.sms-error {
    height: 1em;
    padding: 0 !important;
    margin: 0.1em 0 0 0 !important;
}

.icons-gps {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    padding: 0.7em;
}

.icon-gps {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

    .icon-gps > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5em;
        width: 5em;
        margin: auto;
        border-radius: 1em;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.32);
    }

.no-rdv {
    padding: 10px;
    font-size: 1em;
    text-align: center;
}

    .no-rdv > p {
        font-size: 0.7em;
        margin-bottom: 0em;
        color: red;
    }

.btn-map-apple {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5em;
    width: 5em;
    margin: auto;
    border-radius: 1em;
}

    .btn-map-apple > img {
        height: 5em;
        width: 5em;
    }

.btn-map {
    min-width: 6em;
}

.btn-igex {
    background-color: #3272D1;
    color: whitesmoke;
    min-width: 6em;
}

    .btn-igex > img {
        height: 3em;
        width: 3em;
    }

.sms-link {
    background-color: lightgray !important;
    color: black !important;
}

.btn-waze {
    background-color: #63ABBF;
}

    .btn-waze > img {
        height: 3em;
        width: 3em;
    }

/* ///////////////// MODAL FRANCHISE ///////////////// */
#modal-franchise {
    display: none;
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow: scroll;
}


.modal-franchise > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.modal-franchise .no-rdv {
    padding: 5px;
    font-size: 1.2em;
    text-align: center;
}

.btn-frch {
    margin: 5px;
    width: 65%;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6);
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #eee;
    }

.e-pv-formfield-input {
    background-color: rgb(218 234 247 / 0%) !important;
}

.bold {
    font-weight:bold;
}