.jobber-spa {
    position: fixed;
    width: 100%;
    height: 100%;
}

.card h3 {
    text-align: left;
}

.card .spa-btn {
    position: absolute;
    top: 6px;
    right: 6px;
}

.payload.card {
    border-top: 2px solid #1db79c;
}

.payload.card i {
    font-size: 1.2em;
    margin-right: 8px;
    float: right;
    margin-top: 1px;
}

.payload_box_map a img{
    width: 90px;
    height: 105px;
}

.payload.card i.fa-bookmark {
    color: #FC9B00;
}

.payload.rejected {
    border-color: #DC4949;
}

.payload.card .link {
    float: right;
    color: #1db79c;
    padding: 9px 16px;
    margin-top: -6px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.card .description-text {
    padding: 0 5px;
}

.card .category-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 21px;
}

.campaign-payout {
    background: #E0F4F2;
    color: #1db79c;
    text-align: center;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
}

.campaign-payout.huge {
    padding-left: 16px;
    padding-right: 16px;
}

.campaign-payout-cards {
    padding: 8px 18px;
    float: left;
    top: 0;
}

.campaign-payout-route{
    left: 0px;
}

.campaign-description {
    position: relative;
}

.icon-count {
    font-size: 13px;
}

.campaign-instruction-type, .campaign-media-type {
    font-size: 11px;
    line-height: 24px;

    float: left;
    border-radius: 2px;
    margin: 4px;

    padding-left: 6px;
    padding-right: 6px;
}

.campaign-instructions .attribute {
    text-decoration: underline;
    font-size: 1.1em;
}

.campaign-special-wrapper {
    position: absolute;

    top: 0px;
    left: 0px;

    border-radius: inherit;
}

.campaign-special {
    position: absolute;

    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;

    line-height: 40px;
    text-align: center;
    color: #E0F4F2;
    font-size: 24px;

    border-radius: inherit;
}

.card .line {
    padding: 6px;
    font-size: 14px;
}

.card .title-line {
    height: 36px;
    line-height: 36px;
    font-size: 1.1em;

    /* display: block; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}

.text-heading-detail h3 {
    text-align: left !important;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;
}

.card h3.title-line {
    text-align: left;
}

.route{
    margin-top: 20px !important;
}

.route.card input {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.card .campaign-start-job {
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #1db79c;
    border: 1px solid #1db79c;
    padding: 11px;
    margin-top: 18px;
    cursor: pointer;
}

.job-count {
    background: #E0F4F2;
    color: #00886E;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
}

.hover-control {
    margin-bottom: 20px;
    line-height: 38px;

    background: #FFF;
    box-shadow: 0px 2px 4px rgba(110, 110, 110, 0.17);
    border: 1px solid #eaeaea;
    border-radius: 0px;


    width: 82px; /* 80xitems + 2 */
}

.hover-control > * {
    border-right: 1px solid #DDD;
    display: block;
    float: left;
    text-align: center;
    width: 80px;
    color: #868686;
    text-decoration: none !important;
}

.hover-control > *:last-child {
    border: none;
}

.hover-control.x1 {
    width: 250px;
}

.hover-control.x2 {
    width: 162px;
}

.hover-control.x3 {
    width: 245px;
}

.hover-control.x4 {
    width: 350px;
}



.hover-control .fa-sliders {
    font-size: 1.1em;
}

.plan-route.spa-body .spa-panel.spa-fill {
    top: 81px;
    bottom: 40px;
}

.filters.spa-body .spa-panel.spa-fill {
    top: 40px;
}

.spa-fill::-webkit-scrollbar {
    display: none;
}

.text-radio {
    margin-right: 13px;
}

.option-holder {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-map {
    background: #ececec;
    padding: 4px 24px;
    color: #000;
    border-radius: 2px;
    margin-right: 10px;
}

.text-info-job {
    color: #8a8a8a;
    font-size: 13px;
}

.text-info-job-location {
    color: #333;
    font-size: 11px;
    padding: 0px;
}

.line-jobs {
    height: 30px;
    background: #dadada;
    width: 1px;
    display: flex;
    margin: 0 auto;
}

.line-jobs-line {
    height: 38px;
    background: #1db79c;
    width: 1px;
    display: flex;
    margin: 0 auto;
}

.navigation-secondary {
    background: #1db79c;
}

.navigation-secondary .col-nav-bar-5 {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efefef;
    text-transform: uppercase;
    width: 20%;
    float: left;
    font-size: 12px;
    margin-bottom: 1px;
}


.navigation-secondary .col-nav-bar {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efefef;
    text-transform: uppercase;
    width: 25%;
    float: left;
    font-size: 12px;
    margin-bottom: 1px;
}

.navigation-secondary .col-nav-bar:nth-child(1) {
    width: 20%;
}

.not-authenticated{
    width: 33% !important;
}

.navigation-footer {
    display:none;
    z-index: 9000;
}

@media (max-width: 480px){

    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
    }

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
    }
}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
        transition: all 0.5s ease-in-out;
    }

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
        transition: all 0.5s ease-in-out;
    }

}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
        transition: all 0.5s ease-in-out;
    }

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .navigation-footer {
        background: #1db79c;
        position: fixed;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        box-shadow: 0px 2px 4px transparent;
        border: none;
        border-radius: 0px;
        display:block;
        transition: all 0.5s ease-in-out;
    }


}

