* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
    color: #5e5d52;
}
a {
    color: #337aa8;
}
a:hover, a:focus {
    color: #4b8ab2;
}
/* 表格欄位寬度規格 */

.col_1 {
    width: 8%;
}
.col_2 {
    width: 17%;
}
.col_3 {
    width: 25%;
}
.col_4 {
    width: 33%;
}
.col_5 {
    width: 42%;
}
.col_6 {
    width: 50%;
}
.col_7 {
    width: 58%;
}
.col_8 {
    width: 67%;
}
.col_9 {
    width: 75%;
}
.col_10 {
    width: 83%;
}
.col_11 {
    width: 92%;
}
.col_12 {
    width: 100%;
}
@media (max-width: 767.99px) {
    .container {
        width: 100%;
    }
}
.order_item {
    width: 100%;
}
.order_tb {
    display: table;
    width: 100%;
}
.tb_row {
    display: table-row;
    width: 100%;
}
.tb_col {
    display: table-cell;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}
.tb_head {
    background: #0071b2;
    background: #262626;
    color: #FFF;
}
.tb_head>.tb_col {
    text-align: center;
    border-bottom: 0;
}
.tb_col[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 16px;
    padding: 2px 5px;
    color: rgba(51, 51, 51, 0.75);
    margin-top: 0;
    background-color: #eee;
    width: 100%;
    margin-bottom: 10px;
}
.tb_col.order_no[data-title]:before {
    color: #FFF;
    margin: 0;
    background-color: inherit;
}
.order_list>.tb_col:nth-child(3):not(.transfer_status) {
    text-align: left;
}
.order_type {
    font-size: 14px;
    letter-spacing: 1px;
}
.go_pay {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: red;
}
.go_pay div a {
    color: red;
}
.go_pay div a:hover {
    text-decoration: underline;
    line-height: 1.2em;
}
.order_tb .tb_row.tb_head.repo_hidden {
    margin: 16px 0 0;
    border: 1px solid red;
}
.ticket_detail {
    display: table;
    font-size: 16px;
    border: 1px solid #CCC;
    border-top: 0;
    padding: 8px;
    margin: 0 auto 16px auto;
    background-color: #d0e4f5;
    background-color: rgba(2, 108, 223, 0.1);
}
.ticket_detail>.col_td {
    padding: 10px;
    border: 0;
}
.repo_bg {
    background-color: #FFF;
}
.contact_info {
    color: #333;
    text-align: left;
    padding: 0 10px 10px;
}
.tb_sub_head {
    width: 100%;
    background-color: #bfbfbf;
    color: #262626;
    font-weight: 600;
}
.tb_sub_head>.tb_col {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #FFF;
}
.tb_foot>.tb_col {
    padding: 5px;
    background-color: #EFEFEF;
}
.tb_foot>.tb_col:nth-child(1) {
    text-align: right;
    color: #262626;
    padding: 5px 8px;
    font-weight: 600;
}
/* btn */

.btn.btn-mg {
    margin: 5px;
}

.xbtn-next.order-show:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    color: white;
    /* adjust as needed */
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.xbtn-next.order-hide:after {
    /* symbol for "collapsed" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e113";
    /* adjust as needed, taken from bootstrap.css */
    color: white;
    /* adjust as needed */
    position: relative;
    top: 1px;
    margin-left: 3px;
}
/* Responsive */

