* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: sans-serif;
    font-size: 12px;
    color: #777 /*#10aec5*/;
    background: #aaa;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#networkapp > * {
    height: 100%;
}

iframe {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
}

#networkapp {
    position: relative;
    background-color: #f6f6f6;
}
#splitScreen {
    position: relative;
}

.splitsScreenActive.minimizeApp .EventFormsButton {
    display: none;
}

.hint {
    background-color: #e0e5e6;
    color: #606060;
    padding: 20px 16px;
}

.hint img {
    width: 100%;
}

.hint.newCode {
    padding-top: 76px;
    background-image: url('../img/pointer_up.png');
    background-repeat: no-repeat;
    background-position: top 10px right 60px;
    background-size: 16px 50px;
}

.hint.no-meetings {
    background-image: url('../img/pointer_down.png');
    background-repeat: no-repeat;
    background-position: bottom 20px center;
    background-size: 16px 50px;
    padding-bottom: 80px;
}

.hint > .content {
    background-color: white;
    border-radius: 3px;
    text-align: center;
    padding: 20px;
    font-size: 13px;
}

.hint.no-meetings > .content {
    background-color: transparent;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

a {
    color: #3096a5;
    cursor: pointer;
}

.header a {
    color: inherit;
}

img {
    vertical-align: middle;
}

.img,
.icon {
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.img.avatar {
    background-color: #9e9e9e;
    background-size: cover;
}
.img.avatar.round {
    border-radius: 50%;
}
.img.avatar .favorite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url('/img/favorited.png');
    background-position: center;
    background-size: contain;
}

.img.avatar > .status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    border: 1px solid white;
}

.img.avatar > .status.online {
    background-color: limegreen;
}

.img.avatar > .status.offline {
    background-color: orange;
}

.img.avatar > .status.inactive {
    background-color: red;
}

.content {
    padding: 10px 16px;
}
.content .error {
    text-align: center;
    font-size: 130%;
    background-color: #ffccbb;
    color: #993300;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

/* .content.scrollable {
    padding-right: 0;
} */
/* .content.scrollable > div {
} */
.unmargin-both,
.unmargin-left {
    margin-left: -16px;
}

.unmargin-both,
.unmargin-right {
    margin-right: -16px;
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    padding: 0 44px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33a0a5+0,21b5c1+2,14aac3+3,17aaba+17,17aaba+85,17aab1+97,28a5a7+98,6fc9c9+100 */
    /* Old browsers */
    background: rgb(51, 160, 165);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(51, 160, 165, 1)),
        color-stop(2%, rgba(33, 181, 193, 1)),
        color-stop(3%, rgba(20, 170, 195, 1)),
        color-stop(17%, rgba(23, 170, 186, 1)),
        color-stop(85%, rgba(23, 170, 186, 1)),
        color-stop(97%, rgba(23, 170, 177, 1)),
        color-stop(98%, rgba(40, 165, 167, 1)),
        to(rgba(111, 201, 201, 1))
    );
    background: linear-gradient(
        to bottom,
        rgba(51, 160, 165, 1) 0%,
        rgba(33, 181, 193, 1) 2%,
        rgba(20, 170, 195, 1) 3%,
        rgba(23, 170, 186, 1) 17%,
        rgba(23, 170, 186, 1) 85%,
        rgba(23, 170, 177, 1) 97%,
        rgba(40, 165, 167, 1) 98%,
        rgba(111, 201, 201, 1) 100%
    );
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a0a5', endColorstr='#6fc9c9', GradientType=0);
}

.Screen .topbar {
    position: relative;
}

.topbar .return {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44px;
    background-color: rgba(0, 0, 0, 0.165);
    background-position: center;
    background-size: 14px 21px;
    background-image: url('../img/chevron-left-white.png');
    background-repeat: no-repeat;
}

.topbar .return.logo {
    background-image: url('../img/myNetworkApp.png');
    background-size: contain;
}

.topbar .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    white-space: nowrap;
}

