#zakoboAdminBox {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

a.back-to-top {
    display: none !important;
}

#lessonOverviewContent .teamCard {
    padding: 15px;
    height: 100%;
    margin: 0;
}

#lessonOverviewContent .col-lg-6 {
    margin-top: 0px;
}

#lessonOverviewContent .flexBox,
#lessonItemView .flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#lessonOverviewContent .flexBox div:last-child,
#lessonItemView .flexBox div:last-child {
    text-align: right;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
    max-height: 1500px !important;
}

.signedUsersEventOverviewLine button {
    display: block;
    width: 100%;
}

fieldset.crossOutCheckBoxSelection label {
    text-decoration: line-through !important;
}

#checkSignedUsersModal .bootstrap-select>.dropdown-toggle {
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#checkSignedUsersModal .dropdown-toggle::after {
    float: none !important;
}

select {

    -webkit-transition: none !important;

    -moz-transition: none !important;

    -o-transition: none !important;

    transition: none !important;

}

.btn {
    border-radius: 1rem !important;
}

.togglePasswordBtn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

option {

    -webkit-transition: none !important;

    -moz-transition: none !important;

    -o-transition: none !important;

    transition: none !important;

}

span.trainingTimes i {
    font-size: inherit !important;
    color: inherit !important;
    font-style: normal;
    display: inline-block;
    min-width: 75px;
    text-align: left !important;
    text-indent: 0 !important;
}

span.seasonalPreferenceLabel {
    padding: 3px 30px;
    font-weight: bold !important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: auto;
    color: #fff;
    text-align: center;
}

#createUserModal label.inlineFormInputGroup {
    display: none !Important;
}

#createUserModal fieldset {
    border: 1px dashed #ccc;
    padding: 0px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#createUserModal fieldset legend {
    padding: 0px 5px;
    width: auto;
    font-size: 1.3em;
}

#createUserModal .input-group-text {
    width: 42px;
}

/* Responsive table design */
/* =============================================================== */
table.table.table-condensed {
    width: 100%;
}

table.table.table-condensed tr {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

table.table.table-condensed th,
table.table.table-condensed td {
    display: inline-flex;
    flex: 1;
}

table.table.table-condensed img {
    max-width: 80vw !important;
    object-fit: contain;
    flex: 0 0 auto;
    align-self: center;
}

/* =============================================================== */


@media (max-width: 991px) {
    span.seasonalPreferenceLabel {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

/* Trainer card - on team page */
.trainerCardWrap {
    margin-bottom: 15px;
    ;
}

.trainerCard {
    position: relative;
}

.trainerCard .card {
    height: 100%;
    padding-bottom: 15px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.trainerCard span.imgThump {
    display: block;
    width: 100%;
    height: 275px;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.trainerCard span.imgThump .descBody {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    white-space: normal;
    overflow-y: scroll;
    padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all .2s linear;
}

.trainerCard span.imgThump .descBody::-webkit-scrollbar {
    display: none;
}

.trainerCard span.imgThump .descBody.show {
    top: 0%;
}

.trainerCard .card-title {
    margin: 0;
}

.trainerCard button.toggleTrainerDescBtn {
    border-radius: 100%;
    box-shadow: none;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.25em;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    transition: all .2s linear;
}

.trainerCard button.toggleTrainerDescBtn i {
    width: 16px;
    height: 16px;
}

.trainerCard button.toggleTrainerDescBtn:hover {
    cursor: pointer;
}

.trainerCard button.toggleTrainerDescBtn.show {
    transform: rotate(45deg);
}

/* Box 2.0 layout */
#box2Layout .sliderFrontBox {
    position: relative;
    min-height: 40vh;
    background-color: #fff;
    color: #000;
    padding: 30px;
}

#toggleTeamTrainerArea {
    display: none;
}

@media (max-width: 580px) {
    #box2Layout .sliderFrontBox {
        min-height: 35vh;
    }

    #toggleTeamTrainerArea {
        display: block;
    }

    #toggleableTeamTrainerArea {
        display: none;
    }
}

#box2Layout .sliderFrontBox.imageBox {
    background-image: url(/img/placeholder_bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#box2Layout .sliderFrontBox.textBox .textContent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#box2Layout .sliderFrontBox.textBox h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.7em;
}

