.secondaryBar {
    margin-top: -40px;
    background-color: #eeeeee;
    margin-left: -40px;
    margin-right: -40px; 
    margin-bottom: 30px; 
    box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.26);
}

@media (max-width: 767px) {
    .secondaryBar {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px; 
        margin-bottom: 30px; 
    }
}

.sticky {
  position: fixed;
  width: 100%;
  /*right: 0;*/
  margin-top: 0!important;
  top: 0!important;
  padding-right: 90px; 
  z-index: 10;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.underSticky {
  margin-top: 200px;
}

.footer {
    height: 60px;
    font-size: 15px;
}

.note-editor .note-toolbar .note-para .dropdown-menu {
    position: relative;
    display: block !important;
}
/*.footer .clioLink {
    position: absolute;
}*/

.hiddenSponsor {
    display: none!important;
    visibility: hidden!important;
}

.alert h4 i {
    margin-top: -10px;
    margin-right: 10px;
}

.tabDisabled a {
    pointer-events: none;
    cursor: default;
    color: darkgrey !important;
}

.tourPublicAttr {
    padding-top: 0px;
    border: 1px solid lightgray !important;
}

.greyBorder {
    border: 1px solid lightgray !important;
}

.tourErrMsg {
    margin-top: 10px;
    color: lightcoral;
}

.tourErrMsgInBar {
    margin-top: 10px;
    margin-right: 10px;
    color: white;
    display: none;
}

.submitBtnContainer {
    /*padding-left: 22px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .submitBtnContainer {
        float: right;
        padding-right: 120px;
    }
}

.bottomNavbar {
    overflow: hidden;
    background-color: #5DC1AA !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    z-index: 100;
}

@media (min-width: 768px) {
    .bottomNavbar {
        left: 80px;
    }
}

.btn-primary.btnTourCreateSubmit {
    color: #5DC1AA !important;
    font-weight: 600!important;
    background-color: white!important;
    border-color: white!important;
}

.btn-primary.btnTourCreateSubmit:disabled {
    color: #5DC1AA !important;
    font-weight: 600!important;
}

.btn-flat-primary.btnCancelTourCreate {
    color: white!important;
    background-color:  transparent!important;
    border-color:  white!important;
}

button > a.cancelTourCreateBtn { 
    color: white!important;
}

#clioMap {
    text-align: center;
}

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

.gMapDiv {
    margin-top: 30px;
    height: 250px;
    width: 400px;
}

.gMapDivLarge {
    margin-top: 20px;
    height: 400px;
    width: 600px;
}

/*#clioMap {*/
    /*display: block !important;*/
    /*visibility: visible !important;*/
/*}*/

.gMapDivLarger {
    margin-top: 20px;
    height: 700px;
    width: 100%;
}

.tourItemsContent {
    margin-top: -60px;
}

.tourMapHidden {
    position: absolute;
    left: -100%;
    visibility: hidden;
}

#mapOfIndoors .col-md-9{
    margin-bottom: 30px;
}

.tourOptions li {
    float:none;
    width:100%;
    height: 50px;
}

.tourOptions .optionLabel {
    font-size: 60%;
    float: left;
    padding-top: 5px;
}

.tourOptions a {
    float: left;
    width: 100%;
}
.tourOptions a:hover {
    cursor: pointer;
}
.tourOptions a i {
    float: left;
}

.tourOptionsList {
    /*margin-top: 5px !important;*/
    /*margin-bottom: 5px !important;*/
    overflow: visible !important;
}

.tourCard {
    overflow: visible !important;
}

.tourCard .layered-content {
    height: auto !important;
}

.card-tags {
  /*width: 100%;*/
  -ms-display: flexbox;
  display: flex;
}

.card-tag {
    font-size: 1.3rem;
    padding: 1px 6px 1px 6px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    margin-right: 3px;
}

.card-tag__indoors {
    /*border: 2px solid #3620dc;*/
    color: #3620dc;
    background-color: #dcdafe;
}

.card-tag__outdoors {
    /*border: 2px solid #009c7e;*/
    color: #009c7e;
    background-color: #c0f8e9;
}

.card-tag__street-view {
    /*border: 2px solid #e31b7c;*/
    color: #e31b7c;
    background-color: #fedde8;
}

.card-tag__satelite {
    /*border: 2px solid #f19d03;*/
    color: #f19d03;
    background-color: #fef4d3;
}



.tourItemsHeader {
    margin-bottom: 10px !important;
}

.noFloatLeft {
    float: none !important;
}

.addTourItem {
    position: fixed !important;
    z-index: 10000;
    top: 84%;
    left: 48%;
}

.tourItemsList {
    overflow-y: scroll;
    height: 680px;
    overflow-x: hidden;
    width: 50%;
    float: left;
}

.tourItemsList .col-md-6 {
    width: 100% !important;
}

.tourSectionsList {
    overflow-y: scroll;
    height: 680px;
    overflow-x: hidden;
    width: 50%;
    float: left;
}

.tourSectionsList .col-md-6 {
    width: 100% !important;
}

.highlightedSectionItem {
    border: 3px solid #5DC1AA !important;
}

#storiesList .col-md-6 {
    width: 100% !important;
}

#storiesList {
    float: right;
    width:45%;
    overflow-y: scroll;
    height: 600px;
    overflow-x: hidden;
}

#storiesList .panel {
    width: 100%;
    margin-bottom: 10px;
}

.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
}

#tourItemModal .modal-content {
    height: auto !important;
}

#tourSectionModal .modal-content {
    height: auto !important;
}

.deleteTourItemBtn {
    color: lightcoral !important;
    font-size: 90% !important;
    margin-top: 30px;
    position: absolute;
}

.deleteTourItemBtn:hover {
    cursor: pointer;
    text-decoration: none;
}

.deleteTourSectionBtn {
    color: lightcoral !important;
    font-size: 90% !important;
    margin-top: 30px;
    position: absolute;
}

