@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: "Sarabun", sans-serif !important;
}
.list-group {
    margin-bottom: 20px;
}

.list-item-menu {
    padding: 15px 0px;
    background-color: #21498e;
    border-bottom: 1px solid #969696;
}

.tab-list-group a {
    color: #fff;
    cursor: pointer;
}

.list-item-active {
    background-color: #189008;
    border-bottom: 2px solid #189008;
}

.tab-list-group .list-item-active img.arrow {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.tab-list-group .list-item-menu img {
    width: 35px;
    height: 35px;
    vertical-align: text-top;
}

.nomargin-x {
    margin-right: 0px;
    margin-left: 0px;
}

.nopadding-x {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nopadding-y {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nomargin-y {
    margin-top: 0px;
    margin-bottom: 0px;
}

.collapse-item li.active {
    background-color: #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    font-size: 14px;
}

.collapse-item {
    display: inline-block;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}

.collapse-item li {
    padding: 12px 12px;
    list-style-type: none;
    font-size: 14px;
    color: #000;
}

.collapse-item li img {
    width: 22px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.collapse-item li.active {
    background-color: #e9e9e9;
    font-size: 14px;
}

.collapse {
    border-top: 1px solid #e5e5e5;
}

.main-text,
.sub-text {
    font-size: 14px;
    color: #fff;
}

.pulldownTableBox {
    overflow: hidden;
}

.table-d {
    border: 1px solid #ccc;
    border-top: none;
    /*margin-bottom: 30px;*/
}

.table-d tr th {
    background-color: #fbedf0;
    color: #ac2e45;
}

.table-4col tr th,
.table-4col tr td {
    width: 25%;
}

.table-6col tr th,
.table-6col tr td {
    width: 50%;
}

.table-d tr th {
    padding: 10px 30px;
    background-color: #21498e;
    color: #fff;
    text-align: left;
}

.table-d tr td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    overflow: hidden;
    padding: 0 5px;
    padding: 10px 14px;
    /* width: 50%; */
}

.table-d tr td {
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
}

.tab {
    width: auto;
    display: inline-block;
}

.content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    margin-top: 20px;
    background-color: #fff;
}

.table {
    padding: 20px;
}

.dropdown {
    margin-bottom: 0px;
}

.flex {
    display: inline-flex;
    width: 100%;
}

.panel-title {
    padding: 4px;
}

.step {
    padding-top: 20px;
}

.dash {
    margin-top: -26px;
}

.circle {
    border: 4px solid;
    border-color: #5cb85c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 4px;
    background-color: #fff;
}

.circle.Active {
    border: 4px solid;
    border-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 6px;
    background-color: #5cb85c;
}

.step_1.Active {
    color: #5cb85c;
}

.step_2.Active {
    color: #5cb85c;
}

.step_3.Active {
    color: #5cb85c;
}

/* .menu {
    padding-bottom: 20px;
} */

.sub-menu {
    padding-bottom: 20px;
}

.legal {
    margin: 10px 0 10px 0;
    text-align: center;
}

.legal_main {
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
}

p.non-tim {
    /*color: #8e8e8e;*/
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

p.detail-single-journey {
    /*color: #8e8e8e;*/
    font-weight: 300;
    line-height: 22px;
}

p.head-detail-single-journey {
    /*color: #8e8e8e;*/
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
}

li.col-md-3 {
    padding: 0px;
}

li.col-sm-6 {
    padding: 0px 0px 5px 0px;
}

h3.title-valuee {
    font-size: 20px;
    color: #189008;
    margin-top: 0px;
}

p.detail-value {
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 22px;
    margin-bottom: 0px;
}

p.farerate-pdf {
    margin-top: 15px;
    margin-bottom: 15px;
}

p.detail-rabbit {
    font-weight: 300;
    line-height: 22px;
}

.btn-page:hover {
    color: #fff;
    background-color: #189008;
    border-color: #189008;
}

.btn-page.clicked {
    color: #fff;
    background-color: #189008;
    border-color: #189008;
}

.box-detail-daypass {
    border: 1px solid #e5e5e5;
    padding: 15px 15px;
}

.content_ticket img {
    max-width: 100%;
}

td table {
    display: inline-table !important;
}

@media (max-width: 767px) {
    .btn_social {
        display: inline-grid;
    }

    .btn {
        margin: 5px;
    }

    .step {
        display: inline-flex;
    }

    .dash {
        position: absolute;
        display: inline-flex;
        width: 100%;
    }

    .type,
    .type.active {
        width: auto;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .pulldownTableBox {
        width: 100%;
        overflow: initial;
    }

    .table-4col tr th,
    .table-4col tr td {
        width: 100%;
    }

    .table-6col tr th,
    .table-6col tr td {
        width: 100%;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

ul.subcontent {
    list-style-type: decimal !important;
}

ul.content-li {
    padding: 0 0 0px 20px;
    list-style-type: circle;
}

ul.content-li li {
    padding-left: 20px;
    line-height: 22px;
}

.tab-content>.tab-pane {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.nav-tabs>li>a {
    background-color: #189008;
    color: #fff;
}

.nav-tabs>li>a:hover {
    background-color: #21498e;
    color: #fff;
}

.nav-tabs>li.active a {
    background-color: #21498e !important;
    color: #fff !important;
}

.panel-group .tab-pane {
    margin-bottom: 2.5px;
}

.panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings";
    content: "\2b";
    float: right;
    color: grey;
}

.panel-heading .panel-title.active:after {
    content: "\2212";
}

.panel-heading .panel-title:after {
    font-family: "Glyphicons Halflings";
    content: "\2b";
    float: right;
    color: grey;
}

.panel-heading .panel-title.active:after {
    content: "\2212";
}

.panel-group .panel-group-header {
    background: white;
    padding-top: 10px;
    width: 100%;
}

.panel-group .panel-group-header.affix {
    position: fixed;
    top: 0px;
    z-index: 99;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.panel-group .panel-group-header.affix+.tab-content {
    margin-top: 95px;
}

.facilities-panel {
    border-radius: 0px;
    background-color: #21498e;
    border-color: #21498e;
    color: #fff !important;
}

.facilities-panel .main-text {
    font-size: 1.5em;
    /* margin-bottom: 5px; */
}

img.header_icon {
    width: 55px;
    height: 55px;
}

@media (max-width: 420px) and (min-width: 320px) {
    li.col-xs-12 {
        padding: 0px 0px 5px 0px;
    }
}

.ticket-panel-tab {
    padding: 10px;
}

.ticket_gallery_box {
    padding: 0px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    border-radius: 2px;
}

button.btn.btn-default-up {
    color: #9b9b9b;
    background-color: #fff;
    border-color: #ccc;
    padding: 4px 17px;
}

button.btn.btn-default-down {
    color: #9b9b9b;
    background-color: #fff;
    border-color: #ccc;
    padding: 4px 17px;
}

/*หน้าข้อมูลบัตรโดยสาร*/
.ticket_header {
    padding-bottom: 10px;
    /* border-bottom: 2px dashed #f5f5f5; */
    /* margin: 0px 0 20px 0; */
}

.ticket_header .container .title_main {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5 ;
    /* margin: 0px 0 20px 0; */
}



.tickets-card .container .menu-sub {
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    /* width: 100%; */
    /* height: 55px; */
    /* background: #2E383C; */
    text-transform: uppercase;
    color: #fff;
    /* z-index: 5; */
    box-sizing: border-box;
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32); */
    /* padding: 20px; */
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.tickets-card .container .menu-sub .sub-menu-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    /* justify-content: center; */
    align-items: center;
    padding: 0;

}
.tickets-card h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {


    .menu-sub .sub-menu-item {
       display: flex;
       flex-direction: column !important;
       gap: 8px !important;

   }
   .tickets-card .container .menu-sub li {
       text-align: center;
       padding-bottom: 10px;
       border-bottom: 1px solid #e5e5e5;
       width: 100%;
       
   
   }
   .container .menu-sub {
    border-bottom: none !important;
   }
   .menu-sub .sub-menu-item .bottom-color {
       width: 50% !important;
       left: 50% !important;
       transform: translateX(-50%);
       bottom: 0px !important;
   }
   
}
@media (max-width: 767px) {
    .container .title_main {
        flex-direction: column;
    }
    .tickets-card .container .contact .contact-image {
        flex-direction: column !important;
    }
}
.tickets-card .container .menu-sub li {
    position: relative;
    /* width: 100%; */
}

.tickets-card .container .menu-sub .sub-menu-item .bottom-color {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #189008;
}

.tickets-card .container h1 {
    color: #2e383c;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    margin: 0;
}

.tickets-card .container .contact .contact-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.tickets-card .container .contact .contact-image .box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tickets-card .container .contact .contact-image .box h3 {
    background: #2758aa;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    text-align: center;
}

.tickets-card .container .contact .contact-image .box .image {
    width: 100%;
}

.tickets-card .container .contact .contact-image .box .image img {
    width: 100%;
    height: 570px;
    object-fit: cover;
   
}

.tickets-card .container .contact .contact-detail {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tickets-card .container .contact .step {
    /* padding-top: 12px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tickets-card .container .contact .step .box-step {
    /* padding-top: 12px; */
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    /* padding: 0 12px; */
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.tickets-card .container .contact .step .box-step .head {
    /* padding-top: 12px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #F2F2F2;
    /* background: #FFF; */

    padding: 12px 12px;

    background: #2758aa;
}

.tickets-card .container .contact .step .box-step .head p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 113.636% */
    letter-spacing: 0.118px;
}

.tickets-card .container .contact .step .box-step .head h3 {
    margin: 0;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 36.765% */
    letter-spacing: 0.118px;
}

.tickets-card .container .contact .step .box-step .detail {
    padding: 0 12px;
}

.tickets-card .container .contact .step .box-step .detail-image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
}

.tickets-card .container .contact .step .box-step .detail-image .image {
    width: 100%;
    display: contents;
}

.tickets-card .container .contact .step .box-step .detail-image .image img {
    width: 80%;
    height: auto;
}

.tickets-card .container .contact .box-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tickets-card .container .contact .box-image img {
    width: 50%;
    height: auto;
}

.tickets-card .container .contact .box-detail {
    display: flex;
    flex-direction: column;
}

.tickets-card .container .contact .box-detail h3 {
    color: #51A313;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.118px;
}

.tickets-card .container .contact .box-con-detail {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #FFF;

    padding: 12px;
}

.tickets-card .container .contact .box-con-detail .sub {}

.tickets-card .container .contact .box-con-detail .sub .head h3 {
    color: #51A313;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.118px;
}

.tickets-card .container .contact .box-con-detail .sub .detail {
    display: flex;
	flex-direction: column;
	/* gap: 6px; */
}

.tickets-card .container .contact .box-con-detail .sub .detail .sub-detail {
    display: flex;
	flex-direction: row;
	gap: 6px;
	justify-content: space-between;
}

.tickets-card .container .contact .box-con-detail .sub .detail .sub-detail img {
    /* width: 125px; */
	width: 10%;
	height: fit-content;
}

.tickets-card .container .contact .box-con-detail .sub .detail span a {
    color: #51A313;
}

p.title-page {
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.mFont {
    margin-top: 10px;
    float: right;
}

/*pagination*/

.pagination a.active {
    background-color: #189008;
    color: white;
    /* border: 1px solid #189008;*/
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none;
}

.btn_social {
    padding: 20px 0 0 0;
}

.type_ticket {
    padding-bottom: 20px;
    border-bottom: 2px dashed #f5f5f5;
}

.btn-type {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    margin: 15px 15px 0 0;
}

.btn-type:hover {
    color: #fff;
    background-color: #7ab51d;
    border-color: #7ab51d;
    margin: 15px 15px 0 0;
}

/*แรบบิท*/

li.text-sugges02 {
    color: #8e8e8e;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 25px;
}

/*บัตรเที่ยวเดี่ยว*/

.panel-title {
    letter-spacing: 0.4px;
    font-weight: 300;
}

/*หน้า Gallery ticket*/

.ticket_box {
    padding: 20px 20px 15px 20px;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 25px;
}

h2.title-tickets-gallery {
    font-size: 26px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    line-height: 33px;
    word-break: break-word;
}

h3.title-new-etc {
    font-size: 19px;
    height: 45px;
    margin: 10px 0px 5px 0px;
    overflow: hidden;
    line-height: 24px;
}

p.detail-etc {
    color: #9b9b9b;
    letter-spacing: 0.4px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: -2px;
    overflow: hidden;
    height: 39px;
}

table {
    width: 100% !important;
}

.news_box {
    padding: 0 0 15px;
    border: 1px solid #f1f0f0;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
}

.news_box:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 2px solid transparent;
}

.ticket_box:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 2px solid transparent;
    /*border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;*/
}

.paginationjs .paginationjs-pages li.active>a {
    background: #20498e !important;
}

h3.header_ticket {
    margin: 5px 10px 20px 10px;
    /*font-size: 16px;*/
    font-size: 19px;
    height: 48px;
    overflow: hidden;
    line-height: 25px;
}

/*.img_card{
	margin: 20px;
	}*/
.ticket_content {
    text-align: left;
    margin: 10px;
    color: #9b9b9b;
    font-weight: 200;
    overflow: hidden;
    height: 39px;
}

option {
    margin-left: 10px;
}

.modal-header {
    border: none;
    height: 40px;
}

.box-gallery-card {
    margin: 0px 25px 15px 25px;
}

/*.modal-content {

	height: 500px;

	}*/
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

/*หน้า บัตรโดยสารเที่ยวเดี่ยว*/

.one_ticket {
    padding-bottom: 10px;
    /* border-bottom: 2px dashed #f5f5f5; */
    /*margin: 0px 0 20px 0;   */
    margin: 0px 0 5px 0;
}
.container .title_main {
	padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.flex {
    display: inline-flex;
    width: 100%;
}

.line_selected {
    border-top: 20px solid;
    border-top-color: #5cb85c;
    margin: 40px 0 40px 0;
}
.btn-rate {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    outline: none;
    background-color: #189008;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
  }
  
  .btn-rate img {
    width: 100%;
    max-width: 20px;
  }
.stage {
    background-image: url(img/step1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    padding: 0;
}

.sub-menu {
    list-style: none;
    padding: 10px;
}

/* .menu {
    list-style: none;
    padding: 10px;
} */

.sub-menu.active {
    border: 2px solid #7ab51d;
}

.tab-pane {
    padding: 20px;
}

.number_detail {
    border: 2px solid;
    border-color: #225b91;
    background-color: #225b91;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 4px;
}

.number {
    border: 2px solid;
    border-color: #189008;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 4px;
    font-weight: 400;
}

li.type.active>a {
    color: #fff;
    background-color: #20498e;
    border-color: #20498e;
}

.box {
    padding: 0px;
}

.type {
    width: 30%;
}

#type_tab {
    padding: 0px;
}

#type_smart {
    padding: 0px;
}

.btn-buy_guild:hover {
    color: #20498e;
    background-color: #fff;
    border-color: #20498e;
}

li.guild>a {
    color: #9b9b9b;
}

li.guild.active>a {
    color: #000;
    font-weight: 500;
}

li.buy_guild_type.active>a {
    color: #189008;
    background-color: #fff;
    border-color: #189008;
}

.guild {
    margin: 0 88px 0 40px;
}

#room {
    padding: 0px;
    margin-top: 20px;
}

.btn-page-tickets {
    border-radius: 3px;
    padding: 8px 5px;
    color: #333;
    border: 1px solid #9b9b9b;
    background: #fff;
    width: 100%;
    background: #f5f5f5;
}

.btn-default.btn-page-tickets {
    border: none;
}

.btn-page-tickets:hover,
.btn-page-tickets:active,
.btn-page-tickets:focus {
    color: #fff;
    background-color: #20498e;
    border-color: #20498e;
}

#box_detail h3.header_ticket {
    text-align: center;
}

#box_detail>div.img_card {
    text-align: center;
}

#box_detail .ticket_content {
    text-align: center;
}

.btn-close-xmark {
    position: absolute;
    right: 2%;
    font-size: 30px;
}

.tranview {
    min-height: 60vh;
    padding: 5% 0px 5% 0px;
}

/*ticket-conditions*/
.panel-heading.title-tab {
    background: initial;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    /*height: 87px;*/
    border-radius: 3px;
    /*background: #efefef;
	*/
}

.panel-heading.title-tab-sub {
    background: initial;
    /*	padding-top: 10px;
	padding-bottom: 10px;*/
    border-bottom: 1px solid #ddd;
    /*height: 58px;*/
    border-radius: 3px;
    background: #f5f5f5;
    margin: 5px 10px;
    padding: 5px 15px;
}

.panel.panel-default.head-title-tab {
    border: none;
    margin-bottom: 5px;
}

.panel-heading.title-tab .panel-title-tickets a[aria-expanded="true"]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    float: right;
    color: gray;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}