#box2Layout .sliderFrontBox.textBox h2:after {
    content: " ";
    width: 150px;
    max-width: 80%;
    height: 5px;
    background-color: #3DC37D;
    position: absolute;
    top: 100%;
    left: 0;
}

#box2Layout .sliderFrontBox.textBox h3 {
    font-size: 1.2em;
    font-weight: bold;
    border-left: 3px solid #3DC37D;
    padding-left: 7px;
}

#box2Layout .sliderFrontBox.textBox p {
    font-size: inherit;
}

#box2Layout .sliderFrontBox.textBox ul {
    padding-left: 35px;
    list-style: none;
}

#box2Layout .sliderFrontBox.textBox li {
    position: relative;
    font-size: 1em;
    line-height: 1.7em;
}

#box2Layout .sliderFrontBox.textBox li i {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1921px) {
    #box2Layout .sliderFrontBox.textBox li i {
        top: 55%;
    }

    #box2Layout .sliderFrontBox.textBox .textContent {
        width: 850px;
        max-width: 90%;
        padding-left: 30px;
        position: relative;
    }

    #box2Layout .sliderFrontBox:first-child.textBox .textContent {
        float: right;
    }

    #box2Layout .sliderFrontBox.textBox h2 {
        font-size: 1.9em;
    }

    #box2Layout .sliderFrontBox.textBox h4 {
        font-size: 1.4em;
    }

    #box2Layout .sliderFrontBox.textBox p {
        font-size: 1.2em;
    }

    #box2Layout .sliderFrontBox.textBox li {
        position: relative;
        line-height: 1.9em;
        font-size: 1.2em;
    }
}

div.itemThumbNailWrapper div.itemThumbNail {
    position: relative;
}

div.itemThumbNailWrapper span.labelTextWrapper {
    display: block;
    width: 100%;
    min-width: 250px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

#teamPage div.itemThumbNailWrapper span.labelTextWrapper {
    width: 70%;
    height: 85%;
    max-height: 250px;
}

div.itemThumbNailWrapper span.labelTextWrapper span.labelText {
    padding: 3px 30px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(-29.29%, -100%) rotate(-45deg);
    transform-origin: bottom right;
    color: #fff;
    text-align: center;
    box-shadow: 32px 5px 25px -7px #000;
}

@media (max-width: 991px) {
    div.itemThumbNailWrapper span.labelTextWrapper {
        width: 25%;
    }
}

@media (max-width: 767px) {
    div.itemThumbNailWrapper span.labelTextWrapper {
        width: 40%;
    }
}

@media (max-width: 421px) {
    div.itemThumbNailWrapper span.labelTextWrapper {
        width: 75%;
    }
}

/* ================================ */
figure.image {
    display: inline-block;
}

figure.image figcaption {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
}

#filemanagerIframe {
    height: 70vh;
    border: 0;
}

#contactsPage .officeCollapseBtn {
    min-width: 48%;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    #contactsPage .officeCollapseBtn {
        min-width: 24%;
        width: 24%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Custom Checkbox design */
.customCheckboxBtn {
    margin-bottom: 6px;
}

#createUserModal .customCheckboxBtn {
    margin-bottom: 0px;
}

.customCheckboxBtn button {
    width: 100%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#createUserModal .customCheckboxBtn button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.customCheckboxBtn button i {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    float: left;
    line-height: 1.3;
    margin-right: 3px;
}

.customCheckboxBtn button.active {
    color: #fff;
    background-color: #3dc37d !important;
    border-color: #3dc37d !important;
}

.customCheckboxBtn button.notActive i:before {
    font-family: "fontAwesome";
    content: "\f096";
}

.customCheckboxBtn button.active i:before {
    font-family: "fontAwesome";
    content: "\f046";
}

.customCheckboxBtn input {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}

.customCheckboxBtn span {
    display: inline !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.equipeArea {
    border: 1px dashed #ccc;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.equipeArea h5 {
    margin: 0;
    line-height: 40px;
    font-size: 1.2em;
}

.equipeArea .customRadioBtn3 a i {
    display: none;
}

.equipeArea .customRadioBtn3 a.active i {
    display: inline-block;
}

#footer a.facebookLinkIcon {
    display: inline-block;
}

.notLoggedInBtns {
    display: inline-block;
    margin-bottom: 5px;
    min-width: 320px;
    width: auto;
    max-width: 95%;
    text-align: left;
    white-space: break-spaces;
}

