body{
    /*background-color: #006BE3;*/
    background-color: #1E7647;
}
#copyright-text{
    color: #E9FE01;
    font-family: sans-serif;
    font-size: 0.7em;
    text-align: center;
    width: 420px;
    margin: 0 auto
}
select{
    display: inline-block;
}
.ui-datepicker-trigger{
    height: 20px;
    margin-bottom: -5px;
}
#formulario{
    display: block;
    width: 400px;
    margin: 0 auto;
    text-align: left;

}
form{
    padding: 10px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
}
form label{
    display: inline-block;
    width: 120px;
    margin: 5px auto;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
}

form input[type=text],select{
    background: #8EEAF4;
    display: inline-block;
    width: 240px;
    height: 19px;
    border: 1px solid #006BE3;
}
form #fecha{
    width: 80px;
    padding: 0 5px;
}

form #tipo{
    width: 125px;
}
form #serie{
    width: 40px;
}
form #numero{
    width: 80px;
}
form #monto{
    width: 150px;
}
form input[type=submit]{
    background-color: #006BE3;
    border: 0px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: sans-serif;
    padding: 4px;
    color: #C2D31E;
}
#img-container{
    margin-bottom: 30px;
}
#img-head{
    width: 100px;
    height: 100px
}
#boton{
    display: block;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
#boton-inside{
    width: 100px;
}
#links{
    display: block;
    font-size: 12px;
}
#links #pdf{
    display: block;
    clear: none;
    float: left;
    font-family: sans-serif;
}
#links #xml{
    display: block;
    clear: none;
    float: right;
    font-family: sans-serif;
}
#mensaje{
    display: block;
    clear: both;
    font-family: sans-serif,'Arial';
    font-size: 10px;
    font-weight: bold;
    color: red;
    text-align: center;

}
#container-captcha{
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.g-recaptcha{
    display: inline-block;

}

#image {
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 60px;
    ;
    padding: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
}

#user-input {
    box-shadow: 5px 5px 5px 5px gray;
    width: auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}

input {
    border: 1px black solid;
}

.inline {
    display: inline-block;
}

#btn {
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
