.travel-history-tile {
    display: flex;
    margin: 0.5%;
    width: 100%;
    /*border: 2px solid rgb(80,80,80);*/
    background-color: rgb(36,36,36);
    border-radius: 10px;
    flex-direction: column;
    float: left;
    width: 95%;
    padding-left: 15px;
}

.travel-history-tile-title {
    color: white;
    flex: 1;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
    
}

.travel-history-sub-title {
    color: white;
    flex: 1;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 5px;
}

.travel-history-tile-content {
    color: white;
    flex: 1;    
}

.history-content {
   /* margin:15px;*/
}

.normal-layout {
    text-align: left;
}
.arabic-layout {
    text-align: right;
}

.history-table-header {
    height: 5vh;
    width: 100%;
    line-height: 3vh;
    display: flex;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1vh 1vw;
    color: white;
    background: rgb(80,80,80);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    text-align: left;    
}

.history-table-row {
    display: flex;
    padding: 0px 20px;
    height: 4.5vh;
    line-height: 4.5vh;    
    font-size: 1.3rem;        
    background: rgb(80,80,80);
    color: white;
}

    .history-table-row:nth-of-type(odd) {
        background: rgba(0,0,0,0.05);
    }

.history-table-row-small {
    font-size: 1.2rem;
}

.history-table-col {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
    padding: 0 5px 0 5px;
}

.history-table-col-larger {
    flex: 2.0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
    padding: 0 5px 0 5px;
}

.history-icon {
    width: 20px;
    height: 20px;        
}

.history-tile-value {
    font-size: 1.2rem;
    color: white;
    flex: 1;   
    font-weight: 400;
    text-transform: none;
    text-overflow: ellipsis;
}

.history-table-text-float {
    float: left;
}

.history-table-text-float-ar {
    float: right;
}
