
/*.btn-primary {*/
    /*background-color: #1493A3;*/
    /*background-image: -moz-linear-gradient(top, #15D1E8, #12B5C9);*/
    /*background-image: -ms-linear-gradient(top, #15D1E8, #12B5C9);*/
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#15D1E8), to(#12B5C9));*/
    /*background-image: -webkit-linear-gradient(top, #15D1E8, #12B5C9);*/
    /*background-image: -o-linear-gradient(top, #15D1E8, #12B5C9);*/
    /*background-image: linear-gradient(top, #15D1E8, #12B5C9);*/
    /*background-repeat: repeat-x;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15D1E8', endColorstr='#12B5C9', GradientType=0);*/
    /*border-color: #1DA7B8 #1DA7B8 #1493A3;*/
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    /*filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
/*}*/

/*.btn-primary {*/
    /*color: #fff;*/
    /*background-color: #15D1E8;*/
    /*border-color: #15D1E8;*/
/*}*/

/*.btn-primary.focus {*/
  /*color: #fff;*/
  /*background-color: #31b0d5;*/
  /*border-color: #1b6d85;*/
/*}*/
/*.btn-primary:hover {*/
  /*color: #fff;*/
  /*background-color: #31b0d5;*/
  /*border-color: #269abc;*/
/*}*/


/*.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{*/
    /*text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);color:#ffffff;*/
/*}*/

/*.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{*/
    /*background-color:#12B5C9;*/
/*}*/
/*.btn-primary:active,.btn-primary.active{*/
    /*background-color:#12B5C9 \9;*/
/*}*/



.nav-pills>.active>a, .nav-pills>.active>a:hover {
    color: #ffffff;
    background-color: #12B5C9;
}

span.help-inline.info {
    color: #3a87ad;
}

thead.blue {
    color: #fff;
    background-color: #1DA7B8;
    border-color: #1493A3;
    margin-top: 10px;
}


.progress.inline {
    display: inline-block;
}


.progress.mini {
    margin-bottom: 0px;
    height: 17px;
    width: 100%;
    margin-left: 3px;
}

.progress.mini > .bar {
    height: 16px;
    font-size: 11.5px;
    position: relative;
    bottom: 2px;
    min-width: 1.5em;
}

table.bare {
    border: 0;
    width: 100%;
    height: 100%;
}

table.bare > tbody > tr > td {
    border: 0;
}


.float-left {
    float:left;
}
.float-right {
    float:right;
}
.center {
    margin:0 auto;
}

.number {
    text-align: right;
}


.progress-flap.progress-bar {
  background-color: #15D1E8;
}


.eventImage {
    position: relative;
}

.eventImage img.sold-out {
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -83px;
    z-index: 1;
}



.nav-list > li > a > i.icon-mobile-phone {
  font-size: 19px;
  margin-left: 2px;
  margin-right: 5px;
}

.smaller {
  font-size: smaller;
}



td > span.mini-text {
  font-size: 8px;
  font-weight: bold;
  color: grey;
}


span > div.mini-text {
  font-size: 10px;
  font-weight: bold;
  color: grey;
  display: inline-block;
  margin-left: 15px;
}


form.form-search > input.search-query, form.form-search > input.search-query:focus, form.form-search > input.search-query.focused  {
    padding-left:26px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}

.transparent {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}



/* PAGINATION for DJANGO TABLES 2 */

ul.pagination > li.next, ul.pagination > li.previous {
    display: inline;
    /*margin-left: 10px;*/
    float: left;
    padding: 0 0px;
    line-height: 39px;
    text-decoration: none;
}

ul.pagination > li {
  list-style-type: none;
}

ul.pagination > li > a  {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    /*border-left-width: 0;*/

}

ul.pagination > li.next > a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}


ul.pagination > li.previous > a {
    -webkit-border-radius: 3px 0 0 3px;;
    -moz-border-radius: 3px 0 0 3px;;
    border-radius: 3px 0 0 3px;;
    border-right-width: 0;
}


input.small {
    width: 80px;
}


i[class^="icon-"].bigger {
 font-size: 18px;
}


a > i[class^="icon-"] {

}

a > i[class^="icon-"]:hover {
    font-weight: bold;
    text-decoration: none;
    color: #0AF;
}

