﻿.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: #0080C7 !important;
    font-size: 1.6em;
    cursor: pointer;
}

.fa-trash {
    color: #0080C7 !important;
    font-size: 1.6em;
    cursor: pointer;
}

.fa-envelope {
    color: #0080C7 !important;
}

.stepwizard-entete {
    float: left;
    background: url(../img/bg_affection_title.png) repeat-y right top #fff !important;
    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: #0080C7;
    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: #f1f7fa;
}

.btn-successwizard {
    color: #ffffff !important;
    background: #0080C7;
}

    .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 #0080C7;
    }

.files input {
    outline: 2px dashed #0080C7;
    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 #0080C7;
        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: #f08207;
        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: #0080C7;
        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: #535351 !important;
}

.chosen-container {
    border: 1px solid !important;
    border-color: #ccc !important;
}

.containerBsa {
    padding: 2%;
    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: #F08207;
    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: #F08207 !important;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1em;
    border: 1px solid #F08207 !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: #F08207;
        color: #fff !important;
        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;
    width: 26px;
}


/* 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: #F08207 !important;
    color: #fff !important;
    font-size: 1.4rem !important;
}

    .btndropdwnmenucustom:hover {
        background-color: #D17106 !important;
        color: #fff !important;
    }

.e-rte-fontcolor-element {
    display: none;
}
/*************************/
/* CHANGEMENT COULEURS **/
/***********************/
h1 {
    color: #f08207 !important;
}

h2 {
    color: #0080C7 !important;
}

.iziModal-header-title {
    color: #fff !important;
}

.liste-cr li strong {
    color: #0080C7 !important;
}

table:not(.table-condensed) {
    border-bottom: 1px solid #80c0e3 !important;
}

    table:not(.table-condensed) thead th {
        background-color: #0080C7 !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: #F08207 !important;
}

.chosen-select {
    border: 1px solid #0080C7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0080C7 !important;
}

.block-ruban-vert .inside {
    background-color: #0080C7 !important;
}

.block-ruban-vert h2 {
    background-color: #0080C7 !important;
}

.btn-danger {
    background-color: #F08207 !important;
}

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #F8C482 !important;
    }

    .btn-danger:hover {
        background-color: #D17106 !important;
    }

.btn-primary {
    background-color: #84BA2E !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: #0080C7 !important;
}

.link-btn:hover {
    background-color: #6B9625;
}

.block-rubanrouge .br-hd {
    background-color: #0080C7 !important;
}

.block-rubanrouge h3 {
    color: #F08207 !important;
}

.block-rubanrouge .btn-back {
    color: #F08207 !important;
}

    .block-rubanrouge .btn-back:hover {
        background: #F08207 url(../img/back.png) no-repeat 0 -70px !important;
        color: #fff !important;
    }

ul.list-form li strong {
    background-color: #eff9ff !important;
}

ul.list-form li ul li {
    background-color: #eff9ff !important;
}

.block-bulle {
    background-color: #eaf8ff !important;
}

    .block-bulle .hd p {
        color: #F08207 !important;
    }

    .block-bulle .bd {
        color: #535351 !important;
    }

    .block-bulle .ft a {
        color: #535351 !important;
        border: 2px solid #535351 !important;
    }

h5 {
    color: #0080c7 !important;
}

h4 {
    color: #f08207 !important;
}

.modal-header h5 {
    color: #fff !important;
}

.modal-header {
    background-color: #0080c7;
}

.col-bordered-right::after {
    background-color: #0080c7 !important;
}

.article-tabs .nav-tabs .nav-link.active, .article-tabs .nav-tabs .nav-item.show .nav-link {
    color: #F08207;
}

.navbar-expand-lg .navbar-nav li.nav-item .s-badge {
    background-color: #F08207;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0080C7 !important;
}

.block-bulle .ft a:hover {
    background-color: #0080C7 !important;
    color: #FFF !important;
}

/*****************************/
/* FIN CHANGEMENT COULEURS **/
/***************************/
/*.e-grid .e-table {
    table-layout: auto !important;
}*/

.btn-blue {
    background-color: #0080C7;
}

    .btn-blue:hover {
        background-color: #0080C7;
    }

.affection-table {
    margin-left: -100px;
    width: 125%;
    max-width: 125%;
}

.text-primary-affections {
    color: white !important;
}

.e-grid .e-headercelldiv {
    text-align: center;
}

.iziModal {
    margin: 10rem 20rem 10rem 20rem !important;
    padding: 2rem !important;
}

    .iziModal .iziModal-header {
        margin: -2rem;
        margin-bottom: 1rem;
    }

    .iziModal .iziModal-content {
        padding-top: 0px !important;
    }

.RichTextHeight {
    height: 250px !important
}

.btn-outline-warning {
    color: white !important;
    background-color: #ffc107 !important;
}

.affection-title {
    background: url(../img/bg_affection_title.png) repeat-y right top #fff !important;
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    border: 1px solid #ddd !important;
    margin-bottom: 10px !important;
}

.icon-affection-size {
    font-size: 1.5rem !important;
}

