/* CSS Document */
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
    text-decoration:none;
    cursor:pointer;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
a:hover,a:focus {
    text-decoration:none;
}
a, a * {
    cursor:pointer;
}
a.logo{
    color: #fff;
}
* {
    outline:none !important;
}
html, body {
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    height:100%;
    -ms-overflow-style:scrollbar;
}
body {
    background: #FFFFFF;
    height:100% !important;
    font-size:12px;
    line-height:16px;
    width:100%;
    float:left;
    color:#666666;
    font-weight:400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
ol, ul, li {
    list-style: none;
}
img {
    max-width:100%;
    height:auto;
}
sup {
    top: -.2em;
}
@-ms-viewport {
    width: device-width;
}
/*h1-h6*/
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}
h1{
    font-size:36px;
}
h2{
    font-size:24px;
}
h3{
    font-size:22px;
}
h4{
    font-size:20px;
}
h5{
    font-size:18px;
}
h6{
    font-size:16px;
}

.fl{
    float:left;
}
.fr{
    float:right;
}
/*===============common css==============*/
.main-heading{
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight:600;
    text-align:center;
}
.header-bg{
    background-color: #3a87cc;
    padding: 14px 5px 5px 5px;
    float: left;
    width: 100%;
}
hr{
    border: 0;
    height: 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 0px solid #f3f3f3;
}