.deleteTourSectionBtn:hover {
    cursor: pointer;
    text-decoration: none;
}

.tourItemsList .card {
    height: 120px !important;
}

.tourItemsList .card img{
    height: 100% !important;
}

.tourItemsList .rightContent {
    float: right;
}

.tourItemsList .rightContent {
    float: right;
}

.tourSectionsList .card {
    height: 120px !important;
}

.tourSectionsList .card img{
    height: 100% !important;
}

.tourSectionsList .rightContent {
    float: right;
}

.tourSectionsList .rightContent {
    float: right;
}

.addStoryBtn {
    margin-top: 52px !important;
    margin-right: 12px !important;
}

.addStoryBtn a{
    color: #5DC1AA !important;
}

.editTourItemBtn {
    color: #5DC1AA !important;
}

.editTourSectionBtn {
    color: #5DC1AA !important;
    cursor: pointer;
}

.editTourItemContainer {
    margin-top: -45px !important;
}

.editTourSectionContainer {
    margin-top: -45px !important;
}

.footer-links .bg-blue {
    background-color: #41454C !important;
}

.page-header {
    background-color: #41454C !important;
}

.page-header .header-tabs {
    background-color: #41454C !important;
}

.nav-menu .hamburger .patty {
    background-color: #41454C !important;
}

.active .hamburger .patty {
    background-color: #959A98 !important;
}

.menu-layer {
    background-color: #41454C !important;
}

.overlay .starting-point span {
    background-color: #41454C !important;
}

#showTourItemModal {
    background-color: #5DC1AA !important;
}

#showTourSectionModal {
    background-color: #5DC1AA !important;
}

.alert-success {
    position: absolute;
    float: right;
    right: 50px;
    top: 70px;
    z-index: 100000;
}

.alert-danger {
    position: absolute;
    float: right;
    right: 50px;
    top: 70px;
    z-index: 100000;
}

.alert-warning {
    position: absolute;
    float: right;
    right: 50px;
    top: 70px;
    z-index: 100000;
}

.menu-layer .open span {
    /*color: #41454C !important;*/
}

.fa-dashboard {
    color: #41454C !important;
}

.alert-success {
    background-color: #7ACA79 !important;
    border-color: #7ACA79 !important;
}

.msgTop {
    text-align: center;
    color: #959A98;
    font-size: 120%;
    font-style: italic;
    padding-top: 30px;
}

.msgBottom {
    position: absolute;
    text-align: center;
    width: 50%;
    top: 80%;
    font-style: italic;
    font-size: 120%;
    color: #41454C;
}

.storyImg {
    text-align: center;
    margin-bottom: 10px;
}

.homePageAddBtn {
    width: 65px !important;
    height: 65px !important;
    padding-top: 15px !important;
    box-shadow: 5px 5px 2px #888888 !important;
    -webkit-box-shadow: 5px 5px 2px #888888 !important;
    -moz-box-shadow: 5px 5px 2px #888888 !important;
    -o-box-shadow: 5px 5px 2px #888888 !important;
}

.homePageAddBtn:hover {
    box-shadow: 10px 10px 5px #888888 !important;
    -webkit-box-shadow: 10px 10px 5px #888888 !important;
    -moz-box-shadow: 10px 10px 5px #888888 !important;
    -o-box-shadow: 10px 10px 5px #888888 !important;
}

.storyBody {
    /*text-align: center;*/
    margin-bottom: 10px;
}

.clickedBorder {
    border: 2px solid #5DC1AA !important;
}

.tourItemsList .card:hover {
    cursor: pointer;
}

.footer-links a {
    font-size: 75%;
}

.required {
    color: #5DC1AA;
}

.langsSelect{
   width: 99%;
    /*float:left;*/ 
}

.langAttrs {
    width: 99%;
    /*float:left;*/
}

.tourPublicAttr {
    width: 99%;
    /*float: right;*/
}

.hiddenPoints {
    visibility: hidden;
}

.tourType {
    box-shadow: 1px 2px 5px lightgrey;
    background-color: white;
    width: 200px;
    height: 40px;
    border: none;
}

.ticketInfoDropDown {
    box-shadow: 1px 2px 5px lightgrey;
    background-color: white;
    width: 200px;
    height: 40px;
    border: none;
}

.storiesCategoriseDropDown {
    box-shadow: 1px 2px 5px lightgrey;
    background-color: white;
    width: 200px;
    height: 40px;
    border: none;
}

.supplierSelectorDropDown {
    box-shadow: 1px 2px 5px lightgrey;
    background-color: white;
    width: 200px;
    height: 40px;
    border: none;
}

#storyModal .modal-content {
    height: auto !important;
}

#storyCategoriesModal .modal-content {
    height: auto !important;
}

/*#storyCategoriesModal .modal-content {
    height: auto !important;
}*/

.deleteStoryBtn {
    float: left;
    font-size: 90%;
    color: lightcoral;
}

.deleteStoryBtn:hover {
    cursor: pointer;
}

.editStoryBtn {
    float: right;
    font-size: 90%;
    color: #5DC1AA;
}

.editStoryBtn:hover {
    cursor: pointer;
}

.quickEditStoryBtn {
    float: right;
    font-size: 90%;
    color: #5DC1AA;
    margin-right: 20px;
}

.quickEditStoryBtn:hover {
    cursor: pointer;
}

.tourRouteItems {
    margin-top: 30px;
}

.portlets {
    min-height: 50px !important;
}

.tourRouteItem {
    width: 40% !important;
    float: none !important;
}

.tourSectionRouteItem {
    width: 100% !important;
}

.tourSectionOutdoorRouteItem {
    width: 90% !important;
}

.tourSectionIndoorItem {
    width: 90% !important;
}

