﻿.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: #cb0d22 !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;
}
    .fa-unlock.lock-report, .fa-lock.lock-report {
        color: #d30471 !important;
    }

.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: #47a72d;
    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: #47a72d !important;
    font-weight: bold;
    background: #f2faf4;
}

.btn-successwizard {
    color: #ffffff !important;
    background: #47a72d;
}

    .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 #466776;
    }

.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 #94c088;
    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: #47a72d;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Non";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #4c8a8e;
        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: #1e9bd3 !important;
}

.chosen-container {
    border: 1px solid !important;
    border-color: #ccc !important;
}

.containerBsa {
    padding: 1.5%;
    background-color: #e9f6ec;
    margin-bottom: 1.25rem;
}

.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;
    }

/* C'est intelligent d'avoir mis des noms de couleur sur des classes css qui font d'autres choses... */
/* C'est pas comme s'il y avait plusieurs clients pour Infovet, susceptibles de demander des changements de couleurs... */
.btn-red-add, .btn-red.mr-4 {
    background-color: #fff;
    color: #f2ba06;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1em;
    border: 1px solid #f2ba06 !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: #f2ba06;
        color: #fff;
        text-decoration: none;
    }

.btn-ajout-utilisateur {
    color: #f2ba06 !important;
    border-color: #f2ba06 !important;
}

    .btn-ajout-utilisateur:hover {
        background: #f2ba06 url(../img/ajoututilisateur.png) no-repeat 0 -44px !important;
        color: #fff !important;
    }

.badge-visu-page {
    margin-left: -3px;
    position: absolute;
    background-color: #cb0d22;
    color: white;
    padding: 5px;
    margin-top: -19px;
    font-weight: bolder;
    border-radius: 15px;
    min-width: 28px;
}

.fa-info-circle {
    color: #47a72d!important;
}
/* 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: #f2ba06 !important;
    color: #fff !important;
    font-size: 1.4rem !important;
}

    .btndropdwnmenucustom:hover {
        /*background-color: #cb0d22 !important;*/
        opacity: 0.8!important;
        color: #fff !important;
    }

.e-rte-fontcolor-element {
    display: none;
}

.btn-ternary {
    background-color: #f2ba06 !important;
    color: #fff !important;
}

/*************************/
/* CHANGEMENT COULEURS **/
/***********************/
h1 {
    color: #47a72d !important;
}

h2 {
    color: #1e9bd3 !important;
}

.iziModal-header-title {
    color: #fff !important;
}

.liste-cr li strong {
    color: #1e9bd3 !important;
}

.swal-button swal-button--confirm.swal-button--danger {
    background-color: #cb0d22 !important;
}

table:not(.table-condensed) {
    border-bottom: 1px solid #80c0e3 !important;
}

    table:not(.table-condensed) thead th {
        background-color: #1e9bd3 !important;
        border-left: 1px solid #80c0e3 !important;
    }

        table:not(.table-condensed) thead th:last-of-type,
        table:not(.table-condensed) tbody tr td:last-of-type {
            border-right: 1px solid #80c0e3 !important;
        }

    table:not(.table-condensed) tbody td {
        border-left: 1px solid #80c0e3 !important;
        padding: 5px 10px;
    }

    table:not(.table-condensed) tbody tr:hover td {
        background-color: #D7EEF2 !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ecf8ff;
}

#hd .block-user .block-user-h a {
    color: #47a72d !important;
}

.chosen-select {
    border: 1px solid #1e9bd3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1e9bd3 !important;
}

.block-ruban-vert .inside {
    background-color: #1e9bd3 !important;
}

.block-ruban-vert h2 {
    background-color: #1e9bd3 !important;
}

.btn-danger {
    background-color: #cb0d22 !important;
}

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #F8C482 !important;
    }

    .btn-danger:hover {
        background-color: #cc4b5a !important;
    }

.btn-primary {
    background-color: #47a72d !important;
}

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #B6D666 !important;
    }

    .btn-primary:hover {
        background-color: #6B9625 !important;
    }

.chosen-container .chosen-results li.highlighted {
    background-color: #1e9bd3 !important;
}