/*===============Index Page Css==============*/
#header{
    width:100%;
    float:left;
    position:relative;
}
#content {
    width:100%;
    float:left;
    min-height:100%;/* padding: 0px 0px 312.4px 0px; */
    background-color: #eaedf0;
}
#main-wrapper {
    width:100%;
    float:left;
    min-width:300px;
    font-size:12px;
    position:relative;/* overflow: hidden; */
    min-height: 100%;
}
#thumbnail {
    padding-top: 3.5%;
}
.br-bottom{
    border-bottom:1px solid rgba(255,255,255,0.15);
    padding:30px 0px;
}
.logo{
    float:left;
    font-size:22px;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
}
.logo-icon{
    vertical-align:middle;
    float:left;
}
.logo-txt{
    margin-left:10px;
    float:left;
    display:inline-block;
    padding: 17px 0px;
}
.small-logo{
    display:none;
}
.right-head{
    width:auto;
    max-width:100%;
    float:right;
}
.header-bottom{
    width:100%;
    float:left;
    display:inline-block;
}
.clear{
    clear:both;
}
a.permalink{
    color: #3A87CC;
}
.permalink{
    color: #3A87CC;
}
.main-wrapper-bg {
    background: url(../img/sial_landing_img1.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    -webkit-background-size: cover;
    float: left;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
.bold-text {
    font-weight: bold;
}
.select-qty {
    padding: 0px !important;
    margin-right: 5px;
}
.extra-left-padding {
    padding-left:0px;
}
.extra-right-padding {
    padding-right:0px;
}
.final-purchase-total {
    float:right;
    font-size: 20px !important;
    padding-right:28px;
}
.border-bottom {
    border-bottom:0px;
}
.main-wrapper-sub-bg {
    background: rgba(0,0,0,0.5);
    min-height: 100%;
    position: relative;
    margin: auto;
    margin: 0px auto;
    min-width: 100%;
}
.body-wrap {
    width: 83%;
    height: auto;
    display: block;
    position: fixed;
    top: 24%;
    left: 9%;
}
.body-content {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    /* padding-bottom: 15.3%; */
    z-index: 99;
    /* overflow: auto; */
}
.browse-icon {
    width: 14%;
    float: left;
    padding: 15px 0px;
}
.browse-form {
    width: 86%;
    float: left;
    padding-left: 13px;
}
.lending-thumbs {
    width: 36%;
    margin: auto;
    background-color: #f9f9f9;
    min-height: 250px;
    border-radius: 2px;
}
.lending-heading {
    text-transform: uppercase;
    font-family: lato;
    font-weight: 900;
}
.browse-thumbs {
    padding: 15px 15px 25px 15px;
    -webkit-box-shadow: 0px 1px 0px 0px #ccc;
    -moz-box-shadow: 9px 1px 0px 0px #ccc;
    box-shadow: 0px 1px 0px 0px #cccccc;
    z-index: 9;
    position: relative;
}
.contact-thumbs {
    background-color: #eeeeee;
    font-size: 14px;
    color: #000000;
    font-family: lato;
    padding: 23px 18px 23px 17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.icon-uni {
    background-color: #3a87cc;
    font-size: 17px;
    padding: 23%;
    border-radius: 49px;
    text-indent: 3px;
    height: 49px;
    line-height: 7px;
    z-index:99;
    position:relative;
}
.browse-text {
    color: #333333;
    font-family: lato;
    font-size: 19px;
    margin-top: 10px;
}
.webshop-picker {
    padding: 10px 9px;
    margin-top: 9px;
    width:100%;
    border-radius: 5px;
    border-color: #cccccc;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    color: #666666;
    font-family: lato;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -ms-appearance: none ;
    appearance: none;
    background: url('images/select-arrow.png') no-repeat;
    background-position: 96% 50%
}
select::-ms-expand {
    display: none;
}
.continue-btn
{
    padding: 8px 9px;
    width: 100%;
    border-radius: 5px;
    border-color: #3a87cc;
    font-size: 16px;
    color: #FFFFFF;
    font-family: lato;
    margin-top: 22px;
    background-color: #3a87cc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.continue-btn:hover, .continue-btn:active, .continue-btn:focus {
    background: #3181C7 !important;
    color: #FFFFFF;
}
.change-webshop {
    background: none;
    width: 44%;
    border-color: #5195d2;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('images/dropdown-arrow1.png') no-repeat;
    background-position: 134px 13px;
    margin-top: 15px;
    float: right;
    background-color: #3A87CC;
    cursor:pointer;
}
.change-webshop:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.purchase-ticket {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 8px 16px;
}
.tickets-title {
    background: url('images/bookicon.png') no-repeat;
    font-size: 26px;
    background-position: 0px;
    padding-left: 38px;
    font-family: lato;
    font-weight: 500;
    color: #333333;
}
.event-select {
    border-top:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
    float:left;
    width: 33.33%;
    text-align: center;
    padding: 13px;
}
.first-event {
    border-right:1px solid #d6d6d6;
}
.last-event{
    border-left:1px solid #d6d6d6;
}
.events-text {
    color:#cccccc;
    font-family: lato;
    font-size: 14px;
    padding: 8px;
}
.events-icon {
    border: 2px solid #D4D4D4;
    color:#D4D4D4;
    font-size: 13px;
    font-weight: bold;
    width: 38px;
    margin: auto;
    padding: 9px;
    border-radius: 38em;
}
.active-tab .events-text {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 14px;
}
.active-tab .events-icon {
    border: 2px solid #333333;
    color: #333333;
}
.date-label {
    font-size: 14px;
    color: #404040;
}
.first-step-wrapper,.second-step-wrapper{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.venue-line-height{
    line-height:38px;
}
.event-line-height {
    line-height: 79px;
}
.date-text {
    font-size: 14px;
    color: #999999;
}
.date-text_selected {
    font-size: 14px;
    color: #666666;
}
.booking-heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #404040;
}
.venue-head {
    font-size: 14px;
    line-height: 31px;
    font-weight: bold;
    color: #666666;
}
.venue-head1 {
    font-size: 14px;
    line-height: 31px;
    color: #333333;
}
.venue-text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
    color: #666666;
}
.displnone{
    display:none;
}
.calender-wrapper .displnone{
    position:relative;
}
.event-data-content {
    padding: 9px 0px;

    border-bottom: 1px solid #d6d6d6;
}
#venue_pricelist{
    border-bottom: 1px solid #d6d6d6;
    float:left;
    width:100%;
}
#accrodin_pricelist{
    border-bottom: 1px solid #d6d6d6;
    float:left;
    width:100%;
}
.extra-padding {
    padding: 0px;
}
.extra-padding-right{
    padding-right: 0px;
}
.footer-copy {
    font-size: 14px;
    color: #999999;
}
.calendar-left-arrow {
    line-height: 2;
    padding: -5px;
    width: 36px;
    border: 2px solid #d3d7da;
    border-radius: 30px;
    letter-spacing: 1px;
    color: black;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background-color: #e2e6eb;
}
.calendar-right-arrow {
    line-height: 2;
    padding: -5px;
    width: 36px;
    border: 2px solid #d3d7da;
    border-radius: 30px;
    letter-spacing: -3px;
    color: black;
    background-color: #e2e6eb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.calendar-right-arrow:hover, .calendar-left-arrow:hover {
    background: none;
}
.close-date {
    float: left;
    padding: 16px;
    width: 50%;
    border-left: 1px solid #efefef;
    margin-top: -5px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    background: url('images/blue-icon.png') no-repeat;
    background-position: 27px;
    padding-left: 42px;
    background-color:#f4f5f7;
    color: #666666;
    border-top: 1px solid #edeef1;
}
.no-seats-available {
    float: left;
    padding: 16px;
    width: 50%;
    border-left: 1px solid #efefef;
    margin-top: -5px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    background: url('images/yellow-icon.png') no-repeat;
    background-position: 27px;
    padding-left: 42px;
    background-color:#f4f5f7;
    color: #666666;
    border-top: 1px solid #edeef1;
}
.date-separator{
    padding-left: 7px;
    padding-right: 7px;
}
#calendar-error-msg,#tariff-error-msg{
    font-size: 14px;
}
.fullbook-date {
    float: left;
    padding: 16px;
    width: 50%;
    border-right: 1px solid #efefef;
    margin-top: -5px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    /*background: url('images/green-icon.png') no-repeat;*/
    background: url('images/red-icon.png') no-repeat;
    background-position: 27px;
    padding-left: 42px;
    background-color:#f4f5f7;
    color: #666666;
    border-top: 1px solid #edeef1;
}
.timezone {
    font-size: 14px;
    float: left;
    color: #999999;
    line-height: 28px;
    /*width: 49%;*/
    width: 100%;
    padding: 5px 0px;
}
.timeslot1 {
    line-height: 15px;
}
.eventzone {
    width: 100% !important;
}
.eventimg {
    vertical-align: middle;
    width: 80px;
    height:80px;
    margin-right: 8px;
    border: 1px solid #CCCBCB;
    border-radius: 8px;
    object-fit:cover;
}
.time-slot {
    background-color: #fff;
    float: left;
    margin-left: 5px;
    width: 99%;
    border-radius: 5px;
    padding: 1px 1px 1px 0px;
    cursor: pointer;
    position: relative;
    border: 1px solid #3A87CC;
}
/*.slot1 {
        width:70%;
}
.slot2 {
        width:50%;
}*/
.time-percent{
    height: 28px;
    background-color: #3A87CC;
    position: absolute;
    left: 0px;
    top: -1px;
    border-radius: 5px;
}
.time-sheet {
    float: right;
    background-color: #ffffff;
    width: 25px;
    text-align: Center;
    line-height: 22px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    box-shadow: none;
    position: relative;
    border: 1px solid #3A87CC;
}
.timezone-bottom {
    padding: 0px 9px 30px 34px;
}
.timezone-radio {
    float: left;
}
input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}
.caleder-spinner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display:none;
}
.caleder-spinner .fa-spin{
    position: absolute;
    top: 50%;
    font-size: 25px;
    top: 0;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.timezone label {
    cursor:pointer;
    text-indent: 35px;
}
input[type="radio"] + label span {
    position: relative;
    padding: 0 -1px 0 25px;
    font-size: 16px;
    line-height: 25px;
    margin:0 0 10px 0;
    cursor: pointer;
}
input[type="radio"] + label span:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left:-30px;
    height: 24px;
    width: 24px;
    background: white;
    border: 1px solid #B5B5B5;
    box-shadow: inset 0px 0px 0px 4px white;
    -webkit-box-shadow: inset 0px 0px 0px 4px white;
    -moz-box-shadow: inset 0px 0px 0px 4px white;
    -o-box-shadow: inset 0px 0px 0px 4px white;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -o-border-radius: 13px;
    -o-transition: all 0.7s ease-out 0s;  /* Opera 10.5+ */
    /* right: 8px; */
}
input[type="radio"]:checked + label span:before {
    background: #3a87cc;
    border: 1px solid #3a87cc;
}
.footer-border {
    border-top: 1px solid #d6d6d6;
    padding: 0px 0px 15px 14px;
    margin-left: 14px;
}
.footer-bottom-spacer{
    /*padding-bottom:10px;*/
}
.event-data-content table tr td {
    padding: 14px 0px 14px 0px;
    font-size: 14px;
    color: #333333;
}
.event-data-content table.list-item tr:not(:last-child){
    border-bottom:1px solid #d6d6d6;
}
.count-product {
    font-weight:bold;
}
.event-data-first {
    padding-left: 0px !important;
    text-align: left !important;
}
.border-event {
    border-bottom:1px solid #d6d6d6;
    padding: 0px !important;
}
.event-data-content table {
    width:100%;
    margin-top: -7px;
    margin-bottom: -7px;
}
.euro_sign {
    font-size: 13px;
    padding: 0px 5px 0px 1px;
}
.total-event {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.total-event1 {
    font-size: 14px;
    color: #333333;
    float: right;
}
.info-aws {
    /*padding: 7px;
    border: 1px solid #3A87CC;
    border-radius: 50px;
    height: 19px;
    line-height: 5px;
    margin: 0px 0px 0px 2px;
    text-indent: 0px;
    color: #3A87CC;
    font-size: 11px;
        cursor:pointer;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 0.2s;*/
    z-index: 99;
    width: 14px;
    font-size: 10px;
    height: 13px;
    text-indent: -2px;
    line-height: 1.6px;
    border: 1px solid #3A87CC;
    color: #3A87CC;
    padding: 6px;
    border-radius: 5em;
    margin: -1px 0px 0px 5px;
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 0.2s;
}
.info-aws:hover, .info-top-price-tag:hover ,.info-top-tag:hover {
    background-color: #3A87CC;
    color: #fff;
}
.info-top-price-tag {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 70px;
    width: 14px;
    font-size: 10px;
    height: 13px;
    text-indent: -2px;
    line-height: 1.6px;
    border: 1px solid #3A87CC;
    color: #3A87CC;
    padding: 6px;
    border-radius: 5em;
    margin: -1px 0px 0px 5px;
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 0.2s;
}
.extra-prices {
    float: right;
    padding-right: 28px;
}
.purchase-total {
    font-size:16px;
    font-weight:bold;
    color:#333333;
}
.fa-chevron-circle-up {
    background: yellow;
    border-radius: 50%;
    height: 1em;
    width: 1em;
}
.payment-btn {
    width: 100%;
    padding: 8px 9px;
    border-radius: 5px;
    border-color: #3a87cc;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-family: lato;
    font-weight: bold;
    background-color: #3a87cc;
}
.button-euro {
    font-size: 14px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #3181C7  !important;
    color: #FFFFFF !important;
    border-color:#3181C7 !important;
}
.qty {
    width: 66px !important;
    border-color: #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('images/dropdown-arrow.png') no-repeat;
    background-position: 46px 13px;
    float: left;
    cursor: pointer;
    color: #999999;
    font-size: 14px;
    text-indent: 7px;
}
.extra-qty-price {
    float: left;
    padding: 9.5px 1px 9.5px 0px;
}
.extra-qty-price1 {
    float: left;
    padding: 9.5px 5px 6.5px 8px;
}
.qty:hover {
    border:1px solid #3A87CC;
}
.firstprice-qty {
    width: 29%;
    text-align: right;
}
.form-label {
    font-size:14px;
    color:#333333; /*#CACACA;*/
    line-height: 12px;
    padding: 4.5% 0px;
}
.page-btm-step{
    color:#B1B1B1 !important;
}
.field-text {
    width: 70%;
    font-size:13px;
    border:1px solid #E2E2E2;
}
.field-border {
    border-bottom: 1px solid #F3F3F3;
    border-top: 0px solid #F3F3F3;
    padding: 5px;
    width: 95%;
    margin: 0px auto 9px;
}
.bold-text{
    font-weight:bold;
}
.terms-text {
    float: right;
    font-size: 14px;
    color: #999999;
    padding-right: 3px;
}
.button-field {
    float: right;
    padding-right: 5%;
    width: 15%;
    text-align: right;
    line-height: 44px;
}
.back-button{
    font-size: 14px;
    float: left;
}

.btn-continue {
    width: 100%;
    float: right;
    padding: 10px 9px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-color: #3A87CC !important;
    color: #FFFFFF !important;
    font-family: lato;
    font-weight: bold;
    background-color: #3A87CC !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.ticket-content {
    font-size:14px;
    color:#404040;
    text-align:justify;
    line-height:18px;
}
.order-no {
    font-weight:bold;
}
.final-ticket-date {
    color:#666666;
    float:right;
}
.final-name {
    font-size:16px;
}
.arrow-down {
    float: right;
    font-size: 23px;
    margin-top: -23px;
    padding-right: 2%;
    cursor:pointer;
    display:none;
}
.error_msg{
    color: red;
    font-size: 13px;
}
.copy_sial{
    text-transform:uppercase;
}
.webshop_validation_msg{
    padding: 5px 0px 0px;
    float: left;
}
.extra_loader{
    font-size: 16px;
    vertical-align: middle;
    margin-right: 8px;
}
.extra-venue-changelink,.extra-event-changelink,.extra-date-changelink,.extra-timeslot-changelink{
    cursor:pointer;
}
#view-map-extralink{
    width: 43%;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.first-event:not(.active-tab){
    cursor:pointer;
}
#frm_contact .form-group{
    margin-bottom:0px;
    padding-top: 10px;
}
.front-end-maintenance-label {
    padding: 6px;
    margin: 0;
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.maintancelabel label{
    font-size: 0.9em;
}
.tarrif-list{
    float:left;
    width:100%;
}
.tarrif-list li{
    float:left;
    width:100%;
    padding: 10px 0px;
}
.timeslot-list .red-timeslot{
    border:1px solid #C03;
    cursor:default;
}
.msg-inner-wrap {
    width: 100%;
}
.msg-inner-wrap .error{
    background: #FDCEA4;
    border: 1px solid #C44509;
    border-image: initial;
    display: block;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.timer-text{
    color: #FF6C00;
    text-align: right;
    padding-bottom: 9px;
    font-size:16px;
}
.main-block{
    position:relative;
}
.block-loader{
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right:0px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}
.block-loader-image{
    position: absolute;
    top: 70%;
    left: 70%;
    margin: -15% 0 0 -25%;
    font-size:30px;
}
.second-step-wrapper .col-md-4{
    padding-left: 0px;
}
.pay-switch .date-text_selected{
    line-height:30px;
}

/*ADDED BY DEVIKA*/
.download-ticket-button{
    text-align: center;
    margin-top: 33px;
}

#TB_is_not_national_label{
    padding-left: 35px;
}
#TB_is_not_national{
    transform: scale(1.6);
    margin-top: 3px;
    margin-left: -25px;
}

