.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;
}

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: 5px;
    padding-right: 5px;
    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);*/
}

.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 #908c68;
    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: #a9a588;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
    background-image: -webkit-linear-gradient(top, #a9a588, #8e865b);
    background-image: -moz-linear-gradient(top, #a9a588, #8e865b);
    background-image: -ms-linear-gradient(top, #a9a588, #8e865b);
    background-image: -o-linear-gradient(top, #a9a588, #8e865b);
    background-image: linear-gradient(to bottom, #a9a588, #8e865b);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);*/
}

.button:hover {
    border: 1px solid #767255;
    background-color: #938e6b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#938e6b), to(#6f6947));
    background-image: -webkit-linear-gradient(top, #938e6b, #6f6947);
    background-image: -moz-linear-gradient(top, #938e6b, #6f6947);
    background-image: -ms-linear-gradient(top, #938e6b, #6f6947);
    background-image: -o-linear-gradient(top, #938e6b, #6f6947);
    background-image: linear-gradient(to bottom, #938e6b, #6f6947);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#938e6b, endColorstr=#6f6947);*/
}

.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;
}

span.desc_red {
    text-align: end;
    font-size: 0.8em;
    color: rgb(202, 60, 60);
}

td.c>div.desc {
    text-align: center;
    color: #bbbbbb;
}

.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_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: rgb(255, 240, 240);
}

tr.company_2 {
    background-color: rgb(233, 240, 253);
}

tr.focused {
    background-color: rgb(233, 178, 251);
}


/**

image hover popup

**/

#thumbwrap {
    /* margin: 75px auto; */
    /* width: 252px; */
    /* height: 252px; */
}

.thumb {
    float: left;
    /* must be floated for same cross browser position of larger image */
    position: relative;
    margin: 3px;
}

.thumb img {
    border: 1px solid #000;
    vertical-align: bottom;
}

.thumb:hover {
    border: 0;
    /* IE6 needs this to show large image */
    z-index: 1;
}

.thumb span {
    position: absolute;
    visibility: hidden;
}

.thumb:hover span {
    visibility: visible;
    top: 37px;
    right: 37px;
}

.insta_follow {
    float: left;
    margin: 10px;
}


/**

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;
}

.profit_minus {
    color: red;
}

.profit_plus {
    color: green;
}

@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%;
    }
}