/** biocodex */

body {
    font-family: ArialMT, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 90vh;
    color: #8e8e8e;
}

p {
    color: #333e48;
}

a {
    cursor: pointer;
}

.front .main-container {
    max-width: 1050px;
}

.admin .main-container {
    max-width: 700px;
}

.homepage .footer {
    position: absolute;
    bottom: 0;
    left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%);
    /*color: #ffffff;*/
}

.footer {
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.hr {
    height: 1px;
    font-size: 1px;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
    margin-bottom: 20px;
}

/*FLEX*/
.flex-container {
    display: flex;
}

.flex-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-item-center {
    justify-content: center;
    align-items: center;
}


/** CHARTRE GRAPHIQUE **/
.vert {
    color: #B41E8E;
}

a.vert:hover{
    color: #B41E8E!important;
    font-weight: bold!important;
}

.vert-validation {
    color: #D3DA3D;
}

.magenta {
    color: #B70E80;
}

.gris-fonce {
    color: #333e48;
}

.gris-clair {
    color: #f2f2f2;
}

.gris {
    color: #8e8e8e !important;
}

.white {
    color: #fff;
}

.bleu {
    color: #B41E8E;
}

.dashed {
    border-style: dashed;
    border-width: 1px;
}

.rouge {
    color: red;
}

.img-mini {
    border: 1px solid #8e8e8e !important;
}

/** OVERLAY **/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: progress;
}

#overlayInfos {
    margin-top: 50vh;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

/** BLOC INFO CONTRAT BOX **/
.box {
    width: 100%;
    min-height: 3em;
    background-color: #f2f2f2;
    padding-left: 30px;
    position: relative;
    margin-top: 35px;
    float: left;
    line-height: 3em;
    border: 1px solid #DCDBDB;
}

.box .content {
    display: table-row;
}

.box svg {
    position: relative;
    top: 3px;
}

.box .content .icon-container,
.box .content .text-container {
    display: table-cell;
    vertical-align: middle;
}

.box .content .text-container {
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
}

.box .content .icon-container {
    width: 20px;
}

.box .content .text-container .info-banque {
    padding: 0;
}

.box.arrow-left-center:before {
    width: 12px;
    height: 12px;
    content: " ";
    position: absolute;
    left: -7px;
    top: 50%;
    border-top: 1px solid #DCDBDB;
    border-right: none;
    border-left: 1px solid #DCDBDB;
    border-bottom: none;
    margin-top: -6px;
    background-color: #f2f2f2;
    transform: rotate(-45deg);
}

.vcenter {
    vertical-align: middle;
}

/** ICONS **/
/*todo vahir : stimapi update font*/
.icon {
    display: inline-block;
    position: relative;
    top: 0;
    line-height: 1;
}

.icon-svg {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.icon-svg + span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

/** BUTTONS **/
/*todo vahir : stimapi update font*/
.sd_button {
    font-size: 20px;
    position: relative;
    top: -3px;
}

.btn {
    border-radius: 0;
}

.btn-primary, .btn-secondary {
    min-width: 180px;
}

.btn-primary, .btn-default, .btn-secondary {
    text-transform: uppercase;
}

.btn-primary, .btn-primary:hover,
.btn-primary, .btn-primary[disabled]:hover {
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary[disabled].active.focus,
.btn-primary[disabled].active:focus,
.btn-primary[disabled].active:hover,
.btn-primary[disabled]:active.focus,
.btn-primary[disabled]:active:focus,
.btn-primary[disabled]:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary[disabled].focus, .btn-primary[disabled]:focus {
    color: #fff;
    background-color: #B41E8E;
    border-color: #B41E8E;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #B41E8E;
    background: #B41E8E none;
}

.btn-secondary, .btn-secondary:hover {
    background-color: #fff;
    color: #B41E8E;
    border: 2px solid #B41E8E;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #B41E8E;
    border-color: #B41E8E;
}

.btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
    color: #fff;
    border-color: #B41E8E;
    background: #B41E8E none;
}


.btn-default {
    color: #fff;
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
    border-radius: 0;
    padding: 3px 16px;
    min-width: 125px;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
    color: #fff;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
    color: #fff;
}

.btn-default.btn-rouge {
    color: #fff;
    background-color: #af0000;
    border: 2px solid #af0000;
}

.btn-default.btn-rouge:hover,
.btn-default.btn-rouge.focus,
.btn-default.btn-rouge:focus {
    background-color: #af0000;
    border: 2px solid #af0000;
    color: #fff;
}

.btn-default.btn-rouge.disabled.focus,
.btn-default.btn-rouge.disabled:focus,
.btn-default.btn-rouge.disabled:hover,
.btn-default.btn-rouge[disabled].focus,
.btn-default.btn-rouge[disabled]:focus,
.btn-default.btn-rouge[disabled]:hover,
fieldset[disabled] .btn-default.btn-rouge.focus,
fieldset[disabled] .btn-default.btn-rouge:focus,
fieldset[disabled] .btn-default.btn-rouge:hover {
    background-color: #af0000;
    border: 2px solid #af0000;
    color: #fff;
}

.btn-lg {
    padding: 5px 16px;
    font-size: 16px;
}

.btn-lg .icon {
    font-size: 22px;
}

.btn > span.icon {
    left: -5px;
}

.btn + .btn {
    margin-left: 30px;
}

.btn-succession {
    text-align: center;
}

.btn-import .btn {
    margin-top: 10px;
}

/** HEADER **/
.header-biocodex {
    display: table;
    background-color: #333e48;
    color: #fff;
    height: 45px;
    border-bottom: none;
    width: 100%;
}

.header-biocodex .img-container {
    display: table-cell;
    vertical-align: middle;
}

.header-logo {
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    width: auto;
}

/** MENU **/
.biocodex-menu.navbar {
    min-height: 45px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    background-image: linear-gradient(to right, #333e48, #333e48);
    text-transform: uppercase;
}

.biocodex-menu.navbar .divider-vertical {
    height: 15px;
    margin: 17px 0 0 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #333;
}

.biocodex-menu .navbar-collapse {
    color: #333;
    padding-left: 10px;
}

.biocodex-menu .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
}

.biocodex-menu.navbar-default .navbar-brand {
    padding: 12px;
    height: 45px;
}

.biocodex-menu.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.biocodex-menu.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #333e48;
    box-shadow: inset 0 -3px 0 #D3DA3D;
}

.navbar-active {
    box-shadow: inset 0 -3px 0 #D3DA3D;
}

.biocodex-menu.navbar-default .navbar-nav > .open > a,
.biocodex-menu.navbar-default .navbar-nav > .open > a:focus,
.biocodex-menu.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #333e48;
}

.biocodex-menu.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
}

.biocodex-menu.navbar-default .navbar-collapse,
.biocodex-menu.navbar-default .navbar-form,
.biocodex-menu.navbar-default .navbar-toggle .icon-bar {
    border-color: #333e48;
}

.biocodex-menu .dropdown-menu {
    background-color: #333e48;
    color: #fff;
}

.biocodex-menu .dropdown-menu > .active > a,
.biocodex-menu .dropdown-menu > .active > a:focus,
.biocodex-menu .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333 !important;
    outline: 0;
}

.biocodex-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.biocodex-menu .dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
}

.biocodex-menu .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.biocodex-menu .dropdown-menu > li > a:focus .icon,
.dropdown-menu > li > a:hover .icon {
    background-color: #ffffff;
    color: #333e48;
}

.biocodex-menu .navbar-brand-icon {
    position: relative;
    top: -6px;
    /*max-width: 50px;*/
    /*max-height: 50px;*/
}


.biocodex-menu .navbar-toggle .icon-bar {
    background-color: #fff;
}

.biocodex-menu .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a,
.dropdown-submenu > a:hover {
    background-color: #ffffff;
}

.biocodex-menu .dropdown-menu > li.dropdown-submenu:hover > a {
    color: #333e48;
}