/* http://stackoverflow.com/a/16090509/1297812 */
.modal.large {
    width: 50%; /* respsonsive width */
    margin-left:-25%; /* width/2) */
}


.modal-dialog.large
{
    width: 1200px;
}


div.selector > div.selector-available > h2, div.selector > div.selector-chosen > h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}


.host-alert {
    margin: 17px 50px;
}


.download-ticket-btn .popover {
  width:800px;
  height:250px;
}

.btn-align-with-input {
    margin-bottom: 10px;
}

/* Fix datepicker time */
.ui-timepicker-table td a {
    width: 32px;
}

.nav.nav-pills.nav-stacked > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Emulate bootstrap 2 style */
.nav.nav-pills.nav-stacked > li.nav-header {
    cursor: default;
    font-size: 12px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.text-disabled {
    color: rgba(128,128,128,0.5);
}

.panel.gateways {
    min-width: 360px;
}

.payment-icons .payment-icon .payment-entry {
    background-size: 240px;
    background-repeat: no-repeat;
    height: 42px;
    width: 60px;
    margin: 0;
    display: inline-block;
}

.list-group-item.payment-icon > div {
    overflow: hidden;
}

.payment-entry.visa {
    background-position: 0 0px;
}

.payment-entry.mastercard {
    background-position: 0 -86px;
}

.payment-entry.pps {
    background-position: 0 -258px;
}

.payment-entry.amex {
    background-position: 0 -43px;
}

.payment-entry.chinapay {
    background-position: 0 -172px;
}

.payment-entry.octopus {
    background-position: 0 -215px;
}

.payment-entry.visa-checkout {
    background-position: 0 -128px;
}

.payment-entry.tapngo {
    background-position: 0 -302px;
}

.payment-entry.wechat,
.payment-entry.icbc-macau-wechat-pay {
    background-position: 0 -430px;
}

.payment-entry.paypal {
    background-position: 0 -474px;
}

.payment-entry.payme {
    background-position: 0 -518px;
}

.payment-entry.macaupay {
    background-position: 0 -602px;
}

.payment-entry.alipay,
.payment-entry.icbc-macau-alipay,
.payment-entry.alipay-china {
    background-position: 0 -648px;
}

.payment-entry.jcb {
    background-position: 0 -561px;
}

.payment-entry.icbc-macau-cards,
.payment-entry.boc-create-card-trade {
    background-position: 0 -695px;
    width: 178px !important;
}

.payment-entry.alipay-hong-kong {
    background-position: 0 -734px;
}

.payment-entry.icbc-macau-epay {
    background-position: -57px -734px;
}

.payment-entry.gcash {
    background-position: -112px -733px;
}

.payment-entry.grabpay {
    background-position: -123px -776px;
}

.payment-entry.maya {
    background-position: 0 -820px;
}

.payment-entry.atome {
    background-position: 0 -777px;
}

.payment-entry.bpi-online-banking {
    background-position: -62px -777px;
}

.payment-entry.jcc {
    background-position: 0 -864px;
    width: 178px !important;
}

.payment-entry.billgate-credit-card {
    background-position: 0 -906px;
}

.payment-entry.billgate-overseas-card {
    background-position: 0 -993px;
    width: 168px !important;
}

.payment-entry.billgate-wire-transfer {
    background-position: -122px -906px;
}

.payment-entry.billgate-virtual-account {
    background-position: 0 -949px;
}

.payment-entry.kakaopay {
    background-position: -61px -951px;
}

.payment-entry.bocpay {
    background-position: -122px -951px;
    width: 110px !important;
}

.payment-entry.ubp-online-banking {
    background-position: -65px -1032px;
    width: 110px !important;
}

.payment-entry.boc-create-boc-cashier {
    background-position: 0 -1072px;
    width: 120px !important;
}

.payment-entry.boc-create-qr-trade {
    background-position: -165px -1072px;
}

.payment-entry.oxxopay {
    background-position: 0px -1105px;
    width: 115px !important;
}

.payment-entry.kicc-easypay {
    background-position: -125px -1105px;
    width: 115px !important;
}

/* sortable table style */
.sortable-table > th.active .arrow {
  opacity: 1;
}

.sortable-table tr:hover td {
    background-color: #E0FFFF;
    cursor: pointer;
}

.sortable-table .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.sortable-table .arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #CCCCCC;
}

.sortable-table .arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #CCCCCC;
}

