﻿.inlinelabel {
    margin-right: 10px;
    position: relative;
    top: 5px;
    white-space: nowrap;
/*    overflow: hidden;
    text-overflow: ellipsis;
*/}

.inlinelabelsmall {
    margin-right: 2px;
    position: relative;
    top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8em;
}

.fixwidth {
    width: 1px;
}

.detailsformat {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.listfixedheight {
    height: 700px;
}

table.dataTable p {
    margin-bottom: 0px !important;
}

table.dataTable td {
    padding: 4px !important;
}

.btn-headerbar {
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.btn-toolboxbar {
    margin-left: 0px;
    position: relative;
    top: -4px;
}
