/** COOPER */

/* BASE */
body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    width: 100%;
    color: #8e8e8e;
    min-height: 100vh;
}

body.lashile-front {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.gradient {
    background: rgb(255, 249, 249); /* Old browsers */
    /*background: -moz-linear-gradient(180deg, rgba(255, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(28, 95, 134, 1) 35%, rgba(28, 95, 134, 1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(180deg, rgba(255, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(28, 95, 134, 1) 35%, rgba(28, 95, 134, 1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    background: linear-gradient(180deg, rgba(255,127,135,1) 0%, rgba(255,127,135,1) 5%, rgba(255, 255, 255, 1) 5%,rgba(255, 255, 255, 1) 95%, rgba(255,127,135,1) 95%, rgba(255,127,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

p {
    color: #333e48;
}

a {
    cursor: pointer;
}

.front .main-container {
    max-width: 1050px;
}

.lashile-main-front {
    flex-grow: 1;
}

.body-login .row.center-horizontal {
    width: 100%;
}

.unlock-admin h3 {
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background: #FF7F87;
    margin: auto;
}

.unlock-admin h3 svg {
    color: #ffffff;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

.center-horizontal {
    display: flex;
    justify-content: center;
}

.center-vertical {
    display: flex;
    align-items: center;
}

.container-height {
    min-height: 89%;
}

.hr {
    height: 1px;
    font-size: 1px;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
    margin-bottom: 20px;
}

/** CHARTRE GRAPHIQUE **/
.vert {
    color: #019659;
}

.gris-fonce {
    color: #333e48;
}

.gris-clair {
    color: #f2f2f2;
}

.gris {
    color: #8e8e8e !important;
}

.white {
    color: #fff;
}

.bleu {
    color: #FF7F87;
}

.dashed {
    border-style: dashed;
    border-width: 1px;
    background-color: white;
}

.rouge {
    color: red;
}

.orange {
    color: orange;
}

.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;
    max-width: 300px;
    border-radius: 20px;
}

.btn-primary, .btn-default, .btn-secondary {
    /*text-transform: uppercase;*/

}

.btn-primary, .btn-primary:hover,
.btn-primary, .btn-primary[disabled]:hover {
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
}

.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: #FF7F87;
    border-color: #FF7F87;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #FF7F87;
    background: #FF7F87 none;
}


.btn-yellow, .btn-yellow:hover,
.btn-yellow, .btn-yellow[disabled]:hover {
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
    color: white;
}

.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow[disabled].active.focus,
.btn-yellow[disabled].active:focus,
.btn-yellow[disabled].active:hover,
.btn-yellow[disabled]:active.focus,
.btn-yellow[disabled]:active:focus,
.btn-yellow[disabled]:active:hover,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow.focus, .btn-yellow:focus,
.btn-yellow[disabled].focus, .btn-yellow[disabled]:focus {
    color: #fff;
    background-color: #FF7F87;
    border-color: #FF7F87;
}

.btn-yellow.active, .btn-yellow:active, .open > .dropdown-toggle.btn-yellow {
    color: #fff;
    border-color: #FF7F87;
    background: #FF7F87 none;
}

.btn-secondary.btn-yellow, .btn-secondary.btn-yellow:hover, .btn-secondary.btn-yellow:active:hover, .btn-secondary.btn-yellow:active, .btn-secondary.btn-yellow:focus {
    background-color: #fff;
    color: #FF7F87;
    border: 2px solid #FF7F87;
}

.btn-bleu, .btn-bleu:hover,
.btn-bleu, .btn-bleu[disabled]:hover {
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
}

.btn-bleu.active.focus,
.btn-bleu.active:focus,
.btn-bleu.active:hover,
.btn-bleu:active.focus,
.btn-bleu:active:focus,
.btn-bleu:active:hover,
.btn-bleu[disabled].active.focus,
.btn-bleu[disabled].active:focus,
.btn-bleu[disabled].active:hover,
.btn-bleu[disabled]:active.focus,
.btn-bleu[disabled]:active:focus,
.btn-bleu[disabled]:active:hover,
.open > .dropdown-toggle.btn-bleu.focus,
.open > .dropdown-toggle.btn-bleu:focus,
.open > .dropdown-toggle.btn-bleu:hover,
.btn-bleu.focus, .btn-bleu:focus,
.btn-bleu[disabled].focus, .btn-bleu[disabled]:focus {
    color: #fff;
    background-color: #FF7F87;
    border-color: #FF7F87;
}

.btn-bleu.active, .btn-bleu:active, .open > .dropdown-toggle.btn-bleu {
    color: #fff;
    border-color: #FF7F87;
    background: #FF7F87 none;
}

.btn-secondary, .btn-secondary:hover {
    background-color: #fff;
    color: #FF7F87;
    border: 2px solid #FF7F87;
}

.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: #FF7F87;
    border-color: #FF7F87;
}

.btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
    color: #fff;
    border-color: #FF7F87;
    background: #FF7F87 none;
}


.btn-default {
    color: #fff;
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
    border-radius: 0;
    padding: 3px 16px;
    min-width: 125px;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
    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: #FF7F87;
    border: 2px solid #FF7F87;
    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-lashile {
    display: table;
    background-color: #333e48;
    color: #fff;
    height: 45px;
    border-bottom: none;
    width: 100%;
}

.header-lashile .img-container {
    display: table-cell;
    vertical-align: middle;
}

.header-logo {
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    width: auto;
}

.btn-modif-periode {
    width: 75px;
    margin-left: 15px;
    min-width: unset;
}

/** MENU **/
.lashile-menu.navbar {
    min-height: 45px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    background: #FF7F87;
    text-transform: uppercase;
}

.lashile-menu-front.navbar {
    background-color: #FF7F87;
    background-image: inherit;
}

.lashile-menu.navbar .divider-vertical {
    height: 15px;
    margin: 17px 0 0 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #333;
}

.lashile-menu .navbar-collapse {
    color: #333;
    padding-left: 10px;
}

.lashile-menu .navbar-left .mobile-only {
    display: none;
}

.lashile-menu .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
}

