/** URGO */

.padding-l-0 {
    padding-left: 0px !important;
}

.padding-b-12 {
    padding-bottom: 12px !important;
}

.text-left .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;

}

.text-left .text-right {
    display: inline-block;
    float: right;
}

.text-right .opened {
    min-width: 125px;

}

.declineForm .opened {
    min-width: 125px;

}

.declineForm {
    display: inline-block;
    margin-left: 8px;
}

.chatForm, .declineForm {
    display: inline-block; /* or inline */
}

.text-left .text-right .idOptions {
    height: 36px;
    font-size: 13px;
    padding-left: 20px;
    color: #8e8e8e;
    width: 134px;
    margin-left: 20px;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.declineForm .idOption {
    height: 36px;
    font-size: 13px;
    padding-left: 20px;
    color: #8e8e8e;
    width: 128px;
    margin-left: 2px;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;

}

/*#formFindByCodeClient {
    top: -10px;
    position: relative;
    display:inline;
}*/


@font-face {
    font-family: Montserrat;
    src: url("fonts/montserrat.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Montserrat;
    src: url("fonts/montserrat-bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Montserrat;
    src: url("fonts/montserrat-bolder.ttf");
    font-weight: 900;
}

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

.background-blanc-plein {
    background-color: white !important;
}

.front {
    /*background-image: url("../images/urgo_background_04.jpg");*/
    /*background-repeat: repeat-y;*/
    background-attachment: fixed;
    background-size: cover;
}

.front .container {
    margin-bottom: 27px;
}

p {
    color: #333e48;
}

a {
    cursor: pointer;
}


.container-margin {
    padding-bottom: 50px;
}

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

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

.homepage .footer,
.login-admin .footer {
    color: #ffffff;
}

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

.footer-accueil {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    bottom: 0;
    /*position: fixed;*/
    background-color: white;
    color: #8e8e8e;
    width: 100%;

}

#side_service {
    position: absolute;
    width: 400px;
    height: 280px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: white;
    border: 1px solid #8e8e8e;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 150px;
    left: -60px;
    transition: all ease 500ms;

}

#side_service > .content_service {
    max-width: 430px;
}

.side_service_closed {
    position: absolute;
    left: -320px !important;
    transition: all ease 500ms;
}

#side_service_content {
    display: block;
    width: 500px;
    height: 80px;
}

#side_service > #chevron_gauche_service {
    color: #5E96FF;
    font-size: 50px;
    position: absolute;
    right: 10px;
    display: none;
    cursor: pointer;
}

#side_service > #chevron_droite_service {
    color: #5E96FF;
    font-size: 50px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

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

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #161616 #eeeeee;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #eeeeee;
}

*::-webkit-scrollbar-thumb {
    background-color: #161616;
    border-radius: 0px;
    border: 0px none #ffffff;
}

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

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

.gris-clair {
    color: #f2f2f2;
}

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

.white {
    color: #fff;
}

.bleu {
    color: #005ea9;
}

.bleu_sombre {
    color: #10384f;
}

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

.rouge {
    color: red;
}

.rouge_pale {
    color : #FD746A;
    background-color: #FFF7F1;
    border: 1px #FD746A;
}

.vert_valide {
    color : #3BC765;
    background-color: #EEFFF3;
    border: 1px #3BC765;
}

.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: 3;
    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 {
    display: table;
    width: 100%;
    height: 3em;
    background-color: #f2f2f2;
    padding-left: 30px;
    position: relative;
    margin-top: 30px;
    float: left;
    border: 1px solid #DCDBDB;
}

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

.box .cell {
    display: table-cell;
    vertical-align: middle;
}

.box .info-banque {
    padding-top: 5px;
    padding-bottom: 5px;
}

.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: -6px;
    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;
}

#nom-famille {
    cursor: pointer;
    color: #0059FF;
    text-decoration: underline;
}

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

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

.btn {
    border-radius: 0;
}

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

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

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

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

.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: #35a6c6;
    border-color: #35a6c6;
}

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

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

.btn.new {
    display: inline-block;
    width: 150px;
    height: 35px;
    text-transform: none;
}

.btn-secondary.new {
    border: solid 1px #35A6C6;
}

.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: #35a6c6;
    border-color: #35a6c6;
}

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


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

.btn-border {
    display: inline-block;

    /*color: #D7EDFA;*/
    padding: 3px 16px;
    min-width: 70px;
    opacity: 60%;
    transition: ease 300ms;

}

.btn-border.right {
    background-color: #D7EDFA;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;

    border: 1px solid #64B2E2;
    color: #64B2E2;


}

.btn-border.left {
    background-color: #FFE5E5;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

    border: 1px solid #FF9A9A;
    color: #FF9A9A;

}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #005EA9;
    border: 2px solid #005EA9;
    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: #35a6c6;
    border: 2px solid #35a6c6;
    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;
    width: 329px;
}

.btn-cancel-generique-large {
    width: 300px!important;
    background-color: #315DA9!important;
    border:1px solid #315DA9!important;
}

.btn-valid-generique-large {
    width: 300px!important;
    background-color: #5BA5C6!important;
    border:1px solid #5BA5C6!important;
}

.btn-log-index {
    position: absolute;
    bottom: 0;
    left: 0px;
    /*padding-left: 0!important;*/
    /*padding-right: 0!important;*/
    padding: 15px 0px 15px 0px !important;
    margin: 0 !important;
    width: calc(100% - 15px);
}

.login-admin .btn-log-index {
    width: 100%;
}

.btn-log-index.first-connexion {
    width: 100%;
    background-color: #005ea9;
    border-color: #005ea9;
}

.btn-log-index.first-connexion .picto-urgo {
    margin-left: 20px;
    margin-right: 15px;
}

.btn-log-index.first-connexion:focus,
.btn-log-index.first-connexion:hover {
    text-decoration: none;
    background-color: #005ea9;
    border-color: #005ea9;
    outline: none;
}

.bloc_droite_login .btn-log-index.first-connexion {
    width: calc(100% - 15px);
}

.homepage-text.first-connexion {
    color: #005ea9;
    font-size: 18px;
}

.homepage-text.first-connexion div {
    margin-top: 10px;
}

.homepage-text.first-connexion strong {
    font-weight: 900;
}

.homepage-primo .homepage-text {
    padding-bottom: 0;
}

.homepage .login-container label {
    position: absolute;
    left: 50px;
}

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

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

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

/** MENU **/
.urgo-menu.navbar {
    min-height: 45px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    background-color: #262a5a;
    text-transform: uppercase;
}

.navbar-right {
    background-color: #262a5a;
}

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

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

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


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

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

.urgo-menu.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #005ea9;
}

.urgo-menu.navbar-default .navbar-nav > .open > a,
.urgo-menu.navbar-default .navbar-nav > .open > a:focus,
.urgo-menu.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #005ea9;
}

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

.urgo-menu.navbar-default .navbar-collapse,
.urgo-menu.navbar-default .navbar-form,
.urgo-menu.navbar-default .navbar-toggle .icon-bar {
    border-color: #005ea9;
}

.urgo-menu .dropdown-menu {
    background-color: #262a5a;
    color: #fff;
}

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

.urgo-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    /*
    left: -1px;
    */
}

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

.urgo-menu .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.urgo-menu .dropdown-menu > li > a:focus .icon,
.dropdown-menu > li > a:hover .icon {
    background-color: #ffffff;
    color: #005ea9;
}

.urgo-menu .navbar-brand-icon {
    position: relative;
    top: 0px;
    max-width: 100px;
    max-height: 50px;
}


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

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

.navbar-active {
    /*border-bottom: 1px solid #35a6c6;*/
    box-shadow: inset 0px -4px #35a6c6;
}

/** TITRE **/

h1, h2, h3, h4, a {
    color: #005ea9;

}

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

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

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

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

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

h3.flex {
    width: 100%;
}

.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: #005ea9;
    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: capitalize;
}

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

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

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

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

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

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

