/* Write your custom CSS here */
@font-face {
    font-family: 'Helvetica-File';
    src: url('/fonts/Helvetica.ttf');
}

body {
    min-height: 100vh;
    font-family: Helvetica, 'Helvetica-File', sans-serif;
}

@font-face {
    font-family: 'Din';
    src: url('/fonts/DINMedium.ttf');
}

#root,
#root > div {
    height: 100%;
}

.page-header {
    padding-top: 0;
    height: initial;
}

.breadcrumb-header {
    margin-top: 0;
}

.page-header .navbar-default,
.page-header .navbar-nav > li > a,
.page-header .navbar-default .navbar-collapse,
.page-header .navbar-default .navbar-collapse,
.page-header .navbar-default .container-fluid {
    height: initial !important;
}

.page-header .navbar-nav > li > a {
    padding: 0;
}

.login-page {
    background: url(/accueil.jpg) center center no-repeat fixed !important;
    background-size: cover !important;
}

.login-page.proxi {
    background: url(/proxi.jpg) center center no-repeat fixed !important;
}

.login-page.campus {
    background: url(/campus.jpg) center center no-repeat fixed !important;
}

.login-page.sport {
    background: url(/sport.jpg) center center no-repeat fixed !important;
}

.login-page.hotels {
    background: url(/hotels.jpg) center center no-repeat fixed !important;
}

.logo-sm {
    overflow: auto;
}

.logo-sm #sidebar-toggle-button {
    margin: 8px 10px !important;
}

.bordereau-icon {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 0;
    max-width: 100%;
}

dl.infos dt {
    clear: both;
    float: left;
    width: 40%;
}

dl.infos dd {
    width: 60%;
    float: left;
}

