/*!
VisualRx CSS v0.0.1
*/


.button-calculate {
    background-color: #1e73be;
    color: #fff;
}


#htmlButtonCalculate,#htmlButtonClear,#htmlButtonReset {
    margin-bottom: 6px;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #1e73be;
    color: #fff;
}

.pure-form-aligned .pure-control-group label
{
    text-align: left;
}

.pure-control-group textarea, input, select {
    width:10em;
    display:inline;
}

#htmlInputUserInputDurationDescription,
#htmlInputUserInputControlEventPercent,
#htmlInputUserInputOddsRatioValue,
#htmlInputUserInputRelativeRiskValue,
#htmlInputUserInputLowerConfidenceIntervalValue,
#htmlInputUserInputUpperConfidenceIntervalValue {
    width:10em;
}

.tipPopup {
    display:none;
}

.outputerrors, .outputwarnings {
    display:none
}

.error-table {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(202, 60, 60);
}

.warning-table {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(223, 117, 20);
}

.results-table th {
    font-weight:normal;
    background: rgb(30, 115, 190);
    color:white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.results-table-secondary-header {
    font-weight: normal;
    text-align: center;
    background: rgb(30, 115, 190);
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

.no_bottom_border {border-bottom: none;}

.centered {text-align:center}

#htmlDivIdInputRelativeRiskGroup, #htmlDivIdDebug,#htmlDivOutputResults,#htmlDivIdDebugShowHide
{display: none}
