﻿.headCintillo{
    height:175px;
    width:100%;
}
.pTitleAvisoPrivacidad{
    font-size:14px;
    font-weight:bold;
}
.headerFacturacionElectronica{
    width:100%;
    margin-top:-30px;
}
.formInputStyle{
    height:32px;
}
.formInputCaption{
    color:#333333;
}
input.textbox{
    font-size:13px;
    /*font-weight:bold;*/
    height:22px;
    width:400px;
    color:#222222;
}
select.combobox{
    font-size:13px;
    /*font-weight:bold;*/
    height:28px;
    width:403px;
    color:#222222;
}
.btnNormal{
    height:35px;
    border: 2px solid #003449;
    /*background-color: lightblue;*/
    background-color: #CCCCCC;
}

.buttonsContainer {
    margin: 10px 0 10px 0;
}

body {
    color: #333333;
    background-color: whitesmoke;
}
a{
    color:black;
    font-weight:bold;
}
.leftSection{
    float:left;
}
.rightSection{
    float:right;
    margin-right:70px;
}
.textCenter{
    text-align:center;
}
.textJustified{
    text-align:justify;
}
.textSmall{
    font-size:small;
}
.textMedium{
    font-size:medium;
}
.textLarge{
    font-size:large;
}
.alignCenter{
    text-align:center;
}
.textError{
    color: #6d1d1d;
    font-size:medium;
    font-weight:bold;
}
.customerReadOnly {
    color: #333333;
    background-color:orange;
    padding: 15px;
    text-align: center;
    font-weight:bold;
    margin:5px;
    font-size:medium;
}
.confirmDataTitle {
    font-size:16px;
    font-weight:bolder;
    color:#333333;
    width:150px;
    display:inline-block;
}
.confirmText {
    font-size:16px;
    color:#333333;
    font-weight:normal;
}
.dataSection{
    /*background-color:#004763;*/
    background-color:whitesmoke;
    color:#333333;
    padding:15px;
    margin-top:20px;
    font-size:15px;
    font-weight:bold;
    width:70%;
}
.footer {
    /*position: fixed;*/
    bottom: 0;
    color: #333333;
    background-color: whitesmoke;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    width: 1178px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-top: solid 1px #333333;
}
.error-container {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}