﻿/* ------------------------------------------------------------------------ */
/*                                 Balanzas                                 */
/* ------------------------------------------------------------------------ */

.btn-scale-calibration {
    margin: 8px 0px;
    float: left;
    color: #eee;
    background-color: #577ea5;
    border-color: #3f5a76;
    width: 100%;
    box-sizing: border-box !important;
    cursor: pointer;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 10px;
}

.btn-scale-calibration.done {
    background-color: #362957;
    border-color: #362957;
}

.btn-scale-calibration:hover {
    background-color: #6a94be;
    border-color: #597da0;
    color: #eee !important
}

.btn-scale-calibration.done:hover {
    background-color: #36083a;
    border-color: #36083a;
}

.btn-scale-calibration > span.title {
    float: left;
    width: 100%;
    text-align: left;
    color: #eee;
    margin-bottom: 8px
}

.btn-scale-calibration > span.date {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: normal !important;
}

#scaleGeneralInfo {
    margin-bottom: 5px;
    border-top: 1px solid black;
    padding-top: 7px;
    margin-top: -20px;
}

#current_generation {
    float: left;
    margin-top: 10px;
    width: 100%;
    cursor: default;
}

#current_generation > .collapsablePanel {
    border: solid 1px #2c435b;
    border-radius: 3px;
}

.excentricityIndex {
    border: solid 0px !important;
    background-color: #ffffff !important;
    text-align: center;
}

#current_generation input {
    font-weight: normal !important;
}

#buttons{
    float: left;
}

/*.textBoxDisabled.error {
    border-color: #CC3333;
}

.textBox.error {
    border-color: #CC3333;
}*/

.excentricityImg {
    text-align: start;
    margin-bottom: 15px;
    margin-left: 2px;
}

#excentricityBlock{
    display: block;
}

.separator {
    margin-top: 0px;
    border-top: 1px solid #000;
}
