﻿
.right{
    float:right;
}

.panel-group {
   width:100% !important;
}

body {
    font-family: "Segoe UI" !important;
    font-weight: 600;
}
.skin-black .sidebar a {
    color: #444 !important;
}
.skin-black .main-sidebar, .skin-black .left-side {
    background-color: #f4f4f4 !important;
}
.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.form-control-sm {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 2px;
    box-shadow: none;
    border-color: #d2d6de;
}

.PopParentDiv {
    position: fixed;
    display: none;
    /*margin-top: 10%;*/
    overflow: auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: rgba(0,0,0,0.1);
    padding: 0;
    border: 1px solid #888;
    z-index: 1051; /* Sit on top */
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.PopParentDiv1 {
    position: fixed;
    display: none;
    /*margin-top: 10%;*/
    overflow: auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: rgba(0,0,0,0.1);
    padding: 0;
    border: 1px solid #888;
    z-index: 500; /* Sit on top */
    width: 90%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

#myAlert .card {
    background: white;
    color: rgb(0,0,0);
    width: 24%;
    border-radius: 3px 5px 3px 5px;
    margin: auto;
    margin-top: 20%;
    /*// border-radius:3px 5px;*/
}

#myAlert .card-header {
    background: rgba(12, 67, 88, 0.99);
    border-radius: 3px 5px 0px 0px;
    color: rgba(245, 245, 245, 0.89);
    padding: 4px 6px;
}

#myAlert .card-body {
    min-height: 110px;
    padding: 2px 10px;
    border-radius: 3px 5px 3px 5px;
}

    #myAlert .card-body p {
        margin-top: 10px;
        padding: 2px 10px;
        text-align: left;
    }

#myAlert .card-footer {
    padding: 2px 4px;
    text-align: center;
    border-radius: 0px 0px 3px 5px;
    background-color: rgba(12, 67, 88, 0.99);
}

.PopDiv {
    background-color: white;
    position: fixed;
    /*margin-top: 10%;*/
    overflow: auto;
    top: 8%;
    /*margin:unset;*/
    float: left;
    padding: 0;
    border: 1px solid #888;
    z-index: 1; /* Sit on top */
    width: 80%;
    height: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.optionAvi {
    color: rgba(25, 145, 29, 0.84);
}

.optionNAvi {
    color: rgba(255, 106, 0, 0.92);
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 19; /* Sit on top */
    /*padding-top: 100px; /* Location of the box
    left: 100px;*/
    top: 0;
    /*width: 100%; /* Full width 
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    height: 98%;
    width: 96%;
    margin: auto;
    /*margin-left:12.5%*/
}

.modal-content_Mobi {
    height: 90%;
    width: 95%;
    margin: auto;
}


.MygridS {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.myScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.myScroll::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.myScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D));
}

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    height: auto;
    max-height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}



.frmBTN {
}

    .frmBTN input {
        float: right;
        margin: 10px 10px 20px 30px;
    }

    .frmBTN a {
        float: right;
        margin: 10px 10px 20px 30px;
    }

.popup {
    background: #ff006e;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 70%;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 860px;
        height: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: fixed;
        z-index: 1;
        bottom: 20%;
        margin: auto;
        left: 20%;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            /*top: 100%;
    left: 50%;*/
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.custom-select {
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px;
    color: #000;
    min-width: 100px;
}

.customselect {
}

table#stickyHeader thead {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
    /*.scrollmenu a {
   display: inline-block;
   color: white;
   text-align: center;
   padding: 14px;
   text-decoration: none;
}

.scrollmenu a:hover {
   background-color: #777;
}*/
    .scrollmenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .scrollmenu::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .scrollmenu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #FFF;
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgba(12, 67, 88, 0.99)), to(rgba(12, 67, 88, 0.60)), color-stop(.6,rgba(255, 255, 255, 0.39)));
    }


/*------------------------------------------------------------------*/

.table-scroll {
    position: relative;
    margin: auto;
}

