﻿.labOrderHistory {
    font-family: 'Open Sans';
}

.orderReferenceColumn {
    float: left;
    width: 7%;
    padding-right: 10px;
    padding-left: 10px;
}


.QueueAlertColumn {
    float: left;
    width: 7%;
    padding-right: 3px;
    padding-left:3%;
    align-items:center;
}
.orderCallerColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
    /*height: 30px;*/
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.orderTestOrderColumn {
    float: left;
    width: 15%;
    padding-right: 10px;
    padding-left: 10px;
    /*height: 30px;*/
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.orderPatientColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
}

.orderOwnerColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
}

.orderOwnerContactColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
    align-content:center;
}


.orderStatusColumn {
    float: left;
    width: 7%;
    padding-right: 10px;
    padding-left: 10px;
}

.orderDoctorColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.orderStatusColumn {
    float: left;
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
}

.orderDateColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
}
.QueueDateColumn {
    float: left;
    width: 10%;
    padding-right: 10px;
    padding-left: 10px;
    
}

.height45px {
    height:45px;
}
.width85Percent {
    width:85%;
}

.sortOrderColumnHistory {
        margin-left:19px;
    }
.absolutePos{
    position:absolute;
}
@media screen and (max-width: 1160px) {
    .sortOrderColumnHistory {
        margin-left:4px;
    }
}

.height34px{
    height:34px;
}


.orderHistoryGrid{
    padding-left:20px;
}

.orderDataRows{
    padding:0 !important;
}