.lashile-menu.navbar-default .navbar-brand {
    padding: 12px;
    height: 45px;
}

.lashile-menu.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.lashile-menu.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #FF7F87;
}

.lashile-menu.navbar-default .navbar-right > li > a {
    background-color: #FF7F87;
    margin-right: 3px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.lashile-menu.navbar-default .navbar-left > li > a:hover, .lashile-menu.navbar-default .navbar-left > li > a.navbar-active {
    border-bottom: 3px solid #FF7F87;
    padding-bottom: 10px;
    background-color: #FF7F87;
    color: #f5f5f5;
}

.lashile-menu.navbar-default .navbar-right > li > a:hover {
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    background-color: #FF7F87;
    color: #ffffff;
}

.lashile-menu.navbar-default .navbar-left > .open > a,
.lashile-menu.navbar-default .navbar-left > .open > a:focus,
.lashile-menu.navbar-default .navbar-left > .open > a:hover {
    color: #ffffff;
    background-color: #FF7F87;
}

.lashile-menu.navbar-default .navbar-right > .open > a,
.lashile-menu.navbar-default .navbar-right > .open > a:focus,
.lashile-menu.navbar-default .navbar-right > .open > a:hover {
    color: #ffffff;
    background-color: #FF7F87;
}

.lashile-menu.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
}

.lashile-menu.navbar-default .navbar-collapse,
.lashile-menu.navbar-default .navbar-form,
.lashile-menu.navbar-default .navbar-toggle .icon-bar {
    border-color: #FF7F87;
}

.navbar-collapse {
    padding-right: 0px !important;
}

.lashile-menu .dropdown-menu {
    background-color: #FF7F87;
    color: #fff;
}

.lashile-menu .dropdown-menu > .active > a,
.lashile-menu .dropdown-menu > .active > a:focus,
.lashile-menu .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333 !important;
    outline: 0;
}

.lashile-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    /*
    left: -1px;
    */
}

/*.navbar-right.nav-icones {
    margin-right: -3px;
}*/

.lashile-menu .dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
}

.lashile-menu .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.lashile-menu .dropdown-menu > li > a:focus .icon,
.dropdown-menu > li > a:hover .icon {
    background-color: #ffffff;
    color: #FF7F87;
}

.lashile-menu .navbar-brand-icon {
    position: relative;
    /*  top: -6px;*/
    max-width: 110px!important;
    /*max-height: 30px!;*/
}


.lashile-menu .navbar-toggle .icon-bar {
    background-color: #fff;
}

.lashile-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;
}

.lashile-menu .dropdown-menu > li.dropdown-submenu:hover > a {
    color: #005ea9;
}

.dropdown-submenu:hover > a:after,
.dropdown-submenu > a:focus:after {
    border-left-color: #005ea9;
}

.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: #FF7F87;
}

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 #FF7F87;
    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: #FF7F87;
    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-title .title_modal {
    margin-left: 7em;
}

.grand-titre .extra-actions {
    display: table-cell;
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
}

.grand-titre .extra-actions .btn {
    background-color: #FF7F87;
    color: #fff;
    padding: 5px;
    margin-left: 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: #FF7F87;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}

/** GRAND TITRE SIGNATURE **/

.grand-titre-signature {
    clear: both;
    margin: 0 0 10px 0;
}

.grand-titre-signature h2 {
    color: #FF7F87;
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 70px;
}

.grand-titre-signature span.text-signature {
    font-weight: bolder;
}

/** TITRE MULTI CONTRAT **/

.titre-moyen h2 {
    color: #FF7F87;
    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: #FF7F87;
    padding-left: 5px;
    clear: both;
    font-size: 17px;
}

.titre-section-bancaire {
    text-align: center;
    margin-bottom: 15px;
}

.modification-profil-fo .titre-section .gris_clair,
.modification-profil-bo .titre-section .gris_clair {
    margin-left: -20px;
}

.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: #FF7F87;
    color: #fff;
}

.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: 1px solid #FF7F87 !important;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.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: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;
}

.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-lashile 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;
}

.decla-ventes .select2.select2-container .select2-selection span {
    font-size: 14px;
}

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;
}

#bloc_histo_cnx .pagination {
    display: inline-flex !important;
}

/** PARSLEY ERROR **/

.parsley-errors-list {
    list-style: none;
    margin: 2px 0 0 0;
    padding-left: 15px;
}

.parsley-errors-list > li, .parsley-required {
    color: red;
}

.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: #FF7F87;
    color: #fff;
    border-top: 15px solid #fff;
}

.table-stim th, .table-stim-no-url th {
    color: #FF7F87;
    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;
}

#datatablePeriode_container > .bootstrap-table {
    min-height: 100px !important;
}

.btn_modify_periode {
    cursor: pointer;
}

.bootstrap-table tbody .sd_button {
    top: 0;
}

.container-reminder .bootstrap-table {
    min-height: 0;
}

.bootstrap-table .table.table-stim {
    border-collapse: separate !important;
}

.bootstrap-table .table.table-stim-no-url {
    border-collapse: separate !important;
}

.bootstrap-table .table tbody {
    text-align: center;
    vertical-align: middle;
}

.bootstrap-table .table tbody td.align-left {
    text-align: left !important;
}

.bootstrap-table tbody a:focus,
.bootstrap-table tbody a:hover {
    color: #333e48;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #FF7F87 !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, .table-stim-no-url {
    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: #FF7F87 !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: #FF7F87;
}

.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: #FF7F87 !important;
    border-color: #FF7F87 !important;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    color: #FF7F87;
}

.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;
}

.selector:focus::placeholder {
    color: transparent;
}