.tourSectionRouteItemHeading{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.rearrangeItems {
    float: right;
}

.storyBodyInput {
    resize: none;
}

.cancelTourCreateBtn:hover {
    text-decoration: none !important;
}

.cancelSchedulerSwitchBtn:hover {
    text-decoration: none !important;
}

.moveRouteItem {
    margin-right: 5px;
}


/*start summernote HTML editor disable actions*/
.note-height {
    display: none !important;
}

.note-style {
    display: none !important;
}

.note-fontname {
    display: none !important;
}

.note-color {
    display: none !important;
}

.note-table {
    display: none !important;
}

.note-insert {
    display: none !important;
}

.note-view {
    display: none !important;
}

.note-help {
    display: none !important;
}

.storyCharCounter {
    color: green;
}
/*end summernote HTML editor disable actions*/

.tourCardContainer {
    /*height: 455px !important;*/
    height: 470px !important;
}

.tourCardContainer .bg-green {
    background-color: #5DC1AA !important;
}

.tourCardContainer .btn-green {
    background-color: #5DC1AA !important;
}


.tourCardContainer .card-body {
    height: 200px;
}

.published {
    color: #009c7e;
}

.notPublished {
    /*color: lightcoral;*/
    color: #e31b7c;
}

.tourStatus {
    font-size: medium;
    padding-top: 4px;
}

/*.tourMissingInfo a{*/
    /*color: red !important;*/
/*}*/

.missingInfoMsg {
    float: left;
    font-size: 90%;
    color: #e6ae48;
    padding-left: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="1000" viewbox="0 0 1000 1000" style="fill: %23e6ae48;"><path d="M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490s490-219.4,490-490C990,229.4,770.6,10,500,10z M500.8,843c-37.8,0-68.4-28.7-68.4-64c0-35.4,30.6-64,68.4-64c37.8,0,68.4,28.7,68.4,64C569.2,814.3,538.6,843,500.8,843z M623.5,309.3L569.1,612c0,0.3,0.1,0.7,0.1,1c0,35.4-30.6,64-68.4,64c-37.8,0-68.4-28.7-68.4-64c0-0.3,0.1-0.7,0.1-1l-54.4-302.7h0.8c-0.5-4.2-0.8-8.3-0.8-12.6c0-63.6,54.9-115.2,122.7-115.2c67.8,0,122.7,51.6,122.7,115.2c0,4.3-0.3,8.4-0.8,12.6H623.5z"/></svg>');
    background-size: 16px 16px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.loginLogo {
    height: 90px;
}

.requiredExpl {
    font-size: small;
}

.inputFieldTitle {
    font-size: 1.9rem;
}

.inputFieldInfo {
    font-size: 1.7rem;
    color: grey;
}

.inputFieldInstructions {
    font-size: 1.6rem;
    color: grey;
    font-weight: 200;
}

.inputFormTitle {
    color: black;
}

.inputFormTitleDisabled {
    color: #888888;
}

.inputWarning {
    color:#ddaa00; 
    font-weight: 500;
}

.fixedButton { 
    position:  sticky;
    /*float: right ;*/
    top: 70px;
    /*right: 50px;*/
    z-index: 2;
}

.btn-primary {
    background-color: #5DC1AA !important;
    border-color: #5DC1AA !important;
    color: white !important;
    cursor: pointer;
}

.btn-primary:disabled {
    opacity: 0.5;
    color: white !important;
    cursor: default;
}

.btn-primary-border {
    background-color: white!important;
    border-color: #5DC1AA !important;
    color: #5DC1AA!important;
    cursor: pointer;
}

.btn-primary-border:disabled {
    opacity: 0.5;
    color: #5DC1AA!important;
    cursor: default;
}

.btn-flat-primary {
    color: #5DC1AA !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-flat-primary a {
    color: #5DC1AA !important;
}

.btn-flat-primary {

}

.btnCancel {
    background-color: #FFFFFF !important;
}

.exampleBtn {
    cursor: default!important;
    pointer-events: none;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 5px;
    font-weight: 300;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
    -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
          transition: box-shadow 280ms cubic-bezier(0.35, 0, 0.25, 1) 200ms;
}

.bg-login .bg-blur:before {
    background: url('../../globals/img/login_bg.jpg') fixed no-repeat !important;
}

.panel-heading {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.panel-heading-padding-bottom {
    padding-bottom: 15px !important;
}

.panel-heading-no-margin-bottom {
    margin-bottom: 0px !important;
}

.panel-body-no-padding-top {
    padding-top: 0px !important;
}

.bg-login .form-control {
    color: white !important;
}


#tourPointForm .modal-footer {
    background-color: white !important;
}

.btn-success {
    background-color: #5DC1AA !important;
    border-color: #5DC1AA !important;
    color: white !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text].inputWithBackground, textarea.inputWithBackground, input[type=number].inputWithBackground, input[type=datetime-local].inputWithBackground {
  -webkit-transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -ms-transition: all 0.40s ease-in-out;
  -o-transition: all 0.40s ease-in-out;
  outline: none;
  background-color: #F0F0F0!important;
  padding: 5px 5px 5px 5px!important;
  margin: 5px 1px 3px 0px;
/*  border: 1px solid #DDDDDD;*/
}

input[type=text].inputWithBackground.whiteBackground, textarea.inputWithBackground.whiteBackground, input[type=number].inputWithBackground.whiteBackground, input[type=datetime-local].inputWithBackground.whiteBackground {
    background-color: white!important;
}

input[type=text].inputWithBackground:focus, textarea.inputWithBackground:focus, input[type=number].inputWithBackground:focus, input[type=datetime-local].inputWithBackground:focus {
    background-color: #f0f9f7!important;
    /*box-shadow: 0 0 1px #5DC1AA;*/
}

input[type=text].inputWithBackground::placeholder, textarea.inputWithBackground::placeholder, input[type=number].inputWithBackground::placeholder, input[type=datetime-local].inputWithBackground::placeholder {
    color: #888888!important;
}

.noImage {
    color: #a22700;
}
.noImageMsg {
    font-size: small;
}

.missingTourItemInfoMsg {
    color:red;
}

.currStoryOfTheDay {
    color: #5DC1AA;
}

.currStoryOfTheDayCard {
    border: 1px solid #5DC1AA !important;
}

.storyOfTheDayCard {
    height: 470px !important;
}

.storyOfTheDayCard .card-body {
    height: 215px;
}

.editTourItemContainer {
    text-align: right;
    margin-right: 12px !important;
}

.editTourSectionContainer {
    text-align: right;
    margin-right: 12px !important;
}

.tourCategories {
    padding-bottom: 10px;
}

.helpMsg {
    font-size: 14px !important;
    color: #d9534f;
    top: -5px;
    position: inherit;
}

textarea {
    background: #fff !important;
}

#tourPointLangContent {
    background-color: #fff !important;
}

#tourPointLangContent .tab-content {
    background-color: #fff !important;
}

