html { 
    height:100%;
}
body { 
    min-height:100%;
}
/* ------------------- Navbar ------------------- */
.welcome-nav{
    margin-bottom: 0px;
    background: linear-gradient(45deg, #efe2e1,#d8433e, #b3140f);
    color: #fff;
    border-radius: 0px;
}
.navbar .navbar-brand{
    font-size: 18px;
}
.navbar-collapse.collapse{
    display: flex !important;
}
.top-links{
    width: 47%;
    text-align: right;
    display: block;
}

ul.top-menu{
    list-style: none;
    display: inline-flex;
    margin: 0px;
}
.top-menu li{
    float: left;
    padding: 0px 10px;
}
.top-menu li a{
    color: #fff;
    text-decoration: none;
}
.top-menu li a i{
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    margin-right: 1%;
    display: table-cell;
}
.navbar .collapse .navbar-nav.front-nav .nav-item .nav-link{
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0 5px 2px !important;
}
.navbar-brand img{
    max-height: 45px;
    width: auto;
}
.device-sm{display: none;}
/* ------------------- Carousel Styling ------------------- */
.main-content{
    padding-bottom: 2%;
    min-height: 80vh;
}
.carousel-inner .item{
    height: auto;
  }
.carousel-inner .item img{
    width: 100%;
    height: auto;
}
.carousel-inner .item iframe{
    width: 100%;
    min-height: 600px;
}
.carousel-caption{
    padding-bottom: 35px;
    text-align: left;
}
.carousel-caption a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.carousel-caption a i{
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    margin-right: 1%;
}
.carousel-caption h2{
    font-size: 50px;
    text-transform: uppercase;
}
.carousel-control{
    width: 0%;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    background-image: none;
}

/* ------------ Ticket Section ------ */
h1.ticket-title{
    color: #6495ed;
}
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
    z-index: 2;
}
.circle-tile-heading .fa {
    line-height: 80px;
    font-size: 30px;
}
.circle-tile-content {
    padding-top: 65px;
    background-repeat: no-repeat;
  background-size: 100% 228px;
}
/*.circle-tile-content:after {
  content: "";
  position: absolute;
  left: 15px; right: 15px;
  top: 14%; bottom: 5%;
  background: rgba(0,0,0,.2);
}*/
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 50px 5px;
}
.circle-tile-description {
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
    display: block;
    padding: 10px 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.circle-tile-heading.saddlebrown:hover {
    background-color: #73370c;
}
.circle-tile-heading.darkslateblue:hover {
    background-color: #3d3379;
}
.circle-tile-heading.darkslategray:hover {
    background-color: #203838;
}
.circle-tile-heading.brown:hover {
    background-color: #982323;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2b3d50;
}
.circle-tile-heading.seagreen:hover {
    background-color: #26794b;
}
.circle-tile-heading.lightseagreen:hover {
    background-color: #218e88;
}
/*.circle-tile-content{
    position: absolute;
    width: 100%;
    height: 228px;
}*/
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #dbb415;
}
.darkslateblue{
    background-color: #483d8b;
}
.darkslategray{
    background-color: #2f4f4f;
}
.brown{
    background-color: #a52a2a;
}
.saddlebrown{
    background-color: #8b4513;
}
.seagreen{
    background-color: #2e8b57;
}
.lightseagreen{
    background-color: #20b2aa;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #e3312f;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    /*color: rgba(255, 255, 255, 0.7);*/
    color: rgba(255, 255, 255, 1);
}
.text-white{
    color: #fff;
}
.card-header-primary{
    background: linear-gradient(45deg,#d8433e, #b3140f) !important;
}
/*--------------- Footer Section ----------*/
.section-footer{
    text-align: center;
    background: #b3140f;
    padding: 10px 0;
}
.footer-top a{
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    border-right: 1px solid #fff
}
.footer-top a:last-child{
    border: none;
}
.footer-bottom{text-align: right; color: #fff;}
.section-footer hr{
    width: 100%;
    margin: 10px auto;
}
.footer-bottom img{
    width: 100px;
    height: auto;
}
.footer-left{
    text-align: center;
}
.footer-right{
    position: absolute;
    right: 0;
}
/*--------- Login --------*/
.wrapper-front{
    background-image: url(../material/img/zoo3.jpg);
    background-size: cover;
    background-position: center top;
    align-items: center;
    min-height: 80vh;
    position: relative;
}
.wrapper-front::before{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    content: "";
}
.wrapper-front::before{
    background: rgba(0, 0, 0, 0.3);
}
.user-login{
    /* margin-top: 5%;
    margin-bottom: 5%; */
    padding: 0 2%;
}
.user-login .input-group-prepend{
    width: 15% !important;
    float: left !important;
    padding-top: 5px;
    /* height: -webkit-fill-available !important; */
}
.user-login .input-group .form-control{
    width: 85% !important;
    display: inline-block !important;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.user-login .input-group:first-child{
    margin-top: 20px;
}
.user-login .btn{
    font-size: 13px;
    border: none;
    border: 1px solid;
}
.user-login label{
    font-weight: 300;
}
.user-login .error strong{
    font-size: 12px;
    font-weight: normal;
}
.welcome-nav .dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-size: 12px;
}
.nav-open .welcome-nav .dropdown-menu .dropdown-item, .dropdown-menu li>a{
    color: #fff;
}
.mr3{
    padding: 5% 0;
}
/*----------- Dasboard ---------*/
.dashboard-title{
    background: #f1ecec;
    padding: 10px 15px;
    text-align: center;
    margin: 2% 0;
}
.dashboard-title h1{
    text-transform: uppercase;
    color: #6495ed;
}
.user-ticket{
    background: #f1ecec;
    padding: 2%;
    height: auto;
}
.user-ticket tfoot tr{
    border-top: 1px solid #ddd;
}

/* Tickets */
.main-content td{
    font-size: 15px;
}
.main-content .card-rate i{
    font-size: 4em;
}
.paybtn{font-size: 11px;}
.main-content .bill-body table{
    margin-bottom: 0px;
}
.head-title{
    float: left;
    margin-right: 3%;
    display: grid;
}
.head-right,.mpay{
    display: none;
    font-size: 11px !important;
}
.mtable{
    margin: 0px;
}
.mtable tr td{
    padding: 1px 5px !important;
}
.mtable .btn-sm{
    font-size: 8px;
}

/* payment method*/
.paymentDetails{
    background: #f5f7fd;
}
.payselect{
    padding-top: 2%;
}
.phead{
    background: #b3140f !important;
    color: #fff !important;
    font-size: 16px;
}
.payselect .table>thead>tr>th, .payselect .total{
    background-color: #ddd;
    font-size: 14px;
    font-weight: bold;
}
.paybody form{
    display: inline-block;
}
.paybody img{
    width: auto!important;
    max-height: 40px;
    border: 1px solid #ddd;
    margin: 0 5px 5px 0;
}
.buy-info{
    background: #ddd;
    font-size: 11px;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Dashboard Tabs */
.ticket-history{
    margin-top: 2%;
}
nav > .nav.nav-tabs{
    border: none;
    color:#fff;
    background:#DE6560;
    border-radius:0;
    padding: 0px;
}
nav > div a.nav-item.nav-link{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#DE6560;
    border-radius:0;
    font-size: 18px;
}
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#b3140f;
    border-radius:0;
}
  

.tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px !important;
}
  
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    text-decoration: underline;
}
.nav-tabs .nav-item.nav-link{
    margin-bottom: 0px;
}
.btn-preview{
    font-size: 10px;
}