dl.infos dt,
dl.infos dd {
    line-height: 1.5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

dl.infos div:last-child {
    border: none;
}

dl.infos div {
    border-bottom: 1px solid #eee;
    overflow: auto;
    word-break: break-word;
}

.add-screen-button {
    position: absolute;
    top: 0px;
    right: 17px;
}

.welcome-image {
    width: 25%;
}

.accueil-section {
    border: 1px solid #eee;
    padding: 15px;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.navbar {
    min-height: 0;
}

/* Retreived from proto */
.bannerCtl {
    margin-top: 5em;
    width: 100%;
    border: 1px solid;
    position: relative;
    padding-top: 18%;
}

.logoCtl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 28.175%;
    display: inline-block;
}

.valigned > img {
    max-height: 100%;
    max-width: 100%;
}

.vertContainer {
    display: table;
    height: 100%;
    width: 100%;
}

.valigned {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.txtCtl {
    position: absolute;
    top: 0;
    left: 28.175%;
    bottom: 0;
    width: 35.9375%;
    display: inline-block;
}

.wdgCtl {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35.9375%;
    display: inline-block;
    text-align: center;
}
/* End */

.edit {
    text-align: center;
}

.mB-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.portraitPreview {
    width: 9vw;
    height: 16vw;
    margin: auto;
    border: 1px solid gray;
}

.portraitPreview .img-responsive {
    width: 9vw;
    height: 16vw;
}

.portraitPreviewB {
    width: 18vw;
    min-height: 32vw;
    margin: auto;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.assetPortrait {
    height: 15vw;
    width: 10vw;
    border: 1px solid #ddd;
    margin: auto;
}

.portraitWrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.paysage {
    width: 10.666667vw;
    height: 6vw;
    margin: auto;
    border: 1px solid gray;
}

/* Image */
.fruitImage {
    height: 100%;
    width: 100%;
    display: table;
}

.fruitImage > span {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.fruitImage > span > img {
    max-height: 100%;
    max-width: 100%;
    margin-top: 20%;
}

.fruitHeader {
    position: absolute;
    top: 0;
    width: 100%;
}

.fruitHeader > p,
.fruitFooter > p {
    font-size: 0.9vw;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2vw;
}

.fruitHeader p > span {
    font-size: 0.7vw;
}

.fruitFooter {
    position: absolute;
    bottom: 1%;
    width: 100%;
}

.fruitFooter > p {
    text-align: left;
    padding-left: 3%;
    line-height: 1.4em;
    font-size: 0.4vw;
}

.priceTag {
    position: absolute;
    left: 0;
    top: 2.5vw;
    margin-top: 0.4vw;
    margin-left: 0.2vw;
}

.priceTag > .round {
    height: 3vw;
    width: 3vw;
    background: #ff0;
    border-radius: 1.5vw;
}

.priceContainer {
    display: table;
}

.priceContainer > .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.priceContainer > .center > p {
    margin-top: 0.4vw;
    margin-bottom: 0;
    line-height: 0.8vw;
    font-size: 1vw;
    color: #c00;
}

.priceContainer > .center > p.unit {
    font-size: 0.7vw;
    margin: 0;
}

.priceContainer > .center > p > span {
    font-size: 1.2vw;
    position: relative;
}

.labelImage {
    text-align: center;
    width: 7vw;
}

.labelImage.active {
    border: 1px solid black;
}

.labelImage img {
    max-width: 100%;
    max-height: 100%;
}

/* Template */
.template {
    padding: 1em;
    display: inline-block;
    margin-bottom: 3em;
    padding: 5px;
    margin-left: 2em;
}

.template > p {
    text-align: center;
    word-break: break-all;
    max-width: 4.5vw;
    position: absolute;
    width: 100%;
}

.template.active {
    padding: 3px;
    border: 2px solid black;
}

.template > .vertTemplate {
    width: 4.5vw;
    height: 6.5vw;
    border: 1px solid gray;
    position: relative;
    overflow: hidden;
}

.template > .vertContainer {
    display: table;
}

.vertTemplate > .vertContainer > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vertTemplate .text1 {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    background-color: cornflowerblue;
}

.vertTemplate .text2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: cornflowerblue;
}

.vertTemplate p {
    margin-bottom: 0;
}

.labels img {
    max-height: 2vw;
}

.labels {
    display: block;
    position: absolute;
    bottom: 3%;
    right: 3%;
}

.textImage {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

.textImage > span:first-child {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    text-align: center;
}

.textImage > span > img {
    max-width: 100%;
    max-height: 100%;
}

.centerText {
    text-align: center;
}

.imgAssets {
    max-height: 15vh;
    max-width: 15vw;
}

.imgAssets.active {
    border: 1px solid black;
    padding: 5px;
}

.paysagePreview {
    width: 10.666667vw;
    height: 6vw;
    margin: auto;
    border: 1px solid gray;
}

.paysagePreviewB {
    width: 25vw;
    height: 14.0625vw;
    margin: auto;
    border: 1px solid gray;
}

.paysageWrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.paysageWrapper > img,
video {
    max-width: 100%;
}

.paysageWrapper > video {
    max-width: 100%;
    height: 100%;
}

.mR-20 {
    margin-right: 20px;
}
.mR-5 {
    margin-right: 5px;
}

.center {
    text-align: center;
}

.vcenter {
    display: table;
}

.plusSpan {
    text-align: right;
    margin-right: 5px;
}

.portrait > .plus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 7vw;
}

.paysage > .plus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 2.4vw;
}

.portrait:hover,
.paysage:hover {
    /* background-color: rgb(184, 184, 184); */
    /* transition: background linear 200ms; */
}

.mT-20 {
    margin-top: 20px;
}

.page-footer {
    position: initial;
    margin-left: 1em;
}

.tagClass > .round {
    height: 3vw;
    width: 3vw;
    border-radius: 1.5vw;
}

.priceContainerClass {
    display: table;
}

.priceContainerClass > .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.priceContainerClass > .center > p {
    margin-top: 0.4vw;
    margin-bottom: 0;
    line-height: 0.8vw;
    font-size: 0.8vw;
}

.priceContainerClass > .center > p.unit {
    font-size: 0.4vw;
    margin: 0;
}

.priceContainerClass > .center > p > span {
    font-size: 1.15vw;
    position: relative;
}

.priceContainerClass .bar {
    height: 0.1vw;
    background: #c00;
    position: absolute;
    width: 2.4vw;
    transform: rotateZ(-30deg);
    top: 1.3vw;
    left: 0.2vw;
}

.tagContainer {
    display: inline-block;
    padding: 5px;
}

.tagContainer.active {
    border: 1px solid;
}

.vmiddle {
    height: 100%;
    width: 100%;
    display: table;
}

.vmiddle > * {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}

.bannerContent p {
    line-height: 1.2em;
    color: black;
    margin: 0;
}

.modalMargin {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.buttonMarginBot {
    margin-bottom: 2.5em;
}

ul.fruitList {
    list-style-type: none;
    padding: 0;
}

ul.fruitList li {
    width: 20%;
    display: inline-block;
    padding-left: 1em;
}

ul.fruitList li.active {
    background: black;
    color: white;
}

ul.fruitList li.active:hover {
    background: black;
}

ul.fruitList li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.modal-header button.close {
    margin-top: -20px;
    margin-right: -15px;
}

.buttonNextFruit {
    position: absolute;
    top: 40%;
    right: 15px;
    cursor: pointer;
}

.buttonNextFruit:hover {
    transform: scale(1.1);
}

.saveButtonMain {
    text-align: center;
    position: absolute;
    top: -32px;
    margin: 0px;
    width: 100%;
}

.switch-class {
    display: inline-block;
    margin-left: 1em;
}

.logo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 7%;
    margin-right: 1%;
    margin-bottom: 1%;
}

span.num {
    position: absolute;
    right: 12%;
    line-height: 0;
    background: black;
    padding: 10px 6px;
    border-radius: 10px;
    color: white;
}

.logo-sidebar {
    width: 100%;
}

span.editSec {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 3%;
}

.ephox-polish-html-switch.ephox-polish-icon.ephox-polish-code {
    display: none;
}

.portraitWrapper > img {
    max-width: 100%;
    width: 100%;
}

.vertPreview {
    width: 9vw;
    height: 16vw;
    margin: auto;
    border: 1px solid gray;
}

.vertWrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-asset-remove {
    margin-top: 15px;
}

.close-mobile-sidebar {
    position: absolute;
    top: 13px;
    right: 15px;
}

.close {
    font-size: 35px;
}

.modal-title {
    padding: 10px 20px !important;
}

.img-responsive {
    margin: auto;
}

video.img-responsive {
    max-height: 150px;
}

.any-border {
    border: none !important;
}

.table-list {
    max-height: 75vh;
    overflow-y: scroll;
}

.asset-options {
    text-align: right;
}

@media (min-width: 992px) {
    .addrayons {
        width: 42%;
    }
}

.btnnotused {
    background-color: #0066cc !important;
    color: white !important;
}

.addrayons {
    margin-bottom: 4px;
}

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

.alltrad {
    margin-left: 20%;
}

.rayons {
    margin-top: -27px;
    margin-bottom: 3px;
}

.btnrayons {
    margin-left: 27px;
    margin-bottom: 3px;
}

.affiches {
    text-align: left !important;
}

.contact-informations {
    text-align: right;
}

#left-panel-header .nav > li > a {
    margin: 0px;
}

#left-panel-header .tab-content {
    margin-top: 0px;
}