/** GRAND TITRE ROND **/

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

.grand-titre-rond h2 {
    color: #005ea9;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

/** GRAND TITRE SIGNATURE **/

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

.grand-titre-signature h2 {
    color: #005ea9;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 70px;
}

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

/** TITRE MULTI CONTRAT **/

.titre-moyen h2 {
    color: #005ea9;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

/** TITRE SECTION (FORMULAIRE) **/

.titre-section {
    /*text-transform: uppercase;*/
    margin-top: 30px;
    margin-bottom: 20px;
    color: #005ea9;
    padding-left: 5px;
    clear: both;
    font-size: 18px;
}

.titre-section .icon {
    font-size: 12px;
    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: #5E96FF;
    color: white;
}

.sous-menu.nav-pills > li {
    margin-right: 1%;
    min-width: 122px;
}

.sous-menu.nav-pills > li > a {
    border-radius: 0;
    color: #5E96FF;
    padding: 7px 15px;
    border: #5E96FF solid 1px;
    text-align: center;
}


.form-control {
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    color: #8e8e8e;

    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.forgot-login .form-control {
    background-color: #ffffff;
}

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

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

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

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: 250px;
}

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

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

.input-container {
    background-color: #F5F5F5;
    padding: 1%;
}

.input-container label {
    margin-left: 2%;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

.input-container input {
    border: none;
    background-color: #F5F5F5;
    color: #001652;
    width: 50%;
    font-size: 12px;
}

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

.input-container textarea {
    border: none;
    background-color: #f2f2f2;
    width: 100%;
    color: #001652;
}

.input-container textarea:focus {
    outline: none;
}

.form-section div.form-group {
    /*margin-bottom: 6px;*/
}

.info-tips {
    font-size: 12px;
    line-height: 20px;
    margin-top: 2px;
    /*width: 70%;*/
}

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

.sous-titre-declaration {
    position: absolute;
    top: 40px;
}

.container-declaration {
    margin-bottom: 40px;
}

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

.note-titre {
    font-size: 10px;
}

.banque .titre-section {
    margin-bottom: 3px;
}

.banque .note-titre {
    padding-left: 5px;
}

.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;
}

.table_op_mobile, .table_op_mobile div.checkbox {
    margin: 0 !important;
}

.table_op_mobile > td {
    padding: 0px !important;
}

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

.confirm-modal-urgo 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:not(.select2-selection.select2-selection--multiple) {
    height: 31px;
    line-height: 31px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-selection.select2-selection--multiple {
    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;*/
    color: #001652;
    font-size: 12px;
}

.select2.select2-container .select2-selection__rendered:not(.select2-results__option) {
    color: #8e8e8e!important;
}

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;
}

#select2-statutContrat-container {
    font-size: 18px;
}


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

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

/** PARSLEY ERROR **/

.parsley-errors-list {
    list-style: none;
    margin: 2px 0 0 0;
    padding-left: 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;
}

.ope_fin_validation, .ope_fin_validation a {
    color: #0091DF;
}

.ope_fin_validation td {
    background-color: #EBF9FF;
}

.ope_cloture, .ope_cloture a {
    color: red;
}

.ope_cloture td {
    background-color: rgba(255,0,0,0.1);
}

.link_disabled {
    pointer-events: none;
    color: #8e8e8e;
}

.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.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}

.table-declaratif {
    max-width: 600px;
}

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

.table-stim th:not(.table-stim.new-table th) {
    color: #35a6c6;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.tr_new {
    border: #35A6C6 solid 1px !important;
}

.table-grey tr {
    background-color: #f5f5f5 !important;
}

.table-grey th {
    text-transform: inherit;
}

.table-grey td {
    text-align: left;
}

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

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

.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 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: 1px solid #35a6c6 !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**Colorer les contrats annulés**/

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

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

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

.unsubscribed {
    color: #E92346;

}

.tableau_facture {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;

}

#datatableFacture, #datatableFacture th {
    text-align: center;
}

/** TABLEAU ANNEXE **/

.table_annexe {
    font-size: 10px;
}

.table_annexe th {
    text-align: center;
    background-color: #3699F2;
    color: white;
    font-weight: bolder !important;
}

.table_annexe tr td {
    vertical-align: top !important;
    text-align: left;
    min-width: 10%;
}

/** 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: #005ea9 !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: #005ea9;
}

.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: #005ea9 !important;
    border-color: #005ea9 !important;
}

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

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

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

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

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

/** HOMEPAGE **/
#accueil_user,
#accueil_password {
    color: #005ea9;
}

.homepage #accueil_user,
.homepage #accueil_password {
    padding-bottom: 5px;
    color: #35a6c6;
}

.homepage-primo #accueil_user,
.homepage-primo #accueil_password {
    padding-bottom: 5px;
    color: #005ea9;
}

.homepage,
.login-admin,
.forgot-login {
    background-image: url("../images/urgo_background_04.jpg");
    background-size: cover;
}

.homepage .container,
.login-admin .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.homepage .logo-urgo-overlay,
.login-admin .logo-urgo-overlay {
    display: block;
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 35px;

}

.login-admin .logo-urgo-overlay {
    width: 270px;
    margin-bottom: 50px;
}

.homepage .logo-urgo-overlay {
    max-width: 300px;
}

.homepage .header-homepage p {
    width: 680px;
    font-size: 18px;
    color: #005ea9;
    text-align: center;
    margin: 15px auto 35px;
}

.homepage .header-homepage p strong {
    font-weight: 900;
}

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

.homepage p {
    color: #35a6c6;
    margin-top: 10px;
}

.homepage-text {
    padding: 15px 0 15px 0;
    text-align: center;
}

.login-admin .login-container {
    display: block;
    background: rgba(255, 255, 255, 1);
    /*max-width: 430px;*/
    height: 100%;
    margin: auto auto auto 0px;
    padding: 20px 20px 0px 20px !important;
    /*padding: 20px 20px 239px 20px!important;*/

}

.login-admin .bloc-login-admin {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.login-admin .login-container {
    position: relative;
    margin: 0;
}

.homepage #bloc_picto_portail {
    width: 40px
}

.homepage .background-right {
    background: rgba(255, 255, 255, 0.6);
}

.bloc_login {
    position: relative;
    width: 450px;
    height: 410px;
}

.bloc_droite_login {
    margin-right: 105px;
    float: right;
    color: #35a6c6;
}

.bloc_gauche_login,
.bloc_primo_login {
    background: rgba(255, 255, 255, 1);
    color: #005cb9;
}

.bloc_gauche_login {
    margin-left: 105px;
    float: left;
}

.bloc_primo_login {
    margin-left: auto;
    margin-right: auto;
}

input.form-control.float-label-control-accueil,
.bloc_login .login-container input.form-control.float-label-control-accueil {
    filter: none;
    background-color: transparent;
    border-bottom: 2px solid #005ea9;
}

.form-group.form-group-homepage.float-label-control-accueil {
    padding-right: 50px;
    padding-left: 50px;
}

.homepage-titre {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 900;
}

.homepage-sous-titre {
    font-size: 28px;
}

.homepage-primo .homepage-sous-titre {
    margin-bottom: 10px;
}

.homepage-texte-1 {
    margin-top: 40px;
    font-size: 18px;
}

.homepage-texte-2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    font-size: 18px;
    font-weight: 900;
}

.btn-homepage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
    height: 74px;
    outline: none;
    text-align: center;
}

.homepage.homepage-primo .btn-homepage.primo-retour {
    bottom: 30px;
    width: 80px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    height: initial;
    outline: initial;
}

.homepage.homepage-primo .btn-homepage {
    bottom: 75px;
}

.btn-homepage.btn-homepage-primo:focus,
.btn-homepage.btn-homepage-primo:hover {
    outline: none;
    text-decoration: none;
}

.btn-homepage-primo,
.btn-primary.btn-homepage-primo:focus,
.btn-primary.btn-homepage-primo:hover {
    background-color: #005ea9;
    border-color: #005ea9;
}