.codeTours .chosen-container {
    background-color: #fff;
}

.bookingDropContainers .chosen-container {
    background-color: #fff!important;
}

.createCodesForm .form-control {
    background-color: #fff !important;
}


/****** share story page*******/

.storyShareBody {
    margin: 0 !important;
}

.storyShareBody .storyBody {
    max-height: 40%;
    overflow-y: scroll;
}

.storyShareBody .bodyForVideo {
    max-height: 30% !important;
}

.storyShareBackground {
    position: absolute;
    width: 100%;
    height: 100%;
}

.outerContainer {
    padding: 4%;
    padding-top: 2%;
    height:auto;
    margin: 0px !important;
}

.middleContainer {
    /*padding: 5%;*/
    margin: 0 !important;
}

.socialMediaItem {
    float: right;
}

.socialMediaItem img {
    height: 50px;
}



.middleContainer {
    width: 100%;
}

.socialMediaContainer {
    height: 50px;
}

.innerContainer {
}

.innerContainer .box-body{
    background-color: #fff;
    /*border: 1px solid #000;*/
    box-shadow: 2px 2px 1px #888888;
    height:72%;
}

.innerContainer .box-body .tourItemImg{
    height:100%;
    width:100%;
}

.leftContainer {
    float: left;
    width: 29%;
    box-shadow: 0px 0px 2px #888888;
}

@media only screen and (max-width : 768px) {
    .largeInputWrapper label {
        font-size: small;
        top: 2px !important;
    }

    .inputer.floating-label .form-control:focus ~ label {
        top: -40px !important;
    }

    .promoCodeForm {
        padding-left: 0;
    }
}

.rightContainer {
    float: right;
    width:70%;
    padding:1%;
    padding-left: 0px;
    text-align: left;
}

.rightContainer .storyBody {
    text-align: left;
}

.storyBasicInfo {
    border-left: 1px solid #000;
    padding-left: 1.5%;
    margin-bottom: 30px;
}

.rightContainer .storyTitle {
    font-size: xx-large;
    font-weight: bold;
}

.rightContainer .tourItemTitle {
    font-size: larger;
    text-transform: uppercase;
}

.asSeenOn {
    font-size: medium;
    color: #5DC1AA;
}

.tourInfo .tourInnerInfo .tourTitle {
    text-transform: uppercase;
    font-size: medium;
}

.tourInfo .tourInnerInfo .tourBy {
    font-size: small;
    font-weight: bold;
}

.tourInfo .tourInnerInfo .tourBy a{
    color: inherit;
    text-decoration: none;
}

.tourInfo .tourInnerInfo .tourBy a:hover{
    color: inherit;
    text-decoration: none;
}


.tourInfo {
    height:50px;
    bottom: 120px;
    position: absolute;
    width: 60%;
}

.tourInfo .tourLogo {
    height: 100%;
    width: 50px;
    border-radius: 50px;
    float:left;
    margin-top: 5px;
    margin-right: 10px;
}

.tourInnerInfo div {
    margin-top: -2px;
}


.rightContainer:before { /*  our pseudo-element */
    content:"";/* required */
    position: absolute; /* takes the 'cap' out off flow */
    top:12px; /* stick it to top edge of the sign */
    left:26.5%; /* push it way overto the right*/
    height:0; /* we're doing this with borders remember */
    width:0;
    border-width: 25px;
    border-style:solid;
    border-color:#fff; /* same as bg of our rectangle */
    /* now we make some of theborders disappear*/
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
}

.shuffleContainer {
    margin-top: 30px;
}

.shuffleBtn {
    float: right;
    background-color: #5DC1AA !important;
    border-color: #5DC1AA !important;
    color: #000 !important;
    font-size: xx-large;
    width:180px;
    height:50px;
    border-radius: 0px;
    font-weight: bold !important;
}

.shuffleBtn .shuffleImg {
    height: 20px;
    margin-top: -2px;
}

.shuffleMsg {
    position: absolute;
    margin-left: 40%;
}

.storyShareBody .clioLogo {
    height: 50px;
    left: 10px;
    bottom: 5px;
    position: absolute;
}

.socialMediaItem img:hover {
    cursor: pointer;
}

.storyPadding {
    /*padding-left: 1%;*/
}

.storeContainer img {
    width: 100px;
}

.stores {
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.allRightsReserved {
    text-align: center;
    font-size: small;
    color: grey;
    position: absolute;
    top: 97%;
    left: 45%;
}

#player {
    width:40%;
    height:30%;
}

.tourAccesInfo {
    display: inline-block;
    float: right;
}

@media (max-width: 991px) {
    .tourAccesInfo {
        float: right;
    }
}

