﻿*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
html{
    font-family: Arial, sans-serif;
    font-size: 14px;
}
body,input,select {
    color: #888;
}
a{  
    color: #89BB33;
    cursor: pointer;
    font-weight: bold;
}

.encabezado {
    display: inline-block;
    margin-left: 1rem;
}

hr{
    margin: 1rem 0;
}
fieldset, hr{
    border: solid 1px rgba(0,0,0,.1);
}
fieldset{
    padding: 1rem;
}
.header{
    background-color: #F5F5F5;
    padding-bottom: 2rem;
}
.logo{
    width: 130px;
}
.title-section{
    margin-bottom: 2rem;
}
.title-section .icon{
    text-decoration: none;
}
.title-section .icon i{
    margin-left: .5rem;
    font-size: 1.8rem;
    vertical-align: middle;
}
.one-card .field{
    margin-top: 0;
    margin-bottom: 1rem;
}
.resumenVal {
    text-align: left;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.row-tel{
    position: relative;
    margin-top: .2rem;
    margin-bottom: .1rem;
}
.row,.field{
    margin-top: 1.5rem;
    margin-bottom: .1rem;
    position: relative;
}
.row{
    overflow: auto;
}
.row input[type=checkbox]{
    margin-right: .5rem;
}
.bgImgCenter {
    background-image: url('../img/image-final.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 120px;
}
.field-container{
    font-size: 0;
}
.field{
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: .5rem;
    position: relative;
    font-size: 1rem;
    width: 100%;
}
.field-validator{
    font-weight: bold;
    color:#F44336;
    position: absolute;
    top: 105%;
    font-size: .8rem;
}
.field-option{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 105%;
    text-decoration: none;
}
.field label,.detail{
    font-size: .9rem;
}
.field input, .field select{
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .2rem;
    width: 100%;
}
.field input::after, .field select::after {
    content: '';
    border-bottom: solid 1px #007A5E;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.field .button, .field a{
    position: absolute;
    right: 0;
    bottom: .1rem;
}
.field a{
    color: #888;
    right: .5rem;
}
.field .fa{
    font-size: 1.5rem;
}

.one-card .field input, .one-card .field select{
    font-size: 14px;
}
 .title{
    font-size: 1.8rem;
}
 .link{
     margin-top: .5rem;
     text-decoration: underline;
     color: #89BB33;
     display: block;
 }
 .one:before,.two:before{
    content: '1';
    color: #FFF;
    background-color: #F68B1F;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 18px;
    padding: 3px;
    margin-right: .5rem;
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.two:before{
    content: '2';
}
.el-validator{
    margin-bottom: 1rem;
}
.button{
    display: inline-block;
    background-color: #F68B1F;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
    text-decoration:none;
    line-height:initial;
}
.button-new{
    display: inline-block;
    background-color: #008000;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
    text-decoration:none;
    line-height:initial;
}
.button-disabled {
    display: inline-block;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
}
.button:hover{
    background-color: #F98E23;
}
.button.bg-lightgray:hover{
    background-color: #EEE;
}
.disabled:hover{
    background-color: #EEE;
}
.button-row{
    cursor: pointer;
    color: #F68B1F;
    display: block;
    position: relative;
    padding: 1rem;
    text-decoration: none;
}
.button-marca {
    cursor: pointer;
    color: #E7E7E7;
    display: block;
    position: absolute;
    padding: 1rem;
    padding-top: 4rem;
    padding-left: 16rem;
    text-decoration: none;
    text-align: left;
}

.check-b {
    position: relative;
    top: 2.2px;
}
.button-row img{
    margin-right: 2rem;
}
.button-row .fa{
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.big-input{
    border: solid 1px;
    border-radius: .3rem;
    padding: .6rem .3rem;
    margin: .2rem 1rem 0 0;
    font-size: 1.5rem;
}
.big-button{
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border-radius: .3rem;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2rem 0;
    position: relative;
    margin-bottom: 1rem;
    text-decoration: none;
}
.big-button aside{
    margin-bottom: 1rem;
}
.big-button span:first-child{
    text-align: center;
    display: block;
    width: 3.5rem;
    color: #FFF;
    background-color: #888;
    font-size: 1.5rem;
    padding: .8rem 1rem;
    border-radius: .3rem;
    margin: auto;
    cursor: pointer;
}
.big-button .text-big-button{
    position: absolute;
    bottom: .5rem;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.footer{
    background-color: #333;
    padding: 2.5rem 0 .3rem;
    position: relative;
    margin-top: -3.7rem;
    z-index: 0;

}
.footer ul{
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}
.footer li{
    cursor: pointer;
    list-style: none;
    width: 25%;
    margin-bottom: .5rem;
}
.footer li a, footer a{
    color: #BBB;
    text-decoration: none;
}
.footer li:hover a{
    color: #EEE;
    font-weight: bold;
}
.control-panel{
    padding-top: 1rem;
}
.control-panel .fa{
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: .5rem;
    padding-top: 1rem;
}
.control-panel a{
    color: #888;
    text-decoration: none;
    margin-left: 1rem;
}
.card, .accordion-check{
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    position: relative;
}
.accordion{
    text-align:center;
    padding: 1rem 1rem 0 1rem;
}
.accordion-check{
    cursor: pointer;
    font-size: 1.2rem;
    display: block;
    padding: .5rem 0;
    text-align: center;
}
.accordion-check .fa{
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.accordion-check + input[type=checkbox]{
    display: none;
}
.accordion img{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.accordion-content{
    padding: 1rem;
    border: solid 1px rgba(0,0,0,.1);
    margin: 0 .5rem 1rem;
}
.card-header{
    border-radius: .3rem .3rem 0 0;
    padding: 1rem;
    text-align: center;
}
.card-content{
    padding: 2rem 1rem;
    overflow: auto;
    text-align: center;
    margin: auto;
}
.max-380{
    max-width: 380px;
}
.card-content aside{
    font-size: 3.5rem;
    margin-right: 4.5rem;
    margin-top: 1rem;
}
.card-content .field{
    float: none;
    text-align: left;
    width: 17rem;
}
.card-content .f-left{
    float: left;
}
.message{
    background-color: rgba(255, 179, 0, 0.3);
    border-radius: .3rem;
    color: #888;
    font-size: .9rem;
    padding: 1rem;
}
.principal{
    margin-bottom: 2rem;
}
.f-right{
    float: right;
}
.f-left{
    float: left;
}
.overflow-auto{
    overflow: auto;
}
.i-b{
    display: inline-block;
}
.block{
    display: block;
}
.v-middle{
    vertical-align: middle;
}
.v-top{
    vertical-align: top;
}
.v-bottom{
    vertical-align: bottom;
}
.v-text-bottom{
    vertical-align: text-bottom;
}
.flex{
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.no-wrap{
    flex-wrap: nowrap;
}
.space-between{
    justify-content: space-between;
}
.space-around{
    justify-content: space-around;
}
.list-none{
    list-style: none;
}
.container{
    max-width: 1200px;
    margin: auto;
    padding: 1rem 2.5rem;
    z-index: 1;
}
.content{
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0, .3);
    margin-top: -2.5rem;
    margin-bottom: 1rem;
    padding: 2rem;
    min-height: 76vh;
    position: relative;
    z-index: 1;
}
.one-row{
    max-width: 480px;
    margin: 0 auto 2rem;
    padding: 1rem;
    position: relative;
}
.one-row-marca {
    max-width: 480px;
    margin: 0 auto 0.1rem;
    padding: 1rem;
    position: relative;
}
.btn-close{
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    right: .5rem;
    top: 1rem;
    transform: translate(-50%);
}
.one-card{
    max-width: 510px;
    margin: 0 auto 2rem;
    overflow: auto;
    overflow-x:hidden;
}
.one-card section:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 1px;
    width: 90%;
    border-bottom: 1px solid #F5F5F5;
}
.popup-section{
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 3px 5px 10px rgba(0,0,0,.3);
    padding: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1024px;
    min-height: 90vh;
    z-index: 200;
    display: none;
    max-height: 80vh;
    overflow: auto;
}
.popup-section .title-section:first-child{
    margin-top: 1rem;
}
.popup-section::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,.8);*/
    z-index:-1;
}
.selectable label{
    display: block;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.selectable header{
    margin-bottom: 1rem;
}
.selectable input[type='radio']{
    display: none;
}
.selectable input[type='radio']:checked + label{
    border: solid 2px #F68B1F;
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
}
.checkable{
    margin: 2rem 0;
}
.checkable input[type='radio']{
    display: none;
}
.checkable input[type='radio'] + label{
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    display: block;
    margin-bottom: .5rem;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    color: #888;
}
.checkable .aspNetDisabled + label{
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    display: block;
    margin-bottom: .5rem;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    color: #888;
    background-color: #EEE;
}
.checkable input[type='radio'] + label:hover{
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
    transition: .3s;
}
.checkable input[type='radio']:checked + label{
    border: solid 2px #F68B1F;
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
}
.checkable input[type='radio']:checked + label:after{
    font-family: "FontAwesome",sans-serif;
    content:'\f00c';
    position: absolute;
    right: .5rem;
    top: .5rem;
}
.banner {
    display: none;
}
.bg-green,.bg-lightgreen,.bg-orange, .bg-yellow, .bg-red{
    color: #FFF;
}

 
.bg-red{
    background-color: #F44336;
}
.bg-green{
    background-color: #007A5E;
}
.bg-lightgreen{
    background-color: #89BB33;
}
.bg-orange{
    background-color: #FF7300;
}
.bg-yellow{
    background-color: #FFB300;
}
.bg-lightgray{
    background-color: #EEE;
}
.bg-lightestgray{
    background-color: #F5F5F5;
}
a.bg-lightgray{
    color: #BBB;
}
.capitalize{
    text-transform: capitalize;
}
.t-yellow{
    color: #FFB300;
}
.t-orange{
    color: #F68B1F;
}
.t-green{
    color: #007A5E;
}
.t-lightgreen{
    color: #89BB33;
}
.t-red{
    color:#F44336; 
}
.t-center{
    text-align: center;
}
.t-left{
    text-align: left;
}
.t-justify{
    text-align: justify;
}
.t-right{
    text-align: right;
}
.b{
    font-weight: bold;
}
.f-0{
    font-size: 0;
}
.f-08{
    font-size: .8rem;
}
.f-09{
    font-size: .9rem;
}
.f1-6{
    font-size: 1.6rem;
}
.f3-5{
    font-size: 3.5rem;
}
.g-recaptcha>div
{margin: auto}
.mt-0-7 {
    margin-top: 0.7rem;
}
.mt-1{
    margin-top: 1rem;
}
.mt-1-5{
    margin-top: 1.5rem;
}
.mt-1-8{
    margin-top: 1.8rem;
}
.mt-2{
    margin-top: 2rem;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.ml-1 {
    margin-left: 1rem;
}
.ml-1-5{
    margin-left: 1.5rem;
}
.mlr-auto {
    margin-right: auto;
    margin-left:auto;
}
.mr-1{
    margin-right: 1rem;
}

.offset-1{
    margin-right: 8.33%;
}
.offset-2{
    margin-right: 16.66%;
}
.offset-3{
    margin-right: 26.1%;
}
.offset-05{
    margin-right: 4.165%;
}
.p-top-05{
    padding-top: .5rem;
}
.p-left-05{
    padding-left: .5rem;
}
.switch {
    display: none;
}

    .switch:checked + nav {
        width: 80%;
        padding: 2rem;
        left: 0;
    }
.col {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.btn-close-nav {
    cursor: pointer;
    font-size: 1rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    transform: translate(-50%);
}
header nav {
    background-color: #FFF;
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    padding: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 20;
}

    header nav .fa {
        font-size: 1.3rem;
    }

    header nav a {
        cursor: pointer;
        display: block;
        position: relative;
        padding: .3rem .3rem 1rem;
    }

        header nav a span:first-child {
            margin-right: 1rem;
        }

        header nav a:after {
            content: "";
            background-color: #F68B1F;
            position: absolute;
            display: block;
            height: 2px;
            width: 0;
            left: 50%;
            bottom: .5rem;
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            transition: all .1s;
        }

        header nav a:hover {
            color: #F68B1F;
        }

            header nav a:hover:after {
                left: 0;
                width: 100%;
            }

    header nav .fa-times, .fa-navicon {
        cursor: pointer;
    }

[v-cloak] {
    display: none;
}

@media(max-width:420px) {
    .sm-1 {
        width: 8.33%;
    }

    .sm-2 {
        width: 16.667%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-4 {
        width: 33.33%
    }

    .sm-5 {
        width: 41.667%;
    }

    .sm-5-5 {
        width: 45.83%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-7 {
        width: 58.33%;
    }

    .sm-8 {
        width: 66.66%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-10 {
        width: 83.33%;
    }

    .sm-11 {
        width: 91.667%;
    }

    .sm-12 {
        width: 100%;
    }
    .sm-none {
        display: none;
    }
    .container {
        padding: 1rem .5rem;
    }

    .principal {
        padding: .8rem;
    }

    .wrapper {
        max-width: 480px;
        margin: auto;
    }

        .wrapper .aside, .wrapper .principal {
            width: 100%;
        }

        .wrapper .principal {
            margin: 0 auto 2rem;
        }

    .switch:checked + nav {
       width: 40%;
       max-width: 20rem;
    }

    .ui-dialog{
    min-width: 200px !important;
    }

    #Contenido_LBHistorico {
        text-align: right;
    }
}

@media(min-width:420px){
    .md-1{
	width: 8.33%;
    }
    .md-2{
        width: 16.667%;
    }
    .md-3{
        width: 25%;
    }
    .md-4{
        width: 33.33%
    }
    .md-5{
        width: 41.667%;
    }
    .md-5-5{
        width: 45.83%;
    }
    .md-6{
        width: 50%;
    }
    .md-7{
        width: 58.33%;
    }
    .md-8{
        width: 66.66%;
    }
    .md-8-5{
        width: 70.83%;
    }
    .md-9{
        width: 75%;
    }
    .md-10{
        width: 83.33%;
    }
    .md-11{
        width: 91.667%;
    }
    .md-12{
        width: 100%;
    }
    .md-none{
        display: none;
    }
    .wrapper{
        max-width: 480px;
        margin: auto;
    }
    .wrapper .aside,.wrapper .principal{
        width: 100%;
    }
    .wrapper .principal{
        margin: 0 auto 2rem;
    }
    .switch:checked + nav {
         width: 50%;
    }
    .msg-error{
        display: none!important;
    }
}

@media(min-width:768px) {

    .lg-1 {
        width: 8.33%;
    }

    .lg-2 {
        width: 16.667%;
    }

    .lg-2-2 {
        width: 18%;
    }

    .lg-3-5 {
        width: 25.5%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-4 {
        width: 33.33%;
    }

    .lg-5 {
        width: 41.667%;
    }

    .lg-5-5 {
        width: 45.83%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-6-5 {
        width: 54.16%;
    }

    .lg-7 {
        width: 58.33%;
    }

    .lg-8 {
        width: 66.66%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-9-5 {
        width: 79.167%;
    }

    .lg-10 {
        width: 83.33%;
    }

    .lg-11 {
        width: 91.667%;
    }

    .lg-12 {
        width: 100%;
        display: initial;
    }

    .lg-visible {
        display: block;
    }

    .wrapper {
        max-width: 100%;
    }

        .wrapper .principal,
        .wrapper .aside {
            width: inherit;
        }

    .nav-btn {
        display: none;
    }

    header nav {
        background-color: transparent;
        box-shadow: none;
        position: relative;
        left: 0;
    }

        header nav a {
            cursor: pointer;
            display: inline-block;
            margin-right: 1rem;
            padding: .3rem 0;
            position: relative;
        }

        header nav .fa-times {
            display: none;
        }

    .switch + nav {
        width: auto;
    }

    header nav a:after {
        bottom: 0;
        content: "";
        background: #F68B1F;
        display: block;
        height: 2px;
        width: 0;
        position: absolute;
        left: 50%;
    }

    header nav a:hover:after {
        width: 100%;
        left: 0;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .msg-error {
        display: none !important;
    }
}

@media (min-width: 421px) and (max-width: 550px){
    .modal-content {
        width: 400px !important;
    }
}

@media (min-width: 366px) and (max-width: 420px) {
    .modal-content {
        width: 365px !important;
    }
}

@media (max-width: 365px) {
    .modal-content {
        width: 340px !important;
    }
}


.progressbar {
    counter-reset: step;
    overflow: auto;
    text-align: center;
}
.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: .9rem;
    position: relative;
    color: #888;
}
.progressbar li:before {
    width: 2rem;
    height: 2rem;
    content: counter(step);
    counter-increment: step;
    line-height: 2rem;
    border: 2px solid;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #888;
    top: 15px;
    left: -50%;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active-orange {
    color: #F68B1F;
    font-weight: bold;
}
.progressbar li.active-orange:before {
    border-color: #F68B1F;
    font-weight: normal;
}
.progressbar li.active-orange + li:after {
    background-color: #F68B1F;
}
.ui-datepicker{
background-color: #F1F1F1;
box-shadow: 0 4px 8px rgba(0,0,0,.5);
}
.ui-widget-header{
    background-color: transparent !important;
    border: none !important;
    margin-top: .8rem !important;
}
.ui-datepicker-header a{
    color: #888;
}
.ui-datepicker-title{
    font-weight: bold;
    text-align: center;
    margin-top: .5rem;
}
.ui-datepicker-month{
    margin-right: .5rem;
}
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a{
    text-align: center;
    padding: .3rem;
}
.ui-datepicker td:hover{
    background-color: #00805D;
}
.ui-datepicker td:hover a{
    color: #FFF;
}
.ui-datepicker-unselectable {
    color: #CCC;
}
td.ui-datepicker-unselectable:hover {
    background-color: transparent;
}
.ui-datepicker-calendar{
    margin-top: .3rem;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before{
    
    border-radius: 50%;
    
    font-family: "FontAwesome", sans-serif;
    font-size: 1.2rem;
    display: inline-block;
    position: absolute;
    top: .5rem;
    padding: .2rem .3rem;
    width: 1.6rem;
    height: 1.5rem;
}
.ui-datepicker-prev::before
{
    left: .3rem;
    content: '\f053';
}
.ui-datepicker-next::before{
    right: .3rem;
    content: '\f054';
}
.ui-datepicker-prev .ui-icon-circle-triangle-w,
.ui-datepicker-next .ui-icon-circle-triangle-e{
    display: none;
}
.ui-datepicker .ui-state-default{
    color: #888;
}
.only-month .ui-datepicker-calendar{
    display: none;
}
.only-month .ui-datepicker-header:before{
    content:'Selecciona el año y el mes';
    font-size: .9rem;
    font-weight: bold;
    margin: auto;
    margin-bottom: 1rem;
}
.only-month .ui-datepicker-header{
    padding: 1rem 0 0; 
}
.only-month .ui-datepicker-prev,
.only-month .ui-datepicker-next{
    display: none;
}
.only-month select.ui-datepicker-month,
.only-month select.ui-datepicker-year{
    border: none;
    border-radius: .3rem;
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}
.only-month .ui-datepicker-buttonpane .ui-datepicker-close{
    border: solid 1px transparent;
    border-radius: .3rem;
    float: none;
    width: 70%;
    padding: .5rem .8rem;
    margin: .3rem auto;
    background-color: #F68B1F;
    color: #FFF;
}
.only-month .ui-datepicker-close:hover{
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);
}
.only-month .ui-datepicker-close:active{
    box-shadow: 1px 3px 3px rgba(0,0,0,.3);
}
.only-month .ui-datepicker-current {
    display: none;
}
.only-month .ui-datepicker-buttonpane{
    text-align:center;
}
.ui-dialog{
    min-width: 420px;
}
.ui-button-icon-only, .ui-icon{
    text-indent: 0 !important;
}
.ui-dialog-titlebar-close .ui-button-text{
    display: none;
}
.ui-dialog-titlebar-close .ui-icon-closethick:before{
    font-family: "FontAwesome", sans-serif;
    content:"\f00d";
}
.ui-dialog-state-active{
    background-color: red;
}
.ui-dialog{
    background-color: #EEE;
    border-radius: .3rem;
    box-shadow: 5px 5px 10px rgba(0,0,0,.5); 
    color: #888;
    padding: .8rem;
    width: 350px !important;
    max-width: 95%;
    animation-name: show;
    animation-duration: .3s;
    animation-iteration-count: 1;
    z-index: 12;
}
.ui-dialog-buttonset{
    text-align: right;
}
.ui-dialog-buttonset .ui-button{
    background-color: transparent;
    border: 1px solid #888;
    border-radius: .3rem;
    color: #888;
    cursor: pointer;
    padding: .5rem 1rem;
}
.ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:active{
    background-color: #FFF;
}
.ui-dialog-content{
    display: inline-block;
    margin: 0 0 .5rem;
    vertical-align: middle;
    min-height: 4rem !important;
}
.ui-dialog-content:before{
    font-family: "FontAwesome", sans-serif;
    content:"\f00d"; /*times*/
    content:"\f071"; /*triangle*/
    color: #888;
    display: inline-block;
    font-size: 3.5rem;
    margin-right: .8rem;
    vertical-align:middle;
}
.ui-dialog-content ul{
    margin-top: .3rem;
    margin-left: 1.1rem;
}
.ui-dialog-content li{
    list-style: disc;
}
.ui-dialog-content>div, .ui-dialog-content>p{
    display: inline-block;
    font-size: .9rem !important;
    font-weight: normal !important;
    width: 75%;
    vertical-align: middle;
}

.ui-dialog-titlebar-close:before{
    font-family: "FontAwesome", sans-serif;
    content:"\f00d";
} 
.ui-dialog-titlebar-close{
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 1.3rem;
    padding: .3rem;
    position: absolute;
    top: 0;
    right: 0;
}
.ui-dialog-titlebar-close .ui-button-text{
    display: none;
}
.ui-dialog-title{
    display: none;
}
.linkterminos{text-decoration:underline;cursor:pointer}
#Contenido_Terminos{font-size:1.1em;color:gray}
#Contenido_Terminos h1,#Contenido_Terminos h2,#Contenido_Terminos p {margin:1em}
#Contenido_Terminos h1{font-size:1.2em;text-align:center}
#Contenido_Terminos h2{font-size:1.1em}
div.terminos {
    text-align: justify;
    height: 350px;
    overflow-y: scroll;
    width: 930px;
}
ol.terminos{
  counter-reset: contadorItem;
}
ol.terminos > li{
	list-style-type: decimal;
    margin: 2em 1em;
    display:block;
    counter-increment: contadorItem;
}
ol.terminos > li:before{
	margin-right: .2em;
	content: counter(contadorItem) ". ";
    font-weight: bold;
}
ol.terminos > ol.terminosSubLista {
  list-style-type: decimal;
  counter-reset: contadorItem2;
}
ol.terminosSubLista2 {
  list-style-type: lower-alpha;
  margin: 2em;
}
li.terminosSubLista2 {
  list-style-type: lower-alpha;
  margin: 1em;
}
ol.terminos > ol.terminosSubLista li{
  display:block;
  margin-left: 2em;
  margin-right: 1em;
  margin-top: 2em;
  counter-increment: contadorItem2;
}

ol.terminos > ol.terminosSubLista li:before{
  content:  counter(contadorItem) "." counter(contadorItem2);
  margin-right: .5em;
  font-weight: bold;
}
ul.terminos li{
	list-style-type: circle;
	margin-left: 3.0em;
}
p.terminos{
    margin: 1em;
}
h1.terminos{
    margin: 1em auto 2em;
    text-align:center;
}
h2.terminos{
    margin: 2.0em;
}
h3.terminos{
    margin: 2.0em;
}
.invisible{
    display: none;
}
.modal-layer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}
.modal-content{
    width: 550px;
    background-color: #FFF;
    border-radius: .5rem;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}       
.modal-header{
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.modal-message{

}
div input.new-button{
    width: 100px;
}
 
.gray-gradient{  
    
    background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
}

.footer-height {
    line-height: 37px;
    padding: 15px;
}

.btndisabled{
    pointer-events: none;
    background-color: #EEE;
}

#Contenido_PnlConfirmPagoLiquidacion > div {
    color: #888;
    width: 83%;
    text-align: justify;
}

#Contenido_PnlConfirmPagoLiquidacion::before {
    content: '\f06a';
    color: #F68B1F;
}

#Contenido_PnlConfirmPagoLiquidacion ~ div.ui-dialog-titlebar {
    visibility: hidden;
}

.one-row.pago-presencial {
    margin: 0 auto 0;
}

.uiDialogTitleConfirmPago {
    background-color: rgba(0,0,0, .3) !important;
    margin: 0px 0px 10px 0 !important;
}

.no-border-bottom, .field .no-border-bottom input::after {
    border-bottom: none !important;
}

.ml-02 {
    margin-left: 0.2rem;
}

.mb-0-i{
    margin-bottom: 0!important;
}

.mt-1-i{
    margin-top: 1rem!important;
}

.p-top-01 {
    padding-top: 0.1rem;
}

.subtitle-modal {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.acordeon {
    overflow: hidden;
    margin-top: 1rem;
}

.acordeon-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 7px 0px;
}

.acordeon-header {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
    color: #888;
}

.acordeon-header:hover{
    background-color: #eee;
}

.acordeon-content{
    padding: 10px;
    display: none;
    background-color: #fff;
}

.acordeon-item.active .accordion-content {
    display: block;
}

.acordeon-header div {
    float: right;
}

.msg-error{
    margin-top: 1rem;
    display:none;
    text-align: center;
}