﻿.gvAutoservicio {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-style: none;
    box-shadow: 2px 2px 8px #CCCCCC;
}

.gvAutoservicio a{
    color: #FFFFFF;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.gvAutoservicioHeaderStyle {
    color: #FFFFFF;
    background-color: #00805D;
    text-align: center;
    vertical-align: middle;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: bold;
}

.gvAutoservicioHeaderStyle td, .gvAutoservicioHeaderStyle th{
    border-style: none;
    border-width: 1px;
    border-color: #00704D;
    white-space: normal;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.gvAutoservicioItemStyle {
    color: #808080;
    background-color: #FFFFFF;
    text-align: center;
    font-family: 'Century Gothic', Arial, sans-serif;
}

.gvAutoservicioAlternatingItemStyle {
    color: #808080;
    background-color: #FFFFFF;
    font-family: 'Century Gothic', Arial, sans-serif;
}

.gvAutoservicioItemStyle td, .gvAutoservicioItemStyle th{
    border-style: none;
    border-width: 1px;
    border-color: #CCCCCC;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.gvAutoservicioItemStyle tr {
    border-style: none;
    border-width: 1px;
    border-color: #CCCCCC;
    text-align: center;
}

.gvAutoservicioAlternatingItemStyle td, .gvAutoservicioAlternatingItemStyle th {
    border-style: none;
    border-color: #CCCCCC;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    font-weight: bold;
}

.gvAutoservicioTotalStyle {
    color: #808080;
    background-color: #EEEEEE;
    text-align: center;
    font-family: 'Century Gothic', Arial, sans-serif;
}
.gvAutoservicioTotalStyle td, .gvAutoservicioTotalStyle th{
    border: none;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.radiobuttonSiNo {
    width: 50%;
}

.radiobuttonSiNo input {
    height: auto !important;
}

.radiobuttonSiNo td {
    text-align: center !important;
}

.lnkbtnInstructivo {
    margin-top: -210px;
}

.buttonPagar {
    display: inline;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .2rem 0.8rem;
    background-color: #007A5E;
}

.table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
table td {
    text-align:center;
}
.text-table {
    color: #808080;
    font-family: 'Century Gothic', Arial, sans-serif;
    text-align: center;
}
.text-prueba {
    padding-left: 20px;
}


.hr {
    height: 2px;
    background-color: #666;
    opacity: 0.3;
    margin-top: -2%;
}

.popup {
    display: none; 
    position: fixed;
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.popup-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 600px;
    height: 280px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.popup-header {
    padding: 2px 16px;
    background-color: #CCCCCC;
    color: #666666;
    height: 50px;
    text-align: start;
    padding-top: 10px;
}

.popup-body {
    padding: 30px 16px;
    display: flex;
}

.popup-footer {
    padding: 2px 16px;    
    color: white;
    text-align: end;
    padding-top: 4%;
}

.popup-img{
    text-align: center;
    align-self: center;
    padding-left: 2%;
    padding-right: 1%;    
}

.popup-text {
    margin-left: 2%;
    text-align: justify;
    padding-right: 5%;
}

.popup-btn {
    border: none;
    border-radius: 0.3rem;
    background-color: #CCCCCC;
    color: #666666;
    font-weight: bold;
    padding: 0.7rem 2rem;
    text-align: center;
    max-width: 368px;
    width: 100%;
}

    .popup-btn:hover,
    .popup-btn:focus {
        color: #888;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8),0 6px 20px 0 rgba(0,0,0,0.19);
    }

@media only screen and (max-width: 667px) {
    .popup-content {
        width: 95%;
        height: auto;
        padding-bottom: 5%;
    }

    .popup-body {
        display: block;
    }

    .lnkbtnInstructivo {
        margin-top: -30px;
    }
}