/************************************************** TABLE *******************************/
.violet-table {
    background: #fff;
    font-size: 12px;
}
.violet-table > thead > tr > th {
    border-bottom: 1px solid #bbb;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}
.violet-table > thead > tr > th:first-child{
    text-align: left;
}
.violet-table > tbody > tr > td {
    color: #505050;
    text-align: center;
    vertical-align: middle;
}
.violet-table > tbody > tr > td:first-child{
    text-align: left;
    padding-left: 20px;
}
.event-content .violet-table > thead > tr > th:first-child,
.event-content .violet-table > tbody > tr > td:first-child,
.event-content .violet-table > tfoot > tr > td:first-child{
    padding-left: 20px;
}
.violet-table > tfoot > tr > td{
    vertical-align: middle;
}
.violet-table > tfoot > tr > td:first-child{
    text-align: left;
}
tfoot tr td img {
    max-width: 50px;
}
.violet-table.violet-header > thead > tr > th {
    background: #593F66;
    color: #fff;
    text-transform: uppercase;
}
.violet-table.violet-header > thead > tr > th {
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}
.violet-table.violet-header > thead > tr > th:first-child,
.violet-table.violet-header > tfoot > tr > td:first-child {
    text-align: left;
    padding-left: 20px;
}


.violet-table.violet-header.light > thead > tr > th {
    background: #6d5379;
}
.violet-table.violet-header.short > thead > tr > th {
    line-height: 20px;
}
.large-tr.table > tbody > tr > td,
.large-tr.table > tfoot > tr > td{
    line-height: 35px;
}




table.scrollable-table {
    width: 100%;
}

.scrollable-table thead,
.scrollable-table tbody,
.scrollable-table tr,
.scrollable-table td,
.scrollable-table th {
    display: block;
}

.scrollable-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.scrollable-table thead th {
    height: 30px;

    /*text-align: left;*/
}

.scrollable-table tbody {
    height: 245px;
    overflow-y: auto;
}
.scrollable-table.large tbody{
    height: 415px;
}

.scrollable-table thead {
    /* fallback */
}

/********** DASHBOARD NOTIFICATIONS TABLE ***************/
.scrollable-table.notifications tbody td:first-child,
.scrollable-table.notifications thead th:first-child {
    width: 20%;
    float: left;
    padding-left: 30px;
}
.scrollable-table.notifications tbody td:nth-child(2),
.scrollable-table.notifications thead th:nth-child(2) {
    width: 15%;
    float: left;
}
.scrollable-table.notifications tbody td:last-child,
.scrollable-table.notifications thead th:last-child {
    width: 65%;
    float: left;
}

/********* DASHBOARD EVENTS / AFFILIATES TABLE ***********************/
.scrollable-table.events tbody td:first-child,
.scrollable-table.events thead th:first-child,
.scrollable-table.affiliates tbody td:first-child,
.scrollable-table.affiliates thead th:first-child{
    width: 70%;
    float: left;
    padding-left: 30px;
}
.scrollable-table.events tbody td:last-child,
.scrollable-table.events thead th:last-child,
.scrollable-table.affiliates tbody td:last-child,
.scrollable-table.affiliates thead th:last-child{
    width: 30%;
    float: left;
}

/********** DASHBOARD PAYOUT TABLE **********************/
.scrollable-table.payout tbody td:first-child,
.scrollable-table.payout thead th:first-child {
    width: 55%;
    float: left;
    padding-left: 30px;
}
.scrollable-table.payout tbody td:nth-child(2),
.scrollable-table.payout thead th:nth-child(2) {
    width: 15%;
    float: left;
}
.scrollable-table.payout tbody td:last-child,
.scrollable-table.payout thead th:last-child {
    width: 30%;
    float: left;
}

/********** DASHBOARD MY TICKETS TABLE **********************/
.scrollable-table.my-tickets tbody td:first-child,
.scrollable-table.my-tickets thead th:first-child {
    width: 35%;
    float: left;
    padding-left: 30px;
}
.scrollable-table.my-tickets tbody td:nth-child(2),
.scrollable-table.my-tickets thead th:nth-child(2) {
    width: 20%;
    float: left;
}
.scrollable-table.my-tickets tbody td:nth-child(3),
.scrollable-table.my-tickets thead th:nth-child(3) {
    width: 20%;
    float: left;
}
.scrollable-table.my-tickets tbody td:last-child,
.scrollable-table.my-tickets thead th:last-child {
    width: 25%;
    float: left;
}
.scrollable-table.my-tickets thead th:last-child{
    padding-right: 5%;
}

/******************************* MY EVENTS SELECT EVENT ********/
.scrollable-table.events tbody tr:hover,
.scrollable-table.events tbody tr.active{
    background: #ecc405 url("../images/components/check-icon-black-small.png") no-repeat 10px center;
    cursor: pointer;
}
.scrollable-table.events tbody tr.active td{
    background: #ecc405;
}
.scrollable-table.events tbody tr.active td:first-child{
    background: #ecc405 url("../images/components/check-icon-black-small.png") no-repeat 10px center;
}

/*** BUY TICKETS ***/
.select-ticket.ng-scope td .radio-style {
    margin: 0;
}
.select-ticket.ng-scope td .radio-style input[type="radio"] + label{
    margin-bottom: 0;
    padding-left: 10px;
}