.ticketingPanelContainer  .filter-option-inner-inner {
    font-size: 12px;
    line-height: 24px;
}


.modal-cm {

}

.modal-cm .modal-content {
    border-radius: 0;
    border: solid 10px;
    border-color: var(--cm_table_background);
}

.blue-dash {
    border: 2px dashed #00558a;
}

.btn-cm {
    background: white;
    border: solid 2px #cf4b2a;
    color: #cf4b2a;
    border-radius: 200px;
    padding: 5px;
    font-size: 15px;
}

.btn-cm.blue {
    background: white;
    border: solid 2px #00558a;
    color: #00558a !important;
}

.btn-cm:hover, .btn-cm.active {
    padding: 4px;
    border: solid 3px #cf4b2a;
    color: #cf4b2a;
    text-shadow:0px 0px 1px #cf4b2a;
}

.btn-cm.blue:hover {
    padding: 4px;
    border: solid 3px #00558a;
    color: #00558a !important;
    text-shadow:0px 0px 1px #00558a;
}

.btn-cm.red:hover, .btn-cm.red:hover {
    padding: 4px;
    border: solid 3px red;
    color: red;
    text-shadow:0px 0px 1px red;
}


.btn-cm.all-yellow:hover, .btn-cm.yellow:hover {
    padding: 4px;
    border: solid 3px #ffb800;
    color: #ffb800;
    text-shadow:0px 0px 1px #ffb800;
}


.btn-cm.all-green:hover, .btn-cm.green:hover {
    padding: 4px;
    border: solid 3px #5bd25b;
    color: #5bd25b;
    text-shadow:0px 0px 1px #5bd25b;
}

.btn-cm.all-red {
    padding: 4px;
    border: solid 3px red;
    color: red;
}


.btn-cm.all-yellow {
    padding: 4px;
    border: solid 3px #ffb800;
    color: #ffb800;
}


.btn-cm.all-green {
    padding: 4px;
    border: solid 3px #5bd25b;
    color: #5bd25b;
}

.blinking{
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText {
    0%{		color: rgba(0,0,0,0.5)	}
    50%{	color: rgba(0,0,0,1)	}
    100%{	color: rgba(0,0,0,0.5)	}
}

a.opened {
    cursor: initial;
}

.responseContainer {
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
}

.responseContainer input:focus {
    outline: none;
}

a.opened h5, a.opened span, a.opened small, a.opened p {
    text-shadow:0px 0px 1px #cf5e2a;
    color: black;
}

.btnActionContainer {
    display: flex;
    justify-content: space-around;
    padding: 0;
    z-index: 10;
    margin-left: -10%;
    width: 120%;
    margin-bottom: 10px;
}

#themeContainer {
    width: 100%;
}

.menuContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.categoryContainer {
    height: 70vh;
    overflow: auto;
}

.menuSupport {
    width: 18%;
    cursor: pointer
}

.darken {
    background: black;
    opacity: 0;
    position: absolute;
    top:-1px;
    bottom:0;
    left: 0;
    right: 0;
    pointer-events: none;
}

@media only screen and (max-width: 1000px) {
    .menuSupport {
        width: 30%;
        cursor: pointer;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1600px) {
    [data-category-called] h5{
        font-size: 15px; !important;
    }
}


.menuSupport .card-body {
    min-height: 25vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.menuSupport .card-title {
    text-align: center;
}

#templateModalMeeting .table td, #templateModalMeeting .table th {
    padding: 3px;
    text-align: center;
}

#templateModalMeeting .table td.many {
    background: #0084c3;
    color: white;
    cursor: pointer;
}

#templateModalMeeting .table td.few {
    background: #9ac9ff;
    cursor: pointer;
}

#templateModalMeeting .table td.none {
    background: #7c7c7c;
    cursor: not-allowed;
}

#templateModalMeeting .table td.selected {
    color: black;
    background: lightgreen;
    cursor: pointer;
    color: green;

}

@media only screen and (max-height: 700px) {
    .right-panel table {
        font-size: 12px;
    }

    .right-panel [data-request] h4 {
        font-size: 14px;
        font-weight: bold;
    }
    .right-panel .table td, .right-panel .table th {
        padding: 5px;
    }

    .right-panel .chatContainer {
        font-size: 10px;
    }

    .center-panel .list-group-item h5 {
        font-size: 14px;
    }

    .center-panel .list-group-item p {
        font-size: 12px;
    }

    .center-panel .list-group-item small {
        font-size: 10px;
    }

    .right-panel .btnActionContainer button {
        font-size: 12px;
    }
}

.newUpdates {
    background: #90ee90;
}
.newUpdates:hover {
    background: #5eee5e;
}