.dropdown-submenu:hover > a:after,
.dropdown-submenu > a:focus:after {
    border-left-color: #333e48;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/** TITRE **/

h1, h2, h3, h4, a {
    color: #B41E8E;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 15px 0;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h2.strong, h3.strong {
    font-weight: 700;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}

h3.underline {
    border-bottom: 2px solid #B41E8E;
    padding-bottom: 5px;
}

.title h2 {
    margin-bottom: 5px;
}

.title h2 + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

/** GRAND TITRE **/

.grand-titre {
    display: table;
    vertical-align: middle;
    width: 100%;
    background-color: #B41E8E;
    color: white;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    clear: both;
}

.grand-titre .grand-titre-row {
    display: table-row;
    vertical-align: middle;

}

.grand-titre .grand-titre-sub-container {
    display: table-cell;
    width: 60px;
    line-height: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.grand-titre .grand-titre-sub-container .icon {
    color: white;
    top: 1px;
    font-size: 20px;
}

.grand-titre .grand-titre-title {
    display: table-cell;
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
}

.grand-titre .extra-actions {
    display: table-cell;
    min-width: 80px;
    padding-right: 15px;
    text-align: right;
}

.extra-actions.croix-ferme {
    position: absolute!important;
    right: 0;
}

.grand-titre .extra-actions .btn {
    background-color: #B41E8E;
    color: #fff;
    padding: 5px;
}

.grand-titre .extra-actions .btn + .btn {
    margin-left: 0;
}

.grand-titre .extra-actions .btn:active {
    box-shadow: none;
}

.grand-titre .extra-actions .sd_button {
    top: 0;
}

.grand-titre ~ .grand-titre {
    margin-top: 35px;
}

/** GRAND TITRE ROND **/

.grand-titre-rond {
    clear: both;
    margin: 0 0 30px 0;
}

.grand-titre-rond h2 {
    color: #B41E8E;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}

.grand-titre-sans-rond h2 {
    color: #B41E8E;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-size: 26px;
    text-align: center;
    margin-top: 35pt;
}

/** GRAND TITRE SIGNATURE **/

.grand-titre-signature {
    clear: both;
    margin: 0 0 10px 0;
}

.grand-titre-signature h2 {
    color: #B41E8E;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    margin-top: 70px;
}

/*.etape3-content .grand-titre-signature h2:nth-last-child(1){*/
/*    font-weight: bold;*/
/*}*/

.grand-titre-signature span.text-signature {
    font-weight: bolder;
}

/** TITRE MULTI CONTRAT **/

.titre-moyen h2 {
    color: #B41E8E;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

/** TITRE SECTION (FORMULAIRE) **/

.titre-section {
    text-transform: uppercase;
    margin: 10px 0;
    color: #B41E8E;
    padding-left: 5px;
    clear: both;
    font-size: 16px;
}

.titre-section .icon {
    font-size: 16px;
    top: -2px;
    padding-right: 5px;
}

/** SOUS MENU **/

.sous-menu {
    margin: 15px 0 0 0;
}

.sous-menu.nav-pills > li.active > a,
.sous-menu.nav-pills > li.active > a:focus,
.sous-menu.nav-pills > li.active > a:hover {
    background-color: #B41E8E;
}

.sous-menu.nav-pills > li > a {
    border-radius: 0;
    color: #333;
    padding: 7px 15px;
}

/** FORM **/

.form-control {
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input {
    color: #575756;
}

.form-horizontal > .form-group {
    margin-right: 0;
    margin-left: 0;
}

form.small-input .form-group {
    margin-bottom: 8px;
}

form.small-input .form-group > div:first-child {
    padding-left: 0;
}

form.small-input#formDetailPharmacie .form-group > div:first-child,
form.small-input#formDetailPharmacie .form-group > div:nth-child(2) {
    padding-right: 0;
}

form.small-input .form-control {
    height: 25px;
    padding-left: 10px;
    padding-top: 0;
}

form.small-input textarea.form-control {
    height: auto;
}

form.small-input .form-section {
    margin: 0 15px 30px 15px;
}

form.small-input .form-section .decla-banque-valider {
    margin: 0 15px 0 15px;
}

form.small-input > .form-section:first-child {
    margin-top: 15px;
}

.info-tips {
    font-size: 12px;
    line-height: 15px;
    margin-top: 35px;
}

.info-tips ~ div {
    margin-top: 30px;
}

.container-declaration .form-inline > * {
    margin: 5px 3px;
}

.form-declaration-banque {
    margin-top: 30px;
}

.top-buffer {
    margin-top: 50px;
}

input[type="checkbox"] {
    vertical-align: -2px;
}

.container-bo input[type="checkbox"] + label {
    font-weight: normal;
}

input[readonly] {
    cursor: not-allowed;
}

/** POPUP **/
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    display: block !important;
}

.confirm-modal-biocodex input[type="checkbox"] + label {
    font-weight: normal;
    margin-top: 10px;
    margin-left: 5px;
}

/** SELECT2**/

.select2.select2-container {
    margin-top: 6px;
}

.select2.select2-container .select2-selection {
    height: 31px;
    line-height: 31px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2.select2-container .select2-selection span {
    height: 31px;
    line-height: 31px;
    color: #8e8e8e;
    font-size: 18px;
}

form.form-horizontal .select2.select2-container .select2-selection {
    height: 35px;
    line-height: 35px;
}

form.form-horizontal .select2.select2-container .select2-selection.select2-selection--multiple {
    min-height: 44px;
    height: auto;
    line-height: initial;
}

form.form-horizontal .select2.select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    margin-top: 11px;
    margin-bottom: auto;
}

form.form-horizontal .select2.select2-container .select2-selection span {
    height: 35px;
    line-height: 35px;
}

.container-bo form.form-inline .select2.select2-container {
    margin-top: 0;
}

.intmail-link-container {
    min-width: 500px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

/** PARSLEY ERROR **/

.parsley-errors-list {
    list-style: none;
    margin: 2px 0 0 0;
    padding-left: 0;
}

.parsley-errors-list > li, .parsley-required {
    color: #f76812;
}

.form-group.input-group .form-control {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
}

.form-control[disabled] ~ .input-group-addon,
.form-control[readonly] ~ .input-group-addon,
fieldset[disabled] .form-control ~ .input-group-addon {
    background-color: #eee;
}

/** FLASHBAG **/
.flashbag-container {
    position: fixed;
    z-index: 100000000;
    left: 50%;
    transform: translateX(-50%);
}

.flashbag-container .alert {
    border-radius: 0;
}

/** BOOTSTRAP TABLE & TABLE **/

table {
    color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 5px solid #fff;
    vertical-align: middle;
}

.table-striped .total td {
    background-color: #B41E8E;
    color: #fff;
    border-top: 15px solid #fff;
}

.table-stim th {
    color: #B41E8E;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.fixed-table-toolbar .search > .form-control {
    height: 31px;
    min-width: 260px;
}

.bootstrap-table {
    background-color: #fff;
    min-height: 800px;
}

.bootstrap-table tbody .sd_button {
    top: 0;
}

.container-reminder .bootstrap-table {
    min-height: 0;
}

.bootstrap-table .table tbody td.align-left {
    text-align: left !important;
}

.bootstrap-table .table.table-stim {
    border-collapse: separate !important;
}

.bootstrap-table .table tbody {
    text-align: center;
    vertical-align: middle;
}

.bootstrap-table tbody a:focus,
.bootstrap-table tbody a:hover {
    color: #333e48;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #B41E8E !important;
    text-align: center;
}

.bootstrap-table .fixed-table-container tbody tr:first-child td {
    border-top: 5px solid #fff;
}

.bootstrap-table .btn {
    color: #000;
}

.bootstrap-table .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .form-control {
    font-size: 12px;
}

.bootstrap-table .fixed-table-toolbar .btn {
    border: none;
    border-radius: 0;
    font-size: 18px;
    margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .glyphicon {
    color: #fff;
    font-size: 14px;
}

.bootstrap-table .fixed-table-toolbar .caret {
    color: #fff;
}

.fixed-table-toolbar .columns-right {
    margin-left: 0;
}

.table-stim {
    font-size: 12px;
}

.fixed-table-container thead th .both.asc {
    background-image: url("../images/table-bootstrap/datatable-up.png") !important;
}

.fixed-table-container thead th .both.desc {
    background-image: url("../images/table-bootstrap/datatable-down.png") !important;
}

.fixed-table-container {
    border: none;
}

.fixed-table-container thead th {
    border: none;
}

.fixed-table-container thead th:first-child,
.fixed-table-container thead th:first-child:not([data-not-first-th]) {
    border-left: none;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.fixed-table-container tbody td {
    border-left: none;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-striped > tbody > tr:nth-of-type(odd).sesame {
    background-color: #ffd4b1;
}

.table-striped > tbody > tr:nth-of-type(even).sesame {
    background-color: #ffd4b1;
}

/** PAGINATION **/

.pagination > .active > a,
.pagination > .active > span {
    color: #f3f3f3 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #B41E8E !important;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3 !important;
}

.pagination > li > a {
    background-color: #f3f3f3;
}

.fixed-table-pagination {
    padding: 10px 15px;
}

.pagination > li > a, .pagination > li > span {
    color: #B41E8E;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: white !important;
    background-color: #B41E8E !important;
    border-color: #B41E8E !important;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    color: #B41E8E;
}

.pagination-detail .btn {
    border-radius: 0;
    min-width: 0;
    color: #fff;
}

.pagination .pagination-goto {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    margin-right: 15px;
    width: auto;
}

.pagination .pagination-goto .selector {
    height: 35px;
    width: 50px;
    padding: 5px;
    text-align: center;
}

.pagination .pagination-goto .goto-submit {
    height: 35px;
    color: #fff;
    background-color: #B41E8E;
    border: 1px solid #B41E8E;
}

.selector:focus::placeholder {
    color: transparent;
}


/** ACCUEIL  **/
.titre-main-front {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 25px 0;
    color: #B41E8E;
}

.titre-main-front.sans-actions {
    text-transform: inherit;
    font-size: 19px;
    margin: 7px 0 7px 0;
}

.container-sans-actions {
    box-shadow: 4px 4px 10px #b9b9b9;
    margin-top: 3em;
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px;
}

.container-sans-actions .btn-filtre-op {
    font-size: 11px;
}

.titre-main-front p {
    color: #005ea9;
}

.titre-main-front svg {
    color: #B41E8E;
    margin-right: 10px;
}

.titre-main-front > i {
    margin-right: 15px !important;
}

.container-contact .titre-main-front .icone-titre {
    height: 25px;
    padding-bottom: 4px;
    padding-right: 10px;
}

.titre-front {
    width: 100%;
    text-align: center;
    /*background-color: #f4661c;*/
    color: #B41E8E;
    height: 35px;
    padding-top: 4px;
    line-height: 25px;
    text-transform: lowercase;
}

.titre-front::first-letter{
    text-transform: uppercase;
}

.image-operation img {
    max-height: 200px;
    max-width: 250px;
}

.image-operation,
.image-contact {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fleche-operation {
    margin: 0px 10px 0px 10px;
    font-size: 18px;
    float: right;
}

.fleche-haut {
    display: none;
}

.cycle-operation {
    padding: 10px 20px !important;
    padding: 10px 0 10px 0;
    border-top: 1px solid rgba(185, 185, 185, 0.38);
}

.bloc-detail-operation {
    padding: 5px 20px !important;
    font-size: 11px;
    display: none;
}

.bloc-detail-operation span {
    font-size: 11px;
}

.dates-prestation, .details_operations_dates {
    font-size: 10px;
    color: #8e8e8e;
}

.lien-cycle-operation {
    /*float: left!important;*/
    vertical-align: middle !important;
    text-decoration: none !important;
    color: #232323;
    padding-top: 6px;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.row-front {
    margin-top: 30px;
}

.bloc-front {
    background-color: white;
    padding: 0;
    width: 100%;
    box-shadow: 4px 4px 10px #b9b9b9;
}

.bloc-front .lien_acces_operation {
    text-decoration: underline;
    line-height: 25px;
}

.lien_acces_operation:hover{
    color: #B41E8E;
    font-weight: bold;
}

.box-historique {
    margin-bottom: 10px;
}

.titre-historique {
    color: #B41E8E;
    background-color: white;
}

.div-menu-filtre {
    text-align: center;
}

.div-menu-filtre a.btn-primary {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-color: #B41E8E;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
    text-decoration: none;
}

.btn-operation {
    float: right;
    font-size: 13px;
    width: 100% !important;
    margin-top: 7px;
}

/*.div-menu-filtre a.btn-primary:hover,
.div-menu-filtre a.btn-primary:focus {
    transition: all ease 300ms;
    background-color: #ffffff;
    color: #005ea9;
}*/

.div-menu-filtre a.btn-primary.btn-filtre-op {
    background-color: #FFFFFF;
    color: #575756;
    border: 1px solid #575756;
}

.div-menu-filtre a.btn-primary.filtre-active {
    background-color: #575756;
    opacity: inherit;
    color: #ffffff;
}


.nb_signature {
    background-color: #575756;
    border: 2px solid #575756;
    border-radius: 15px;
    width: 2.3rem;
    /*max-height: 20px;*/
    /*margin: auto;*/
    display: inline-block;
    margin-left: 3px;
    color: white;
    font-size: 12px;
}

.filtre-active .nb_signature{
    background-color: white;
    border: 2px solid #575756;
    border-radius: 15px;
    width: 2.3rem;
    /*max-height: 20px;*/
    /*margin: auto;*/
    display: inline-block;
    margin-left: 3px;
    color: #575756;
    font-size: 12px;
}


/* PAGE HISTORIQUE*/
/** SELECTION DATE HISTORIQUE **/

#table_year_slider {
    /*margin-right: 3px;*/
    /*margin-left: 3px;*/
    font-size: 18px;
}

.year_slider {
    background-color: #f6f6f6;
    border-left: none;
    /*margin-top: 5px;*/
    padding-bottom: 2px;
    color: #000000;
}

.chevron {
    background-color: #B41E8E;
    color: white;
    cursor: pointer;
}

.annee_operation {
    padding-left: 10%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sous-titre.menu-annee {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #232323;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.menu-annee .year_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.menu-annee .year_slider:first-child {
    width: 100%;
}

.menu-annee .year_slider:nth-child(2),
.menu-annee .year_slider:nth-child(3),
.menu-annee .year_slider:nth-child(4) {
    width: 4%;
    margin-right: 2px;
}

#annee_operation + span {
    padding-bottom: 10px;
}

/** MODAL MILLESIME**/

.millesime {
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #B41E8E;
    color: #B41E8E;
    padding-top: 5px;
    padding-bottom: 5px;
}

.millesime {
    text-decoration: none;
    text-decoration-style: unset;
}

.lien-millesime:hover {
    text-decoration-style: unset;
    text-decoration: none !important;
}

.millesime:hover {
    text-decoration: none !important;
    background-color: #B41E8E;
    color: white !important;
    transition: all ease 100ms;
}

.lien-millesime:hover {
    text-decoration-style: unset;
    text-decoration: none !important;
}


/* Page Documents */
.div-menu-filtre-documents a.btn-bleu {
    background-color: #B41E8E;
    opacity: 40%;
    color: #ffffff;
}

.div-menu-filtre-documents a.btn-primary.filtre-active {
    background-color: #B41E8E;
    opacity: inherit;
    color: #ffffff;
}

.div-menu-filtre-documents-mobile {
    display: none;
}

.div-menu-filtre svg {
    margin-right: 3px;
}

.div-menu-filtre i {
    margin-right: 3px;
}

.div-menu-filtre-documents {
    white-space: break-spaces;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div-menu-filtre-documents .btn {
    margin-left: inherit;
}

.div-menu-filtre-documents .btn-primary.btn-bleu {
    min-width: 33.3333333333%;
}

.div-menu-filtre-documents .btn-bleu .svg-inline--fa {
    margin-right: 5px;
}

.bloc-documents .year_slider.document-icon {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.bloc-documents .year_slider svg {
    font-size: 20px;
}

.bloc-documents:not(:last-child) {
    border-bottom: 1px solid #b9b9b9;
}

.document-cycle {
    text-transform: capitalize;
}

.document-contrat {
    padding: 0px 0px 5px 5px;
}

.download {
    background-color: #B41E8E;
}

.box-shadow {
    box-shadow: 0px 2px 10px 4px #b9b9b9;
    margin: 10px;
    padding: 0;
}


/** HOMEPAGE **/
.homepage {
    background-image: url("../images/vague_1920.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #575756;
}

.homepage .container {
    margin-top: 30px;
    margin-bottom: 50px;
}

.homepage .logo-biocodex-overlay {
    width: 220px;
    height: 167px;
}

.homepage h3 {
    color: #575756;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 2px;

}

.homepage-text {
    padding: 15px 10px;
    text-align: center;
    color: #575756;
    font-size: 22px;
}


.homepage p {
    color: #575756;
    margin-top: 10px;
    font-size: 14px;
}

.homepage .login-container {
    background-color: #fff;
    width: 430px;
    /*margin: auto auto auto 40px;*/
    padding: 30px 80px 50px 80px;

}

.bienvenue_txt{
    margin-top: 8%;
    text-align: center;
    line-height: 12px;
    margin-bottom: 10%;
}

.grand-titre-homepage {
    clear: both;
    margin: 0 0 30px 0;
}

.grand-titre-homepage h2{
    color: white;
    text-transform: unset;
    font-family: Helvetica, monospace;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.grand-titre-homepage h3{
    color: white;
    text-align: center;
    font-size: 14px;
    margin-top: 5%;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 0!important;
}

.grand-titre-homepage i {
    margin-bottom: 34px;
    margin-top: 0;
}

.input-container {
    display: flex;
    padding: 1.5%;
    width: 100%!important;
    white-space: nowrap;
}

.double_input_container{
    display: flex;
    justify-content: space-between;
}

.input-container label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
    color: #B1B0B0;
    width: auto;
    margin-top: 1%;
}

.input-container input {
    border: none;
    color: white;
    width: 100%;
    /*min-width: 60%;*/
    /*max-width: 90%!important;*/
    background-color: #DF50B1;
    outline: none;
    /*margin-left: 2%;*/
    margin-top: 0.7%;
    padding: 0;
    text-indent: 5px;
}

.input-grey input, .input-grey{
    background-color: #f2f2f2!important;
    color: #575756;
}

.input-container input:focus {
    outline: none!important;
}


.form-group-homepage label {
    color: white !important;
}

.input_basic{
    position: relative;
    margin-bottom: 3%;
}

.select-basic{
    width: 100%;
    outline: none;
    border: none;
    padding: 2.1% 0 2.1% 0;
    background-color: #f2f2f2 !important;
    margin-bottom: 13px;
    text-indent: 1px;
}

.input_homepage {
    position: relative;
    margin-bottom: 4%;
    background-color: #DF50B1;
    color: white;
    border: 1px solid white !important;
    max-width: 300px;
    font-size: 14px!important;
}

.input_homepage::placeholder {
    color: white !important;
}

.homepage .login-container h3 {
    margin-top: 0;
}

.homepage .login-container .form-group:last-child {
    margin-bottom: 0;
}

.homepage .container-contact-us {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1.05px;
}

.homepage .contact-mdp{
    display: flex;
    flex-direction: column;
}

.homepage .contact-mdp a{
    margin: 1%!important;
}

.homepage .container-contact-us a {
    color: white;
    text-decoration: underline;
    margin-bottom: 17px;
    margin-top: 8px;
}

#formLoginFront, #form_login_bo {
    background-color: #B41E8E;
}

.btn-login-front, .btn-login-front:hover {
    background-color: white;
    color: #B70E80;
    /*font-weight: bold;*/
    max-width: 300px;
    margin: auto;
    letter-spacing: 1.05px;
}

/** SWAL MODAL **/
.popup-actibiota.swal2-popup .swal2-title {
    color: white;
}

.popup-actibiota.swal2-popup .swal2-content {
    color: white;
    font-size: 14px;
    line-height: 18px;
}

.popup-actibiota.swal2-popup .swal2-confirm {
    box-shadow: none;
    border-right-color: white;
    border-left-color: white;
    color: #3085d6;
    background-color: white;
}

.popup-biocodex.swal2-popup {
    border-radius: 0;
    padding: 40px;
    margin-bottom: 20px;
}

.popup-biocodex.swal2-popup .swal2-title {
    margin-bottom: 25px;
}

.popup-biocodex.swal2-popup .swal2-content {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 25px;
}

.popup-biocodex.swal2-popup .swal2-styled.swal2-confirm,
.popup-biocodex.swal2-popup .swal2-styled.swal2-cancel {
    box-shadow: none;
    border-radius: 0;
    background-color: #B41E8E;
    border-color: #B41E8E;
    color: #fff;
    text-transform: uppercase;
    min-width: 180px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    background-image: none;
}

.popup-biocodex.swal2-popup .swal2-actions button + button {
    margin-left: 50px;
}

/** Confirm modal **/
.confirm-modal-biocodex .login-confirm-title {
    color: #333e48;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.confirm-modal-biocodex .login-confirm-content {
    text-align: center;
}

.confirm-modal-biocodex .login-confirm-content span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #B41E8E;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
    margin: 5px 0 10px 0;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    color: #fff;
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
    border-radius: 0;
    padding: 3px 16px;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button:hover,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    background-color: #B41E8E;
    border: 2px solid #B41E8E;
    color: #fff;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    color: #fff;
    font-weight: normal;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0;
}

.confirm-modal-biocodex.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.confirm-modal-biocodex.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #B41E8E;
}

/** MES ACCORDS **/
.accord-content {
    margin-top: 15px;
}

.accord-content .btn {
    margin: 10px 0 15px 0;
}

/** CONTACT EXTERIEUR **/
.container-contact-ext {
    margin-top: 35px;
}

/** MESSAGERIE **/
.historique-messagerie-content {
    margin: 10px 0;
    height: 600px;
    overflow-y: auto;
}

.admin .historique-messagerie-content {
    height: auto;
    max-height: 500px;
}

.historique-messagerie-content .message + .message {
    margin-top: 15px;
}

.historique-messagerie-content .message.operateur .header-content {
    display: table;
    width: 80%;
    margin-right: 20%;
    text-align: left;
}

.historique-messagerie-content .message.pharmacie .header-content {
    display: table;
    width: auto;
    margin-left: auto;
    text-align: right;
    padding-right: 5px;
}

.historique-messagerie-content .header-content .informations {
    display: table-row;
}

.historique-messagerie-content .header-content .informations .etat,
.historique-messagerie-content .header-content .informations .type,
.historique-messagerie-content .header-content .informations .date,
.historique-messagerie-content .header-content .informations .qui {
    display: table-cell;
    padding: 2px;
}

.historique-messagerie-content .header-content .informations .etat {
    width: 20px;
    font-size: 20px;
    color: #B41E8E;
    text-align: center;
}

.historique-messagerie-content .header-content .informations .etat .icon.ico_coche_cercle {
    top: 1px;
}

.historique-messagerie-content .header-content .informations .etat .icon.ico_cercle.full {
    top: -2px;
    background-color: #B41E8E;
    border-radius: 50%;
    font-size: 11px;
}

.historique-messagerie-content .header-content .informations .type .sd_button {
    top: 0;
}

.historique-messagerie-content .header-content .informations .date {
    width: 210px;
}

.historique-messagerie-content .message.pharmacie .header-content .informations .date,
.historique-messagerie-content .message.pharmacie .header-content .informations .qui {
    text-align: left;
}

.historique-messagerie-content .message-content {
    background-color: #EAEAEA;
    width: 100%;
    display: block;
    padding: 10px;
    min-height: 70px;
}

.historique-messagerie-content .message.operation .message-content {
    background-color: #EAEAEA;
}

.historique-messagerie-content .message.pharmacie .message-content {
    background-color: #F7F7F7;
}

.historique-messagerie-content .already-uploaded-container {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 2px;
}

/** PROFIL **/
.container-profil .bloc-decla {
    margin: 15px 0;
    text-align: center;
}

.container-profil .dashed .preview-img-container {
    margin: 0 0 10px 0;
}

.container-profil .dashed {
    border: 2px dashed #B41E8E;
    padding: 15px;
    margin: 0 0 15px 0;
}

.container-profil .dashed a {
    color: #333e48;
    text-decoration: underline;
    font-weight: bold;
    clear: both;
}

.unmask {
    position: absolute;
    top: 11px;
    right: 16px;
    border: none;
    background-color: transparent;
    color: #B41E8E;
}

.unmaskAdmin{
    position: absolute;
    top: 0;
}

.unmaskControl {
    position: absolute;
    top: 11px;
    right: 16px;
    border: none;
    background-color: transparent;
    color: #B41E8E;
}

.form-password {
    position: relative;
}

.titre-main-profil {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 25px 0;
    color: #333e48;
}

.titre-main-profil svg {
    color: #B41E8E;
    margin-right: 10px;
}

.with-border {
    border: 1px solid #DEDDDD;
    padding: 15px;
}
.with-border.bancaire {
    padding: 10px;
}

.container-profil .decla-banque-child {
    width: 50%;
}
.decla-banque-child {
    /*margin-top: auto;*/
}
.decla-banque-child .bloc_banque {
    /*margin-bottom: 23px !important;*/
}
.btn-modifier-banque {
    display: flex;
    justify-content: center;
}
.container-contact .form-horizontal {
    width: 50%;
    margin: auto;
}
.bloc_upload_rib {
    text-align: center;
}
.text-center .bloc-rib {
    margin: 0 15px 15px 0;
}

.decla-banque-valider {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}

/** ACCUEIL SIGNATURE **/

.container-homepage .operation-preview {
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: center;
    min-height: 200px;
}

.container-homepage .operation-preview h4 {
    font-weight: 600;
}

.container-homepage .operation-preview .preview-img-container {
    display: table;
    height: 120px;
    width: 100%;
}

.container-homepage .operation-preview .preview-img-container div {
    display: table-cell;
    vertical-align: middle;
}

.container-homepage .operation-preview .preview-img-container img {
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 120px;
}

.container-homepage .operation-preview .btn {
    min-width: 270px;
}

.container-homepage .operation-preview .action-container div + div {
    margin-top: 15px;
    margin-left: 0;
}

/** SIGNATURE ETAPE 1 **/

.etape1-content {
    margin-top: 15px;
    text-align: center;
}

.etape1-content .illustration-ordi-container {
    margin: 10px 0;
}

.etape1-content p {
    color: #575756;
}

.question-etape1 {
    margin-bottom: 35pt;
}

.bloc-signature{
    margin-bottom: 4%;
}

    /** SIGNATURE ETAPE 3 **/

.etape3-content .contrat {
    height: 500px;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    color: #333e48;
    overflow-y: scroll;
    border: 1px solid #333;
}

.etape3-content .contrat-instructions {
    margin: -30px 0 0;
    text-align: center;
    color: #B41E8E;
}

.etape3-content .contrat-instructions strong {
    font-weight: 900;
    text-transform: capitalize;
}

.etape3-content .contrat-instructions svg {
    position: relative;
    top: 25px;
    margin: 0 15px;
}

.etape3-content .autre-contrat-instructions {
    margin-top: 25px;
    margin-bottom: 0;
    display: table;
    border: 2px solid #B41E8E;
    padding: 0;
    position: relative;
    width: 100%;
}

.etape3-content .autre-contrat-instructions .instructions-icon {
    display: table-cell;
    background-color: #B41E8E;
    width: 60px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.etape3-content .autre-contrat-instructions .instructions-text {
    display: table-cell;
    color: #B41E8E;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    min-width: 120px;
}

.etape3-content .autre-contrat-instructions .instructions-text .instructions-row1 {
    font-size: 15px;
}

.etape3-content .autre-contrat-instructions .instructions-text .instructions-row2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.etape3-content .signature {
    background-color: #fff;
    border: 4px solid #B41E8E;
    margin-bottom: 10px;
}

.etape3-content .signature canvas {
    width: 100%;
    height: 180px;
}

.etape3-content .erase-action {
    text-transform: uppercase;
    text-decoration: underline;
    color: #B41E8E;
}

.etape3-content .checkbox-container label {
    font-weight: bold;
    color: white;
    margin-left: 7px;
}

.etape3-content .checkbox-container input {
    margin-top: 2px;
    margin-left: 0;
}

.nombre-contrat {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -30px;
    border: 2px solid;
    padding: 1% 0 1% 0;
    text-transform: uppercase;
}

.nombre-contrat p {
    width: 75%;
    margin: 0 auto;
}

.etape3-content .bloc-checkbox {
    display: table;
    width: 100%;
    /*height: 20px;*/
}

.etape3-content .bloc-checkbox > div {
    height: 100%;
    display: table-cell;
}

.etape3-content .bloc-checkbox .checkbox-container {
    vertical-align: middle;
    background-color: #B41E8E;
}

.etape3-content .bloc-checkbox .checkbox-container .checkbox {
    margin-left: 15px;
}

.etape3-content .div-fleche {
    width: 60px;
    text-align: center;
}

.etape3-content .fleche-contrat {
    margin-top: 5px;
    margin-left: -13px;
    animation: slide1 1s ease-in-out infinite;
}

.etape3-content .warning-contrat {
    margin-top: 5px;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(15px, 0);
    }
}

.etape3-content .cgu label {
    font-weight: bold;
    color: #333e48;
}

.etape3-content .cgu input {
    margin-top: 2px;
    margin-left: 0;
}

/** PROFIL PHARMACIE **/

.container-profil .rgpd-container {
    margin-top: 25px;
}

.container-profil .rgpd-container .alert h3 {
    margin-top: 20px;
}

/** DECLARATION **/

.declaration-content > form > p {
    margin-top: 15px;
}

.declaration-content .courrier-container p {
    margin-bottom: 0;
}

.declaration-content .courrier-container .pense-bete {
    margin: 10px 0 35px 0;
    font-size: 16px;
    color: #B41E8E;
    text-transform: uppercase;
    font-weight: bold;
}

.declaration-content .courrier-container .pense-bete .icon {
    font-size: 24px;
}

.declaration-content .info-tips {
    margin-bottom: 15px;
    clear: both;
}

.container-declaration .container-prestation {
    text-align: left;
}

.container-declaration .container-prestation h3 {
    font-size: 14px;
    margin: 0;
    color: #333e48;
    font-weight: 800;
    margin-top: 5px;
}

.container-declaration .operation-preview .preview-img-container {
    height: 200px;
}

.container-declaration .operation-preview .preview-img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.container-declaration .container-remuneration {
    margin-top: 10px;
}

.container-declaration .container-prestation h4 {
    font-size: 13px;
    color: #bfbfbf;
    margin: 2px 0;
    font-weight: 600;
}

.container-declaration h3 {
    margin-bottom: 0;
    font-size: 21px;
}

.container-declaration .dashed,
.container-profil .dashed {
    border: 2px dashed #BFBFBF;
    padding: 15px;
    margin: 0 0 15px 0;
}

.container-declaration .dashed a,
.container-profil .dashed a {
    color: #333e48;
    text-decoration: underline;
    font-weight: bold;
    clear: both;
}

.container-declaration .dashed .preview-img-container,
.container-profil .dashed .preview-img-container {
    /*margin: 0 0 10px 0;*/
}

.container-declaration .decla-title,
.container-profil .decla-title {
    text-transform: uppercase;
    color: #B41E8E;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

.container-declaration .contrat-detail .action-container {
    margin-top: 5px;
}

.container-declaration .contrat-detail .action-container a {
    text-decoration: underline;
    font-weight: 400;
    padding-left: 3px;
}

.container-declaration .contrat-detail .action-container a:hover {
    text-decoration: underline;
    color: #016332;
    font-weight: 400;
}

.container-declaration form {
    margin-top: 15px;
}

.container-declaration label {
    margin-right: 5px;
}

.container-declaration .paiement-tips {
    margin-top: 15px;
}

.container-declaration .bloc-decla {
    margin-top: 15px;
}

.container-declaration .form-control {
    height: 30px;
}

.container-declaration label {
    color: #333e48;
    font-weight: 600;
    font-size: 13px;
}

.container-declaration .contrat-detail + .contrat-detail {
    margin-top: 30px;
}

.container-declaration .decla-ventes .form-inline .form-group + .form-group {
    margin-left: 45px;
}

.action-readmore {
    color: #333e48;
    text-decoration: underline;
}

#declarationCourrier {
    display: none;
    clear: both;
    margin: 10px auto 30px auto;
    max-width: 600px;
    background-color: #f2f2f2;
    padding: 20px;
}

#declarationCourrier p:last-child {
    margin-bottom: 0;
}

.warning-objectif-ventes {
    text-transform: uppercase;
    color: red;
}

.display-tb {
    display: inline-table
}

.display-tb > .icon-container {
    width: 15px;
    display: table-cell;
}

.form-control.input-banque[readonly] {
    background-color: #e1e1e1;
}

.table-declaration-ventes {
    width: initial;
}

.container-declaration .table-declaration-ventes {
    margin-left: 0;
    margin-right: auto;
}

.table-declaration-ventes tr:not(:first-child) th {
    height: 15px !important;
    font-size: 12px;
    width: 300px;
    background-color: #FEE9F7;
    color: #B70E80;
    padding: 0 5px;
    overflow: hidden;
    border-right: 3px solid white;
}

.table-declaration-ventes tr:first-child th {
    text-align: center;
    min-width: 110px;
}

.table-declaration-ventes div.form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.table-declaration-ventes .form-group .form-control {
    height: 30px;
    padding-top: 6px;
    background-color: white;
    border: 1px solid #E4E4E4;
    color: #232323;
    margin: 0 auto;
}

.div-tableau-declaratif-ventes {
    overflow-x: auto;
    white-space: nowrap;
}

.table-declaration-ventes td {
    padding: 0 !important;
}

.table-declaration-ventes input.decla-produit {
    width: 60px !important;
    padding-left: 2px;
    padding-right: 2px;
}

/** DECLARATIF BO **/

.info-banque {
    padding-left: 15px
}

.info-banque-icon {
    font-size: 20px;
}

/** BO DETAIL BANQUE **/
#formDetailBanque .label-statut {
    margin-top: 12px;
    font-size: 17px;
}

.preview-rib span {
    display: inline-block;
}

.preview-rib span {
    margin-right: 10px;
}

/** UPLOAD (reprise sur historique des styles hardcodés dans le html) todo optimiser **/

.bloc-upload {
    margin-bottom: 15px;
}

.bloc-upload .img-display {
    text-align: center;
    line-height: 0.7em;
    margin-top: 5px;
}

.bloc-decla.decla-ventes .already-uploaded-container .img-mini,
.bloc-upload .img-mini {
    width: 100px;
    height: 141px;
}

.bloc-upload .id-actions {
    display: none;
}

.bloc-upload .table-file-upload {
    width: 100%;
}

.bloc-upload .table-file-upload .fileupload-process {
    display: none;
}

.bloc-upload .table-file-upload .fileupload-process .progress-bar {
    width: 0;
}

.bloc-upload .id-previews {
    min-height: 150px;
    display: flex!important;
    justify-content: center!important;
    flex-direction: row!important;
}

.bloc-upload .id-previews .file-row-1 {
    width: 100px;
    margin-left: 10px;
}

.bloc-upload .id-previews .file-row-1 .preview-container {
    height: 141px;
    position: relative;
    width: 100px;
}

.bloc-upload .preview-container .preview img {
    width: 100%;
}

.bloc-upload .preview-container .preview + div {
    margin-top: 10px;
}

.bloc-upload .preview-container .preview .progress-bar {
    width: 0;
    background-color: #333;
}

.bloc-upload .preview-container .id-transfert_ok {
    text-align: center;
    display: none;
    color: #2081c9;
    font-size: 14px;
}

.bloc-upload .under-action-container {
    width: 100%;
}

.bloc-upload .under-action-container .name-size {
    width: 250px;
}

.bloc-upload .under-action-container .name-size p {
    display: none;
}

.bloc-upload .under-action-container .name-size .delete-container {
    text-align: right;
}

.bloc-upload .under-action-container .name-size .delete-container > div {
    margin-top: 10px;
}

.bloc-upload .under-action-container .name-size .delete-container > div > button {
    display: none;
}

.bloc-upload .file-row-2 {
    float: left;
    width: 100px;
    margin-left: 0;
}

.bloc-upload .file-row-2 .bloc-upload {
    height: 141px;
    position: relative;
    width: 100px;
    cursor: pointer;
}

.bloc-upload .file-row-2 .bloc-upload img {
    width: 100%;
}

.bloc-upload.bloc-upload-height {
    height: inherit !important;
    display: flex;
    justify-content: center;
}

.bo_bloc_upload {
    text-align: center;
}

.text_upload_fichiers, .text_upload_fichiers_scd {
    margin-top: auto;
    margin-bottom: auto;
}

.text_upload_fichiers_scd {
    display: none;
    align-items: center;
}

.delete_uploaded_file {
    background-color: #f2f2f2;
    border: inherit;
    margin: 5px;
}

.already_upload .delete_uploaded_file {
    background-color: inherit;
}

.delete_uploaded_file svg {
    font-size: 1.6em;
    color: #B41E8E;
}

.delete_uploaded_file.without {
    background-color: white;
    border: 0px;
    padding-right: 0px;
    vertical-align: middle;
    padding-top: 3px;
    margin: 0px;
}

.delete_uploaded_file.without svg {
    font-size: 1.3em;
}

.upload_fichiers {
    color: #B41E8E;
    font-size: 13px;
    font-weight: bold;
    display: none;
    padding-top: 10px;
    text-align: center;
}

.row.dashed.dashed-upcontainer {
    /*padding: 20px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.error-import-container ul {
    list-style-type: none;
    color: red;
}

.warning-import-container ul {
    list-style-type: none;
    color: orange;
}

.img-preview-stimdata {
    /*float: left;*/
    margin-left: 10px;
}

.already-uploaded-container .img-preview-stimdata {
    margin-left: 0;
}

.gabarit-container {
    clear: both;
    margin: 15px 0;
}

.gabarit-container a {
    color: #333e48;
}

/** BO LOGIN **/

.admin .login .info-tips {
    margin-top: 0;
}

/** BO OPERATION **/

.admin .operation-content {
    margin-top: 0;
}

.admin .operation-dates {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.admin .operation-content .detail-operation {
    font-size: 20px;
}

/** BO DETAIL PHARMACIE **/
.page-detail-pharmacie .extra-container {
    padding-right: 50px;
}

.page-detail-pharmacie .titre-section {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #B41E8E;
    padding-left: 1px;
    clear: both;
    font-size: 13px;
}

.page-detail-pharmacie .bootstrap-table {
    min-height: inherit;
}

.page-detail-pharmacie .pharmacie-static-infos ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.page-detail-pharmacie .operation-content {
    margin-top: 10px;
}

.page-detail-pharmacie .operation-content .select2.select2-container {
    margin-top: 0;

}

.page-detail-pharmacie .operation-content .form-inline > * {
    margin: 0 5px;
}

.page-detail-pharmacie .operation-content label {
    margin-bottom: 0;
}

.page-detail-pharmacie .operation-content .select2.select2-container .select2-selection span {
    font-size: 14px;
}

.page-detail-pharmacie .operation-content .select2.select2-container .select2-selection span,
.page-detail-pharmacie .operation-content .select2.select2-container .select2-selection {
    height: 38px;
    line-height: 38px;
}

.page-detail-pharmacie .table-stim tr.selected td {
    background-color: #ADD8E6;
}

.page-detail-pharmacie .table-stim tr.selected.sesame td {
    background-color: #ffaa66;
}

.page-detail-pharmacie .sectorisation-title {
    color: #3a6eb3;
    font-size: 15px;
    font-weight: 500;
}

.page-detail-pharmacie .signature-container img {
    width: 100%;
}

.page-detail-pharmacie #infosComplementaires {
    margin-top: 13px;
}

.page-detail-pharmacie #coordonneesBancaires {
    margin-top: 36px;
}

.page-detail-pharmacie .dt-filter-operations {
    padding-left: 5px;
}

.page-detail-pharmacie .dt-filter-communications {
    margin-top: 14px;
}

.page-detail-pharmacie .operation-content {
    margin-top: 15px;
}

.page-detail-pharmacie #datatableBlocCommunicationsPharmacie {
    padding: 8px 0;
}

.page-detail-pharmacie .row.dashed.dashed-upcontainer {
    margin-bottom: 15px;
    text-align: center;
}

.page-detail-pharmacie .preview-img-container {
    margin-top: 15px;
}

.page-detail-pharmacie .historique-inscription-title,
.page-detail-pharmacie .choix-gains-title {
    text-transform: uppercase;
    color: #B41E8E;
    margin-top: 25px;
    margin-bottom: 0;
}

.page-detail-pharmacie .choix-gains-title {
    margin-bottom: 15px;
}

.page-detail-pharmacie .btn-decla-ventes {
    margin-top: 20px;
}

#formActionMultiple {
    margin-bottom: 12px;
}

/** https://pasteboard.co/IgXcNpZ.png **/
.page-detail-pharmacie .form-horizontal label ~ .select2.select2-container {
    margin-top: 0;
}

.page-detail-pharmacie .operation-content.selects div,
.page-detail-pharmacie .operation-content.selects form {
    display: inline-block;
}

.page-detail-pharmacie .operation-content.selects .datatable-filter {
    margin-right: 10px;
}

/** DETAIL PHARMACIE MENU RAPIDE **/
.quick-nav-container {
    position: relative;
    z-index: 999;
}

.quick-nav {
    list-style: none;
    position: absolute;
    right: 10px;
    top: -6px;
    direction: rtl;
    padding: 0;
}

.quick-nav li {
    display: block;
    width: 40px;
    height: 45px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    z-index: 999;
}

.quick-nav li.nav-link {
    background-color: #B41E8E;
    position: relative;
}

.quick-nav li.nav-link .link-info,
.quick-nav li.nav-modal .modal-info {
    display: none;
    position: absolute;
    white-space: nowrap;
    width: auto;
    height: 45px;
    top: 0;
    background: #B41E8E;
    right: 50px;
    padding: 0 10px;
    line-height: 45px;
    color: #fff;
}

.quick-nav li.nav-link .link-info:after,
.quick-nav li.nav-modal .modal-info:after {
    content: "";
    position: absolute;
    top: 16px;
    right: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    background-color: #B41E8E;
    width: 10px;
    height: 10px;
}

.quick-nav li.nav-link:hover .link-info,
.quick-nav li.nav-modal:hover:not(.open) .modal-info {
    display: block;
}

.quick-nav li.nav-modal .modal-info {
    background: #3a6eb3;
}

.quick-nav li.nav-modal .modal-info:after {
    background-color: #3a6eb3;
}

.quick-nav li.nav-modal {
    background-color: #3a6eb3;
    direction: rtl;
    position: relative;
}

.quick-nav li.nav-modal a {
    text-decoration: none;
}

.quick-nav li.nav-modal.open {
    background-color: #3a6eb3;
    direction: ltr;
    text-align: left;
    min-width: 280px;
    width: auto;
}

.quick-nav li a.action-confirm-redirection {
    color: #fff;
    font-size: 20px;
}

.nav-modal .extra-actions-container,
.nav-modal .label-container {
    display: none;
}

.nav-modal.open > div {
    display: inline-block;
}

.nav-modal .label-container {
    font-size: 20px;
    text-transform: uppercase;
}

.nav-modal .icon-container {
    font-size: 20px;
    padding: 0 10px 0 20px;
    cursor: pointer;
}

.nav-modal.open .extra-actions-container {
    float: right;
    padding-right: 5px;
}

.nav-modal.open .extra-actions-container .btn {
    background-color: #3a6eb3;
    color: #fff;
    padding: 5px;
}

.nav-modal.open .extra-actions-container.btn + .btn {
    margin-left: 0;
}

.nav-modal.open .extra-actions-container .btn:active {
    box-shadow: none;
}

.nav-modal.open .extra-actions-container .sd_button {
    top: 0;
}

.nav-modal.open .extra-actions-container .btn + .btn {
    margin-left: 0;
}

.nav-modal.open .extra-actions-container a {
    font-size: 14px;
}

.quick-nav-container .bootstrap-table {
    min-height: inherit;
}

.quick-nav-container .nav-modal-page {
    display: none;
    box-shadow: -6px 6px 8px 2px #aaa;
    direction: ltr;
    background-color: #fff;
}

.quick-nav-container .nav-modal-page > * {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    color: #8e8e8e;
}

.quick-nav-icon {
    color: #FFF;
    font-size: 20px;
}

.nav-modal.open + .nav-modal-page {
    display: block;
}

.nav-modal.open,
.nav-modal.open + .nav-modal-page {
    -webkit-animation: animationOpen 0.5s normal forwards ease;
    -moz-animation: animationOpen 0.5s normal forwards ease;
    animation: animationOpen 0.5s normal forwards ease;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

@-webkit-keyframes animationOpen {
    from {
        transform: scaleX(0)
    }
    to {
        transform: scaleX(1)
    }
}

@-moz-keyframes animationOpen {
    from {
        transform: scaleX(0)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes animationOpen {
    from {
        transform: scaleX(0)
    }
    to {
        transform: scaleX(1)
    }
}

/** DETAIL PHARMACIE SWAL CONFIRM **/

.confirm-bo-biocodex.popup-biocodex.swal2-popup {
    padding: 0;
}

.confirm-bo-biocodex.popup-biocodex.swal2-popup .swal2-title {
    width: 100%;
}

.confirm-bo-biocodex.popup-biocodex.swal2-popup .swal2-content {
    padding: 15px;
}

.confirm-bo-biocodex.popup-biocodex.swal2-popup .swal2-actions {
    margin: 10px 10px 30px 10px
}

/** BO SYNTHESE **/

.container-synthese .fixed-table-pagination {
    display: none !important; /* fixed-table-pagination append with js */
}

/* BO DETAIL HISTO */
#bloc_histo_cnx .pagination {
    display: inline-flex !important;
}

/** BO DETAIL CAMPAGNE **/
.email-container-preview {
    width: 100%;
    height: 800px;
    margin-top: 35px;
}

.container-bo .variables-container {
    margin-top: 35px;
}

.container-bo .variables-container ul {
    list-style: none;
}

/** BO ENVOI CAMPAGNE **/
.form-horizontal .checkbox.check-ignorer {
    margin-top: 20px;
}

/** BO CIBLAGE **/

.container-ciblage form.small-input .btn-primary[type='submit'] {
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
}

/** BO BLOC REMINDER **/

.reminder-container {
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #eee;
}

.reminder-container .reminder {
    display: table-row;
    vertical-align: middle;
    width: 100%;
    color: #333;
}

.reminder-container .reminder .description {
    display: table-cell;
    width: 90%;
}

.reminder-container .reminder .description strong {
    color: #8e8e8e;
}

.reminder-container .reminder .action {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.reminder-container .reminder .action .btn-reminder {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
}

.reminder-container .no-reminder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/** BO BLOC ACTIONS RAPIDES **/

.bloc-actions-rapides-container .actions-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bloc-actions-rapides-container .actions-list li {
    color: #B41E8E;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 600;
}

/** BO DECLARATIF **/
.container-declaratif-bo .declaratif-photo-preview {
    width: auto;
    height: auto;
    max-height: 200px;
}

.bloc-actions-rapides-container .actions-list li .sd_button {
    top: 2px;
    padding-right: 5px;
}

/** BO SIGNATURE */
.container-signature-bo .nav-pills.sous-menu {
    margin-bottom: 2em;
}

.container-signature-bo .validation-signature {
    position: absolute;
}

.container-signature-bo .signature-preview {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 400px;
}

.container-signature-bo .table-stim tr.selected td {
    background-color: #ADD8E6;
}

/** BO GESTION EXPORT **/
.container-gestion-export .align-operation {
    margin-top: 5px;
}

.btn-flex .btn-export {
    margin: 0 10px 10px 0;
}

.align-operation .btn {
    margin-left: inherit;
    margin-bottom: 10px;
}

/** BO GESTION PRESTATION **/
.gestion-prestation-container .new-container {
    margin: 15px 0;
}

/** BO RELEASE NOTE **/

.container-release-note .btn {
    min-width: 150px;
}

.container-release-note form.small-input .form-group > div:first-child {
    padding-right: 0;
}

.container-release-note h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.container-release-note .note {
    margin: 30px 0;
}

.container-release-note .note .title-container {
    border-bottom: 1px solid #B41E8E;
    vertical-align: middle;
    margin-bottom: 10px;
}

.container-release-note .note .title-container h3 {
    display: inline-block;
    min-width: calc(100% - 150px);
    vertical-align: middle;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
    color: #B41E8E;
    font-weight: bold;
}

.container-release-note .note .title-container .btn {
    display: inline-block;
    min-width: 150px;
    width: 150px;
    padding: 3px 16px;
}

.container-release-note .note h4 {
    font-size: 12px;
    color: grey;
}

.container-release-note .note h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #B41E8E;
    font-weight: 200;
}

.container-release-note .piece-jointe-container {
    margin-right: 15px;
    display: inline-block;
}

.container-release-note .piece-jointe-container-table {
    display: table;
    text-align: center;
    vertical-align: middle;
}

.container-release-note .piece-jointe-container .piece-jointe-icon {
    display: table-row;
}

.container-release-note .piece-jointe-container .piece-jointe-libelle {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** BLOC COMMUNICATIONS **/

.communication-filters-container {
    margin: 15px 0;
    vertical-align: middle;
    height: 24px;
    color: #333;
}

.communication-filters-container .sd_button {
    color: #333e48;
    font-size: 28px;
    line-height: 24px;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
}

.communication-filters-container .sd_button.selected {
    color: #B41E8E;
}

.communication-filters-container .sd_button.disabled {
    color: #f2f2f2;
    cursor: not-allowed;
}

/** DETAIL COMMUNICATION **/
.container-detail-communication .titre-section span {
    color: #B41E8E;
}

/** DETAIL CONTRAT **/

.title-contrat-detail {
    margin: 0 auto;
    max-width: 740px;
}

/** MODAL DETAILS PHARMACIE **/
.form-detail .img-mini {
    height: 141px;
}

.form-detail button .loading-gif {
    height: 19px;
}

.form-detail .liens-beneficiaires a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 5px;
}

/** RECAPTCHA **/

.g-recaptcha {
    display: inline-block;
}

.field-name {
    position: fixed;
    top: -500px;
}

/** MODAL OPERATION COMMUNICATION **/
.param_authorized {
    text-transform: uppercase;
    color: #006200;
}

.param_unauthorized {
    text-transform: uppercase;
    color: darkred;
}

/** MODAL OPERATION COMMUNICATION **/

/** MODAL **/

.modal.modal-biocodex .modal-content {
    border-radius: 0;
}

.modal.modal-biocodex .modal-content .modal-header {
    border-bottom: 0;
    background-color: #B41E8E;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.modal.modal-biocodex .modal-content .modal-footer {
    border-top: 0;
    text-align: center;
    padding: 10px;
}

.modal.modal-declaratif {
    margin-top: 200px;
}

.modal-biocodex input[type="checkbox"] {
    margin-top: 10px;
}

.modal-biocodex .declaration-content input[type="checkbox"] {
    margin-top: 10px;
    margin-left: 15px;
}

/* MODAL INVITE OPERATION */
.modal.modal-cooper-operation .modal-content-operation {
    border-radius: 0;
}

.modal.modal-cooper-operation .modal-content-operation .modal-header-operation {
    border-bottom: 0;
    background-color: #B41E8E;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.modal-cooper-operation input[type="checkbox"] {
    margin-top: 10px;
}

.modal-cooper-operation .declaration-content input[type="checkbox"] {
    margin-top: 10px;
    margin-left: 15px;
}

.form-new-operation {
    margin-bottom: 10px;
}

.modal .modal-dialog.modal-nouvelle-operation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0s;
}

.modal-body-operation {
    position: relative;
    padding: 15px;
    background-color: white;
}

.open-in-modal-operation {
    text-transform: uppercase;
}

.alerte-operation-produit-existant {
    text-transform: uppercase;
    border: 4px solid darkred;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 8px 10px;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}

/** MODAL DETAILS FACTURE **/

form.statut-facture .informations {
    padding-top: 10px;
}

/** FLOATING FORM LABEL **/

.float-label-control {
    position: relative;
}

.float-label-control ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.float-label-control :-moz-placeholder {
    color: #aaaaaa;
}

.float-label-control ::-moz-placeholder {
    color: #aaaaaa;
}

.float-label-control :-ms-input-placeholder {
    color: #aaaaaa;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: #f2f2f2 !important;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    -moz-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}

.float-label-control input, .float-label-control textarea, .float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
}

.float-label-control textarea:focus {
    padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0 1px 0;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0;
}

.float-label-control textarea {
    padding: 0.1em 0 5px 0;
}

.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 10px;
    color: #aaaaaa;
    z-index: -1;
    font-size: 0.75em;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}

form.small-input .float-label-control label {
    top: 0.75em;
}

form.small-input .float-label-control .form-control {
    height: 35px;
    padding-left: 10px;
    padding-top: 15px;
    font-size: 15px;
}

form.small-input .float-label-control textarea.form-control {
    height: auto;
}

form.small-input .float-label-control .btn.dropdown-toggle.btn-default {
    height: 35px;
}

form.small-input .float-label-control div ~ div label {
    left: 25px;
}

form.small-input .float-label-control .select2-selection__rendered {
    height: 35px;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 15px;
}

.float-label-control input.empty ~ label,
.float-label-control textarea.empty ~ label,
.float-label-control select.empty ~ label {
    display: none;
}

.float-label-control input:not(.empty) ~ label,
.float-label-control textarea:not(.empty) ~ label,
.float-label-control select:not(.empty) ~ label {
    z-index: 1;
}

.float-label-control input:not(.empty):focus ~ label,
.float-label-control textarea:not(.empty):focus ~ label,
.float-label-control select:not(.empty):focus ~ label {
    color: #aaaaaa;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control select {
    padding-left: 20px;
    margin-top: 5px;
}

.float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty) ~ label,
.float-label-control.label-bottom textarea:not(.empty) ~ label {
    top: 3em;
}

.float-label-control input,
.float-label-control textarea {
    padding-left: 20px;
    margin-top: 5px;
}

form.small-input .form-group.float-label-control {
    margin-top: 0;
}

@keyframes float-labels {
    0% {
        opacity: 0;
        color: #aaa;
        top: 0.1em;
        font-size: 0.85em;
    }
    20% {
        font-size: 0.85em;
        opacity: 0.1;
    }
    30% {
        top: 0.1em;
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
        font-size: 0.85em;
    }
    100% {
        top: 0.75em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 0;
        color: #aaa;
        top: 0.1em;
        font-size: 0.85em;
    }
    20% {
        font-size: 0.85em;
        opacity: 0.1;
    }
    30% {
        top: 0.1em;
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
        font-size: 0.85em;
    }
    100% {
        top: 0.75em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

/** BO GESTION FACTURE **/
.gestion-facture-container .bootstrap-table {
    min-height: inherit;
}

/** RESPONSIVE **/

@media (max-width: 767px) {

    form.small-input .form-group > div:first-child {
        padding-left: 15px;
    }

    form.small-input#formDetailPharmacie .form-group > div:first-child,
    form.small-input#formDetailPharmacie .form-group > div:nth-child(2) {
        padding-left: 0;
    }

    form.small-input .form-group > div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    form.small-input .form-group > div + div {
        margin-top: 20px;
    }

    .biocodex-menu .navbar-toggle {
        float: left;
        margin-left: 5px;
    }

    .biocodex-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .homepage p {
        width: inherit;
    }

    .fixed-table-toolbar {
        display: none;
    }

    form.small-input .float-label-control label {
        top: 0.1em;
        left: 20px;
    }

    form.small-input .float-label-control select ~ label {
        top: 8px;
        left: 20px;
    }

    @keyframes float-labels {
        0% {
            opacity: 0;
            color: #aaa;
            top: -0.5em;
            font-size: 0.85em;
        }
        20% {
            font-size: 0.85em;
            opacity: 0.1;
        }
        30% {
            top: -0.1em;
            opacity: 0.3;
        }
        50% {
            opacity: 0.5;
            font-size: 0.85em;
        }
        100% {
            top: 0.1em;
            opacity: 1;
        }
    }

    @-webkit-keyframes float-labels {
        0% {
            opacity: 0;
            color: #aaa;
            top: -0.5em;
            font-size: 0.85em;
        }
        20% {
            font-size: 0.85em;
            opacity: 0.1;
        }
        30% {
            top: -0.1em;
            opacity: 0.3;
        }
        50% {
            opacity: 0.5;
            font-size: 0.85em;
        }
        100% {
            top: 0.1em;
            opacity: 1;
        }
    }

    form.small-input .form-control {
        height: 50px;
        padding-left: 10px;
        position: relative;
        padding-top: 18px;
    }

    form.small-input .btn.dropdown-toggle.btn-default {
        height: 50px;
    }
}

@media (min-width: 768px) {
    .biocodex-menu.navbar-default .navbar-nav > li > a:before {
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #ffffff;
        content: '';
        position: relative;
        left: -15px;
        top: 3px;
    }

    .biocodex-menu.navbar-default .navbar-nav > li:first-child > a:before {
        display: none;
    }

    .biocodex-menu .navbar-collapse .nav > .divider-vertical {
        display: none;
    }

    .page-detail-pharmacie .remove-right-padding {
        padding-right: 0;
    }
}

@media (max-width: 991px) {

    .etape3-content .contrat-instructions {
        margin-top: 10px;
    }

    .etape3-content .contrat-instructions svg {
        position: relative;
        top: -10px;
        margin: 0 15px;
        font-size: 19px;
        display: inline-block;
    }

    .etape3-content .contrat-instructions strong {
        display: inline-block;
        width: 60%;
    }
}


@media (max-width: 400px) {
    form .btn + .btn {
        margin-top: 5px;
        margin-left: 0;
    }

    .etape3-content {
        margin: 0 25px;
    }
}

@media (max-height: 400px) {
    .homepage .container {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .container-declaration .input-titulaire {
        min-width: 300px;
    }

    .container-declaration .input-bic {
        min-width: 300px;
    }

    .container-declaration .input-iban {
        min-width: 300px;
    }
}

@media (max-height: 1130px) {
    .modal.modal-declaratif {
        margin-top: 0;
    }
}

/** BEGIN ONLY biocodex **/
.container-declaration .recapitulatif {
    margin-bottom: 10px;
}

.container-declaration .recapitulatif table {
    margin-left: auto;
    margin-right: auto;
}

.container-declaration .recapitulatif table th,
.container-declaration .recapitulatif table td {
    padding: 2px;
}

.container-declaration .recapitulatif table th {
    padding-left: 7px;
    padding-right: 7px;
}

.container-declaration.container-cheque-cadeau .radio {
    margin-left: 10px;
}

.container-declaration.container-cheque-cadeau .radio label {
    font-weight: normal;
}

.container-declaration.container-cheque-cadeau input[type="text"] {
    width: 75px;
    text-align: right;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.container-cheque-cadeau .bootstrap-table {
    min-height: initial;
}

.container-cheque-cadeau .operation-content {
    margin-bottom: 10px;
}

.validate-beneficiaire {
    margin-top: 45px;
}

.side-by-side {
    display: flex;
}

.side-by-side .side-fix {
    margin: auto;
}

.form-group.side-by-side .side-fix {
    padding-top: 5px;
}

.btn-cheque-cadeau {
    margin-top: 25px;
}

.titre_operation_accueil{
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: 800;
    margin-top: 5px;
}

/** END ONLY biocodex **/
