.table_main {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  border-spacing: 2px;
  border-color: #ffffff;
}

.title {
  background: #000000;
  color: #ffffff;
  height: 35px;
  text-align: center;
}

.tr {
  height: 35px;
  background: #dcd7d7;
  border-bottom: 2px solid #ffffff;
}

.num_td {
  width: 8%;
  /*text-align: right;*/
}

.num_b_td {
  width: 8%;
  font-weight: bold;
  /*text-align: right;*/
}

.num_input {
  width: 80%;
  text-align: center;
}

.txt_center {
  text-align: center;
  vertical-align: middle;
}

.txt_left {
  text-align: left;
  vertical-align: middle;
}

td.txt_right {
  text-align: right;
  vertical-align: middle;
}

td.special {
  background-color: yellow;
}

th.txt_center {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle !important;
}

td.txt_center {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}

td.txt_left {
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}

tr.mobile {
  /*border: 1px solid rgb(51,51,51);*/
}

th.mobile {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  width: 15%;
  /*border: 1px solid rgb(51,51,51);*/
}

td.mobile {
  padding-left: 4px;
  padding-right: 4px;
  width: 35%;
  /*border: 1px solid rgb(51,51,51);*/
}

.count1 {
  font-size: 11px;
  color: rgba(92, 137, 235, 0.562);
}

.count2 {
  font-size: 11px;
  color: rgba(235, 92, 235, 0.562);
}

.circ {
  width: 100px;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #aaa;
  /*transition: box-shadow 0.3s;*/
}

.circ:hover {
  box-shadow: 0 0 0 1px #f00;
}

.auto_width {
  width: auto;
}

.button,
.button:link,
.button:visited {
  border: 1px solid #245ac5;
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #245ac5;
}

.button:hover {
  border: 1px solid #767255;
  background-color: #456ab5;
}

.button.remove {
  border: 1px solid #df4d13;
  background-color: #d35421;
}

.button.remove {
  border: 1px solid #df4d13;
  background-color: #d35421;
}

.button.disabled {
  border: 1px solid #5b5756;
  background-color: #3c3a39;
}

.button:hover {
  border: 1px solid #767255;
  background-color: #456ab5;
}

.button:hover.remove {
  border: 1px solid #df4d13;
  background-color: #c73f0a;
}

.button:hover.disabled {
  border: 1px solid #5b5756;
  background-color: #313030;
}

.order_button,
.order_button:link,
.order_button:visited {
  border: 1px solid #39acba;
  webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #a9a588;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#39acba),
    to(#39acba)
  );
}

.desc {
  text-align: end;
  color: #bbbbbb;
}

div {
  flow: left;
}

.relation_icon {
  width: 30px;
  height: 25px;
}

.unfollow {
  color: red;
}

.follow {
  color: #0096ff;
}

.ifollow {
  color: #23ff37;
}

.act_count {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

/* jquerymobile checkbox  */

.ui-checkbox label.transparent {
  background: rgba(255, 255, 255, 0) !important;
  border: 0px;
}

input[type='checkbox'] {
  display: none;
}

input[type='radio'] {
  display: none;
}

/** boost ticket...ui  **/

.boost_avail {
  color: black;
  background: #ffffff;
}

.boost_expire {
  color: #aaaaaa;
  background: #ffefcc;
}

.myfa {
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

.paid_only {
  background: rgb(170, 187, 208) !important;
  color: black;
}

.paid_desc {
  background: rgb(170, 187, 208) !important;
  color: black;
}

.desc_small {
  text-align: right;
  color: #bbbbbb;
  font-size: 0.8em;
}

.desc_left_small {
  text-align: left;
  color: #bbbbbb;
  font-size: 0.8em;
}

.mem_ticket_reserved1 {
  text-align: left;
  color: #333333;
  font-size: 0.8em;
  font-weight: normal;
}

.mem_ticket_reserved2 {
  text-align: left;
  color: #333333;
  font-size: 0.9em;
  font-weight: normal;
}

/* tag config result table */

/*.ui-table tr {*/

/*border: 0px solid rgb(42, 115, 192);*/

/*}*/

.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th {
  border: 1px solid rgb(42, 115, 192);
  border-left: 1px solid rgb(42, 115, 192);
  border-right: 1px solid rgb(42, 115, 192);
}

/*.ui-table-reflow.ui-responsive td:first-child, .ui-table-reflow.ui-responsive th:first-child {*/

/*border-top:2px solid rgb(42, 115, 192);*/

/*}*/

/*.ui-table-reflow.ui-responsive td:last-child, .ui-table-reflow.ui-responsive th:last-child {*/

/*border-bottom:2px solid rgb(42, 115, 192);*/

/*}*/

/*@media ( min-width: 35em ) {*/

/*.ui-table tr {*/

/*border: 1px solid rgb(42, 115, 192);*/

/*}*/

/*.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {*/

/*border: 1px;*/

/*}*/

/*}*/

/*tag result warning color*/

.result_warning {
  color: #ff8800;
}

.result_error {
  color: #ff0000;
}

.result_good {
  color: #000000;
}

/* payment */

.money_font {
  color: #419aff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.payment_highlight {
  color: #00bcd4;
}

.payment_highlight2 {
  color: #ff9e6a;
}

i.payment {
  color: #aaaaaa;
}

.payment_inmanager {
  color: #3293fe;
}

.payment_instagram {
  color: deeppink;
}

/**

event table css

 */

table.event td {
  font-size: 13px;
}

/* company talbe */

table.company {
}

tr.company {
  background-color: #fff;
}

tr.company_block {
  background-color: #fdd;
}

/**

flexible grid

 */

/* Basic styles */

.rwd-2 .ui-body {
  text-align: left;
  border-color: #ddd;
}

.rwd-2 .ui-block-a,
.rwd-2 .ui-block-b {
  width: 100%;
  float: none;
}

tr.profit_plus {
  background-color: rgba(0, 128, 0, 0.166);
  color: green;
}

tr.profit_minus {
  background-color: #ff000015;
  color: red;
}

tr.profit_ignore {
  background-color: #655d5d15;
  color: gray;
}

tr.profit_ing {
  background-color: #f3ff083c;
}

@media all and (min-width: 45em) {
  .rwd-2 .ui-block-a {
    float: left;
    width: 49.95%;
  }
  .rwd-2 .ui-block-b {
    float: left;
    width: 49.95%;
  }
}

.rwd-3 .ui-body {
  text-align: left;
  border-color: #ddd;
}

.rwd-3 .ui-block-a,
.rwd-3 .ui-block-b,
.rwd-3 .ui-block-c {
  width: 100%;
  float: none;
}

@media all and (min-width: 60em) {
  .rwd-3 .ui-block-a {
    float: left;
    width: 33.3%;
  }
  .rwd-3 .ui-block-b {
    float: left;
    width: 33.3%;
  }
  .rwd-3 .ui-block-c {
    float: left;
    width: 33.3%;
  }
}