@media (max-width: 767px) {
    .order_item {
        border: 1px solid #cccccc;
        margin: 0 0 16px;
    }
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10 {
        position: relative;
        width: 100%;
        float: left;
    }
    .repo_hidden {
        display: none;
    }
    .tb_col, .tb_foot>.tb_col {
        width: 100%;
        border: none;
        border-bottom: 1px solid transparent;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        padding: 5px 8px;
    }
    .tb_foot>div[class*=" text-"] {
        text-align: center;
        border: 1px solid #ccc;
        border-top: 1px solid #efefef;
    }
    .tb_foot:first-of-type>div[class*=" text-"] {
        border: 1px solid #ccc;
    }
    .order_list>.tb_col.order_no {
        color: #FFF !important;
        background-color: #262626;
		border: 1px solid #262626;		
        padding: 8px 5px;
    }
    .ticket_detail {
        border: none;
        border-top: 1px solid #CCC;
        padding: 7px;
        margin: 0;
        background-color: transparent;
    }
    .repo_bg {
        background-color: #FFF;
        display: inline-block;
        clear: both;
        border: 1px solid #ccc;
        border-bottom: 0;
    }
    .repo_bg .tb_col {
        border: none;
        display: block;
        line-height: 22px;
        padding: 1px 8px;
    }
    .btn-next {
        width: 100%;
        padding: 6px 0;
        margin: 10px 0;
    }
    .tb_foot .text-primary, .tb_foot .text-danger {
        text-align: center;
    }
}
/* md */

@media (min-width: 768px) {
    .tb_head>.tb_col:last-child, .tb_sub_head>.tb_col:last-child {
        border-right: 0;
    }
    .order_list .tb_col:first-child, .ticket_detail .tb_col:first-child {
        border-left: 1px solid #CCC;
        max-width: 300px;
    }
    .tb_col[data-title]:before {
        content: none;
    }
}
.row.mg-top {
    position: relative;
}
/* Ticket Transfer */
.select-ticket {
    border-radius:4px;
    background:white;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    position: relative;
    background-clip: padding-box;
}
.select-ticket::before {
    content: '';
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, #6D236B, #4969A8, #54A2B0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 0;
    left: 0;
    position: absolute;
}
.non-transferable  {
    cursor: not-allowed;
    position:relative;
}