.link-btn {
    color: #d30471;
}

.link-btn:hover {
    background-color: #f2ba06;
}

.block-rubanrouge .br-hd {
    background-color: #1e9bd3 !important;
}

.block-rubanrouge h3 {
    color: #f2ba06 !important;
}

.block-rubanrouge .btn-back {
    color: #1e9bd3 !important;
}

    .block-rubanrouge .btn-back:hover {
        background: #f2ba06 url(../img/back.png) no-repeat 0 -70px !important;
        color: #fff !important;
    }

ul.list-form li strong {
    background-color: #eff9ff !important;
    min-height: 28px !important;
    font-weight: 700;
}
/*    ul.list-form li strong::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f044";
        margin-right:5px;
    }*/

.editable-field-farm {
    background-color: #e9ecef08 !important;
    min-height: 30px !important;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 2px solid #eff9ff;
    border-top: none;
    padding: 5px;
}

    .editable-field-farm input {
        border: none;
        color: gray;
        height: 25px;
        width: 85%;
        padding-right: 15px;
    }

    .editable-field-farm::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f044";
        margin-right: 5px;
    }

    .editable-field-farm::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f0e2";
        visibility: hidden;
    }

ul.list-form li ul li {
    background-color: #eff9ff !important;
}

.block-bulle {
    background-color: #f3fbff !important;
}

    .block-bulle .hd p {
        color: #f2ba06 !important;
    }

    .block-bulle .bd {
        color: #d30471 !important;
    }

    .block-bulle .ft a {
        color: #d30471 !important;
        border: 2px solid #d30471 !important;
    }

        .block-bulle .ft a:hover {
            background-color: #d30471 !important;
            color:#fff !important;
        }

h5 {
    color: #1e9bd3 !important;
}

h4 {
    color: #47a72d !important;
}

.modal-header h5 {
    color: #fff !important;
}

.modal-header {
    background-color: #1e9bd3;
}

.col-bordered-right::after {
    background-color: #1e9bd3 !important;
}

.article-tabs .nav-tabs .nav-link {
    color: #1e9bd3;
    background-color: #E9E9F3;
}

.article-tabs .nav-tabs .nav-link.active, .article-tabs .nav-tabs .nav-item.show .nav-link {
    color: #f2ba06;
}

.navbar-expand-lg .navbar-nav li.nav-item .s-badge {
    background-color: #f2ba06;
}
.navbar-expand-lg .navbar-nav li.active a,
.navbar-expand-lg .navbar-nav li a:hover {
    background-color: #f7f7f7;
    color: #47a82d !important;
}

.row-gray.blue {
    background-color: #1e9bd3;
}

a > .fas.fa-envelope, a > .fas.fa-mobile-android {
    color: #d30471;
}

.btn-success {
    color: #fff;
    background-color: #47a72d !important;
    border-color: #47a72d !important;
}

    .btn-success:hover {
        color: #fff;
        background-color: #94c088 !important;
        border-color: #94c088 !important;
    }
.block-rubanrouge.search .block-chosen-select-picto-search .chosen-single {
    /*color: #fff;*/
    background: url(../img/choosen-searchg.png) #fff no-repeat 0 0 !important;
    background-color: #fff;
}

.block-rubanrouge.search .chosen-container-single .chosen-single div b {
    background: #fff!important;
}

.swal-button--danger {
    background-color: #cb0d22 !important;
}

.badge-info {
    background-color: #1e9bd3 !important;
}

.iziModal .iziModal-header {
    background-color: #47a72d !important;
}


/*****************************/
/* FIN CHANGEMENT COULEURS **/
/***************************/
.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 #f2ba06 solid;
    color: #f2ba06;
    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: #f2ba06;
    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: #466776;
    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 #466776;
    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 #466776;
        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 #466776;
        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, table > tbody > td.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;
    }
}

.cards-contact {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding: 20px 20px 20px 30px !important;
    background-color: #EFF9FF;
    max-width: 85%;
    margin-top: 20px !important;
    background: none !important;
}

.round-button-contact {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #EFF9FF;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 3%);
    font-size: 20px;
    font-weight: bold;
    align-self: center;
}

    .round-button-contact:hover {
        background: #777555;
    }