.collapsible {
    background-color: #E9ECEF;
    cursor: pointer;
    padding: 0.7rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.92308rem;
    line-height: 1.1em;
    color: #747373;
    border: 1px solid #B7B7B7;
}

    .collapsible:focus {
        outline: none;
    }

    .collapsible:after {
        content: '\002B'; /* Unicode character for "plus" sign (+) */
        font-size: 18px;
        color: #747373;
        float: right;
        margin-left: 5px;
    }

    .collapsible.active:after {
        content: "\002D"; /* Unicode character for "minus" sign (-) */
    }

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #F7F7F7;
}

.affections-car-fiche {
    padding: 1rem;
    padding-bottom: 0.4rem;
}

.p-switch-btn-analyse {
    /* border-bottom: 1px solid #E6E6E6; */
    padding-bottom: 5px;
    /* margin: 0 0 30px 0; */
}

.img-registre-signature {
    object-fit: contain;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.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: #F08207;
    display: block;
}

.btn-pdf {
    background: url(../img/pdf_icon.svg) no-repeat 2px 0px;
    line-height: 1em;
    min-height: 28px;
    background-size: 21px 27px;
    padding: 0px 0px 0px 26px;
    color: #F08207;
    display: block;
}

.weight-icon {
    color: rgb(255, 255, 255);
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    padding: 12px;
    box-shadow: rgb(136 152 170 / 15%) 0px 0px 2rem 0px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #80c0e3;
}

.block-header-menu {
    border: 0;
    border-right: 2px;
    border-left: 2px;
    border-top: 2px;
    border-color: #f7f7f7 !important;
    border-style: solid;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    margin-right: 5px;
    padding: 17px;
    background-color: white;
    transition: background .2s ease,border-color .2s ease;
    /*letter-spacing: .03em;*/
    text-transform: uppercase;
    color: black;
    border-top-right-radius: 0.55rem;
    border-top-left-radius: 0.55rem;
}

    .block-header-menu:hover {
        text-decoration: none;
        color: black;
        background-color: #f7f7f7;
    }

    .block-header-menu.selected {
        background-color: #f7f7f7;
        color: #F18207;
    }

.tabs-intervention-vet {
    color: #AEAEAE !important;
    background-color: white !important;
    margin-right: 20px !important;
}

    .tabs-intervention-vet.active {
        color: #818181 !important;
        border-bottom: #F08207 3px solid !important;
    }

    .tabs-intervention-vet:hover {
        color: #818181 !important;
        border-bottom: #F08207 3px solid !important;
    }

.css-pdf * {
    background-color: #FFF !important;
}

.page-a4-portrait {
    padding: 20px !important;
    margin: 0 !important;
    width: 793px !important;
    max-width: 793px !important; /*793px*/
    /*height: 1014px !important;
        max-height: 1014px !important;*/
    /*page-break-before: avoid !important;*/
    /*page-break-inside: avoid !important;*/
    /*page-break-after: always !important;*/
    overflow-y: no-display;
    overflow-x: no-display;
}

.page-donne-mouvement {
    /*margin-left: -30rem;
    margin-right: -30rem;*/
    margin-bottom: 3rem;
}

.pie-card-donne-mouvement {
    width: 20rem !important;
    height: 30rem !important;
}

@media (min-width:100px) and (max-width:1200px) {
    .page-donne-mouvement {
        margin-left: 0rem;
        margin-right: 0rem;
        margin-bottom: 3rem;
    }

    .pie-card-donne-mouvement {
        width: 10rem !important;
        height: 30rem !important;
    }
}

.btn-attente-animal {
    width: 72px;
    height: 72px;
    border-radius: 35px;
    /*background-color: #56A800 !important;*/
    color: white !important;
    text-align: center;
    display: table-cell;
    line-height: 1.5em !important;
    pointer-events: none;
}

.card-info-vie-animal {
    margin: 0;
    width: 30rem;
    margin: auto;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.label-info-vie-animal {
    background: rgba(0, 0, 0, 0.03);
    padding: 5px;
    text-align: center;
}

    .label-info-vie-animal label {
        font-size: inherit !important;
        font-family: inherit !important;
    }

.label-info-vie-animal-border {
    text-align: center;
    padding: 5px;
}

.label-info-vie-animal-valeur {
    border: none;
    background: transparent;
}

.input-edit-numero-bergerie {
    width: 75%;
    text-align: center;
    background: transparent;
    border: none;
    font-weight: bolder;
}

    .input-edit-numero-bergerie:focus {
        border: none;
        outline:none;
    }

.container-edit-camion-bergerie {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 2px;
    background: white;
}

.i-button-edit-bergerie {
    font-size: large;
    vertical-align: middle;
}

.ui-autocomplete {
    background-color: white;
    padding-left: 0px;
    border: 1px solid grey;
    border-radius: 5px;
}

.ui-menu-item {
    padding: 5px 0;
    padding-left:20px;
    list-style-type: none;
}
    .ui-menu-item:hover {
        background-color: #ECF8FF;
    }

.select2-container .select2-selection--single {
    line-height: 28px !important;
}

.countAttenteGroup {
    text-align: -webkit-center;
}
.countAttente {
    width: 5rem;
    height: 30px !important;
    background-color: #0080C7 !important;
}

.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%);
    }

.tabletreat tbody td {
    border-left: 1px solid #80c0e3 !important;
    padding: 12px 10px !important;
}

.table-registre-img img{
    height:40px !important;
}