.btn-homepage-login,
.btn-primary.btn-homepage-login:focus,
.btn-primary.btn-homepage-login:hover {
    background-color: #35a6c6;
    border-color: #35a6c6;
}

.btn-homepage .btn-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 900;
}

.btn-homepage.btn-homepage-primo .btn-text {
    position: relative;
    top: -4px;
}

.bloc_login.bloc_droite_login .login-container input.float-label-control-accueil {
    border-bottom: 2px solid #35a6c6;
    color: #35a6c6;
}

.bloc_login.bloc_droite_login .login-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(53, 166, 198, 0.6);
    opacity: 1; /* Firefox */
}

.bloc_login.bloc_droite_login .login-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(53, 166, 198, 0.6);
}

.bloc_login.bloc_droite_login .login-container input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(53, 166, 198, 0.6);
}

.homepage-primo .login-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 94, 169, 0.5);
    opacity: 1; /* Firefox */
}

.homepage-primo .login-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 94, 169, 0.5);
}

.homepage-primo .login-container input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 94, 169, 0.5);
}

/* Change Autocomplete styles in Chrome*/
.login-container input:-webkit-autofill,
.login-container input:-webkit-autofill:hover,
.login-container input:-webkit-autofill:focus {
    -webkit-text-fill-color: #005ea9;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.bloc_login.bloc_droite_login .login-container input:-webkit-autofill {
    -webkit-text-fill-color: #35a6c6;
}

.bloc_login.bloc_droite_login .float-label-control-accueil label {
    color: #35a6c6;
}

.bloc_login.bloc_droite_login .float-label-control-accueil input:not(.empty):focus ~ label,
.bloc_login.bloc_droite_login .float-label-control-accueil textarea:not(.empty):focus ~ label {
    color: #35a6c6;
}

.bloc-login-admin {
    height: 410px;
}

.grand-titre-homepage {
    /*clear: both;*/
    margin: 0 0 20px 0;
}

.grand-titre-homepage h2 {
    color: #005ea9;
    /*text-transform: uppercase;*/
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}

#accueil-identification {
    font-weight: 500 !important;
}

.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,
.login-admin .login-container .form-group:last-child {
    margin-bottom: 0;
}

.homepage .container-contact-us {
    margin-top: 20px;
    margin-right: 50px;
    text-align: right;
}

.login-admin .container-contact-us {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
}

.homepage .container-contact-us a,
.login-admin .container-contact-us a {
    color: #35a6c6;
    text-decoration: underline dotted;
    font-style: italic;
    margin-bottom: 17px;
    margin-top: 8px;
}

.homepage .container-contact-us a {
    margin-left: 7px;
    margin-bottom: 10px;
}

.picto-urgo {
    max-height: 30px;
}

body:not(.homepage) .picto-urgo {
    margin-left: 10px;
}

.svg_form_accueil {
    max-height: 15px;
}

.float-label-control-accueil .homepage-icon {
    position: absolute;
    left: 50px;
    bottom: 14px;
}

.float-label-control-accueil img.homepage-icon {
    width: 18px;
}

input#accueil_user,
input#accueil_password {
    /*padding-left: 30px;*/
}

.btn-picto {
    border: solid 1px #35A6C6;
    width: auto;
    height: 36.5px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;

}

.btn-picto:hover, .btn-picto:visited {
    text-decoration: none;
}

.btn-picto span {
    background-color: white;
    width: 155px;
    line-height: 36px;
    text-align: center;
    color: #35A6C6;
    font-size: 18px;
    letter-spacing: 1.35px;
}

.btn-picto div {
    width: 37px;
    background-color: #35a6c6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** PORTAIL PORTAIL PORTAIL PORTAIL PORTAIL PORTAIL**/

#bloc_picto_portail > a {
    margin: 0;
    padding: 0;
    color: white;

}


#bloc_picto_portail {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #35a6c6 !important;
    color: white !important;
    width: 130px;
    height: 30px !important;
    display: flex;
    flex-direction: row;
    text-align: center;


}

#bloc_picto_portail > * {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    border-right: 2px solid white;
    text-decoration: none;
    color: white;

}

#bloc_picto_portail > i {
    width: 24px !important;
    height: 24px !important;
}


.home_portail {
    background-image: url("../images/urgo_background_04.jpg");
    background-size: cover;
}

.portail {
    margin-top: 30px;
    text-align: center !important;
    font-size: 28px !important;
}

.bloc_portail {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc_portail_content {
    display: flex;
    flex-direction: column;
    color: #005ea9;
}

.btn-portail {
    width: 180px !important;
    margin: auto;
    font-weight: 900;
    margin-top: 20px;
    padding: 10px 0px;
}

.picto_portail {
    height: 15px;
    color: #005ea9 !important;
}

.blanc_plein {
    background-color: rgba(255, 255, 255, 1);
}

.blanc_transparent_40 {
    background-color: rgba(255, 255, 255, 0.4);
}

.blanc_transparent_50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.blanc_transparent_60 {
    background-color: rgba(255, 255, 255, 0.6);
}

.blanc_transparent_70 {
    background-color: rgba(255, 255, 255, 0.7);
}

.blanc_transparent_80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.blanc_transparent_85 {
    background-color: rgba(255, 255, 255, 0.85);
}

.btn-signatures div span {
    width: 35px;
    height: 35px;
    background-color: white;
    color: #005ea9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-signatures .btn-portail {
    display: flex;
    justify-content: flex-start;
}

/** END PORTAIL**/


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

}

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

.container-sans-actions {
    background: white;
    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 > i {
    margin-right: 15px !important;
}

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

/* bloc famile dans detail operation */
#famille_color {
    color: #ffffff;
    display: none;

}

#color_label {
    color: #ffffff;
}

/*----------*/
.sous-types {
    background-color: white;
}

.div-menu-documents {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.div-menu-documents svg {
    position: relative;
    top: 2px;
}

a.menu-documents {
    display: inline-block;
    color: rgba(0, 94, 169, 0.8);
    flex-grow: 1;
}

.menu-documents {
    padding: 9px 20px 9px 20px;
}

.menu-documents > div {
    display: inline-block;
}

.menu-documents > div > span {
    width: 27px;
    height: 27px;
    background: #35a6c6;
    border-radius: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-documents-active {
    padding: 9px 20px 9px 20px;
    background-color: #ffffff;
}

a.menu-documents-active {
    color: #005ea9;
}

.menu-documents:hover,
.menu-documents:focus {
    background-color: #ffffff;
    color: #005ea9;
    text-decoration: none;
    transition: all ease 300ms;
}

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

.div-menu-filtre a.btn-primary {
    display: inline-block;
    width: 350px;
    height: 100%;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgba(0, 94, 169, 0.8);
    border-radius: 30px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
    text-decoration: none;
}

.div-menu-filtre a.btn-primary.filtre-historique {
    top: 187px;
    left: 1221px;
    width: 138px;
    height: 35px;
    /* UI Properties */
    border-radius: 18px;
    opacity: 0.5;

}


.div-menu-filtre a.btn-primary.filtre-historique {
    text-align: center;
    letter-spacing: 0px;
    color: #005EA9;
    opacity: 1;
}

.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.filtre-active {
    background-color: #ffffff;
    color: #005ea9;
}

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

.div-menu-filtre .actions,
.div-menu-filtre .all-operations {
    padding-left: 0;
    padding-right: 0;
}

.sous-titre {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #232323;
    margin: 25px 0px 0px 0px;
}

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

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

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

.container:not(.container-produit) .bloc-front {
    margin: 0 20px 0 20px;
}

.cycle-operation {
    padding: 10px 20px !important;
}

.bloc-documents {
    padding: 0 !important;
    padding-left: 10px !important;
}

.titre-front {
    width: 100%;
    text-align: center;
    /*background-color: #f4661c;*/
    color: white;
    height: 28px;
    font-weight: bold;
    padding-top: 4px;
}

.container-contact .titre-front {
    height: 35px;
    line-height: 25px;
}

.text-contact {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #232323;
    line-height: 1.7;
    font-size: 12px;
}

.text-contact h3 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 13px;
    color: #005ea9;
    text-transform: uppercase;
}

.text-contact ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.aide-plateforme {
    text-align: justify;
}

.text-contact strong {
    font-weight: 900;
}

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

}

