/* =========================================================== */
/* ==== PROPRIETES DES CARTES PROJETS ==== */
/* =========================================================== */

/* Restylisation de la carte */
.card-restyle-projet {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

/* Infos du projet */
.card .card-body .infos-projet {
    font-weight: 300;
}

/* Bord fieldset recherche */
.border-specs-search {
    border-color: rgb(51, 71, 82) !important;
}

/* BG fieldset recherche */
.bg-specs-search {
    background-color: #ffffff !important;
}

/* Form recherche projet */
.form-simple-proj input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 300 !important;
    outline: none;
    box-shadow: none !important;
    color: #495057;
}

.form-simple-proj input:focus {
    border: 1px solid rgb(51, 71, 82) !important;
}

/* Hauteur select box */
#selectModeleBase {
    height: calc(2.25rem + 2px);
}

#selectDessinateur {
    height: calc(2.25rem + 2px);
}

/* Devis */
.card-body-devis {
    background-color: rgba(0, 0, 0, 0.12);
}

.card-body-devis-lot {
    background-color: rgba(0, 0, 0, 0.12);
}

.card-body-devis-sslot {
    background-color: rgba(0, 0, 0, 0.12);
}

.card-body-devis-ouv {
    background-color: rgba(0, 0, 0, 0.12);
}

/* Restylisation des entetes */
.card-header-restyle-bat {
    /* Couleurs bordures */
    border-bottom: 2px solid rgba(0, 0, 0, 1);

    /* Hauteur de ligne */
    line-height: 1;

    /* Couleur de fond */
    background-color: rgba(0, 0, 0, 0.12);

    overflow: hidden;
}

.card-header-restyle-lot-dev {
    /* Couleurs bordures */
    border-bottom: 0;

    /* Hauteur de ligne */
    line-height: 1;

    /* Couleur de fond */
    background-color: rgba(0, 0, 0, 0.12);

    overflow: hidden;
}

.card-header-restyle-sslot-dev {
    /* Couleurs bordures */
    border-bottom: 0;

    /* Hauteur de ligne */
    line-height: 1;

    /* Couleur de fond */
    background-color: rgba(0, 0, 0, 0.12);

    overflow: hidden;
}

.card-header-restyle-ouv-dev {
    /* Couleurs bordures */
    border-bottom: 0;

    /* Hauteur de ligne */
    line-height: 1;

    /* Couleur de fond */
    background-color: rgba(0, 0, 0, 0.12);

    overflow: hidden;
}

.card-header-restyle-art-dev {
    /* Couleurs bordures */
    border-bottom: 0;

    /* Hauteur de ligne */
    line-height: 1;

    /* Couleur de fond */
    background-color: rgba(0, 0, 0, 0.12);

    overflow: hidden;
}

/* Couleurs bout de ligne */
.agtype-left {
    width: 18px;
}

/* Formulaires devis */
.form-devis-lot-titre input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    outline: none;
    box-shadow: none !important;
    color: black;
    height: 1.5rem !important;
    background-color: #f2f2f2;
}

.form-devis-lot-titre input:focus {
    border: 1px solid rgba(63, 81, 181, 0.8) !important;
}

.form-devis-lot input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    outline: none;
    box-shadow: none !important;
    color: #495057;
    height: 1.5rem !important;
    background-color: #f2f2f2;
}

.form-devis-lot input:focus {
    border: 1px solid rgba(63, 81, 181, 0.8) !important;
}

.form-devis-sslot input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    outline: none;
    box-shadow: none !important;
    color: black;
    height: 1.5rem !important;
    background-color: #f2f2f2;
    box-sizing: border-box !important;
}

.form-devis-sslot input:focus {
    border: 1px solid rgba(156, 39, 176, 0.8) !important;
}

.form-devis-ouv input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    outline: none;
    box-shadow: none !important;
    color: #495057;
    height: 1.2rem !important;
    background-color: #f2f2f2;
}

.form-devis-ouv input:focus {
    border: 1px solid rgba(63, 81, 181, 0.8) !important;
}

.form-devis-ouv textarea.form-control {
    color: black;
    border: 1px solid #d0d0d0 !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    background-color: #f2f2f2;
}

.form-devis-ouv textarea.form-control:focus {
    border: 1px solid #e9467f;
}

.form-devis-art textarea.form-control {
    color: black;
    border: 1px solid #d0d0d0 !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    background-color: #f2f2f2;
}

.form-devis-art textarea.form-control:focus {
    border: 1px solid #4ec2f7 !important;
}

.form-devis-art input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 0.25rem !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    box-shadow: none !important;
    color: black;
    height: 1.2rem !important;
    background-color: #f2f2f2;
}

.form-devis-art input:focus {
    border: 1px solid #4ec2f7 !important;
}

/* Text Areas nouvelles valeurs */
.prop-textarea-devis textarea {
    font-weight: 400;
    font-size: 0.8rem !important;
    margin-top: 0;
    padding: 5px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}

.price-table input[type='text']:disabled {
    font-weight: 400 !important;
    background-color: #f2f2f2;
    color: black;
}

.art-libelle-color {
    color: rgba(0, 0, 0, 0.4) !important;
}

/* Comparaisons */
.devis-modif {
    background-color: #ffecb3 !important;
}

.clear-wrapper {
    position: relative;
}

.clear-wrapper input {
    width: 100%;
}

.clear-input {
    position: absolute;
    top: 5px;
    left: 7%;
    z-index: 100;
    cursor: pointer;
}

.clear-input-lg {
    position: absolute;
    top: 5px;
    left: 10%;
    z-index: 100;
    cursor: pointer;
}

.clear-textarea {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 100;
    cursor: pointer;
}

/* Btn ajout article */
.btn-add-art {
    background-color: #4ec2f7 !important;
}

/* Metrés articles */
.comp-tech-metres {
    padding: 5px;
    border-radius: 0.25rem;

    border: 1px solid #d0d0d0 !important;
    background-color: #f2f2f2;
}

.comp-tech-metres td {
    color: black !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
}

/* Checkbox prix revient */
.checkbox-prBat [type='checkbox'][class*='filled-in']:checked + label:after {
    border-color: rgb(51, 71, 82);
    background-color: rgb(51, 71, 82);
}

/* Forcing de la tille des icones (a cause de bootstrap) */
.icon-resize {
    font-size: 14px;
}

/* Hauteur champs details vide */
[id^='detailsTech_'] table {
    height: 14px;
}

/* bordure infos générales */
.dev-infos-bord {
    border-color: rgb(51, 71, 82) !important;
}

.mt-input {
    margin-top: 12.8px !important;
}

.ml-code-lib {
    margin-left: 18px !important;
}
