#check_ticket_modal .part-head-desc {
    padding:2px 0;
    text-align: center;
    border-bottom: 2px solid #000;
    color: #000;
}
#check_ticket_modal .part-head-desc p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#check_ticket_modal .part-head-desk span {
    font-size: 10px;
}
#check_ticket_modal .part-head-info {
    line-height: 18px;
    border-bottom: 2px solid #000;
    color:#000 !important;
    padding:2px 0;
}
#check_ticket_modal .part-head-info .left-part,
#check_ticket_modal .part-head-info .right-part {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
}
#check_ticket_modal .part-head-info .right-part {
    text-align: right;
}
#check_ticket_modal .part-head-info span {
    display: block;
}
#check_ticket_modal .part-head-info .right-part span {
    margin-right: 5px;
    line-height: 14px;
    text-align: right;
}
#check_ticket_modal .part-head-info .left-part span {
    margin-left: 5px;
    line-height: 14px;
    text-align: left;
}
#check_ticket_modal .part-ticket-type {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding:0.5px 0;
    border-bottom: 2px solid #000;
    color:#000;
    background: #f8f8f8;
    line-height:16px;
}
#check_ticket_modal .part-events {
    font-size: 12px;
}
#check_ticket_modal .part-events .element-event {
    padding:2px 0;
    border-bottom: 2px solid #000;
    color:#000;
}
#check_ticket_modal .part-events .element-event span {
    display: block;
    position: relative;
    padding:0 2px;
    line-height: 14px;
    text-align: left;
}
#check_ticket_modal .part-events .element-event .force-right {
    position: absolute;
    right: 0;
    top: 0;
}
#check_ticket_modal .part-details-bet {
    border-bottom: 2px solid #000;
    color:#000;
}
#check_ticket_modal .part-details-bet .element-detail {
    display: inline-block;
    width: calc(20% - 2px);
    vertical-align: top;
    border-bottom: 2px solid #000;
    color:#000;
    text-align: center;
}
#check_ticket_modal .part-details-bet .element-detail:last-child {
    width: 20%;
    border-right: 0;
}
#check_ticket_modal .part-details-bet .element-detail .det-head {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin:auto;
    /*background: #f8f8f8;*/
    border-bottom: 2px solid #000;
    color:#000;
    font-size: 10px;
    padding:2px 0;
}
#check_ticket_modal .part-details-bet .element-detail .det-body {
    font-size: 10px;
    padding:2px 0;
}
#check_ticket_modal .part-info-bet .element-bet-info {
    border-bottom: 2px solid #000;
    color:#000;
    font-size: 11px;
    padding:5px 5px;
    text-align: left;
    position: relative;
    line-height: 12px;
}
#check_ticket_modal .part-info-bet .element-bet-info .force-right{
    position: absolute;
    top:5px;
    right:5px;
}
#check_ticket_modal .part-info-bet .element-bet-info.summary {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding:0.5px 0;
    background: #f8f8f8;
    line-height: 18px;
}
#check_ticket_modal .part-info-bet .element-bet-info.win {
    font-size: 18px;
    font-weight: bold;
    padding:8px 5px;
    border-bottom: 0;
}
#check_ticket_modal .part-info-bet .element-bet-info.win .force-right{
    top:8px;
}

#check_ticket_modal .part-system .element-row {
    border-bottom: 2px solid #000;
    color:#000;
}
#check_ticket_modal .part-system .element-row .column {
    width:calc(33.32% - 2px);
    display:inline-block;
    text-align: center;
    font-size: 10px;
    padding:2px 0;
    border-bottom: 2px solid #000;
    color:#000;
}
#check_ticket_modal .part-system .element-row.head .column {
    font-weight: bold;
    background: #f8f8f8;
}
#check_ticket_modal .part-system .element-row .column:last-child {
    width:33.32%;
    border-right: 0;
}

#check_ticket_modal .colorsIndicator1 {
    border-left:2px solid #0ca106 !important;
    background:#bef9bc !important;
}
#check_ticket_modal .forceRight1 {
    background:#bef9bc !important;
}
#check_ticket_modal .colorsIndicator2 {
    border-left:2px solid #cf0303 !important;
    background:#f6d0d0 !important;
}
#check_ticket_modal .forceRight2 {
    background:#f6d0d0 !important;
}
#check_ticket_modal .colorsIndicator3 {
    border-left:2px solid #dbb215 !important;
    background: #fff7ae !important;
}
#check_ticket_modal .forceRight3 {
    background:#fff7ae !important;
}
#check_ticket_modal .ticket_content {
    margin-top: 15px;
    background:#fff !important;
    width: 100%;
}
#check_ticket_modal .modal-content {
    background-color: #484848;
    border: 1px solid #484848;
}
.btn_check_ticket {
    background: var(--skin-bg-color-2);
    color: #fff;
    border: 0;
    height: 26px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    right: 200px;
    top: 12px;
    width: 220px;
    z-index: 1;
}

.search_ticket_input {
    width: calc(100% - 45px);
    border-radius: 4px;
    border: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}
#check_ticket_modal .btn_search_ticket {
    color: #000;
    width: 41px;
    height: 25px;
    line-height: 25px !important;
    padding: 0 5px !important;
    font-weight: bold !important;
}
#check_ticket_modal .modal-dialog {
    max-width: 425px;
    width: 96%;
}
#check_ticket_modal .modal-body {
    background-color: #2e2e2e !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto !important;
}
#check_ticket_modal .modal-title {
    color:#fff;
}
#check_ticket_modal .modal-header {
    background: #2e2e2e !important;
    border-bottom: 1px solid #5b5b5b !important;
}
#check_ticket_modal .close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}

.ticket_alerts_success {
    background-color: #0aa66e;
    color: #fff;
    line-height: 18px;
    padding: 5px;
}
.ticket_alerts_error {
    background-color: #db4e3e;
    color: #fff;
    line-height: 18px;
    padding: 5px;
}
.ticket_alerts_warrning {
    background-color: #d18914;
    color: #fff;
    line-height: 18px;
    padding: 5px;
}
.ticket_alerts_info {
    background-color: #09a4e2;
    color: #fff;
    line-height: 18px;
    padding: 5px;
}
.ticket_alerts_title i {
    margin-right: 4px;
}
.ticket_alerts_title {
    text-align: left;
    font-weight: bold;
}
.ticket_alerts_text {
    padding-top: 5px;
}
.ticket_alerts_success button {
    width: 100%;
    background-color: #fff;
    color: #0aa66e;
    font-weight: bold;
    line-height: 16px;
    border: 0;
}
.ticket_alerts_info button {
    width: 100%;
    background-color: #fff;
    color: #09a4e2;
    font-weight: bold;
    line-height: 16px;
    border: 0;
}
.ticket_alerts_warrning button {
    width: 100%;
    background-color: #fff;
    color: #d18914;
    font-weight: bold;
    line-height: 16px;
    border: 0;
}
.ticket_alerts_error button {
    width: 100%;
    background-color: #fff;
    color: #db4e3e;
    font-weight: bold;
    line-height: 16px;
    border: 0;
}
.paid_btn {
    padding: 0 5px;
    line-height: 16px;
    margin-top: -4px;
}