﻿.table-warning-error {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../img/table-error.png) no-repeat 0 0;
}

.btnInputOverride {
    min-width: 166px;
}

.btnReset {
    min-width: 166px !important;
    background-color: #8a8a8a !important;
    box-shadow: none !important;
}

.article-tabs {
    /*background-color: #f7f7f7;*/
    background-color: #fff;
}

ul.list-form li strong {
    min-height: 28px !important;
    font-weight: 700;
}

table {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
}

.fa-edit {
    color: #4c8a8e !important;
    font-size: 1.6em;
    cursor: pointer;
}

.fa-trash {
    color: #4c8a8e !important;
    font-size: 1.6em;
    cursor: pointer;
}

.fa-lock {
    color: #4c8a8e !important;
    font-size: 1.6em;
    cursor: pointer;
}
.fa-unlock {
    color: #4c8a8e !important;
    font-size: 1.6em;
    cursor: pointer;
}

.stepwizard-entete {
    float: left;
    background-color: #f2faf4;
    padding: 10px;
    margin-bottom: 25px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #588d75;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 11%;
    padding-left: 10px;
}

.increasedWidth {
    width: 15% !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.addreport-container {
    background-color: white;
    margin: 0px;
    padding: inherit;
    padding-top: 20px;
}

.dateWizardReport {
    width: 170px;
}

.btn-defaultwizard {
    color: #588d75 !important;
    background: #f2faf4;
}

.btn-successwizard {
    color: #ffffff !important;
    background: #588d75;
}

    .btn-successwizard:hover .btn-defaultwizard:hover {
        text-decoration: none;
    }

.panel-body {
    margin-top: 3%;
}

.nextBtn {
    margin-top: 2%;
}

.edit-datepicker {
    background-image: url(../img/datepicker.png);
    background-repeat: no-repeat;
    background-position: right 5px;
    width: 110px !important;
}

.edit-form-control {
    -webkit-appearance: none !important;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    font-weight: 400;
    min-height: 32px;
    border-radius: 0;
    width: auto;
    font-size: 0.92308rem;
    border: 1px solid #B7B7B7;
    color: #747373;
    width: 100%;
}

    .edit-form-control:hover {
        -webkit-appearance: none !important;
    }

    .edit-form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none;
        border: 1px solid #207B5C;
    }

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 25px 15px 50px 25%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    height: 200px;
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        pointer-events: none;
        width: 100%;
        right: 0;
        height: 30px;
        content: " ou déposez le ici. ";
        display: block;
        margin: 0 auto;
        color: #2ea591;
        font-weight: 600;
        padding-left: 37%;
    }