#left-panel-header .nav-pills > li.active,
#left-panel-header .nav-pills > li.active:focus,
#left-panel-header .nav-pills > li.active:hover,
#left-panel-header .nav-pills > li:hover {
    color: #777;
    background-color: #ddd;
}

#left-panel-header .nav-pills > li.active > a,
#left-panel-header .nav-pills > li.active > a:focus,
#left-panel-header .nav-pills > li.active > a:hover,
#left-panel-header .nav-pills > li > a:hover {
    color: #777;
    background-color: transparent;
}
#left-panel-header .nav-pills {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.email-body .form-group {
    margin: 0px 0px 10px 0px;
}

.email-body textarea {
    min-height: 300px;
}

.attachment-block p {
    padding: 0px 12px;
    color: #646464;
    margin-bottom: 0px;
}

.alert:empty {
    display: none;
}

.alert {
    border-color: transparent;
    border-radius: 0px;
    padding: 5px;
}

.alert.alert-info {
    color: #31708f;
}

.subject-details {
    display: block;
}

.promo-input-block .switch-class {
    margin: 0px 15px 20px 0px;
}

.page-header {
    height: 0px !important;
}

.promo-label {
    background-color: #c00;
    border-radius: 3px;
    padding: 4px;
    color: #fff;
}

.bordereau-icon.mobile-screen {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 50%;
    top: 0px;
    display: none;
}

@media only screen and (max-width: 450px) {
    .login-title {
        margin-top: 100px !important;
    }
}

@media only screen and (min-width: 769px) {
    .login-box {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 28%);
        width: 430px !important;
        height: 100vh;
        padding: 35px;
    }

    .login-box form {
        max-width: 225px;
    }
}

@media only screen and (max-width: 768px) {
    .login-box {
        background-color: white;
    }
}

