﻿.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;
    margin-left: -20px;
}

.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: 10%;
    padding-left: 3px;
    padding-right: 3px;
}

.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: "Sí";
        padding-left: 10px;
        background-color: #0080C7;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        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;
        min-height: 250px !important;
    }

        .e-richtexteditor .e-rte-content {
            height: calc(100% - 42px) !important;
            max-height: 250px;
            overflow-y: auto;
        }

            .e-richtexteditor .e-rte-content .e-content,
            .e-richtexteditor .e-source-content .e-content {
                min-height: 248px !important;
            }
}

/*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;
    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: #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;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    max-width: 156px;
}

/*****************************/
/* FIN CHANGEMENT COULEURS **/
/***************************/
/*.e-grid .e-table {
    table-layout: auto !important;
}*/

.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: 1rem 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;
}

.charcounter {
    float: right;
    margin-left: auto;
    margin-right: 2rem;
    display: none;
}

.styledLangSelect option {
    background: transparent;
    border: 1px solid #CCC;
    padding-left: 4rem;
}

.styledLangSelect {
    overflow: hidden;
    padding-left: 4rem;
    background-position: 3% !important;
    background-size: 8% !important;
    border: 1px solid #B7B7B7;
    color: #747373;
}

.unstyledlabel {
    font-weight: unset;
    font-size: unset;
    padding: unset;
    font-family: unset;
    color: unset;
    line-height: unset;
}

.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: #C9543E;
    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;
    }

.btn-add-contact {
    margin-top: 0px !important;
    padding: 5px !important;
    width: 30%;
    height: 35px;
    margin-left: 1.5rem;
    display: inline-flex;
    background-color: #84BA2E; /* Green */
    border: none;
    background: #84BA2E !important;
    align-items: center;
    color: white;
    border-radius: 3px;
    font-size: larger;
}

.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;
}

    .title-edit-dropdown-item:hover {
        cursor: move;
    }

.input-edit-dropdown-item {
    height: 3.5rem;
    padding: 15px 0px 0px 14px;
    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: normal;
    margin-bottom: 0.2em;
}

    .autoScrollButton:hover {
        cursor: pointer;
        box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.6);
        transition: 0.2s;
    }


.prophylaxisMenuBtn:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
}

.prophylaxisMenuBtn {
    position: fixed;
    left: 1%;
    bottom: 3vh;
    background-color: #2D8CCB;
    color: white;
    display: inline;
    text-align: center;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    padding: 1vw;
    margin:0 1em 0 1em;
    font-size: 2vw;
}

.prophylaxisMenu {
    position: fixed;
    left: 0.5%;
    bottom: 8vw;
    background-color: white;
    padding: 0.8em;
    display: none;
    border: solid 1px #f2faf4;
    padding: 12px;
    border-radius: 3px;
    font-family: var(--font-family-sans-serif);
    line-height: 0.85em;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072);
}

@media screen and (min-width: 1600px) {
    .prophylaxisMenuBtn {
        left: 2%;
        width: 3vw;
        height: 3vw;
        font-size: 1.5vw;
        padding: 0.75vw;
    }

    .prophylaxisMenu {
        left: 2.5%;
        bottom: 12%;
    }
}

#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;
    }
}

.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;
    }

.block-user-h > .user-label {
    color: #F08207 !important;
    font-size:1.5rem!important;
    padding-bottom:1px;
}


.liste-cr li > label.control-label {
    padding-top: 0.3rem;
    padding-right: 0.15rem;
    font-weight: 700;
    color: #144975;
    font-size: 1rem;
    font-weight: 900;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("../img/chosen-sprite@2x.png") !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1260px;
    }
}
