@charset "utf-8";
.navbar-brand{
    background-color: #495461;
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.error{
    color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    padding: 0 5px;
}
.container .text-muted {
    margin: 10px 0;
}
.form-control2 input{
     width:40px !important ;
}
.form-control2 input#verifica{
    width:140px !important ;
}
.form-control2 select{
    width:200px !important ;
}
.columnaRes1 {
     width: 5%;
}
.columnaRes2 {
    width: 8%;
}
.columnaRes3 {
    width: 30%;
}
.columnaRes4 {
    width: 10%;
}
.columnaRes5 {
    width: 2%;
}
.ResText {
    font-size: 10px;
    font-style: normal;
    font-family: Arial;
    position: relative;
    left: 28px;
    top: -15px;
}
.ResText2 {
    font-size: 10px;
    font-style: normal;
    font-family: Arial;
    position: relative;
    left: 28px;
    top: -15px;
}
.ResText3 {
    font-size: 10px;
    font-style: normal;
    font-family: Arial;
    position: relative;
    left: 85px;
    top: -15px;
    right: 0px;
    width: 70px;
    bottom: 0px;
    margin: 0px;
}
.table tbody tr td{
    padding: 8px 8px 0px 8px;
    vertical-align: middle;
}
#wrapper {
    text-align: center;
}
#bannerCentrado {
    display: inline-block;
}