﻿.disable-select {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -khtml-user-select: none !important; /* Konqueror HTML */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.disable-selection::selection {
    color: #212529 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary,
.pagination-btn {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.dropdown .sidebar-menu-link {
    font-size: 13px;
    border: none;
    background-color: transparent;
}

    .dropdown .sidebar-menu-link::after {
        font-size: 16px !important;
    }

.dropdown-placeholder {
    font-size: 11px;
    color: #999;
    position: absolute;
    top: 2px;
    left: 12px;
}

.sidebar-sub-menu-link {
    padding: 15px 20px;
    width: 100%;
}

/*Content section*/
.content {
    overflow: hidden !important;
}

body.fixed-navbar #content-wrapper {
    padding-top: 47px;
}

#content-wrapper {
    margin-bottom: 250px;
}

.content-header-section {
    padding-top: 10px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    border-bottom: 2px solid #b1a08b;
}

    .content-header-section h2 {
        color: #6a6c6f;
        margin-left: 12px;
        font-size: 17px !important;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 4px;
        margin-bottom: 5px;
        line-height: 21px;
    }

.container-max-width {
    max-width: 500px;
}

/*Footer section */
.footer-hide {
    display: none;
}

.footer, .fixed-footer .full-lenght-footer {
    padding: 0 0 0 0;
    background: #fff;
    transition: margin .4s ease 0s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.fixed-footer .footer {
    z-index: 1001;
}

.fixed-footer .full-lenght-footer {
    z-index: 0;
    left: 0px;
}

.fixed-footer .footer, .fixed-footer .full-lenght-footer {
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer-menu .row {
    border-top: 2px solid #b1a08b;
}

.footer-menu, .footer-menu .row {
    background-color: #292e3c;
    color: #b1a08b;
}

.footer-menu-icon {
    font-size: 22px;
}

.footer-menu-cell {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

.footer-menu .content-link-active,
body.is-not-touch-device .footer-menu-cell:hover,
.footer-menu .content-dynamic-link-active {
    background-color: #b1a08b;
    color: #fff;
}

.footer-menu-text {
    font-size: 10px;
    font-weight: bold;
    padding-top: 0px;
}

#footer-menu-posts-icon {
    margin-bottom: 3px;
}


/*Form styles*/
.form-control, .form-control:focus {
    border-color: #eaeaea !important;
}

    .form-control, .form-control:focus {
        box-shadow: none;
    }

/*Button styles*/
button:focus {
    outline: none;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.btn-white-wrapper {
    background-color: white;
    border-radius: 0.30rem;
}

body.is-not-touch-device .btn-white-wrapper .btn:hover {
    opacity: 0.8;
}

body.is-touch-device .btn-white-wrapper .btn:hover {
    opacity: 1;
}

body.is-touch-device .btn-primary:hover,
.btn-primary, .btn-primary-no-hover {
    background-color: #b1a08b;
    border-color: #b1a08b;
    color: #fff !important;
}

body.is-not-touch-device .btn-primary:hover,
btn-primary:active, btn-primary:focus {
    background-color: #c1b3a2;
    border-color: #c1b3a2;
}

body.is-touch-device .btn-secondary:hover,
.btn-secondary, .btn-secondary-no-hover {
    background-color: #292e3c;
    border-color: #292e3c;
    color: #fff !important;
}

body.is-not-touch-device .btn-secondary:hover,
btn-secondary:active, btn-secondary:focus {
    background-color: #7b8186;
    border-color: #7b8186;
}

body.is-touch-device .btn-tertiary:hover,
.btn-tertiary, .btn-tertiary-no-hover {
    background-color: #4E5975;
    border-color: #4E5975;
    color: #fff !important;
}

body.is-not-touch-device .btn-tertiary:hover,
btn-tertiary:active, btn-tertiary:focus {
    background-color: #717a91;
    border-color: #717a91;
}

body.is-touch-device .btn-quartary:hover,
.btn-quartary, .btn-quartary-no-hover {
    background-color: #fff;
    border-color: #eaeaea !important;
    color: #495057 !important;
}

body.is-not-touch-device .btn-quartary:hover,
btn-quartary:active, btn-quartary:focus {
    background-color: #e4e4e4;
    border-color: #e4e4e4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #b1a08b;
    border-color: #b1a08b;
    box-shadow: none;
}

.standard-button-input-wrapper {
    padding-right: 0px;
}

    .standard-button-input-wrapper .btn {
        border-radius: 0px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .standard-button-input-wrapper .btn,
    .standard-button-input {
        height: 31px !important;
        max-height: 31px !important;
        min-height: 31px !important;
    }

        .standard-button-input, .standard-button-input:focus {
            border-right: none !important;
            border-left: none !important;
            border-top: 1px solid #b1a08b !important;
            border-bottom: 1px solid #b1a08b !important;
        }

.standard-button-input-wrapper-no-border-top .standard-button-input,
.standard-button-input-wrapper-no-border-top .standard-button-input:focus {
    border-top: none !important;
}

.standard-button-input-wrapper-no-border-bottom .standard-button-input,
.standard-button-input-wrapper-no-border-bottom .standard-button-input:focus {
    border-bottom: none !important;
}

/*Label styles*/
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #b1a08b;
}

.label-secondary {
    background-color: #292e3c;
}

.label-tertiary {
    background-color: #4E5975;
}

.label-mini {
    padding-bottom: 1px;
    padding-top: 0px;
    line-height: 18px;
    vertical-align: top;
    font-size: 11px !important;
}

/*General styles*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.font-bold {
    font-weight: bold !important;
}

.font-extra-bold {
    font-weight: 700 !important;
}

.font-uppercase {
    text-transform: uppercase;
}

.circle-icon {
    background: #4E5975;
    color: #b1a08b;
    padding: 9px;
    border-radius: 50%;
    font-size: 16px;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0.3; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-slow {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeInSlow ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeInSlow ease-in 1;
    -o-animation: fadeInSlow ease-in 1;
    animation: fadeInSlow ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

/*Checkbox styles*/
.option-checkboxlist-wrapper .option-checkboxlist {
    margin-bottom: 8px;
    font-size: 15px;
}

    .option-checkboxlist-wrapper .option-checkboxlist:not(:last-child) {
        margin-left: 10px;
    }


.checkbox-row-wrapper .uk-form-label {
    margin-left: 5px;
}

/*Dropdown styles */
.dropdown.show {
    width: 100%;
}

.dropdown-toggle, .dropdown-item, .dropdown-checkbox-item {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

    .dropdown-toggle::after {
        float: right;
        margin-top: 8px;
    }

.dropdown-toggle-no-after::after {
    float: none !important;
    margin-top: 0px !important;
    border: none !important;
    margin-left: 0px !important;
    clear: both;
}

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #aaaaaa !important;
}

    .dropdown-menu.show {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -2px !important;
        margin-bottom: 80px;
    }

body.is-not-touch-device .dropdown-item:hover,
body.is-not-touch-device .dropdown-checkbox-item:hover {
    background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active,
body.is-not-touch-device .dropdown-item:hover,
.dropdown-checkbox-item.active, .dropdown-checkbox-item:active,
body.is-not-touch-device .dropdown-checkbox-item:hover {
    background-color: #f2f2f2;
}

.dropdown-checkbox-item i {
    padding-right: 3px;
}


/*Feed item styles */
body.is-touch-device .action-like:hover, body.is-touch-device .action-hide:hover, body.is-touch-device .action-going:hover,
body.is-touch-device .action-notgoing:hover, body.is-touch-device .action-like-comment:hover,
body.is-touch-device .action-start-commenting:hover {
    color: #888 !important;
}

body.is-not-touch-device .action-like:hover, body.is-not-touch-device .action-hide:hover, body.is-not-touch-device .action-going:hover,
body.is-not-touch-device .action-notgoing:hover, body.is-not-touch-device .action-like-comment:hover,
body.is-not-touch-device .action-start-commenting:hover {
    color: #292e3c !important;
}

.member-mini-image {
    height: 35px;
    border: 1px solid #ccc;
}

.feed-item-date-box {
    height: 40px;
    background-color: #b1a08b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 4px 10px 36px 10px;
    margin-top: 3px;
}

.feed-item-mini-inputbox-wrapper {
    background-color: #fff;
    padding-top: 8px;
    margin-top: 4px;
    vertical-align: middle;
    cursor: pointer;
    border-bottom: 1px solid #b1a08b !important;
}

#feed-item-event-inputbox, #feed-item-inputbox {
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
}

    #feed-item-inputbox .form-control,
    #feed-item-event-inputbox .form-control {
        border: none !important;
        min-height: 44px;
        font-size: 15px;
        line-height: 20px;
        padding-top: 12px;
    }

.feed-item-inputbox-row-border-both,
.feed-item-inputbox-row {
    border-bottom: 1px solid #b1a08b !important;
}

.feed-item-inputbox-row-border-both {
    border-top: 1px solid #b1a08b !important;
}

#FeedItemInputboxDescription {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 0px solid gray;
    overflow: hidden;
    padding: 12px;
    resize: both;
    width: 100%;
    cursor: text;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: hidden !important;
}

/*Feed item dropdown styles */
.feed-item-inputbox-wrapper-dropdown-open {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

#feed-item-inputbox .btn.disabled,
#feed-item-inputbox .btn:disabled {
    opacity: 1;
}

#feed-item-inputbox .dropdown-toggle,
#feed-item-event-inputbox .dropdown-toggle,
.basic-formular .dropdown-toggle {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 12px;
    height: 44px;
    font-size: 15px;
    line-height: 20px;
}

    .dropdown-toggle.dropdown-novalue-always,
    #feed-item-inputbox .dropdown-toggle.dropdown-novalue,
    .basic-formular .dropdown-toggle.dropdown-novalue {
        color: #999 !important;
    }

    #feed-item-inputbox .dropdown-toggle::after,
    .basic-formular .dropdown-toggle::after {
        border-top: 0.45em solid;
        border-right: 0.45em solid transparent;
        border-left: 0.45em solid transparent;
        margin-right: 8px;
    }

#feed-item-inputbox .dropdown-menu.show {
    transform: translate3d(0px, 46px, 0px) !important;
}

#feed-item-inputbox .dropdown-menu.show,
.basic-formular .dropdown-menu.show {
    transform: translate3d(0px, 46px, 0px);
    border-left: none;
    border-right: none;
    border-top: 1px solid #b1a08b !important;
    border-bottom: 1px solid #d2d2d4 !important;
    border-right: 1px solid #d2d2d4 !important;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: auto;
}


#feed-item-inputbox .dropdown-item,
#feed-item-inputbox .dropdown-checkbox-item,
body.is-touch-device #feed-item-inputbox .dropdown-item:hover,
body.is-touch-device #feed-item-inputbox .dropdown-checkbox-item:hover,
.basic-formular .dropdown-item,
.basic-formular .dropdown-checkbox-item,
body.is-touch-device .basic-formular .dropdown-item:hover,
body.is-touch-device .basic-formular .dropdown-checkbox-item:hover, {
    padding-left: 12px;
    font-size: 15px;
    padding-right: 12px;
    color: #6a6c6f !important;
}

    #feed-item-inputbox .dropdown-item.active, #feed-item-inputbox .dropdown-item:active,
    body.is-not-touch-device #feed-item-inputbox .dropdown-item:hover,
    #feed-item-inputbox .dropdown-checkbox-item.active, #feed-item-inputbox .dropdown-checkbox-item:active,
    body.is-not-touch-device #feed-item-inputbox .dropdown-checkbox-item:hover,
    .basic-formular .dropdown-item.active, .basic-formular .dropdown-item:active,
    body.is-not-touch-device .basic-formular .dropdown-item:hover,
    .basic-formular .dropdown-checkbox-item.active, .basic-formular .dropdown-checkbox-item:active,
    body.is-not-touch-device .basic-formular .dropdown-checkbox-item:hover {
        color: #fff !important;
        background-color: #292e3c !important;
    }

.feed-item-inputbox-image-link-wrapper-outer {
    background-color: #f0f0f0;
    border-top: 1px solid #dedede;
    margin-left: -12px;
    margin-right: -12px;
}

.poll-option-image-outer-wrapper .feed-item-inputbox-image-link-wrapper-outer,
.list-container-content-wrapper .feed-item-inputbox-image-link-wrapper-outer {
    margin-left: 0px;
    margin-right: 0px;
}

.feed-item-inputbox-image-link-wrapper {
    position: relative;
    vertical-align: top;
    max-width: 100%;
}

#feed-item-inputbox-image-wrapper .feed-item-inputbox-image-link-wrapper {
    border-top: none;
}

    #feed-item-inputbox-image-wrapper .feed-item-inputbox-image-link-wrapper img {
        margin-left: 12px;
    }