.notLoggedInBtns i {
    width: 20px;
    text-align: center;
}

.addAsAppBtn {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1002;
}

p {
    margin: 0 0 10px 0;
}

table.table .row {
    margin: 0;
}

.table td {
    border-top: 0px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.container .table {
    table-layout: fixed;
}

a.closeAlertBoxBtn {
    float: right;
    position: absolute;
    top: 0;
    right: 5px;
}

a.eventCalendarItem {
    display: block;
    color: #000;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: solid 1px #ccc;
}

span.invoiceTypeColor {
    display: block;
    width: 10px;
    height: 100%;
    float: left;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

a.eventCalendarItem h6 {
    margin: 0;
    font-weight: bold;
}

#footer {
    margin-top: 0px !important;
}

span.futureRatePrice {
    display: inline-block !important;
    width: auto !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    overflow: visible !important;
}

.itemDescArea {
    position: relative;
}

.itemDescArea .btn-showMore.hide {
    visibility: hidden;
}

.itemDescArea.hide .btn-showMore {
    visibility: visible;
    position: absolute;
    bottom: 0;
    right: 0;
}

.itemDescArea.hide {
    height: 195px;
    overflow: hidden;
}

.itemDescArea.hide::before {
    background-image: linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
}

.container img {
    max-width: 100% !important;
    height: auto !important;
}

.fc-event,
.fc-event-dot {
    background-color: #3DC37D !important;
    border-color: #3DC37D !important;
    color: #fff !important;
}

#locationOverview .overflowArea {
    overflow-x: auto;
}

#ui-datepicker-div {
    z-index: 10001 !important;
}

#galleryFooter {
    display: none !important;
}

.galleryLoadBtn {
    background: none !important;
    border: none !important;
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    margin-bottom: 30px;
    transition: all .1s linear;
}

.galleryLoadBtn:hover {
    cursor: pointer;
    box-shadow: 10px 10px 15px -15px #000;
}

.galleryLoadBtn span.thumbBackground {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.galleryLoadBtn span.thumbBackground i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
}

.newsBoxSub h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

.newsBoxSub small.text-muted {
    font-style: italic !important;
}

/* General Styles */
.minFullHeight {
    min-height: 87vh;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* Buttons */
.btn-primary {
    background-color: #227538;
    border-color: #227538;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #227538;
    border-color: #227538;
}

.btn-primary:hover {
    color: #fff;
    background-color: #154a23;
    border-color: #154a23;
}

.btn-custom {
    background-color: #227538;
    border-color: #227538;
    color: #fff;
}

.newsBoxContentArea {
    margin: 0 0 10px 0;
    display: block;
    height: 8em;
    line-height: 1.4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsBoxContentArea img {
    display: none !important;
}

/* Dump */
.customRadioBtn,
.customRadioBtnEventShooting,
.customSeasonalTeamPaymentRadioBtn {
    margin-bottom: 8px;
}

.customRadioBtn a,
.customRadioBtn2 a,
.customRadioBtn3 a,
.customRadioBtnEventShooting a,
.customSeasonalTeamPaymentRadioBtn a {
    border-color: #ccc;
    position: relative;
    margin-right: 5px;
}

#createUserModal .customRadioBtn a.active:before,
#calendarModal .customRadioBtn a.active:before,
.customSeasonalTeamPaymentRadioBtn a.active:before {
    font-family: "fontAwesome";
    content: "\f00c";
    margin-right: 3px;
}

.customRadioBtn .notActive,
.customRadioBtn2 .notActive,
.customRadioBtn3 .notActive,
.customRadioBtnEventShooting .notActive,
.customSeasonalTeamPaymentRadioBtn .notActive {
    color: #3276b1;
    background-color: #fff !important;
}


#teamPage {
    padding-top: 15px;
}

#teamPage .flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}

#teamPage .flexBox div:first-child {
    flex: 1.5;
}

#teamPage .flexBox div {
    flex: 1;
}

#teamPage h1 {
    display: block;
    border-left: 5px solid #227538;
    font-size: 1.5em;
    padding: 10px 0 10px 15px;
    text-indent: 0;
}

.seasonalRatePaymentFields,
.depositPaymentFields {
    display: inline !important;
    float: right;
    font-size: 1em !important;
    width: auto !important;
    padding: 0 !important;
}

.paymentInfoField,
.paymentFeeInfoField {
    font-size: 1em !important;
}