.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 15px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Oui";
        padding-left: 10px;
        background-color: #185D45;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Non";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.conformeonoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .conformeonoffswitch-inner:before, .conformeonoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .conformeonoffswitch-inner:before {
        content: "Conforme";
        padding-left: 10px;
        background-color: #185D45;
        color: #FFFFFF;
    }

    .conformeonoffswitch-inner:after {
        content: "Non conforme";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    height: 18px;
    top: 2px;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.label-switch-bsa {
    padding-left: 0px;
}

.space-for-switch {
    margin-top: 1.5rem;
}


li.link-building {
    color: blue !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: 700 !important;
}

    li.link-building:hover {
        color: #00f !important;
        text-decoration: underline !important;
        font-weight: 700 !important;
    }

tr.link-lot {
    color: blue !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: 400 !important;
}

    tr.link-lot:hover {
        color: #00f !important;
        text-decoration: underline !important;
        font-weight: 400 !important;
    }

.search-choice {
    background-color: #185D45 !important;
}

.chosen-container {
    border: 1px solid !important;
    border-color: #ccc !important;
}

.containerBsa {
    padding: 1.5%;
    background-color: #f2faf4;
    margin-bottom: 8px;
}

.chosen-choices {
    margin: 2px !important;
}

.field-icon {
    float: right;
    margin-right: 3px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
}

.table-row-click {
    cursor: pointer;
}

.customInfo > .dataTables_info {
    clear: both;
    float: right !important;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
}

@media (min-width:100px) and (max-width:1200px) {
    .navbar-expand-lg .navbar-nav li.nav-item a {
        padding: 0px !important;
    }

    .collapse-test.collapse:not(.show) {
        display: inline;
    }

    .navbar-expand-lg .navbar-nav li.nav-item-right {
        /*display: block;*/
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .navbar-expand-lg .navbar-nav li.nav-item-right {
        /*display: block;*/
        float: left !important;
    }
}

.btn-excel {
    background: url(../img/btn-excel.svg) no-repeat 0 0;
    line-height: 1em;
    min-height: 28px;
    background-size: 24px 30px;
    padding: 0px 0 0px 26px;
    color: #2F7C5C;
    display: block;
}

textarea.form-control {
    resize: none !important;
    /*width:unset!important;*/
    /*overflow:hidden!important;*/
    max-width: 100%;
    max-height: 100%;
}

/*.mailtooltip {
    position: relative;
    display: inline-block;
}

    .mailtooltip .mailtooltiptext {
        visibility: visible;
        width: 200px;
        background-color: #F0F5F4;
        color: #12334B;
        text-align: center;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        font-size: 13px;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-style: normal;
        border: black;
        border: solid 1px #12334B;

    }

        .mailtooltip .mailtooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .mailtooltip:hover .mailtooltiptext {
        visibility: visible;
        opacity: 1;
    }*/

.mailtooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .mailtooltip .mailtooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #F0F5F4;
        color: #12334B;
        text-align: center;
        padding: 10px;
        font-size: 13px;
        font-style: normal;
        position: absolute;
        z-index: 1;
        top: -16px;
        left: 240%;
        border: black;
        border: solid 1px #12334B;
        line-height: 15px;
        white-space: pre-line;
    }

    .mailtooltip:hover .mailtooltiptext {
        visibility: visible;
    }

.btn-red-add {
    background-color: #fff;
    color: #C9543E;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1em;
    border: 1px solid #C9543E !important;
    height: 32px;
    padding: 7px 10px 0 10px;
    font-size: 1.30769rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 1px;
}

    .btn-red-add:hover {
        background-color: #C9543E;
        color: #fff;
        text-decoration: none;
    }

.badge-visu-page {
    margin-left: -3px;
    position: absolute;
    background-color: #C9543E;
    color: white;
    padding: 5px;
    margin-top: -19px;
    font-weight: bolder;
    border-radius: 15px;
    min-width: 28px;
}


/* Syncfusion override */
@media (min-width:0px) {
    .e-richtexteditor .e-toolbar-wrapper {
        min-height: 42px;
        max-height: 42px;
        height: 42px;
    }

    .e-richtexteditor {
        height: 100% !important;
        padding: 0 !important;
    }

        .e-richtexteditor .e-rte-content {
            height: calc(100% - 42px) !important;
            max-height: 250px;
            overflow-y: auto;
        }
}

/*bug rich text & date fix*/
.e-rte-toolbar {
    z-index: 9 !important;
}


.nopadding {
    padding: 0px !important;
}

.customDropdownMenu {
    padding: 5px 6px 3px 3px !important;
    border-radius: 0rem !important;
    width: 16rem !important;
}

.btndropdwnmenucustom {
    background-color: #C9543E !important;
    color: #fff !important;
    font-size: 1.4rem !important;
}

    .btndropdwnmenucustom:hover {
        background-color: #C9543E !important;
        color: #fff !important;
    }

.e-rte-fontcolor-element {
    display: none;
}

.buildingsaddresses-tooltip {
    position: relative;
}

    .buildingsaddresses-tooltip .buildingsaddresses-tooltiptext {
        visibility: hidden;
        background-color: #F0F5F4;
        color: #12334B;
        text-align: left;
        padding: 10px;
        font-size: 100%;
        font-style: normal;
        position: absolute;
        z-index: 1;
        top: 0%;
        right: 100%;
        border: black;
        border: solid 1px #12334B;
        line-height: 18px;
        width: max-content;
        white-space: pre-line;
        max-width: 350px;
        overflow-wrap: break-word;
    }

    .buildingsaddresses-tooltip.fa-2x .buildingsaddresses-tooltiptext {
        font-size: 55%;
    }

td:hover .buildingsaddresses-tooltiptext {
    visibility: visible;
}

.iziModal-header-title {
    color: #fff !important;
}

.iziModal {
    margin: 1rem 20rem 10rem 20rem !important;
    padding: 2rem !important;
}

    .iziModal .iziModal-header {
        margin: -2rem;
        margin-bottom: 1rem;
    }

    .iziModal .iziModal-content {
        padding-top: 0px !important;
    }
.commentaire-conclusion {
    font-size: 1.2em;
    line-height: 1em;
    background-color: #EFF5F3;
    padding: 15px;
    margin: 5px 0px 10px 0px;
    padding-top: 1px;
}
.item-cl-comment {
    background-color: white;
    padding: 5px;
    margin: 10px 5px 0px 5px;
    border: 2px #FFF solid;
    border-radius: 0.25rem;
}

.title-edit-dropdown-group {
    border: none;
    border-bottom: 3px #F08207 solid;
    color: #F08207;
    font-size: large;
    font-weight: 500;
}

.title-edit-dropdown-item {
    /* display: flex; */
    position: absolute;
    margin-top: -11px;
    margin-left: 10px;
    background: white;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 500px;
    line-height: 1.5rem;
}

    .title-edit-dropdown-item:hover {
        cursor: move;
        overflow: visible;
        white-space: initial;
    }

.input-edit-dropdown-item {
    height: 3.5rem;
    padding: 20px 12px 1px 7px;
    margin-top: 0.5rem;
    width: 99% !important;
}

.group-edit-dropdown {
    margin-top: 2.5rem;
}

.remove-dropdown-item {
    display: flex;
    position: absolute;
    margin-top: -10px;
    right: 2%;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 15px/16px sans-serif;
    background: #555555eb;
    border: 1px solid #fff;
    color: #FFF !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-dropdown-item:hover {
        background: #E54E4E;
        padding: 3px 7px 5px;
        cursor: pointer;
    }

    .remove-dropdown-item:active {
        background: #E54E4E;
    }

.round-button-dropdown-add {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: white !important;
    text-align: center;
    text-decoration: none;
    background: #F08207;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 3%);
    font-size: 20px;
    font-weight: bold;
    align-self: center;
}

    .round-button-dropdown-add:hover {
        background: #d27003;
        width: 60px;
        height: 60px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    }

.autoScrollButton {
    font-weight: bold;
    margin-bottom: 0.2em;
}

    .autoScrollButton:hover {
        font-weight: bolder;
        cursor: pointer;
        box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.6);
        transition: 0.2s;
    }

    .autoScrollButton:active {
        background-color: #2D8CCB;
        color:white!important;
    }