.non-transferable .transfer-status {
    color: #ffffff;
    background:#D93A3A;
    background:rgba(217, 58, 58, 0.7);
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding:9px 16px;
}
.altCheckbx {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}
.altCheckbx.disabled {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    cursor: not-allowed;
    filter: none;
    opacity: .5;
}
.red-fill {fill:#D93A3A;cursor:pointer;}
.blue-fill {fill:#026cdf;cursor:pointer;}
.green-fill {fill:rgb(7, 138, 9);cursor:pointer;}
.black-fill {fill:#262626;cursor:pointer;}
.black-fill-07 {fill:rgba(38,38,38,0.7);cursor:pointer;}
.black-fill-05 {fill:rgba(38,38,38,0.5);cursor:pointer;}

.view_tickets {
    margin: 12px 0;
    text-align: center;
}

/*----- transfer +201202 -----*/
/* nav */
.orderContent .nav-tabs {
	border-bottom: 1px solid #026CDF;
}
.orderContent .nav-tabs li {
	font-weight: 600;
	border-bottom-color: transparent;
}
.orderContent .nav-tabs li a {
	height: 43px;
	*border-bottom: none;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #026cdf;
	background-color: #ffffff; 
}
.orderContent .nav-tabs > li > a:hover {
	color: #026cdf;
	border-color:#026cdf #026cdf #ffffff #026cdf;
	background-color: #ffffff; 
}
.orderContent .nav-tabs li.active a, .orderContent .nav-tabs > li.active > a:hover {
	padding-bottom: 8px;
	color: #026cdf;
	border-top: 3px solid #026CDF;
	border-color: #026CDF;
	border-bottom-color: transparent;
	background-color:#ffffff; 
}
.orderContent .tab-content {
	padding: 20px;
	border: 1px solid #026CDF;
	border-top: transparent;
}
/* list */
.OrderList .order_list>.tb_col:nth-child(3) {
    text-align: left;
}
.transferList .order_list>.tb_col:nth-child(2) {
    text-align: left;
}
/* step */
.transferStep .ticket_detail {
	border: 0px;
	padding: 0px;
}
.transferStep .tb_sub_head > .tb_col {
	border-top: 1px solid #CCC;
}
.transferStep label.col_checkbox > span {
	display: none;
}
.transferStep .tb_note {
	padding: 0px;
	font-size:16px;
	line-height:1.5;
}

input[type=checkbox].tcChecbox:focus {outline:none;}
.transferStep .transferEvent {margin-bottom:32px;}
.transferStep .transferEvent .transferEventName {
	font-weight: 600;
    margin-bottom: 8px;
    color: #262626;
    font-size: 18px;
    border-bottom: 2px solid rgb(191, 191, 191);
    margin: 16px 0px 16px;
}
.transferStep .transferEvent .transferEventDetails p+p {
    margin: 16px 0px 0px;
}
#tixtr-select .order_list>.tb_col:nth-child(3) {
    text-align: center;
}
/* Responsive */
@media only screen and (max-width: 991px) {
	.orderContent .nav-tabs li {
		font-size: 14px;
		font-weight: 600;
	}
	.orderContent .nav-tabs li a {
		padding: 10px;
	}
}
@media only screen and (max-width: 767px) {
	/* nav */
	.orderContent .nav-tabs li {
		width: calc(100%/2);
		text-align: center;
	}
	.orderContent .nav-tabs li a {
		text-align: center;
	}
	.orderContent .nav-tabs li:hover:last-child a {
		margin-right: 0px;
	}
	.orderContent .nav-tabs li.active:last-child a {
		margin-right: 0px;
	}
	/* list */
	.transferList .order_list>.tb_col:nth-child(3) {
		text-align: left;
	}
	.transferList .ticket_detail .order_tb {
		border-bottom: 1px solid #BFBFBF;
	}
	.transferList .receive button {
		width: 100%;
	}
	/* step */
	.transferStep .mgt-24 {
		margin-top: 0px;
	}
	.transferStep .col-xs-12 {
		*padding-left: 0px;
		*padding-right: 0px;
	}
	.transferStep .order_item {
		margin-bottom: 0px;
		border: none;
		*border-bottom: 1px solid #BFBFBF;
	}
	.transferStep label.col_checkbox > span {
		display: inline-block;
		color: #026CDF;
	}
	.transferStep input[type="checkbox"] {
		margin-right: 8px; 
		vertical-align: middle !important;
	}
	.transferStep .tb_note {
		padding: 16px 0px!important;
		border-top: 1px solid #BFBFBF;
	}
	.transferStep .btn {
		width: 100%;
		margin: 8px 0;
	}
    #tixtr-select {}
	#tixtr-select .q-mark{
        position: absolute;
        right: 5px;
        top: -10px;
    }
	#tixtr-select .grey-box {box-shadow:none;}
	#tixtr-select label.col_checkbox > div {    color: #026CDF;}
	#tixtr-select input[type="checkbox"]{margin:0!important;}
	#tixtr-select .repo_bg {

		margin: 8px 0;
		border: none;
		box-shadow: black;
		background: #f6f6f6;
		background: #ffffff;
	    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;     align-items: stretch;
	}
	#tixtr-select .repo_bg .tb_col {padding:4px 8px;}
	#tixtr-select .checked {border:1px solid rgb(2 108 223 / 40%);
	box-shadow: rgb(2 108 223 / 20%) 0px 2px 8px 0px;
	}
	#tixtr-select .tb_col div {margin-bottom:4px;}
	#tixtr-select .order-2 {
		background:#f6f6f6;
		justify-content: center;
		line-height: 1.5;
		display: flex;
		align-items: center;
		height:80px;
	}
    #tixtr-select .order_list>.tb_col:nth-child(3) {
        text-align: left;
    }
	.xs-w100 {width:100%;}
}

/*========== Overlay START @all ==========*/
.overlay-wrap {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}
/*========== Overlay END @all ==========*/
/*========== Copy Button  START @all ==========*/
.copy-board {
    cursor: pointer;
}
.fa-files-o:hover {
    color: #0b6de0;
}
.fa-files-o:active {
    color: blue;
}
/*========== Copy Button  END @all ==========*/