/*
 * Portado desde legacy - La Casita del Pan
 * Look & feel conservado para personal (panaderos/cajeras)
 */

root {
    display: block;
}

.linkSimple {
    font-size: 12pt;
    color: #003366;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

.buttons {
    font-size: 12pt;
    color: white;
    font-family: Arial, sans-serif;
    background-color: #006699;
    border-style: solid;
    border-width: 1pt;
    border-color: #000000;
}

.loginLabels {
    font-size: 12pt;
    color: #003366;
    font-family: Arial, sans-serif;
}

.viewLabels {
    font-size: 9pt;
    color: #002266;
    font-family: Arial, sans-serif;
}

.cursiveLabels {
    font-size: 9pt;
    color: #002266;
    font-style: italic;
    font-family: Arial, sans-serif;
}

.curboldLabels {
    font-size: 9pt;
    color: #002266;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.boldLabels {
    font-size: 9pt;
    color: #002266;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.boldLabelsCan {
    font-size: 9pt;
    color: #9F3601;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.normalText, .loginText {
    font-size: 11pt;
    color: #002266;
    font-family: Helvetica, Arial, sans-serif;
}

.cursiveText {
    font-size: 11pt;
    color: #002266;
    font-style: italic;
    font-family: Helvetica, Arial, sans-serif;
}

.curboldText {
    font-size: 11pt;
    color: #002266;
    font-style: italic;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.boldText {
    font-size: 11pt;
    color: #002266;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.loginButtons, .menuButtons {
    font-size: 12pt;
    color: white;
    font-family: Arial, sans-serif;
    background-color: #006699;
}

.titlePage {
    font-weight: bold;
    font-size: 14pt;
    color: #003366;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.fieldText, .selects {
    font-size: 12pt;
    color: black;
    font-family: Arial, sans-serif;
    background-color: #f3f3f3;
    border-style: solid;
    border-width: 1pt;
    border-color: #000000;
}

.header_table {
    font-size: 12pt;
    color: #003366;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background-color: #C6C6C6;
}

.row_table1 {
    font-size: 12pt;
    color: #003366;
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
}

.row_table2 {
    font-size: 12pt;
    color: #003366;
    font-family: Arial, sans-serif;
    background-color: #f3f3f3;
}

.data_label {
    font-size: 12pt;
    color: #003366;
    font-family: Arial, sans-serif;
}

.div_data, .hiddenInfo {
    border: 1pt solid #000000;
    background-color: #D6D6D6;
}

.buttonsBig {
    font-size: 20pt;
    color: white;
    font-family: Arial, sans-serif;
    background-color: #006699;
    border: 1pt solid #000000;
}

body {
    background-color: #D6D6D6;
    font-family: Arial, Verdana, sans-serif;
}