.pagination .pagination-goto .goto-submit {
    height: 35px;
    color: #fff;
    background-color: #FF7F87;
    border: 1px solid #FF7F87;
}

/* FOOTER */
.body-login .footer-login {
    color: #ffffff;
    margin-top: inherit;
    font-size: 12px;
}

.footer-container {
    padding-top: 15px;
    /*    position: absolute;
        bottom: 0;*/
}

.footer-wrapper {
    display: flex;
}

.footer-trait {
    height: 20px;
    background-color: #FF7F87;
}

.footer {
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.footer-front.footer {
    margin-bottom: 15px;
    margin-top: 0px;
    color: #ffffff;
}

.logo-lashile-footer {
    width: 80%;
}

.footer-flex {
    align-self: center;
}

/** HOMEPAGE **/
.body-login {
    background-color: #FF7F87;
}

.body-login .container {
    /*min-height: 78vh;*/
}

.body-login .logo-lashile-overlay {
    width: 50%;
}

.grow1 {
    flex-grow: 10;
}

.grow2 {
    margin-left: 1em;
}

.grow3 {
    flex-grow: 1;
}

.body-login h3 {
    color: #ffffff;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.homepage p {
    color: #fff;
    margin-top: 4px;
}

.homepage-text {
    padding: 60px 0px;
    text-align: left;
}

.body-login .login-container {
    background-color: white;
    max-width: 430px;
    margin: auto;
    padding: 26px 20px 69px 20px;
    position: relative;
}

.admin .login-container {
    margin: auto !important;
}

#picto_cnx_lashile {
 position: absolute;
    top: -80px;
    left: 160px;
}

.grand-titre-homepage {
    clear: both;
    margin: 30px 0 30px 0;
}

.admin .grand-titre-homepage {
    margin: 0 0 20px 0;
}

.grand-titre-homepage h3 {
    color: #FF7F87;
    font-family: Tahoma, monospace;
    font-size: 28px;
    text-align: center;
    letter-spacing: inherit;
}

.grand-titre-homepage i {
    margin-bottom: 34px;
    margin-top: 0;
}

.form-group-homepage {
    margin-bottom: 10px;
}

.homepage .login-container h3 {
    margin-top: 0;
}

.homepage .login-container .form-group:last-child {
    margin-bottom: 0;
}

.homepage .container-contact-us {
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
}

.homepage .container-contact-us a, .admin .container-contact-us a {
    color: #8e8e8e;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 17px;
    margin-top: 8px;
}

.admin .container-contact-us {
    display: flex;
    justify-content: space-between;
}

.slider {
    background-color: #f6f6f6;
}

/* 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: #FF7F87;
}

.chevron {
    background-color: #FF7F87;
    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 #005ea9;
    color: #005ea9;
    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: #005ea9;
    color: white !important;
    transition: all ease 100ms;
}

.lien-millesime:hover {
    text-decoration-style: unset;
    text-decoration: none !important;
}


/** 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-lashile.swal2-popup {
    border-radius: 0;
    padding: 40px;
    margin-bottom: 20px;
}

.popup-lashile.swal2-popup .swal2-title {
    margin-bottom: 25px;
}

.popup-lashile.swal2-popup .swal2-content {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 25px;
}

.popup-lashile.swal2-popup .swal2-styled.swal2-confirm,
.popup-lashile.swal2-popup .swal2-styled.swal2-cancel {
    box-shadow: none;
    border-radius: 0;
    background-color: #FF7F87;
    border-color: #FF7F87;
    color: #fff;
    text-transform: uppercase;
    min-width: 180px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    background-image: none;
}

.popup-lashile.swal2-popup .swal2-actions button + button {
    margin-left: 50px;
}

/** Confirm modal **/
.confirm-modal-lashile .login-confirm-title {
    color: #333e48;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.confirm-modal-lashile .login-confirm-content {
    text-align: center;
}

.confirm-modal-lashile .login-confirm-content span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #FF7F87;
}

.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
    margin: 5px 0 10px 0;
}

/* color boutons modal */
.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    color: #fff;
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
    border-radius: 0;
    padding: 3px 16px;
}

.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button:hover,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    background-color: #FF7F87;
    border: 2px solid #FF7F87;
    color: #fff;
}

.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #FF7F87;
}

.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    color: #fff;
    font-weight: normal;
}

.confirm-modal-lashile.jconfirm.jconfirm-white .jconfirm-box,
.confirm-modal-lashile.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0;
}

/** 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: #FF7F87;
    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: #FF7F87;
    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-content .objet {
    font-weight: bold;
}

.historique-messagerie-content .message-content .corps:not(.extmail) {
    white-space: pre-line;
}

.historique-messagerie-content .message-content .bouton-editer {
    position: relative;
    float: right;
    top: -5px;
    right: -5px;
}

.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;
}

.historique-messagerie-content hr:last-child {
    margin-bottom: 5px;
}

.label-radio {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/** PROFIL **/
.form-section-flex {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.container-profil .bloc-decla {
    margin: 15px 0;
    text-align: center;
}

.container-profil .dashed .preview-img-container {
    margin: 0 0 10px 0;
}

.row.dashed.dashed-upcontainer {
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-profil .dashed {
    border: 2px dashed #FF7F87;
    padding: 15px;
    margin: 0 0 15px 0;
}

.container-profil .dashed a {
    color: #333e48;
    text-decoration: underline;
    font-weight: bold;
    clear: both;
}

.container-profil .select2.select2-container .select2-selection span {
    font-size: 15px;
}

.with-border {
    border: 1px solid dimgray;
    padding: 25px;
}

.with-border.bancaire {
    padding: 20px;
}

.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;
}

.preview-img-container .fa-fw {
    color: #8e8e8e;
}

.unmask {
    position: absolute;
    top: 10px;
    right: 18px;
    border: none;
    background-color: transparent;
    color: #FF7F87;
}

.unmaskControl {
    position: absolute;
    top: 10px;
    right: 18px;
    border: none;
    background-color: transparent;
    color: #FF7F87;
}

.form-password {
    position: relative;
}


/** ACCUEIL  **/
.titre-main-front {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 25px 0;
    color: #FF7F87;
}

.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: #FF7F87;
    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: #FF7F87;
    height: 28px;
    font-weight: bold;
    padding-top: 4px;
}