@media only screen and (max-width: 768px) {
    .bordereau-icon {
        width: 100% !important;
    }

    .login-title {
        margin-top: 166px;
    }

    .bordereau-icon.mobile-screen {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bordereau-icon.full-screen {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    body .page-sidebar-closed .close-mobile-sidebar {
        display: none;
    }

    body .page-sidebar-visible .page-sidebar {
        width: 140px;
    }

    body .page-sidebar-closed {
        width: 35px !important;
        left: 0;
    }

    body .logo-box {
        display: none;
    }

    body .page-sidebar-closed .page-sidebar-menu ul li a span {
        display: none;
    }

    body .page-sidebar-closed .page-sidebar-menu ul li a {
        padding-left: 9px;
    }

    body .page-sidebar-menu ul li a {
        padding: 9px 15px;
    }

    .page-inner:not(.login-page) {
        padding: 6px 6px 6px 40px !important;
    }

    .page-inner {
        overflow: hidden;
    }

    .page-header {
        height: 80px !important;
        padding: 0 !important;
    }

    .panel {
        padding: 10px;
    }

    .modal-title {
        padding: 10px 0px !important;
    }

    .hidden-sm-column {
        display: none;
    }

    .labelImage {
        width: 15vw;
    }

    span.num {
        right: 10px;
    }

    body.modal-open {
        position: fixed;
    }

    .portraitPreviewB {
        width: 35vw;
        min-height: 64vw;
    }

    .portraitPreview,
    .portraitPreview .img-responsive {
        width: 25vw;
        height: 44vw;
    }

    .portrait-parent {
        min-height: 59vw;
    }

    .assetPortrait {
        height: 60vw;
        width: 35vw;
        border: 1px solid #ddd;
        margin: auto;
    }

    .portrait-parent .vertPreview {
        width: 25vw;
        height: 44vw;
    }

    .label-list {
        max-height: 60vw;
        overflow-y: scroll;
    }

    .contact-informations {
        text-align: left;
    }

    .email-body {
        margin-top: 10px;
    }

    .td-screen-name {
        max-width: 60px;
        word-break: break-word;
    }

    .add-screen-button {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .screens-infos {
        padding-top: 15px;
    }

    .welcome-image {
        width: 65%;
    }

    .page-sidebar-visible .logo-sidebar {
        width: 17vh;
        padding: 1.5em;
    }
}

.col-xs-5 {
    width: auto;
}

@media only screen and (min-width: 1025px) {
    .custom-modal {
        width: 75%;
    }
}

@media (min-width: 990px) and (max-width: 1024px) {
    .page-content {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .vertPreview {
        width: 41vw;
        height: 71.33vw;
    }

    .vertNew {
        width: 12vw;
        height: 17.33vw;
    }

    .template > .vertTemplate {
        width: 6.5vw;
        height: 9.4vw;
    }

    /* .nomSequence {
        margin-top: -30px;
    } */
}

.adminPreviewLibrary {
    max-width: 100%;
}

.rotation-wrapper-outer {
    display: table;
}

.rotation-wrapper-inner {
    padding: 50% 0;
    height: 0;
}
.rotation-element {
    display: block;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -50%;

    white-space: nowrap;
}

.mt--22 {
    margin-top: -22px;
}

.nomargin {
    margin: 0;
}

.marginR {
    margin: 0px 15px 0px 0px;
}

.fruit-expiration {
    margin-bottom: 1em;
    margin-top: 1em;
}

.vcenterTable td {
    vertical-align: middle !important;
}

/* Tags */
/* Example Styles for React Tags*/
#app {
    padding: 40px;
}

div.ReactTags__tags {
    position: relative;
}

/* Styles for the input */
div.ReactTags__tagInput {
    width: 200px;
    border-radius: 2px;
    display: inline-block;
}
div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
    height: 31px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 4px;
}

/* Styles for selected tags */
div.ReactTags__selected span.ReactTags__tag {
    border: 1px solid #ddd;
    background: #eee;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    cursor: move;
    border-radius: 2px;
}
div.ReactTags__selected a.ReactTags__remove {
    color: #aaa;
    margin-left: 5px;
    cursor: pointer;
}

/* Styles for suggestions */
.react-tags {
    position: relative;
    padding: 6px 0 0 6px;
    border: 1px solid #d1d1d1;
    border-radius: 1px;

    /* shared font styles */
    font-size: 1em;
    line-height: 1.2;

    /* clicking anywhere will focus the input */
    cursor: text;
}

.react-tags.is-focused {
    border-color: #b1b1b1;
}

.react-tags__selected {
    display: inline;
}

.react-tags__selected-tag {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background: #f1f1f1;

    /* match the font styles */
    font-size: inherit;
    line-height: inherit;
}

.react-tags__selected-tag:after {
    content: '\2715';
    color: #aaa;
    margin-left: 8px;
}

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
    border-color: #b1b1b1;
}

.react-tags__search {
    display: inline-block;

    /* match tag layout */
    padding: 7px 2px;
    margin-bottom: 6px;

    /* prevent autoresize overflowing the container */
    max-width: 100%;
}

@media screen and (min-width: 30em) {
    .react-tags__search {
        /* this will become the offsetParent for suggestions */
        position: relative;
    }
}

.react-tags__search input {
    /* prevent autoresize overflowing the container */
    max-width: 100%;

    /* remove styles and layout from this element */
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;

    /* match the font styles */
    font-size: inherit;
    line-height: inherit;
}

.react-tags__search input::-ms-clear {
    display: none;
}

.react-tags__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
}