.navigation-footer .col-footer-bar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 25%;
    float: left;
    opacity: 0.8;
}

.navigation-footer .col-footer-bar a {
    color: #fff;
}

.navigation-secondary .active {
    font-weight: bold;
    color: #fff;
}

.navigation-secondary label input:checked + span {
    text-decoration: underline;
    /* (nothing is impossible...) */
}

.navigation-footer .active {
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

.spa-control .earn-amount {
    font-size: 15px;
    margin-left: 0px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-left: -10px;
    cursor: default;
}

.earn-back {
    font-size: 14px;
    margin-left: 6px;
    margin-top: -1.5px;
    position: absolute;
}

.map-mini-menu {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.map-mini-menu div {
    padding: 8px;
}

.card .title-line.x3 {
    height: 39px;
    line-height: 23px;
    border-bottom: 1px solid #e8e8e8;
    background: #ffffff;
    color: #1db79c;
    width: 100%;
}

.spa-btn:active {
    background: transparent !important;
    color: #FFF;
}

.x3 .fa {
    float: right;
    margin-top: 10px;
    margin-right: 8px;
}

.spa-menu-item {
    padding: 12px;
    border-bottom: 1px solid #e8e8e8;
    background: #ffffff;
    color: #1db79c;
    text-align: left;
    position: relative;
}

.spa-menu-item:nth-child(1) {
    border-top: 2px solid #1db79c;
}

.home-section-arrow-right {
    float: right;
    margin-top: 4px;
}

.total-value .ti-angle-up {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}

.total-value .ti-angle-down {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 1px solid rgba(191, 191, 191, 0.2);
    background-clip: padding-box;
}

.filters {
    top: 0px !important;
}

.spa-bar {
    background: #1db79c;
}

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

.apply-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #1db79c;
    background: #1db79c;
    margin-top: 32px;
    position: absolute;
    bottom: 0px;
    z-index: 9991;
    padding: 14px;
    font-size: 13px;
    cursor: pointer;
}

.apply-btn:hover {
    color: #fff;
    border: 1px solid #1db79c;
    background: #1db79c;
}

.apply-btn:active {
    color: #fff;
    border: 1px solid #1db79c;
    background: #1db79c;
}

.filters .card {
    padding: 0 !important;
    margin-bottom: 0px;
}

.filters .card h3 {
    background: #f9f9f9;
    padding: 17px 14px;
    font-size: 16px;
    font-weight: bold;
}

.filters .card label {
    padding: 17px 14px;
    font-size: 14px;
}

.intro-filter {
    text-align: center;
    padding: 30px;
    font-size: 14px;
    color: #636363;
    font-weight: bold;
}

.ui-checkbox {
    display: none;
}

.ui-checkbox + label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

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

.ui-checkbox:checked + label:before {
    border: 1px solid #1db79c;
    color: #99a1a7;
}

.ui-checkbox.no-border:checked + label:before {
    border-color: transparent;
}

.ui-checkbox:checked + label:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 17px;
    color: #1db79c;
}

.ui-checkbox.green-tick:checked + label:after {
    color: #1db79c;
}

.ui-radio {
    display: none;
}

.ui-radio + label {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.ui-radio + label:before {
    background-color: #fff;
    border: 1px solid #30b0d7;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0px;
}

.ui-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    background: #30b0d7;
    top: 3px;
    left: 3px;
}

.ui-radio:checked + label:before {
    color: #99a1a7;
    border: 1px solid #30b0d7;
}

.select_box{
    margin-top: -27px;
    margin-right: 1px;
    margin-right: 1px;
    position: relative;
    width: 100px;
    float: right;
}

.select_box_length{
    float: right;
    margin-top: -4px;
}

.select_box_text{
    float: right;
    margin-top: 27px;
    position: absolute;
    right: 45px;
}

.select_box .ui-checkbox:checked + label:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: 14px;
    right: 17px;
    color: #1db79c;
}

.filter-select {
    padding: 5px 15px;
    border: 1px solid #1db79c;
    background: rgba(255, 255, 255, 0);
    margin-top: -5px;
    color: #1db79c;
    outline: none;
}

.filter-select:focus {
    border: 1px solid #1db79c;
    outline: none;
}

.text-info-job {
    color: #1db79c;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
}

.text-icons-description-detail i {
    font-size: 14px;
}

.text-icons-description-detail .text-icons-description {
    font-size: 14px;
}