.image-contact {
    height: 50px;
}

.image-contact img {
    max-height: 50px;
    opacity: 0.5;
}

.image-contact.img-reduce img {
    height: 80%;
}

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

.bloc-detail-document {
    padding: 0px 20px !important;
    font-size: 10px;
    display: none;
}

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

}

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

}

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

.lien_acces_operation {
    color: #0059FF;
    font-weight: bolder;
    text-decoration: underline;
}

.lien_acces_operation:hover {
    color: #0059FF;
}

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

.btn-operation-details {
    left: 0px;
    font-size: 9px;
    min-width: 70px !important;
    width: 70px !important;
    margin: 8px 0px;
    background-color: #005ea9 !important;
    border-color: #005ea9 !important;
    font-weight: bold !important;
    text-align: center !important;
}


.btn-operation-details-large {
    float: right;
    font-size: 9px;
    width: 190px !important;
    background-color: #005ea9 !important;
    border-color: #005ea9 !important;
    font-weight: bold !important;
}

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

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


.fleche-haut {
    display: none!important;
}

.icones-documents-gauche {
    background-color: #005ea9 !important;
    color: white;
    font-size: 24px;
    text-align: center;
    border-right: 1px solid white;
}

.icones-documents-droite {
    background-color: #35a6c6 !important;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-left: 1px;
    border-left: 1px solid white;
}

/**  END ACCUEIL   **/

/** FRONT PRODUITS **/

.container-produit .bloc-front {
    max-width: initial;
}

.bloc-front .ligne-download {
    display: table;
    width: 100%;
    height: 50px;
    font-size: 12px;
    color: #232323;
}

.bloc-front .ligne-download:not(:last-child) {
    border-bottom: solid 1px #b4b4b4;
}

.bloc-front .ligne-download > div,
.bloc-front .ligne-download > a {
    display: table-cell;
    vertical-align: middle;
}

.bloc-front .ligne-download > div.cell-texte {
    padding-left: 15px;
}

.bloc-front .ligne-download > a.btn-dl,
.bloc-front .ligne-download > a.btn-view {
    width: 45px;
    height: 100%;
    text-align: center;
}

.bloc-front .ligne-download > a.btn-dl {
    background-color: #005ea9;
    border-right: solid 1px white;
}

.bloc-front .ligne-download > a.btn-view {
    background-color: #35a6c6;
}

/** END FRONT PRODUITS **/

.histo_2019 {
    margin-top: 0px;
}

.histo_2019 > table > thead > tr > th {
    text-align: center !important;
}

/** OPERATIONS **/
#annee_operation #select2-annee_operation-container {
    margin-top: 0 !important;
    /*width: 80px!important;*/

}

#annee_operation > .selection {
    margin: 0;
}

/** OPERATIONS **/


/** 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-urgo.swal2-popup {
    border-radius: 0;
    padding: 40px;
    margin-bottom: 20px;
}

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

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

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

.popup-urgo.swal2-popup .swal2-styled.swal2-cancel {
    box-shadow: none;
    border-radius: 0;
    background-color: white;
    border: solid 1px #35a6c6;
    color: #35a6c6;
    text-transform: uppercase;
    min-width: 180px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    background-image: none;
}

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

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

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

.confirm-modal-urgo .login-confirm-content span {
    display: block;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #35a6c6;
}

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

.confirm-modal-urgo.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.confirm-modal-urgo.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    color: #fff;
    background-color: #35a6c6;
    border: 2px solid #35a6c6;
    border-radius: 0;
    /*padding: 3px 16px;*/

    text-transform: initial!important;
}
.jconfirm .jconfirm-box .jconfirm-buttons{
    padding-bottom:6px !important;
}

.confirm-modal-urgo .title_modal {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.confirm-modal-urgo .text_modal {
    color: #005EA9;
    font-size: 13px;
}
.confirm-modal-urgo .text_modal a {
    color: #0059FF;
    text-decoration: underline;
}

.confirm-modal-urgo .icon_modal {
    color: #5E96FF;
    position: absolute;
    right: 8px;
}

#modalBody h3 {
    color: #005EA9;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.mdp_modal .extra-actions {
    position: absolute;
}

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

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

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

#unclickable {
    position: relative;
    z-index: 3;
    font-size: 0.8em;
}

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

.swal_confirmBtn, .swal_confirmBtn:visited, .swal_confirmBtn:focus, .swal_confirmBtn:active, a.swal_confirmBtn {
    tab-index: -1;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    text-decoration-style: unset;
}

.swal_titreModal {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #005ea9;
    margin: 25px 0 0 0;
}

.familly {
    font-size: 18px;
    color: #35A6C6;

}

.family {
    font-size: 16px;
    color: #ffffff;

}

.swal_closeBtn {
    color: white !important;
    background-color: #35a6c6 !important;
    border: 1px solid #35a6c6 !important;
    font-size: 32px !important;
    font-weight: bolder !important;
    border-radius: 20px 20px 20px 20px !important;
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
}

.swal_closeBtn_new {
    /*background-image: url("../images/picto_close.png")!important;*/

}

.swal_closeBtn_new:focus {
    box-shadow: none!important;
}

.swal-title {
    color: #005EA9 !important;
    opacity: 1;
    margin-top: 15px !important;
    font: normal normal bold 14px/18px Montserrat !important;
}

.select-metres {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 1;
    /*top: 394px;*/
    /*left: 917px;*/
    width: 90px;
    height: 40px;
    padding-left: 15px;
    border:none;
    overflow-y:visible;

}

.swal2-cancel.btn-primary-service {
    text-align: center;
    font: normal normal bold 12px/14px Montserrat;
    letter-spacing: 0px;
    color: #98BDFF !important;
    background: #EDF3FF 0% 0% no-repeat padding-box !important;
    border: 1px solid #98BDFF !important;
    border-radius: 18px !important;
    opacity: 1 !important;
    min-width: 90px !important;
}

.swal2-confirm.btn-primary-service {
    text-align: center;
    font: normal normal bold 12px/14px Montserrat;
    letter-spacing: 0px;
    color: #005EA9 !important;
    opacity: 1 !important;
    background: #BCD3FF 0% 0% no-repeat padding-box !important;
    border-radius: 18px !important;
    min-width: 86px !important;
    margin-left: 12px !important;
}

.swal-thank-you-title {
    text-align: center !important;
    font: normal normal bold 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #005EA9 !important;
    text-transform: uppercase !important;
    opacity: 1;
    margin-top: 17px !important;
}

.swal-message-confirmation {
    text-align: center;
    font: normal normal normal 16px/21px Montserrat;
    letter-spacing: 0px;
    color: #969696;
    opacity: 1;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    margin: 8px;
}
/*NOUVEAUTES*/


.titre_nouveautes {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #005ea9;
    margin: 5px 0 15px 0;
}

.titre_form_sondage {
    margin-right: 25px;
}

.table-sondage-nouveautes {
    width: 350px;
    margin: auto;
    color: #8e8e8e;
}

.table-sondage-nouveautes td:nth-child(1) {
    text-align: left !important;
    width: 250px;
    padding-bottom: 5px;
}

.content-sidebar-nouveautes {
    position: absolute;
    left: 0;
    top: 250px;
    display: flex;
!important;
    justify-content: center;
!important;
    align-items: center !important;
    flex-direction: column !important;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 0 30px 30px 0;
    transition: all ease 300ms;

}


#content-sidebar-nouveautes > img {
    position: relative;
}

.nouveaute-chevron {
    cursor: pointer;
    position: absolute;
    text-align: center;
    vertical-align: center;
    padding-top: 3px;
    padding-right: 1px;
    top: 130px;
    left: 285px;
    color: white;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background-color: #35a6c6 !important;
    border-radius: 20px 20px;
}


