@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 1em;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

h2 {
    margin-top: .4rem;
    font-size: 1em;
    line-height: 1.5em;
    vertical-align: middle;
}

h3 {
    margin-top: .75rem;
    font-size: 0.9em;
}

a span.email-utilisateur {
    font-size: 0.6em;
}

a:not([href]) {
    color: white;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.deconnexion-btn {
    font-size: 1.5em;
    margin-left: 0.3em;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar .container-fluid .col-xl-1,
.navbar .container-fluid .col-xl-2,
.navbar .container-fluid .col-xl-3,
.navbar .container-fluid .col-xl-4,
.navbar .container-fluid .col-xl-5,
.navbar .container-fluid .col-xl-6,
.navbar .container-fluid .col-xl-7,
.navbar .container-fluid .col-xl-8,
.navbar .container-fluid .col-xl-9,
.navbar .container-fluid .col-xl-10,
.navbar .container-fluid .col-xl-11,
.navbar .container-fluid .col-xl-12
{
    padding-left: 0;
    padding-right: 0;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.btn,
.sogs-login,
.sogs-formulaire {
    font-size: 0.8rem;
}

.sogs-formulaire .col-form-label {
    padding-top: unset;
}

.sogs-formulaire .fa-trash-alt {
    color: white;
}

.sogs-formulaire .fa-plus {
    color: white;
}

.sogs-formulaire .btn.btn-primary.btn-ajouter {
    background-color: limegreen;
    border-color: limegreen;
}

.sogs-formulaire .btn.btn-primary.btn-ajouter:hover {
    background-color: #1b9448;
    border-color: #1b9448;
}

.sogs-formulaire .btn.btn-primary.btn-supprimer {
    background-color: orangered;
    border-color: orangered;
}

.sogs-formulaire .btn.btn-primary.btn-supprimer:hover {
    background-color: #b42912;
    border-color: #b42912;
}

.btn-secondary.btn-sm.btn-fiche-guide {
    background-color: #b41294;
    border-color: #b41294;
}

.btn-primary.btn-relance {
    background-color: #112cba;
    border-color: #112cba;
    color: white;
}

.btn-primary.btn-relance:hover {
    background-color: #0a1a67;
    border-color: #0a1a67;
    color: white;
}

.form-control {
    font-size: unset;
}

.bloc-tarif-form .form-group {
    margin-bottom: unset;
}

.form-control:disabled {
    background-color: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    padding: unset;
    margin-bottom: unset;
    border: unset;
    height: unset;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.annulation-form input {
    border-color: #b42912;
    color: #b42912;
    padding-left: 1.7em;
}

.annulation-form .moins {
    position: absolute;
    top: 0.7em;
    left: 2em;
    color: #b42912;
}

.btn-sm {
    padding: .0rem .8rem;
    font-size: 0.78rem;
}

.btn-sm.btn-modifier {
    background-color: #33B1FF;
    border-color: #33B1FF;
}

.clickable-row {
    cursor: pointer;
}

.filtrage-guide {
    cursor: pointer;
}

#sortie_guide_prive_remise {
    text-align: right;
}

.tarifSGPQuantite {
    text-align: right;
    width: 50px;
}


.nombreTarif .form-group {
    position: absolute;
    top: 0;
    right: 0;
}

.remiseHT.strong,
.remiseTTC.strong,
.totalHT.strong,
.totalTTC.strong,
.sousTotalHT.strong,
.sousTotalTTC.strong,
.montantHT.strong,
.montantTTC.strong
{
    font-weight: bold;
}

.remiseHT.strong:after,
.remiseTTC.strong:after,
.totalHT.strong:after,
.totalTTC.strong:after,
.sousTotalHT.strong:after,
.sousTotalTTC.strong:after,
.montantHT.strong:after,
.montantTTC.strong:after
{
    content: '€';
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #313a46;
    color: #8391a2;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px 20px 0px 20px;
    width: 100%;
    text-align: center;
}

.sidebar-header h1 {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 32px;

}

.sidebar-header span.logo {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    color: #17a2b8;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 18px;

}

#sidebar .navigation-title {
    color: #8391a2;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0;
}

#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #8391a2;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
}

#sidebar ul li a:hover {
    color: #1d2229;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1d2229;
}

#sidebar ul li a .svg-inline--fa {
    margin-right: 7px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #1d2229;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}



