﻿body {
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.4;
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.input-group input,
.input-group select,
.input-group textarea {
    max-width: 100px;
}

table.dataTable td, table.dataTable th {
    font-size: 12px;
}

button.btn {
    font-size: 14px;
    margin-left: 5px;
}

a.btn {
    font-size: 14px;
    margin-left: 5px;
}

.btn-gold {
    color: #212529;
    background-color: #c7b27c;
    border-color: #c7b27c;
}

    .btn-gold:hover {
        color: #212529;
        background-color: #b9a46e;
        border-color: #b9a46e;
    }

.btn-gold-white {
    color: #fff;
    background-color: #c7b27c;
    border-color: #c7b27c;
}

    .btn-gold-white:hover {
        color: #fff;
        background-color: #b9a46e;
        border-color: #b9a46e;
    }

.bg-gold {
    background-color: #c7b27c;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.25rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

/************/
/*** Diver ***/
/************/

/* Défini une zone de drag avec le style du bouton + d'ajout de fichier */
.active-drop-zone-scare {
    display: block; /* Assure que la zone est visible */
    border: 2px dashed #6c757d; /* Bordure en pointillés bleus */
    background-color: #c7b27c; /* Couleur de fond */
    /*padding: 20px; /* Espacement interne */
    width: 150px !important;
    height: 150px;
    border-radius: 8px; /* Coins arrondis */
}
.active-drop-zone-rectangle {
    display: block; /* Assure que la zone est visible */
    border: 2px dashed #6c757d; /* Bordure en pointillés bleus */
    background-color: #c7b27c; /* Couleur de fond */
    /*padding: 20px; /* Espacement interne */
    width: 70px !important;
    height: 150px;
    border-radius: 8px; /* Coins arrondis */
}

/************/
/*** Menu ***/
/************/
.logoText {
    display: block;
    font-size: 11px;
    padding-left: 25px;
    line-height: 20px;
    font-weight: bold;
}

.navbar-logo {
}

.menu-icon-home {
    height: 38px;
    width: 40px;
    /*margin-right: 14px;*/
    background-image: url(../Content/Images/home.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menu-icon-param {
    height: 38px;
    width: 40px;
    /*margin-left: 14px;
    margin-right: 14px;*/
    background-image: url(../Content/Images/parameters.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menu-icon-signout {
    height: 38px;
    width: 40px;
    background-image: url(../Content/Images/logout.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menu-icon-account {
    height: 38px;
    width: 40px;
    background-image: url(../Content/Images/account.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menu-background {
    background-image: url(../Content/Images/headerbackground.jpg);
    background-repeat: no-repeat;
    background-size: 115% 100px;
    max-width: 100% !important;
    width: 100%;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #d3d3d3 !important;
}
/*****************/
/*** Sous Menu ***/
/*****************/
.etat.encours {
    display: block;
    position: relative;
}

.higherButtons {
    position: relative;
    top: 0;
    height: 56px;
    margin-bottom: 0;
}

.inneracbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accueilbutton {
    width: 100% !important;
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #a5a5a5;
    background-color: #fff;
    border: 2px solid #a5a5a5;
    /*margin: 0px 1% 0px 1%;*/
    padding: 0px 1% 0px 1%;
    outline: none;
    display: inline-block;
    text-align: center;
    position: relative;
    text-decoration: inherit;
    padding-top: 6px;
}

.etat.home.higherButtons {
    max-height: 40px;
}

.accueildiv {
    text-align: justify;
    /*height: 65px;*/
}

.etat.encours .accueilbutton.encours, .etat.lettres .accueilbutton.lettres, .etat.docadmin .accueilbutton.docadmin, .etat.home .accueilbutton.firstacbtn {
    color: #fff;
    background-color: #c7b27c;
    border: 2px solid #c7b27c;
}

.firstacbtn {
    margin-left: 0px;
}

.lastacbt {
    margin-right: 0px;
}

/*************************/
/*** Sous Menu Special ***/
/*************************/
.accueilCGP {
    font-size: 75%;
    height: 30px;
    padding-top: 6px;
}

/******************/
/*** Login Page ***/
/******************/
.loginCenterDiv {
    display: block;
    height: 100%;
    max-height: 542px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    width: 400px;
}

.logoDiv {
    width: 196px;
    height: 69px;
    background-image: url(../Content/Images/logo.png);
    background-repeat: no-repeat;
    background-size: 196px, 69px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loginFormDiv {
    background-image: url(../Content/Images/loginboxbackground.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
    width: 400px;
    text-align: center;
}

.form-signin {
    background-image: url(../Content/Images/loginboxbackground2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.identifdiv {
    margin-top: 15px;
    color: #c7b27c;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.welcomediv {
    color: #c7b27c;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.loginZone {
    display: block;
    height: 40px;
    position: absolute;
    width: 100%;
    left: -20px;
}

label.loginlabel {
    color: #0c0c0c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

input.loginInput {
    height: 28px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px #fff;
    outline: none;
    border: 1px solid #ddd;
}

.loginbuttondiv {
    position: absolute;
    top: 210px;
    width: 100%;
    margin: 0 auto;
}

button.loginbutton {
    background-color: #c7b27c;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 28px;
    width: 98px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}



#btn-forgotten-pwd {
    color: #c7b27c !important;
    font-style: italic !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

.questionstelmail {
    position: absolute;
    top: 280px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    width: 260px;
    margin: 0 auto;
    display: block;
    left: 10%;
    right: 10%;
    font-style: italic;
}

a {
    color: #c7b27c;
    text-decoration: none;
    font-weight: bold
}

.fake-link {
    color: #c7b27c;
    text-decoration: none;
    cursor: pointer;
}

    .fake-link:hover {
        color: #007bff;
        text-decoration: none;
        cursor: pointer;
    }

.disabledRow {
    font: italic;
}

.navbar-menu-icon {
    float: right;
}

    .navbar-menu-icon .nav-item {
        margin-left: 15px !important;
    }

.navbar-text {
    display: block !important;
    padding-top: 0;
}

.menu-sub-param > a {
    white-space: normal;
    font-size: 0.75rem;
}

.menu-sub-param-item {
    color: #c7b27c;
    background: #ebebeb;
}

    .menu-sub-param-item:hover {
        color: #c7b27c;
        background: #f9f9f7;
    }

.menu-sub-param {
    color: #c7b27c;
    background: #ebebeb;
}

.dataTables_wrapper {
    width: 100%;
}


.user-edit-form {
    margin-top: 0%;
    margin-bottom: 10%;
}

.fundNameColumn {
}

    .fundNameColumn .fundopen {
        background-image: url(../Content/Images/ellipseoui.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 5px;
    }

    .fundNameColumn .fundclose {
        background-image: url(../Content/Images/ellipsenon.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 5px;
    }

/****************/
/*** Tableaux ***/
/****************/
.tab-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.tab-legend {
    font-size: 12px;
    display: inline-block;
    padding-top: 12px;
    margin-left: 25px;
}

    .tab-legend .fund-open {
        background-image: url(../Content/Images/ellipseoui.png);
        background-repeat: no-repeat;
        /*background-position: 0px 2px;*/
        width: auto;
        padding-left: 20px;
        font-family: Verdana, Geneva, sans-serif;
        /*font-size: 12px;*/
        display: inline-block;
        /*height: 18px;
        position: relative;
        top: -2px;*/
        margin-right: 20px;
    }

    .tab-legend .fund-close {
        background-image: url(../Content/Images/ellipsenon.png);
        background-repeat: no-repeat;
        width: auto;
        padding-left: 20px;
        font-family: Verdana, Geneva, sans-serif;
        display: inline-block;
        margin-right: 20px;
    }

    .tab-legend .fund-refunded {
        background-image: url(../Content/Images/ellipserembourse.png);
        background-repeat: no-repeat;
        width: auto;
        padding-left: 20px;
        font-family: Verdana, Geneva, sans-serif;
        display: inline-block;
        margin-right: 20px;
    }

    .tab-legend .fund-maskRefunded {
        background-image: url(../Content/Images/ellipsemasque.png);
        background-repeat: no-repeat;
        width: auto;
        padding-left: 20px;
        font-family: Verdana, Geneva, sans-serif;
        display: inline-block;
    }

.dx-searchbox .dx-icon-search {
    position: absolute !important;
}

.dx-datagrid-header-panel .dx-datagrid-search-panel {
    margin-bottom: 10px;
}

table, .dx-datagrid-header-panel, .dx-widget, .dx-button, .dx-button-content, .dx-icon, .dx-texteditor-input, .dx-texteditor-container, .adminmenu, .dx-icon-filter, .dx-texteditor-container, .dx-texteditor, .dx-datagrid-content, .dx-datagrid-scroll-container {
    resize: none;
}

body .dx-toolbar, .dx-datagrid-header-panel {
    -webkit-box-shadow: 0 0px 0px transparent;
    -moz-box-shadow: 0 0px 0px transparent;
    -ms-box-shadow: 0 0px 0px transparent;
    border-bottom: 0px solid transparent !important;
}

.dx-datagrid .dx-row > td {
    padding: 5px;
    font-size: 12px;
}

/********************************/
/*** Fiche Fonds Consultation ***/
/********************************/
.singlefondRetBut {
    /*display: block;
    position: relative;
    width: 100%;*/
    height: 20px;
    font-size: 13px;
}

.singlefondRetButa {
    color: #c7b27c;
    text-decoration: none;
    /*float: right;*/
    text-transform: uppercase;
    /*padding-right: 40px;
    background-image: url(../Content/Images/delete.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: right center;*/
    line-height: 26px;
}

.sfheader {
    color: #c7b27c;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.2px;
}

.sfmillesime, .sfdate, .sfvaleurspan, .sfvariation {
    color: #7b7b7b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}

.doclist {
    margin-top: 50px;
}

.savoirplusa {
    text-decoration: none;
    font-size: 12px;
    color: #c7b27c;
    text-transform: uppercase;
    padding-left: 40px;
    background-image: url(../Content/Images/add.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: left center;
    display: inline-block;
    line-height: 26px;
    min-height: 26px;
}

table.sftable {
    width: 100%;
    border-spacing: 0;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
}

    table.sftable th, table.sftable td {
        line-height: 40px;
        text-align: left;
        padding-left: 10px;
        text-transform: uppercase;
        color: #c7b27c;
        border-left: 1px solid #dedede;
    }

    table.sftable td {
        color: #7b7b7b;
    }

        table.sftable td:nth-child(even) {
            color: #7b7b7b;
            text-transform: capitalize;
            line-height: 20px;
        }

    table.sftable tr:nth-child(even) {
        background: #f7f4ef;
    }

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .menu-background {
        background-size: 115% 180px;
    }

    .accueilbutton {
        font-size: 75%;
        height: 30px;
    }

    .logoText {
        display: none !important;
    }

    .menu-background {
        width: 100%;
    }

    .show-only-mobile {
        display: block !important;
    }

    .navbar-logo {
        width: 100% !important;
        height: auto;
    }

    .toggler {
        position: absolute;
        top: 40px;
        right: 0px;
    }

    .vatel-nav {
        flex-direction: row !important;
        width: 100%;
    }

    .navbar-header {
        width: 100%;
    }

    .title-list-display {
        margin-bottom: 50px;
    }

    .dx-datagrid-header-panel {
        height: 79px;
    }

    .dx-toolbar-after {
        margin-top: 35px;
    }

    .information-letter-btn {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .information-letter-btn {
        font-size: 10px !important;
    }
}
/********************************/
/*** Formulaires ***/
/********************************/
.form-group {
    margin-bottom: 0.4rem;
}


/********************************/
/*** Boutons ***/
/********************************/
.btn-sm2 {
    line-height: 1.0 !important;
    width: 24px;
    padding: 0.20rem 0.30rem;
}
.btn-smUpload {
    /*line-height: 1.0 !important;*/
    width: 60px;
    /*padding: 0.20rem 0.30rem;*/
}

.show-only-mobile {
    display: none;
}

#loadingAjax {
    position: fixed;
    right: 30px;
    bottom: 60px;
    display: none;
    z-index: 1000;
}

/*On écrase la classe ui-front de jquery qui est à z-index:100 pour que cela fonctionne aussi par dessus les modal bootstrap qui ont un z-index:1050*/
.ui-front {
    z-index: 5000 !important;
}

.card-header-with-btn {
    padding: 0.30rem 1.25rem;
}

    .card-header-with-btn .title {
        padding-top: 8px;
    }

.card {
    margin-bottom: 20px;
}

/*Validation summary avec class "alert alert-xxxx" on cache quand il n'y a pas de message d'erreur de validation*/
.validation-summary-valid {
    display: none;
}

.dx-datagrid-adaptive-more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: "\f129" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600 !important;
    color: #c7b27c !important;
}

    .dx-datagrid-adaptive-more:before {
        display: block;
        margin-left: auto;
        margin-right: auto;
        content: "\f129" !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 600 !important;
        color: #c7b27c !important;
    }


/**Custom controls**/
.custom-control-input-gold:focus ~ .custom-control-label::before {
    border-color: #c7b27c !important;
    box-shadow: 0 0 0 0.2rem rgba(204, 164, 91, 0.25) !important;
}

.custom-control-input-gold:checked ~ .custom-control-label::before {
    border-color: #c7b27c !important;
    background-color: #c7b27c !important;
}

.custom-control-input-gold:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c7b27c !important;
}

.custom-control-input-gold:not(:disabled):active ~ .custom-control-label::before {
    background-color: #c7b27c !important;
    border-color: #c7b27c !important;
}

/**Traduction bouton browse bootstrap*/
.custom-file-label::after {
    content: "Parcourir ...";
}

body {
    padding-bottom: 50px;
}

footer {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 35px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: 0 -0.25rem 0.75rem rgba(0, 0, 0, .05);
}

/*.nerim-page-break {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
*/
.redNotificationPastilleCircle {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    z-index: 2;
    top: -9px;
    right: 6px;
    width: 20px;
    height: 20px;
    padding-top:2px;
    text-align: center;
    color:white;
    font-size:.85em;
    font-family:Arial;
    cursor:default;
}