.teamCard {
    font-size: 0.95em !important;
}


h1.pageHeader {
    display: block;
    padding: 15px 0;
    text-align: center;
}

.contactsCard {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #999;
}

.contactsCard .imgThump {
    border-radius: 100%;
    width: 100%;
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
}

.contactsCard .cardInfo {
    text-align: center;
}

.contactsCard .imgThumpExtra {
    border-radius: 100%;
    width: 40%;
    display: block;
    padding-top: 40%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 576px) {
    .contactsCard {
        border: none !important;
    }

    .contactsCard .cardInfoArea {
        min-height: 100%;
        position: relative;
    }

    .contactsCard .cardInfo {
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        width: 90%;
    }
}

.contactsCard h2 {
    margin: 0 0 0 0;
    font-size: 2.4em;
    font-weight: bold;
}

.contactsCard h3 {
    margin: 0 0 10px 0;
    font-weight: 100;
    font-size: 1.7em;
}

.contactsCard h4 {
    margin: 0 0 0px 0;
    font-weight: 100;
    font-size: 1.2em;
}

.cardInfoArea button i {
    transition: all .3s linear;
}

.cardInfoArea button i.rotate {
    transform: rotate(180deg);
}

#teamPage {
    box-shadow: none !important;
    border: none !important;
}

#priceTag {
    padding: 5px 10px !important;
    margin-top: 15px;
}

#priceTag small {
    font-size: 0.6em;
}

#adminCreateNewUser .form-group {
    margin-bottom: 0 !important;
}

h4.payInfoHeader {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    font-weight: bold;
}

h5.payInfoHeader {
    margin: 0 0 10px 0;
    font-size: 1em;
    font-weight: bold;
    border-left: 5px solid #227538;
    padding: 8px 0 8px 15px;
    text-indent: 0;
}

strong.masterTotalPrice {
    font-weight: bold;
    font-style: italic;
    padding: 5px 0;
    border-bottom: 1px double #000;
}

.masterTeamBox>h1 {
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

.masterTeamBox>h1>a {
    font-size: 0.6em;
    display: block;
}

.masterTeamBox>span {
    margin: 0 0 15px 0 !important;
    font-size: 0.9em !important;
}

#extraSignupCostArea {
    padding: 15px;
    border: 1px dashed #ff9999;
    border-radius: 5px;
    margin-bottom: 15px;
}

.largeSpinnerIcon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4em;
    padding: 30px 0;
}

.officeCollapseBtn.active:before {
    font-family: "fontAwesome";
    content: "\f00c";
}

#stableItemView .teamCard,
#lessonItemView .teamCard {
    box-shadow: none !important;
    border: none !important;
}

#stableItemView h1,
.basketTotalH1,
#lessonItemView h1 {
    display: block;
    border-left: 5px solid #227538;
    font-size: 1.5em;
    padding: 10px 0 10px 15px;
    text-indent: 0;
}

.customBtn {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

img.profilPicPreview {
    max-width: 100% !important;
}

.modal-header {
    background-color: #227538 !important;
    color: #fff !important;
    text-align: center;
}

.modal-title {
    color: #fff !important;
    display: block;
    width: 100%;
}

.modal-header .close {
    color: #fff !important;
}

#cookieBox {
    position: fixed;
    bottom: 5px;
    left: 5px;
    max-width: 98%;
    background-color: #000;
    z-index: 1001;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

#cookieBox p {
    margin: 0 0 10px 0;
    color: #ccc;
}

#cookieBox p a {}

.btnCustomeHorse {
    color: #fff !important;
    text-align: center !important;
}

.btnCustomeHorse:after {
    display: none !important;
}

.sliderBox {
    display: block;
    height: 500px;
    max-height: 85vh;
    background-position: center center;
    background-size: cover;
}

h3.teamoverviewHeader {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 2em;
}

.teamCard {
    border-bottom: 1px solid #ccc;
    transition: all .1s linear;
    margin-bottom: 25px;
    box-shadow: 1px 1px 40px -25px #000;
    border-radius: 25px;
    overflow: hidden;
}

.teamCard:hover {
    box-shadow: 1px 1px 25px -7px #000;
}

.teamCard h1 {
    display: block;
    border-left: 5px solid #227538;
    font-size: 1.5em;
    padding: 10px 0 10px 15px;
    text-indent: 0;
    text-transform: none !important;
}

