.preloader {
    position: absolute;
    min-width: 100px;
    min-height: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../../common/images/loading.gif') no-repeat center #ffffff;
    text-align: center;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********* flameTest styles *********/
.falmeTestInstructionLabel {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    fill: #333333;
    cursor: default;
}
.falmeTestTubeLabel {
    font-size: 16px;
    font-family: Arial;
    fill: #333333;
    cursor: default;
}

.flameTestButton {
    cursor: pointer;
}

.flameTestButton .overState {
    display: none;
}

.flameTestButton:hover .overState {
    display: inline;
}

.flameTestButton:hover.disabled .overState {
    display: none;
}

.flameTestButton.disabled {
    cursor: default;
}

.flameTestButton.disabled .upState {
    fill: #bfbfbf;
}

.flameTestButton .buttonLabel {
    font-size: 16px;
    font-family: Arial;
    fill: #ffffff;
}

/********* testTubes styles *********/
.testTubesInstructionLabel {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    fill: #333333;
    cursor: default;
}

.testTubesButton {
    cursor: pointer;
}
.testTubesButton .activeState {
    display: none;
}
.testTubesButton.active .activeState {
    display: inline;
}