#content-sidebar-nouveautes > a {
    margin-top: 10px;
}


.content-sidebar-nouveautes-closed {
    position: absolute;
    top: 250px;
    display: flex;
!important;
    justify-content: center;
!important;
    align-items: center !important;
    flex-direction: column !important;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 0 30px 30px 0;
    left: -280px !important;
    transition: all ease 300ms;

}

/*NOUVEAUTES*/

/** 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;
    min-height: 200px;
    overflow-y: auto;
}

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

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

.swal_confirmBtn, .swal_confirmBtn:visited, .swal_confirmBtn:focus, .swal_confirmBtn:active, a.swal_confirmBtn {
    tab-index: -1;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    text-decoration-style: unset;
}

.swal_titreModal {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #005ea9;
    margin: 25px 0 0 0;
}

.swal_closeBtn {
    color: white !important;
    background-color: #35a6c6 !important;
    border: 1px solid #35a6c6 !important;
    font-size: 32px !important;
    font-weight: bolder !important;
    border-radius: 20px 20px 20px 20px !important;
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
}

/*NOUVEAUTES*/


.titre_nouveautes {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #005ea9;
    margin: 5px 0 15px 0;
}

.titre_form_sondage {
    margin-right: 25px;
}

.table-sondage-nouveautes {
    width: 350px;
    margin: auto;
    color: #8e8e8e;
}

.table-sondage-nouveautes td:nth-child(1) {
    text-align: left !important;
    width: 250px;
    padding-bottom: 5px;
}

.content-sidebar-nouveautes {
    position: absolute;
    left: 0;
    top: 250px;
    display: flex;
!important;
    justify-content: center;
!important;
    align-items: center !important;
    flex-direction: column !important;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 0 30px 30px 0;
    transition: all ease 300ms;

}


#content-sidebar-nouveautes > img {
    position: relative;
}

.nouveaute-chevron {
    cursor: pointer;
    position: absolute;
    text-align: center;
    vertical-align: center;
    padding-top: 3px;
    padding-right: 1px;
    top: 130px;
    left: 285px;
    color: white;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background-color: #35a6c6 !important;
    border-radius: 20px 20px;
}


#content-sidebar-nouveautes > a {
    margin-top: 10px;
}


.content-sidebar-nouveautes-closed {
    position: absolute;
    top: 250px;
    display: flex;
!important;
    justify-content: center;
!important;
    align-items: center !important;
    flex-direction: column !important;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 0 30px 30px 0;
    left: -280px !important;
    transition: all ease 300ms;

}

/*NOUVEAUTES*/


.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: #35a6c6;
    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: #35a6c6;
    border-radius: 50%;
    font-size: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

.unmask, .unmaskControl {
    position: absolute;
    top: 11px;
    right: 0px;
    border: none;
    background-color: transparent;
    color: #005ea9;
}


.form-password {
    position: relative;
}

/** PRIMO CONNEXION **/
.container-primo .logo-urgo-overlay {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-primo .background-blanc-plein {
    padding-bottom: 20px;
}

.container-primo h4 {
    margin-top: 15px;
    font-weight: 900;
}

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

.container-primo .rgpd-container h3 {
    margin-top: 15px;
}

.remarque {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 9px;
    color: #8E8E8E;
}

/** ACCUEIL SIGNATURE **/

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

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

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

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

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

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

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

/** CONTAINER HISTORIQUE **/
.container-historique .btn-operation {
    width: 75px !important;
    min-width: initial;
    background-color: #005ea9;
    border-color: #005ea9;
}

.container-historique .btn-operation:focus:active {
    background-color: #005ea9;
    border-color: #005ea9;
}

/** SIGNATURE ETAPE 1 **/

.etape1-content {
    margin-top: 15px;
    text-align: center;
    background-color: white;
    padding: 20px 20px;
    margin-bottom: 100px;
}

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

/** 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 .annexe {
    height: 300px;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    color: #333e48;
    overflow-y: scroll;
    /*border: 1px solid #333;*/
    border: none;
    box-shadow: 0px 0px 6px #00000029;
}

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

.etape3-content .contrat-instructions-annexe {
    margin: 0px;
    text-align: center;
    color: #005ea9;
    margin-top: 30px;
}

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

.etape3-content .contrat-instructions-annexe strong {
    font-weight: 800;
    /*text-transform: capitalize;*/
}

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

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

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

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

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

.etape3-content .autre-contrat-instructions .instructions-text {
    display: table-cell;
    color: #005ea9;
    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: #F4F4F4;
    border: solid 1px #D0D0D0;
    margin-bottom: 10px;
}

.etape3-content .signature_annexe {
    background-color: #fff;
    border: 4px solid #35a6c6;
    margin-bottom: 10px;
}

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

.etape3-content .erase-action {
    /*text-transform: uppercase;*/
    text-decoration: underline;
    color: #35a6c6;
}

.checkbox-container {
    text-align: center;
    background-color: #EDF3FF;
    color: #5E96FF;
    max-width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #5E96FF;
}
.checkbox-container-mobile {
    text-align: center;
    background-color: #EDF3FF;
    color: #5E96FF;
    max-width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right:25px;
    padding-left: 25px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 60px;
    border: 1px solid #5E96FF;
}

.bloc-annexe .checkbox-container {
    max-width: 100%;
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
}

.bloc-annexe h3 {
    text-align: center;
}

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

.cont-infos-signataire {
    width: 50%;
    padding-bottom: 20px;
    margin: 0 auto;
}

.cont-infos-signataire .border-lightblue {
    border: none;
    border-top: 5px solid #BCD3FF;
    box-shadow: 0px 0px 6px #00000029;
}

.checkbox > input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #005ea9;
    width: 15px!important;
    height: 15px!important;
    transition: transform 250ms;
    transform: rotate(0deg);
    margin-left: -5px;
}

.checkbox > input[type=checkbox]:checked {
    width: 15px!important;
    height: 15px!important;
    transition: transform 250ms;
    transform: rotate(45deg);
    background-color: #005ea9;
    border: 2px solid white;


}

.checkbox > input[type=checkbox]:focus {
    outline: none!important;
}


.checkbox-container-annexe {
    color: #005ea9;
}

.etape3-content .checkbox-container-annexe label {
    font-weight: bold;
    color: #005ea9;
    /*margin-left: -20px;*/
}

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

.nombre-contrat {
    color: #005ea9;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    /*margin-bottom: -50px;*/
}

.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: #005ea9;
}

.etape3-content .bloc-checkbox .checkbox-container .checkbox {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 15px;
}

.checkboxAnnexe {
    position: relative !important;
}

.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;
}


.operations_to_cancel {
    display: none;
}
.operations_to_cancel div {
    border: 1px solid #005ea9;
    padding: 10px 10px;
    color: #005ea9;
    margin-top: 15px;
    margin-bottom: 15px;
}

.operations_to_cancel div:hover {
    border: 1px solid #005ea9;
    padding: 10px 10px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #005ea9;
    transition: ease-in 100ms;
}
.operations_to_cancel a:hover, .operations_to_cancel a:visited, .operations_to_cancel a:link, .operations_to_cancel a:active
{
    text-decoration: none;
}

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

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

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

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

/** PROFIL PHARMACIE **/

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

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

/** DECLARATION **/

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

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