.oldUpdates {
    background: orange;
}
.oldUpdates:hover {
    background: #ff7c00;
}

.lateUpdates {
    background: #f33838;
}
.lateUpdates:hover {
    background: #e00202;
}

.newUpdates h5, .oldUpdates h5, .lateUpdates h5 {
    color: black;
}


.chatContainer {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}

select[data-id="select-agency-filter"] + button{
    border-radius: 4px 0 0 4px;
}

.ticketingContainer {
    margin-bottom: 10px;
    margin-top: 10px;
}

 .ticketingSender {
    padding-left: 15px;
}

.sendMessage.block {
    color: lightgrey;
    cursor: initial;
}

.ticketing_msg_me .ticketMessage {
    padding: 10px;
    background: #00558A;
    border-radius: 17px;
    color: white;
}

.ticketing_msg_system .ticketMessage {
    background: rgba(241, 119, 32, 0.78);
}

.ticketing_msg_other .ticketMessage {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 17px;
}

.reassignAllActiveContainer .dropdown.bootstrap-select {
    margin-right: 20px;
}





.dropdown.bootstrap-select button {
    background: white;
    border: solid 1px lightgrey;
}

#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-family: tradeGothic;
    display: block;
    height: auto;
}

.bandeauInfo {
    background-color: var(--cm_info);
    color : var(--cm_white);
}

.tabInfo {
    background-color: var(--cm_info);
    color : var(--cm_white);
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 1em 1em .8em 1em;
    min-width: 170px;
}

@font-face {
    font-family: happiness;
    src: url('../font/happiness-light.woff')  format("woff");
}

@font-face {
    font-family: genbasr;
    src: url('../font/genbasr-webfont.woff2')  format("woff2");
}

@font-face {
    font-family: tradeGothic;
    src: url('../font/tradegothic-bold.woff')  format("woff");
}

@font-face {
    font-family: happinessBold;
    src: url('../font/HappinessBeta.woff2')  format("woff2");
}

body {
    font-family: "Happiness Light", sans-serif;
    font-size: 14px;
    font-opacity: 0.9em;
}

:root {
    --cm_blue: #00558A;
    --cm_lightgray: #f4f4f4;
    --cm_gray: #a5a5a5;
    --cm_turquoise: #0480a9;
    --cm_orange: #cf4b2a;
    --cm_violet: #007571;
    --cm_red: #cf4b2a;
    --cm_info: #444444;
    --cm_white: #ffffff;
    --cm_table_background: rgba(244, 244, 244, 0.6);
    --cm_table_background_elearning: rgba(255, 255, 255, 0.7);
}

.popover {
    max-width: 400px !important;
}

.hidden {
    display:none !important;
}

.fullSize {
    max-width: 100%;
}

.content {
    max-width: 100%;
    height: calc(100vh - 154px);
    overflow-y: auto;
}

.tableBackground {
    background-color: var(--cm_table_background);
    padding: 10px !important;

}

.table {
    background-color: var(--cm_white);
    margin-bottom: 0px;
    height: 100%;
}

.oddColor {
    color: var(--cm_blue);
}

.assetUploader {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.uploadComponent {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.uploadComponent input[type="file"] {
    width: 0.1px;
    height: 0.1px;
}

.uploadComponent label {
    width: 100%;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;
}

.actionIcon {
    cursor: pointer;
    margin-left: 10px;
}
.nav-item {
    padding-right: 10px;
    padding-left:10px;
    padding-top:15px;
    padding-bottom : 15px;
    background-color: var(--cm_white);
    color: var(--cm_blue);
}

.nav-item.selected {
    background-color : var(--cm_gray);
    color: var(--cm_white);
}

.nav-item:hover {
    background-color : var(--cm_lightgray);   
}

.nav-item.selected:hover {
    background-color : var(--cm_gray);
}

.usernameHeader {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-left: -4px;
    background-color : var(--cm_white);
    color: var(--cm_info);
}

.statusHeader {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-left: -4px;
    color: var(--cm_white);
    background-color: var(--cm_info);
}

.logoHeader {
    height: 30px;
    padding-left: 1em;
    padding-right: 1em;
}

.pulsating {
  color: var(--cm_red);
  animation: pulsation 1s infinite ease-out;
}

@keyframes pulsation {
  0% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.4);
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


body {
    overflow-x: hidden;
    height: 100vh;
    background-image: url(/site/background.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}

h1 {
    font-weight:bold;
    text-align:center;
}

h5 {
    color: var(--cm_gray);
}

h5.selected {
    color: var(--cm_blue);
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.agencySelector {
    font-size: 0.8em;
    margin-top: -8px;
}

.titleBarNoHideCMTA {
    background-color: rgb(180, 191, 199, 0.5);
    color: var(--cm_white);
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}

.titleBar {
    background-color: rgb(180, 191, 199, 0.5);
    color: var(--cm_white);
    margin-right: -15px;
    margin-left: -15px;
}

.marketNew {
    background-color: var(--cm_blue);
    position: relative;
    top: -4px;
}

.analysisRow {
    height: 45px;
}

#analysisResort {
    padding-left: 10px;
    padding-right: 10px;
}

#analysisResortsBlock {
    margin-left: -20px;
    z-index: -50;
}

#analysis_s1 {
    z-index: 100;
    position: relative;
}

#analysis_s2 {
    z-index: 100;
    position: relative;
}

