.explainTable td{
    text-align: center;
}

.buttonCol *{
    width:100%;
    white-space: nowrap;
}

.buttonLoq {
    background-color:#7EB1D7;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #3866a3;
    display:inline-block;
    cursor:pointer;
    color:#14396a;
    font-family:Arial;
    font-size:12px;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #7cacde;
    margin: 3px;
}

.buttonLoq:hover {
    background-color:#468ccf;
}
.buttonLoq:active {
    position:relative;
    top:1px;
}

.div-table{
    display:table;
    width:auto;
    border-spacing:0px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
    display:table-row;
    width:auto;
    clear:both;
}
.div-table-col{
    float:left;/*fix for  buggy browsers*/
    display:table-column;
}

.rawValue {
    color:#008000
}

.qalityValue{
    color: #FF9900
}

.qal3 {
    color: blue;
}

.qal2 {
    color: #C93B41;
}

.correctionFactor {
    color: blueviolet
}

.nowrap{
    white-space: nowrap;
}
.introjs-tooltip{
    min-width: 1000px; 
    max-width: 600px;
}

.naviButton{
    width: 100%;
    white-space: nowrap;
}
.naviButton span{
    width: 95%;
}

.dateDisabled .ui-state-default{
    background: #f7fcfd;
    color: #6fa0c4
}

.subHeadLineH3{
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #7EB1D7;
}

.subHeadLineH2{
    display: block;
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #002D62;
}

/*The column filter picker renders below other items. This fixes the issue*/
.ui-column-filter-facet{
    z-index:99;
}

.rangeChooserLeftCol{
    min-width: 120px;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}