﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-print-color-adjust: exact;
    background-image: url(../Images/water2.jpg);
    background-size: cover;
    background-position: 50% 0;
    min-height: 800px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    opacity:0.95;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.btnImprimir{
    margin-bottom: 5px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*select,*/
input {
    max-width: 280px;
}
textarea {
    min-width: 280px;
    min-height: 100px;
    /*text-transform: uppercase;*/
}

select {
    max-width: 280px;
}


.divAvisoContent {
    height: 14cm !important;
    width: 7cm !important;
    font-size: 8px !important;

   
}

.avco0 {
    height:1cm;
    padding-top:0.5cm;
}

.avco5 {
    height: 3.5cm;
    padding-top: 0.5cm;
}

.avco1 {
    margin-top:2.5cm;
}



/*pasos cambio de medidor*/
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
    margin-top:50px;
}

.steps-form-2 .steps-row-2 {
    display: table-row;
}

.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D ;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .glyphicon {
    font-size: 1.7rem;
}

.steps-form-2-select {
        border: 2px solid #4285F4 !important;
        color: #4285F4 !important;
        background-color: white !important;
}

.tablaBusqueda td {
    padding: 5px 5px 5px 2px;
}