.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: 10px 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;
}

.titre-front {
    height: 35px;
    line-height: 25px;
}

.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;
}

.box-historique {
    margin-bottom: 10px;
}

.titre-historique {
    color: white;
    background-color: #FF7F87;
}

.div-menu-filtre {
    text-align: center;
}

.div-menu-filtre a.btn-primary {
    display: inline-block;
    width: 31%;
    height: 100%;
    margin-top: 20px;
    background-color: #FF7F87;
    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: #FF7F87;
    border: 3px solid #FF7F87;
    font-weight: bold;
}

.div-menu-filtre a.btn-primary.filtre-active {
    background-color: #FF7F87;
    opacity: inherit;
    color: #ffffff;
}

/* Page Documents */
.div-menu-filtre-documents a.btn-bleu {
    background-color: #FF7F87;
    opacity: 40%;
    color: #ffffff;
}

.div-menu-filtre-documents a.btn-primary.filtre-active {
    background-color: #FF7F87;
    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: #FF7F87;
}

.box-shadow {
    box-shadow: 0px 2px 10px 4px #b9b9b9;
    margin: 10px;
    padding: 0;
}

/* END page documents*/
.div-menu-filtre .actions,
.div-menu-filtre .all-operations {
    padding-left: 0;
    padding-right: 0;
}

.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 **/
.titre-section-front {
    text-transform: uppercase;
    font-size: 17px;
    color: #005ea9;
    margin: 25px 0 0 0;
}

.titre-section-front svg {
    color: #FF7F87;
    margin-right: 10px;
}

.titre-section-front > i {
    margin-right: 15px !important;
}

.etape1-content {
    margin-top: 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 2px 8px 2px #aaa;
    padding: 17px;
}

.etape1-content .illustration-ordi-container {
    margin: 10px 0;
    min-width: 100%;
}

.etape1-content-action {
    margin: 15px;
    padding-top: 15px;
    text-align: left;
}

.etape1-content-action .text-center, .etape2-content-action .text-center {
    display: flex;
    flex-direction: column;
}

.etape1-content-action .btn, .etape2-content-action .btn {
    margin-left: 0px;
    margin-top: 15px;
}

/** 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: #FF7F87;
}

.etape3-content .contrat-instructions strong {
    font-weight: 900;
    text-transform: uppercase;
}

.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 #FF7F87;
    padding: 0;
    position: relative;
    width: 100%;
}

.etape3-content .autre-contrat-instructions .instructions-icon {
    display: table-cell;
    background-color: #FF7F87;
    width: 60px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.etape3-content .autre-contrat-instructions .instructions-text {
    display: table-cell;
    color: #FF7F87;
    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 #FF7F87;
    margin-bottom: 10px;
    height: 202px !important;
}

.etape3-content .signature canvas {
    width: 100%;
    height: 194px;
}

.etape3-content .erase-action {
    text-transform: uppercase;
    text-decoration: underline;
    color: #FF7F87;
}

.etape3-content .checkbox-container label {
    font-weight: bold;
    color: white;
    margin-left: 7px;
}

.etape3-content .checkbox-container input {
    margin-top: 2px;
    margin-left: 0;
}

.alert-multiple-contrat svg {
    color: white;
    background: #FF7F87;
    font-size: 80px;
    padding: 21px;
    height: auto;
}

.alert-multiple-contrat {
    display: flex;
    border: 2px solid #FF7F87;
    align-content: center;
    margin-top: 2em;
}

.nombre {
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.nombre-contrat {
    color: #FF7F87;
    font-weight: bold;
    padding-bottom: 10px;
}

.nombre-contrat--info {
    color: #FF7F87;
    text-transform: uppercase;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

.etape3-content .bloc-checkbox {
    display: table;
    width: 100%;
    height: 48px;
}

.etape3-content .bloc-checkbox > div {
    height: 100%;
    display: table-cell;
}

.etape3-content .bloc-checkbox .checkbox-container {
    vertical-align: middle;
    background-color: #FF7F87;
}

.etape3-content .bloc-checkbox .checkbox-container .checkbox {
    margin-top: 5px;
    margin-bottom: 0;
    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: 0 15px 30px 15px;
}

.container-profil .rgpd-container .col-xs-12 {
    padding: 0 !important;
}

.rgpd-container .col-xs-12 .alert {
    margin-bottom: 0 !important;
}

.container-profil .rgpd-container .alert h3 {
    margin-top: 20px;
}

/** DECLARATION **/
.container-declaration label {
    margin: inherit;
    color: grey;
}

.container-declaration .input-banque {
    width: 350px;
}

.etape1-content-declaration {
    margin-top: 25px;
    text-align: center;
}

.title-actions {
    margin: 25px;
}

.readmore {
    padding-top: 10px;
}

.decla-banque-valider {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 15px;
}

.decla-banque-child .input-banque {
    padding-left: 68px;
}

.declaration-content > form > p {
    margin-top: 15px;
}

.bordure-bloc-bleu {
    border: 1px solid #FF7F87;
}

.declaration-content .courrier-container p {
    margin-bottom: 0;
}

.declaration-content .courrier-container .pense-bete {
    margin: 10px 0 35px 0;
    font-size: 16px;
    color: #FF7F87;
    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:last-child {
    padding-top: 15px;
}

.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;
}

.container-declaration h3 {
    margin-bottom: 0;
    font-size: 21px;
}

