﻿
.error {
    color: orangered;
}



.fh-tabs__hotel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    padding: 15px;
    background-color: #fff;
}

    .fh-tabs__hotel .detail {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15px;
    }

.lda {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lda__bar {
    position: absolute;
    height: 22px;
    background: #fff;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 1000px 104px;
    position: relative;
    margin-bottom: 10px;
    min-width: 110px;
}

.lda__bar--50 {
    width: 50%;
}

.lda__bar--split {
    height: 12px;
}

.lda__bar--full {
    height: 100%;
    margin-bottom: 0;
}

.lda__bar:last-child {
    margin-bottom: 0;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