.table-wrap {
    width: 100%;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th, .table-scroll td {
    padding: 5px 10px;
    white-space: nowrap;
    vertical-align: top;
}

.table-scroll thead, .table-scroll tfoot {
    background: #f9f9f9;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone th, .clone td {
        visibility: hidden;
    }

    .clone td, .clone th {
        border-color: transparent;
    }

    .clone tbody th {
        visibility: visible;
        color: red;
    }

    .clone .fixed-side {
        border: 1px solid #000;
        background: #eee;
        visibility: visible;
    }

    .clone thead, .clone tfoot {
        background: transparent;
    }

input[type="file"] {
    color: transparent;
}



.centerThings {
    text-align: center;
}

.tabs {
    margin: 0 auto;
    width: 80%; /* width of the whole tabs section */
    border: 1px solid #fff; /* border of the whole tabs section */
    color: rgba(0,0,0,0.19); /* color of the text in each tab card */
    display: flex;
    flex-wrap: wrap;
    background-color:#fff
   
}

    .tabs label {
        order: 1; /* Put labels first */
        display: block;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: rgba(0,0,0,0.1);
        font-weight: bold;
        transition: background ease 0.3s;
    }

        .tabs label:hover {
            background: #F5F5F5;
        }

    .tabs .tab {
        order: 99; /* Put tabs last*/
        flex-grow: 1;
        width: 100%;
       /* min-height: 350px;*/ /* minimum height of the tab content */
        display: block; /* HIDES unselected tab content with "none" */
        position: absolute;
        right: -9999px; /* move everything to the right to hide the content (not selected) */
        padding: 1rem;
        background: transparent; /* color of tab content */
        color: #fff;
    }

    .tabs input[type="radio"] {
        display: none; /* hides circles of radio style */
    }

        .tabs input[type="radio"]:checked + label {
            background: #fff; /* color of selected tab */
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block; /* SHOWS selected tab */
                position: relative;
                right: 0px;
                transition: .3s ease;
            }



@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}





@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100vh;
    display: grid;
    font-family: "Staatliches", cursive;
    background: #d83565;
    color: black;
    font-size: 14px;
    letter-spacing: 0.1em;
}*/

.ticket {
    margin: auto;
  /*  height:30rem;*/
    margin:0.5rem;
  /*  background:rgba(0,0,0,0.2); */
    display: flex;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.left {
    display: flex;
   /* width:70%;*/
}

.imageticket {
   /* height: 100%;*/
    padding:.5rem;
   /* width: 30%;*/
 /*   background-image: url("../../Uploads/TheEvent.png");*/
    background-size: contain;
    opacity: 0.85;
}

.admit-one {
    position: absolute;
    color: darkgray;
    height: 100px;
    padding: 0 10px;
    letter-spacing: 0.15em;
    display: flex;
    text-align: center;
    justify-content: space-around;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

    .admit-one span:nth-child(2) {
        color: white;
        font-weight: 700;
    }

.left .ticket-number {
    height: 100%;
    width: 30rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 5px;
}
.ticket-info {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.date {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 5px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .date span {
        width: 100px;
    }

        .date span:first-child {
            text-align: left;
        }

        .date span:last-child {
            text-align: right;
        }

    .date .june-29 {
        color: #d83565;
        font-size: 20px;
    }

.show-name {
    font-size: 32px;
    font-family: "Nanum Pen Script", cursive !important;
    color: #d83565;
}

    .show-name h1 {
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #4a437e;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: "Nanum Pen Script", cursive !important;
    }
    .show-name h2 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 0px;
        font-family: "Nanum Pen Script", cursive !important;
    }

.time {
    padding: 10px 0;
    color: #4a437e;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 700;
}

    .time span {
        font-weight: 400;
        color: gray;
    }

.left .time {
    font-size: 16px;
}


.location {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid gray;
}

    .location .separator {
        font-size: 20px;
    }
    .location span{
        padding-left:2px;
    }

    .right {
       /* width: 180px;*/
        border-left: 1px dashed #404040;
    }

    .right .admit-one {
        color: darkgray;
    }

        .right .admit-one span:nth-child(2) {
            color: gray;
        }

    .right .right-info-container {
        height: 250px;
        padding: 10px 10px 10px 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .right .show-name h1 {
        font-size: 18px;
    }

.barcode {
    height: 100px;
}

    .barcode img {
        height: 100%;
    }

.right .ticket-number {
    color: gray;
}