@media (max-width: 900px) {

    #player {
        width:100%;
    }
    .tourInfo .tourInnerInfo .tourTitle {
        font-size: small;
    }

    .asSeenOn {
        font-size: small;
    }

    .leftContainer {
        float: none;
        width: 100%;
        box-shadow: 0px 0px 2px #888888;
        height:40%;
    }

    .rightContainer {
        float: none;
        width:100%;
        padding:5%;
        padding-top: 0px;
        text-align: left;
        height: auto;
    }

    .innerContainer .box-body{
        height:auto;
    }

    .rightContainer:before {
        content:"";/* required */
        position: absolute; /* takes the 'cap' out off flow */
        left:6.5%; /* push it way overto the right*/
        height:0; /* we're doing this with borders remember */
        width:0;
        top: inherit !important;
        margin-top: -48px !important;
        border-width: 25px;
        border-style:solid;
        border-color:#fff; /* same as bg of our rectangle */
        /* now we make some of theborders disappear*/
        border-right-color:transparent;
        border-top-color:transparent;
        border-left-color:transparent;
    }

    .storyPadding {
        padding-top: 5%;
    }

    .tourInfo {
        bottom: inherit;
        position: relative;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .storyShareBody .clioLogo {
        position:relative;
    }

    .storyShareBody .logo {
        text-align: center;
    }

    .shuffleMsg {
        text-align: center;
        margin-left: 0;
        float: none;
        position: relative;
    }

    .shuffleBtn {
        float: none;
    }

    .shuffleBtnContainer {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .stores {
        position: relative;
        text-align: center;
    }

    .allRightsReserved {
        position: relative;
        top: inherit;
        left: inherit;
    }
}
/*******end share story page*****/

.storyOfTheDayBody {
    max-height: 150px;
    overflow-y: scroll;
}

.largeInput {
    height: 50px !important;
    font-size: xx-large !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.largeInputWrapper:before {
    background: darkgrey !important;
}

#deemableTours {
    margin-top: 50px;
}

.searchResultMsg {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px;
}

/* placeholders (overriding admin1.css) */
.form-control::-webkit-input-placeholder {
    color: #c0c1c3 !important;
}
.form-control:-moz-placeholder {
    color: #c0c1c3 !important;
}
.form-control::-moz-placeholder {
    color: #c0c1c3 !important;
}
.form-control:-ms-input-placeholder {
    color: #c0c1c3 !important;
}
/* end of placeholder */

/* login/register pages */

.sectionTitle {
    border-bottom: 1px solid grey;
}

#panel-title {
    color: white;
    font-size: 22px;
    font-weight: 300;
    padding: 0 100px 15px;
    text-align: center;
}

#promo-code {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

/* (overriding elements.css) */
.bg-login .login-screen {
    border-radius: 0 !important;
}

.login-screen .inputer {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
.bg-login .panel-login .panel-body [type="submit"] {
    font-weight: 500;
    margin-top: 5px;
}

.bg-login .panel-login .panel-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.login-screen .panel-heading {
    position: relative;
    top: -50px !important;
    margin-bottom: -10px !important;
}

.login-screen {
    position: static !important;
    top: unset !important;
    left: unset !important;
    transform: none !important;
    margin: 110px auto 0 !important;
    height: auto !important;
    width: 500px !important;
}
/* (stopped overriding) */

.form-control {
    font-weight: 300;
}

.redirect-link {
    color: white;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.redirect-link:hover, .redirect-link:active, .redirect-link:focus {
    color: #c0c1c3;
    text-decoration: none;
}

.below-form-links {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}

.below-form-links > a {
    display: block;
}

.below-form-info {
    display: block;
    width: 100%;
    font-size: 15px;
    color: white;
    padding: 0 20px;
    margin-top: 10px;
}

.below-form-info > * {
    margin: 0;
    line-height: 15px;
}

.redeemPromoCodePage .below-form-info {
    color: rgba(0, 0, 0, 0.54);
    margin-top: 50px;
}



.below-form-info > .info-title {
    font-weight: 500;
    margin-top: 15px;
}

.below-form-info > .info-text {
    font-weight: 300;
}

.email-link {
    color: white;
    text-decoration: underline;
}

.redeemPromoCodePage .email-link {
    color: rgba(0, 0, 0, 0.54);
}

.email-link:hover, .email-link:active, .email-link:focus {
    color: #c0c1c3;
}

.redeemPromoCodePage .email-link:hover, .redeemPromoCodePage .email-link:active, .redeemPromoCodePage .email-link:focus  {
    color: rgba(0, 0, 0, 0.24);
}

.login-screen form {
    padding: 0 100px;
}

#outer-logo {
    /*border-radius: 13px;*/
    /*border: 9px solid black;*/
}

.form-control[name='promoCode'] {
    font-size: 24px;
}

.login-screen-footer {
    color: #53585e;
    font-size: 11px;
    margin: 3px 0;
}

.login-screen-footer a, .login-screen-footer a:hover, .login-screen-footer a:focus {
    color: #53585e;
}
/* end of login/register pages */

/* error pages */
#pane-login.panel-body.error-panel {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -20px;
}

.error-panel > #panel-title {
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 10px;
}

#error-code {
    text-align: center;
    color: white;
    font-weight: 300;
}

.error-body-deeplink {
    padding: 0 30px;
    padding-bottom: 10px;
}

.error-body-deeplink p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}



.error-body {
    padding: 0 30px;
}