.container-declaration .dashed,
.container-profil .dashed {
    /*    border: 2px dashed #8e8e8e;
        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: #FF7F87;
    font-size: 17px;
    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: 20px;
    padding-bottom: 50px;
}

.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;
}

.action-readmore {
    color: #333e48;
    font-style: italic;
    font-weight: bold;
}

.action-readmore svg {
    color: #FF7F87;
    margin-right: 5px;
}

#declarationCourrier {
    display: none;
    clear: both;
    margin: 80px 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;
}

#btnModifierBanque {
    min-width: 350px;
    max-width: 550px;
}

.table-declaration-ventes {
    table-layout: fixed;
    width: 100%;
}

.table-declaration-ventes .table-input-decla {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

/*input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

.decla-ventes .form-inline {
    text-align: left;
}

.decla-ventes .justificatif {
    font-size: 15px;
    color: #FF7F87;
    font-weight: bold;
}

#declarationMode {
    font-size: 15px;
}

.table-declaration-ventes .form-control {
    width: 100%;
}

.flex-form {
    display: flex;
}

.table-declaration-ventes td {
    width: 157px;
    padding-bottom: 30px;
}

.table-declaration-ventes tr:not(:first-child) th {
    height: 65px;
    overflow: hidden;
}

.table-declaration-ventes .decla-produit-nom {
    padding: inherit;
}

.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: 35px;
    padding-left: 10px;
    padding-top: 15px;
    font-size: 15px;
}

.table-declaration-ventes .float-label-control label {
    top: 0.4em;
}

.div-tableau-declaratif-ventes {
    overflow-x: auto;
    white-space: nowrap;
}

.table-declaration-ventes .champs_declaration .input_declaration {
    padding-top: inherit !important;
}

.float-label-control .label_declaration {
    top: 0.90em !important;
    padding-left: inherit !important;
}

/*DECLARATION MULTIPLE*/
.titre_decla_multiple {
    border: 1px solid #FF7F87;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-size: 20px;
    color: #FF7F87;
    margin-bottom: 25px;
}

.titre_decla_multiple_bo {
    border: 1px solid #FF7F87;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    background-color: #FF7F87;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#container_bloc_declaration {
    width: 100%;
    height: 500px;
    border: 1px solid #FF7F87;
    overflow-y: scroll;
}

.sous-titre-bouton-multi-decla {
    text-align: left;
    text-transform: initial;
    font-weight: 600;
    font-size: 12px;

}

.form_upload_decla_multiple {
    margin-top: 0px !important;
}

.btn-primary-multiple, .btn-primary-multiple:hover {
    text-transform: uppercase;
    min-width: 180px;
    background-color: #FF7F87;
    border: 1px solid #FF7F87;
    color: white;
}

.btn-primary-multiple:focus, .btn-primary-multiple:active {
    border: 1px solid #FF7F87 !important;
    color: white !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #FF7F87 !important;

}

.btn-decla-multiple {
    width: 100%;
    position: relative;
    text-align: left;
}

.icon-etat-decla-multiple {
    position: absolute;
    width: 35px;
    right: 15px;
    top: 8px;
    padding: 3px 5px;
    background-color: white;
    border-radius: 20px 20px;
    font-size: 20px;
    text-align: center;
    color: #FF7F87;
    vertical-align: center;
}

.periode_ended, .periode_ended:hover {
    background-color: #8BA8C1;
    color: white;
    border: 1px solid #8BA8C1;
}

.periode_ended > .icon-etat-decla-multiple {
    color: #8BA8C1;
}

.periode_future, .periode_future:hover, .periode_future:focus, div.periode_future:active {
    background-color: white;
    color: #8BA8C1;
    border: 1px solid #8BA8C1;
}

.periode_future > * {
    color: #8BA8C1 !important;
}

.periode_future > .icon-etat-decla-multiple {
    border: 1px solid #8BA8C1;
}


.periode_inactive, .periode_inactive:hover, .periode_inactive:focus, div.periode_inactive:active {
    background-color: white;
    color: #FF7F87;
    border: 1px solid #FF7F87;
}

.periode_inactive > * {
    color: #FF7F87 !important;
}

.periode_inactive > .icon-etat-decla-multiple {
    border: 1px solid #FF7F87;

}

.periode_inactive:nth-child(n+1) {
    margin-top: 2px;
}

.btn-decla-multiple:not(.periode_inactive):nth-child(n+1) {
    margin-top: 2px;
}

#bloc_message_decla_photo, #bloc_message_decla_vente {
    display: none;
    height: 80px;
    font-size: 18px;
    align-items: center;
    background-color: #F2F2F2;
    margin-right: 0 !important;
}


.bloc_identite_decla_mutltiple {
    width: 100%;
    color: #9D9B9D;
    border: 1px solid #9D9B9D;
    height: 40px;
    vertical-align: center;
    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

#btn_phie_decla_multiple {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 15px;
    top: 0px;
    height: 40px;
    width: 82px;
    color: white;
    background-color: white;
    border: 1px solid #9D9B9D;
    font-size: 27px;
    /*padding: 0px 5px;*/
}

#btn_phie_decla_multiple a {
    color: white;
    background-color: #FBB400;
    padding: 3px 5px 2px 5px;
}

.bloc_bo_multi_decla {
    margin-top: 15px;
}

.btn-valider-decla-multiple {
    margin-top: 15px;
}

/*DECLARATION MULTIPLE*/

/* Input et label pour décla ventes */

.declaratif-produit-container .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.declaratif-produit-container .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.declaratif-produit-container .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.declaratif-produit-container .input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.div-tableau-declaratif-ventes .input-group-prepend {
    margin-top: 5px;
}

.declaratif-produit-container .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #8e8e8e;
    background-color: #f2f2f2;

}

.declaratif-produit-container .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

/* FIN Input et label pour décla ventes */

