@font-face {
    font-family: "UniSans";
    src: url(../fonts/UniSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "UniSans";
    src: url(../fonts/UniSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "UniSans";
    src: url(../fonts/UniSans-Bold.ttf);
    font-weight: 700;
}

body {
    font-family: 'UniSans', Verdana;
    font-size: 14px;
    background: #f7f7f7;
}

button {
    outline: 0 !important;
}

.btn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.color-white {
    color: white;
}

.close-modal {
    cursor: pointer;
    color: #f2dc42;
}

.searchBox {
    display: inline-block;
    width: 15%;
    position: relative;
    vertical-align: middle;
}

.searchBox input {
    float: left;
    width: 100%;
}

.searchBox span.input-group-addon {
    float: right;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
}

.contracts-date {
    display: inline-block;
    width: 170px;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 30px;
}

.contracts-date label {
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: normal;
    margin: 4px 10px 0 0;
}

.contracts-date input {
    float: left;
    width: 100px;
}

.container-fluid {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.btn-grey {
    font-weight: 600;
    color: grey;
    font-size: 20px;
    background: #e5e5e5;
    padding: 5px 30px;
    margin-top: 5px;
}

.btn-grey:hover {
    background: #CCCCCC;
    color: grey;
}

.btn-yellow {
    font-weight: 600;
    font-size: 20px;
    padding: 5px 30px;
    background: #585858;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.btn-yellow:hover {
    background: #6f6e6e;
    color: rgba(255, 255, 255, 0.8);
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow:active {}

.btn[disabled] {
    opacity: .5;
}

.page-header {
    top: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
    background-color: rgba(177, 180, 183, 0.8);
    position: fixed;
    width: 100%;
    z-index: 1000;
    min-height: 45px;
}

.page-header .logo {
    float: left;
    background: url(../img/logo.png) top center no-repeat;
    background-size: contain;
    height: 35px;
    width: 155px;
    margin: 5px;
}

.page-header .agency {
    float: left;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 15px;
}

.page-header .navtabs {
    float: left;
    margin: 7px 0 0 50px;
}

.page-header .navtabs a {
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-left: 5px;
    padding: 5px 20px 9px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.page-header .navtabs a:hover {
    text-shadow: 0 0 5px #ccc
}

.page-header .navtabs a.current {
    color: rgba(255, 255, 255, .5);
    border-bottom: 2px solid #555;
    box-sizing: border-box;
}

.page-header .btns-right {
    float: right;
}

.page-header .btns-right .btn-settings {
    float: right;
    padding: 0px;
    height: 45px;
    width: 45px;
    background: none;
    color: #fff;
}

.page-header .btns-right .btn-settings span {
    font-size: 20px;
}

.page-header .btns-right .dropdown-menu {
    right: 5px;
    top: 45px;
    left: auto;
}

.page-header .btns-right .dropdown-menu a {
    color: #777;
}

.page-header .btns-right .dropdown-menu a:hover {
    background-color: #ddd;
}

.page-header .btns-right div.user {
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0px 0 0;
}

.page-header .navscr {
    float: right;
    margin-right: 50px;
}


/*************** LOGIN ***************/

.top-header h1 {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    color: #444;
    margin: 12px 0 0 15px;
}

div.login-screen {
    float: left;
    width: 100%;
    margin-top: 44px;
    overflow-y: hidden;
    height: calc(100vh - 44px);
    background: #e7ebf0;
}

div.login-screen .panel-login {
    width: 20%;
    margin: 10% 0 0 40%;
    background: #fff;
    border: none;
}

div.login-screen .panel-login .panel-heading {
    display: none;
}

div.login-screen .panel-login button {
    float: left;
    width: 100%;
    position: relative;
}

div.login-screen .panel-login button .panel-spinner {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

div.login-screen .panel-login label {
    font-size: 14px;
    font-weight: normal;
}

div.login-screen .panel-login .checkbox label {
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

div.login-screen .panel-login input {
    border-color: #eee
}

div.login-screen .panel-reset button {
    width: 68%;
    margin: 0;
    font-size: 16px;
}

div.login-screen .panel-reset a {
    float: right;
    width: 30%;
    border: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #eee;
    color: #777;
}


/*************** PASSWORD ***************/

.password-form {
    margin: 0 auto;
    width: 380px;
    padding-top: 100px;
}

.password-form .title {
    padding-bottom: 15px;
}

.password-form .btn {
    margin-right: 10px;
}

.password-form button {
    position: relative;
}

.password-form .panel-spinner {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}


/************* MATCHES **************/

.match-list {
    float: left;
    width: 100%;
    margin-top: 44px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 44px);
}

.match-list .filters {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 20px 7px;
    border-bottom: 1px solid #d0d6dd;
}

.match-list .filters>div {
    float: left;
    margin-right: 50px;
    position: relative;
}

.match-list .filters a.filter-dropdown {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.match-list .filters a.filter-dropdown.opened {
    border: 1px solid #a1a4a8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.match-list .filters>div>div {
    float: left;
    min-width: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
    margin: 0;
    z-index: 100;
    border: 1px solid #cfd3d8;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .1);
}

.match-list .filters>div>div ul {
    float: left;
    margin: 0;
    min-width: 200px;
    list-style: none;
    padding: 5px 0;
    max-height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
}

.match-list .filters>div>div ul li {
    float: left;
    width: 100%;
}

.match-list .filters>div>div ul li a {
    float: left;
    width: 100%;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
}

.match-list .filters>div>div ul li a:hover {
    background-color: #d5d5d5;
}

.match-list .filters>div>div ul li.selected a {
    background-color: #e0e0e0;
}

.match-list .filters .date-picker-from .well {
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    border: none;
    background-color: #Fff;
}

.match-list .filters .date-picker-from .well button {
    border: none;
}

.match-list .filters .date-picker-from .well button .text-muted {
    color: #aaa;
}

.match-list .filters .date-picker-from.second {
    left: 316px;
}

.match-list .filters .typeahead,
.typeahead-no-results {
    width: 35vw;
}

.match-list .filters>div>div.typeahead-no-results {
    top: 30px;
    padding: 15px;
    font-weight: bold;
    border-top: 0;
}

.typeahead-match img {
    width: 35px;
    height: 35px;
}

.dropdown-menu>.active>a.typeahead-match {
    background-color: #009b48;
}

[uib-typeahead-popup].dropdown-menu {
    width: 35vw;
}

.typeahead-load {
    background-image: url('../img/ajax-loader.gif');
    width: 32px;
    height: 32px;
}

.typeahead.form-control:focus {
    border-color: #009b48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(104, 178, 111, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(104, 178, 111, .6);
}

.summary-datepicker-filter {
    line-height: 34px;
}

.summary-datepicker-filter div {
    line-height: 100%;
}

.summary-datepicker-filter .filter-dropdown.disabled {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.40;
}

.table-container {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: calc(100vh - 114px);
    padding: 30px 20px;
}

.table-container .table-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e8ea;
}

.table-container .table-header div {
    float: left;
    cursor: pointer;
}

.table-container .table-header div div {
    width: 100%;
    color: rgba(0, 0, 0, .7);
    font-weight: 600;
    padding: 3px 10px 3px 15px;
    position: relative;
    font-size: 14px;
}

.table-container .table-header div div.asc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    top: 11px
}

.table-container .table-header div div.desc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    top: 11px
}

.table-header-sold {
    padding: 10px 25px 5px 25px;
    border-bottom: 1px solid #e5e8ea;
}

.table-header-sold .info {
    padding: 0 20px
}

.table-header-sold .btn-yellow {
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
}

.table-container .table-content {
    float: left;
    width: 100%;
}

.table-container .table-content>div {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e8ea;
    opacity: .6
}

.table-container .table-content>div:hover {
    background: #f3f3f3;
}

.table-container .table-content>div.enabled {
    cursor: pointer;
    opacity: 1;
}

.table-container .table-content>div>div {
    float: left;
    padding: 5px 10px 5px 15px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-container .table-content>div>div.addMatches {
    float: left;
    padding: 0 !important;
    width: 100%;
}

.table-container .table-content>div>div.addMatches>div {
    float: left;
    padding: 5px 10px 5px 15px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-container .table-content>div>div.drop-class {
    overflow: visible
}

.table-container .table-content>div>div.drop-class .dropdown-menu {
    left: -300%;
    ;
    top: 80%;
}

.table-container .table-content>div>div.drop-class .btn {
    padding: 6px 10px;
    line-height: 12px;
}

.table-container .table-content>div>div img {
    float: left;
    height: 50px;
    padding: 0 12px 0 0;
}

.table-container .table-content>div>div:nth-child(1) img {
    float: left;
    height: 50px;
    margin: 0;
}

.table-container .table-content>div>div span {
    float: left;
    font-size: 14px;
    padding: 12px 0;
}

.table-container .table-content>div>div .btn {
    padding: 5px 25px;
    font-size: 18px;
    margin-top: 5px;
}

.table-container .table-content>div>div .btn[disabled] {
    opacity: .3;
}

.table-container .table-content>div>div .btn-info {
    background-color: #2892AF;
    border-color: #136C83;
}

.table-container .table-content .rows-info {
    float: left;
    width: auto;
    color: #000;
    border: none;
    font-size: 14px;
    margin: 5px;
}

.table-container .table-content .pagination {
    float: right;
    margin-top: 5px;
}

.table-container .table-content .pagination li a,
.table-container .table-content .pagination li span {
    background: none;
    border: none;
    font-size: 14px;
    color: #009b48 !important;
    padding: 0 5px;
    text-decoration: underline;
}

.table-container .table-content .pagination li.disabled {
    display: none;
}

.table-container .table-content .pagination li.active a {
    color: #666!important;
    text-decoration: none;
}

#ticketsTable>div>div span {
    float: left;
    font-size: 14px;
    padding: 12px 0;
}

#ticketsTable>div>div:nth-child(2) img {
    float: left;
    height: 30px;
    margin: 10px 0 0 0;
}

#ticketsTable>div>div span span.seat-type {
    padding: 3px 0;
}

#ticketsTable>div>div:nth-child(8) span {
    float: right;
}

#ticketsTable>div>div span.price {
    padding: 5px 5px 0 0;
    float: right;
    font-weight: 600;
    font-size: 16px;
}

#ticketsTable>div>div span.paid {
    padding: 0 5px 5px 0;
    float: right;
    clear: right;
    font-size: 13px;
}

#ticketsTable>div>div span.ticketDesc {
    font-size: 14px;
    font-weight: 600;
}

.scrollbar-horizontal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.scrollbar-horizontal.disable {
    display: none;
}

.scrollbar-horizontal span {
    position: absolute;
    top: 2px;
    left: 0;
    height: 10px;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
}

.scrollbar-vertical {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100vh - 120px);
    width: 14px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.scrollbar-vertical.disable {
    display: none;
}