.selected {
    background-color: var(--cm_lightgray);
}

.remunerationMonth {
    min-width: 144px;
}

.remunerationTotal {
    border-right-width: 4px !important;
}

.remunerationHeader {
    border-bottom-width: 4px !important;
}

#remunerationCustomersBlock {
    background-color: var(--cm_lightgray);
    overflow-y: auto;
    max-height: 340px;
    overflow-x: hidden;
}

.retributionText {
    background-color: var(--cm_blue);
    color: var(--cm_white);
    padding-left: 2em !important;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 16px;
}

.retributionList {
    background-color: var(--cm_blue);
    color: var(--cm_white);
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    min-width: 200px;
    max-width: 200px;
    min-height: 105px;
}

.retributionEnd {
    background-color: var(--cm_blue);
    color: var(--cm_white);
    padding-left: 2em !important;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 16px;
}

.retributionRateMin {
    font-size: 9px;
    opacity: 0.4;
    width: 100%;
    border-left: solid 1px var(--cm_white);
    border-right: solid 1px var(--cm_white);
}

.retributionRateMedium {
    font-size: 11px;
    opacity: 0.6;
    width: 100%;
    border-left: solid 1px var(--cm_white);
    border-right: solid 1px var(--cm_white);
}

.retributionRateMax {
    font-size: 13px;
    opacity: 0.8;
    width: 100%;
    border-left: solid 2px var(--cm_white);
    border-right: solid 2px var(--cm_white);
}

.retributionRate {
    padding:2px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-left: solid 2px var(--cm_white);
    border-right: solid 2px var(--cm_white);
}

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

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.helper-ski-tag {
    width: calc(33% - 40px);
    height: 40px;
    background-color: var(--cm_lightgray);
    color: var(--cm_gray);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .helper-ski-tag {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .helper-ski-tag {
        width: calc(100% - 40px);
    }
}

.helper-ski-tag.selected {
    background-color: var(--cm_blue);
    color: var(--cm_white);    
}

.helper-ski-resort {
    margin-top: 10px;
    height: 30px;
    background-color: var(--cm_blue);
    color: var(--cm_white);
}

.helper-ski-resort.unavailable {
    background-color: var(--cm_table_background);
    color: var(--cm_gray);
}

.helper-ski-label-tag {
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    font-weight: bold;
    font-size:28px;
    color: var(--cm_blue);
    border-right: 1px var(--cm_blue) solid;
}

.helper-ski-label-resort {
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: bold;
    font-size:28px;
    color: var(--cm_blue);
}

.card.border-dark:hover{
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);
    transition-duration: 0.5s;
}

/* Questionnaires */
#quizzmodal.modal {
    background: rgba(0,0,0,0.7);
}

#quizzmodal .modal-dialog {
    max-width: 1400px;
    max-height: 900px;
    height: 90vh;
    width: 90vw;
}

#quizzmodal .modal-content {
    height: 100%;
    width: 100%;
}

#quizzmodal > div > div > button{
    position: absolute;
    right: 0;
    margin: 15px;
    z-index: 2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #014B7E;
    color: white;
    opacity: 1;
}
#quizzmodal > div > div > button > img{
    width: 24px;
}
#quizzmodal > div > div > button > span{
    vertical-align: super;
}
#quizzmodal > div > div{
    max-height: 900px !important;
}
#right_img > img{
    width: 100%;
}

table.questionImage {
    height: 100%;
    width: 100%;
}

table td {
    cursor: pointer;
}

table.questionImage.noInteract td {
    cursor: initial;
}

table td.clicked {
    background: rgba(124,181,125,0.5);
}

table td.clicked.picked {
    border: solid 5px rgb(124,181,125);
}

table td.clicked.false {
    background: rgba(198, 0, 0, 0.5);

}

table td.clicked.false.picked {
    border: solid 5px rgb(180, 0, 0);
}

.fromTDB .input-file-upload {
    visibility: hidden !important;
    height: 0px !important;
    pointer-events: none !important;
    padding: 0 !important;
    margin: 0 !important;
}