/** 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_declaration {
    background-color: #f2f2f2;
}

.bloc_declaration.already_upload {
    background-color: inherit;
    justify-content: space-between;
}

.bloc_declaration .img-display {
    text-align: center;
    line-height: 0.7em;
    margin-top: 5px;
    padding: 3px;
    font-size: 12px;
    color: #333e48;
}

.bloc_declaration .without-img-display {
    border: 1px solid black;
    background: white;
}

.bloc_declaration.already_upload.front .without-img-display {
    border: 1px solid #8e8e8e;
    padding: 5px;
}

.bloc_declaration .without-img-display .edit_nom_image {
    vertical-align: middle;
}

.bloc_declaration.already_upload.front {
    background: #f2f2f2;
    margin-bottom: 2em;
}

.bloc_declaration.already_upload.front .delete_uploaded_file {
    display: none;
}

.bloc_declaration.already_upload.front .uploaded_fichiers {
    color: #FF7F87;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

.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 {
    display: flex;
    justify-content: center;
}

.bloc-upload .id-previews .file-row-1 {
    float: left;
    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: #FF7F87;
}

.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: #FF7F87;
    font-size: 13px;
    font-weight: bold;
    display: none;
    padding-top: 10px;
    text-align: center;
}

.preview-img-container-added {
    display: flex;
    justify-content: center;
}


.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-right: 10px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.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;
}

#multi_decla_container {
    display: none;
    margin-top: 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: #FF7F87;
    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: #FF7F87;
    font-size: 15px;
    font-weight: 500;
}

.page-detail-pharmacie .signature-container img {
    max-width: 100%;
    max-height: inherit;
}

.page-detail-pharmacie .container-detail-communication .signature-container {
    max-height: 16em;
}

.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: #FF7F87;
    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-icon {
    color: #fff;
    font-size: 20px;
}

.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: #FF7F87;
    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: #FF7F87;
    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: #FF7F87;
    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: #FF7F87;
}

.quick-nav li.nav-modal .modal-info:after {
    background-color: #FF7F87;
}

.quick-nav li.nav-modal {
    background-color: #FF7F87;
    direction: rtl;
    position: relative;
}

.quick-nav li.nav-modal a {
    text-decoration: none;
}

.quick-nav li.nav-modal.open {
    background-color: #FF7F87;
    direction: ltr;
    text-align: left;
    min-width: 280px;
    width: auto;
}

.quick-nav li.nav-modal.open .link-info {
    display: none;
}

.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: #FF7F87;
    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;
}

.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-lashile.popup-lashile.swal2-popup {
    padding: 0;
}

.confirm-bo-lashile.popup-lashile.swal2-popup .swal2-title {
    width: 100%;
}

.confirm-bo-lashile.popup-lashile.swal2-popup .swal2-content {
    padding: 15px;
}

.confirm-bo-lashile.popup-lashile.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 */
}

.chart-link-btn {
    min-width: unset;
}

.chart-link-btn > span {
    margin-left: 10px;
}

.chart-container-synthese {
    margin-top: 80px;
}

.chart-container-synthese > div {
    padding: 15px;
    border: 1px solid #a5a3a3;
}

.chart-link-btn-container {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.chart-link-btn-container .row > div {
    margin-top: 5px;
}

#report_detail_sector > span, #report_detail_pharma > span {
    margin-left: 10px;
}

.select-container-synthese {
    margin-top: 15px;
}

#criteria_submit_query {
    margin-top: 20px;
    width: 100%;
}

.criteria_row {
    margin-top: 15px;
}

/** 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;
}

.filtre-tableau-campagne {
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 30px;
}

.filtre-tableau-campagne h3 {
    text-align: center;
    margin-top: 0;
}

.group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group-child {
    padding: 0 12px 0 12px;
}

.group .btn-yellow {
    color: white;
    text-transform: uppercase;
    padding: 4px 8px;
    height: 31px !important;
}

.group-child .col-form-label {
    margin: auto;
    font-size: 12px;
}

.group-child .select-filtre-container {
    padding-left: 6px;
}

.group-child .select-filtre-container .select2.select2-container .select2-selection span {
    font-size: 12px;
}

.group-child .select-filtre-container .select2.select2-container {
    margin-top: 0 !important;
}

/** 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: #FF7F87;
    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;
}

/* BO IMPORT DRAG DROP */
/*.upload-container {
    text-align: center;
}*/

.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 #FF7F87;
    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: #FF7F87;
    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: #FF7F87;
    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: #FF7F87;
}

.communication-filters-container .sd_button.disabled {
    color: #f2f2f2;
    cursor: not-allowed;
}

/** DETAIL COMMUNICATION **/
.container-detail-communication .titre-section span {
    color: #FF7F87;
}

.container-detail-communication .float-label-control input,
.container-detail-communication .float-label-control textarea {
    margin-top: 0;
}

.container-detail-communication form.small-input .float-label-control label {
    top: 0.2em;
}

.info-conversation {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #FF7F87;
    margin-bottom: 5px;
}

.edit-conv {
    float: left;
    margin-bottom: 5px;
}

.voir-historique {
    float: right;
    margin-bottom: 5px;
}

.edit-conv:not(.histo-only),
.voir-historique:not(.histo-only):not(#voirHistorique) {
    margin-bottom: 10px;
}