.declaration-content .courrier-container .pense-bete {
    margin: 10px 0 35px 0;
    font-size: 16px;
    color: #35a6c6;
    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-prestation {
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

.container-declaration .dashed,
.container-profil .dashed {
    border: 2px dashed #005ea9;
    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: #005ea9;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

.container-declaration .decla-ventes .sous-titre-ventes {
    font-size: 13px;
}

.action-readmore {
    color: #005ea9;
    font-weight: bold;
    /*text-decoration: underline;*/
}

.readmore-small {
    margin-bottom: 0px;
}

#declarationCourrier {
    display: none;
    clear: both;
    margin: 20px auto 30px auto;
    text-align: center;
}

.flex {
    display: flex;
    gap: 20px;
}

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

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

.display-tb {
    display: inline-table
}

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

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

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

.declaratif-produit-container {
    overflow: hidden;
    overflow-x: auto;
}

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

.table-declaration-ventes tr:not(:first-child) th {
    height: 65px;
    overflow: hidden;
}

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

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

.table-declaration-ventes .form-group .form-control {
    height: 30px;
    padding-top: 6px;
}

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

#divSelectDeclarationMode {
    width: 442px;
    margin-top: 20px;
}

.bloc_txt_sig_annexe {
    color: #0091df;
    font-size: 20px;
    border: 2px solid #0091df;
    display: flex;
    justify-content: space-between;
}

.icone_sig_annexe {
    padding: 15px 15px;
    background-color: #0091df;
    color: white;
    font-size: 38px;
    align-self: center;

}

.txt_sig_annexe {
    align-self: center;
    flex-grow: 1;
}

#tableau_produit_declaration, #tableau_produit_declaration td {
    border: 1px solid #CFDDE6;
    border-collapse: collapse;
    color: #59657B;
    font-weight: 900;
    padding: 2px 2px;
}

#tableau_produit_declaration tr td:nth-child(1), #tableau_produit_declaration tr td:nth-child(2), #tableau_produit_declaration tr td:nth-child(3) {
    border-right: 0px solid;
}

#tableau_produit_declaration tr td:nth-child(2), #tableau_produit_declaration tr td:nth-child(3), #tableau_produit_declaration tr td:nth-child(4) {
    border-left: 0px solid;
}

#tableau_produit_declaration tr:nth-child(1) {
    background-color: #ECF2FF;
}

#tableau_produit_declaration th {
    border-top: 1px solid #CFDDE6 !important;
    font-weight: 900;
}

#tableau_produit_declaration td {
    text-align: left;
}

/** DECLARATIF BO **/

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

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

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

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

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

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

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

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

.bloc-upload .img-mini {
    text-align: center;
    width: 100px;
    height: 141px;
}

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

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

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

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

.bloc-upload .id-previews {
    min-height: 150px;
}

.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 {
    width: 100px;
    margin-left: 234px;
}

.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: #fab700;
}

.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: #013f78;
    font-size: 13px;
    font-weight: bold;
    display: none;
    padding-top: 10px;
    text-align: center;
}

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

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

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

.text-center .confirm {
    margin-top: 10px;

}

.col-xs-2 {
    margin-left: -15px;
}

.text-center .extensions {
    margin-top: 20px;
}

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

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

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

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


/** BO LOGIN **/

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


#txtRestreindre
{
    text-transform: uppercase;
    background-image: linear-gradient(
            225deg,
            red 0%,
            green 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 14px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/** BO OPERATION **/

#famille_new {
    display: none;
}

#row_sous_type {
    display: none;
}


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

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

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

/** BO PHARMACIE **/



.wrap-btn-ajout-phie a {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
    position: absolute;
    top: -11px;
    right: 15px;
}

.wrap-btn-ajout-phie a span {
    padding-left: 8px;
}

/** BO DETAIL PHARMACIE **/
.page-detail-pharmacie .row.dashed.dashed-upcontainer {
    margin-bottom: 15px;
    text-align: center;
}

.page-detail-pharmacie .extra-container {
    padding-right: 50px;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

.page-detail-pharmacie .dt-filter-communications,
.page-detail-pharmacie .dt-filter-operations {
    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;
}

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

.page-detail-pharmacie .historique-inscription-title {
    text-transform: uppercase;
    color: #005ea9;
    margin-top: 25px;
    margin-bottom: 0;
}

#formActionMultiple {
    margin-bottom: 12px;
}

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

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

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

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

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

.nav-link-deactivated, .nav-link-deactivated > * {
    background-color: dimgray !important;
}

.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: #5E96FF;
    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: #5E96FF;
    width: 10px;
    height: 10px;
}

.quick-nav li.nav-link-deactivated .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: dimgray;
    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: #005EA9;
}

.quick-nav li.nav-modal .modal-info:after {
    background-color: #005EA9;
}

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

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

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

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

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

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

.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: #005EA9;
    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: right;
    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-urgo.popup-urgo.swal2-popup {
    padding: 0;
}

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

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

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

/** BO SYNTHESE **/

h3.titre-datatable > span.infos {
    float: right;
}

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

.container-synthese .bootstrap-table thead > tr > .percent .th-inner,
.container-synthese .bootstrap-table tbody > tr > td.percent {
    padding-left: 0;
    padding-right: 15px;
}

#modalBody.container-synthese .informations p {
    text-align: justify;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    white-space: inherit;
}

.fixed-table-container tbody td:nth-child(3) {
    white-space: nowrap;
}

/* FIXED COLUMNS TABLE SYNTHESE REG*/
.view {
    margin: auto;
    /*width: 600px;*/
}

.wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.white-space-wrap {
    white-space: normal;
}

.sticky-col {
    position: sticky;
    position: -webkit-sticky;
    background-color: #f3f3f3;
}

.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
    z-index: 30;
}

.second-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 100px;
    z-index: 30;
}

.third-col {
    width: 150px;
    min-width: 200px;
    max-width: 200px;
    left: 250px;
    z-index: 30;
}

.fourth-col {
    width: 150px;
    min-width: 160px;
    max-width: 160px;
    left: 450px;
    z-index: 30;
}

.th-inner {
    background-color: white;
    /*padding-top: 65px !important;*/
}

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

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

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

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

/** BO CIBLAGE **/

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

/** BO BLOC REMINDER **/

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

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

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

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

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

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

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

/** BO BLOC ACTIONS RAPIDES **/

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

.bloc-actions-rapides-container .actions-list li {
    color: #35a6c6;
    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 .signature-preview {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 400px;
}

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

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

.container-gestion-export .btn-flex {
    display: flex;
    flex-wrap: wrap;
}

.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 #005ea9;
    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: #005ea9;
    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: #005ea9;
    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: #5E96FF;
}

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

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

/** DETAIL CONTRAT **/

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

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

/** RECAPTCHA **/

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

/** MODAL **/

.modal-xl {
    width: 1200px;
}

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

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

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

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

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

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

/** MODAL DETAILS FACTURE **/

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

/** NOTIFICATIONS **/
.modal-dialog.modal-notif .grand-titre-title {
    text-align: center;
    font-size: 16px;
}

.modal-dialog.modal-notif .grand-titre-sub-container {
    width: 53px;
}

.modal-dialog.modal-notif .grand-titre-title .nav-left {
    padding-right: 25px;
}

.modal-dialog.modal-notif .grand-titre-title .nav-right {
    padding-left: 25px
}

.modal-dialog.modal-notif div.extra-actions {
    width: 45px;
    min-width: initial;
}

.modal-dialog.modal-notif .titre-section,
.bloc-notif .titre-section {
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
}

.modal-dialog.modal-notif .sous-titre-section,
.bloc-notif .sous-titre-section {
    color: black;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
}

.modal-dialog.modal-notif .contenu {
    text-align: justify;
}

.piece-jointe-popup {
    margin-top: 15px;
}

.piece-jointe-popup a,
.piece-jointe-page a {
    color: #35a6c6;
}

.urgo-menu.navbar-default .navbar-nav > li.menu-notif a {
    font-weight: 900;
    font-size: 13px;
}

.urgo-menu.navbar-default .navbar-nav > li.menu-notif a .nbr-notif-new {
    padding-left: 2px;
    color: #b92c28;
    font-size: 14px;
}

.bloc-notif .titre-section {
    margin-top: 0;
}

.piece-jointe-page {
    margin-bottom: 10px;
}

.no-notif > div {
    display: table;
    color: #35a6c6;
}

.no-notif > div span {
    display: table-cell;
    vertical-align: middle;
}