.text-icons-description {
    color: #9c9b9b;
    font-size: 12px;
}

.text-icons-description i {
    font-size: 16px;
}

.text-icons-description .text-icons-description {
    font-size: 12px;
}

.text-icons-details {
    padding: 0px;
    color: #777;
    cursor: pointer;
}

.no-padding {
    padding: 0px;
}

.card-section h3 {
    text-align: left;
    position: relative;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}

.title-submenu-no-bottom{
    text-align: left;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-submenu-no-bottom-map{
    text-align: left;
    position: absolute;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: -26px !important;
}

.title-submenu-no-bottom-detailed {
   margin-top: 0px !important;
}

.campaign-box {
    margin-top: 47px;
    position: relative;
}

.padding-details {
    padding: 15px;
}

.extra-info-scroll-detail::-webkit-scrollbar {
    display: none;
}

.jobber-map-detail {
    height: 175px;
}

.location-marker {
    color: #1db79c;
    font-size: 12px;
}

.h3-tag-detail h3 {
    text-align: left;
    position: relative;
    margin-top: 12px;
}

.icons {
    font-size: 19px;
    color: #acabab;
}

.active-icons {
    font-size: 19px;
    color: #1db79c;
}

.text-icons-details span {
    font-size: 12px;
    color: #1db79c;
}

.see-more-text {
    color: #1db79c;
    text-align: center;
    cursor: pointer;
}

.see-more-map{
    margin-bottom: 3px;
}

.description-main-card {
    margin-bottom: 5px;
}

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

.hideInputHeader {
    display: none;
}

.box-options-controls {
    padding: 15px 15px;
    max-width: 383px;
    margin: 0 auto;
}

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

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

.refresh-location {
    color: #1db79c;
    margin-top: 8px;
    cursor: pointer;
}

.refresh-location .border-location span {
    font-size: 16px;
}

.badge-jobs {
    margin-left: -10px;
    margin-top: -5px;
    padding: 5px 7px;
    background: #1db79c;
    cursor: pointer;
}

.share-text {
    color: #acabab;
}

.share-with-friends {
    color: #1db79c;
    cursor: pointer;
}

.menu {
    font-size: 14px;
    margin-left: 1px;
    margin-top: 5px;
    position: absolute;
    right: 14px;
    cursor: pointer;
    z-index: 200;
}

.icons-bookmark{
    float: left;
    margin-right: -21px;
    cursor: pointer;
    margin-top: -38px;
}

.icons-bookmark-active{
    color: #faa51f;
}

.delete{
    color: #d2cdcd !important;
}

.filter-card{
    margin-bottom: 50px;
}

@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1960px) {

    .box-options-controls {
        max-width: 480px;
        padding: 15px 0px;
    }

    .card-section{
        max-width: 480px;
    }

    .campaign-detail{
        top:0px;
    }

    .campaign-detail .spa-panel{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
        min-width: 480px;
    }

    .campaign-detail .spa-panel .boxxed{
        width: 100%;
    }

    .filter-card{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-bottom: 50px;
    }

    /*.campaign-detail .spa-panel .card {*/
        /*margin: inherit;*/
    /*}*/

    .intro-filter{
        max-width: 480px;
        width: 480px;
    }

    .extra-info-scroll-detail{
        max-width: 480px;
        width: 480px;
    }

    .card{
        max-width: 480px;
    }

    .cards{
        max-width: 480px;
        width: 480px;
    }

    .padding-icons-details{
        margin: 0 auto;
        text-align: center;
    }

    .navigation-secondary div{
        max-width: 480px;
        margin: 0 auto;
        text-align: center;
    }

    .spa-bar-small-mobile{
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 767px){
    .caret{
    border-top: 4px solid;
    }
}

@media (max-width: 480px){
    .extra-info-scroll-detail{
        margin-bottom: 50px;
    }
}

.course-progress {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 4px;
    background: #DDD;
}

.course-progress > * {
    height: 100%;
    background: #FC9B00;
}

.job-payout-normal{
    width: 94px !important;
    height: 30px !important;
}

.block_auth{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
}

.block_auth p{
    color: #fff;
    font-size: 16px;
}

.btn-approve{
    background: rgba(29, 183, 156, 0.92);
    z-index: 200;
    color: #fff;
    border-radius: 2px;
    padding: 10px 20px;
}

.btn-approve:hover{
    background: rgba(29, 183, 156, 0.92);
    color: #fff;
}

.btn-approve:focus{
    background: rgba(29, 183, 156, 0.92);
    color: #fff;
}

@media (max-width: 480px){

    .hover-menu-control{
        margin-bottom: 20px !important;
    }

    .hover-control{
        margin-bottom: 70px;
        transition: all 0.5s ease-in-out;
    }

    .footer_navigation{
        bottom: -55px;
    }

    .hover_control_position{
        bottom: 20px;
    }
}