.round-button-contact-delete {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #cb0d22;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 3%);
    font-size: 20px;
    font-weight: bold;
    align-self: center;
}

    .round-button-contact-delete:hover {
        background: #777555;
    }

.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;
}

.custom-button-dropdown {
    background: #fff url(../img/select.png);
}


.ui-autocomplete.ui-menu {
    border: 1px solid #B7B7B7;
    padding: 0;
    margin-left: 10%;
}

.ui-menu-item {
    font-weight: bold;
    background-color: white;
    list-style-type: none;
    padding: 0.1rem 0.1rem 0.1rem 0.4rem;
}

    .ui-menu-item:hover {
        color: white;
        background-color: #2D8CCB;
    }

.centered-icon {
    padding-left : 24%;
    padding-right: 24%;
}

.modal {
    overflow-y: auto!important;
}

.btn-add-contact {
    margin-top: 0px !important;
    padding: 5px !important;
    padding-left: 8px !important;
    width: 30%;
    height: 35px;
    margin-left: 1.5rem;
    display: inline-flex;
    background-color: #d30471 !important;
    border: none;
    background: #d30471 !important;
    align-items: center;
    color: white;
    border-radius: 3px;
    font-size: larger;
}

.validation-summary-valid {
    display: none;
}

h4.panel-title {
    margin:0.3rem!important;
    font-weight:600;
}

.customDropdownMenu a.CallCopyBSA.funcDisabled {
    cursor: default;
    color: #bbb !important;
    pointer-events: none;
    /*opacity: 0.6;*/
}

    .customDropdownMenu a.CallCopyBSA.funcDisabled:hover {
        background-color: red !important;
    }

.keepHeightIfEmpty:empty::before {
    content: " ";
    display: inline-block;
    white-space: pre;
}

.gridcell-tooltip {
    position: relative;
}

.gridcell-tooltip .gridcell-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;
}

    .gridcell-tooltip .gridcell-tooltiptext.right {
        left: 100%;
        right: 0%;
    }

.gridcell-tooltip.fa-2x .gridcell-tooltiptext {
    font-size: 55%;
}

td:hover .gridcell-tooltiptext {
    visibility: visible;
}

td.gridcell-tooltip.noteditable:hover {
    cursor: default;
}

.form-group-title {
    border-bottom: 1px solid #aaa;
    background-color: #f2faf4;
    margin-left: -10px;
}

hr.bse-group-sep {
    border: solid 1px #47a72d !important;
}

.info-tooltip {
    position: relative;
}

    .info-tooltip .info-tooltiptext {
        visibility: hidden;
        background-color: #F0F5F4;
        color: #103B5C;
        text-align: left;
        padding: 10px;
        font-size: 100%;
        font-style: normal;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: 600;
        position: absolute;
        z-index: 1;
        top: 0%;
        right: 100%;
        border: #1e9bd3;
        border: solid 1px #1e9bd3;
        line-height: 18px;
        width: max-content;
        white-space: pre-line;
        max-width: 350px;
        overflow-wrap: break-word;
    }

        .info-tooltip .info-tooltiptext.right {
            left: 100%;
            right: 0%;
        }

    .info-tooltip.fa-2x .info-tooltiptext {
        font-size: 55%;
    }

span:hover > .info-tooltiptext, div:hover > .info-tooltiptext {
    visibility: visible;
}

.contact-preselected-input-text {
    color: #47a72d;
    font-weight: 700;
}

.contact-preselected-label {

}

.no-contact-preselected-label {
    font-style: italic;
    color: #747373;
}

.flex-3x-wrapper, .flex-2x-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flex-3x-wrapper .form-group {
    flex-grow: 1;
    width: 33%;
    max-width: 33%;
}


.flex-2x-wrapper .form-group {
    flex-grow: 1;
    width: 50%;
    max-width: 48%;
}

.bottom-border-last:last-child {
    border-bottom: solid 1px #47a72d;
}

.elm3q-margl, .form-control.elm3q-margl {
    width: 75%;
    margin-left: 1.25rem;
}