.rent_gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    image-rendering: pixelated;
}

.tabstrip_wrap .tabstrip_element {
    font-size: 14px;
    float: left;
    text-align: center;
    /*padding: 4px 12px 12px;
    height: 48px;
    line-height: 44px;*/
    cursor: pointer;
}

.tabstrip_element_1 {
    width: 100%;
}

.tabstrip_element_2 {
    width: 50%;
}

.tabstrip_element_3 {
    width: 33.3%;
}

.tabstrip_element_4 {
    width: 25%;
}

.tab_active {
    border-bottom: 5px solid #FFD740;
    padding-bottom: 9px;
}

.k-loading-image, .loading_image {
    background: transparent url(../../images/mobile/Vector_Loading.svg) no-repeat scroll center center / 96px !important;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../images/mobile/Vector_Loading.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../images/mobile/Vector_Loading.svg);
    background-image: linear-gradient(transparent, transparent), url(../../images/mobile/Vector_Loading.svg);
    background-size: 100%;
    -webkit-animation-name: loading-indicator-spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: loading-indicator-spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 34px;
    width: 34px;
    backface-visibility: hidden;
}

.k-loading-mask, .k-loading-image, .k-loading-text {
    position: absolute
}

.k-loading-mask {
    z-index: 10010;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.k-loading-text {
    text-indent: -4000px;
    text-align: center
}

.k-loading-image, .k-loading-color {
    width: 100%;
    height: 100%
}

.k-loading-image {
    top: 0;
    left: 0;
    z-index: 2
}

@-webkit-keyframes loading-indicator-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#underlayer {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    height: calc(100% - 58px);
    -webkit-transform: translateZ(0);
    width: 100%;
    z-index: 30;
    -webkit-backface-visibility: hidden;
}

#underlayer .underlayer_wrap {
    background: rgb(250, 250, 250) none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.87);
    left: 0;
    margin: auto;
    position: absolute;
    border-radius: 2px;
    right: 0;
    width: 90%;
    height: auto;
    top: 0;
    overflow: auto;
    display: table;
    bottom: 0;
    z-index: 100;
    box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.3);
    max-width: 400px;
}

#underlayer .underlayer_wrap_content {
    text-align: center;
    padding: 12px;
}

#underlayer .km-rightitem {
    height: 52px!important;
}

#underlayer .km-navbar {
    background-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    height: 52px;
}

#underlayer .km-button {
    color: rgb(68, 138, 255);
    text-transform: uppercase;
    padding: 8px 16px;
    height: 52px;
    line-height: 20px;
    font-size: 14px;
    min-width: 80px;
}

.km-modalview .km-header {
    border-bottom: 1px solid #E0E0E0;
}

.k-popup .km-button {
    color: #333333 !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 48px;
    height: 58px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    text-transform: uppercase;
}

.k-toolbar .km-button, .km-navbar .km-button {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Like snackbar on mobile */

.popupNotification {
    min-width: 288px;
    max-width: 600px;
    /*width: 100%;*/
    background-color: #323232;
    /*position: absolute;
    right: 0;
    bottom: -200px;
    left: 0;
    z-index: 10010;*/
    padding: 24px;
    margin: 0 auto;
    /*min-height: 68px;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    border-radius: 5px;
    box-shadow: 1px 1px 11px rgba(0,0,0,0.3);
}

.popupNotification.info{
    background-color: #7CB342;
}

.popupNotification.warning{
    background-color: #FF9800;
}

.popupNotification.error{
    background-color: #F44336;
}

.popupNotification .text {
    font-size: 14px;
    /*margin: 24px 0 0 24px;
    padding-right: 24px;
    float: left;*/
    font-weight: 300;
    color: #fff;
    line-height: 20px;
}

.popupNotification .link {
    font-size: 14px;
    text-transform: uppercase;
    padding: 24px 14px 14px 24px;
    font-weight: 700;
    color: #FFC107;
    line-height: 20px;
}

.popupNotification .notificationIcon{
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}