.teamCard h4 {
    display: block;
    border-left: 5px solid #227538;
    font-size: 1.2em;
    padding: 8px 0 8px 15px;
    text-indent: 0;
    margin-top: 30px;
}

.teamCardBody {
    padding: 0px;
}

.teamCard span {
    display: block;
    font-weight: 300;
    margin: 0;
    font-size: 1.1em;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teamCard span i {
    color: #227538;
    width: 25px;
    text-align: center;
}

.teamCard span span {
    padding-left: 30px;
    font-size: 0.9em;
}

.teamCard span.trainingTimes {
    text-indent: 30px;
    font-size: 1.1em;
    display: block;
}

.teamCard .teamDescBody {
    padding-left: 30px;
}

.teamCard .teamDescBody span {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: 1em;
    width: auto;
    display: contents;
}

.teamCard .teamDescBody span span {
    padding: 0;
    font-size: 1em;
}

.customTeamViewBtn {
    border-color: #227538;
    color: #227538;
    background-color: #fff;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none !important;
    transition: all .1s linear;
}

.customTeamViewBtn.active,
.customTeamViewBtn:hover {
    border-color: #227538 !important;
    color: #fff !important;
    background-color: #227538 !important;
}

hr.rowSplitter {
    display: block;
    height: 1px;
    margin: 15px 0;
    width: 100%;
}

@media (max-width: 576px) {
    hr.rowSplitter {
        display: none;
    }

    .teamCard {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
}

#mailTextMoreInfo #mailTextMoreInfoBody .modal-footer {
    display: none !important;
}

a.sponsFrontBox {
    display: block;
    width: 90%;
    height: 200px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cardInfoArea .customCollapse {
    height: 24px;
    overflow: hidden;
    display: block;
    transition: all .1s linear;
    position: relative;
    -webkit-mask-image: -webkit-gradient(linear, left top,
            left right, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

.cardInfoArea .customCollapse.hide {
    height: 24px;
}

.cardInfoArea .customCollapse.show {
    height: auto;
}

#newsOverviewPage {}

#newsOverviewPage .newsImgBox {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

#newsOverviewPage a.newsImgBox .newsImg {
    display: block;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(/zakobo/frontend/images/default_img.JPG);
}

#newsOverviewPage .newsBoxContentArea {
    height: 156px !important;
}

img.newsTeaserImageMainPage {
    float: left;
    margin: 0 5px 0px 0;
}

.icon-scroll {
    display: none !important;
}

#intro .carousel-content {
    text-align: center !important;
}

#bannerLogo {
    max-width: 50% !important;
}

.btn-mobile {
    margin-bottom: 5px;
    min-width: 33px;
}

.btn-mobile-100 {
    width: 100%;
}

.btn-mobile-45 {
    width: 45%;
}

.btn-mobile-50 {
    width: 49%;
}

@media (min-width: 768px) {
    img.newsTeaserImageMainPage {
        max-width: 350px !important;
    }

    .btn-mobile-100,
    .btn-mobile-50,
    .btn-mobile-45 {
        width: auto;
    }

    .btn-mobile {
        margin-bottom: 0px;
    }

    .icon-scroll {
        display: block !important;
    }

    #intro .carousel-content {
        text-align: left !important;
    }
}


.subPageBanner {
    background-position: center center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 20vh;
    position: relative;
    overflow: hidden;
}