/** INDISPONIBLE **/

.indisponible .container > .row {
    margin-top: 50px;
    text-align: center;
}

.indisponible .bloc-indisponible {
    padding: 0 30px 25px 30px;
}

.indisponible .bloc-indisponible h1 {
    margin-top: 32px;
    font-size: 36px;
    text-transform: none;
}

.indisponible .bloc-indisponible h3 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 900;
}

.indisponible .bloc-indisponible p {
    padding-bottom: 10px;
}

.indisponible .bloc-indisponible a {
    display: block;
    margin-top: 18px;
    color: #35a6c6;
}

/** IMPORT INSCRIPTIONS MANUEL **/

.form-horizontal .checkbox-import {
    margin-bottom: 15px;
}

/*
*****************************************************
*/
#start_conditions_arrow, #probability_arrow , #start_conditions_probability_inputs_arrow, #start_conditions_probability_inputs2_arrow, #start_conditions_probability_inputsATC_arrow{
    background-color: #005EA9;
    padding: 6px;
    margin-left: 17px;
    margin-right: 21px;

}

.title-arrow {
    float: left;
    color: white;
    font-weight: bold;
    padding-left: 4px;
}

.quick-nav-container .nav-modal-page > .small-input {
    margin-top: 10px;
}

.bloc-service {
    margin-bottom: -20px;
    margin-top: -21px;
}

.sectorisation-title-service {
    color: #3a6eb3 !important;
    font-size: 15px;
    font-weight: 500;
    text-align: left !important;
    padding: 8px !important;
    margin-left: 11px;
    margin-bottom: -14px;

}

.secto_bloc1 {
    padding: 0 3px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
}

.secto_bloc2 {
    padding: 0px 3px !important;
    font-size: 12px !important;

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

.bloc-service .float-label-control label {

    top: 0.4em !important;
}
.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 7px;
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#start_conditions_probability_inputs {
    display: none;
}

#start_conditions {
    display: none;
    margin-top: -7px;

}

/*div.secto_bloc1 > input, div.secto_bloc2 > input {
    font-size: 13px;
    padding-left: 6px !important;
}*/

/** FLOATING FORM LABEL **/

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

/** PLACEHOLDER COLOR **/
.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;
}

/** PLACEHOLDER COLOR **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* BO page statistiques */
.content {
    max-width: fit-content;
}

.report-overview-module {
    box-shadow: 4px 4px 10px #b9b9b9;
    border-radius: 25px;
    padding-left: 15px;
}

.graph-header {
    width: 100%;
    text-align: left;
}

.graph-header .box-header {
    background-color: #fafafa;
    font-weight: 400;
    font-size: 18px;
    height: 60px;
    padding: 6px 0 0px 10px;
    border-bottom: 2px solid #ececec;
}

.report-statistic-box {
    float: left;
    width: 33.333%;
    height: 200px;
    background-color: #fafafa;
    text-align: center;
}

.report-statistic-box .box-header {
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
    height: 44px;
}

.report-statistic-box .box-header span {
    display: inline-block;
    width: 50%;
    height: 25px;
    vertical-align: middle;
}


.report-statistic-box .box-content {
    position: relative;
    margin: 20px auto 15px;
    width: 25%;
    height: 25%;
}

.report-statistic-box .box-content .sentTotal {
    font-size: 46px;
    font-weight: 400;
    color: #80cdbe;
    padding-top: 32px;
}

.report-statistic-box .box-content .percentage {
    position: absolute;
    font-size: 22px;
    top: 30%;
    left: 22% !important;
}

.report-statistic-box .box-content .conversionValue {
    font-size: 28px;
    font-weight: 300;
    color: #f5ab34;
    padding-top: 46px;
}

.conversionValue .conversionCurrency {
    font-size: 18px;
    font-weight: 400;
    color: #f5ab34;
    padding-top: 46px;
}

.report-statistic-box .delivery-rate {
    color: #005ea9;
}

.report-statistic-box .open-rate {
    color: #005ea9;
}

.report-statistic-box .click-to-open {
    color: #005ea9;
}

.report-statistic-box .box-foot {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
}

.report-statistic-box .box-foot .box-foot-stats {
    font-size: 15px;
}

.report-statistic-box .box-foot .box-foot-left {
    float: left;
    text-align: left;
}

.report-statistic-box .box-foot .box-foot-right {
    float: right;
    text-align: right;
}

.report-statistic-box .box-foot .arrow {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
}

@media (max-width: 1024px) {
    .report-statistic-box {
        width: 50%;
    }
}

/* Deuxime block PAGE STATISTIQUES */
.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    /*background: #101F2E;*/
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
}

.projectFactsWrap:first-child {
}

.graph_annee {
    margin-top: 2em;
    margin-bottom: 2em;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 25px;
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectFactsWrap:first-child {
    margin-right: 2em;
}

.col-lg-12 .fullWidth {
    display: flex;
    flex-direction: row;
    max-width: 850px;
    margin: auto;
}

.columns .projectFactsWrap {
    margin-top: 0px;
}

.projectFactsWrap-divider {
    padding: 20px;
    width: 50%;
}

.projectFactsWrap .item1 {
    text-align: center;
    margin-right: 10px;
    background: #f8f8f8;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 44px;
}

.projectFactsWrap .item1 span {
    padding: 15px;
    justify-content: left;
    background: #35a6c6;
    color: #ffffff;
    height: 44px;
}

.projectFactsWrap .item1 span svg {
    display: flex;
}

.projectFactsWrap .item1 p.number_phies {
    font-size: 18px;
    color: #212121;
}

.projectFactsWrap .item1 p {
    color: #919191;
    padding-left: 20px;
    margin-bottom: 0px;
}

.projectFactsWrap .item span.divider-stat {
    height: 70%;
    width: 1px;
    background: #e6e6e6;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: #35a6c6;
    font-size: 12px;
    margin: 0;
    padding: 10px;
}

.projectFactsWrap-divider p:first-child {
    color: #919191;
}

.projectFactsWrap .item p.connected {
    color: #005ea9;
}

.projectFactsWrap .item span {
    width: 60px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.highcharts-figure {
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 18px;
    padding: 25px;
}

.lien_gestion_affichage {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.lien_gestion_affichage .graph_annee_entete {
    width: 100%;
    display: flex;
    padding-left: 10px;
    align-items: center;
}

.lien_gestion_affichage .graph_annee_entete p {
    align-items: center;
    padding-left: 15px;
    color: #212121;
    font-size: 18px;
    margin-bottom: 0px;
}

.lien_gestion_affichage .graph_annee_entete svg {
    color: #35A6C6;
    font-size: 16px;
}

.graph_annee_choix {
    display: flex;
    justify-content: flex-end;
}

.graph_annee_choix div {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 90px;
    text-align: center;
}

.graph_annee_choix div a {
    text-decoration: none;
}

.graph_annee_choix .mois {
    margin-right: 10px;

}

.week_actif {
    background: #35A6C6;
}

.week_actif > a {
    color: white;
}

.week_inactif {
    background: white;
    color: #005ea9;
    border: 1px solid #35A6C6;

}


.graph_annee_choix .semaine {
    /*border: 1px solid #35A6C6;*/
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

@media (min-width: 800px) {
    .texte-actualite {
        /*height: auto!important;*/
        margin-bottom: 20px;
    }
}

/* Troisième block */
.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 850px;
    margin: 1em auto;
}

#container {
    height: 600px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 5px auto;
    text-align: center;
    width: 100%;

}

.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;
}

@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;
    }
}


/** FLOATING FORM LABEL **/ /** FLOAT LABEL ACCUEIL **/ /** FLOAT LABEL ACCUEIL **/ /** FLOAT LABEL ACCUEIL **/

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

/** PLACEHOLDER COLOR **/
.float-label-control-accueil ::-webkit-input-placeholder {
    color: #aaaaaa;
}

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

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

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

/** END PLACEHOLDER COLOR **/