.feed-item-inputbox-image-link-image-wrapper {
    text-align: center;
    vertical-align: top;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.feed-item-inputbox-image-link-image {
    max-height: 100px !important;
    max-width: 100px !important;
}

.feed-item-inputbox-image-link-only-text-wrapper,
.feed-item-inputbox-image-link-text-wrapper {
    margin-right: 12px;
    text-align: left;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#feed-item-inputbox-image-wrapper .feed-item-inputbox-image-link-only-text-wrapper {
    padding-left: 24px;
}

.feed-item-inputbox-image-link-text-header {
    font-size: 13px;
}

.feed-item-inputbox-image-link-subtext {
    font-size: 11px;
}

/*Feed item video preview */
.feed-item-inputbox-video-link-wrapper-outer {
    margin-left: -12px;
    margin-right: -12px;
}

.poll-option-image-outer-wrapper .feed-item-inputbox-video-link-wrapper-outer,
.list-container-content-wrapper .feed-item-inputbox-video-link-wrapper-outer {
    margin-left: 0px;
    margin-right: 0px;
}

.feed-item-inputbox-video-link-wrapper {
    position: relative;
    text-align: center;
}

.feed-item-inputbox-video-iframe {
    margin-bottom: -5px;
    min-height: 203px;
    width: 100%;
}

.feed-item-iframe-spotify {
    min-height: unset;
    height: 80px;
}

.feed-item-iframe-spotify-playlist {
    min-height: unset;
    height: 240px;
}

.feed-item-iframe-spotify-artist,
.feed-item-iframe-spotify-album {
    min-height: unset;
    height: 75px;
}

.feed-item-iframe-soundcloud {
    min-height: unset;
    height: 166px;
}

.feed-item-iframe-soundcloud-playlist {
    min-height: unset;
    height: 314px;
}

.feed-item-iframe-vimeo-wrapper {
    position: relative;
    padding-bottom: 56.30%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.feed-item-iframe-vimeo {
    min-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feed-item-iframe-youtube-wrapper {
    position: relative;
    padding-bottom: 57.03%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.feed-item-iframe-youtube {
    min-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feed-item-iframe-googleCalender-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.feed-item-iframe-googleCalender {
    min-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feed-item-iframe-slideshare-wrapper {
    padding-bottom: calc(56.25% + 38px);
    position: relative;
    width: 100%;
    height: 0;
    min-height: unset;
}

.feed-item-iframe-slideshare {
    min-height: unset;
    margin-bottom: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.poll-option-image-outer-wrapper .feed-item-iframe-vimeo-wrapper,
.poll-option-image-outer-wrapper .feed-item-iframe-youtube-wrapper,
.poll-option-image-outer-wrapper .feed-item-iframe-googleCalender-wrapper {
    overflow: unset;
}

/*Feed item poll toplist*/
.list-container-row {
    display: flex;
    flex-direction: row;
}

.list-container-badge-wrapper {
    margin-bottom: 10px;
}

.list-container-badge {
    background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: #717a91;
    border: 2px solid white;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
    color: white;
    font: normal 14px/13px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    min-height: 25px;
    min-width: 26px;
    padding: 4px 3px 0 3px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.list-container-badge-line {
    border-right: 3px solid #5f5f5c;
    height: 100%;
    left: 12px;
    position: relative;
    top: 0;
    width: 1px;
    z-index: 0;
}

.list-container-wrapper .list-container-row:last-child .list-container-badge-line {
    display: none;
}

.list-container-content-wrapper {
    margin-top: 4px;
    margin-left: 10px;
}

.list-container-content-name {
    font-weight: bold;
}

/*Feed item poll*/
.feed-item-inputbox-poll-row .poll-options {
    margin-top: 8px;
}

.poll-options {
    margin-bottom: 8px;
    max-width: 100%;
}

#poll-options {
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 100%;
}

.poll-option-inputbox-in-feed,
.poll-option-inputbox {
    width: 100%;
    margin-bottom: 6px;
}

.poll-option-icon {
    padding-top: 6px;
    font-size: 22px;
    color: #9a9c9f;
}

.form-control-custom {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom-small {
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 3px;
    font-size: 13px;
    line-height: 13px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.poll-options th,
.poll-options td {
    border-top: none;
    padding: 0rem;
}

.poll-option-select-cell {
    width: 27px !important;
    vertical-align: middle;
}

.poll-option-wrapper {
    margin-top: 7px;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background-color: #fff;
}

.poll-option-bar {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.poll-option-bar-primary-icon {
    opacity: 0.9;
    color: #b1a08b !important;
}

.poll-option-bar-primary {
    opacity: 0.4;
    background-color: #b1a08b;
}

.poll-option-bar-tertiary-icon {
    opacity: 0.5;
    color: #4E5975 !important;
}

.poll-option-bar-tertiary {
    opacity: 0.2;
    background-color: #4E5975;
}

.poll-option-bar-value-wrapper {
    position: relative;
    color: #15181d;
    font-size: 13px;
    line-height: 13px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.poll-option-bar-value {
    padding-left: 6px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-top: 3px;
}

.poll-option-votes-wrapper {
    margin-left: 6px;
    margin-top: 7px;
}

    .poll-option-votes-wrapper > button {
        width: 100%;
        max-width: 200px;
    }

.poll-option-image-outer-wrapper {
    margin-bottom: 7px;
}

/*Feed item file */
.FeedItemInputBoxFileLinkIcon {
    color: #34495e !important;
}

.FeedItemInputBoxFileLink {
    font-size: 13px;
    line-height: 24px;
    text-decoration: none !important;
    color: #34495e !important;
}

.feed-item-inputbox-file-name-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
}

.vp-upload-dynamic-file-browse {
    display: block !important;
    width: 100% !important;
}

/*Feed item quotes */
.feed-item-show-more .feed-item-quote-outer-wrapper {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.feed-item-quote-outer-wrapper {
    background-color: #e0d9d1;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
    z-index: 100;
}


.feed-item-quote-text-inner-wrapper,
.feed-item-quote-author-inner-wrapper {
    max-width: 500px;
    margin-left: 18px;
    margin-right: 18px;
}

.feed-item-quote-text-inner-wrapper {
    margin-top: 6px;
    margin-bottom: 2px;
}

.feed-item-quote-text-wrapper {
    line-height: 36px;
    font-size: 20px;
    display: inline;
}

.feed-item-quote-text {
    color: white;
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 6px 0 0 #292e3c,-6px 0 0 #292e3c;
    background-color: #292e3c;
    opacity: 0.8;
}

.feed-item-quote-author-inner-wrapper {
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: right;
}

.feed-item-quote-author-wrapper {
    line-height: 26px;
    font-size: 14px;
    display: inline;
}

.feed-item-quote-author {
    color: white;
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 6px 0 0 #292e3c,-6px 0 0 #292e3c;
    background-color: #292e3c;
    opacity: 0.6;
}


/*Feed item list */
.feed-item-list_TEMPORARY,
.feed-item-list {
    background-color: #fff;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.feed-item-wrapper {
    padding-top: 4px;
    border-bottom: 16px solid #f0f0f0;
    border-top: 1px solid #b1a08b;
}

    .feed-item-wrapper:first-child {
        border-top: none;
    }

    .feed-item-wrapper:last-child {
        border-bottom: 0px solid #ececec;
    }

.feed-item-outer-wrapper {
    border-bottom: 1px solid #ebebeb;
}

.feed-item-inner-wrapper {
    border-bottom: 1px solid #dbdbdb;
}

.feed-item-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

.feed-item-creator {
    color: #b1a08b !important;
    font-weight: bold;
}

.feed-item-post-statement {
    font-size: 12px !important;
    line-height: 25px;
}

.feed-item-comment-list {
    font-size: 12px;
}

.feed-item-creator-comment-avatar {
    margin-right: 6px;
}

.feed-item-comment-list .feed-item-creator {
}

.feed-item-publish-timeshort, .timeshort {
    padding-left: 6px;
}

@media (max-width: 400px) {
    .feed-item-publish-timeshort {
        display: none;
    }
}

#feed-item-category-slider {
    border-bottom: 1px solid #b1a08b;
}

.feed-item-category-button {
    margin-right: 4px;
    line-height: 21px;
}

.feed-item-info {
    font-size: 11px;
    color: #8c8e91;
    white-space: nowrap;
}

    .feed-item-info i {
        margin-right: 2px;
    }

.feed-item-show-more .feed-item-content-description {
    margin-bottom: 35px;
}

.feed-item-show-more-link-gradient {
    position: absolute;
    background: url(/Images/bg_gradient.png) repeat-x;
    width: 100%;
    height: 37px;
}

.feed-item-show-more-link-wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 12px !important;
}

.feed-item-comment-header {
    margin-top: 4px;
}

.feed-item-comment-child-header {
    margin-top: 1px;
}

textarea.feed-item-form-comment,
textarea.feed-item-form-edit-comment {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding-left: 4px;
    border: 1px solid #dddddd;
    height: 24px;
}

.vp-content-subblock-fullwidth {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

    .vp-content-subblock-fullwidth img,
    #feed-item-inputbox-image-wrapper img {
        max-width: 100%;
    }

/* Event going status */
.member-going-status-row:first-child {
    border-top: 1px solid #b1a08b;
}

.member-going-status-row {
    border-bottom: 1px solid #b1a08b;
}

/* Chat overview styles */
.message-unread-true .message-description {
    font-weight: bold !important;
}

.message-unread-false {
}

#TableList-Message tbody tr {
    border-bottom: 1px solid #b1a08b;
}

.row-striped {
    background-color: #f9f9f9;
}


/* Chat box styles */
.vp-fifth {
    background-color: #F9F9F9;
    color: #585A5B;
}

.chat-box2 {
    float: right;
    margin-left: 5px;
    height: 0px;
    width: 0px;
    border: 1px solid rgba(29, 49, 91, .3);
    font-size: 12px;
    z-index: 89999;
    border-top: 1px solid #b1a08b;
    border-left: 2px solid #b1a08b;
}

.chat-box {
    font-size: 12px;
    height: 0px;
    width: 0px;
    background-color: #f9f9f9;
    z-index: 89999;
    border-top: 1px solid #b1a08b;
    border-left: 2px solid #b1a08b;
}


.chat-box-head .chat-box-settings {
    float: right;
}

.chat-box-head > .chat-box-settings > i {
    padding-left: 12px;
}

    .chat-box-head > .chat-box-settings > i:hover {
        cursor: pointer;
        cursor: hand;
    }

.chat-box-head {
    font-size: 14px;
    width: 100%;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: #292e3c;
    color: #b1a08b;
    border-bottom: 2px solid #b1a08b;
    position: fixed;
    top: 0;
}

.chat-box-header-link {
    padding-top: 13px;
}


.chat-box-member-link {
    float: left;
    font-weight: bold;
}

.chat-box-content {
    width: 100%;
    max-width: 800px;
    padding-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    background-color: #f9f9f9;
}

.chat-box-content-message-wrapper {
    padding-top: 0px;
    display: table;
}

.chat-box-content-message-image {
    margin-top: 0px;
    vertical-align: top;
    margin-right: 10px;
}

    .chat-box-content-message-image img {
        min-height: 30px;
        max-height: 30px;
        min-width: 30px;
        max-width: 30px;
        border: 1px solid hsl(0, 0%, 87%);
    }

.chat-box-content-message-box {
    border: 1px solid hsl(0, 0%, 87%);
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 7px;
}

.chat-box-content-message-box-from-you {
    background-color: #EBF4F9;
}

.chat-box-content-message-box-from-other {
    background-color: #FFF;
}

.chat-box-content-message {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
    max-width: 200px;
}

.chat-box-message-form {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
}

.chat-box-message-input-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
}

    .chat-box-message-input-wrapper .btn {
        border-radius: 0px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .chat-box-message-input-wrapper .btn,
    .chat-box-message-input {
        height: 31px !important;
        max-height: 31px !important;
        min-height: 31px !important;
    }

        .chat-box-message-input, .chat-box-message-input:focus {
            border-right: none !important;
            border-left: none !important;
            border-bottom: none !important;
            border-top: 1px solid #b1a08b !important;
        }

.chat-box-message-input {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    width: 100%;
    padding-left: 12px !important;
    font-size: 16px;
    padding-right: 12px !important;
    border-radius: 0px !important;
}

/*Validation error*/
.validation-summary-errors ul {
    padding: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
}

/*Font awesome extensions */

.fa-heart {
    color: red !important;
}

.fa-smile, .fa-frown {
    background-color: yellow !important;
    border-radius: 6px !important;
}

/*Standard functionality*/
.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

/*Pikaday calender style */
.pika-single {
    z-index: 99999;
}

.is-today .pika-button {
    color: #4E5975;
}

.is-selected .pika-button,
.has-event .pika-button,
.is-endrange .pika-button {
    background-color: #4E5975;
    color: #fff;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    background-color: #b1a08b;
}

.datetimepicker-wrapper {
    position: relative;
}

    .datetimepicker-wrapper .datepicker {
        display: inline-flex;
        width: 100px;
        padding-right: 0px;
    }

    .datetimepicker-wrapper .timepicker {
        display: inline-flex;
        width: 95px;
        padding-left: 0px;
    }

.datetimepicker-placeholder {
    position: absolute;
    top: 1px;
    left: 12px;
    z-index: 10;
    font-size: 11px;
    color: #999;
}


/*fooTable style*/
.uk-table {
    border-top: 1px solid #b1a08b;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

    .uk-table > thead {
        background: #F2F2F2;
        border-color: #CCCCCC;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-right: none;
        color: #444444;
        text-shadow: none;
    }

    .uk-table th {
        font-weight: normal;
    }

    .uk-table th, .uk-table td {
        padding: 8px 8px;
        border-bottom: 1px solid #dddddd;
    }

    .uk-table > tbody {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
        border-image: none;
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-right: none;
    }

.uk-table-hover tbody tr:hover {
    background: #ced4da;
}

.uk-table a:hover {
    color: #005599;
    text-decoration: underline;
}

.uk-table .row-delete {
    cursor: pointer;
}

/*fooTable sort styles */
.uk-table > thead > tr > th.footable-sortable:hover {
    cursor: pointer;
}

.uk-table > thead > tr > th.footable-sorted > span.uk-icon-sort-indicator:before {
    content: "\f0dd";
}

.uk-table > thead > tr > th.footable-sorted-desc > span.uk-icon-sort-indicator:before {
    content: "\f0de";
}

.uk-table > thead > tr > th > span.uk-icon-sort-indicator {
    display: inline-block;
    speak: none;
    padding-left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

    .uk-table > thead > tr > th > span.uk-icon-sort-indicator:before {
        content: "\f0dc";
    }


/*Modal style */
.modal {
    z-index: 999999;
}

#modal {
    z-index: 99997;
}

#modal-dynamic {
    z-index: 99990;
}

.modal-overlay-background {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    padding: 0 !important;
}

    .modal-content .modal-header {
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #b1a08b;
        padding-left: 12px;
        padding-right: 12px;
    }

    .modal-content h5 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin: 0 auto;
    }

    .modal-content .close {
        color: #fff;
        text-shadow: none;
        opacity: 1;
        padding: 0;
        margin: 0;
    }

    .modal-content .modal-body {
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

.modal-footer {
    border-top-width: 0px;
}

body .modal-open {
    overflow: visible !important;
}

/*Track item style */
.track-items {
    margin-top: 0px;
}

.track-item-wrapper {
    background-color: #f0f0f0;
    color: #292e3c;
    padding-top: 8px;
    padding-bottom: 4px;
    border-top: 1px solid #b1a08b;
    border-bottom: 1px solid hsl(0, 0%, 87%);
    margin-bottom: 0px;
}

.track-item-icon {
    color: #4E5975;
    font-size: 24px;
    margin-right: 10px;
}

.track-item-icon-achived {
    color: #b1a08b;
}

.track-item {
    font-weight: bold;
    font-size: 16px;
}

.track-item-action {
    margin-left: 3px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.track-item-eventvalue,
.track-item-comment,
.track-item-eventvalue-time {
    font-size: 13px;
}

.track-item-eventvalue-time {
    max-width: 76px;
}

#track-item-new {
    cursor: pointer;
}

body.is-not-touch-device .track-item-row:hover .track-item-wrapper {
    font-weight: bold !important;
    background-color: #e0d9d1;
}

.track-date-bar {
}

    .track-date-bar .col {
        text-align: center;
        height: 66px;
    }

    .track-date-bar .track-date-navigation {
        padding-top: 15px;
        font-size: 25px;
    }

.track-date-bar-day, .track-date-navigation {
    background-color: #4E5975;
    color: white;
    border-right: 1px solid #b1a08b;
}

body.is-not-touch-device .track-date-bar-day:hover,
body.is-not-touch-device .track-date-navigation:hover {
    background-color: #717a91;
    color: white;
    border-right: 1px solid #b1a08b;
}

.track-date-navigation-no-border-right {
    border-right: none;
}

.track-date-bar-day-active {
    color: white;
    background-color: #b1a08b !important;
}

.track-item-bar-success {
    z-index: 79999;
    opacity: 0.7;
    background: #b1a08b;
    border-radius: 50%;
    border: 1px solid #292e3c;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 3px;
    display: none;
}

.track-item-bar-absence,
.dashboard-streak-cell-absence {
    background: #292e3c;
}

.track-date-bar-weekday {
    font-size: 9px;
    padding-top: 9px;
}

.track-date-bar-number {
    font-size: 18px;
    font-weight: bold;
}

.track-date-bar-month {
    font-size: 11px;
    padding-bottom: 5px;
}

/*Feed item category slider */
.wrap {
    position: relative;
    margin-top: 12px;
    margin-bottom: 16px;
}

.frame {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

    .frame ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        font-size: 14px;
    }

        .frame ul li {
            float: left;
            width: 127px;
            height: 100%;
            margin: 0 1px 0 0;
            padding: 0;
            background: #333;
            color: #ddd;
            text-align: center;
            cursor: pointer;
            margin-right: 4px;
            border-radius: 3px;
        }


.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

    .scrollbar .handle {
        width: 100px;
        height: 100%;
        background: #292a33;
        cursor: pointer;
    }

        .scrollbar .handle .mousearea {
            position: absolute;
            top: -9px;
            left: 0;
            width: 100%;
            height: 20px;
        }

.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

    .pages li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 4px;
        text-indent: -999px;
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    }

        .pages li:hover {
            background: #aaa;
        }

        .pages li.active {
            background: #666;
        }

.controls {
    margin: 25px 0;
    text-align: center;
}

.standard-secondary-badget {
    background-color: #4E5975;
    border-color: #4E5975;
    color: #fff !important;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 3px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.standard-secondary-badget-top {
    border-bottom: 1px solid #b1a08b;
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    text-transform: uppercase;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    opacity: 0.85;
}

.standard-secondary-badget-rightside-small {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #b1a08b;
    border-left: 1px solid #b1a08b;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
    opacity: 0.85;
}

.content-dynamic-link {
    cursor: pointer;
}

.link-primary {
    color: #b1a08b !important;
}

@media (min-width: 768px) {
    body.is-not-touch-device .link-primary:hover {
        color: #b1a08b !important;
        text-decoration: underline;
    }
}