#voirHistorique,
.voir-historique.histo-only,
.edit-conv.histo-only {
    display: block;
    text-align: center;
    width: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/** BLOCS STATISTIQUES **/
.bloc_statistiques_inscriptions,
.bloc_statistiques_ventes,
.bloc_statistiques_photos,
.bloc_statistiques_remunerations {
    margin-top: 30px !important;
    padding: 15px 25px 15px 25px;
    background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
}


.row-statistiques {
    margin-top: 50px;
}

.flex_container {
    display: flex;
    flex-wrap: nowrap;
}

.flex_container_vertical {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.btn_stats, .btn_stats:hover, .btn_stats:visited, .btn_stats:active, .btn_stats:focus {
    width: 160px;
    color: white;
    font-size: 12px;
    padding: 10px 10px;
    text-align: left;
    margin-bottom: 5px;
    text-decoration: none !important;
    font-weight: bold;
}

.btn_stats_jaune {
    background-color: #FBB400;
}

.btn_stats_bleu {
    background-color: #FF7F87;
}

.btn_stats svg {
    margin-bottom: 1px;
    margin-right: 5px;
}

.menu_droite_stats {
    position: absolute;
    right: 20px;
    top: 200px;
    z-index: 9999;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

#pie_inscription {
    height: 300px;
}

#donut_inscription, #donut_photos {
    height: 200px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


input[type="number"] {
    min-width: 50px;
}

.engagement {
    text-transform: uppercase;
    font-size: 18px;
    color: #FF7F87;
}

.titre_bloc_stats {
    font-size: 18px;
    color: #FF7F87;
    text-transform: uppercase;
}

.div_date_stats {
    font-size: 18px;
    color: #919191;
    border: 1px solid #E2E2E2;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.date_stats {
    opacity: 1;
    color: #212112 !important;
}

.div_resultat_stats {
    font-size: 18px;
    color: #212121;
    border: 1px solid #E2E2E2;
    box-shadow: 3px 3px rgba(226, 226, 226, 0.6);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: white;
}

.div_resultat_stats > span {
    display: inline-block;
    vertical-align: middle;
}

.resultat_stats {
    font-size: 30px;
    color: #FBB400;
    font-weight: bold;
    margin-left: 20px;
}

.resultat_stats_bleu {
    color: #FF7F87;
}

.row_details_stats {
    margin-top: 20px;
}

.row_titre_stats {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reduire_bloc, .agrandir_bloc, a.reduire_bloc:focus, a.reduire_bloc:visited, a.reduire_bloc:active, a.reduire_bloc:hover, a.agrandir_bloc:focus, a.agrandir_bloc:visited, a.agrandir_bloc:active, a.agrandir_bloc:hover {
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    color: #FBB400 !important;
}

.agrandir_bloc {
    display: none;
}

.lien_gestion_semaine {
    text-align: right;
    font-size: 12px;
    margin-right: 50px;
    position: relative;
    top: 30px;
    right: 0;
    z-index: 100;
}

.week_actif, .week_inactif, .week_actif:focus, .week_actif:active, .week_actif:visited, .week_actif:hover,
.week_inactif:focus, .week_inactif:active, .week_inactif:visited, .week_inactif:hover {
    text-decoration: none;
    font-weight: bold;

}

.week_inactif {
    color: #919191 !important;
}

.week_actif {
    color: #FF7F87;
}

.select_statistiques + .select2.select2-container .select2-selection, .select_statistiques + .select2-selection__rendered {
    background-color: transparent;
    color: #212121;
    font-size: 18px;
    height: 40px;
    padding-top: 5px;
}

.select_statistiques + .select2.select2-container .select2-selection span {
    background-color: transparent;
    color: #212121;
    border: 2px solid #E2E2E2;

}

.select_statistiques + .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    top: 5px;
    color: #212121;
    border: 2px solid #E2E2E2;
}

.select_statistiques + #select2-fonction-container {
    color: #212121;
!important;
}

.pourcentage {
    font-size: 16px;
}

*[id^='table_data_stat'] th {
    color: #FBB400;
}

*[id^='table_data_stat'] th {
    color: #FBB400;
    text-align: right;
}

*[id^='table_data_stat'] tr {
    text-align: right;
}

*[id^='table_data_stat'] tr:nth-child(even) {
    background-color: #F2F2F2;
}

*[id^='table_data_stat'] tr:nth-child(odd) {
    background-color: #F9F9F9;
}

*[id^='table_data_stat'] tr:nth-child(1) {
    background-color: transparent !important;
}

/** BLOCS STATISTIQUES **/


/** BLOC ACTIONS **/

.action-filters-container {
    margin: 15px 0;
    vertical-align: middle;
    height: 24px;
    color: #333;
}

.action-filters-container .sd_button {
    color: #333e48;
    font-size: 28px;
    line-height: 24px;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
}

.action-filters-container .sd_button.selected {
    color: #FF7F87;
}

.action-filters-container .sd_button.disabled {
    color: #f2f2f2;
    cursor: not-allowed;
}

/** DETAIL ACTION **/
.container-detail-action .titre-section span {
    color: #FF7F87;
}

/** 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 **/

.modal.modal-lashile .modal-content {
    border-radius: 0;
}

.modal.modal-lashile .modal-content .modal-header {
    border-bottom: 0;
    background-color: #FF7F87;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.modal.modal-lashile .modal-content .modal-footer {
    border-top: 0;
    text-align: center;
    padding: 10px;
}

.modal.modal-declaratif {
    margin-top: 200px;
}

.modal-lashile input[type="checkbox"] {
    margin-top: 10px;
}

.modal-lashile .declaration-content input[type="checkbox"] {
    margin-top: 10px;
    margin-left: 15px;
}

/** MODAL DETAILS FACTURE **/

form.statut-facture .informations {
    padding-top: 10px;
}

/** CONFIGURATION **/

div.ajax_click {
    cursor: pointer;
    color: #0d3349;
}

/** FIN CONFIGURATION **/

/** 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 .select2-selection__rendered {
    height: 35px;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 15px;
}

.container-profil form.small-input .float-label-control .form-control {
    height: 40px;
    color: #FF7F87;
}

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;
}

.float-label-control input.empty ~ label,
.float-label-control textarea.empty ~ label {
    display: none;
}

.table-declaration-ventes .float-label-control input.empty ~ label, .table-declaration-ventes .float-label-control textarea.empty ~ label {
    display: inherit;
    z-index: 1;
}

.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.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,
.float-label-control select {
    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;
    }

    .lashile-menu .navbar-toggle {
        float: left;
        margin-left: 5px;
    }

    .lashile-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;
    }
}


/** BEGIN ONLY COOPER **/
.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;
}

