@keyframes flip {
    from {
        background: #E0F4F2;
        transform: rotateY(20deg);
    }

    to {
        background: #FFF;
        transform: none;
    }
}

html, body {
    width: 100%;
    height: 100%;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;

    color: #8f8f8f;

    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.2em;

    margin: 0;
    padding: 0;

    margin-bottom: 0;
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

input {
    margin: 0 !important; /* bootstrap crudder */
}

.nav-logo-header{
    margin: 10px;
    width: 32px;
}

.clicker {
    cursor: pointer;
}

.huge {
    font-size: 18px;
    font-weight: bold;
}

.image-box {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    float: left;
}

.flap {
    position: absolute;
    top: 0px;
    left: 0px;

    border-width: 36px;
    border-style: solid;
    border-color: #1db79c transparent transparent #1db79c;
    border-top-left-radius: inherit;

    opacity: 0.9;
}

.card {
    max-width: 450px;
    padding: 24px;
    margin: auto;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}

.card-other {
    max-width: 450px;
    padding: 24px;
    margin: auto;
    margin-bottom: 40px;
    background: #fff;
    position: relative;

    max-width: 355px;
    margin-top: 32px;

    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.2);
    border-radius: 3px;

}

.card-section {
    position: relative;
    max-width: 355px;
    padding: 24px;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 10px;
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.2);
    border-radius: 3px;
}

.card.mini {
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 6px;
    /*border-top: 2px solid #1db79c;*/
}

label {
    cursor: pointer;
    font-weight: normal;
}

label.card {
    display: block;
}

.context-more {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 12px;
    margin-top: 15px;
    font-size: 1.4em;
    line-height: 1em;
}

label.input-line {
    display: block;

    margin: 0;
    padding: 0;

    padding-bottom: 8px;
    padding-top: 8px;

    font-weight: normal;
}

label.input-line input, label.input-line select {
    float: right;
}

.ui-checkbox2 {
    display: none;
}

.ui-checkbox2 + label {
    position: relative;
    padding-left: 41px;
    display: inline-block;
    font-size: 12px;
    width: 34%;
    margin-bottom: 0px;
    float: right;
}

.ui-checkbox2 + label:before {
    background-color: #fff;
    border: 1px solid #1db79c;
    padding: 9px;
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 6px;
    right: 24px;
    content: "";
}

.abs-bottom {
    position: absolute !important;
    bottom: 0px;
}

.abs-center {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
}

.link {
    color: #2cb59b;

    /* please remove this, it makes no sense */
    padding: 9px 16px;
    margin-top: -6px;
    /*  */

    font-size: 11px;
}

.linka {
    cursor: pointer;
}

.link:active, .linka:active {
    color: #227ABF;
    text-decoration: underline;
}

.x-no-border {
    border-bottom: none;
}

.exit-btn {
    position: absolute !important;
    z-index: 200 !important;
    top: 5px !important;
    right: 5px !important;
    color: #ffffff !important;
    background: #2cb59b;
    padding: 2px;
    font-size: 16px !important;
}

.exit-btn:hover {
    color: #ffffff !important;
    background: #2cb59b;
}

.campaign-box-detail {
    margin-top: 0px;
    padding: 0px;
}

.detailed-box-icons hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.extra-info-scroll-detail {
    margin-top: 0px;
    font-size: 14px;
    color: #777;
}

.extra-info-scroll-detail hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.loading-bar {
    background-color: #282826;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;
    opacity: 0.7;
}

.loading-bar img {
    width: 150px;
}

.social-sharing-box div i {
    color: #1db79c;
    font-size: 15px;
}

.border-text-block-description {
    height: 36px;
    border-left: solid 1px #e3e3e3;
    width: 1px;
    margin: 0 auto;
}

.text-block-description-smaller{
    font-size: 12px;
    cursor: pointer;
}

.no-padding-left{
    padding-left: 0px;
}


.no-padding-right{
    padding-right: 0px;
}

.payload-text{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.payload-text-other{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}

@media (max-width: 767px) {
    aside {
        display: block;
        box-shadow: rgba(108, 108, 108, 0.4) 0 0 10px;
    }
}

.mobile-nav-slide {
    width: 35px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 25px;
    display: none;
    z-index: 1049;
    cursor: pointer;
    background: #3D4C55;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zHelp {
    opacity: 0.3;
}

.mobile-nav-slide i {
    color: #fff;
}

.mobile-nav-slide i:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .mobile-nav-slide {
        display: block;
    }
}

aside {
    position: fixed;
    top: 0px;
    right: -294px;
    bottom: 0;
    width: 100%;
    max-width: 288px;
    z-index: 10;
    transition: right 1s ease 0s;
}

@media (max-width: 265px) {
    aside {
        max-width: 265px;
        right: 265px
    }

    .mobile-nav-slide {
        right: -265px;
    }

    .sidebar-wrapper .sidebar-nav .nav > hr {
        margin-right: 23px !important;
    }

}

.aside-offscreen {
    right: 0;
}

.sidebar-wrapper {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #3D4C55;
}

.sidebar-wrapper .sidebar {
    position: relative;
    height: 100%;
    width: calc(94% + 17px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    background: #3d4c55;
}

.sidebar-wrapper .sidebar:after {
    content: "";
}

.sidebar-wrapper .sidebar-nav .nav {
    padding: 0;
    margin-right: -14px;
}

.sidebar-wrapper .sidebar-nav a img.navbar-logo {
    margin: 40px 0 10px 26px;
}

.sidebar-wrapper .sidebar-nav .nav-heading {
    color: #fff;
    font-size: 16px;
    line-height: 1.38;
}

.sidebar-wrapper .sidebar-nav .profile-head {
    margin: 10px 0 10px 0;
    padding: 0 26px;;
}

.sidebar-wrapper .sidebar-nav .profile-pic {
    width: 55px;
    height: 55px;
    border-radius: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
}

.sidebar-wrapper .sidebar-nav .nav li {
    list-style-type: none;
    padding: 15px 26px;
}

.sidebar-wrapper .sidebar-nav .nav li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.57;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.sidebar-wrapper .sidebar-nav .nav a li {
    color: rgba(255, 255, 255, 0.8);
}


.sidebar-wrapper .sidebar-nav .nav li a:hover, .sidebar-wrapper .sidebar-nav .nav li a:focus {
    background: transparent;
}

.sidebar-wrapper .sidebar-nav .nav li:hover {
    background: rgba(0, 0, 0, 0.08);
    border-left: 3px solid #1db79c;
    color: #fff;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-nav .nav li .active a {
    background: transparent;
    color: #fff;
    font-weight: bold;
}

.sidebar-wrapper .sidebar-nav hr
{
    width: 100%;
    border-top: 1px solid rgba(241, 241, 241, 0.29);
    margin-top: 10px;
}

@media (max-width: @screen-xs-max) {
    aside {
        right: -270px;
        transition: 1s ease;
        top: 0;
    }

}

.mobileonly{
    display: none;
}

.max-amount{
    font-size: 12px;
}

.total-navigation{
    padding: 10px;
    background: #1db79c;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.box-filter{
    position: absolute;
    width: 100%;
    bottom:0;
}

.line-spit{
    border-right: 1px solid rgba(0, 0, 0, 0.18) !important
}

.spinner {
    width: 70px;
    text-align: left;
}

.spinner > div {
  width: 7px;
  height: 7px;
  background-color: #f0ad4e;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.nav-logo-header{
    filter: brightness(0) invert(1);
}

.earn-amount{
    cursor: pointer;
}

.spa-iframe{
    top: 0px !important;
    overflow: scroll !important;
}

.atomic-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
}