body{
    font-family: "Roboto",Arial,
    "Segoe UI", "Helvetica Neue",  "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"    
}
label.rz-label
{
    font-weight: bold;
}
.rz-p-12 {
    padding: 1rem !important;
}
.rz-sidebar-expanded {
    width: 220px !important;
    opacity: 1;    
}
.rz-panel-menu
{
    font-weight: normal;
}
.rz-sidebar-expanded
{
    background-color: #2f2f2f !important;
}
.rz-body{
    padding: 0 !important;
}

@media (min-width: 768px) {

    .rz-px-sm-8, .rz-pl-sm-8 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }

   

}


@media (max-width: 768px) {

    .ticket {
        position: fixed !important;
        background:rgba(0,0,0,.7);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        align-content: center;
        text-align: center;
    }

    .ticket:before {
        content: "X";
        color: #ffffff;
        display: table;
        padding: 16px;
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 200%;
    }

    .ticket img {
        max-width: 300px;
    }

    .ticket-phone {
        position: relative;
        width:309px;
        margin:auto;
    }
    
}

.loaded-file-title {
    min-height: 40px;
    background-color: var(--rz-secondary-lighter);
}


/*ALTA TICKET*/
.edit-card {
    background-image:url('/img/edit.png');
    background-position:4px center;
    background-size:16px;
    background-repeat:no-repeat;
    padding:4px 8px 4px 24px;
    border-radius:3px;
    background-color: #8bc53f;
    color: #454545;
    cursor: pointer;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration:none;
    opacity:.9;
    transition: opacity 0.2s ease;
    border: 0;
    outline: 0;
}

.edit-card:hover, .photo-card:hover {
    color: #454545;
    opacity: 1;
}

.photo-card {
    background-image:url('/img/visibility.png');
    background-position:4px center;
    background-size:16px;
    background-repeat:no-repeat;
    padding:4px 8px 4px 24px;
    border-radius:3px;
    background-color: #dfecce;
    color: #454545;
    cursor: pointer;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration:none;
    opacity:.9;
    transition: opacity 0.2s ease;
    border: 0;
    outline: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.ticket {
    --w: 0%;
    --h: 20px;
    --b: 0%;
    --l: 0%;
    position: relative;
    
}

.ticket-info {
    border: 2px solid #8bc53f;
    width: var(--w);
    height: var(--h);
    border-radius: 25px;
    bottom: var(--b);
    left: var(--l);
    display: none;
    position: absolute;
}

.ticket-info > div {
    position: relative;
}

.ticket-info > div > div {
    font-size: 80%;
    position: absolute;
    top: 20px;
    left: 0%;
    width: 170px;
    background-color: #8bc53f;
    color: #454545;
    border: 3px solid #ffffff;
    border-radius: 0 14px 14px 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 7px;
}

.ticket-info > div > div b {
    display: block;
}

.more-info {
    display:inline-block;
    width:12px;
    line-height:12px;
    text-align:center;
    color:#ffffff;
    background:#192ff0;
    border-radius:50%;
    font-size:10px;
    cursor:pointer;
}

.register-container {
    background: #dcdcdc;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content:center;
    align-items:center;
    position: relative;
    padding: 16px 0;
}

.register-bg {
    background-image:url('/img/banner-bg.png');
    background-position: 5% center;
    background-repeat:no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0%;
    left: 0%;
    border-bottom:4px solid #8bc53f;
}

.register-bg:before {
    content: "";
    width: 100%;
    height: 2px;
    left: 0%;
    bottom: -6px;
    background-color: #000;
    position: absolute;
    opacity: .2;
}

.register-cards-nav {
    width:800px;
    z-index: 1;
    /*margin-top:75px;*/
}

.card-icon {
    width:30px;
    height:30px;
}
.card-title-line {
    padding-bottom: 4px;
    border-bottom: 2px solid #8bc53f;
}
.text-danger {
    font-size:75%;
    position: absolute;
}

input[readonly] {
    background-color: #f4f4f4;
    /*pointer-events: none;*/
}

/*FIN ALTA TICKET*/

/*.rz-body {
    background-color: #f8f9fa;
    color: #484848;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.rz-display-flex.rz-row {
    background-color: #ffffff;
}

.rz-header
{
    min-height: 60px;
}

.rz-sidebar-toggle {
    margin-right: 5px;
}

.rz-header, .rz-sidebar-toggle,.rz-header > .rz-stack
{
    background-color: #ffffff !important;
    border: #eeeeee;    
    color: #484848 !important;
}
.rz-sidebar, .rz-sidebar-expanded,.rz-panel-menu
{
    background-color: #484848 !important;
    border: #484848;
}
.rz-panel-menu
{
    padding-top: 1rem;
}

.rz-footer {
    background-color: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0 1.5rem;
    transition: padding 0.2s ease, background-color 0.18s ease;
    box-shadow: 0 2px 10px 0 rgba(76, 78, 100, 0.22);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
*/
/*.rz-sidebar-expanded {
    width: 16.25rem !important;
}

.rz-sidebar .rz-panel-menu {
    background-color: #484848 !important;
    color: #ffffff !important;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: red;
    margin: 0;
    padding: 0;
}*/