.subPageBanner .subPageBannerContent {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.subPageBanner .subPageBannerContent h1 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.subPageBanner .subPageBannerContent p {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.subPageBanner .bannerVideo {
    min-height: 60vh;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.eventBox {
    position: relative;
    width: 100%;
    min-height: 72px;
    margin-bottom: 22px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.eventBox a:hover {
    color: #227538;
    text-decoration: none;
}

.eventBox .dateArea {
    position: relative;
    float: left;
    height: 70px;
    width: 65px;
    margin: 0 10px 0 0;
}

.eventBox .dateArea i {
    font-size: 70px;
}

.eventBox .dateArea i.fa-newspaper-o {
    font-size: 60px;
    margin-top: 10px;
}

.eventBox .dateArea .dayField {
    position: absolute;
    top: 22px;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    display: block;
    width: 100%;
}

.eventBox .dateArea .monthField {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.eventBox .infoArea {
    padding-top: 15px;
}

.eventBox .infoArea h5 {
    color: #383838 !important;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventBox .infoArea small {
    color: #383838 !important;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contactFormAddressArea {}

.contactFormAddressArea p {
    margin: 0 !important;
    padding-left: 25px;
    position: relative;
}

.contactFormAddressArea p i {
    margin: 0 !important;
    position: absolute;
    width: 20px;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

h3.pageHeader {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 2em;
    position: relative;
}

.teamCardBody .collapse {
    display: block;
}

.teamCardBody .collapse .teamDescBody {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
}

.teamCardBody .collapse .teamDescBody p {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive table {
    width: auto !important;
    min-width: 100%;
}

@media (max-width: 576px) {
    .fc-toolbar {
        display: block !important;
        text-align: center;
    }

    .fc-toolbar .fc-left,
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-right {
        padding: 5px 0;
    }

    .table-responsive-custom {
        width: auto !important;
        max-width: none !important;
    }
}

/* Rotation banner */
#mainBanner {
    position: relative;
}

#mainBanner .container {
    z-index: 1;
}

.mainBannerCarouselWrap {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainBannerCarouselWrap a {
    opacity: 1 !important;
}

.mainBannerCarousel .elementBackground {
    display: block;
    width: 100%;
    height: 33vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mainBannerCarousel .owl-stage-outer {
    height: 100%;
}

.mainBannerCarousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.mainBannerCarousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

/* =========== BLOG ============ */
a.blogEntryCard {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: inherit;
    transition: all .1s linear;
}

a.blogEntryCard:hover {
    transform: scale(1.025, 1.025);
    box-shadow: 5px 5px 10px #999;
    text-decoration: none;
}

a.blogEntryCard .teaserImgBox {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-image: url("/zakobo/assets/img/article-placeholder.jpg");
    position: relative;
}

a.blogEntryCard .teaserImgBox .teaserImgFiller {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

a.blogEntryCard .blogCardContent h6 {
    padding-top: 5px;
}

a.blogEntryCard .blogCardContent p {
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

/* List style */
a.blogBox {
    display: block;
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
    color: inherit;
    margin-bottom: 10px;
    border-top: 1px dashed #999;
}

a.blogBox:hover {
    text-decoration: none;
}

a.blogBox .teaserImgBox {
    display: block;
    position: relative;
    float: left;
    height: 72px;
    width: 80px;
    margin: 6px 10px 0 0;
    background-position: center center;
    background-size: cover;
    background-image: url(/zakobo/assets/img/article-placeholder.jpg);
    position: relative;
}

a.blogBox .teaserImgBox .teaserImgFiller {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

a.blogBox .infoArea h5 {
    margin: 0;
    padding: 10px 0 0 0;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.blogBox .infoArea p {
    display: -webkit-box;
    max-width: 100%;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.owl-dots {}

.owl-dots button {}

.volunteerCategoryBtns {}

.volunteerCategoryBtns .btn,
.rentalCategoryBtns .btn {
    margin-right: 5px !important;
}

.volunteerCategoryBtns .btn.active:before,
.rentalCategoryBtns .btn.active:before {
    font-family: "fontAwesome";
    content: "\f00c";
}

.volunteerTabContent {}

.volunteerTabContent fieldset {
    border: 1px solid #999 !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.volunteerTabContent fieldset legend {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-weight: 500;
}

.locationOverviewTimeTable tr td {
    position: relative;
}

.locationTimeBoxColor {
    background-color: #3DC37D;
}

.locationTimeBoxColor.sharedBlock {
    background-color: #28a745;
}

.locationTimeBox {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.locationTimeBox.sharedBlock {
    z-index: 1;
}

.locationTimeBox.topHalf {
    height: 50%;
    top: 0;
    bottom: auto;
}

.locationTimeBox.bottomHalf {
    height: 50%;
    top: auto;
    bottom: 0;
}

.locationExplanationBox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    top: 5px;
}

.dropdown-menu-right .dropdown-submenu .dropdown-menu {
    left: auto !important;
    right: 100% !important;
}

.dropdown-menu-right .dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu-right .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
}

#createNewUserFormFrontend .form-group {
    margin-bottom: 0;
}

.teamCardBody .collapse .teamDescBody.customTeamCardDesc {
    height: auto;
    max-height: 95px;
}

.teamCardBody .collapse .customTeamCardDesc p {
    white-space: normal;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    height: 98px;
    line-height: 1.2;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-style: italic;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.15em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

img.profilPicPreview.placeHolder {
    display: none !important;
}

#addFamilyMemberModal img.profilPicPreview {
    display: none !important;
}

#addFamilyMemberModal img.profilPicPreview.placeHolder {
    display: block !important;
}

img.appInstallGuideImage {
    max-width: 100%;
}

p.appInstallParagraph {
    margin-top: 30px;
    border-top: 1px dashed #999;
    padding-top: 10px;
}

@media (min-width: 990px) {
    #downloadAppGuideBtn {
        display: none !important;
    }
}


#teamOverviewFilterArea {
    text-align: center;
}

#teamOverviewFilterArea button.dropdown-toggle {
    padding-right: 20px;
    margin-bottom: 15px;
}

#teamOverviewFilterArea button.dropdown-toggle:after {
    float: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 3px !important;
    right: 0px !important;
    display: inline-block;
}

#teamOverviewFilterArea .dropdown-menu {
    padding: 5px;
}

#teamOverviewFilterArea .mainGroupItem {
    font-weight: 500;
}

#teamOverviewFilterArea .subGroupItem {
    padding-left: 1.90em;
}

#teamOverviewFilterArea .form-check-label {
    display: block;
}

#teamOverviewFilterArea .form-check-label:hover {
    cursor: pointer;
}

#teamOverviewFilterArea .groupTimeDropdownMenu {
    width: 280px !important;
    right: 0;
}

