.fixedsidebar {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    min-width: inherit;
}

#sidebar ul li.active {
    background: #2a5a70;
}

#loadingArea {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2000;
}

#loadingArea span {
    position: fixed;
    top: 50%;
    left: 50%;
}

.login .btn-primary, .header .btn-primary {
    /*width: 100% !important;*/
}
.alert-container {
    position: fixed;
    z-index: 999;
    right: 0;
}
.tt {
    color: red;
}
.calltoactions .btn-match-parent, .homepage .btn-match-parent {
    width: 100% !important;
}
.btn {
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #00abbe;
    border-color: #00abbe;
}

.korian-color h1, .korian-color span, .korian-color a {
    color: #00abbe;
}
.korian-color h4 {
    color: #2a5a70;
}
.alert-korian {
    margin: 1rem 1rem 0 1rem;
    z-index: 999;
}
.alertBlock .alert-korian {
    margin: 0 0 1rem 0;
    z-index: 999;
}
.btn-table-sm {
    margin: 0 5px 0 5px;
    width: 15px;
}
.offset-right-6 {
    margin-right: 50%;
}
.image-name {
    display: flex;
    align-items: center;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: white !important;
    width: 35px;
}
.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
    width: 20px;
}
.hamburger-box {
    margin-left: 13px !important;
}
.input-group {
    padding: 5px 0;
}
.login .title-content {
    display: block;
    text-align: center;
}
.login a {
    text-align: center;
}
#lnkResetPassword {
    text-align: center;
}
.hamburger {
    padding: 0 0 !important;
}
.right-korian-form {
    padding-left: 70px;
}
.active-korian-menu {
    color: #fff;
    background: #2a5a70;
}
.btn-legend,
.btn-legend a .fas {
    background-color: transparent;
    border: none;
    color: #00abbe;
    padding: 1px 1px;
    font-size: 26px;
    cursor: pointer;
}
.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}
.stories-modal {
    max-width: 60% !important;
}
.title-content {
    font-size: 1.5em;
    display: flex;
    align-items: center;
}
.title-content .btn-legend {
    margin: 5px;
}
.icon-header {
    margin-left: 10px;
}
.no-padding {
    padding: 0;
}
body {
    font-family: Arial;
    background: #fafafa;
}
p {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.col-1-5 {
    flex: 0 0 14%;
    max-width: 14%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1-11 {
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.offset-1-11 {
    margin-left: 11%;
}
.col-label-content {
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-13p {
    flex: 0 0 13%;
    max-width: 13%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
i, span {
    display: inline-block;
}

.cke_editable span {
    display: unset;
}
/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00abbe;
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
#sidebar.active ul {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
#sidebar.active ul span {
    display: none;
}
#sidebar.active .sidebar-header .korian-header-menu, #sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    padding: 18px 10px;
    text-align: center;
    font-size: 0.85em;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #00abbe;
}
#sidebar .sidebar-header .row {
    text-align: center;
    margin: auto;
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}
.sidebar-header h3 {
    display: inline-block;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #00abbe;
}

#sidebar ul li a {
    transition: none;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li:hover,
#sidebar ul li a:hover,
#sidebar ul li.active:hover,
#sidebar ul li.active > a:hover{
    color: #2a5a70;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active,
#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2a5a70;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #2a5a70;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #00abbe;
}
a.article, a.article:hover {
    background: #00abbe !important;
    color: #fff !important;
}
.korian-header-menu {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}
/* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
.hamburger-inner {
    color: white;
}
.hamburger-box {
    margin-left: 13px !important;
}
.form-control[type=color] {
    height: 25px;
    width: 25px;
    padding: 0;
}
.color-selector {
    display: flex;
    padding: 5px;
}
.form-hide-mobile {
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 15px;
}
/* Need styles for -webkit- and -moz- */
.form-control[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    margin: 0;
}
.form-control[type=color]:-moz-color-swatch-wrapper {
    padding: 0;
    margin: 0;
}
.form-control[type=color]:-ms-color-swatch-wrapper {
    padding: 0;
    margin: 0;
}
.form-control[type=color]::-webkit-color-swatch {
    height: 22px;
    /* font-size + line-height */
    padding: 0;
    margin: 0;
}
.form-control[type=color]::-moz-color-swatch {
    height: 22px;
    /* font-size + line-height */
    padding: 0;
    margin: 0;
}
.form-control[type=color]:-ms-color-swatch {
    height: 22px;
    /* font-size + line-height */
    padding: 0;
    margin: 0;
}
.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 5px 0 0;
    position: fixed;
    width: 250px;
    background: #00abbe;
    z-index: 999;
}
.fa-check-circle:before {
    color: green;
}
.fa-times-circle:before {
    color: red;
}
.rotateObj {
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
}
.rotateHr {
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    position: absolute;
    bottom: 0px;
    color: #f00;
    width: 100%;
}
/* --------------------------------------------------- THREE STATE SWITCH ----------------------------------------------------- */
.tss {
    height: 30px;
    width: 90px;
    padding: 5px;
    background-color: grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    position: relative;
}
.rights .table td {
    vertical-align: middle !important;
}
.rights td.profileName {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.switch-canvas input[type="radio"] {
    opacity: 0;
}
.switch-canvas .three-state-radio {
    width: 29% !important;
    height: 100% !important;
}
.switch-canvas .labelS {
    position: absolute;
    top: 5px;
    left: 5px;
}
.switch-canvas span {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    background-color: red;
    transform: translate(0);
}
.switch-canvas .transitionRO {
    transform: translateX(150%);
    left: -5px;
    background-color: orange;
}
.switch-canvas .transitionRW {
    transform: translateX(255%);
    left: -5px;
    background-color: #0fff00;
}
span.legend {
    color: black;
    margin-left: 5px;
}
.spanNA {
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    background-color: red;
    transform: translate(0);
}
.spanRO {
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    background-color: orange;
    transform: translate(0);
}
.spanRW {
    top: 3px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    background-color: #0fff00;
    transform: translate(0);
}
/* --------------------------------------------------- ASSETS STYLE ----------------------------------------------------- */
.card-asset {
    margin-bottom: 0.75rem;
}
html {
    overflow: scroll !important;
    overflow-x: hidden !important;
}
::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}
.scrollable {
    overflow-y: scroll;
    height: 400px;
}
.checkerboard {
    background-image: linear-gradient(to right, rgba(220, 220, 220, 0.9), rgba(220, 220, 220, 0.9)), linear-gradient(to right, black 50%, white 50%), linear-gradient(to bottom, black 50%, white 50%);
    /* tint image */
    /* checkered effect */
    background-blend-mode: normal, difference, normal;
    background-size: 2em 2em;
    object-fit: contain;
    position: relative;
}
.card-img-overlay-korian {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 20%;
}
.close-icon {
    color: #00abbe;
}
.outline-blue {
    color: #00abbe;
    text-shadow: -1px 0 #2a5a70, 0 1px #2a5a70, 1px 0 #2a5a70, 0 -1px #2a5a70;
}
/* --------------------------------------------------- MODAL ASSET MANAGER ----------------------------------------------------- */
.glowing-blue {
    box-shadow: 0 0 8px #00abbe;
}
.padding-asset-manager {
    padding: 10px;
}
/* --------------------------------------------------- PHONE ----------------------------------------------------- */
.col-asset-manager {
    flex: 0 0 35.3%;
    max-width: 35.3%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
}
/* --------------------------------------------------- DRAG AND DROP ASSETS ----------------------------------------------------- */
#drop-area {
    border: 2px dashed #00abbe;
    border-radius: 20px;
    font-family: sans-serif;
    padding: 20px;
}
#drop-area.highlight {
    border-color: #2a5a70;
}
p {
    margin-top: 0;
}
.my-form {
    margin-bottom: 10px;
}
#gallery {
    margin-top: 10px;
}
#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.button {
    display: inline-block;
    padding: 10px;
    /*background: #ccc;*/
    cursor: pointer;
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
}
.button:hover {
    background: #ddd;
}
#fileElem {
    display: none;
}
.pointer {
    cursor: pointer;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00abbe;
    border-color: #00abbe;
}
/* style FacilitiesServices.html.twig */
.category_row_highline {
    background-color: #00b3ee !important;
}
/* style pages.html.twig */
.nav-item {
    font-size: 1.7em;
}
.nav-tabs .nav-link {
    outline: none !important;
}
/* --------------------------------------------------- SELECT 2 ----------------------------------------------------- */
.select2-container {
    width: 100% !important;
}
.selection {
    width: 100% !important;
}
#generic_content_types {
    width: 100% !important;
    height: 100% !important;
}
/* --------------------------------------------------- FOOTER ----------------------------------------------------- */
.listFooter {
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: grab;
}
.disabledDragItem {
    color: #596169;
    background-color: #f3f3f3;
    cursor: default !important;
}
.disabledDragItem .fa-ellipsis-v {
    opacity: 0;
}
.center-icon {
    margin-top: 0.5em;
}
.grabbing {
    cursor: grabbing;
}
.hidden-content {
    opacity: 0;
}
.scrollable-min {
    overflow-y: scroll;
    height: 200px;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.scrollable-min-selector {
    overflow-y: scroll;
    height: 242px;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.scrollable-min-selector-1-5x {
    overflow-y: scroll;
    height: 343px;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.scrollable-min-selector-2x {
    overflow-y: scroll;
    height: 565px;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.scrollable-min-light {
    overflow-y: scroll;
    height: 200px;
}
.scrollable-min-light-1-5x {
    overflow-y: scroll;
    height: 300px;
}
.scrollable-min-light-2x {
    overflow-y: scroll;
    height: 522px;
}
.scrollable-home-template {
    overflow-y: scroll;
    height: 580px;
}
.footer-content-selector {
    margin-top: 25px;
    padding-left: 10px;
}
.korian-ui-sortable {
    padding: 10px 20px;
}
.fa-10x {
    font-size: 10em;
}
.spinning-tab {
    width: 100%;
    height: 580px;
    text-align: center;
    color: #b7e2e7;
    padding-top: 150px;
}
.homepage .card-header {
    padding: 0em 0.6em 0.6em 0.6em;
}
.homepage .nav-tabs .nav-link {
    font-size: 0.8em;
}
.homepage .btn-legend {
    background-color: transparent;
    font-size: 1em;
}
.homepage .card-header-tabs {
    margin-left: 0;
}
#testimonialsForm {
    display: none;
}
#formCall {
    display: none;
}
.error:not(.message) {
    color: red !important;
}
/* --------------------------------------------------- FACILITIES ----------------------------------------------------- */
.mapBox {
    border: 1px solid #ccc;
}
.form-import-price-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 70%;
    padding: 50px 0;
    margin: 30px auto;
    border-radius: 3px;
}
.form-import-price-container form {
    margin: auto;
}
/* --------------------------------------------------- CALL TO ACTIONS ----------------------------------------------------- */
.calltoactions .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.calltoactions .form-check {
    display: flex;
    align-items: center;
}
.calltoactions .form-check label {
    margin-left: 5px;
    margin-top: 3px;
}
/* --------------------------------------------------- HOME PAGE ----------------------------------------------------- */
.homepage label, .homepage .form-check {
    text-align: left;
}
.homepage .card-body .card-header {
    padding: 0.6em;
}
.homepage .form-check {
    display: flex;
    align-items: center;
}
.homepage .form-check label {
    margin-left: 5px;
    margin-top: 3px;
}
/* --------------------------------------------------- NEWS PAGE ----------------------------------------------------- */
.newssettings .btn-legend {
    background-color: transparent !important;
}
.newssettings .col-form-label {
    text-align: left;
}
.newssettings .nav-tabs .nav-link {
    font-size: 0.8em;
}
/* --------------------------------------------------- FACILITIES SERVICES ----------------------------------------------------- */
.listSelector {
    margin-bottom: 15px;
    border-radius: 5px;
}
.listVal {
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: grab;
}
.spanClick {
    cursor: pointer;
}
.fa-2x {
    font-size: 1.5em !important;
}
#toGray {
    color: gray !important;
}
.disabledFaIcon {
    color: gray !important;
}
button:disabled, button[disabled] {
    background-color: #fff;
    border-color: #212529;
    color: #212529;
    opacity: 0.5;
}
tr.group, tr.group:hover {
    background-color: #dfdddd !important;
}
.deepIndentText {
    text-indent: 35px !important;
}
.indentText {
    text-indent: 10%;
}
#formAllServices ul {
    min-height: 100%;
}
.content-list {
    padding: 20px 0px;
}
.content-list li {
    list-style: none;
}
.content-list li a[aria-expanded="true"] {
    background-color: transparent !important;
}
.content-list li + li {
    margin-top: 10px;
}
.brouillon {
    color: orange !important;
    font-weight: 600 !important;
}
.brouillon-inline {
    display: inline;
    margin-right: 5px;
}
.status_published {
    color: #000 !important;
}
#generic_bloc_rh_description {
    height: 150px;
}
.published_button {
    float: right;
    border-radius: 5px;
}
.button-preview {
    background: #00aabe;
    color: white;
}
.draft {
    font-size: 1em;
    margin-right: 5px;
    color: orange !important;
    font-weight: 600 !important;
}
.card-img-top {
    object-fit: contain;
}
.export-layout {
    text-align: right;
}
textarea#news_description {
    height: 150px;
}
#scrollBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 5px;
    font-size: 28px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
    background: #00abbe;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
}
.labelPublishedDate {
    font-size: 0.9em;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer;
}
.btn:focus {
    outline: none;
}
embed {
    max-width: 100% !important;
    max-height: 500px !important;
}
#onePdfModal .modal-body {
    text-align: center;
}
#export-services-facility-btn, #export-facility-btn {
    float: right;
}
/*Template Size && Footer Hp*/
.block-templateSize {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    vertical-align: middle;
    font-size: 12px;
    color: #00abbe;
    margin-top: 5px;
}
.templateSize {
    width: max-content;
    margin: 0 5px;
    padding: 2px 5px;
}
.templateSize input[type="radio"], .checkboxHp input[type="checkbox"] {
    display: none;
}
.templateSize label, .block-footerHp label {
    margin: 0;
}
.templateSize:hover, .size-selected {
    transition: 0.2s;
    background: #00abbe;
    color: white;
}
.block-footerHp {
    width: max-content;
}
.checkboxHp label {
    color: rgba(128, 128, 128, 0.44) !important;
    font-weight: bold;
    transform: translateY(-3px);
}
.checkboxHp-selected label {
    transition: 0.2s;
    color: #00abbe !important;
}
.show .fa-check {
    color: green;
}
.show .fa-times {
    color: red;
}
/** Global Note **/
.note-asset {
    display: flex;
    justify-content: start;
}
.note-image {
    display: flex;
}
.backgroundManager {
    display: flex;
    align-items: center;
}
.backgroundManager button {
    margin-right: 10px;
}
.backgroundManager i:before {
    vertical-align: sub;
    margin-left: 3px;
}
.div-img {
    width: 150px;
}

.card-body.container.fullSize {
    max-height: calc(100vh - 230px);
}

/* datatable */

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    content: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: calc(100% - 3px) calc(100% - 12px);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

*.disabled {
    cursor: not-allowed;
}