body {
    --pse-label-color: #fff878;
}

.prophylaxisMenuBtn {
    position: fixed;
    left:3%;
    bottom: 3vh;
    background-color: #207B5C;
    color: white;
    display: inline;
    text-align: center;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    padding: 1vw;
    font-size: 2vw;
}

.prophylaxisMenuBtn:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
}

.prophylaxisMenu {
    position: fixed;
    left: 2%;
    bottom: 6vw;
    background-color: white;
    padding: 0.4em;
    display: none;
    border: solid 1px #207B5C;
    padding: 5px 10px;
}

@media screen and (min-width: 1600px) {
    .prophylaxisMenuBtn {
        left:2%;
        width: 3vw;
        height: 3vw;
        font-size: 1.5vw;
        padding: 0.75vw;
    }

    .prophylaxisMenu {
        position: fixed;
        left: 5%;
        bottom: 5vw;
        background-color: white;
        padding: 0.4em;
        display: none;
        border: solid 1px #207B5C;
        padding: 5px 10px;
    }
}


.psePropertyIndication {
    margin: 0.2em 0.4em 0.4em -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient( to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3) );
    box-decoration-break: clone;
}

.bseStaticText {
    font-style: italic;
}

.disabled-td-clickable {
    pointer-events: none;
    opacity: 0.6;
}

.useradmintooltip {
    position: relative;
    /*border-bottom: 1px dotted black;*/
}

    .useradmintooltip .useradmintooltiptext {
        visibility: hidden;
        width: 220px;
        background-color: #F0F5F4;
        color: #12334B;
        text-align: center;
        padding: 10px;
        font-size: 13px;
        font-style: normal;
        position: absolute;
        z-index: 1;
        top: -16px;
        left: 100%;
        border: solid 1px #207B5C;
        line-height: 15px;
    }

    .useradmintooltip:hover .useradmintooltiptext {
        visibility: visible;
    }


.farmbuildingdetail-tooltip {
    position: relative;
}

.farmbuildingdetail-tooltip .farmbuildingdetail-tooltiptext {
    visibility: hidden;
    background-color: #F0F5F4;
    color: #12334B;
    text-align: left;
    padding: 10px;
    font-size: 100%;
    font-style: normal;
    position: absolute;
    z-index: 1;
    left: 25%;
    top:100%;
    border: solid 1px #12334B;
    line-height: 18px;
    width: max-content;
    white-space: pre-line;
    max-width: 400px;
    overflow-wrap: break-word;
}

.farmbuildingdetail-tooltip:hover .farmbuildingdetail-tooltiptext {
    visibility: visible;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.warning-triangle-small {
    width: 22px;
    height: 21px;
    background: url(../img/table-warning.png) no-repeat 0 0;
}

#table_list_dropdownvalues > tbody tr.noteditable {
    color: #909894;
}

table > tbody > tr.noteditable {
    cursor: default;
}

.dropdowngridline-tooltiptext {
    display: none;
    width: 14vw;
    background-color: #F0F5F4;
    color: #12334B;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-style: normal;
    position: absolute;
    z-index: 1;
    border: black;
    border: solid 1px #12334B;
    line-height: 15px;
    white-space: pre-line;
}

@media (max-width:1400px) {
    .dropdowngridline-tooltiptext {
        font-size: 0.9em;
        width: 10vw;
        padding: 7px;
    }
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-auto {
    margin: auto;
}

.liste-cr label.control-label {
    padding-top: 0.3rem;
    padding-right: 0.15rem;
    font-weight: 700;
    color: #144975;
    font-size: 1rem;
    font-weight: 900;
}

.linebreakcontainer {
    display: inline-flex !important;
    flex-direction: column;
}