.panel-heading.title-tab .panel-title-tickets a[aria-expanded="false"]:after,
.panel-heading.title-tab .panel-title-tickets a:after {
    content: "\f105";
    float: right;
    color: gray;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}

.panel-heading.title-tab .panel-title-tickets a[aria-expanded="false"]:after,
.panel-heading.title-tab .panel-title-tickets a:after {
    content: "\f105";
    float: right;
    color: gray;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}

.panel-heading.title-tab-sub .title-tickets-sub a[aria-expanded="true"]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    float: right;
    color: gray;
    font-size: 1em;
    font-weight: 100;
    /*line-height: 1.9;*/
}

.panel-heading.title-tab-sub .title-tickets-sub a[aria-expanded="false"]:after,
.panel-heading.title-tab-sub .title-tickets-sub a:after {
    content: "\f105";
    float: right;
    color: gray;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    font-weight: 100;
    /*line-height: 1.9;*/
}

.panel-heading.title-tab-sub .title-tickets-sub a[aria-expanded="false"]:after,
.panel-heading.title-tab-sub .title-tickets-sub a:after {
    content: "\f105";
    float: right;
    color: gray;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    font-weight: 100;
    /*line-height: 1.9;*/
}

h3.panel-title-tickets {
    margin: 0px;
    font-size: 18px;
    padding: 0px 0px 15px;
}

.title-tickets-sub {
    margin: 0px;
    padding: 10px 0px;
}

.panel-title-tickets div {
    position: relative;
    display: inline-block;
    width: 95%;
    line-height: 28px;
    height: auto;
    top: 5px;
    /*color: #fff;*/
}

.collapse-tickets {
    border: none;
    margin: 15px;
    padding: 10px;
}

.tab-tickets {
    font-weight: 300;
    line-height: 28px;
    color: #666;
}

.tab-ticket {
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: relative !important;
    }
}

@media (max-width: 768px) {
    .mFont {
        margin: 15px 0;
        text-align: center;
        float: initial;
    }

    .panel-group {
        margin: 20px 0px 10px;
    }

    .panel-heading.title-tab {
        height: auto;
    }

    .collapse-tickets {
        margin: 0px;
        padding: 10px;
    }
}

@media (max-width: 420px) and (min-width: 320px) {
    .panel-group {
        margin: 20px 0px 10px;
    }

    .panel-heading.title-tab {
        height: auto;
    }

    .collapse-tickets {
        margin: 0px;
        padding: 10px 0px;
    }

    .panel-title-tickets div {
        width: 92%;
    }
}