.topbar .icons .icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
    background-size: 25px;
    border-bottom: 4px solid transparent;
}

.topbar .icons a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.topbar .icons .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 25px;
    height: 25px;
    fill: white;
    stroke: white;
    cursor: pointer;
}
.topbar .icons a svg,
.topbar .icons a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
    .topbar .icons .mobile-only {
        display: inline-block;
    }
}

.topbar .icons .icon.selected {
    border-color: white;
    background-color: rgba(0, 0, 0, 0.165);
}

.topbar .title {
    /* position: absolute; */
    line-height: 44px;
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2ex;
    white-space: nowrap;
    text-align: center;
}

.icon.event-schedule {
    background-image: url('../img/event_schedules.png');
}

.icon.event-qa {
    background-image: url('../img/event_qa.png');
}

.icon.event-participants {
    background-image: url('../img/event_participants.png');
}

.icon.event-chat {
    background-image: url('../img/event_chat.png');
}

.icon.event-meetings {
    background-image: url('../img/event_meetings.png');
}

.icon.trash {
    background-image: url('../img/delete_item_white.png');
}

.icon.lead-scan {
    background-image: url('../img/lead_icon_white.svg');
}

.toplogo {
    display: block;
    width: 100%;
}

hr {
    margin: 0;
    border: none;
    border-top: 5px solid #e0e5e6;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
    color: #575656;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #3c3a3a;
}

h1,
.blocklink,
.block {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    padding: 12px;
    padding-left: 16px;
    padding-right: 33px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    min-height: 50px;
}

h1,
.blocklink {
    cursor: pointer;
    /*margin: 3px 0;*/
    /*margin-bottom: 7px;*/
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.blocklink.margins {
    margin: 3px 0;
}

.blocklink.small {
    font-size: inherit;
    text-transform: uppercase;
}

/*.blocklink:last-child {
    margin-bottom: 0;
}*/
h1 > .custom-color,
.blocklink > .custom-color,
h1::before,
.blocklink::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
}

.blocklink::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
}

.blocklink.hasIcon {
    padding-left: 50px;
}

.blocklink.hasIcon::before {
    width: 44px;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
}

.blocklink.icon-email::before {
    background-image: url('../img/E_mail_icon.png');
}
.blocklink.icon-linkedin::before {
    background-image: url('../img/linkedin_white.png');
}

h1 {
    background-color: #e0e5e6;
}

h1 > .inner-content > div:not(:last-child) {
    margin-bottom: 8px;
}

h3 {
    margin-bottom: 4px;
    color: #414141;
}

h4 {
    color: #454444;
    margin: 0;
}

.blocklink.mixed {
    background-color: #e0e5e6;
}

.blocklink.gray {
    background-color: #d8d4c8;
}

.blocklink.cyan {
    background-color: #89d1d0;
}

h1::before,
.blocklink.cyan::before,
.blocklink.mixed::before {
    background-color: #0cb0b9;
}

h1.none,
.blocklink.none {
    /* Disabled for meetings screen */
    /*background-color: transparent;*/
}

h1.none::before,
.blocklink.none::before {
    background-color: transparent;
}

.blocklink.next::after {
    background-image: url('../img/next.png');
}

.blocklink.cyan.next::after {
    background-image: url('../img/button_1.png');
}

.blocklink.small.next::after {
    width: 20px;
    background-image: url('/img/arrow_event@3x.png');
    background-size: 7px;
}

h1 .subtitle,
.blocklink .subtitle {
    font-weight: normal;
    font-size: 80%;
    text-transform: none;
}