.greenCellCalendar {
    background-color: rgb(96, 173, 94);
    color: #000000;
}

.redCellCalendar {
    background-color: rgb(255, 102, 89);
    color: #000000;
}


/** Bibliotheque **/

.bibliotheque-overlay-container {
    position: relative;
    width: 100%;
}

.bibliotheque-overlay-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bibliotheque-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(72, 117, 231, 0.62);
}

.bibliotheque-overlay-container:hover .bibliotheque-overlay {
    opacity: 1;
}

.bibliotheque-overlay-content {
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: left;
}

.bibliotheque-overlay-content p, .bibliotheque-overlay-content a {
    color: white;
}

.bibliotheque-overlay-content a {
    margin-bottom: 15px;
}

.bibliotheque-overlay-content-name {
    font-weight: bold;
}

.img-display-bibliotheque {
    max-width: 100%;
}

.img-display-bibliotheque-file {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.img-display-bibliotheque-container {
    margin-top: 40px;
    text-align: center;
    border: 1px solid #969595;
    margin-right: 0 !important;
    margin-left: 0 !important;
    cursor: pointer;
}

.container-col-file-thumbnail {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    height: 100%;
}

.container-col-file-description {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
}

.container-col-file-description > div {
    margin-top: 10px;
}

.img-display-bibliotheque-container > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.container-col-file-description-title {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
}

#criteria-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.criteria-picker {
    margin-top: 5px;
}

.criteria_row {
    margin-bottom: 15px;
}

.header-result-before-after {
    margin-top: 40px;
    height: 30px;
    background-color: #FF7F87;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
    padding-left: 5px;
}

.header-result-before-after a {
    color: white;
}

.img-display-details-action-container {
    text-align: center;
    border: 1px solid #969595;
    margin-right: 0 !important;
    margin-left: 0 !important;
    cursor: pointer;
}

.img-display-details-before-after-container {
    text-align: center;
    border: 1px solid #969595;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.img-display-details-before-after-container .bibliotheque-overlay-container {
    height: 100%;
}

.before-container, .after-container {
    padding: 0;
    border-right: 1px solid #000;
    height: 100%;
}


.before-container .bibliotheque-overlay-image, .after-container .bibliotheque-overlay-image {
    width: inherit;
}

.before-label {
    background-color: #FF7F87;
}

.after-label {
    background-color: #038E5D;
}

.before-after-label {
    width: 8%;
    height: 100%;
    color: #FFF;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(180deg);
    line-height: 30px;
    float: left;
    opacity: 0.9;
    font-weight: bold;
}

.before-container img {
    width: 92%;
    height: 100%;
}

.after-container img {
    width: 92%;
    height: 100%;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-bibliotheque {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading-bibliotheque .modal-bibliotheque {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading-bibliotheque .modal-bibliotheque {
    display: block;
}

#pagination-bibliotheque {
    display: none;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

#pagination-bibliotheque .clear {
    clear: both;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

#btn_prev {
    float: left;
    background: white;
    width: 160px;
    text-align: center;
    border: 3px solid #FF7F87;
    font-weight: bold;
}

#btn_next {
    float: right;
    background: white;
    width: 160px;
    text-align: center;
    border: 3px solid #FF7F87;
    font-weight: bold;
}


#assign_sector {
    margin-top: 3px;
}

.valeur-point-offset {
    padding-left: 15px;
}

.valeur-point-content {
    font-size: 16px;
    border: 1px solid darkgrey;
    color: darkgrey;
    width: 250px;
    height: 60px;
    line-height: 55px;
    text-align: center;

    margin-top: 20px;
    margin-bottom: 20px;
}

.valeur-point {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.resultat-prime {
    display: inline-block;
    text-align: center;
    width: 70px;
}

.nbpoint-prime {
    display: inline-block;
    text-align: center;
    width: 79px;
}

.prime-prime {
    display: inline-block;
    text-align: center;
    width: 54px;
}

.synthese-content {
    margin-top: 30px;
}

.synthese-content ul {
    text-transform: uppercase;
}

#valeur_point_label {
    z-index: 1;
    top: -6px;
    left: 0;
}

#visite_campagne_input {
    margin-bottom: 30px;
}

.synthese-information-container {
    border: 1px solid #808080;
    border-right: 0;
    text-align: center;
    padding: 0;
    font-size: 24px;
    color: #000;
}

.synthese-year, .synthese-week {
    border-right: 1px solid #808080;
    height: 110px;
    float: left;
}

.libelle-info {
    color: #808080;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 35px;
    font-size: 12px;
}


.cycle-container {
    margin-top: 0;
    margin-bottom: 30px;
}


#datatableBoCampagneActions tr {
    cursor: initial !important;
}

#datatableBoCampagneActions tr td:first-child {
    cursor: move !important;
    color: #154484;
}

#datatableAffectationSecteur .btn a {
    color: #FFF;
}


.qrcode-signature-container {
    margin-top: 50px;
}

.qrcode-signature {
    text-align: center;
}

.qrcode-signature-text {
    text-align: center;
    margin-top: 10px;
}

.etape-fin-signature-mobile {
    text-align: left;
    margin-top: 60px;
}

/** MODAL **/

.modal.modal-lashile-operation .modal-content-operation {
    border-radius: 0;
}

.modal.modal-lashile-operation .modal-content-operation .modal-header-operation {
    border-bottom: 0;
    background-color: #FF7F87;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.modal-lashile-operation input[type="checkbox"] {
    margin-top: 10px;
}

.modal-lashile-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;
}

@media (min-width: 1400px) {
    .modal-xl {
        width: 1400px;
    }
}