@media (max-width: 1200px) {
    .browse-text {
        font-size: 16px;
    }
    .body-wrap {
        top: 17%;
        position: initial;
        width: 100%;
    }
    .body-content {
        width: 100%;
    }
    .event-select {
        height: 128px;
    }
    .change-webshop {
        width: 168px;
        float: none;
        margin: auto;
        margin-top: 15px;
    }
    .active_date {
        background-position: 14px 4px;
    }
    .icon-uni {
        font-size: 15px;
        padding: 21%;
        text-indent: 2px;
    }
    .qty {
        width: 28%;
    }
    .extra-qty-price {
        padding: 9.5px 5px 9.5px 0px;
    }
    .firstprice-qty {
        width: 32%;
    }
    .date-text {
        font-size: 12px;
    }
    .switch_options span{
        width:100% !important;
    }
    .switch_options .paytef{
        margin-top:10px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 95% !important;
    }
    .close-date {
        font-size: 11px;
    }
    .no-seats-available{
        font-size: 11px;
    }
    .fullbook-date {
        font-size: 11px;
    }
    .venue-head {
        font-size: 14px;
        line-height: 31px;
        font-weight: bold;
    }
    .venue-text {
        font-size: 12px;
        line-height: 16px;
    }
    .timezone {
        font-size: 14px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .active_date {
        background-position: 12px 2px;
    }
    .icon-uni {
        font-size: 13px;
        padding: 19%;
        text-indent: 2px;
    }
    .firstprice-qty {
        width: 34%;
    }
    .qty {
        background-position: 27px 13px;
    }
    .time-slot {
        margin-left: 18px;
        width: 93%;
    }
    .slot1 {
        width: 63%;
    }
    .slot2 {
        width: 43%;
    }
    .button-field {
        padding-right: 7%;
        width: 21%;
    }
    .final-purchase-total {
        font-size: 18px !important;
    }
    .tariffs-price {
        width: 100%;
    }
    .extra-qty-price1 {
        padding: 9.5px 9px 3.5px 0px;
    }
    .info-top-price-tag {
        left: 31%;
    }
}
@media (max-width: 768px) {
    hr {
        margin-bottom: 7px !important;
    }
    .container {
        width: 95% !important;
    }
    .browse-icon {
        width: 100%;
        padding: 22px 0px;
        text-align: center;
        margin: auto;
    }
    .browse-form {
        width: 100%;
        float: left;
        margin: auto;
    }
    .body-wrap {
        top: 7%;
    }
    .logo-div
    {
        float: none;
        margin: auto;
        width: 45%;
    }
    .icon-uni {
        font-size: 20px;
        padding: 13px;
        text-indent: 2px;
    }
    .lending-thumbs {
        width: 66%;
    }
    .browse-text {
        font-size: 23px;
    }

    .contact-thumbs {
        font-size: 14px;
    }
    .venue-head {
        font-size: 14px;
        line-height: 31px;
        font-weight: bold;
    }
    .venue-text {
        font-size: 12px;
        line-height: 16px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .extra-padding-right{
        padding-right: 2px;
    }
    .footer-border
    {
        margin-left: 0px;
    }
    .footer-copy{
        padding-right: 17px;
    }
    .active_date {
        background-position: 32px 2px;
    }
    .date-label
    {
        line-height: 36px;
    }
    .change-webshop {
        width: 168px;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .qty {
        width: 66px;
        background-position: 43px 13px;
    }
    .info-top-price-tag {
        left: 27%;
        margin: -1px 0px 0px -7px;
    }
    .button-field {
        width: 38%;
        float: left;
    }
    .field-text {
        width: 100%;

    }
    .form-label {
        padding: 0.5% 0% 2% 0px;
    }
    .second-step-wrapper .col-md-4{
        padding-left:15px;
        padding-right:15px;
    }
    .second-step-wrapper .extra-padding{
        padding-left:15px;
        padding-right:15px;
    }
    .date-text_selected {
        padding-left: 14px;
    }
    .date-text {
        padding-left: 14px;
    }
    .timezone {
        padding-left: 14px;
    }
    .extra-qty-price {
        padding: 8.5px 4px 4.5px 14px !important;
    }
    .final-purchase-total {
        font-size: 20px !important;
    }
    .btn-continue,.button-field {
        margin-bottom: -10px;
        margin-top: 7px;
    }
    .firstprice-qty {
        width: 29%;
        padding-left: 0px !important;
    }
    .arrow-down {
        display:block;
    }
    .tariffs-price {
        margin-left: 51px;
        width: 56%;
    }
    .extra-qty-price1 {
        padding: 9.5px 15px 6.5px 4px;
    }
    #venue_pricelist {
        display:none;
    }
    #venue_pricelist1 {
        display:none;
    }
    .tarrif-label{
        width: 60%;
        padding-bottom: 3%;
    }
    .switch_options span{
        width:47% !important;
    }
    .switch_options .paytef{
        margin-top:0px;
    }
}
@media (max-width: 675px) {
    .contact-thumbs {
        font-size: 13px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .active_date {
        background-position: 26px 2px;
    }
    .tariffs-price {
        margin-left: 42px;
        width: 70%;
    }
}
@media (max-width: 636px) {
    .browse-text {
        font-size: 18px;
    }
    .contact-thumbs {
        font-size: 12px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .active_date {
        background-position: 23px 2px;
    }
}
@media (max-width: 600px) {
    .lending-thumbs {
        width: 80%;
    }
    .browse-text {
        line-height: 23px;
        margin-top: 2px;
        font-size: 20px;
    }
    .contact-thumbs {
        font-size: 14px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .active_date {
        background-position: 18px 2px;
    }
    .logo-div {
        width: 61%;
    }
    .events-text {
        padding: 1px;
    }
    .extra-qty-price {
        padding: 8.5px 4px 4.5px 0px;
    }
    .tariffs-price {
        margin-left: 42px;
        width: 90%;
    }
}
@media (max-width: 450px) {
    .switch_options span{
        width:100% !important;
    }
    .switch_options .paytef{
        margin-top:10px;
    }
}
@media (max-width: 450px) {
    .browse-thumbs {
        padding: 15px 15px 25px 15px;
        box-shadow: 0px 1px 0px #cccccc;
    }
    .browse-text {
        font-size: 15px;
        line-height: 23px;
        margin-top: 2px;
    }
    .contact-thumbs {
        font-size: 14px;
    }
    .tickets-title {
        font-size: 25px;
    }
    .event-select {
        height: 132px;
    }
    .close-date {
        padding: 8px;
        font-size: 8px;
        text-indent: 33px;
    }
    .no-seats-available {
        padding: 8px;
        font-size: 8px;
        text-indent: 33px;
    }
    .fullbook-date
    {
        padding: 8px;
        font-size: 8px;
        text-indent: 33px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .active_date {
        background-position: 14px 2px;
    }
    .logo-div {
        width: 79%;
    }
    .btn-continue {
        font-size: 13px;
    }
    .row {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .extra-qty-price1 {
        padding: 9.5px 4px 6.5px 0px;
    }
    .info-top-price-tag {
        left: 29%;
    }
    .tariffs-price {
        margin-left: 0px;
        width: 100%;
    }
}
@media (max-width: 320px) {
    .events-text {
        font-size: 12px;
    }
    .close-date {
        padding: 8px;
        font-size: 8px;
    }
    .no-seats-available{
        padding: 8px;
        font-size: 8px;
    }
    .fullbook-date
    {
        padding: 8px;
        font-size: 8px;
    }
    .main-wrapper-sub-bg{
        position: relative;
    }
    .logo-div {
        width: 99%;
    }
    .venue-head1 {
        line-height: 18px;
        margin-top: 7px;
    }
    .container {
        width: 320px !important;
    }

}
/*_________ZUBATO Calender___________________*/
div.zabuto_calendar{
    margin:0;
    padding:0
}
div.zabuto_calendar .table{
    width:100%;
    margin:0;
    padding:0;
    background-color: #f4f5f7;
    border: 1px solid #efefef;
}
div.zabuto_calendar .table th,div.zabuto_calendar .table td{
    padding:4px 2px;
    text-align:center;
    border-top: 1px solid #edeef1 !important;
}
div.zabuto_calendar .table tr th,div.zabuto_calendar .table tr td{
    background-color: #f4f5f7;
}
div.zabuto_calendar .table tr.calendar-month-header th{
    background-color:#f4f5f7
}
div.zabuto_calendar .table tr.calendar-month-header th span{
    cursor:pointer;
    display:inline-block;
    padding-bottom: 7px;
    font-size:16px;
    color:#333333;
}
div.zabuto_calendar .table tr.calendar-dow-header th{
    background-color: #f4f5f7;
    padding: 12px 0px;
    text-transform: uppercase;
}
div.zabuto_calendar .table tr:last-child{
    border-bottom:1px solid #ddd;
    height: 40px;
}
div.zabuto_calendar .table tr.calendar-month-header th{
    padding-top:12px;
    padding-bottom:4px
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th{
    border-left:0;
    border-right:0
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child{
    border-left:1px solid #ddd;
}
div.zabuto_calendar div.calendar-month-navigation{
    cursor: pointer;
    width: 46px;
    margin-top: -7px;
    margin-left: 8px;
    margin-bottom: -10px;
}
div.zabuto_calendar tr.calendar-dow-header th,div.zabuto_calendar tr.calendar-dow td{
    width:14%
}
div.zabuto_calendar .table tr td div.day{
    margin:0;
    padding-top:7px;
    padding-bottom:7px;
    cursor:pointer;
}
div.zabuto_calendar .table tr td.event div.day,div.zabuto_calendar ul.legend li.event{
    background-color:#fff0c3;
}
div.zabuto_calendar .badge-today,div.zabuto_calendar div.legend span.badge-today{
    background:none !important;
    color:#000 !important;
    text-shadow:none
}
div.zabuto_calendar .badge-event,div.zabuto_calendar div.legend span.badge-event{
    background-color:#ff9b08;
    color:#fff;
    text-shadow:none
}
div.zabuto_calendar .badge-event{
    font-size:.95em;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:4px
}
div.zabuto_calendar div.legend{
    margin-top:3px;
    text-align:right
}
div.zabuto_calendar div.legend span{
    color:#999;
    font-size:10px;
    font-weight:normal
}
div.zabuto_calendar div.legend span.legend-text:after,div.zabuto_calendar div.legend span.legend-block:after,div.zabuto_calendar div.legend span.legend-list:after,div.zabuto_calendar div.legend span.legend-spacer:after{
    content:' '
}
div.zabuto_calendar div.legend span.legend-spacer{
    padding-left:25px
}
div.zabuto_calendar ul.legend>span{
    padding-left:2px
}
div.zabuto_calendar ul.legend{
    display:inline-block;
    list-style:none outside none;
    margin:0;
    padding:0
}
div.zabuto_calendar ul.legend li{
    display:inline-block;
    height:11px;
    width:11px;
    margin-left:5px
}
div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child{
    margin-left:7px
}
div.zabuto_calendar ul.legend li:last-child{
    margin-right:5px
}
div.zabuto_calendar div.legend span.badge{
    font-size:.9em;
    border-radius:5px 5px 5px 5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:3px
}
.disable, .disable:hover{
    background: none;
    color: #999999;
    cursor: default !important;
}
.active_date:before {
    content: "";
    background-color: #3A87CC !important;
    padding: 8px 16px;
    color: #fff;
    position: relative;
    top: 8px;
    border-radius: 15px;
}
.active_date .day{
    position: relative;
    z-index: 999;
    color: #fff;
    top: -16px;
}
.active_date{
    position: absolute;
    height: 19px;
}
@media(max-width:979px){
    div.zabuto_calendar .table th,div.zabuto_calendar .table td{
        padding:2px 1px
    }
}
@media (max-width: 450px) {
    div.zabuto_calendar div.calendar-month-navigation {
        width: 32px;
        margin-left: -1px;
    }
    .active_date::before {
        padding: 5px 13px;
    }
}
@media (max-width: 320px) {
    .active_date .day {
        left: 1px;
    }
    .active_date::before {
        padding: 5px 12px;
        top: 8px;
        left: 1px;
    }
}

.initial_active_date:before {
    content: "";
    background-color: #96DED7 !important;
    padding: 8px 16px;
    color: #fff;
    position: relative;
    top: 8px;
    border-radius: 15px;
}

.initial_active_date .day{
    position: relative;
    z-index: 999;
    color: #fff;
    top: -16px;
}
.initial_active_date{
    height: 19px;
}
@media(max-width:979px){
    div.zabuto_calendar .table th,div.zabuto_calendar .table td{
        padding:2px 1px
    }
}
@media (max-width: 450px) {
    div.zabuto_calendar div.calendar-month-navigation {
        width: 32px;
        margin-left: -1px;
    }
    .initial_active_date::before {
        padding: 5px 13px;
    }
}
@media (max-width: 320px) {
    .initial_active_date .day {
        left: 1px;
    }
    .initial_active_date::before {
        padding: 5px 12px;
        top: 8px;
        left: 1px;
    }
}

.final_active_date:before {
    content: "";
    background-color: #D1ABFE !important;
    padding: 8px 16px;
    color: #fff;
    position: relative;
    top: 8px;
    border-radius: 15px;
}

.final_active_date .day{
    position: relative;
    z-index: 999;
    color: #fff;
    top: -16px;
}
.final_active_date{
    height: 19px;
}
@media(max-width:979px){
    div.zabuto_calendar .table th,div.zabuto_calendar .table td{
        padding:2px 1px
    }
}
@media (max-width: 450px) {
    div.zabuto_calendar div.calendar-month-navigation {
        width: 32px;
        margin-left: -1px;
    }
    .final_active_date::before {
        padding: 5px 13px;
    }
}
@media (max-width: 320px) {
    .final_active_date .day {
        left: 1px;
    }
    .final_active_date::before {
        padding: 5px 12px;
        top: 8px;
        left: 1px;
    }
}

.disable-click-events{
    pointer-events: none;
}

.date-old{
    opacity: 0.3;
    ;
    cursor:default !important;
    position: relative;
}
.date-closed,.date-booked,.no-seats{
    cursor:default !important;
    position: relative;
}
.date-closed:after{
    content: "";
    background-color: #3A87CC !important;
    width: 6px;
    display: block;
    color: #fff;
    height: 6px;
    margin: 0 auto;
    border-radius: 100%;
    position:absolute;
    left: 46%;
}
.date-booked:after{
    content: "";
    /*background-color: #5DC369 !important;*/
    background-color: #FF4800  !important;
    width: 6px;
    display: block;
    color: #fff;
    left: 46%;
    position:absolute;
    height: 6px;
    margin: 0 auto;
    border-radius: 100%;
}
.no-seats:after{
    content: "";
    /*background-color: #5DC369 !important;*/
    background-color: #EFB700  !important;
    width: 6px;
    display: block;
    color: #fff;
    left: 46%;
    position:absolute;
    height: 6px;
    margin: 0 auto;
    border-radius: 100%;
}
/****************************************************Switch Csss*************************************************/
/* Main block */
.switch_options{
    display: block;
    font-family: lato;
    margin-bottom: 2px;
    /*width: 100%;*/
    border:none;
}
/* Main block clearfix */
.switch_options:before,
.switch_options:after{
    content:'.';
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
.switch_options:after{
    clear:both;
}

/*Options*/
.switch_options span{
    display: inline-block;
    float: left;
    opacity: 0.8;
    height: 35px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    width: 48%;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #e2e2e2;
    text-align: left;
    border-left: 35px solid #e2e2e2;
    border-radius: 0 4px 4px 0;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    /* text-transform: uppercase; */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}


.switch_options span:hover{

}

/* Active option */


@media (max-width: 600px) {
    .terms-text {
        float:none;
        text-align:center;
    }
}
@media (max-width: 450px) {
    .switch_options span:last-of-type {
        font-size: 10px;
    }
    .switch_options span.selected {
        font-size: 10px;
    }
}


.switch_options .paypal{
    background-image: url(../img/paypal-logo.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-right: 1px solid #E2E2E2;
    margin-right:2%;
}
.switch_options  .paytef{
    background-image: url(../img/visa_mastercard_logo.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 90%;
}
.switch_options span:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00c";
    font-size: 18px;
    color: white;
    position: relative;
    right: 25px;
}
.switch_options span.selected {
    border: 1px solid #3A87cc;
    border-left: 35px solid #3A87cc;
    opacity: 1;
}
.switch_options span.selected:before{
    color:#00FF3F;
}

/* language selction */

#header .nav>li>a,#header .nav>li>a:focus,#header .nav>li>a:hover,#header .nav>li>a:visited{
    color: #D6D2D2;
    background-color: #3a87cc;
}
#header .nav>li>a span.world{
    float: left;
    background:url(../img/world-sprite.png) no-repeat;
    background-position: -0px -20px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
/* add new tool tip style */
.info-top-tag {
    z-index: 99;
    width: 14px;
    font-size: 10px;
    height: 13px;
    text-indent: -2px;
    line-height: 1.6px;
    border: 1px solid #3A87CC;
    color: #3A87CC;
    padding: 6px;
    border-radius: 5em;
    margin: -1px 0px 0px 5px;
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 0.2s;
}
.admin-booking-msg p{
    padding: 10px;
    margin: 0px 0px 10px;
    background-color: #fff;
    color: #ff0000;
    font-size: 14px;
}
.admin-booking-msg p a{
    color:#ff0000 !important;
    font-weight:700;
}
.no-payment-event-msg{
    color: #E91E63;
    font-style: italic;
}
.language-device{
    width:auto;
    float:left;
}

@media only screen and (min-width : 320px) and (max-width : 800px) {
    .language-device{
        width:100%;
    }
    .language-device li{
        width:50%;
        float:left;
    }
    .mobile-login{
        text-align:right;
    }
}

.switch-toggle input[type=radio] {
    visibility: hidden;
    display: none;
}
.toggle2 input[type=radio]:first-child + label, .switch-toggle input[type=radio]:checked:first-child + label {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.toggle2 input[type=radio]:last-child + label, .switch-toggle input[type=radio]:checked:nth-child(n-2) + label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.switch-toggle input[type=radio] + label {
    display: table-cell;
    padding: 10px 20px;
    color: #999;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    border: 1px solid #EDEDED;
    background: #f5f5f5;
}
.switch-toggle input[type=radio] {
    visibility: hidden;
    display: none;
}
.switch-toggle input[type=radio]:checked + label {
    background: #3A87CC;
    color: #fff;
    border-color: #3A87CC;
    padding: 10px 20px;
}


/* === 15-06-2018 PURRCHASE TICKETS FORM === */
.cart{
    position:relative;
}
.cart label{
    position: absolute;
    background: #b8c5d2;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    text-align: center;
    padding: 3px;
    font-size: 13px;
    font-weight: 600;
    top: 5px;
}
.btn-cart{
    background:transparent;
    color:#ffffff;
    font-size:24px;
    border:1px solid #81aed6;
    margin-left:10px;
}
.btn-cart:hover, .btn-cart:focus{
    color:#ffffff;
}
.payment-section{
    width:100%;
}
.payment-scroll{
    overflow-y:scroll;
    max-height:380px;
    height:100%;
    margin-top:4px;
}
.payment-inner{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.payment-box{
    border-top:1px solid;
    border-color:#d6d6d6;
    margin-top:15px;
    padding:10px;
    width:99%;
    float:left;
}
.payment-box:last-child{
    /*border-bottom:1px solid #d6d6d6;*/
    margin-top:0px;
}
.payment-id{
    float:left;
    max-width:50px;
    width:100%;
}
.payment-id p{
    text-align: left;
    font-size: 14px;
}
.payment-user{
    max-width:420px;
    width:100%;
    float:left;
}
.payment-user ul{
    margin:0px auto;
    padding:0px;
}
.payment-user ul li{
    list-style-type:none;
    display:block;
    font-size: 15px;
    color: #666666;
    margin-bottom:6px;
}
.payment-total {
    max-width:200px;
    width:100%;
    float:left;
}
.payment-total ul{
    margin:0px auto;
    padding:0px;
}
.payment-total ul li{
    list-style-type:none;
    display:block;
    font-size: 15px;
    color: #666666;
    margin-bottom:6px;
}
.payment-total ul li span{
    float:right;
    text-align:left;
    color: #666666;
    font-size:14px;
}
.payment-total ul li.p-total{
    font-weight:bold;
    color:#000000;
    margin-top:15px;
}
.payment-total ul li.p-total span{
    font-weight:bold;
    color:#000000;
}
.payment-outer{
    float:right;
    width:100%;
    max-width:380px;
}
.payment-adult {
    background: #eaedf0;
    border-radius: 6px;
    padding: 10px;
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right:15px;
}
.payment-adult ul{
    margin:0px auto;
    padding:0px;
}
.payment-adult ul li{
    border-bottom:1px solid;
    border-color:#d7d7d7;
    font-size:14px;
    padding:5px;
    width:100%;
    float:left;
}
.payment-adult ul li:last-child{
    border-bottom:0px;
}
.payment-adult ul li .adult-info{
    float:left;
    max-width:200px;
    width:100%;
}
.payment-adult ul li .adult-euro{
    max-width:100px;
    float:right;
}
.payment-trash{
    float:left;
    margin-top:30px;
}
.payment-trash .btn{
    background:#eaedf0;
    margin-top:15px
}
.payment-trash .btn span{
    font-size:34px;
}
.p-border-b{
    border-bottom:1px solid;
    border-color:#eaedf0;
    float:left;
    width:100%;
}
.payment-subtotal{
    width:100%;
    text-align:right;
    padding:20px 10px;
    float:left;
    margin:10px 0px;
    border-top:1px solid;
    border-bottom:1px solid;
    border-color:#eaedf0;
}
.payment-subtotal p{
    font-weight:bold;
    font-size:20px;
    color:#000000;
}
.payment-subtotal p span{
    color:#af2913;
}
.payment-min{
    padding-top:10px;
    text-align:right;
}
.payment-min p{
    color:#fd7f3e;
    font-size:14px;
}


.pay-btn{
    float:left;
    width:100%;
    text-align:right;
    margin-top:15px;
}
.pay-btn ul{
    margin:0px auto;
    padding:0px;
    text-align:right;
}
.pay-btn ul li{
    list-style-type:none;
    display:inline-block;
    color:#ffffff;
}
.pay-btn ul li .btn{
    padding: 9px 22px;
    font-size:16px;
    font-weight:600;
}
.pay-btn ul li .btn-blue{
    display:block;
    background:#3a87cc;
    width:100%;
}
.pay-btn ul li .btn-blue:hover, .pay-btn ul li .btn-blue:focus{
    color:#ffffff;
}
.pay-btn ul li .btn-cont{
    width:100%;
    background:transparent;
    color:#3e88ca;
}

/* == RWD == */
@media only screen
and (min-device-width: 320px) and (max-device-width: 480px){
    .payment-id, .payment-user{
        margin-bottom:10px;
    }
    .payment-trash{
        margin-top:10px;
    }
    .payment-subtotal p{
        font-size:14px;
    }
    .pay-btn ul li .btn{
        font-size:14px;
        padding:9px 14px;
    }
}
@media only screen
and (min-device-width: 320px) and (max-device-width: 480px)
and (orientation: landscape) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 248px;
    }
    .payment-total{
        max-width: 150px;
    }
}
@media only screen
and (min-device-width: 320px) and (max-device-width: 568px)
and (orientation: portrait) {
}
@media only screen
and (min-device-width: 320px) and (max-device-width: 568px)
and (orientation: landscape) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 248px;
    }
    .payment-total{
        max-width: 150px;
    }

}
@media only screen
and (min-device-width: 375px) and (max-device-width: 667px)
and (orientation: landscape) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 340px;
    }
    .payment-total{
        max-width: 150px;
    }
}
@media only screen
and (min-device-width: 414px) and (max-device-width: 736px)
and (orientation: landscape) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 400px;
    }
    .payment-total{
        max-width: 150px;
    }
}
@media only screen
and (min-device-width: 375px) and (max-device-width: 812px)
and (orientation: landscape) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 350px;
    }
    .payment-total{
        margin-left: 30px;
    }
}
@media only screen
and (min-device-width: 768px) and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .payment-id{
        max-width:30px;
    }
    .payment-user{
        max-width: 350px;
    }
    .payment-total{
        margin-left: 30px;
    }

}
@media only screen
and (min-device-width: 768px) and (max-device-width: 1024px)
and (orientation: landscape) {
    .payment-id{
        max-width:20px;
    }
    .payment-user{
        max-width: 330px;
    }
    .payment-total{
        max-width: 150px;
    }
}
/* Code for copyright footer  GT*/
.copyright{
    margin-bottom: 10px;
    border-top: 1px solid #d6d6d6;
    width: 100%;
    float: left;
    padding: 15px 0px;
}
a.copyrighttext{
    color:#3A87CC;
    float:right
}
/* End footer style */

.fa-info:before {
    content: "\f129";
    /* color: red; */
    /* margin-bottom: 2px; */
    /* top: -7px; */
    padding-top: -1px;
    position: relative;
    font-size: 12px;
}