a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.app-version {
    display: block;
    position: fixed;
    margin-left: 25px;
    font-size: 0.7em;
    bottom: 0;
}

.sogs-contact-client-liste {
    padding-left: 0;
}

.sogs-contact-client-liste-elt {
    list-style: none;
}

.sogs-contact-client {

}
.sogs-contact-client-icon {
    font-size: 0.8rem;
    color: grey;
    background-color: #e3e3e3;
    margin-bottom: -5px;
    margin-right: 1em;
    padding: 0.37em 0.38em 0.38em 0.37em;
    border: 1px solid grey;
    border-radius: 50px;
}

.even {
    background-color: rgba(255,255,255,0.5);
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

#tableau-participant-container #sortie-programme-container .couleur-guide {
}

#tableau-participant-container .couleur-guide,
#tableau-guide-container .couleur-guide,
#liste-sortie-programmee-container .couleur-guide,
#liste-sortie-guide-prive-container .couleur-guide {
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
}

.participant-confirme {
    color: red;
    font-size: 1.1em;
    display: block;
    margin-top: 1em;
    margin-left: 2.8em;
    font-weight: bold;
}

.filtrage-actif {
    border: 1px solid black;
}

.form-bouton-supprimer.btn {
    margin-top: -0.5rem;
    font-size: 1.4rem;
}

.form-bouton-ajouter.btn {
    margin-top: -0.5rem;
    font-size: 1.4rem;
}

.colonne-bouton-fiche-reservation {
    margin-top: 0.8em;
}

.sogs-formulaire .fa-face-smile,
.sogs-formulaire .fa-envelope,
.sogs-formulaire .fa-male,
.sogs-formulaire .fa-wheelchair {
    font-size: 2em;
    margin-left: 0.2em;
}

.sogs-formulaire .fa-lock {
    font-size: 2em;
    margin-left: 0.2em;
}

#sortie_guide_prive_guides,
#sortie_guide_prive_guides label,
#sortie_guide_prive_guidesVerouilles,
#sortie_guide_prive_guidesVerouilles label {
    width: 100%;
    min-width: 270px;
    display: block;
}

.colonne-guide-verouille {
    padding-top: 2em;
}

.ajouter-ref-btn.btn-ajouter-desactive {
    color: grey;
    cursor: not-allowed;
}

/* Liste contact client  */
.sogs-contact-client-inactif {
    background-color: #e8e8e8;
}

.sogs-info-bulle-bouton {
    margin-top: 1.9rem;
    padding: 0.37em 0.39em 0.37em 0.39em;
    background-color: grey;
    color: white;
    border: 1px solid grey;
    border-radius: 50px;
    width: 1em;
    height: 1em;

}

.sogs-info-bulle {
    position: absolute;
    z-index: 9999;
    background-color: aliceblue;
    border: 1px solid lightsteelblue;
    padding: 1em 2em;
    margin-top: 5em;
    border-radius: 5px;
    width: 22rem;
}

.sogs-info-bulle.hidden,
.sogs-contact-client-inactif.hidden {
    display: none;
}

/* Formulaire Indisponibilité personnel */
#formIndisponibilitePersonnel .masque {
    display: none;
}

#cacher-tout-disponibilite.hidden,
#voir-tout-disponibilite.hidden {
    display: none;
}

.row.hidden.voir-tout {
    visibility: visible !important;
    display: flex;
}

/* ---------------------------------------------------
    Tableau infos marees
----------------------------------------------------- */
#tableau-infos-marees {
    margin-top: 0.3em;
    font-size: 0.85em;
    font-family: "Courier New";
}

.message-infos-marees {
    font-size: 0.75em;
    display: table-cell;
    vertical-align: middle;
    height: 4em;
}

#tableau-infos-marees td.icon {
    font-size: 1.7em;
    color: #28b6ff;
}

#tableau-infos-marees td {
    padding: 0 0.5em;
    vertical-align: middle;
}

#tableau-infos-marees tr {
    padding: 0 0.5em;
}

#tableau-infos-marees td.bm {
    background-color: #FFEBAAFF;
    color: #7e6621;
}

#tableau-infos-marees tr.pm {
    background-color: #3e5b78;
    color: white;
}

#sortie_guide_prive_dateOption.form-control.is-invalid {
    height: 50px;
}

.row.hidden {
    display: none;
}

.sogs-formulaire-client .form-check-input {
    position: unset;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}