h1 > .inner-content,
.blocklink > .inner-content {
    /* Disabled absolute position/vertical centering (long titles need to grow) */
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.buttonlink {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d6d2c9;
    border-radius: 3px;
    color: #505046;
    font-size: 13px;
    height: 48px;
    cursor: pointer;
    line-height: 130%;
}

.primaryaction {
    font-size: 130%;
    border: none;
    color: white;
    background-color: rgba(51, 160, 165);
}

.primary-bg {
    background-color: var(--primary_color);
}

.secondary-bg {
    background-color: var(--secondary_color);
}

.form-control {
    position: relative;
    display: block;
    margin-bottom: 13px;
    color: #5a5959;
}

.form-control:first-of-type {
    margin-top: 16px;
}

textarea.form-control,
.form-control textarea,
.form-control input {
    margin-top: 12px;
    display: block;
    width: 100%;
    border: 1px solid #d2d1d1;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
    background-color: white;
    color: black;
}

textarea.form-control,
.form-control textarea {
    min-height: 3ex;
    height: auto;
    resize: vertical;
    padding: 1ex;
}

textarea.fill-container {
    margin: 1ex !important;
    width: calc(100% - 2ex);
    height: calc(100% - 2ex);
}

.form-control.checkbox {
    padding-left: 45px;
}

.form-control.checkbox input[type='checkbox'] {
    display: none;
}

.form-control.checkbox {
    padding-left: 45px;
    padding-right: 10px;
}

.form-control.checkbox > .checkmark {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    width: 17px;
    height: 17px;
    border: 2px solid #00a7c0;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.125s ease-out;
}

.form-control.checkbox input[type='checkbox']:checked ~ .checkmark {
    background-color: #00a7c0;
    background-image: url('../img/checkmark.png');
}

.form-control.checkbox.block {
    min-height: 60px;
    border-top: 1px solid #e0e5e6;
    margin: 0;
    line-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 115%;
}

.form-control.checkbox.block > span:last-child {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.form-control.checkbox.block:last-of-type {
    /*border-top: none;*/
    border-bottom: 1px solid #e0e5e6;
}

.form-control select {
    display: block;
    margin: 6px 0;
    width: 100%;
    background: transparent;
    height: 25px;
    line-height: 25px;
    border: 0;
    font-size: 120%;
    padding-left: 0.25em;
    color: black;
}

.form-control.select::before {
    content: ' ';
    border-color: #bfc3c4;
    border-width: 0 1px 2px 1px;
    border-style: solid;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
}

.Screen.main .profile {
    display: block;
    position: relative;
    background-color: white;
}

.Screen.main .profile .logo {
    width: calc(100% - 100px);
    height: 100px;
    background-image: url('../img/en_my_top_img.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.Screen.main .profile .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.Screen.main .profile .icon > .img {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 18px;
    top: 10px;
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-color: lightgray;
}

.Screen.main .profile .icon > .label {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #19b0c6;
    text-align: center;
    font-size: 10px;
}

.Screen.main .tabs {
    position: relative;
    background-color: #138798;
    height: 55px;
    border-top: 1px solid #e0e5e6;
}

.Screen.main .tabs > * {
    position: absolute;
    top: 4px;
    bottom: 7px;
    width: calc(100% / 3);
    text-align: center;
    padding-top: 31px;
    background-size: 30px;
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
}

.Screen.main .tabs > :nth-child(1) {
    left: calc((100% / 3) * 0);
    background-image: url('../img/event_news.png');
}

.Screen.main .tabs > :nth-child(2) {
    left: calc((100% / 3) * 1);
    background-image: url('../img/Deelnemers_icon.png');
}

.Screen.main .tabs > :nth-child(3) {
    left: calc((100% / 3) * 2);
    background-image: url('../img/plus_img.png');
}

.has-icon-left {
    padding-left: 50px;
}

.has-icon-right {
    padding-right: 55px;
}

.icon-left {
    position: absolute;
    left: 0;
}

.icon-right {
    position: absolute;
    right: 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.eventIcon .icon.archive {
    background-image: url('../img/archive.png');
}

.eventIcon .icon {
    margin-bottom: 5px;
}

[disabled],
.icon.disabled {
    opacity: 0.3;
    filter: saturate(0.5);
    cursor: not-allowed;
}

.icon.search {
    background-image: url('../img/search_icon.png');
}

.icon.twitter {
    background-image: url('../img/twitter_white.png');
}

.icon.facebook {
    background-image: url('../img/facebook_white.png');
}

.icon.linkedin {
    background-image: url('../img/linkedin_white.png');
}

.icon.instagram {
    background-image: url('../img/instagram_white.png');
}
.icon.youtube {
    background-image: url('../img/youtube_white.png');
}

.icon.web {
    background-image: url('../img/globe2.png');
}
.icon.info {
    background-image: url('../img/eventinfo_white.png');
}

.icon.edit {
    background-image: url('../img/edit.png');
}

button .icon {
    width: 30px;
    height: 50%;
}

.Screen .events .icon,
.Screen .communities .icon {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #9e9e9e;
}

.Screen .events .slick-slider,
.Screen .communities .slick-slider {
    margin: 5px 18px;
}

.eventIcon {
    text-align: center;
    margin: 7px 0px;
    display: inline-block;
    width: 100%;
    color: #69696a;
}

/*.Screen.main .events .eventIcon:not(:last-child) {
    margin-right: 10px;
}*/
.text-upper {
    text-transform: uppercase;
}

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

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.indent {
    margin: 15px 0 15px 15px;
}

.indent.content {
    margin: 15px 15px 15px 15px;
}

.smallButton,
.btn {
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
    border: none;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}

.smallButton {
    background: white;
    color: #7c7c7c;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    font-size: 110%;
    padding: 0 3ex;
}

table.layout {
    width: 100%;
    border-collapse: collapse;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f6f6f6;
}

.whitebg {
    background-color: white;
}

.graybg {
    background-color: #e0e5e6;
}

.content h2 {
    text-transform: uppercase;
    font-size: 13px;
}

.content h2.next::after {
    content: '>';
    float: right;
}

/* SCREEN TITLE ------------------------------------------------------------- */
.ScreenTitle {
    position: relative;
    font-size: 13px;
    padding: 12px 16px;
    margin: 0;
    background-color: #e3e9e9;
}

.ScreenTitle.hasMenu {
    padding-right: 32px;
    overflow: show;
}

.ScreenTitle > .title > .screenTitle {
    text-transform: uppercase;
}

.ScreenTitle > .title > .eventName {
    float: right;
    font-weight: normal;
}

.ScreenTitle > .title > .timezone {
    float: right;
    font-weight: bold;
    /* font-size: 110%; */
}

.ScreenTitle > .title {
    display: block;
    height: 25px;
}

.ScreenTitle button {
    background-color: transparent;
    border: 1px solid black;
    height: 35px;
    line-height: 33px;
    padding: 0 1ex;
    color: black;
    white-space: nowrap;
    margin-bottom: 5px;
    width: auto;
}

.ScreenTitle .cancel {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: 0;
    background-color: #ff4c4c;
    background-image: url(../img/reject_icon.png);
    background-size: 14px;
}

.ScreenTitle .SearchBar {
    padding: 0;
}

.ScreenTitle .SearchBar .activeFilter,
.ScreenTitle .SearchBar input {
    line-height: 33px;
    height: 35px;
    width: calc(100% - 60px);
    border-color: #707070;
    border-right-width: 1px;
    border-right-style: solid;
}

.ScreenTitle .SearchBar .activeFilter {
    cursor: pointer;
}

.ScreenTitle .SearchBar button {
    top: 0;
    right: 60px;
    width: 35px;
    height: 35px;
    background-color: black;
    border: 1px solid black;
    background-image: url('../img/search_icon_white.png');
    background-size: 15px;
}

div.layout {
    position: relative;
}

div.layout > * {
    position: absolute;
}

table.layout.valignTop td {
    vertical-align: top;
}

.scrollable {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.byCategory h1 {
    margin: 0;
}

.text.location .item .location {
    color: #737373;
    padding-left: 16px;
    background-image: url('../img/location.png');
    background-position: 2px center;
    background-size: contain;
    background-repeat: no-repeat;
}

td.minWidth {
    white-space: nowrap;
    width: 1px;
}

.marginTop {
    margin-top: 1ex;
}

.marginBottom {
    margin-bottom: 1ex;
}

.marginLeft {
    margin-left: 1em;
}

.marginRight {
    margin-right: 1em;
}

.ParticipantListItem {
    position: relative;
    padding-left: 50px;
    background-image: url('../img/next_2.png');
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: right + 11px center;
}

.ParticipantListItem > .img {
    position: absolute;
    top: 0;
    left: 0;
}

.ParticipantListItem > .name {
    color: #353535;
}

.ParticipantListItem > .position,
.ParticipantListItem > .company {
    color: #797979;
}

.filter {
    position: relative;
    min-height: 50px;
    background-color: white;
    background-image: url(../img/search_icon.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 16px 50px;
}

.filter .content {
    color: #444444;
    padding: 0;
}

.filter .clear {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 18px;
    height: 18px;
    background-image: url(../img/clear_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footnote {
    padding: 14px;
    text-align: center;
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
}

ul.list:not(.no-borders) > li:first-child {
    border-top: 1px solid #e0e5e6;
}

ul.list:not(.no-borders) > li {
    border-bottom: 1px solid #e0e5e6;
}

hr.thin,
ul.list hr {
    border-top-width: 1px;
    border-color: #e8e7e4;
}

.list > .item,
.list-item {
    position: relative;
    padding: 10px 16px;
    min-height: 60px;
}

.list > .item h3,
.list-item h3 {
    color: #444;
    font-weight: normal;
    margin: 0 0 4px 0;
}

.list > .item.icon-right,
.list-item.icon-right {
    padding-right: 180px;
}

.list > .item.icon-right .img,
.list-item .img {
    position: absolute;
    top: 5px;
    right: 35px;
    bottom: 5px;
    width: 140px;
}

.BottomBar {
    margin-top: 9px;
    height: 14px;
}

/* MEETING ITEM TO LIST ----------------------------------------------------- */
.meeting {
    position: relative;
    font-weight: bold;
    color: #323232;
    min-height: 45px;
}

.meeting.cancelled .participant,
.meeting.cancelled .avatar,
.meeting.cancelled .time,
.meeting.cancelled .text > *:not(.state) {
    opacity: 0.6;
}

.meeting a {
    color: #323232;
}

.meeting.single .username {
    color: #797979;
}

.meeting .username {
    font-weight: normal;
}

.meeting.single {
    padding-left: 110px;
}

.meeting.single > a {
    display: block;
    width: calc(100% - 75px);
    min-height: 45px;
}

.meeting.group {
    padding-left: 50px;
}

.meeting.group > a {
    display: block;
    width: calc(100%);
    min-height: 45px;
}

.meeting .time {
    width: 40px;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
}

/* .meeting .avatar {
    position: absolute;
    top: -2px;
    left: 50px;
} */

/* .meeting.group .text {
    position: relative;
    margin-bottom: 15px;
}

.meeting.single .text {
    width: calc(100% - 75px);
} */

.text .cancelled {
    color: red;
}

/* SEARCH BAR --------------------------------------------------------------- */
.SearchBar {
    position: relative;
    background-color: #e0e5e6;
    padding: 12px 15px;
    /* margin-bottom: 5px; */
}

.SearchBar .activeFilter,
.SearchBar input {
    line-height: 23px;
    border: 1px solid #c9c8c8;
    border-right: 0;
    padding: 0 5px;
    display: block;
    margin: 0;
    width: calc(100% - 24px);
}

.SearchBar .activeFilter {
    background: white;
    line-height: 33px;
    height: 35px;
    text-align: center;
    font-weight: normal;
}

.SearchBar button {
    position: absolute;
    border: 1px solid #7c7c7c;
    background-color: #787878;
    background-image: url('../img/next_4.png');
    background-size: 10px 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 12px;
    right: 15px;
    width: 24px;
    height: 25px;
}

/* TEXT STYLES -------------------------------------------------------------- */
.text {
    color: #787878;
}

.text.name {
    color: #323232;
    font-size: 110%;
}

.text.main {
    color: #2b2b2b;
    font-size: 115%;
    font-weight: normal;
}

.text.hint {
    color: #787878;
    background: none;
    padding: 0;
    line-height: 20px;
}
p.text.hint:last-child {
    margin-bottom: 0;
}

.text.small {
    font-size: 90%;
}

.text.large {
    font-size: 125%;
}

.text a {
    text-decoration: underline;
}

.text.italic {
    font-style: italic;
}
.text.bold {
    font-weight: bold;
}

/* LIST ITEM ---------------------------------------------------------------- */
.ListItem {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.list > .ListItem.item {
    min-height: 0;
}

.ListItem > .iconContainer {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
}

.ListItem > .iconContainer > .icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ListItem > .iconContainer > .icon.error {
    background-color: #9e9e9e;
}

.ListItem.hasIcon {
    padding-left: 60px;
    min-height: 61px !important;
}

.ListItem.hasNext {
    padding-right: 30px;
}

.ListItem > .content {
    padding: 5px;
    padding-left: 10px;
    overflow-wrap: break-word;
}

.ListItem > .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: url('../img/next.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
}

/* MASKED IMAGE ------------------------------------------------------------- */
.MaskedImage {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* UserProfileAvatar -------------------------------------------------------- */
.UserProfileAvatar {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 250px;
    height: 110px;
}

.UserProfileAvatar > .MaskedImage {
    width: 100%;
    height: 100%;
}

.UserProfileAvatar > .self {
    position: absolute;
    top: 5px;
    left: 3px;
}
.UserProfileAvatar > .other {
    position: absolute;
    top: 5px;
    right: 3px;
}

/* SELECTABLE LIST ITEM ----------------------------------------------------- */
.SelectableListItem {
    position: relative;
    padding-right: 50px;
    min-height: 50px;
}

.SelectableListItem > .form-control {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

.SelectableListItem > .content {
    padding: 0;
}

/* HEADER TOOLBAR ----------------------------------------------------------- */
.toolbar {
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.ListItem > .toolbar {
    margin-left: -60px;
    margin-right: 0;
    width: calc(100% + 60px);
}

.toolbar td {
    position: relative;
}

.toolbar td:not(:last-child)::after {
    content: ' ';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    width: 1px;
    right: -0.5px;
    top: 0;
    bottom: 0;
}

.toolbar a {
    color: inherit;
}

.ToolbarButton {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: relative;
}

/* SEARCH BAR USED IN QUESTS ------------------------------------------------ */
.SearchBar2 {
    position: relative;
    height: 44px;
    background-color: white;
    background-image: url('../img/search_icon.png');
    background-position: +10px center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.SearchBar2 button {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background-color: white;
    background-image: url('../img/clear_icon.png');
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.SearchBar2 input {
    position: absolute;
    left: 54px;
    top: 5px;
    bottom: 5px;
    right: 50px;
    width: calc(100% - 54px - 50px);
    outline: none;
    border: none;
    line-height: 44px;
    padding: 0;
}

/* TAG ---------------------------------------------------------------------- */
.Tag {
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
    border-radius: 2px;
}

/* EVENT LIST ITEM ---------------------------------------------------------- */
.EventListItem {
    display: block;
    position: relative;
    min-height: 96px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 100px;
    color: #444444;
}

.EventListItem strong {
    text-transform: uppercase;
}

.EventListItem .icon:first-child {
    margin: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    /* background-color: #9e9e9e; */
}

.EventListItem .icon:last-child {
    position: absolute;
    right: 8px;
    top: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
}

/* RATING INPUT ------------------------------------------------------------- */
.RatingInput {
    margin: 0 auto;
}

.RatingInput.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.RatingInput td {
    text-align: center;
}

.RatingInput button {
    width: 30px;
    height: 30px;
    margin: 0.5ex;
    display: block;
    border-radius: 30px;
    border: 1px solid gray;
    outline: none;
}

.RatingInput button:focus {
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
}

.RatingInput.small-bullets button {
    width: 24px;
    height: 24px;
    margin: 0.2ex;
}

/* BUTTON ------------------------------------------------------------------- */
.btn {
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 4px;
}

.btn-lg {
    font-size: 120%;
    padding: 5px 10px;
}

/* BUBBLE ------------------------------------------------------------------- */
.Bubble {
    position: absolute;
    min-width: 17px;
    min-height: 17px;
    background-color: #df6010;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
}

.notifications .Bubble {
    top: 5px;
    right: 37%;
}

.eventIcon .Bubble {
    right: -8px;
    bottom: -8px;
}

.news .Bubble {
    top: 5px;
    right: -3px;
}

.topbar .icons .Bubble {
    right: 0;
    top: 0;
}

.ListItem > .content > .Bubble {
    top: 42px;
    left: 42px;
}

/* DROPDOWN MENU ------------------------------------------------------------ */
.DropDownMenu {
    background-image: url('../img/ellipsis-vertical.png');
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    z-index: 99;
}

.DropDownMenu .menu {
    position: absolute;
    white-space: nowrap;
    border: 1px solid #828282;
    background-color: white;
    color: black;
    padding: 10px 20px;
    line-height: 25px;
    margin: 0;
    list-style: none;
    font-weight: normal;
}

.DropDownMenu .menu a {
    color: inherit;
}

.ScreenTitle .DropDownMenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
}

.ScreenTitle .DropDownMenu > .menu {
    top: 16px;
    right: 16px;
}

/* POLL OPTIONS ------------------------------------------------------------- */
.PollOptions {
    width: calc(100% + 6px);
    border-collapse: collapse;
    margin: 0 -3px;
    color: white;
}

.PollOptions a {
    color: inherit;
}

.PollOptions td {
    border: 3px solid white;
    padding: 8px;
}

.PollOptions td .icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 8px;
}

/* COMMUNITY EVENTS --------------------------------------------------------- */
.CommunityEvents {
    width: calc(100% + 6px);
    margin: -3px;
    border-collapse: collapse;
}

.CommunityEvents a {
    color: inherit;
}

.CommunityEvents td {
    text-align: center;
    text-transform: uppercase;
    border: 3px solid white;
    font-weight: bold;
    padding: 20px;
}

.CommunityEvents .icon {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

/* TABS --------------------------------------------------------------------- */
.Tabs {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 44px;
}

.Tabs > .tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 44px;
}

.Tabs.hasLeftArrow > .tabs {
    left: 24px;
}

.Tabs.hasRightArrow > .tabs {
    right: 24px;
}

.Tabs > .leftArrow,
.Tabs > .rightArrow {
    border: 0;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    cursor: pointer;
    outline: none;
}

.Tabs > .leftArrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    background-image: url(../img/prev_2.png);
}

.Tabs > .rightArrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    background-image: url(../img/next_2.png);
}

.Tabs > .tabs > div {
    position: absolute;
    top: 0;
    width: auto;
    left: 0;
    bottom: 0;
    white-space: nowrap;
}

.Tabs.ready > .tabs > div {
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}

.Tabs > .tabs > div > * {
    position: relative;
    display: block;
    float: left;
    height: 100%;
    border: none;
    background-color: #dbd8d1;
    outline-color: lightgray;
    text-overflow: ellipsis;
    padding: 5px;
    cursor: pointer;
    color: black;
}

.Tabs.ready > .tabs > div > * {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.Tabs > .tabs > div > a {
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
}

.Tabs > .tabs > div > .tab.selected::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    bottom: -5px;
    left: calc(50% - 3.5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Tabs > .tabs > div > .tab > span {
    white-space: normal;
    text-overflow: ellipsis;
}

/* USER HEADER -------------------------------------------------------------- */
.ParticipantHeader {
    position: relative;
    min-height: 86px;
    padding-top: 86px;
    background-color: #f6f6f6;
}

.ParticipantHeader .avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border: color;
    z-index: 1;
}

.ParticipantHeader .name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 22px;
    padding-left: 75px;
    padding-right: 15px;
    padding-bottom: 4px;
    font-size: 13px;
    color: #504f50;
    min-height: 37px;
    background-color: #e0e5e6;
}

.ParticipantHeader .buttonlink {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 15px;
    width: auto;
}

/* CHAT --------------------------------------------------------------------- */
.CreateChatMessage textarea,
.CreateChatMessage .form-control {
    margin-top: 0;
}

.ChatMessage {
    width: 75%;
    margin: 5px 15px;
}

.ChatMessage.mine {
    margin-left: auto;
}

.ChatMessage > .content {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #444444;
    font-size: 12px;
    margin: 4px 0;
}

.ChatMessage.mine > .content {
    background-color: #dbd8d1;
    border-color: #dbd8d1;
}

.ChatMessage > .timestamp {
    color: #7c7c7c;
    font-size: 10px;
    line-height: 200%;
}

.ChatMessage.mine > .timestamp {
    text-align: right;
}

/* LIST TITLE --------------------------------------------------------------- */
.ListTitle {
    padding: 8px 15px;
    margin: 0;
    background-color: #f6f6f6;
}

/* PIN ---------------------------------------------------------------------- */
.Pin {
    position: absolute;
    width: 0;
    height: 0;
    transform-origin: center;
    transition: all 0.1s ease-out;
}

.Pin:first-of-type {
    z-index: 1;
}

.Pin > .mark {
    width: 40px;
    height: 56px;
    position: absolute;
    left: -20px;
    bottom: 0;
    background-image: url('../img/map_point.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;

    transition: all 0.25s ease-out;
}

.Pin.star > .mark {
    background-image: url('../img/map_star.png');
}
.Pin.spinning > .mark {
    -webkit-animation: YRotation 2s infinite linear;
    animation: YRotation 2s infinite linear;
}

.Pin > .label {
    position: absolute;
    color: black;
    bottom: 65px;
    left: 50%;
    background: white;
    border: 1px solid darkgray;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
    padding: 3px 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.Pin:hover > .mark {
    transform: scale(1.4);
}

@-webkit-keyframes YRotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(359deg);
        transform: rotateY(359deg);
    }
}

@keyframes YRotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(359deg);
        transform: rotateY(359deg);
    }
}

/* SIDE FLAG ---------------------------------------------------------------- */
.SideFlag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
}

/* PROGRESS BACKGROUND ------------------------------------------------------ */
.ProgressBackground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.ProgressBackground > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.SelectableItem > .ProgressBackground {
    right: 90px;
}

/* FILTER SELECTION --------------------------------------------------------- */
/* .FilterSelection {
    position: relative;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    margin-top: 15px;
    padding: 0;
    padding-right: 35px;
    padding-bottom: 4px;
    background-color: #e3e9e9;
}

.FilterSelection button:not(.clearAll) {
    position: relative;
    display: inline-block;
    color: white;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #606060;
    border-radius: 3px;
    padding-right: 28px;
    height: 25px;
    line-height: 100%;
}

.FilterSelection button:not(.clearAll)::after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/reject_icon.png);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.FilterSelection > .clearAll {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../img/reject_icon.png);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: red;
    border: 1px solid #606060;
    border-radius: 14px;
    margin: 5px;
} */

/* Striped backgrounds */
.striped:nth-child(even) {
    background-color: white;
}
.striped:nth-child(odd) {
    background-color: #f6f6f6;
}

.homeScreenWaitingRoomButton {
    display: none;
}
@media (max-width: 700px) {
    .homeScreenWaitingRoomButton {
        display: table-cell;
    }
}
