.view_jobber_view{
    font-size: 13px;
    margin-left: 70px;
    margin-top: -18px;
}

.view_jobber_view a{
    color: #ffffff !important;
}

.spa-base {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.spa-base.fullscreen {
    top: 0px;
}

.spa-modal-overlay {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;

    transition: opacity 0.3s, z-index 0s 0.3s;
}

.spa-modal-overlay.active {
    z-index: 9998;
    opacity: 0.6;
    transition: opacity 0.3s;
}


.spa-view-tab {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0px;
    right: 100%;

    background: #FFFFFF;

    /*transition: right 0.2s;*/
}

.spa-view-tab.active {
    right: 0px;
    /*transition: right 0.2s;*/
}


.spa-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 100%;
    background: #FFFFFF;
    transition: right 0.2s;
}

.spa-view.active {
    right: 0px;
    transition: right 0.2s;
}

.spa-btn {
    color: #FFF;
    opacity: 1;
    width: 28px;
    height: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
}

.spa-btn:active {
    background: #00F;
    color: #FFF;
}

.spa-btn.spa-back {
    z-index: 2 !important;
    position: absolute;
    top: 6px;
    left: 6px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 2px;
}

.spa-btn.spa-back i {
    font-weight: bold;
    font-size: 16px;
}

.spa-bar, .spa-bar-small {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 9992;
    position: relative;
}

.spa-bar {
    background: #00886E;
}

.spa-bar h1 {
    text-align: center;
    font-size: 15px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.spa-bar-small {
    height: 32px;
    line-height: 32px;

    background: #2CB59B;
    color: #fff;

}

.spa-bar.link {
    text-align: center;
    background: #2CB59B;
    color: #FFF;
    font-size: 1.2em;
}

.spa-bar .spa-btn {
    background: inherit;
    opacity: 1;
}

.spa-nav {
    background: #1db79c;
    border-bottom: 1px solid #1db79c;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

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

ul.spa-control {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
}

ul.spa-control li.active {
    background: #1db79c;
}

ul.spa-control li {
    float: left;
    text-align: left;
    margin-left: 9px;
}

.spa-body {
    position: absolute;
    top: 42px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    background: #fbfbfb;
    -webkit-overflow-scrolling: touch;
}

.home-screen{
    top: 82px;
}

.spa-view iframe{
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    min-height: 100%;
    top: 0px;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 300;
}

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

.spa-panel {
    z-index: 2;
    position: absolute;
}

.spa-front {
    z-index: 9999;
}

.spa-panel.spa-fill {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.spa-scroll {
    overflow-y: scroll;
    zoom:1;
    -webkit-overflow-scrolling: touch;
}

.route-text {
    text-align: left;
    position: absolute;
    bottom: -53px;
}

.spa-menu-wrapper {
    z-index: 9999;

    position: absolute;

    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 480px;
    max-height: 0;

    background: #FFF;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.spa-menu-wrapper.active {
    max-height: none;
}

.spa-menu-item {
    padding: 12px;
    border-bottom: 1px solid #ffffff;
    background: #1db79c;
    color: #fff;
}

.title-link{
    color: #1db79c;
    cursor: pointer;
}

.ellipse {
    transform: rotate(90deg) !important;
    font-size: 14px
}

.plan-route {
    top: 0px;
}

.spa-message{
    position: absolute !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.69) !important;
    color: #fff !important;
    padding: 14px !important;
    text-align: center !important;
    z-index: 20;
    bottom: 0px;
    margin-bottom: 0px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.title-link{
    color: #1db79c;
    cursor: pointer;
}

.ellipse {
    transform: rotate(90deg) !important;
    font-size: 14px
}

.plan-route {
    top: 0px;
}

.spa-message{
    position: absolute !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.69) !important;
    color: #fff !important;
    padding: 14px !important;
    text-align: center !important;
    border-bottom: none !important;
    z-index: 20;
    bottom: 0px;
    margin-bottom: 0px !important;
}

.spa-map-holder{
    cursor: pointer !important;
}