/* Pages*/
.inner-content{
    padding-top: 5%;
    text-align: center;
}
.inner-content a{
    color: #fff !important;
}
.page-content{
	-webkit-box-shadow: 1px 2px 15px -2px #807D7D;
    box-shadow: 1px 2px 15px -2px #807D7D;
    padding: 2%;
    margin-top: 2%;
}
.page-content h3{
    color: #424243;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.page-content img{max-width: 100%; height: auto; margin-bottom: 10px;}
.page-content p{text-align: justify; font-size: 13px; color: #555;}
.page-content ul{font-size: 13px; color: #555;}
.page-content strong{font-size: 15px;}
.welcome-nav {
    margin-bottom: 0px;
    background: linear-gradient(45deg, #EFE2E1,#2e7b31, #154A17)!important;
    color: #FFF;
    border-radius: 0px;
    }
    
    .section-footer {
    background: #154A17!important;
    
    }
    
    primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: #2E7B31!important;
    }
    
    .btn.btn-primary.btn-link {
    color: #333!important;
    
    }
    
    .txtforget a {
    color: #333!important;
    font-weight: bold;
    }
    
    .btn.btn-primary.btn-link {
    
    color: #2E7B31!important;
    
    }
    .table.report-table thead tr th {
        background: #55B93D!important;
        }
        
        nav > div a.nav-item.nav-link.active {
        
        background: #2A975D!important;
        }
        
        nav > div a.nav-item.nav-link {
        
        background: #4AA035!important;
        }
        
        .tab-content {
        
        border-top: 5px solid #55B93D!important;
        border-bottom: 5px solid #55B93D!important;
        
        }
        
        .card-rate.success {
        background-color: #2196F3!important;
        color: #FFF;
        }
        
        .btn-custom {
        background-color: #2196F3!important;
        }
        
        
        .phead {
        background: #3C763D!important;
        color: #FFF !important;
        font-size: 16px;
        }
@media screen and (max-width: 991px){
    .navbar-collapse .dropdown-toggle:after{
        right: 5px;
    }
    .off-canvas-sidebar nav .navbar-collapse{
        width:165px;
    }
    .off-canvas-sidebar .navbar .navbar-collapse.collapse{
        height: 100% !important;
    }
    .nav-open .navbar .container .navbar-wrapper{
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    }
    .nav-open .navbar .container .navbar-toggler{
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
}

@media screen and (max-width: 1024px){
    
}

@media screen and (max-width: 768px){
    .top-links {
        width: 100%;
        text-align: center;
        display: block;
    }
    .welcome-nav {
        background: linear-gradient(180deg, #efe2e1, #b3140f);
    }
    .welcome-nav .navbar-brand{
        padding: 0px;
    }
    .welcome-nav .container{
        display: block !important;
    }
    .navbar-toggler{float: right;}
}

@media screen and (max-width: 480px){
    
    .welcome-nav .navbar-brand{
        padding: 0px;
    }
    .welcome-nav .container{
        display: block !important;
    }
    .navbar-toggler{float: right;}
    .navbar .collapse .navbar-nav.front-nav .nav-item .nav-link{
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px 20px 5px 10px;
    }
    ul.top-menu{display: block;}
    .top-menu li{padding: 0 13px;}
    .device-lg{display: none;}
    .device-sm{display: block;}
    /* .carousel-inner .item, .carousel-inner .item img{
        height: 150px;
    } */
    .carousel-indicators{
        bottom: 0px;
    } 
    .carousel-caption{
        padding-bottom: 0px;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-right{
        position: relative;
    }
    .head-right,.mpay{
        display: inline-block;
    }
    .tab-content{
        padding: 0px !important;
    }
    .main-content td {
        font-size: 11px;
    }
    .table.report-table thead tr th {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px){
    ul.top-menu {
        display: contents;
    }
}