.float-label-control-accueil input:-webkit-autofill,
.float-label-control-accueil 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-accueil input, .float-label-control-accueil textarea, .float-label-control-accueil label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

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

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

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

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

/** label out of focus **/
.float-label-control-accueil label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 10px;
    color: #005ea9;
    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-accueil label {
    top: 0.75em;
}

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

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

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

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

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

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

/**LABEL when focused**/
.float-label-control-accueil input:not(.empty):focus ~ label,
.float-label-control-accueil textarea:not(.empty):focus ~ label {
    color: #005ea9;
}

.float-label-control-accueil.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-accueil.label-bottom input:not(.empty) ~ label,
.float-label-control-accueil.label-bottom textarea:not(.empty) ~ label {
    top: 3em;
}

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

form.small-input .form-group.float-label-control-accueil {
    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;
    }
}

/** FLOATING FORM LABEL **/ /** FLOAT LABEL ACCUEIL **/ /** FLOAT LABEL ACCUEIL **/ /** FLOAT LABEL ACCUEIL **/

.p-rgpd {
    text-align: justify !important;
}

.modal-rpgd {
    text-align: justify;
    padding: 10px 40px;
}

.modal-dialog .modal-rpgd p {
    color: #333e48;
}

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

/** ANIMATION BOUTON **/

.btn {
    border-radius: 0px;
    transition: ease 300ms;
}

.btn:hover {
    border-radius: 30px;
    transition: ease 300ms;
}


/** SELECTION DATE HISTORIQUE **/

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

.year_slider {

    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #005ea9;
}

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

.annee_operation {
    padding-left: 75px;
}


/** 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;
}

.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;
}

.urgo-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;
}

/* MODAL OPERATIONS */
.modal.modal-urgo-operation .modal-content-operation {
    border-radius: 0;
}

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

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

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

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

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

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

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

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

.checkboxValidFacture {
    height: 18px;
    width: 18px;
    margin-right: 20px;
}

.div-sort-ordo-operation > table {
    width: 100%;
    margin: auto;
}

.table_ordre_op {
    border-collapse: collapse;
    border: 2px solid black;
    margin-bottom: 2px!important;
    cursor: pointer;
}

.table_ordre_op td:nth-child(1), .table_ordre_op td:nth-child(2) {
    width: 5%;
}
.table_ordre_op td:nth-child(3), .table_ordre_op td:nth-child(4) {
    width: 45%;
}

.table_ordre_op td {
    text-align: left;
    padding-left: 5%;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}

.table_ordre_op.op_rangees {
    border-color: darkgreen;
}

.table_ordre_op.op_non_rangees {
    border-color: darkred;
}

@keyframes blinking {
    50% {
        border-color: #fff;
    }
}

.info-env-no-prod {
    background-color: #FFE2E2 !important;
    text-align: center !important;
    font-weight: 900;
    width: 100%;
    color: #E92346 !important;
    padding: 5px;
    text-transform: uppercase;
    margin: 3px 0px 3px 0px;
}

.sticky-info {
    position: fixed;
    top: 50%;
    transform: rotate(-90deg) translateY(-55px);;
}

.sticky-info .info-env-no-prod {
    padding-left: 10px;
    padding-right: 10px;
}

/** 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;
    }

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

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

    .urgo-menu.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu > a:hover,
    .urgo-menu.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu > a:focus {
        background-color: #ffffff;
    }

    .urgo-menu.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu:hover > a {
        color: #005ea9;
    }

    .homepage p {
        width: inherit;
    }

    .btn-group {
        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;
    }

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

    form.small-input .float-label-control-accueil 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;
    }


    #table_year_slider {
        margin-right: 3px;
        margin-left: 3px;
        font-size: 14px;
    }

    #liste_annee {
        width: 85%;
    }

    #table_year_slider > .chevron {
        width: 5%;
    }


}

@media (min-width: 768px) {

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

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

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

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

@media (max-width: 1200px) {

    .bloc_gauche_login {
        margin-left: 0;
    }

    .bloc_droite_login {
        margin-right: 0;
    }

    .btn-log-index.first-connexion {
        text-align: center;
    }
}

@media (max-width: 991px) {

    .bloc_gauche_login,
    .bloc_droite_login {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

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

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

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

@media (max-width: 768px) {

    .grand-titre-homepage-row {
        padding-top: 10px !important;
    }

    .homepage .logo-urgo-overlay,
    .login-admin .logo-urgo-overlay {
        display: block;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 35px;

    }

    .login-admin .logo-urgo-overlay {
        width: 220px;
        margin-bottom: 50px;
    }

    .btn-log-index {
        position: absolute;
        bottom: 0;
        left: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0px 15px;
        /*width: calc(100% - 30px);*/
        width: calc(100% - 15px);
    }

    .btn-log-index.first-connexion {
        margin-left: -15px !important;
        text-align: center;
    }

    .login-admin .btn-log-index {
        left: 0;
        width: 100%;
    }

    .portail {
        margin-top: 5px;
    }

    #LogoUrgoBleuPortail {
        display: none;
    }

    .bloc-front,
    .bloc-front {
        padding: 0 0;
        margin-top: 15px;
    }

    .titre-main-front {
        font-size: 14px;
    }

    #span_operations:after {
        content: " \A ";
        white-space: pre;
        width: 30% !important;
    }

    .menu-documents {
        padding: 0;
        margin: 0px 5px 0px 5px;
        padding: 12px 4px 10px 4px;
        font-size: smaller;
    }

    .menu-documents-active {
        background-color: #f5f5f5 !important;
        color: #005ea9 !important;
    }

    #annee_operation + span {
        width: 35% !important;
    }

    #divSelectDeclarationMode {
        width: 350px;
    }

    .signature-contrat .bihr {
        width: 70%;
    }
}


@media (max-width: 400px) {

    .homepage .logo-urgo-overlay,
    .login-admin .logo-urgo-overlay {
        display: block;
        max-width: 200px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 35px;

    }

    .login-admin .logo-urgo-overlay {
        width: 150px;
        margin-bottom: 50px;
    }

    form .btn + .btn {
        margin-top: 5px;
        margin-left: 0;
    }

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

    #divSelectDeclarationMode {
        width: 290px;
    }


    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
    }

}

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

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

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

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

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

.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: center;
    margin-top: 60px;
}

.modal .qrcode-signature-container {
    margin-top: 20px;
}

.operation-non-cloturable {
    color: #ff0000;
}

.operation-cloturable {
    color: #00ff00;
}

.operation-cloture {
    color: #0000ff;
}

#declaratifEtat {
    margin-bottom: 10px;
    text-align: center;
}

.declaratif-table .th-inner {
    padding-top: 0 !important;
}

.declaratif-table. table > thead:first-child > tr:first-child > th {
    height: 0;
}

.declaratif-table {
    margin-top: 60px;
}
.force-inscription {
    margin-left:15px;
    margin-right:10px

}
.force-vente .force-inscription {
    margin-left:0px;
    margin-right:0px

}
.force-inscription input[type="checkbox"].toggle {
    top: 5px;
    height: 16px !important;
    min-height: 16px !important;
    width: 27px !important;
    border-radius: 18px !important;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-left: 1.16em;
    border: 2px solid #ECECEC !important;
    background-color: #ECECEC !important;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.force-inscription input[type="checkbox"].toggle:focus {
    outline: 0
}

.force-inscription input[type="checkbox"].toggle:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -9px;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35)
}

.force-inscription input[type="checkbox"].toggle:checked {
    border-color: #ECECEC !important;
    background-color: #005ea9 !important
}

.force-inscription input[type="checkbox"].toggle:checked:after {
    transform: translatex(22px)
}


.inscription_auto_checkbox{

    position: relative;
    display: inline-block;
    text-align:center;
}
.inscription_auto_checkbox input[type="radio"] {
    padding: 5px;
    margin: 5px;
    margin-right : 10px;
}
label.label-filtre {
    display: block !important;
}

.lien_pharmacie_auto{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-top: 50px;

    }

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

}