﻿html {
    height: 100%;
    font-family: worksans-extralight, 'Work Sans', sans-serif;
}

.no-bar::-webkit-scrollbar {
    display: none;
}

.no-bar {
    -ms-overflow-style: none;
}


body {
    height: 100%;
    overflow-x: auto;
    background-color: #E9F3F3;
}


hr.compresssed {
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 2px solid #E9F3F3;
}

hr.compresssed-negative {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
    border-top: 2px solid #E9F3F3;
}


hr.wider {
    border-top: 5px solid #E9F3F3;
}

hr.none {
    border-top: none;
}

hr.no-top {
    margin-top: 0px;
}

article {
    padding-top: 15px;
}

    article p {
        font-size: large;
    }

a {
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

label.big-font a {
    color: #333;
    font-weight: initial;
    display: flex;
    align-items: center;
}

a.large {
    font-size: x-large;
}

h2.margin-low {
    margin-top: 10px;
}

.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-vertical-medium {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-vertical-large {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-top-negative {
    margin-top: -20px;
}

.margin-vertical-offset {
    margin-top: 10px;
    margin-bottom: 20px;
}

.margin-vertical-offset-large {
    margin-top: 20px;
    margin-bottom: 40px;
}

.margin-top-large {
    margin-top: 40px;
}

.btn {
    border-radius: 10px;
    outline: none !important;
}

.btn-medium {
    width: 165px;
}

.add-button {
    width: 220px;
}

a.add-button-wide {
    width: 100%;
}

h4.add-button-title {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0px;
}

.prompt {
    max-width: 280px;
}

.skinny-container {
    max-width: 400px;
}

#card-element {
    background-color: rgb(240, 248, 255);
    box-sizing: border-box;
    padding: 10px 12px;
    border: 0.5px solid;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.fake-select {
    border-bottom: 0.03em solid black;
}

div.sample-memory {
    width: 100%;
    background-image: url(https://fyli.com/images/example_memory.png);
}

/*Slider*/

/*start*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        border-radius: 99px;
        background-color: #7BE495;
        outline: none;
        cursor: pointer;
        -webkit-transition: .2s;
    }

    input[type=range]::-webkit-slider-thumb {
        cursor: pointer;
        -webkit-appearance: none;
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 4px solid #329D9C;
        background-color: #FFFFFF;
        margin-top: -6px;
    }

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 4px;
        border-radius: 99px;
        background-color: #7BE495;
        outline: none;
        cursor: pointer;
        -webkit-transition: .2s;
    }

    input[type=range]::-moz-range-thumb {
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 4px solid #329D9C;
        background-color: #FFFFFF;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 4px;
        border-radius: 99px;
        background-color: #7BE495;
        outline: none;
        cursor: pointer;
        -webkit-transition: .2s;
    }

    input[type=range]::-ms-thumb {
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 4px solid #329D9C;
        background-color: #FFFFFF;
        cursor: pointer;
        margin-top: 1px;
    }

/*stop*/
.filter-control {
    height: 16px;
}


.oval {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    border: 4px solid #329D9C;
    background-color: #FFFFFF;
}
/*End Slider*/

a.btn-primary, .btn-primary, label.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus {
    color: #F7F7F7;
    background: linear-gradient(180deg, #7BE495 0%, #329D9C 100%);
    cursor: pointer;
}


.btn.active.focus, .btn.active:focus, .btn:active, .btn:focus, .btn:hover {
    outline: none;
}

a.btn-primary:visited {
    color: #F7F7F7
}

.fit {
    width: fit-content;
    display: table;
}

.btn-info, button.btn-info {
    color: #329D9C;
    background-color: #FFF;
    border-color: #329D9C;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.53px;
    text-align: center;
}

    .btn-info:hover, button.btn-info:hover, btn-info:focus, button.btn-info:focus {
        color: #329D9C;
        background-color: #FFF;
        border-color: #329D9C;
    }

.btn-date button.btn-info {
    color: black;
}

.btn-danger {
    font-size: large;
}

.oval-button {
    height: 40px;
    width: 50px;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(60,73,102,0.4);
    color: #56C596;
    text-align: center;
    font-size: 25px;
}

    .oval-button.right {
        margin-right: -30px;
    }

    .oval-button.left {
        margin-left: -30px;
    }

.form-control {
    height: 40px;
}

button.space {
    margin-top: 45px;
}

div.flex-column {
    display: flex;
    flex-direction: column;
}

div.thanked {
    text-align: right;
    padding: 2px 5px;
    color: #3C9BDE;
}

div.min-height {
    min-height: 250px;
}

.min-width {
    min-width: 100%;
}

.clear-both {
    clear: both;
}

footer {
    font-size: .8em;
    position: fixed;
    bottom: 0;
    min-width: 100%;
    color: #329D9C;
}

li i.glyphicon {
    color: #3C9BDE;
    font-size: 16px;
}


div.full {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}

.hamburger {
    display: block;
    background: none;
    color: #329D9C;
    border: none;
    position: fixed;
    top: 20px;
    right: 14px;
}

nav .close {
    background-image: url("Image/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #329D9C;
    cursor: pointer;
    display: block;
    height: 3.5em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 6em;
}

.date {
    font-size: 1.4em;
    color: #7A726F;
}

nav {
    background-color: none;
    border: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 46px;
    z-index: 1000;
}

    nav div.background {
        width: 200px;
        border: #329D9C;
        color: #329D9C;
        background: #F7F7F7;
        border-left: solid 1px rgba(144, 144, 144, 0.2);
        box-shadow: none;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        padding: 3em 2em;
        position: fixed;
        right: 0;
        top: 0;
        /*visibility: hidden; */
        width: 20em;
        min-width: 300px;
        z-index: 10002;
    }

    nav ul {
        padding-top: 18px;
        padding-left: 0;
    }

        nav ul li {

        }

    nav li a, nav li a:hover, nav li a:visited {
        display: flex;
        color: #000;
        padding-right: 12px;
        padding-bottom: 18px;
        font-size: large;
    }

        nav li a i {
            padding-right: 12px;
            color: black;
            font-size: xx-large;
        }

    nav.show {
        right: 0;
    }

    nav.hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    nav ul li {
        display: list-item;
        border-bottom: .05em solid #111;
        padding-top: 10px;
        padding-left: 15px;
    }

nav.wide-nav {
    max-width: 70%;
    font-size: 1.25em;
    display: flex;
    justify-content: space-around;
    position: fixed;
    top: 16px;
    right: 150px;
    color: black;
    height: 50px;
}

    nav.wide-nav a,
    nav.wide-nav a:hover,
    nav.wide-nav a:visited,
    nav.wide-nav a:active {
        color: black;
        text-decoration: none;
    }
    nav.wide-nav a i {
        margin-right: 5px;
        font-size: x-large;
    }

a, a.color:hover, a.color:visited {
        text-decoration: none;
        color: #329D9C;
        cursor: pointer;
    }

.font-medium {
    font-size: 1.25em;
}

span a, span a:hover, span a:visited {
    color: #329D9C;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-middle {
    display: flex;
    justify-content: center;
}

.flex-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-inline-reverse {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.flex-inline-no-wrap {
    display: flex;
    align-items: center;
    white-space: normal;
}

.flex-inline-top {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
}

.flex-inline-space {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-inline-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-inline-end {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.flex-inline-evenly {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flex-inline-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-aline-end {
    display: flex;
    justify-content: flex-end;
}

.margin-spacer {
    margin: 10px 5px;
}

.comment {
    font-size: large;
    color: #000000;
    margin: 4px 1px 50px 1px;
}

.cursor {
    cursor: pointer;
}

textarea, textarea.form-control {
    height: 20vh;
}

h1.dark, h2.dark, h3.dark, h4.dark {
    color: #000000;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.well.well-tight {
    padding: 0 10px;
    border-radius: 5px;
}

.comment-data {
    margin-bottom: 4px;
    padding-left: 2px;
}

.comment-data span {
    font-size: medium;
    color: #7A726F;
}

.comment-add {
    font-size: large;
    color: #222;
    font-weight: bold;
    cursor: pointer;
}

.comment-content {
    padding: 7px;
    background-color: #F1F1F1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 12px;
}

.comment span.badge {
    margin: 0 12px 2px 0;
}

pre {
    font-family: inherit;
    display: block;
    padding: 0;
    font-size: x-large;
    line-height: inherit;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: inherit;
    border: none;
    overflow-x: hidden;
    text-align: left;
    margin-bottom: 0px;
}

.comment-content pre {
    font-size: large;
    padding: 10px;
}


pre {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: normal;
}

/* site title
----------------------------------------------------------*/
div.nav-partial {
    position: fixed;
    top: 15px;
    right: 15px;
}


div.header-bottom {
    position: relative;
    top: 57px;
}

.site-title a {
    position: fixed;
    left: 15px;
    top: 10px;
    background-image: url(https://fyli.com/images/logo.svg);
    height: 45px;
    width: 110px;
    background-size: cover;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        outline: none;
        text-decoration: none;
    }


header {
    position: fixed;
    top: 0;
    z-index: 995;
    background-color: #fff;
    color: #329D9C;
    width: 100%;
    height: 67px;
    border-bottom: 1px solid #2e6da4;
}

div.small-padding {
    padding: 5px;
}



.top-header {
    position: fixed;
    background: #fff;
    z-index: 993;
    width: 100%;
}

/* login
----------------------------------------------------------*/


.login h2 {
    margin-left: 25px;
}

div.login a {
    font-size: large;
    font-weight: bold;
}


.login input.form-control {
    max-width: 200px;
}

.login input {
    /*margin: 0 auto;*/
}

div.validation-summary-errors ul {
    padding: 2px 25px;
    font-size: medium;
}

/*custom checkbox - do better later*/
/* Styles for hiding the native checkbox */
input[type='checkbox'].check-custom {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    /* Styles for the basic appearance of the custom checkbox */
    input[type='checkbox'].check-custom ~ .check-toggle {
        width: 3rem;
        height: 3rem;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #969696;
        border-radius: 50%;
        cursor: pointer;
    }

    /* Styles for the hover state appearance of the custom checkbox */
    input[type='checkbox'].check-custom:hover ~ .check-toggle {
        border-color: #4a4a4a;
    }

    /* Styles for the focus state appearance of the custom checkbox */
    input[type='checkbox'].check-custom:focus ~ .check-toggle {
        border-color: #b0d5ff;
        box-shadow: 0 0 0 2px rgba(23, 133, 255, 0.25);
    }

    /* Styles for the checked state appearance of the custom checkbox */
    input[type='checkbox'].check-custom:checked ~ .check-toggle {
        border-color: #329D9C;
        background: #329D9C url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) center no-repeat;
        background-size: 75%;
    }

/*end custom checkbox*/

/*slider */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

.switch-large {
    height: 45px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.special-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .special-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .special-slider {
    background-color: #3C9BDE;
}

input:focus + .special-slider {
    box-shadow: 0 0 1px #3C9BDE;
}

input:checked + .special-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.special-slider.round {
    border-radius: 34px;
}

    .special-slider.round:before {
        border-radius: 50%;
    }

/* end slider*/

ul {
    list-style-type: none;
}

li.notification-message {
    padding: 15px;
    border-bottom: 1px solid #C1CEDE;
    min-height: 75px;
}

#logoutForm {
    display: inline;
}

div > span.badge-selected {
    background-color: transparent;
    color: #329D9C;
    border: .06em solid #329D9C;
}

div > span.badge-clear {
    background-color: transparent;
    color: #192038;
    font-weight: 500;
    border: .1em solid #EDF1F7;
}

.form-control.badge {
    line-height: 24px;
}

div > span.line-height {
    line-height: inherit;
}

.glyphicon {
    cursor: pointer;
}

.bold {
    font-weight: bolder;
}


.badge {
    margin: 0 5px 3px 0;
    background-color: #222;
    cursor: pointer;
    padding: 6px 12px;
}

.drop {
    border-bottom: solid 1px #329D9C;
    padding-top: 7px;
}

.well {
    background-color: #F7F7F7;
    border: none;
    border-radius: 1px;
}

.glue-top {
    position: fixed;
    top: 0;
    background-color: #329D9C;
    z-index: 100;
    width: inherit;
}

.reset {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    color: #7A726F;
    text-align: left;
    display: flex;
    flex-flow: wrap;
    max-height: 100vh;
}


.drop span {
}

.name {
    color: black;
    font-weight: bold;
}

.container, .container-fluid {
    margin-bottom: 30px;
    padding-top: 20px;
}

div.container-thin {
    margin-top: -2px;
    margin-bottom: 0;
    padding-top: 0;
}

.drop .drop-container {
    cursor: pointer;
}

.pad-sm {
    padding: 4px 18px;
}

.pad-right {
    padding-right: 7px;
}

.pad-top {
    padding-top: 7px;
}

.pad-top-medium {
    padding-top: 25px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.row .pad {
    padding: 6px 30px 0 30px;
}

select.time {
    width: 75px;
}

.form-group {
    margin-bottom: 22px;
}


.color, .color i, i.color, li i.color {
    color: #329D9C;
}

.white {
    color: #329D9C;
}

div.sm-icon i {
    font-size: 20px;
}

.green {
    margin-left: 8px;
    margin-right: 8px;
}

.red {
    color: #e74e40;
}

.warm-red {
    color: #F0310A;
}

.grey {
    color: #7A726F;
}

div.green {
    background-color: #4F3529;
    color: #F7F7F7;
}

i.green {
    color: #F7F7F7;
}

div.drop.green {
    margin: 0;
}

i.red {
    color: #e74e40;
}

input, select {
    color: black;
}

    input[type=text].form-control, input[type=text] {
        background-color: rgb(242, 249, 255);
        border-color: #E6EBF2;
        border-radius: 14px;
    }

textarea.form-control, textarea {
    background-color: rgb(242, 249, 255);
    border-color: #E6EBF2;
}

.person {
    background-color: #329D9C;
}

.selectedPerson {
    background-color: #329D9C;
}

.badge.selected.foreign {
    background-color: #A1B1B1;
}

.select div {
    font-size: 24px;
    cursor: pointer;
}

    .select div .glyphicon {
        font-size: 24px;
    }

.badge.foreign {
    background-color: #A1B1B1;
}

br {
    clear: both;
}

.well {
    margin-top: 20px;
}

.well-margin-top {
    margin-top: 0px;
}

.well label {
    /* color: black; */
}

.well-sm {
    border-radius: 1px;
    border-top: 1px solid #329D9C;
    font-size: large;
}

.height-well {
    max-height: 105px;
    overflow: auto;
}

    .height-well span {
        display: inline-flex;
        margin: 0 6px;
    }

.stream {
    font-size: 16px;
}

div.drop-container span {
    font-size: 18px;
}

div.badge, span.badge {
    font-size: 18px;
    margin: 0 12px 13px 0;
    min-width: max-content;
    border-radius: 20px;
}

.margin {
    margin-left: 8px;
    margin-right: 8px;
}

.margin-offset-left {
    margin-left: 4px;
    margin-right: 8px;
}

span.margin-left, .margin-left {
    margin-left: 10px;
}

.margin-left-medium {
    margin-left: 24px;
}

span.margin-right, .margin-right {
    margin-right: 10px;
}

.margin-right-large {
    margin-right: 20px;
}

.margin-left-large {
    margin-left: 50px;
}

.margin-left-small {
    margin-left: 5px;
}

label.margin-none {
    margin: 0;
}

.margin-top {
    margin-top: 15px;
}

div.margin-top {
    margin-top: 15px;
}

h3.margin-top {
    margin-top: 10px;
}

.margin-top-big {
    margin-top: 120px;
}

.margin-top-medium, div.margin-top-medium {
    margin-top: 35px;
}

label.margin-check-left {
    margin: 0 0 0 10px;
}

div.padding-none {
    padding: 0px;
}

.padding-side {
    padding-left: 5px;
}

div.comment-container span.badge {
    margin: 0 6px 0 10px;
}

.stream .black {
    color: black;
}

.black {
    color: black;
}

div h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

    div h3.space-bottom {
        margin-bottom: 12px;
    }

.glyphicon-info-sign {
    color: #329D9C;
    font-size: 30px;
}

span.icon-bar {
    background-color: #999;
}

div.space span {
    margin-bottom: 15px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

div.dialog-background {
    height: 0;
}

    div.dialog-background div.dialog-outer {
        height: 100%;
        width: 100%;
        z-index: 990;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: rgba(30,60,120,0.14);
    }

div.dialog-outer > div.dialog {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 1px;
    min-width: 300px;
    min-height: 150px;
    max-height: 400px;
    overflow: auto;
    max-width: 360px;
    border: 0.08em solid #329D9C;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: fixed;
    top: 80px;
}

div.dialog a {
    font-weight: bold;
    color: #329D9C;
}

div.dialog > i.glyphicon {
    float: right;
    color: #329D9C;
}

div.dialog > div {
    padding: 10px;
}

div.upload-background {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 67px;
    right: 0;
    z-index: 1009;
    color: #333;
    background: rgba(254,254,254, 0.6);
    width: 100%;
    min-height: 50px;
    font-size: 1.5em;
    border-bottom: 1px solid black;
}

    div.upload-background i {
        font-size: 1.2em;
    }

div.waiting, div.upload {
    background-color: rgba(30,60,120,0.04);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99991;
}

    div.upload > div, div.waiting > div {
        position: fixed;
        top: 45%;
        left: 50%;
        margin-left: -40px;
    }

div.message {
    position: fixed;
    top: 40%;
    left: 0;
    width: 100%;
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px #e74e40;
}

input[type="file"] {
    display: none;
    /*this is to hide so you can do custom*/
}

/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}


canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

div.year {
    margin-top: 10px;
    text-align: center;
}

    div.year::before {
        clear: both;
    }


div.flex-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


img, video {
    max-height: 70vh;
    max-width: 100%;
}

video {
    min-height: 100%;
    min-width: 100%;
}

.space > img, .space > video {
    margin-bottom: 10px;
}


.img-container {
    max-height: 70vh;
    position: relative;
}

img.icon {
    width: 48px;
    height: 48px;
}

img.fit-image {
    width: 45%;
    height: auto;
}

img.no-fit {
    width: 100%;
    height: auto;
    max-height: none;
}

.w-25, .w-20 {
    width: 20%;
}

.w-75 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.padding-surround {
    padding: 0 15px 15px 15px;
}

.padding-medium {
    padding: 10px;
}

.padding-large {
    padding: 30px;
}

i.expand-image {
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgb(250,250,250,.7);
    font-size: 25px;
}


.img-wide {
    object-fit: cover;
    vertical-align: bottom;
    margin: 4px;
}

.img-narrow {
    object-fit: cover;
    vertical-align: bottom;
    margin: 4px;
}

.img-container:last-child {
    margin-right: 0;
}

.img-wide video {
    object-fit: cover;
    vertical-align: bottom;
}

.img-narrow video {
    object-fit: cover;
    vertical-align: bottom;
}


img.big {
    object-fit: contain;
    margin: 10px;
    z-index: 20000;
}

div.big-image {
    background-color: rgba(100,100,100,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20001;
    text-align: center;
}


.filter {
    position: fixed;
    top: 12px;
    right: 100px;
    color: #329D9C;
    z-index: 996;
    font-size: 34px;
}

.red-filter {
    color: #e74e40;
}

.prompt, .skinny-container {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px 10px;
}

.add-button {
    height: 56px;
    border-radius: 5px;
    background: linear-gradient(180deg, #81CCE9 0%, #3C9BDE 100%);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(25,32,56,0.25);
}

    .add-button.add-button-no-margin {
        margin-left: 0px;
        margin-right: 20px;
    }

    .add-button a, .add-button span {
        color: #FFF;
    }

.add-moment {
    background: linear-gradient(180deg, #81CCE9 0%, #3C9BDE 100%);
}

.add-question {
    background: linear-gradient(180deg, #7BE495 0%, #329D9C 100%);
}


.prompt-border {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    color: #FFF;
    background: linear-gradient(0deg, #7BE495 0%, #329D9C 100%);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}

div.message prompt-border {
    border: 1px solid white;
    border-radius: 5px;
    padding: 7px;
}

    .prompt-border.solid {
        background: #56C596;
    }

.prompt .arrow-prompt {
    background-color: none;
    border: none;
    color: #FFF;
    box-shadow: none;
}

.prompt-border .btn-info {
    border: none;
    padding: 7px 20px;
}

.prompt h2 {
    font-size: 28px;
}

.prompt span.btn-primary, .prompt a.btn-primary, .prompt span.btn-info, .btn, a.btn {
    font-size: large;
}

.prompt-btn span.btn-primary.large, .prompt-btn a.btn-primary.large, .prompt-btn a.btn-info.large, .prompt-btn span.btn-info.large {
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 280px;
}

.prompt p {
    margin-top: 10px;
    font-size: 1.2em;
    padding: 7px;
}

.prompt .width-small {
    width: 100px;
}

.question-container {
    padding: 20px 0;
}

.question {
    padding: 5px 15px;
}

.new-drop {
    position: fixed;
    top: 75px;
    right: 25px;
    z-index: 990;
    color: #329D9C;
    font-size: 2.5em;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
}

a.blue {
    color: blue;
}


.pointer {
    cursor: pointer !important;
}


li.not-viewed {
    background-color: rgb(86, 197, 150,0.15);
}

div.row-clean-gutter {
    margin: 0 0 0 0;
}

.glyphicon {
    font-size: 18px;
}

.glyphicon-menu-hamburger, .glyphicon-filter, .glyphicon-bell {
    font-size: 34px;
}



.big-font {
    font-size: 1.4em;
}

.medium-font {
    font-size: 1.2em;
}

span.comment {
    cursor: pointer;
}

div.update-moment {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: 500px;
    overflow: scroll;
    margin-bottom: 100px;
    color: #333;
    background-color: #FFF;
}

div.bottom-edit {
    margin-bottom: 40px;
}

.max-height-scroll {
    max-height: 600px;
    overflow-y: auto;
}

div.filter-block, div.filter-block-wide {
    display: block;
}

.notifications-drop-wide {
    display: block;
}

span.notifications {
    display: none;
}

div.box-wrap, div.notifications-drop-wide {
    background-color: #FFF;
    background-color: rgb(255,255,255,0.8);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 16px;
    overflow: auto;
}


div.notifications-drop-wide {
    max-height: 90vh;
}

ul.notifications-drop-wide li {
    color: #329D9C;
}

ul {
    padding-inline-start: 0px !important;
}

ul.notifications-drop {
    display: none;
}

    ul.spaced li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

@media screen and (max-width: 1200px) {
    div.filter-block-wide {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    nav.wide-nav {
        display: none;
    }

    .reset {
        overflow-y: scroll;
    }
}

@media screen and (max-width: 768px) {
    .w-20 {
        width: 20%;
    }

    .w-25 {
        width: 25%;
    }

    .w-75 {
        width: 75%;
    }

    .w-80 {
        width: 80%;
    }

    div.filter-block {
        display: none;
    }

    .notifications-drop-wide {
        display: none;
    }

    span.notifications {
        display: block;
    }

    span.notifications {
        color: #F7F7F7;
        border: none;
        position: fixed;
        top: 20px;
        right: 60px;
        z-index: 998;
    }

    ul.notifications-drop {
        padding: 0;
        background-color: #F7F7F7;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        color: #329D9C;
        z-index: 992;
        position: fixed;
        top: 68px;
        right: 0;
        max-height: 585px;
        overflow: auto;
        display: block;
    }

    i.notifications {
        color: #e74e40;
    }

    span.notifications {
        top: 10px;
    }

    ul.notifications-drop {
        width: 100%;
        margin-top: 0px;
        top: 50px;
    }

    div.full-small {
        width: 100%;
        height: 100%;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
    }


    .img-container {
        height: auto;
        height: fit-content;
    }

    i.expand-image {
        color: rgb(250,250,250,0);
    }

    img, video {
        height: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: initial;
        max-height: 70vh;
    }

    .img-narrow, img-wide {
        min-width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    img.big {
        max-width: 99%;
        height: auto;
        top: 2px;
        z-index: 20000;
        max-height: 100%;
        margin: 0;
    }

    div.big-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20001;
        text-align: center;
    }

    .filter {
        top: 3px;
    }

    div.upload-background {
        top: 52px;
        right: 0;
    }


    div.header-bottom {
        top: 42px;
    }

    header {
        height: 52px;
    }

    .site-title a {
        background-image: url(https://fyli.com/images/logo.svg);
        height: 34px;
        width: 84px;
        background-size: cover;
    }

    .my-drop-zone {
        display: none;
    }

    nav div.background {
        width: 55%;
    }

    .hamburger {
        top: 10px;
    }

    div.update-moment {
        top: 32px;
    }

    .new-drop {
        top: 59px;
        right: 10px;
        font-size: 2.5em;
    }
}

.border-light {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -20px;
    background-color: #FFF;
    padding-bottom: 10px;
}

.border-light.margin-top {
    margin-top: 15px;
}

.wrap-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.wrap-negative-margin {
    margin-left: -15px;
    margin-right: -15px;
}

@media(max-width: 500px) {
    body {
        background-color: #FFF;
    }

    h4.wide-only {
        display: none;
    }

    .flex-inline-reverse {
        display: unset;
        align-items: unset;
        align-items: unset;
        justify-content: unset;
        flex-direction: unset;
    }

    .prompt {
        margin: 20px 25px;
        max-width: 100%;
    }

    .add-button {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 25px;
        width: auto;
    }

        .add-button.add-button-no-margin {
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
        }

    .add-button-wide {
        margin-left: auto;
        margin-right: auto;
    }

    h4.add-button-title {
        margin-left: 25px;
        margin-right: 25px;
    }

    .prompt-border {
        margin-top: 10px;
    }

    .prompt-btn span.btn-primary.large, .prompt-btn a.btn-primary.large, .prompt-btn a.btn-info.large, .prompt-btn span.btn-info.large {
        min-width: 90%;
    }
}

    @media (min-width: 500px) {

        .border-light {
            border-left: solid .15em #F3F3F3;
            border-right: solid .15em #F3F3F3;
            border-bottom: solid .15em #F3F3F3;
        }
    }

    @media (min-width: 1500px) {
        .container {
            width: 1400px;
        }
        .container-fluid {
            padding-left: 5%;
            padding-right: 5%;
        }
    }


.cta, .cta:hover, .cta:active, .cta:focus,
span.cta, span.cta:hover, span.cta:active, span.cta:focus,
a.cta, a.cta:hover, a.cta:active, a.cta:focus {
    background: #D94339;
    border: none;
}

.cta-inv, .cta-inv:hover, .cta-inv:active, .cta-inv:focus,
span.cta-inv, span.cta-inv:hover, span.cta-inv:active, span.cta-inv:focus,
a.cta-inv, a.cta-inv:hover, a.cta-inv:active, a.cta-inv:focus {
    color: #D94339;
    background: #FFF;
    border: #D94339 solid 0.03em;
    padding: 2px 0;
}

span.glyphicon.cta {
    color: #e74e40;
    background: none;
}

a:focus {
    outline: none;
}

.primary-100 {
    color: #D8FAED;
}

.primary-200 {
    color: #B2F5E3;
}

.primary-300 {
    color: #85E1D0;
}

.primary-400 {
    color: #5FC4BA;
}

.primary-500 {
    color: #329D9C;
}

.primary-600 {
    color: #247F87;
}

.primary-700 {
    color: #196271;
}

.primary-800 {
    color: #0F485B;
}

.primary-900 {
    color: #09354B;
}

.primary-transparent-100 {
    color: rgba(50, 157, 156, 0.08);
}

.primary-transparent-200 {
    color: rgba(50, 157, 156, 0.16);
}

.primary-transparent-300 {
    color: rgba(50, 157, 156, 0.24);
}

.primary-transparent-400 {
    color: rgba(50, 157, 156, 0.32);
}

.primary-transparent-500 {
    color: rgba(50, 157, 156, 0.4);
}

.primary-transparent-600 {
    color: rgba(50, 157, 156, 0.48);
}

.success-100 {
    color: #DFFCE4;
}

.success-200 {
    color: #C1F9D0;
}

.success-300 {
    color: #9DEDBB;
}

.success-400 {
    color: #7FDCAB;
}

.success-500 {
    color: #329D9C;
}

.success-600 {
    color: #3EA986;
}

.success-700 {
    color: #2B8D77;
}

.success-800 {
    color: #1B7267;
}

.success-900 {
    color: #105E5C;
}

.success-transparent-100 {
    color: rgba(86, 197, 150, 0.08);
}

.success-transparent-200 {
    color: rgba(86, 197, 150, 0.16);
}

.success-transparent-300 {
    color: rgba(86, 197, 150, 0.24);
}

.success-transparent-400 {
    color: rgba(86, 197, 150, 0.32);
}

.success-transparent-500 {
    color: rgba(86, 197, 150, 0.4);
}

.success-transparent-600 {
    color: rgba(86, 197, 150, 0.48);
}

.info-100 {
    color: #D6F5FB;
}

.info-200 {
    color: #AEE7F8;
}

.info-300 {
    color: #82CCEA;
}

.info-400 {
    color: #5EACD5;
}

.info-500 {
    color: #3082b9;
}

.info-600 {
    color: #23669F;
}

.info-700 {
    color: #184C85;
}

.info-800 {
    color: #0F366B;
}

.info-900 {
    color: #092658;
}

.info-transparent-100 {
    color: rgba(48, 130, 185, 0.08);
}

.info-transparent-200 {
    color: rgba(48, 130, 185, 0.16);
}

.info-transparent-300 {
    color: rgba(48, 130, 185, 0.24);
}

.info-transparent-400 {
    color: rgba(48, 130, 185, 0.32);
}

.info-transparent-500 {
    color: rgba(48, 130, 185, 0.4);
}

.info-transparent-600 {
    color: rgba(48, 130, 185, 0.48);
}

.warning-100 {
    color: #FDEDD7;
}

.warning-200 {
    color: #FBD8B0;
}

.warning-300 {
    color: #F4B986;
}

.warning-400 {
    color: #EA9B66;
}

.warning-500 {
    color: #DC6F37;
}

.warning-600 {
    color: #BD5128;
}

.warning-700 {
    color: #9E371B;
}

.warning-800 {
    color: #7F2111;
}

.warning-900 {
    color: #69120A;
}

.warning-transparent-100 {
    color: rgba(220, 111, 55, 0.08);
}

.warning-transparent-200 {
    color: rgba(220, 111, 55, 0.16);
}

.warning-transparent-300 {
    color: rgba(220, 111, 55, 0.24);
}

.warning-transparent-400 {
    color: rgba(220, 111, 55, 0.32);
}

.warning-transparent-500 {
    color: rgba(220, 111, 55, 0.4);
}

.warning-transparent-600 {
    color: rgba(220, 111, 55, 0.48);
}

.danger-100 {
    color: #FDE6D7;
}

.danger-200 {
    color: #FBC8B1;
}

.danger-300 {
    color: #F3A087;
}

.danger-400 {
    color: #E87A67;
}

.danger-500 {
    color: #D94339;
}

.danger-600 {
    color: #BA292C;
}

.danger-700 {
    color: #9C1C29;
}

.danger-800 {
    color: #7D1226;
}

.danger-900 {
    color: #680A24;
}

.danger-transparent-100 {
    color: rgba(217, 67, 57, 0.08);
}

.danger-transparent-200 {
    color: rgba(217, 67, 57, 0.16);
}

.danger-transparent-300 {
    color: rgba(217, 67, 57, 0.24);
}

.danger-transparent-400 {
    color: rgba(217, 67, 57, 0.32);
}

.danger-transparent-500 {
    color: rgba(217, 67, 57, 0.4);
}

.danger-transparent-600 {
    color: rgba(217, 67, 57, 0.48)
}

.blue-1 {
    color: #3C9BDE;
}

i.mdi {
    font-size: 18px;
}
    i.mdi.medium {
        font-size: 28px;
    }

    i.mdi.large {
        font-size: 34px;
    }

i.mdi.right {
    margin-right: 8px;
}

span.badge-right, div.badge-right, .badge-right {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #3C9BDE;
    background-color: #E2F0FA;
    font-size: 1em;
}

.btn-fyli {
    background-color: #FFF;
    color: black;
    font-size: 1.3em;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .175);
    border-radius: 18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    cursor: pointer;
}

span.btn-fyli .glyphicon {
    font-size: 0.9em;
    color: #3081B9;
    margin: 0;
    padding: 0;
}

.small-font.glyphicon, .btn > i.small-font {
    font-size: 17px;
}

.btn {
    border-radius: 28px;
    line-height: 24px;
}

.primary-background {
    background-color: #FFF;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-top: -30px;
    min-height: 50vh;
}

/*waiting loader*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3C9BDE;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