@media screen and (min-width: 30em) {
    .react-tags__suggestions {
        width: 240px;
    }
}

.react-tags__suggestions ul {
    margin: 4px -1px;
    padding: 0;
    list-style: none;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.react-tags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 6px 8px;
}

.react-tags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600;
}

.react-tags__suggestions li:hover {
    cursor: pointer;
    background: #eee;
}

.react-tags__suggestions li.is-active {
    background: #b7cfe0;
}

.react-tags__suggestions li.is-disabled {
    opacity: 0.5;
    cursor: auto;
}

.right-btn {
    float: right;
    margin-left: 5px;
}

.search-wizard-input {
    position: absolute;
    top: 0;
    right: 15px;
    width: 200px;
    z-index: 99;
}

button.btn-add-entity {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

input.noph::placeholder {
    color: transparent;
}

.magsList {
    padding: 0 5px;
}

.magsList ul {
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #f4f4f4;
    margin-top: 5px;
    border-right: 1px solid #f4f4f4;
}

.magsList ul li {
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
    background: #fefefe;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}

.magsList ul li.active {
    background: #e9eaec;
}

.magsList ul li h4 {
    margin: 0;
    font-size: 15px;
    line-height: 34px;
}

.magsList ul li p {
    margin: 0;
    font-size: 11px;
    color: #aaa;
    font-style: italic;
    line-height: 0;
}

.magsList ul li span {
    position: absolute;
    right: 5px;
    font-size: 9px;
    color: #999;
    top: 5px;
}

button.btn-retour {
    position: absolute;
    top: -53px;
    right: 0;
}

.cd-timeline-img.min {
    top: 75px;
    height: 30px;
    width: 30px;
    font-size: 10px;
    padding: 0;
    line-height: 30px;
    cursor: pointer;
    box-shadow: none;
    left: calc(50% + 15px);
}

.cd-date span {
    font-size: 11px;
}

@media screen and (max-width: 1024px) {
    .cd-timeline-img.min {
        top: 55px;
        height: 40px;
        width: 40px;
        font-size: 20px;
        padding: 0;
        line-height: 40px;
        cursor: pointer;
        left: 0;
        -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.1);
    }
}

.defaultAsset {
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 0;
}

.Map-filtersProspect {
    display: inline-block;
    width: 50%;
}

.mapMyPos {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #841812;
    border: 3px solid white;
    animation: pulsePosition 3s ease-out 0.5s infinite;
}

@keyframes pulsePosition {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(132, 24, 18, 0.38);
        -moz-box-shadow: 0px 0px 0px 0px rgba(132, 24, 18, 0.38);
        box-shadow: 0px 0px 0px 0px rgba(132, 24, 18, 0.38);
    }

    to {
        -webkit-box-shadow: 0px 0px 0px 18px rgba(132, 24, 18, 0);
        -moz-box-shadow: 0px 0px 0px 18px rgba(132, 24, 18, 0);
        box-shadow: 0px 0px 0px 18px rgba(132, 24, 18, 0);
    }
}

.panelProspect {
    padding: 25px;
    border-color: #e6e8eb;
    margin-bottom: 20px;
    background-color: #fff;
}