#teamOverviewFilterArea .searchBarInput {
    max-width: 400px;
    margin: 0 auto 15px auto;
}

#teamOverviewContent .itemThumbNail {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    background-image: url(/zakobo/assets/img/image_placeholder.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

#teamOverviewContent .itemThumbNailWrapper {
    padding-left: 15px !important;
}

#teamOverviewContent .overallTeamInfoWrapper {
    min-height: 280px;
    position: relative;
}

#teamOverviewContent .teamInfoWrapper {
    padding-top: 5px;
    padding-bottom: 55px;
}

#teamOverviewContent .teamDescBody p,
#teamOverviewContent .teamDescBody h1,
#teamOverviewContent .teamDescBody h2,
#teamOverviewContent .teamDescBody h3,
#teamOverviewContent .teamDescBody h4,
#teamOverviewContent .teamDescBody h5,
#teamOverviewContent .teamDescBody h6 {
    font-size: 1em !important;
    padding: 0;
    border: none;
}

#teamOverviewContent .teamInfoWrapper .col-lg-4 {
    margin-bottom: 15px !important;
}

.teamCardBtns .btn {
    transition: all .1s linear;
}

.teamCardBtns .btn:hover {
    opacity: .75;
}

#eventOverviewContent .teamCard,
#stableOverviewContent .teamCard,
#lessonItemView .teamCard {
    padding: 15px;
}

#stableOverviewContent .teamCard .col-lg-5 {
    min-height: 150px;
}

#teamOverviewContent .teamCardBtns {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 30px 0 15px;
    margin: 0 !important;
}

#teamOverviewContent .teamCardBtns button {}

#teamPage .teamImageRotation {
    top: 0;
    transform: translateY(0);
}

#teamPage .teamImageRotation .rentalItemImage {
    display: block;
    width: 100%;
    height: 250px;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/zakobo/assets/img/box_placeholder.png);
}

#teamPage .itemThumbNailWrapper {
    min-height: 280px;
}

#teamPage .owl-dots {
    text-align: center;
    margin-top: 5px;
    width: 100%;
}

#teamPage .owl-dots button.owl-dot {
    display: inline-block;
    border-radius: 100%;
    margin: 0 3px;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px 1px #000;
    outline: none;
    background-color: #000;
    transition: all .1s linear;
}

#teamPage .owl-dots button.owl-dot.active,
#teamPage .owl-dots button.owl-dot:hover {
    background-color: #fff;
}

@media (man-width: 754px) {
    .groupTimeDropdownMenu i.fa-chevron-right {
        display: none !important;
    }
}

.usePointsForPaymentCheckboxWrapper {
    display: inline-block;
    width: 350px;
    max-width: 95%;
}

.usePointsForPaymentCheckboxWrapper small.pointSumField {
    float: right;
    position: relative;
    top: -8px;
    right: 10px;
}