.error-body p {
    color: white;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.error-links {
    padding: 0 30px 40px;
}

.error-links a{
    color: #61c8a4;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}
.error-links > a, .error-links > a:hover, .error-links > a:focus, .error-links > a:active {
    color: #61c8a4;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}

.errorRedMessage{
    color: red;
    font-style: italic;
    font-size: 20px;

}
/* end of error pages */

/* reset password screen */
.reset-password-header {
    padding: 0 80px 15px !important;
}

.reset-button-wrapper {
    padding: 20px 30px !important;
}
/* end of reset password screen */

/* deactivate account */
.deactivate-account > h1 {
    padding: 0 70px 15px !important;
    font-weight: 500 !important;
    line-height: 27px;
}

.deactivate-account > p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: white;
    padding: 0 50px;
    line-height: 24px;
}

/* (override elements.css) */
.deactivate-account .btn {
    margin: 0 !important;
}

.account-deactivated > p {
    margin-bottom: 5px;
    margin-top: 30px;
}
/* (end of override elements.css) */

.deactivate-account form {
    margin-bottom: 13px !important;
    padding-top: 10px !important;
}
/* end of deactivate account */

.red {
    color: red;
}


.green {
    color: #5DC1AA;
}

@media screen and (max-width: 500px) {
    /* login/register views */
    .login-screen {
        width: 100% !important;
    }

    .login-screen * {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .login-screen .icheckbox_square-red {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .login-screen .form-buttons {
        margin-right: 0;
    }

    #outer-logo {
        border: none;
    }
}

@media screen and (max-width: 400px) {
    .login-screen-footer p {
        float: left !important;
    }
}

@media screen and (max-height: 600px) {
    /* login/register views */
    .login-screen .form-buttons {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-height: 700px) {
    /* register view */
    .login-screen.register-screen {
        height: 100% !important;
    }
}

@media screen and (min-height: 320px) and (max-height: 550px) {
    /* reset password view */
    .login-screen.reset-password-screen {
        height: auto !important;
    }


}

/*.menu-layer a span {*/
    /*color: #41454C;*/
/*}*/

.menu-layer .child-menu a {
    color: #41454C;
}

.float-left {
    float: left;
}

.menu-layer .child-menu .open a {
    color: #5DC1AA !important;
}

.menu-layer .child-menu a:hover {
    color: #5DC1AA !important;
}

.topMsg {
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 8px !important;
}

.promoCodeBodyMsg {
    text-align: center;
}

.horizontalSpacer {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border-bottom: 2px solid dimgrey;
}

.horizontalLine {
    margin-top: 9px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid dimgrey;
}

.whiteBox {
    margin: 20px auto;
    height: 210px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 15px #999;
    -webkit-box-shadow: 0 2px 15px #999;
    box-shadow: 0 2px 15px #bbb;
    transition: all .4s ease-out;
}

@media(max-width:1200px){
    .whiteBox {
        height: 250px;
    }
}

.whiteBoxInfo {
    height: auto;
}

.boxThin {
    height: 170px;
}

@media(max-width:992px){
    .whiteBox {
        height: auto;
    }

    .boxThin {
        height: auto;
    }

    .thankYouBox .imgArea {
        text-align: center;
    }
    .absoluteContent {
        top: 35% !important;
    }

    .promoCodeTextField {
        width: 60%;
        float: left;
    }
    .promoCodeForm {
        margin-bottom: 50px;
        padding-left: 5%;
    }

    .horizontalSpacer {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        border-bottom: 2px solid dimgrey;
    }

    .bookingsHorizontalSpacer {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        border-bottom: 2px solid dimgrey;
    }
}

.clioLoader:before {
    background: #5DC1AA !important;
}

.absoluteContent {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 20%;
    padding: 10px;
    width: 100%;
}

.imgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
}


.absoluteContent h4 {
    color: #fff;
}

.whiteBox .tourThumb {
    height: 100%;
}

.upperContent {
    width: 100%;
}

.downContent {
    width: 100%;
    margin-top: 15px;
}

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


.no-margin {
    margin: 0 !important;
}

.toursForUser .whiteBox .col-md-4 {
    height: 100%;
}

.toursForUser .whiteBox .col-md-4 img {
    width:100%;
    height:100%;
}

.smallMsg {
    font-size: large;
    opacity: 0.8;
}

.fixedMsg {
    position: fixed;
    bottom: 11%;
    left: 42%;
}

@media screen and (max-width: 500px) {
    .homePage .fixedMsg {
        left:5%;
        width:75%;
    }
}

.paddedArea {
    padding: 10px;
}

.noPadding {
    padding: 0 !important;
}

.btnRightOfText {
    float: right;
}

.dlClioLinks {
    width: 100%;
    height: 50px;
}

.dlClioLinks a {
    width: 48%;
}

.dlClioLinks img {
    height: 35px;
}

.storeImages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.storeImage {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.storeImage img {
    /*width: 100%;*/
}

@media (max-width: 300px) {
    .dlClioLinks {
        height: 100px;
    }

    .storeImage {
        display: block;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .storeImages {
      display: block;
    }
}

.storyRearrangeBtn {
    margin-top: -3px;
}

.tooltipsideinfo {
  position: relative;
  display: inline-block;
}

.tooltipsideinfo .tooltiptextsideinfo {
    visibility: hidden;
    width: 400px;
    background-color: #41454C;
    color: #fff;
    text-align: left;
    border-radius: 15px;
    padding: 12px;
    font-size: 16px;
    line-height: 140%;


    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipsideinfo:hover .tooltiptextsideinfo {
  visibility: visible;
}

.codeForm .row {
    margin-top: 50px;
}

.codeForm .rowAfter {
    margin-top: 20px;
}

.codeForm .row .rowBottomMargin {
    margin-top: 0px;
    margin-bottom: 50px;
}

.userSearchPage .form-buttons {
    border: 0px;
}

.userSearchPage .promoCode {
    font-weight: bold;
}

.userSearchPage #usersList li.has-action-left a {
    cursor: default;
}

.userSearchPage #usersList .panel-heading {
    margin-bottom: 0 !important;
}

#usersList select {
    background-color: white;
    border: none;
    border-bottom: 1px solid lightgrey;
    padding: 0 5px 5px;
}

#usersList .form-control {
    padding-top: 0;
    margin-top: -5px;
}

.switcher input:checked + label:before {
    background: #5DC1AA !important;
}

.switcher input:checked + label {
    background: rgba(93,193,170, 0.5) !important;
}

.chosen {
    width: 100%;
}

.chosen-phone {
    background-color: #ffffff;
    padding: 5px;
}

.calendar-date {
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 8em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  margin-bottom: 15px;
}


@media ( max-width: 500px ) {
    .calendar-date {
          width: 80%;
          margin: auto;
          margin-bottom: 20px;
    }
}

.calendar-date * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.calendar-date strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #5DC1AA;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #5DC1AA;
}

.calendar-date > .date-month-and-year {
  position: absolute;
  bottom: 0.3em;
  color: #5DC1AA;
}

.calendar-date span {
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.calendar-time {
  display: block;
  position: relative;
  width: 7em;
  height: 3.6em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 5px 0;
}


@media ( max-width: 500px ) {
    .calendar-time {
          width: 80%;
          margin: auto;
          margin-bottom: 20px;
    }
}

.calendar-time * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.calendar-time span {
  font-size: 2em;
  letter-spacing: 0em;
  padding-top: 0em;
  color: #2f2f2f;
  line-height: 3.5rem;
}

.calendar-time .calendar-timezone {
  font-size: .8em;
  letter-spacing: 0em;
  padding-top: 0em;
  color: darkgrey;
}

.booking-panel.deepLinking {
    background-color: #f0f9f7!important;
}

.booking-panel.tourBooking {
    border: 2px solid deeppink!important;
}

.booking-panel.virtualProduct {
    background-color: #ffe6cc!important;
}

.panel-cancelled {
    background-color: #dddddd!important;
}

@media (max-width: 505px) {
    .panel-buttons-right {
        margin-top: 10px;
    }
}

@media (min-width: 800px) {
    .panel-buttons-right {
        float: right;
    }
}

.panel-buttons-left {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 9rem;
    overflow: auto;
}

.panel-status {
    padding-left: 20px;
    padding-right: 20px;
    /*padding-bottom: 20px;*/
}

.panel-buttons {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.panel-body-notes {
    background-color: rgba(93,193,170, 0.2);
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
}

.panel-body-redeem-url {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
}

.panel-communication {
    padding-left: 20px;
    padding-right: 20px;
    /*padding-bottom: 20px;*/
}

.list-booking-title-elements {
    font-weight: 100;
    color: grey;
}

.list-booking-elements {
    font-weight: 500;
}

.booking-title {
    overflow: auto;
/*    color: #fff;
    background-color: #5DC1AA;*/
}

.list-booking-title-column {
    color: #5DC1AA;
    font-weight: 800!important;
}

.booking-title-status-redeemed {
    color: #5DC1AA;
}

.booking-title-status-partial-redeemed {
    color: #ddaa00;
}

.booking-title-status-cancelled {
    color: #dd5555;
}

.booking-title-status-no-redeemed {
    color: #dd5555;
}

.booking-title-status-all-tickets {
    color: #5DC1AA;
}

.booking-title-status-partial-tickets {
    color: #ddaa00;
}

.booking-title-status-no-tickets {
    color: #dd5555;
}

@media (min-width: 1000px) {
    .booking-title-status {
        float: right;
    }
}

.booking-status-text {
    font-weight: 700;
}

.downloadHistoryButton {
    color: #5DC1AA;
    cursor: pointer;
    font-weight: 500;
}

.downloadHistoryButton:hover {
    text-decoration: underline;
}

.bookings-statistics-active-column {
    color: #5DC1AA;
}

.bookings-statistics-cancelled-column {
    color: #dd5555;
}

.column-right-border {
    border-right: 1px solid grey;
}

.active-bookings-statistics {
    background-color: rgba(93, 193, 170, .2);
}

.cancelled-bookings-statistics {
    background-color: rgba(221, 85, 85, .2);
}

.deleted-table-row {
    background-color: lightgrey!important;
}

.wrong-input {
    border-bottom: 1px solid red;
}

.wrong-input-text {
    color: red;
}
.loader {
    border: 3px solid #d3d3d3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.searchBookings {
    height: 50px;
}

@media (max-width: 1000px) {
    .searchBookings {
       margin-top: 5px;
    }
}

.innerButton {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Style the search field */
.searchInputBookings > input[type=text] {
    padding: 10px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    height: 100%;
    background: #ffffff!important;
    font-style: italic;
}

.searchInputBookings > input[type=text]:focus {
    border-color: #5DC1AA;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #5DC1AA;
    outline: 0 none;
}

/* Style the submit button */
.searchInputBookings > button {
    float: left;
    width: 20%;
    padding: 10px;
    background:#5DC1AA;
    color: white;
    height: 100%;
    cursor: pointer;
}


@media (min-width: 1000px) {
    .searchInputBookings > input[type=text].searchUserIdInput {
        width: 70%;
    }

    .searchInputBookings > button.searchUserIdBtn {
        width: 30%;
    }
}

.searchInputBookings > button:hover {
    background: #6ED2BB;
}

.searchInputBookings > button:focus {
    outline: none !important;
    box-shadow: none;
}

/* Clear floats */
.searchInputBookings::after {
    content: "";
    clear: both;
    display: table;
}

.dateRangeBookings.searchBookings:hover {
    background: #6ED2BB!important;
}

.panel-buttons-booking:hover {
    background: #6ED2BB!important;
}

.seeAllBookingsBtn {
   font-size: 2rem;
}

@media (min-width: 1000px) {
    .seeAllBookingsBtn {
        float: right;
    }
}

.seeAllBookingsBtn:hover {
    cursor: pointer;
    color: #5DC1AA;
}

.daterangepicker.ltr.show-ranges.opensright > .ranges > ul > li:hover {
   background: rgba(100,180,255, .2)!important;
   /*border: 1px solid #555;*/
   color: #3498db!important;
 }

.btn-inputfile {
    font-weight: 500!important;
    padding: 0.625rem 1.25rem;
    color: #ffffff!important;
    background-color: #5DC1AA!important;
}

.btn-inputfile:hover {
    cursor: pointer!important;
    background-color: #4CB099!important;
}

.inputEntranceTicketFile:hover {
    cursor:pointer!important;
}

.fileinput-filename, .fileinput-new {
/*    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;*/
}

.progress-wrp {
  border: 1px solid #5DC1AA;
  padding: 1px;
  position: relative;
  height: 25px;
  border-radius: 3px;
  margin: 5px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

.progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: rgba(93, 193, 170, .2);
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.progress-wrp .status {
  left: 45%;
  position: absolute;
  display: inline-block;
  color: #000000;
}

.ticketFileName {
    word-wrap: break-word!important;
}

.btn-inputfile-title {
    font-size: 1rem;
    text-align: center;
}

.supplier-status {
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.supplier-status-active {
    border: 2px solid #5DC1AA;
    color: #5DC1AA!important;
}

.supplier-status-non-active {
    border: 2px solid #dd5555;
    color: #dd5555!important;
}

td.multipleLineText {
    word-wrap: break-word;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot-yes {
    background-color: green;
}

.dot-no {
    background-color: red;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: -webkit-linear-gradient(top left, #5DC1AA, #76BEAB)!important;
    background: -o-linear-gradient(top left, #5DC1AA, #76BEAB)!important;
    background: linear-gradient(to bottom right, #5DC1AA, #76BEAB)!important;
    color: white!important;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 20px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    padding-right: 24px!important;
}

.chosen-container-multi .chosen-choices .search-choice-close {
    top: 12px!important;
    right: 6px!important;
    color: white!important;
}

li.active-result.highlighted {
    background-color: #5DC1AA!important;
}

.chosen-container {
    background-color: white!important;
}

.closedPanelContent {
    background-color: #E0E0E0!important;
}

.searchFilterBox {
    width: 95%;
    text-align: center;
    height: 50px!important;
    font-size: 2rem!important;
    font-weight: 500!important;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline:none!important;
}

.unselectedFilter {
    border: 2px solid #5DC1AA!important;
    color: #5DC1AA;
    box-shadow: 0 0 0 0!important;
    background-color: transparent!important;
}

.unselectedFilter:hover {
/*    background-color: #6FC8B4!important;
    color: white!important;*/
}

.selectedFilter {
    color: white;
    background-color: #5DC1AA;
}

.selectedFilter:hover {
    background-color: #82CFBD!important;
    color: white!important;
}

.btn-vertical-group button {
  display: block; /* Make the buttons appear below each other */
  width: 100%;
  margin-bottom: 5px;
}

.btn-vertical-group button:not(:last-child) {
  /*border-bottom: none; */
  /* Prevent double borders */
}

.option-heading {
    cursor: pointer;
}

.option-heading.skipped {
    color: #aaaaaa;
}

.option-heading-title.skipped {
    text-decoration-line: line-through;
}

.option-skipped {
    color: black!important;
}

.option-heading:after           { content: "\25bc"; color: black; }
.option-heading.is-active:after { content: "\25b2"; color:black; }

.is-hidden { display: none; }

.communicationActionDetails {
    margin-top: 15px;
    font-size: 16px;
}

.communicationActionDetailsTitle {
    color: #aaaaaa;
    /*font-style: italic;*/
}

.nextCommunicationActionMessageContent{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nextCommunicationActionMessageContentTitle {
    color: darkgrey;
}

.nextCommunicationActionSubject {
    font-size: 16px;
    font-weight: 600;
}

.communicationActionMessage {
    margin-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #eeeeee;
    padding: 15px;
}

.copyToClipboardText {
    font-size: 18px;
    color: #5DC1AA;
    margin-right: 10px;
}

.copyToClipboardButton {
    background-color: #5DC1AA;
    color: white;
    padding: 6px;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400!important;
}

.copyToClipboardButton:hover {
    background-color: #82CFBD;
}

.copyTextToClipboardButtonWithIcon {
    float: right;
    line-height: 1.2;
}


.chosen-container-multi .chosen-choices li.search-choice {
    background: -webkit-linear-gradient(top left, #5DC1AA, #76BEAB)!important;
    background: -o-linear-gradient(top left, #5DC1AA, #76BEAB)!important;
    background: linear-gradient(to bottom right, #5DC1AA, #76BEAB)!important;
    color: white!important;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 20px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    padding-right: 24px!important;
}

.chosen-container-multi .chosen-choices .search-choice-close {
    top: 12px!important;
    right: 6px!important;
    color: white!important;
}

li.active-result.highlighted {
    background-color: #5DC1AA!important;
}

.chosen-container {
    background-color: white!important;
}

.chosen-container-multi .chosen-choices {
    padding: 5px!important;
}

#tour-handling-form .chosen-container-multi .chosen-choices {
    background-color: #F0F0F0!important;
}

/*simple pagionation buttons*/

.bundles-pages .page-selector-buttons::after {
    content: "";
    clear: both;
    display: table;
}

.bundles-pages .page-selector-buttons {
    display: flex;
    align-items: center;
}

.bundles-pages .page-selector-buttons > span {
    font-style: italic;
    color: #888888;
}

.bundles-pages .pager {
    margin: 0px!important;
    float: left!important;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 0px 40px!important;
    color: white!important;
    background-color: #5DC1AA!important;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    font-size: 3rem;
    font-weight: 500!important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}

.pager li > a:hover, .pager li > span:hover {
    background-color: #82CFBD!important;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span, .pager .disabled > span:hover, .pager .disabled > span:focus {
    color: grey!important;
    background-color: lightgrey!important;
    cursor: not-allowed;
}

.addStoryBtn.linkDisabled > a {
    pointer-events: none!important;
    cursor: default!important;
    color: darkgrey!important;
}