.mapProspect {
    height: 0px;
    width: 0px;
    font-size: 35px;
    color: #841812;
    position: relative;
    cursor: pointer;
}

.mapProspect i {
    position: absolute;
    right: -13px;
    bottom: 0;
}

.mT-10 {
    margin-top: 10px;
}

.groupSelectShop {
    padding: 0 20px 0 30px;
}

.wizard-table td {
    word-break: break-all;
}

@media (max-width: 800px) {
    .groupSelectShop {
        display: none;
    }

    .page-sidebar-visible .groupSelectShop {
        display: block;
        padding: 0 5px 0 5px;
    }

    .search-wizard-input {
        position: initial;
        width: 100%;
        z-index: 99;
        margin-bottom: 10px;
    }

    .nav > li > a {
        margin: 0 5px !important;
    }

    .table-list {
        max-height: initial;
    }

    .mobFruitsGrammes {
        padding-left: 10px;
    }

    .mobFruitsSelect {
        padding-right: 0;
    }

    .mobPad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.groupBox {
    border: 1px solid #c1c7cd;
    border-radius: 6px;
    padding: 1em;
    margin-bottom: 1em;
}

span.assetFileName {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: block;
}

.bTooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 9px;
    padding: 12px 15px;
    width: max-content;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.8);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.bTooltip p {
    margin: 0;
}

@media (max-width: 425px) {
    .page-sidebar {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100vh;
    }

    .logo-sidebar {
        position: relative;
    }
}

.tableAssistants {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tableAssistants .tRow {
    display: flex;
    cursor: pointer;
    padding: 12px 8px;
    border-top: 1px solid #e6e8eb;
}

.tableAssistants .tRow:nth-child(2n),
.tableAssistants table + .tRow {
    background-color: #fafafa;
}

.tableAssistants .tRow:first-child {
    border-top: none;
    cursor: initial;
}

.tableAssistants .tRow > span {
    flex-grow: 1;
}

.tableAssistants table {
    margin-left: 45px;
}

.buttonSuivi {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: rgb(221, 221, 221);
    margin-right: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mapBtnsFilterSuivi {
    display: flex;
}

.mapBtnsFilterSuivi span {
    display: flex;
    margin: 0 10px;
    align-items: center;
}

.buttonSuivi.active {
    border: 1px solid black;
}

.buttonSuivi.active::after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: black;
}

.suiviAsstsCtr {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
}

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

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

.flex-screens .groupBox {
    margin-left: 40px;
}

@media (max-width: 425px) {
    .suiviAsstsDiv {
        flex-direction: column;
    }

    .suiviAsstsCtr {
        flex-direction: column;
        width: auto;
    }

    .suiviAsstsCtr .groupBox {
        margin-top: 10px;
    }

    .mapBtnsFilterSuivi span {
        margin: 0 4px;
    }

    .flex-screens {
        flex-direction: column;
    }

    .flex-screens .groupBox {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 0;
    }
}

.colpad-10 {
    padding: 0 10px;
}

.leoTopBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-container .logo-box {
    padding: 72px 32px 48px 32px;
}

.page-container .page-sidebar-menu {
    margin-top: 0;
}

.page-sidebar-menu ul li {
    background-color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.page-sidebar-menu ul li.active-page {
    background-color: #f8485e;
    color: #fff;
}

.page-container .page-sidebar-menu ul li.active-page > a,
.page-container .page-sidebar-menu ul li.active-page > a i {
    color: #fff;
}

.page-sidebar-menu > ul > li.active-page > a:hover {
    opacity: 1;
}

.page-sidebar-menu ul li.menu-divider-80 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 40px 0;
}

.page-sidebar-menu ul li a i.fa {
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
    line-height: 22px;
}

p.templateUsage + .tooltipMags {
    position: absolute;
    bottom: 0;
    background-color: white;
    color: black;
    padding: 12px;
    border: 1px solid;
    display: none;
}

p.templateUsage:hover + .tooltipMags {
    display: block;
}

p.templateUsage + .tooltipMags:hover {
    display: block;
}

p.templateUsage + .tooltipMags p {
    margin: 0;
}

.BodyEditorSelectFruit {
    min-height: 400px;
}

.ack-clickable {
    text-decoration: underline;
    cursor: pointer;
}

.btn.refreshScreens {
    margin-left: 10px;
}

.btn.refreshScreens i {
    color: #0070E0;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
