/* All rights reserved by On2 Ltd. */
/*    www.entegreyazilim.com.tr    */

body {
    padding-top: 0px !important;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px !important;
    }
}

.business-header {
    height: 50vh;
    min-height: 300px;
    background: url('../images/slider1.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.card {
    height: 100%;
}

/* eticket classes */
/*  
1- header
2- footer
3- slider
4- general
5- detail
*/

/* 1- header */
#eticket-navbar {
    /*	background-image: url('../images/bg.jpg') !important;
*/ background-color: #449c90;
    background-repeat: x;
    height: 80px;
    position: relative;
    padding-top: 0px !important;
}

#eticket-usernavbar {
    background-color: #383838;
    position: relative;
    height: 35px;
}

.eticket-navbar-opacity {
    /*opacity:0.9;*/
}

.ent-nav-bar .nav-item {
    padding-right: 5px;
    padding-left: 5px;
}

.user-nav-link {
    color: rgba(255, 202, 10, 0.7) !important;
}

    .user-nav-link:hover {
        color: rgba(255,255,255,.75) !important;
    }

#ent-logo {
    height: 70px;
    margin-top: 0px;
    margin-left: 25px;
}

/* 2- footer */

/* 3- slider */

.ent-mini-slider {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    margin-right: -89px;
    border-radius: 2px;
}

@media (max-width: 992px) {
    .ent-mini-slider {
        position: absolute;
        top: 50%;
        transform: translate(-10%, -50%);
        right: 0;
        margin-right: 1px;
        border-radius: 2px;
    }
}

@media (max-width: 768px) {
    .ent-mini-slider {
        position: absolute;
        top: 50%;
        transform: translate(-5%, -50%);
        right: 0;
        margin-right: 1px;
        border-radius: 2px;
    }
}


.ent-mini-slider-brd {
    border: 1px solid #fff;
}

.ent-mini-slider-img {
    height: 50%;
    width: 50%;
}

.ent-img {
    /* height:80%; */
    /* width:300px; */
}

/* 4- general */
.ent-button {
}

.ent-badge {
    color: #008000 !important;
    background-color: #e0e0e0;
    border-color: #808080;
    margin-top: 3px;
    height: 49px;
    border-bottom: 3px solid #808080 !important;
    border-radius: .3rem;
}

.ent-badge-title {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}

.ent-secured-icon {
    background-image: url('../images/icons/secured.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    /*    margin: 5px;*/
    margin-top: 5px;
    margin-left: 25px;
    /*margin-right: 10px;*/
    float: left;
}


.ent-yellow {
    color: #212529 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .ent-yellow:hover {
        color: #212529 !important;
        background-color: #e0a800;
        border-color: #d39e00;
    }




.ent-border-bottom-3 {
    border-bottom: 3px solid #cea429;
}

.ent-radius-5 {
    border-radius: 5px;
}

.ent-radius-10 {
    border-radius: 10px;
}

/* 5- detail */

.ent-content-title-bg {
    background-color: #449c90;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.ent-content-title {
    color: #fff;
    padding: 10px;
    padding-left: 32px;
    font-size: 24px;
    margin: 10px 0px 0px 0px !important;
}

@media (max-width: 992px) {
    .ent-content-title {
        color: #fff;
        padding: 10px;
        padding-left: 32px;
        font-size: 18px;
        margin: 10px 0px 0px 0px !important;
    }
}

@media (max-width: 768px) {
    .ent-content-title {
        color: #fff;
        padding: 10px;
        padding-left: 32px;
        font-size: 15px;
        margin: 10px 0px 0px 0px !important;
    }
}

.ent-card-title {
    color: #212529 !important;
    background-color: #ffc107;
    margin-bottom: 0px;
    padding: 7px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    font-size: 21px;
}

.ent-card-img {
    border-radius: 0px;
}

.ent-select-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: 110px;
    margin-top: 10px;
}

.ent-select-box-item {
    margin: 5px !important;
    width: 90%;
    text-align: center;
}

.ent-select-box-title {
    color: #212529 !important;
    background-color: #ffc107;
    margin-bottom: 0px;
    padding: 7px;
    /*padding-left: 35px;*/
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    font-size: 21px;
}


/* 6- icons */
.ent-announcement-icon {
    background-image: url('../images/icons/dervish.png');
    background-size: 26px 32px;
    height: 32px;
    width: 26px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.ent-dateselect-icon {
    background-image: url('../images/icons/date.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.ent-session-icon {
    background-image: url('../images/icons/session.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.ent-quantity-icon {
    background-image: url('../images/icons/quantity.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.ent-find-icon {
    background-image: url('../images/icons/find.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