.scrollbar-vertical span {
    position: absolute;
    left: 2px;
    top: 0;
    width: 10px;
    height: 50%;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
}

.match-list .scrollbar-vertical {
    top: 64px;
}

.match-list.table-tickets .scrollbar-vertical {
    top: 100px;
    height: calc(100vh - 146px);
}

.match-list.table-tickets .table-container {
    height: calc(100vh - 140px);
}

.grey-col {
    background-color: rgba(200, 200, 200, .5);
}

.blue-col {
    background-color: rgba(158, 194, 255, .5);
}

.green-col {
    background-color: rgba(144, 255, 159, 0.5);
}

.salmon-col {
    background-color: rgba(251, 200, 176, 0.5);
}

.orange-col {
    background-color: rgba(255, 137, 16, 0.5);
}


/************* SALES **************/

.tickets-sale {
    float: left;
    width: 100%;
    margin-top: 44px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 44px);
}

.tickets-sale .match-info {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 0px;
    border-bottom: 1px solid #d0d6dd;
}

.tickets-sale .scrollbar-vertical {
    position: absolute;
    top: 85px;
    right: 0;
    height: calc(100vh - 135px);
    width: 14px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.match-info>div {
    float: left;
    border-right: 1px solid #d0d6dd;
    min-height: 79px;
    padding: 0 30px;
}

.match-info>div img,
.match-info>div span {
    float: left;
}

.match-info .league {
    padding-top: 3px;
    min-width: 200px;
}

.match-info .league img {
    float: none;
    width: 50px;
    margin: 2px 0;
    height: 50px;
    object-fit: contain;
}

.match-info .league span {
    float: left;
    width: 100%;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.match-info .teams {
    padding: 0;
    min-width: 300px;
    border-right: 0;
}

.match-info .teams div {
    float: left;
    padding: 3px 0px;
    height: 100%;
    text-align: center;
}

.match-info .teams div img {
    float: none;
    height: 50px;
    width: auto;
    display: inline-block;
    margin: 2px 0;
}

.match-info .teams div span {
    float: left;
    width: 100%;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.match-info .teams div.versus span {
    padding-top: 18px;
}

.match-info div .match-date {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.match-info div .remaining-time {
    float: left;
    clear: left;
    font-size: 12px;
    margin-top: 5px;
}


/* season card only */

.logo-seasoncard {
    background: url(../img/season-card.png) 25px 5px no-repeat;
    background-size: 80px 80px;
    min-height: 90px;
    min-width: 130px;
    position: relative;
    flex: 0;
}

.logo-seasoncard img {
    width: 24px;
    position: absolute;
    top: 50px;
    left: 40px;
}

.desc-seasoncard {
    text-align: left;
}

.desc-seasoncard h2 {
    padding-top: 0px;
    margin: 20px 0 0 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-seasoncard span {
    color: #777;
    font-size: 12px;
}

.desc-seasoncard p {
    float: left;
    color: #555;
    padding: 5px 5px 0 0;
}

.sales-form {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 200px);
}

.sales-form .form-grp {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e8ea;
}

.sales-form .form-grp h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.sales-form .form-grp .form-field {
    float: left;
    margin-right: 40px;
}

.sales-form .form-grp .form-field label {
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    padding-right: 5px;
}

.sales-form .form-grp .form-field select {
    float: left;
    min-width: 100px;
    font-size: 16px;
    padding: 3px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 3px
}

.sales-form .form-grp .form-field span {
    float: right;
    clear: left;
    padding: 0;
    font-size: 10px;
    color: #cc0000;
}

.sales-form-match .form-grp .form-field {
    clear: left;
    margin: 5px 0 10px;
    width: 100%;
}

.sales-form-match .form-grp .form-field label {
    clear: left;
    width: 55%
}

.sales-form-match .tk-qty> :nth-child(3) {
    border-left: 1px solid #ccc;
}

.sales-form-match .form-grp .form-field span {
    float: left;
}

.tk-seats div {
    float: left;
}

.tk-seats .left {
    float: left;
    width: 41.4%;
    padding-bottom: 10px;
}

.tk-seats .stadium {
    /* STHANDBALL EXCLUSIVE CHANGES */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 54%;
    width: 68%;
    margin: 0 auto;
    position: relative;
    background: url("../img/arena-area.png") center center no-repeat;
    background-size: 100%;
}

.tk-seats .stadium:before {
    width: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    height: 100%;
    background: url("../img/arena-field.png") no-repeat;
    background-size: 68%;
    background-position: 22% 32%;
}

.tk-seats .stadium a {
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.tk-seats .stadium a span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}

.tk-seats .stadium a:hover {
    opacity: .9;
}

.tk-seats .stadium a:hover span {
    opacity: .5;
}

.tk-seats .stadium .ssec-a {
    top: 68%;
    left: 57.5%;
    width: 22%;
    height: 7.5%;
    background-image: url(../img/section-a.png);
    z-index: 2;
}

.tk-seats .stadium .ssec-a span {
    top: 8%;
    left: 43%;
}

.tk-seats .stadium .ssec-b {
    top: 68%;
    left: 29%;
    width: 24%;
    height: 7.5%;
    background-image: url(../img/section-b.png);
    z-index: 1;
}

.tk-seats .stadium .ssec-b span {
    top: 8%;
    left: 43%;
}

.tk-seats .stadium .ssec-c {
    top: 68%;
    left: 4.5%;
    width: 20%;
    height: 7.5%;
    background-image: url(../img/section-c.png);
    z-index: 1;
}

.tk-seats .stadium .ssec-c span {
    top: 8%;
    left: 43%;
}

.tk-seats .stadium .ssec-d {
    top: 77.5%;
    left: 42%;
    width: 47%;
    height: 18%;
    background-image: url(../img/section-d.png);
    z-index: 2;
}

.tk-seats .stadium .ssec-d span {
    top: 35%;
    left: 38%;
}

.tk-seats .stadium .ssec-e {
    top: 77.5%;
    left: 4.5%;
    width: 35.3%;
    height: 18%;
    background-image: url(../img/section-e.png);
    z-index: 2;
}

.tk-seats .stadium .ssec-e span {
    top: 35%;
    left: 38%;
}

.tk-seats .stadium .ssec-f {
    top: 1.2%;
    left: .4%;
    width: 30%;
    height: 11%;
    background-image: url(../img/section-f.png);
    z-index: 2;
}

.tk-seats .stadium .ssec-f span {
    top: 25%;
    left: 58%;
}

.tk-seats .stadium .ssec-g {
    top: 1.2%;
    left: 43.3%;
    width: 35%;
    height: 11%;
    background-image: url(../img/section-g.png);
    z-index: 4;
}

.tk-seats .stadium .ssec-g span {
    top: 25%;
    left: 45%;
}

.tk-seats .full-occupation {
    opacity: .2 !important;
}

.tk-seats .price-a,
.tk-seats .price-b,
.tk-seats .price-c,
.tk-seats .price-d,
.tk-seats .price-e,
.tk-seats .price-f,
.tk-seats .price-g {
    background-color: #89bde5;
}

.tk-seats .price-ranges {
    float: left;
    width: 30%;
    padding-left: 5%;
    padding-top: 3%;
}

.tk-seats .price-ranges div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    opacity: .7;
}

.tk-seats .price-ranges div span {
    float: left;
    width: 12%;
    text-align: center;
    display: block;
    border-radius: 3px;
}

.tk-seats .price-ranges div p {
    width: 84%;
    float: right;
    margin: 0;
    color: #000;
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;
}

.tk-seats .price-ranges div.sel {
    opacity: 1;
}

.tk-seats .price-ranges div.sel span {
    box-shadow: 0 0 1px 2px #000;
}

.tk-seats .right {
    float: left;
    width: 58.6%;
    padding: 0 15px 10px 30px;
    margin-top: 2%;
    border-left: 1px solid #e5e8ea;
}


/* HAMKAM EXCLUSIVE MODS ?? */

.tk-seats .right .section-info {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
}

.tk-seats .right .section-info span {
    font-weight: 600;
    font-size: 16px;
}

.tk-seats .right .panel-spinner {
    margin-top: 15px;
}

.tk-seats .right .suggestion {
    float: left;
    width: 100%
}

.tk-seats .right .suggestion>div {
    float: left;
    clear: left;
    width: 40%;
    margin-top: 15px;
    position: relative;
}

.tk-seats .right .suggestion>div label {
    font-size: 16px;
    font-weight: normal;
}

.tk-seats .right .suggestion>div span {
    float: right;
    clear: right;
}

.tk-seats .right .suggestion>div button {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
    position: absolute;
    left: 105%;
    top: -5px;
    margin: 0;
}

.modal-body.seat-sel {
    padding: 15px 30px;
}

.modal-body.seat-sel:after {
    clear: both;
    content: '';
    display: table;
}

.seat-sel .section-info {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
}

.seat-sel .section-info span {
    font-weight: 600;
    font-size: 16px;
}

.seat-sel .section-info .manualDesc {
    float: right;
    width: 50%;
}

.seat-sel-footer {
    padding: 15px 30px;
}

.seat-sel-footer button {
    font-size: 16px;
    float: left;
    margin: 0 10px 0 0;
    border: none;
    padding: 5px 30px;
}

.seat-sel-footer button.btn-default {
    background-color: #e0e0e0;
}

.seat-sel-footer button.btn-default:hover {
    background: #d8d8d8;
}

.seat-sel-footer p {
    float: left;
    margin: 5px 0 0 30px;
}

.seat-sel-footer p i {
    margin-right: 3px;
}

.seat-sel>div {
    float: left;
    clear: both;
    width: 100%;
}

.seatMap {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.seatMap .sectionSeatMap {
    width: 100%;
    white-space: nowrap;
    float: left;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.seatMap .sectionSeatMap .SectionCols {
    float: left;
    width: 100%;
    background: #ccc;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.seatMap .sectionSeatMap .SectionCols div {
    float: left;
    margin: 0 1px 0 0;
}

.seatMap .sectionSeatMap .SectionCols div a {
    cursor: pointer;
    text-decoration: none;
    float: left;
    width: 100%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

.seatMap .sectionSeatMap .SectionCols div a:hover {
    background-color: #aaaaaa;
}

.seatMap .sectionSeatMap .SectionCols div:first-child {
    width: 3%;
    margin-right: 10px;
    padding-top: 5px;
}

.seatMap .sectionSeatMap .sectionRowNos {
    float: left;
    width: 3%;
    background: #ccc;
    padding: 5px 0;
}

.seatMap .sectionSeatMap .sectionRowNos a {
    float: left;
    width: 100%;
    height: 28px;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 2px 10px 0px;
    cursor: pointer;
    text-decoration: none;
}

.seatMap .sectionSeatMap .sectionRowNos a:hover {
    background-color: #aaaaaa;
}

.seatMap .sectionSeatMap .sectionRows {
    float: left;
    width: 97%;
    padding: 5px 0;
    overflow-x: auto;
}

.seatMap .sectionSeatMap .seatRow {
    float: left;
    clear: left;
    white-space: nowrap;
    width: auto;
    margin: 0 10px;
    padding-right: 100px;
}

.seatMap .sectionSeatMap .seatRow:hover {
    box-shadow: 0 0 2px 0 #000;
    border-radius: 5px;
}

.seatMap .sectionSeatMap .seatRow .seat {
    display: inline-block;
    position: relative;
    opacity: .8;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    margin: 0 1px 1px 0;
    padding-top: 5px;
    background-color: #8bc34a;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.seatMap .sectionSeatMap .seatRow .seat:hover {
    opacity: 1;
    box-shadow: 0 0 2px 0 #000;
}

.seatMap .sectionSeatMap .seatRow .disabled {
    visibility: hidden;
}

.seatMap .sectionSeatMap .seatRow .reserved {
    background-color: #9e9e9e;
}

.seatMap .sectionSeatMap .seatRow .sold {
    background-color: #f44336;
}

.seatMap .sectionSeatMap .seatRow .picked {
    background-color: #ffc107;
}

.seatMap .sectionSeatMap .seatRow .justoffice {
    background-color: #5eb9cd!important;
}

.seatMap .sectionSeatMap .seatRow .seat .seat-notes {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .7);
}

.seat-sel .smap-places {
    float: left;
}

.manualDesc {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.manualDesc span {
    font-size: 14px;
    float: left;
}

.manualDesc p {
    font-size: 14px;
    float: right;
    text-align: center;
    padding: 2px 10px;
    margin-left: 5px;
    line-height: 16px;
    border-radius: 5px;
}

.manualDesc p.free {
    background-color: #8bc34a;
}

.manualDesc p.sold {
    background-color: #f44336;
}

.manualDesc p.reserved {
    background-color: #9e9e9e;
}

.manualDesc p.picked {
    background-color: #ffc107;
    color: #333;
}

.manualDesc p.justoffice {
    background-color: #5eb9cd;
}

.sales-form .tk-pay {
    border: none;
}

.sales-form .tk-pay .radio-inline {
    font-size: 16px;
    margin: 0 25px 0 0;
    background-color: #fefefe;
    padding: 2px 10px 0 30px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.sales-form .tk-pay .checkbox-inline {
    font-size: 16px;
    margin: 0 25px 0 0;
    background-color: #fefefe;
    padding: 2px 10px 0 30px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.sales-form .tk-pay .radio-inline.rselected {
    background: #5bc0de;
    color: #fff;
    font-weight: bold;
}

.sales-form .tk-pay .checkbox-inline.rselected {
    background: #5bc0de;
    color: #fff;
    font-weight: bold;
}


.sales-form .resume {
    float: left;
    width: 100%;
    background: #f3f5f7;
    border-top: 1px solid #dadfe4;
    padding: 15px;
}

.sales-form .resume>div {
    font-size: 16px;
    margin-bottom: 3px;
}

.sales-form .resume>div>span.note {
    color: #ff0000;
}

.sales-form .resume>div.tickets {}

.sales-form .resume>div.tickets span {}

.sales-form .resume>div.seats {}

.sales-form .resume>div.seats span {}

.sales-form .resume>div.price {
    font-weight: 600;
}

.sales-form .resume>div.price span {}

.sales-form .resume .generate-tickets {
    font-weight: 600;
    font-size: 20px;
    padding: 5px 30px;
    background: #ffd100;
    color: rgba(0, 0, 0, .8);
    margin-top: 5px;
}

.sales-form .resume .generate-tickets:hover {
    background: #eec000;
}


/************* PACKAGES **************/

.package-list {
    float: left;
    width: 100%;
    margin-top: 44px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 44px);
}

.package-list .scrollbar-vertical {
    position: absolute;
    top: 5px;
    right: 0;
    height: calc(100vh - 54px);
    width: 14px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.package-list ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 20px 15px;
}

.package-list ul li {
    float: left;
    width: 24%;
    cursor: pointer;
    margin: 0 1% 20px 0;
}

.package-list ul li:hover {
    opacity: .8
}

.package-list ul li:before {
    content: '';
    float: right;
    width: 1px;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    border-top: 15px solid #f7f7f7;
    border-right: 15px solid #f7f7f7;
    border-bottom: 15px solid rgba(0, 0, 0, .2);
    border-left: 15px solid rgba(0, 0, 0, .2);
}

.package-list ul li img {
    float: left;
    width: 30%;
    margin: 0px 35% 0;
}

.package-list ul li h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px
}

.package-list ul li h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px 0;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.package-list ul li:nth-child(4n+1) {
    clear: left;
}

.package-list ul li:nth-child(8n+1) {
    background-color: #03a9f4;
}

.package-list ul li:nth-child(8n+2) {
    background-color: #e91e63;
}

.package-list ul li:nth-child(8n+3) {
    background-color: #4caf50;
}

.package-list ul li:nth-child(8n+4) {
    background-color: #ff9800;
}

.package-list ul li:nth-child(8n+5) {
    background-color: #ff5722;
}

.package-list ul li:nth-child(8n+6) {
    background-color: #cddc39;
}

.package-list ul li:nth-child(8n+7) {
    background-color: #3f51b5;
}

.package-list ul li:nth-child(8n+8) {
    background-color: #9c27b0;
}

.package-sale {
    float: left;
    width: 100%;
    margin-top: 44px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 44px);
}

.package-sale .pack-info {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 0px;
    border-bottom: 1px solid #d0d6dd;
}

.package-sale .scrollbar-vertical {
    position: absolute;
    top: 85px;
    right: 0;
    height: calc(100vh - 135px);
    width: 14px;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.package-sale .pack-info>div {
    float: left;
    border-right: 1px solid #d0d6dd;
    min-height: 79px;
    padding: 0 30px;
}

.package-sale .pack-info>div img,
.pack-info>div span {
    float: left;
}

.package-sale .pack-info .league {
    padding-top: 23px;
    font-size: 20px;
    font-weight: 600;
}

.package-sale .pack-info .package {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.package-sale .pack-info .matches {
    float: right;
    padding-top: 25px
}

.package-sale .pack-info .matches a {
    color: #009b48;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.package-sale>.matches {
    position: absolute;
    float: left;
    right: 0;
    z-index: 20;
    background-color: #f3f5f7;
    height: 100%;
    box-shadow: 0 0 5px 0 #666;
    max-width: 450px
}

.package-sale>.matches div {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 0px;
    border-bottom: 1px solid #d0d6dd;
    height: 80px;
    padding: 25px 20px 0;
}

.package-sale>.matches div a {
    color: #009b48;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.package-sale>.matches ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    list-style: none;
}

.package-sale>.matches ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.package-sale>.matches ul li p {
    float: left;
    width: 65%;
    color: #000;
    margin: 0;
    font-size: 12px;
}

.package-sale>.matches ul li span {
    float: right;
    width: 35%;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-align: right;
}


/************* SALE COMPLETED **************/

.sale-completed {
    float: left;
    width: 100%;
    margin-top: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 44px);
}

.scrollbar-vertical.tickets-detail-scrl {
    top: 50px;
    height: calc(100vh - 54px);
}

.sale-completed .match-info {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 15px 0 20px;
    border-bottom: 1px solid #d0d6dd;
}

.sale-completed .match-info>div {
    float: left;
    width: 30%;
    margin: 0 35%;
    border: none;
    text-align: center;
    height: auto;
}

.sale-completed .match-info>div img,
.match-info>div span {
    float: left;
    width: 100%;
}

.sale-completed .match-info .teams {
    padding: 0;
    height: auto;
}

.sale-completed .match-info .teams div {
    float: left;
    height: auto;
    text-align: center;
    width: 40%;
}

.sale-completed .match-info .teams div img {
    float: none;
    height: 80px;
    width: auto;
    display: inline-block;
}

.sale-completed .match-info .teams div span {
    float: left;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    padding: 0;
}

.sale-completed .match-info .teams .league {
    padding-top: 23px;
    width: 20%;
    text-align: center;
}

.sale-completed .match-info .teams .league img {
    float: none;
    width: auto;
    height: 40px;
    display: inline-block;
}

.sale-completed .match-info .additional {
    height: auto;
    border-top: 1px dashed;
    padding: 10px 0 0;
}

.sale-completed .match-info .match-date {
    float: left;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sale-completed .pack-info {
    float: left;
    width: 100%;
    background-color: #e7ebf0;
    padding: 20px 0 20px;
    border-bottom: 1px solid #d0d6dd;
}

.sale-completed .pack-info>div {
    float: left;
    width: 30%;
    margin: 0 35%;
    border: none;
    text-align: center
}

.sale-completed .pack-info>div img,
.pack-info>div span {
    float: left;
    width: 100%;
}

.sale-completed .pack-info .league {
    float: left;
    font-size: 18px;
}

.sale-completed .pack-info .league img {
    max-width: 100px;
    float: none;
}

.sale-completed .pack-info .league span {
    margin-top: 10px;
    color: #777
}

.sale-completed .pack-info .package {
    float: left;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
}

.sale-completed .pack-info .matches {
    float: left;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sale-completed .resume {
    float: left;
}

.sale-completed .resume>div {
    font-size: 16px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
    text-align: center;
}

.sale-completed .resume>div.tickets {
    margin-bottom: 5px;
}

.sale-completed .resume>div.tickets span {
    float: none;
}

.sale-completed .resume>div.seats {
    margin-bottom: 5px;
}

.sale-completed .resume>div.seats span {
    font-weight: 600;
}

.sale-completed .resume>div.seats span.seat {
    background-color: rgba(0, 0, 0, .05);
    float: none;
    padding: 2px 5px;
    font-weight: normal;
    margin: 5px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.sale-completed .resume>div.price {
    font-weight: 600;
    font-size: 18px;
}

.sale-completed .resume>div.price span {
    float: none;
}

.sale-completed .ticket-actions {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}

.sale-completed .ticket-actions .btn {
    padding-top: 10px;
    margin: 0 10px;
}

.sale-completed .ticket-actions .btn span {
    font-size: 28px;
}

.sale-completed .ticket-actions>span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sale-completed .continue-selling {
    font-size: 22px;
    cursor: pointer;
    padding: 5px 30px;
    text-decoration: none;
    color: #333;
    background-color: #e5e5e5;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sale-completed .continue-selling:hover {
    background-color: #e0e0e0;
}


/******** SALES SUMMARY ********/

.sales-summary {
    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 104px);
}

.scrollbar-vertical.scrl-summary {
    top: 65px;
    height: calc(100vh - 114px);
}

.sales-summary h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
}

.sales-summary p {
    float: left;
    width: 50%;
    font-size: 16px;
    padding: 5px 20px;
}

.sales-summary p.filter {
    text-align: right;
}

.sales-summary p.lastSale {}

.sales-summary p.text-center {
    width: 100%;
}

.sales-summary div.boxes {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.sales-summary div.boxes>div {
    float: left;
    width: 26%;
    margin: 0 3.5% 10px 3.5%;
    background-color: rgba(0, 87, 184, .7);
    border-radius: 10px;
}

.sales-summary div.boxes>div h2 {
    color: #fff;
    float: left;
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
}

.sales-summary div.boxes>div h3 {
    float: right;
    color: #fff;
    margin: 10px;
    font-size: 24px;
    font-weight: 300;
}

.sales-summary div.boxes>div h3 span {
    font-size: 40px
}

.sales-summary div.boxes>div h4 {
    float: left;
    clear: left;
    margin: 0 0 10px 10px;
    color: #f4f4f4
}

.sales-summary div.boxes>div:first-child {
    border-radius: 10px;
}

.sales-summary .table-container {
    float: left;
    width: 90%;
    margin: 20px 5% 20px 5%;
    height: auto;
}

.sales-summary .table-container h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #555;
    margin: 0 0 20px 0;
}

.sales-summary button {
    position: absolute;
    top: 20px;
    right: 35px;
}


/*<div class="sales-summary">
        <h1>Sales summary</h1>
        <p class="filter">From <strong>{{summary.filters.from | date:'dd.MM.yyyy'}}</strong> to <strong>{{summary.filters.to | date:'dd.MM.yyyy'}}</strong></p>
        <p class="lastSale">Last registered sale: <strong>{{summary.data.last_sale_date}}.</strong></p>
        <div class="boxes">
            <div>
                <h2>Total sales</h2>
                <h3>kr <span>{{summary.data.total_price}}</span></h3>
                <h4>{{summary.data.total_sales}} Sales</h4>
            </div>
            <div>
                <h2>Cash sales</h2>
                <h3>kr <span>{{summary.data.cash_sales_price}}</span></h3>
                <h4>{{summary.data.cash_sales}} Sales</h4>
            </div>
            <div>
                <h2>Credit card sales</h2>
                <h3>kr <span>{{summary.data.card_sales_price}}</span></h3>
                <h4>{{summary.data.card_sales}} Sales</h4>
            </div>
        </div>
        <div class="table-container">
            <h2>Sales by event / type</h2>
            <div class="table-header">
                <div ng-repeat="clmn in summary.columns" ng-show="clmn.visible" ng-style="{width: clmn.width+'%'}">
                    <div>{{clmn.name}}</div>
                </div>
            </div>
            <div class="table-content">
                <div class="enabled" ng-repeat="item in summary.data.byType">
                    <div ng-bind-html="parceColumnData(clmn.code, item)" ng-repeat="clmn in summary.columns" ng-style="{width: clmn.width+'%'}" class="{{clmn.align}}">
                    </div>
                </div>
            </div>
        </div>
        <button type="button" class="btn btn-yellow" ng-hide="true">Print summary</button>
    </div>*/


/************** MODAL ****************/

.modal-giant {
    width: 95%;
}

.modal-xlarge {
    width: 80%;
}

.modal-xlarge label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-content {
    background: #e9e9e9;
}

.panel {
    background: #f2f2f2;
    border-color: #ccc;
}

.panel hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border-color: #ddd;
}

.panel-spinner {
    float: left;
    width: 32px;
    height: 32px;
    background: url('../img/ajax-loader.gif') top left no-repeat;
}

.modal-header {
    border-color: #ccc;
}

.modal-header span.message {
    color: #ff0000;
    float: left;
    margin: 10px 0 0
}

;
.modal-header .panel-spinner {
    float: left;
}

;
.modal-body .overlayer {
    position: absolute;
    background-color: rgba(200, 200, 200, .5);
    width: 100%;
    height: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
}

.supp-modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.supp-modal .modal-header {
    background-color: rgba(0, 87, 184, 0.7);
    border: none;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.supp-modal .modal-header h3 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.supp-modal .modal-body {
    padding: 35px 20px 45px;
    font-size: 16px;
}

.supp-modal .modal-footer {
    padding: 20px;
}

.supp-modal .modal-footer .btn {
    font-size: 14px;
    margin: 0 10px 0 0;
    border: none;
    font-weight: 600;
    padding: 5px 20px;
    float: left;
}

.supp-modal .modal-footer .btn-yellow {}

.supp-modal .modal-footer .btn-default {
    background-color: #e5e5e5
}

.supp-modal .modal-footer .btn-default:hover {
    background-color: #e0e0e0;
}

.btn-custom {
    background: none;
    border: none;
    padding: 0 3px;
    opacity: .5;
    font-size: 16px;
    text-align: center;
}

.btn-custom:hover {
    opacity: 1;
}

.btn-custom.activated {
    opacity: 1;
}

.btn-custom span.glyphicon {
    padding: 0 2px!important;
    float: none!important;
}

.dropdown-header-title {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.dropdown-menu li a {
    cursor: pointer;
}

.dropdown-menu li input {
    width: auto!important;
}

.upload-badge {
    position: absolute;
    top: 0;
    height: 15px;
    right: 0;
    margin: 0;
    padding: 0!important;
    z-index: 2;
    font-family: "Arial";
    color: #cc0000;
    font-size: 14px;
    line-height: 13px;
    text-shadow: 0 0 3px #fff;
    font-weight: 600;
}

.list-load-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 4000;
}

.list-load-overlay:not(.has-message) {
    background-image: url(../img/ajax-loader-dark.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.list-load-overlay .loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 300px;
}

.list-load-overlay .loading-message .loading-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.list-load-overlay .loading-message p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.notifications {
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    border-top-right-radius: 10px;
    padding: 5px 10px;
    z-index: 50000;
    max-width: 50%;
}

.notifications div {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

.notifications div p {
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.notifications div span {
    color: #E4FC08;
    font-size: 14px;
    margin-right: 5px;
}

.notifications a {
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: #E4FC08;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 12px;
    margin: 3px 0 0 10px;
}

.notifications a:hover {
    background-color: #444;
}

.arena-layout {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 134px);
}

.arena-layout div {
    float: left;
}

.arena-layout .left {
    float: left;
    width: 30%;
    padding-bottom: 10px;
}

.arena-layout .stadium {
    /* STHANDBALL EXCLUSIVE CHANGES */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 71%;
    width: 90%;
    margin: 20px 5%;
    position: relative;
    background: url("../img/arena-area.png") center center no-repeat;
    background-size: 100%;
}

.arena-layout .stadium:before {
    width: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    height: 100%;
    background: url("../img/arena-field.png") no-repeat;
    background-size: 68%;
    background-position: 22% 32%;
}

.arena-layout .stadium a {
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.arena-layout .stadium a span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}

.arena-layout .stadium a:hover {
    opacity: .9;
}

.arena-layout .stadium a:hover span {
    opacity: .5;
}

.arena-layout .stadium .ssec-a {
    top: 68%;
    left: 57.5%;
    width: 22%;
    height: 7.5%;
    background-image: url(../img/section-a.png);
    z-index: 2;
}

.arena-layout .stadium .ssec-a span {
    top: 8%;
    left: 43%;
}

.arena-layout .stadium .ssec-b {
    top: 68%;
    left: 29%;
    width: 24%;
    height: 7.5%;
    background-image: url(../img/section-b.png);
    z-index: 1;
}

.arena-layout .stadium .ssec-b span {
    top: 8%;
    left: 43%;
}

.arena-layout .stadium .ssec-c {
    top: 68%;
    left: 4.5%;
    width: 20%;
    height: 7.5%;
    background-image: url(../img/section-c.png);
    z-index: 1;
}

.arena-layout .stadium .ssec-c span {
    top: 8%;
    left: 43%;
}

.arena-layout .stadium .ssec-d {
    top: 77.5%;
    left: 42%;
    width: 47%;
    height: 18%;
    background-image: url(../img/section-d.png);
    z-index: 2;
}

.arena-layout .stadium .ssec-d span {
    top: 35%;
    left: 38%;
}

.arena-layout .stadium .ssec-e {
    top: 77.5%;
    left: 4.5%;
    width: 35.3%;
    height: 18%;
    background-image: url(../img/section-e.png);
    z-index: 2;
}

.arena-layout .stadium .ssec-e span {
    top: 35%;
    left: 38%;
}

.arena-layout .stadium .ssec-f {
    top: 1.2%;
    left: .4%;
    width: 30%;
    height: 11%;
    background-image: url(../img/section-f.png);
    z-index: 2;
}

.arena-layout .stadium .ssec-f span {
    top: 25%;
    left: 58%;
}

.arena-layout .stadium .ssec-g {
    top: 1.2%;
    left: 43.3%;
    width: 35%;
    height: 11%;
    background-image: url(../img/section-g.png);
    z-index: 4;
}

.arena-layout .stadium .ssec-g span {
    top: 25%;
    left: 45%;
}

.arena-layout .right {
    float: left;
    width: 70%;
    padding-bottom: 10px;
    min-height: 400px;
}

.arena-layout .right .pick-sec {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin-top: 50px;
    color: rgba(0, 0, 0, .3);
}

.arena-layout .seatMap {
    float: left;
    width: 99%;
    position: relative;
    text-align: center;
}

.arena-layout .seatMap .sectionSeatMap {
    width: 100%;
    white-space: nowrap;
    float: left;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.arena-layout .seatMap .sectionSeatMap .sectionRowNos {
    float: left;
    width: 3%;
    background: #ccc;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.arena-layout .seatMap .sectionSeatMap .sectionRowNos span {
    float: left;
    width: 100%;
    height: 28px;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 2px 10px 0px;
}

.arena-layout .seatMap .sectionSeatMap .sectionRows {
    float: left;
    width: 97%;
    padding: 5px 0;
    overflow-x: auto;
}

.arena-layout .seatMap .sectionSeatMap .seatRow {
    float: left;
    clear: left;
    white-space: nowrap;
    width: auto;
    margin: 0 10px;
}

.arena-layout .seatMap .sectionSeatMap .seatRow:hover {
    box-shadow: none;
    border-radius: 0px;
}

.arena-layout .seatMap .sectionSeatMap .seatRow .seat {
    display: inline-block;
    opacity: .8;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 1px 1px 0;
    border-radius: 25%;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.arena-layout .seatMap .sectionSeatMap .seatRow .seat:hover {
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-0 {
    visibility: hidden
}


/* DISABLED */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-1 {
    background-color: #8bc34a;
}


/* FREE */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-2 {
    background-color: #9e9e9e;
}


/* RESERVED ON BOOKING */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-3 {
    background-color: #f44336;
}


/* SOLD */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-4 {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    line-height: 24px;
}


/* FOR RESELL */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-5 {
    background-color: #0057B8;
    color: #fff;
}


/* RESERVED FOR MEMBER */

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-6 {
    background-color: #FFF;
    border: 2px solid #0057B8;
    line-height: 24px;
}


/* RESERVED FOR COMPANY*/

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-7 {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    line-height: 24px;
}


/* RESERVED FOR VIP*/

.arena-layout .seatMap .sectionSeatMap .seatRow .seat-8 {
    background-color: #f44336;
    border: 2px dashed #000;
    line-height: 24px;
}


/* SOLD AND REDEEMED */

.arena-layout .seatMap .sectionSeatMap .seatRow .picked {
    opacity: 1;
    border-radius: 50%;
}

.arena-layout .section-info {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 18px;
    color: #555;
    padding-right: 30px;
}

.arena-layout .section-info span {
    font-size: 24px;
    color: #000;
}

.arena-layout .section-info a {
    float: right;
    margin-top: 0;
}

.arena-layout .manualDesc p {
    float: left;
    margin: 0 10px 15px 0;
    opacity: .8;
    color: #000;
    padding: 4px 10px;
}

.arena-layout .manualDesc p.free {
    background-color: #8bc34a;
}

.arena-layout .manualDesc p.reserved {
    background-color: #9e9e9e;
}

.arena-layout .manualDesc p.sold {
    background-color: #f44336;
}

.arena-layout .manualDesc p.for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    padding: 2px 10px;
}

.arena-layout .manualDesc p.reserved-member {
    background-color: #0057B8;
    color: #fff;
}

.arena-layout .manualDesc p.reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.arena-layout .manualDesc p.reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.arena-layout .manualDesc p.sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    padding: 2px 10px;
}

.arena-layout .right .manualDesc p {
    font-size: 12px;
}

.arena-layout .right .seatMap {
    width: 95%;
}

.arena-layout .right .seatMap .sectionSeatMap {
    background-color: #eee;
    border-radius: 10px;
    margin-bottom: 15px;
}

.arena-layout .right .seatMap .sectionSeatMap .seatRow .seat {
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 2px 2px 0;
    border-radius: 50%;
    cursor: default;
}

.arena-layout .right .seatMap .sectionSeatMap .seatRow .seat:hover {
    opacity: 1;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    cursor: default;
}

.arena-layout .bottom {
    padding: 0 10px;
    width: calc(100vw);
}

.arena-layout .bottom .section-info a {
    float: left;
    margin: 0 20px 0 0;
}

.arena-layout .bottom .section-info a span {
    font-size: 14px
}

.arena-layout .bottom .manualDesc {
    float: right;
    width: auto;
}

.arena-layout .bottom .seatMap {}

.arena-layout .bottom .seatMap .sectionSeatMap {}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRowNos {
    padding: 0 0 5px 0;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRowNos span {}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRowNos span:hover {
    box-shadow: 0 0 3px #000;
    cursor: pointer;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRowNos span.colnums {
    margin-bottom: 5px;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRowNos span.colnums:hover {
    box-shadow: none;
    cursor: default;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRows {
    float: left;
    width: 97%;
    padding: 0 0 5px 0;
    max-width: 97%;
    overflow-x: auto;
    width: calc(100vw - 5%);
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRows .colnums {
    float: left;
    clear: left;
    white-space: nowrap;
    width: auto;
    padding: 0 10px;
    margin-bottom: 3px;
    width: 1600px;
    background-color: #ccc;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRows .colnums .colnum {
    display: inline-block;
    opacity: .8;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 1px 1px 0;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.arena-layout .bottom .seatMap .sectionSeatMap .sectionRows .colnums .colnum:hover {
    box-shadow: 0 0 3px #000;
    cursor: pointer;
}

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow {
    float: left;
    clear: left;
    white-space: nowrap;
    width: auto;
    margin: 0 10px;
    width: 1600px
}

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow:hover {
    box-shadow: none;
    border-radius: 0px;
}

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat {
    display: inline-block;
    opacity: .8;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 1px 1px 0;
    border-radius: 25%;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat:hover {
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-0 {
    visibility: hidden
}


/* DISABLED */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-1 {
    background-color: #8bc34a;
}


/* FREE */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-2 {
    background-color: #9e9e9e;
}


/* RESERVED ON BOOKING */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-3 {
    background-color: #f44336;
}


/* SOLD */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-4 {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    line-height: 24px;
}


/* FOR RESELL */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-5 {
    background-color: #0057B8;
    color: #fff;
}


/* RESERVED FOR MEMBER */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-6 {
    background-color: #FFF;
    border: 2px solid #0057B8;
    line-height: 24px;
}


/* RESERVED FOR COMPANY*/

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-7 {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    line-height: 24px;
}


/* RESERVED FOR VIP*/

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .seat-8 {
    background-color: #f44336;
    border: 2px dashed #000;
    line-height: 24px;
}


/* SOLD AND REDEEMED */

.arena-layout .bottom .seatMap .sectionSeatMap .seatRow .picked {
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #000
}

.arena-layout .bottom .selection {
    background: #eee;
    width: 99%;
    margin-top: 10px;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 5px;
}

.arena-layout .bottom .selection .selected-seats {
    width: 55%;
    padding: 15px;
    border-right: 1px solid #ccc;
}

.arena-layout .bottom .selection .selection-action {
    width: 45%;
    padding: 15px;
    border-left: 1px solid #ccc;
}

.arena-layout .bottom .selection .selection-action .row {
    margin: 0 0 10px 0;
    width: 100%;
}

.arena-layout .bottom .selection .selection-action label {
    margin: 0 10px 10px 0;
    font-weight: normal;
}

.arena-layout .bottom .selection .selection-action select {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.arena-layout .bottom .selection .selection-action .free {
    background-color: #8bc34a;
    color: #000;
}

.arena-layout .bottom .selection .selection-action .sold {
    background-color: #f44336;
    color: #000;
}

.arena-layout .bottom .selection .selection-action .for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    color: #000;
}

.arena-layout .bottom .selection .selection-action .reserved-member {
    background-color: #0057B8;
    color: #fff;
}

.arena-layout .bottom .selection .selection-action .reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    color: #000;
}

.arena-layout .bottom .selection .selection-action .reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    color: #000;
}

.arena-layout .bottom .selection .selection-action .sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    color: #000;
}

.sales-by-seat {
    overflow-x: hidden;
    overflow-y: auto;
}

.sales-by-seat .tk-arena {
    width: 35%!important;
    border: none;
}

.sales-by-seat .tk-arena>div {
    padding-top: 30px;
}

.sales-by-seat .tk-qty.left-side,
.sales-by-seat .tk-seats.left-side,
.sales-by-seat .tk-pay.left-side,
.sales-by-seat .tk-scholder.left-side,
.sales-by-seat .tk-price.left-side,
.sales-by-seat .tk-final.left-side {
    float: left;
    margin-left: 1%;
}

.sales-by-seat .tk-qty {
    float: right;
    width: 63%!important;
    margin-right: 2%;
    background: #ececec;
    border-left: 2px solid #999;
    margin-top: 10px;
}

.sales-by-seat .tk-qty h3 span {
    font-size: 14px;
    margin-left: 20px;
    color: #555;
}

.sales-by-seat .tk-qty .category-amount {
    float: left;
    border: none;
    width: 220px;
    margin-right: 30px;
}

.sales-by-seat .tk-qty .category-amount label {
    float: left;
    width: 100%;
    margin: 0;
}

.sales-by-seat .tk-qty .category-amount label span {
    float: right;
    font-size: 13px;
}

.sales-by-seat .tk-qty .category-amount label span.subcr {
    float: none !important;
}

.sales-by-seat .tk-qty .category-amount input {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    text-align: right;
}

.sales-by-seat .tk-qty .btn {
    float: left;
    margin-top: 33px;
    font-weight: bold;
    font-size: 20px;
    padding: 2px 20px;
    clear:both
}

.sales-by-seat .tk-qty .category-amount.group-title {
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.sales-by-seat .tk-qty .category-amount.group-title .grptitle {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #777;
    cursor: pointer;
    opacity: .8;
}

.sales-by-seat .tk-qty .category-amount.group-title:hover {}

.sales-by-seat .tk-qty .category-amount.group-title:hover .grptitle {
    opacity: 1;
}

.sales-by-seat .tk-qty .category-amount.group-title .grptitle span {
    font-size: 22px;
    float: left;
    cursor: pointer;
}

.sales-by-seat .tk-qty .category-amount.group-title .grptitle label {
    font-size: 18px;
    float: left;
    width: auto;
    margin: 2px 0 0 10px;
    cursor: pointer;
}

.sales-by-seat .tk-qty .category-amount.group-title .grptitle.grp-selected {
    color: #3da3c1;
    opacity: 1;
}

.sales-by-seat .tk-qty .category-amount .pack-description {
    display: none;
}

.sales-by-seat .tk-qty .category-amount.is-pack {
    position: relative;
}

.sales-by-seat .tk-qty .category-amount.is-pack input {
    padding-right: 70px;
}

.sales-by-seat .tk-qty .category-amount.is-pack .pack-description {
    display: inline-block;
    position: absolute;
    color: #999;
    border-left: 1px solid #ccc;
    right: 0;
    bottom: 11px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding: 2px 5px;
    line-height: 14px;
    width: 60px
}

.sales-by-seat .tk-qty .category-amount.is-pack .pack-description span {
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #777;
    float: none;
    line-height: 10px;
    display: inline;
    margin: 0;
}

.sales-by-seat .tk-seats {
    float: right;
    width: 63%!important;
    margin-right: 2%;
    background: #ececec;
    border-left: 2px solid #999;
    margin-top: 10px;
}

.sales-by-seat .tk-seats .right {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.sales-by-seat .tk-seats .suggestion {
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
}

.sales-by-seat .tk-seats .suggestion>div {
    border-top: 1px solid #ccc;
    margin: 0;
    width: 100%;
    padding: 5px 10px 3px 0;
}

.sales-by-seat .tk-seats .suggestion>div:first-child {
    border: none!important;
}

.sales-by-seat .tk-seats .manualsugg {
    width: 50%;
    margin: 0 0 0 3%
}

.sales-by-seat .tk-seats .manualsugg label {
    font-size: 16px;
    float: left;
    margin: 0;
    padding: 0;
}

.sales-by-seat .tk-seats .manualsugg span {
    float: left;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0 0 5px 10px
}

.sales-by-seat .tk-seats .manualsugg button {
    float: right;
    margin: 10px 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 2px 20px
}

.sales-by-seat .tk-seats .manualsugg.fsize {
    width: 100%;
    margin: 0 0 0 0%
}

.sales-by-seat .tk-pay {
    float: right;
    width: 63%!important;
    margin-right: 2%;
    background: #ececec;
    padding-top: 20px;
    border-left: 2px solid #999;
    margin-top: 10px;
}

.sales-by-seat .tk-pay h3 {
    display: inline;
    width: auto;
    margin-right: 50px;
}

.sales-by-seat .tk-pay label {
    font-size: 18px!important;
}

.sales-by-seat .tk-price {
    float: right;
    width: 63%!important;
    margin-right: 2%;
    background: #ececec;
    padding-top: 20px;
    border-left: 2px solid #999;
    margin-top: 10px;
}

.sales-by-seat .tk-price h3 {
    display: inline;
    width: auto;
    margin: 4px 50px 10px 0;
}

.sales-by-seat .tk-price .price {
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #c63939;
    font-weight: bold;
}

.sales-by-seat .tk-price .price .overwrite {
    text-decoration: line-through;
}

.sales-by-seat .tk-price .custom-price {
    border-left: 2px solid #999;
    float: left;
    margin: 0 0 0 100px;
    padding: 0 0 0 30px;
}

.sales-by-seat .tk-price .custom-price label {
    font-size: 18px;
    float: left;
    padding: 5px 0 0 15px;
}

.sales-by-seat .tk-price .custom-price label input {
    float: left;
    width: 17px;
    height: 17px;
    margin: 2px 0 0 -25px;
    padding: 0
}

.sales-by-seat .tk-price .custom-price .input-group {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    width: 150px;
}

.sales-by-seat .tk-price .custom-price .input-group span {
    border-color: #999;
}

.sales-by-seat .tk-price .custom-price .input-group input {
    border: 1px solid #999;
    font-size: 16px;
    text-align: right;
}

.sales-by-seat .tk-scholder {
    float: right;
    width: 63%!important;
    margin-right: 2%;
    background: #ececec;
    padding-top: 10px;
    border-left: 2px solid #999;
    margin-top: 10px;
}

.sales-by-seat .tk-scholder h3 {
    float: left;
    width: 100%;
    padding-top: 10px
}

.sales-by-seat .tk-scholder .clm {
    float: left;
    width: 30%;
}

.sales-by-seat .tk-scholder .clm:nth-child(3) {
    width: 40%;
}

.sales-by-seat .tk-scholder .clm span {
    float: left;
    width: 100%;
    padding-right: 40px;
    font-style: italic;
}

.sales-by-seat .tk-scholder .form-field {
    width: 100%;
    float: left;
    clear: none;
    padding-right: 30px;
    margin-bottom: 0;
}

.sales-by-seat .tk-scholder .form-field label {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}

.sales-by-seat .tk-scholder .form-field input {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
}

.sales-by-seat .tk-scholder .form-field select {
    float: left;
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
}

.sales-by-seat .tk-scholder .form-field textarea {
    float: left;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
}

.sales-by-seat .tk-scholder .form-field.has-error label {
    color: #cc0000;
}

.sales-by-seat .tk-scholder .form-field.has-error input {
    color: #cc0000;
    border-color: #cc0000;
}

.sales-by-seat .tk-scholder .notes .form-field {
    padding-right: 0px
}

.sales-by-seat .tk-scholder .notes {
    width: 80% !important
}

.sales-by-seat .tk-scholder .notes-left {
    width: 20% !important
}

.sales-by-seat .tk-final {
    float: right;
    width: 63%!important;
    margin: 10px 2% 30px 0;
}

.sales-by-seat .tk-final .generate-tickets {
    float: left;
    font-weight: 600;
    font-size: 20px;
    padding: 2px 30px;
    background: #ffd100;
    color: rgba(0, 0, 0, .8);
    margin-top: 0px;
    margin-right: 15px;
}

.sales-by-seat .tk-final .generate-tickets:hover {
    background: #eec000;
}

.sales-by-seat .tk-final .gtprint {
    background: #FF9800;
}

.sales-by-seat .tk-final .gtprint:hover {
    background: #c77907;
}

.court-note {
    float: right;
    width: 97%;
    font-size: 18px;
    background-color: #bbb;
    color: #eee;
    padding: 5px;
    border-bottom-right-radius: 10px;
}

.stadium-svg {
    padding: 0;
}

.stadium-svg .row .col {
    padding: 0;
}

.stadium-svg .scaling-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    background-color: none;
}

.stadium-svg .scaling-svg-container svg {
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.stadium-svg .scaling-svg-container svg g#field {
    fill-opacity: .6;
}

.stadium-svg .scaling-svg-container svg g.section a {
    cursor: pointer;
}

.stadium-svg .scaling-svg-container svg g.section a path {
    fill-opacity: .3;
    stroke-width: 1;
    stroke-opacity: .5;
    stroke-dasharray: 5, 5;
    /*
          -webkit-transition: all 1s ease-out;
          -moz-transition: all 1s ease-out;
          -ms-transition: all 1s ease-out;
          -o-transition: all 1s ease-out;
          transition: all 1s ease-out;*/
}

.stadium-svg .scaling-svg-container svg g.section a text {
    fill-opacity: .5;
    font-size: 40px;
    font-weight: bold;
}

.stadium-svg .scaling-svg-container svg g.section a:hover {
    text-decoration: none;
}

.stadium-svg .scaling-svg-container svg g.section a:hover path {
    fill-opacity: .7;
    stroke-opacity: .7;
    stroke-width: 1;
}

.stadium-svg .scaling-svg-container svg g.section a:hover text {
    fill-opacity: .7;
    text-decoration: none
}

.stadium-svg .scaling-svg-container svg g.section a:hover text+.section_hover {
    display: block;
    color: red;
}

.stadium-svg .scaling-svg-container svg g.section.section-sel path {
    stroke-dasharray: 0;
    fill-opacity: 1;
    stroke-opacity: 1;
    stroke-width: 2;
}

.stadium-svg .scaling-svg-container svg g.section.section-sel text {
    fill-opacity: 1;
}

.stadium-svg .scaling-svg-container svg g.section.not-available path {
    fill-opacity: .3;
    fill: #999;
}

.stadium-svg .scaling-svg-container svg g.section.not-available text {
    fill-opacity: .2;
}

@media (max-width: 1700px) {
    .modal-xlarge {
        width: 90%;
    }
}

@media (max-width: 1550px) {}

@media (max-width: 1440px) {
    .modal-body>.row>.col-md-4 {
        width: 25%;
    }
    .modal-body>.row>.col-md-8 {
        width: 75%;
    }
    .modal-xlarge {
        width: 95%;
    }
    .modal-xlarge .form-group label {
        font-size: 12px;
    }
}

@media (max-width: 1366px) {
    .modal-xlarge .row .row {
        margin: 5px -5px!important;
    }
    .modal-xlarge .form-group {
        padding: 0 5px;
    }
    .table-container .table-content>div>div img {
        float: left;
        height: 40px;
        padding: 0 12px 0 0;
    }
    #ticketsTable>div>div span {
        float: left;
        font-size: 14px;
        padding: 12px 0;
    }
    #ticketsTable>div>div:nth-child(2) img {
        height: 25px;
        margin: 10px 0 0 0;
    }
    #ticketsTable>div>div span.price {
        padding: 0px 5px 0 0;
    }
    #ticketsTable>div>div span.paid {
        padding: 0 5px 0px 0;
    }
}

.ticket-status-1,
.ticket-status-7 {
    background: rgba(13, 158, 0, 0.33);
    /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(13, 158, 0, 0.33));
    /* Standard syntax */
}

.ticket-status-2 {
    background: rgba(247, 239, 94, 0.72);
    /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(247, 239, 94, 0.72));
    /* Standard syntax */
}

.ticket-status-3,
.ticket-status-5 {
    background: rgba(255, 0, 0, 0.24);
    /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
    /* Standard syntax */
    color: black;
}

.ticket-status-4,
.ticket-status-6,
.ticket-status-8 {
    background: rgba(130, 0, 0, 0.65);
    /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(130, 0, 0, 0.65));
    /* Standard syntax */
    color: black;
}

.with-float-chk {
    position: relative;
    padding-left: 20px;
}

.with-float-chk input[type="checkbox"] {
    position: absolute;
    left: 0px;
}

.with-rfloat-button {
    position: relative;
}

.with-rfloat-button button {
    position: absolute;
    right: -20px;
    top: 2px;
}

.with-final-icon {
    position: relative;
}

.with-final-icon span.glyphicon {
    position: absolute;
    right: -20px;
}

.ticket-chanels span {
    width: 20%;
}

.ticket-chanels span img {
    float: left;
    width: auto;
    height: 100%;
    max-height: 20px;
}

.tk-final .col1 {
    float: left;
    width: 45%;
}

.tk-final .col1-season {
    float: left;
    width: 25%;
}

.tk-final .col2 {
    width: 45%;
    float: right;
    text-align: right;
}

.tk-final .col2-season {
    width: 25%;
    float: left;
    text-align: left;
}

.tk-final .col2 input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.tk-final .col3 {
    width: 45%;
    float: left;
}

.tk-final .col3-season {
    width: 45%;
    float: right;
    margin-right: 0px;
}

.tk-final .col4 {
    width: 45%;
    float: right;
    text-align: right;
}

.tk-final .input-group {
    margin-bottom: 15px;
}

.sales-by-seat .tk-final .col3-season .generate-tickets {
    margin-right: 0;
}

.hdbefore {
    margin: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
}

.sold-lists-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 125px);
}

.match-list.table-sold-tickets .filters {
    padding: 0;
}

.match-list.table-sold-tickets .filters>div {
    float: left;
    margin: 20px 30px 20px 20px;
    position: relative;
}

.match-list.table-sold-tickets .filters a.filter-dropdown {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.match-list.table-sold-tickets .filters a.filter-dropdown.opened {
    border: 1px solid #a1a4a8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.match-list.table-sold-tickets .filters>div>div {
    float: left;
    min-width: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
    margin: 0;
    z-index: 100;
    border: 1px solid #cfd3d8;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .1);
}

.match-list.table-sold-tickets .filters>div>div ul {
    float: left;
    margin: 0;
    min-width: 200px;
    list-style: none;
    padding: 5px 0;
    max-height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
}

.match-list.table-sold-tickets .filters>div>div ul li {
    float: left;
    width: 100%;
}

.match-list.table-sold-tickets .filters>div>div ul li a {
    float: left;
    width: 100%;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
}

.match-list.table-sold-tickets .filters>div>div ul li a:hover {
    background-color: #d5d5d5;
}

.match-list.table-sold-tickets .filters>div>div ul li.selected a {
    background-color: #e0e0e0;
}

.match-list.table-sold-tickets .filters>div.seatmap-viewer {
    float: right;
    margin: 15px 30px 10px 0;
}

.match-list.table-sold-tickets .filters>div.seatmap-viewer .btn {
    background-color: #333;
    color: #fff;
    font-weight: bold;
}

.match-list.table-sold-tickets .filters>div.seatmap-viewer .btn span {
    margin-right: 5px;
}

.col-xs-1h {
    width: 12.5% !important;
}

.col-xs-name {
    width: 16.5% !important;
}

.col-xs-1hs {
    width: 15.5% !important;
}

.col-xs-1es {
    width: 9% !important;
    padding: 0;
}

.col-xs-1ps {
    width: 6% !important;
}

.col-xs-1hh {
    width: 10% !important;
}

.col-xs-2h {
    width: 20.83333% !important;
}

.col-xs-3h {
    width: 8% !important;
}

.col-xs-4h {
    width: 13.66666667% !important;
}

.col-xs-5h {
    width: 14.5% !important;
}

.sold-ticket-list {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.sold-ticket-list .table-header {
    border-bottom: solid 1px rgba(128, 128, 128, 0.48);
    margin: 5px -30px 0;
    padding: 0 30px 5px 30px;
    font-weight: bold;
}

.sold-ticket-list .table-header:hover {
    color: grey;
    cursor: pointer;
}

.sold-ticket-list .table-header>div>div {
    font-size: 12px;
    cursor: pointer;
}

.sold-ticket-list .table-header>div>div.asc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 7px;
}

.sold-ticket-list .table-header>div>div.desc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 7px;
}

.sold-ticket-list .table-header>div.text-right>div.asc-order:after,
.sold-ticket-list .table-header>div.text-right>div.desc-order:after {
    left: auto;
    right: 0;
}

.sold-ticket-list .item-table {
    padding: 5px 0;
    border-bottom: solid 1px rgba(128, 128, 128, 0.48);
}

.sold-ticket-list .item-table:hover {
    background-color: rgba(128, 128, 128, 0.06);
    cursor: pointer;
}

.sold-ticket-list .item-table:hover.cursor-default {
    background-color: transparent;
    cursor: default;
}

.sold-ticket-list .item-table .btn-seat {
    background-color: #f9d2bd;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px
}

.sold-ticket-list .item-table .btn-seat:hover {
    background-color: #cecece;
}

.sold-ticket-list .logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.sold-ticket-list .logo-big {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.sold-ticket-list .team-name {
    font-size: 16px;
    font-weight: bold;
}

.sold-ticket-list .info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sold-ticket-list .description-name {
    padding-left: 10px;
    font-weight: bold;
}

.sold-ticket-list .datepicker-filters {
    position: absolute;
}

.sold-ticket-list .datepicker-filters .datepicker {
    position: absolute;
    margin-top: 10px;
    z-index: 30;
}

.sold-ticket-list .datepicker-filters .datepicker:last-child {
    left: 300px;
}

.sold-ticket-list .total-number {
    font-size: 16px;
}

.sold-ticket-list .rows-info {
    margin: 5px 0;
}

.buttons-tickets-sold button.btn-warning {
    margin-top: 5px;
}

.buttons-tickets-sold button.btn-danger {
    margin-top: 5px;
}

.buttons-tickets-sold .input-group {
    margin-top: 5px;
}

.sold-ticket-list .form-group .selector {
    display: inline-block;
    width: 300px;
    padding-top: 5px;
}

.sold-ticket-list .form-group .perpage-selector {
    width: 100px !important;
}

.sold-ticket-list .rows-info {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.sold-ticket-list .rows-info ul {
    margin-top: 0;
}

.buttons-tickets-sold .input-group-right {
    margin-top: 0px;
}

.buttons-tickets-sold .input-group-right button {
    background: url(../img/send_by_printed.svg) 10px center no-repeat #ffd100;
    padding-left: 35px !important;
    background-size: 20px auto !important;
    margin-top: 5px !important;
}

.buttons-tickets-sold .input-group-right button.btn-danger {
    background: url(../img/button-remove.svg) 10px center no-repeat #d9534f;
    color: #000;
}

.buttons-tickets-sold .input-group-right button.btn-redeem {
    background: url(../img/button-redeem.svg) 10px center no-repeat #ffd100;
}

.buttons-tickets-sold .input-group-right button.btn-digitalize {
    background: url(../img/send_to_phone.svg) 9px center no-repeat #ffd100;
}

.buttons-tickets-sold .input-group-right button.btn-editseat {
    background: #f9d2bd;
    padding-left: 10px!important;
}

.stadium-layout {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    background-color: #eee;
    min-height: calc(100vh - 160px);
    float: left;
}

.stadium-layout .loading-overlay {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../img/ajax.svg) center center no-repeat;
}

.stadium-layout .items-list {
    float: left;
    background-color: #555;
    border-bottom-right-radius: 10px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0 20px 0;
    width: 12%;
    box-shadow: 2px 2px 5px 0px #777;
}

.stadium-layout .items-list li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 90%;
    border-bottom: 1px solid #777;
    cursor: pointer;
}

.stadium-layout .items-list li:hover {
    background-color: #777;
}

.stadium-layout .items-list li span {
    font-size: 12px;
    color: #eee;
    padding: 2px 5px 2px 10px;
}

.stadium-layout .items-list li.current {
    background-color: #ccc;
    border: none;
    width: 95%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.stadium-layout .items-list li.current span {
    color: #555;
    font-weight: bold;
}

.stadium-layout .items-list li.title {
    cursor: default;
    border-bottom: none;
}

.stadium-layout .items-list li.title:hover {
    background-color: #555;
}

.stadium-layout .items-list li.subm span {
    padding: 2px 5px 2px 20px;
}

.stadium-layout .seating-area {
    float: left;
    width: 88%;
    padding: 0 15px;
}

.stadium-layout .seating-area .row-head {
    background-color: #a5a5a5;
}

.stadium-layout .seating-area .row-btn {
    background-color: #a5a5a5;
}

.stadium-layout .seating-area .row-btn a {
    float: right;
    margin: 10px 1%;
    padding: 3px;
    text-align: center;
    background-color: #2f5977;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 3px 15px;
}

.stadium-layout .seating-area .row-btn a:hover {
    background-color: #457698;
    text-decoration: none;
}

.stadium-layout .seating-area .row-desc {
    background-color: #a5a5a5;
    color: #ddd;
    border-bottom: 1px solid #ccc;
}

.stadium-layout .seating-area .row-desc .seat-width {
    float: left;
    border-right: 1px solid #ccc;
    width: 20px;
    text-align: center;
}

.stadium-layout .seating-area .row-desc .seat-width span {
    float: left;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
}

.stadium-layout .seating-area .row-desc .seat-width input {
    float: left;
    width: 100%;
    clear: both;
    border-radius: 0 !important;
    text-align: center;
    border: none;
    padding: 2px 0px !important;
    height: 20px;
    font-size: 12px;
    margin: 0 0 2px 0;
}

.stadium-layout .seating-area .row-foot {
    background-color: #ccc;
    color: #555;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px;
    border-bottom-left-radius: 10px;
}

.stadium-layout .seating-area .seatsrow {
    border-bottom: 1px solid #c4c4c4;
    background: #ddd;
    min-height: 26px;
}

.stadium-layout .seating-area .seatsrow span.rowno {
    line-height: 25px;
    color: #333;
}

.stadium-layout .seating-area .seatsrow input.seats-amount {
    border-radius: 0 !important;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    padding: 2px 5px !important;
    height: 25px;
}

.stadium-layout .seating-area .seatsrow input.row-display {
    border-radius: 0 !important;
    text-align: right;
    border-top: 0;
    border-bottom: 0;
    padding: 2px 5px !important;
    height: 25px;
}

.stadium-layout .seating-area .seatsrow a.delete-row {
    color: #cc0000;
    position: absolute;
    top: 4px;
    right: -5px;
    cursor: pointer;
    z-index: 100;
}

.stadium-layout .seating-area .seatsrow a.delete-row:hover {
    opacity: .5;
}

.stadium-layout .seating-area .seatsrow .seat {
    float: left;
    border: 0px solid #777;
    border-radius: 3px;
    width: 19px;
    margin: 3px 1px 2px 0;
    text-align: center;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #7a9e86;
    text-decoration: none;
    cursor: pointer;
}

.stadium-layout .seating-area .seatsrow .seat:hover {
    background-color: #93caa5;
}

.stadium-layout .seating-area .seatsrow .seat.inactive {
    opacity: .5;
}

.stadium-layout .seating-area .seat-nums {
    min-height: 40px;
}

.stadium-layout .seating-area .scroller {
    overflow-x: auto;
}

.stadium-layout .seating-area-match .row-head {
    background-color: #eee;
    padding: 10px 0 0 0;
}

.stadium-layout .seating-area-match .row-head .manualDesc {
    float: right;
    width: auto;
}

.stadium-layout .seating-area-match .row-head .manualDesc p {
    float: left;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 0 10px 5px;
    opacity: .8;
    color: #000;
    padding: 4px 10px;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.free {
    background-color: #8bc34a;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved {
    background-color: #9e9e9e;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.sold {
    background-color: #f44336;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    padding: 2px 10px;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved-member {
    background-color: #22068a;
    color: #fff;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved-member-int-ext {
    background-color: #0057B8;
    color: #fff;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    padding: 2px 10px;
}

.stadium-layout .seating-area-match .row-head .manualDesc p.reserved-seasoncard {
    background-color: #555;
    color: #fff;
    padding: 4px 10px;
}

.stadium-layout .seating-area-match .row-desc {
    background: #ddd;
    color: #ddd;
    border-radius: 10px;
    border: 2px solid #999;
}

.stadium-layout .seating-area-match .row-desc .rowlist {
    width: 4%;
}

.stadium-layout .seating-area-match .row-desc .rowlist .row:first-child .col-xs-12 {
    height: 28px;
    margin-bottom: 10px;
}

.stadium-layout .seating-area-match .row-desc .scroller {
    width: 95%;
    padding-bottom: 5px;
}

.stadium-layout .seating-area-match .row-desc .seat-width {
    float: left;
    border: 1px solid #ddd;
    width: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.stadium-layout .seating-area-match .row-selector {
    float: right;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: #999;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 4px 0;
}

.stadium-layout .seating-area-match .row-selector:hover {
    background-color: #777;
    text-decoration: none;
}

.stadium-layout .seating-area-match .seat-width .col-selector {
    float: right;
    margin: 0;
    width: 100%;
    padding: 3px;
    text-align: center;
    background-color: #999;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
}

.stadium-layout .seating-area-match .seat-width .col-selector:hover {
    background-color: #777;
    text-decoration: none;
}

.stadium-layout .seating-area-match .row-foot {
    background-color: #ccc;
    color: #555;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 20px;
}

.stadium-layout .seating-area-match .seatsrow {
    border: none;
    min-height: 29px;
}

.stadium-layout .seating-area-match .seatsrow .seat {
    float: left;
    width: 29px;
    margin: 0 1px 1px 0;
    text-align: center;
    font-size: 12px;
    height: 28px;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8 !important;
    line-height: 28px;
    margin: 0 1px 1px 0;
    border-radius: 25%;
    color: #000;
    padding: 0;
    /* DISABLED */
    /* FREE */
    /* RESERVED ON BOOKING */
    /* SOLD */
    /* FOR RESELL */
    /* RESERVED FOR INTERNAL AGENCY */
    /* RESERVED FOR MEMBER */
    /* RESERVED FOR COMPANY*/
    /* RESERVED FOR VIP*/
    /* SOLD AND REDEEMED */
}

.stadium-layout .seating-area-match .seatsrow .seat:hover {
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}

.stadium-layout .seating-area-match .seatsrow .seat.inactive {
    opacity: 0;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-0 {
    visibility: hidden;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-1 {
    background-color: #8bc34a !important;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-2 {
    background-color: #9e9e9e;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-3 {
    background-color: #f44336;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-4 {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    line-height: 24px;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-5 {
    background-color: #22068a;
    color: #fff;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-15 {
    background-color: #0057B8;
    color: #fff;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-6 {
    background-color: #FFF;
    border: 2px solid #0057B8;
    line-height: 24px;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-7 {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    line-height: 24px;
}

.stadium-layout .seating-area-match .seatsrow .seat.seat-8 {
    background-color: #f44336;
    border: 2px dashed #000;
    line-height: 24px;
}

.stadium-layout .seating-area-match .seatsrow .seat.picked {
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #000;
}

.stadium-layout .seating-area-match .seat-nums {
    min-height: 28px;
}

.stadium-layout .seating-area-match .row-selection {
    min-height: 80px;
    width: 85%;
    align-items: stretch;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #000;
    height: 100%;
    border-radius: 5px;
    margin: 20px 0 0 0;
    font-size: 14px;
}

.stadium-layout .seating-area-match .row-selection .sidepane {
    float: left;
    width: 50%;
    position: relative;
    padding: 10px;
}

.stadium-layout .seating-area-match .row-selection .sidepane .corner-title {
    font-weight: bold;
    font-size: 16px;
}

.stadium-layout .seating-area-match .row-selection .sidepane .seatbox {
    float: left;
    background-color: #a94742;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.stadium-layout .seating-area-match .row-selection .sidepane .corner-data {
    float: left;
    width: 90%;
    padding: 10px;
    border: 1px solid #a94742;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.stadium-layout .seating-area-match .row-selection .sidepane .corner-data p {
    margin: 0;
    width: 50%;
    float: left;
}

.stadium-layout .seating-area-match .row-selection .sidepane .corner-data p:nth-child(2n) {
    text-align: right;
}

.stadium-layout .seating-area-match .row-selection .sidepane .corner-data p span {
    border-radius: 3px;
    padding: 3px 10px;
    color: #a94742;
    font-weight: bold;
}

.stadium-layout .seating-area-match .row-selection .sidepane.selected-seat-info .corner-title {
    color: #a94742;
    float: right;
    margin: 10px 50px 0 0;
}

.stadium-layout .seating-area-match .row-selection .sidepane.selected-seat-info .absicon {
    color: #000;
    position: absolute;
    z-index: 2;
    top: 40%;
    right: -15px;
    font-size: 30px;
}

.stadium-layout .seating-area-match .row-selection .sidepane.replacement-seat .corner-title {
    color: #5f9a51;
    float: left;
    margin: 10px 0 0 50px;
}

.stadium-layout .seating-area-match .row-selection .sidepane.replacement-seat .seatbox {
    background-color: #5f9a51;
    float: right;
}

.stadium-layout .seating-area-match .row-selection .sidepane.replacement-seat .corner-data {
    float: right;
    border: 1px solid #5f9a51;
}

.stadium-layout .seating-area-match .row-selection .sidepane.replacement-seat .corner-data p span {
    color: #5f9a51;
}

.stadium-layout .seating-area-match .selection .selected-seats {
    width: 100%;
    padding: 15px;
}

.stadium-layout .seating-area-match .selection .selection-action {
    width: 100%;
    padding: 15px;
}

.stadium-layout .seating-area-match .selection .selection-action .row {
    margin: 0 0 10px 0;
    width: 100%;
}

.stadium-layout .seating-area-match .selection .selection-action label {
    margin: 0 10px 10px 0;
    font-weight: normal;
}

.stadium-layout .seating-area-match .selection .selection-action select {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.stadium-layout .seating-area-match .selection .selection-action .free {
    background-color: #8bc34a;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action .sold {
    background-color: #f44336;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action .for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action .reserved-member {
    background-color: #0057B8;
    color: #fff;
}

.stadium-layout .seating-area-match .selection .selection-action .reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action .reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action .sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    color: #000;
}

.stadium-layout .seating-area-match .selection .selection-action label[for="seat-notes"] {
    float: left;
}

.stadium-layout .seating-area-match .selection .selection-action textarea#seat-notes {
    width: 50%;
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    max-width: 100%;
    float: left;
}

.alert-disabled {
    opacity: .4;
}

.alert-disabled a {
    pointer-events: none;
}

.seat-statuses {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.seat-statuses p {
    float: left;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 0 5px 5px;
    opacity: .8;
    color: #000;
    padding: 4px 10px;
}

.seat-statuses p.free {
    background-color: #8bc34a;
}

.seat-statuses p.reserved {
    background-color: #9e9e9e;
}

.seat-statuses p.sold {
    background-color: #f44336;
}

.seat-statuses p.for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    padding: 2px 10px;
}

.seat-statuses p.reserved-member {
    background-color: #0057B8;
    color: #fff;
}

.seat-statuses p.reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.seat-statuses p.reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    padding: 2px 10px;
}

.seat-statuses p.sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    padding: 2px 10px;
}

.seat-statuses p span.counter-badge {
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 0 0 5px;
    box-shadow: 0 0 3px 0 #444 inset;
}

.modal-body.special-seat-selection {
    max-height: 70% !important;
    padding: 0;
    overflow-y: auto;
}

.modal-body.special-seat-selection .stadium-layout {
    min-height: auto;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat {
    position: relative;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-disabled {
    visibility: hidden;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-free {
    background-color: #8bc34a !important;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-seasoncard {
    background-color: #222;
    color: #fff;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-company-firma {
    background-color: #FFF;
    border: 2px solid #0057B8;
    line-height: 24px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-company-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    line-height: 24px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat>span.seat-notes {
    position: absolute;
    bottom: initial;
    left: initial;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.7);
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.picked {
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #000;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats {
    width: 100%;
    padding: 15px 0;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
    border-radius: 5px;
    background-color: #777;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li p {
    float: left;
    width: auto;
    text-align: center;
    background-color: #ddd;
    border-radius: 3px;
    margin: 5px;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li span {
    float: right;
    margin: 10px 5px 0 0;
    color: #fff;
    cursor: pointer;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li span:hover {
    color: #ccc;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li.empty {
    background: none;
    border: 2px dashed #777;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li.empty p {
    margin: 3px;
    padding: 3px 40px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range {
    float: left;
    margin: 7px 0 0 0;
    padding: 0;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #999;
    padding: 2px 10px;
    box-shadow: 0 0 3px #aaa;
    -moz-box-shadow: 0 0 3px #aaa;
    font-size: 16px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range span {
    float: left;
    padding: 0;
    font-size: 16px;
    margin-top: 2px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range p {
    float: left;
    margin: 0 0 0 5px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected {
    background-color: #4c89cd;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected span {
    color: #333;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected p {
    color: #fff;
}

.modal-body.special-seat-selection .nomargin {
    margin: 0 !important;
}

.modal-body.special-seat-selection .nopadding {
    padding: 0 !important;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .row-selection.selection {
    width: 100%;
    padding: 0;
    min-height: auto;
    border: none
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .row-selection.selection .selected-seats {
    width: 60%;
    padding: 0 5px 5px 5px;
}

.modal-body.special-seat-selection .stadium-layout .seating-area-match .row-selection.selection .selection-action {
    width: 40%;
    padding: 0 5px 5px 25px;
    border-left: 1px solid #ccc;
}

.match-seat-info {
    float: left;
    width: 40%;
    position: fixed;
    top: 0;
    left: 30%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 15px 2px #000;
    -moz-box-shadow: 0 0 15px 2px #000;
    color: #fff;
    pointer-events: none;
}

.match-seat-info span.seat-code {
    font-size: 18px;
    font-weight: bold;
}

.match-seat-info span.status {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.match-seat-info span.status.free {
    background-color: #8bc34a;
    color: #555;
}

.match-seat-info span.status.reserved {
    background-color: #9e9e9e;
    color: #222;
}

.match-seat-info span.status.sold {
    background-color: #f44336;
    color: #000;
}

.match-seat-info span.status.sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    padding: 2px 10px;
    color: #000;
}

.match-seat-info span.status.reserved-member {
    background-color: #0057B8;
    color: #fff;
}

.match-seat-info p {
    margin: 15px 0 0;
}

.match-seat-info p span {
    margin: 0 0 0 5px;
    background-color: #ccc;
    padding: 3px 10px;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
}

.section-lists-container {
    float: left;
    width: 96%;
    position: relative;
    overflow: hidden;
    background-color: #ececec;
    margin: 0px 10px;
    padding-top: 0px !important;
}

.section-list {
    float: left;
    width: 100%;
    padding: 5px 5px;
}

.section-list .table-header {
    border-bottom: solid 2px rgba(128, 128, 128, 0.48);
    margin: 0 10px;
    font-weight: bold;
}

.section-list .table-header-container {
    position: relative;
    height: 30px;
    padding: 0;
    margin: 0;
}

.section-list .table-header-item {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.section-list .table-header>div>div {
    font-size: 9px;
}

.section-list .item-table {
    padding: 5px 0;
    border-bottom: solid 0.5px rgba(128, 128, 128, 0.48);
    margin: 0 10px;
}

.section-list .item-table:hover {
    background-color: #b9d7ff;
    cursor: pointer;
}

.section-list .item-table:hover.cursor-default {
    background-color: transparent;
    cursor: default;
}

.section-list .item-table .bold {
    font-weight: bold;
}

.section_hover {
    display: none;
}

.section_tooltip {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    z-index: 1;
    height: 100px;
    width: 190px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    background-color: #b9d7ff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    display: none;
    font-weight: bold;
}

.section_tooltip.active {
    display: block;
    border: 1px solid lightgray;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .sup-modal-section .modal-lg {
        width: 90%;
    }
}

.padding-bottom {
    padding-bottom: 10px;
}
.padding-top {
    padding-top: 10px;
}

.event-list-league {
    width: 15%;
}

.event-list-image {
    width: 8%;
}

.event-list-title {
    width: 32%;
}

.event-list-info {
    float: left;
    padding-left: 40px;
    padding-top: 12px;
    width: 37%;
}

.event-list-date {
    width: 18%;
}

.event-seats {
    padding-top: 10px !important;
  width: 50% !important;
  }
  
  .event-seats img {
    max-height: 150px;
    max-width: 150px;
  }
  
  .event-seats p {
    float: left;
  color: #333333;
  padding: 0 3%;
  font-size: 20px;
  width: 80%;
  text-align: left;
  }

  .print-limit {
    float: left;
    font-weight: bold;
    color: red;
    padding: 0 0 0 15px;
    margin-top: 40px;
  }

  .alt_title{
    width: 100% !important;
    padding: 3px 0 !important;
  }

  .margin-top-10{
    margin-top: 10px !important;
  }