.ticket-button {
	display: inline-block;
	width: 120px;
	margin-left: 7px;
	margin-top: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}
.ticket-button-title {
	height: 17px;
	line-height: 20px;
	background: #434343;
	color: #d6d6d6;
	font-family: 'dejavusanscondensdzj';
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.ticket-count {
	background: #b88600;
	color: #fff;
	font-size: 16px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	text-align: center;
	line-height: 25px;
	position: relative;
	top: 9px;

	display: inline-block;
	float: left;
	margin: 0 10px;
}
.ticket-koef-sum {
	color: #844200;
	font-size: 14px;
	text-align: left;
	line-height: 12px;
	position: relative;
	font-family: sans-serif;
}

/* ticket */
.ticket_panel {
	background: #393a3f;
	height: 45px;
	line-height: 45px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.ticket_panel_item {
	display: inline-block;
	color: #fff;
	font-family: 'BPGArialCaps2010',sans-serif;
	font-size: 12px;
	text-align: center;
	/*min-width: 150px;*/
	min-width: 100px;
	cursor: pointer;
	flex: 1;
}
.ticket_panel_item:hover {
	background: #d1d1d1;
}
.ticket[sys='express'] [sys-id='express'] {
	background: #ffcb2d;
	color: #171717;
}
.ticket[sys='system'] [sys-id='system'] {
	background: #ffcb2d;
	color: #171717;
}
.ticket[sys='fbw'] [sys-id='fbw'] {
	background: #ffcb2d;
	color: #171717;
}
.ticket[sys='bonus'] [sys-id='bonus'] {
	background: #ffcb2d;
	color: #171717;
}
.ticket-handler {

}
.ticket-title {
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABUklEQVQ4y6WUvUoDQRSFVxBFkjewVDvBzjexNzYBNyLxB0ExgfgGgWgVf0BEQUR8B0OsRBBrI/gGgYhuomfgrBzGzO5sLL7izu79OLl3J8HFUhBkIARNMOV6J4tsGfTANzgG+f8IV0BEWcz2qMKCJHsS4dooQk1W41mD9VVWoc6sCubBOZgVqamLoAQmk4QFSVah5Jl1C0yDujXTE5BLm1kse7GaH3h+ZC3rLGlmVSuZzR17WqxN366d7IMP98HMkGQxr2ARbIAuz8o6QyP7Ap/ggAtwJXsHC2CV9YDi3y2HMrNHMAYuHbI3ykpytml/Nk15GHHQc6CdkqyvyVSY493U5jo/jXvWHcpCeeePTGc4AbbADrhlQ4NbvuECdGZl14UYdjgOrtl8yLN118x8r15RBG1uf+D6mT5CTeSVLE2Yl+1HSTPzFRrM3/wp2POVGX4AuLwccplwNhQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 45px;*/
	/*text-align: center;*/
	color: #000;
	text-align: center;

	line-height: 17px;
	font-size: 14px;
	font-family: 'BPGArialCaps2010',sans-serif;
}
.dragger-icon	{
	width: 26px;
	height: 45px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAABBklEQVQ4y2NYFsrAgAU7APEeIE7EJs+AQ1MVEP8H4jVAzEaMJpgGGF6FrhFdQx1ccRiKRpCNnNg0VSMp+gzEE4H4JpLYZiBmgWlKAuLlMMmlELoIapAZEH9F0ngSiH1AEvOA+CWSpio0J3sA8Tskje0gQVYgVgHiuaAgXoo9NC2hAeKGNfRwaMIf5PTTtGxQahIH4lYgDsChUAOIe4HYCKZpKhA/hEbcHyAOQdOgDcRXoPI/QckNJJgPxNuQYhykMQqqQQ2InyElrxtAHIlsYj+SRlCyKYCmNZjYWSDmxxYQU9GyBLIGSXyhNwFNw2FoQBEM8j6ohjNAzEtsPOkD8U4g9sMmDwBVRmhiUbSe+QAAAABJRU5ErkJggg==);
	background-position: center center;
	background-repeat: no-repeat;
}
.ticket-handler [class^="lb-col-xs-"] {
	height: 45px;
}
.ticket[sys='express'] .sys_sw, .ticket[sys='bonus'] .sys_sw {
	display: none;
}
.sys_sw {
	float: right;
	width: 44px;
	text-indent: 7px;
	font-size: 10px;
	height: 39px;
	border: 1px solid #CCC;
	text-align: center;
	border-radius: 0;
}
.ti_b_block {
	display: block;
}
.ticket[sys='express'] .ti_b_block, .ticket[sys='bonus'] .ti_b_block {
	display: none;
}
.ticket_item {
	background: #f3f3f3;
	height: 40px;
	max-height: 40px;
	overflow: visible;
	border-top: 1px solid #ddeaf2;

}


.ticket_item .join-error {display: none;overflow: visible}
.ticket_item .join-error svg {
	height: 20px;
	width: 20px;
	fill: #ed2222;
}
.ticket_item[data-red="red"] .ti_teams  {
	padding-left: 15px;
	/*color: #ed2222;*/
	/*background: #ffe4e4;
	border-bottom: 1px solid #fbb0b0;*/
	position: relative;
}
.ticket_item[data-red="red"] .ti_teams:before {
	position: absolute;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	left: 0;
	bottom: 4px;
	background: #ed2222;
}
.ticket_item[data-red="red"] .join-error  {
	display: block;
	position: relative;
	cursor: pointer;
	height: 20px;
}
.ticket_item[data-red="red"] .join-error i {
	position: absolute;
	right: calc(100% + 8px);
	padding: 5px 10px;
	background: #555b75;
	border-radius: 4px;
	transform: translateY(-65%);
	top: 50%;
	box-shadow: 0 0 5px #555b75;
	width: 256px;
	font-family: 'BPGArial2010',sans-serif;
	display: none;
	z-index: 9;
	font-size: 12px;
	color: #fff;
}
.ticket_item[data-red="red"] .join-error i.active{display: block;}
.ticket_item[data-red="red"] .join-error i:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #555b75;

	border-left: 10px solid #555b75;
}




.ticket_item .ti_right {
	display: flex;
	flex-direction: column;
	overflow: visible;
	/*justify-content: center;
	align-content: center;
	align-items: center;*/
}








.ticket_item.disabledPos {
	background: #ecd6d6;
}
.ticket_item.disabledPos .ti_teams {
	color: #000000;
	font-weight: normal;
}
.ticket_item .disabled {
	color: red;
	text-align: center;
	font-size: 12px;
	margin-top: 0;
	font-family: 'BPGArial2010',sans-serif;
}

.ticket_item.attached {background: #ebf8ff;}
.ticket_item.attached .ti_close{
	display: none;
}


.ticket_item .ti_num {
	background: #e9e9e9;
	color: #9f9f9f;
	font-family: Arial;
	height: 39px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
}

.ticket_item .ti_num.bet_lock {
	background: url(/gui/web/css/live/bet_lock.png) no-repeat center center;
	background-size: 11px 14px, 100% 100%;
}


.ticket_item.down .ti_bet {
	color: red;
	position: relative;
}
.ticket_item.down .ti_bet::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid #ff0000;
	border-bottom: 5px solid #ff0000;
	position: absolute;
	bottom: 1px;
	right: 1px;
	border-bottom-right-radius: 4px;
	-webkit-animation: arrBlink 1s infinite;
	-o-animation: arrBlink 1s infinite;
	animation: arrBlink 1s infinite;
}

.ticket_item.up .ti_bet {
	color: #43a047;
	position: relative;
}
.ticket_item.up .ti_bet::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #43a047;
	border-left: 5px solid transparent;
	border-right: 5px solid #43a047;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 1px;
	right: 1px;
	border-top-right-radius: 4px;
	-webkit-animation: arrBlink 1s infinite;
	-o-animation: arrBlink 1s infinite;
	animation: arrBlink 1s infinite;
}
.ticket-his-but {
	font-size: 23px;
	color: #553e02;
	font-family: 'BPGArial2010',sans-serif;
	background: #ffc731;
}
.ticket-his-but i {
	line-height: 45px;
	display: inline-block;
	margin: 0 10px;
	float: left;
}
.ticket-his-but span {
	line-height: 13px;
	font-size: 13px;
	display: inline-block;
	/* float: left; */
	/* margin-left: 30px; */
	width: 88px;
	margin-top: 9px;
}
/*.ticket-his-but:before {
	content: 'ისტორია';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	width: 100%;
	line-height: 20px;
	font-family: 'BPGArial2010',sans-serif;
}
.ticket-his-but span {
	position: absolute;
	width: 100px;

	background: #4477ea;

	z-index: 99;
	font-family: 'BPGArial2010',sans-serif;
	font-size: 11px;
	line-height: 10px;
	padding: 5px;
	left: 130%;
	top: 7px;
	border-radius: 3px;
	display: none;
}
.ticket-his-but span:before {
	position: absolute;
	content: '';
	left: -13px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #4477ea;
}*/

/* fbw */
.ticket_panel.fbw {}
.ticket_panel.fbw .ticket_panel_item {
	/*width: 80px;*/
}

.ticket_panel.fbw .ticket_panel_item[sys-id="bonus"] {display: none !important;}
.ticket_panel.fbw .ticket_panel_item[sys-id="fbw"] {
	display: inline-block !important;

}
.ticket[sys="fbw"] .fbwBetDet {display: block;}

/*.ticket .ticket_bottom_panel select.fbw {display: none;}*/

/*.ticket[sys="fbw"] .ticket_bottom_panel .fsoni {display: none !important;}*/

.ticket[sys="fbw"] .ticket_bottom_panel select.fbw {
	display: inline-block;
	width: 80%;
	height: 36px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #303030;
	margin: 0 !important;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}




.ticket[sys="fbw"] .ti_bet .sys_sw, .ticket[sys="fbw"] .ti_b_block {display: none !important;}


/*end fbw*/



.ticket .ti_pos {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ti_odds {
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}
.ticket .ti_teams {
	font-family: 'dejavusans';
	font-size: 13px;
	overflow: hidden;
	height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ticket .ti_bet {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #373737;
	line-height: 40px;
	height: 40px;
	text-align: right;
}
.ticket .ti_close {
	height: 20px;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #ddeaf2;
	background: url(images/ti_close.png) no-repeat;
	background-size: 50% auto;
	background-position: center center;
}
.ticket_bottom_panel {
	padding-top: 20px;
	background: #42434c;
	color: #d6d6d6;
}
.ti-center {
	text-align: center;
}
.fsoni, .mogeba {
	background: #ffb900;
	color: #a65500;
	font-family: Arial;
	font-size: 15px;
	border: none;
	width: 80%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.fsoni, .mogeba {
	background: #ffffff;
	color: #363636;
}
.ti-ticket-text {
	text-align: center;
	font-family: 'dejavusanscondensdzj';
	color: #ffffff;
	padding-top: 3px;
}
.ticket-conf {
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding-left: 15px;
}
.ticket .checkbox-one {
	color: #d6d6d6;
	text-decoration: none;
}
.ticket-button-group {
	background: #30313a;
	padding: 7px;
	padding-bottom: 15px;
}
.bet-success-button {
	color: #313131;
	background: #ffb900;
	border: none;
	height: 35px;
	text-align: center;
	font-family: 'BPGArialCaps2010',sans-serif;
	font-size: 15px;
	border-radius: 2px;
}
.btnbet-cancel {
	border-radius: 2px;
	color: #fff;
	background: #c71a1a;
	border: none;
	height: 35px;
	text-align: center;
	font-family: 'dejavusanscondensdzj',sans-serif;
	font-size: 15px;
	float: right;
}
.ti_b_block {
	background: #585858;
	color: #ffffff;
	font-family: dejavusans,sans-serif;
	font-size: 11px;
	text-indent: 7px;
}

.ticket {
	max-height: calc(100% - 45px);
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: inherit;
}

.ticket_list {
	overflow: hidden;
	overflow-y: scroll;
	flex: 1;
}
.ticket .sys_variant, .ticket .sys_variant_count, .ticket .ticket-sys-plus1 {
	display: inline-block;
}
.ticket .ticket-sys-plus1 {
	float: right;
	margin: 0px;
	padding: 0px;
}
.ticket .sys_variant_p1 {
	margin-top: 0px !important;
	padding-top: 0px !important;
	float: right;
}
.ticket .sys_variant_count {
	color: #FFFFFF;
	font-family: 'dejavusanscondensdzj';
	color: #FFFFFF;
	font-size: 15px;
	line-height: 35px;
	padding-left: 15px;
}
.ticket_sys_panel {
	padding-left: 15px;
	padding-right: 15px;
}
.ticket .sys_varianti {
	height: 35px;
	width: 55px;
	font-family: Arial;
	color: #000000;
	text-indent: 15px;
	background: #FFFFFF;
}
.ticket_sys_panel {
	display: none;
}
.ticket[sys='system'] .ticket_sys_panel {
	display: block;
}

.ticket_item[game-type="prematch"] .ti_num,
.ticket_item[game-type="live"] .ti_num
{
	line-height: 30px;
}
.ticket_item[game-type="vfl"] .ti_num::after,
.ticket_item[game-type="bg"] .ti_num::after,
.ticket_item[game-type="live"] .ti_num::after
{
	position: absolute;
	left: 0;
	bottom: 0px;
	font-size: 8px;
	color: #969696;
	text-align: center;
	width: 100%;
	background-color: #D6D6D6;
	height: 11px;
	line-height: 11px;
}

.ticket_item[game-type="live"] .ti_num::after,
.ticket_item[game-type="bg"] .ti_num::after {
	content: "LIVE";
}
.ticket_item[game-type="vfl"] .ti_num::after {
	content: "VFL";
}

.ov-visible {
	overflow: visible;
}

.ticket-count {
	box-shadow: 0 0 0 0px rgba(205, 0, 0, 1);
}
.ticket-count.pulse {
	box-shadow: 0 0 0 145px rgba(205, 0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sp_ticket_history_but {
	font-family: 'dejavusanscondensdzj';
	padding: 0 7px;
	padding-bottom: 10px;
}
.sp_ticket_history_but a {
	color: #fff;
	background: #4477ea;
	padding: 6px 0;
	text-align: center;
}
.sp_ticket_history_but a i{
	margin-right: 10px;
}


/** EL CLASICO [B] **/
.elc-statusbar {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASAAAAAFCAYAAADllTGxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAABHElEQVRYw+1YwQ3CMAw8swBTwJMBGKFSNkCsAKPABnwYAGUGBuDdKZD6Nw+a1naSCtFHP75PnTS5c5w4ak1d0zAAMKEHCxvG5q9BAKdOAhg89lFiAUCs+0jzj0/DW+Ac2gWuYUzPo3gNB5PUMfOFhnyfuJS2mpv7oWwxT/oo/RtsyynXmXQLPlR9+lVT+VxZg4jhpB40r9ST8Vftaszmrb0eu7Jmvu+VmKHuU2mvM20UzpOMvz3/E2e7mFdTOaRy0vKaO0DGBLZv5Bxz3uR0docMI8EErOBwOBwLgZh5PovD4XD8Af8Ccjgci4EAhK5poteA6jWg3fUZXud9zP7ZvQaE46ENt/smeg2oPO+yfYdTu45eA9L8APBYIXwAg8burY0miC0AAAAASUVORK5CYII=') no-repeat center center;
	display: none;
	width: 288px;
	height: 7px;
	margin:0 auto 15px auto;
	overflow: visible;
}

.nums-down-wrapper {
	display: flex;
	justify-content: space-between;
	overflow: visible;
}

.nums-down-wrapper div {
	/* display: block; */
	position: relative;
	bottom: 8px;
	color: #f4cf4a;
	/* font-size: 10px; */
	width: 20px;
	height: 20px;
	background: #262626;
	text-align: center;
	border-radius: 20px;
	line-height: 20px;
	font-family: 'Roboto', Verdana, sans-serif;
	/*box-shadow: inset 0px 0px 7px #000;*/
	/* flex: 1; */
}
.nums-down-wrapper div.active {
	background: #43a047;
	color: #fff;
	box-shadow: none;
}
.nums-down-wrapper div:first-child {
	left:-5px
}
.nums-down-wrapper div:last-child {
	right:-5px
}
/*.nums-down-wrapper div:before {
    content: attr(data-num);
    width: 20px;
    height: 20px;
    background: red;
    position: absolute;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
}*/

/*.nums-down-wrapper div.active {
    background: #43a047;
    line-height: 15px;
    color: #fff;
}*/

/*.nums-down-wrapper .num-1 {
    left: -2px;
}
.nums-down-wrapper .num-2 {
    left: 71px;
}
.nums-down-wrapper .num-3 {
    left: 142px;
}
.nums-down-wrapper .num-4 {
    left: 213px;
}
.nums-down-wrapper .num-5 {
    left: 284px;
}*/

.nums-up-wrapper span {
	display: block;
	position: absolute;
	top: -20px;
	color: #b2b2b2;
	font-size: 10px;
	border: 1px solid #b2b2b2;
	padding: 0 2px;
	border-radius: 2px;
}
.nums-up-wrapper span.active {
	background-color: #f4cf4a;
	border-color: #f4cf4a;
	color: #000;
	font-weight: bold;
}
.nums-up-wrapper span.active::after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background-color: #d7a400;
	position: absolute;
	bottom: -13px;
	border: 1px solid #e0b839;
	left: 50%;
	margin-left: -3px;
	border-radius: 2px;
}
.nums-up-wrapper .num-1 {
	left: -5px;
}
.nums-up-wrapper .num-2 {
	left: 60px;
}
.nums-up-wrapper .num-3 {
	left: 131px;
}
.nums-up-wrapper .num-4 {
	left: 203px;
}
.nums-up-wrapper .num-5 {
	left: 274px;
}
.nums-up-wrapper .num-6 {
	left: 274px;
}
.freeBetTicketInfo{
	text-align: center;
	font-family: 'BPGArial2010';
	font-size: 14px;
	display: none;
	margin-bottom: 8px;
}

.freeBetTicketInfo span ,.freeBetMinimalKoef span{
	color: #f2c841;
	font-family: 'Roboto', Verdana, sans-serif;
	margin: 0 6px;
}
.freeBetMinimalKoef {
	font-family: 'BPGArial2010';
	text-align: center;
	display: none;
}
.ticket[sys='bonus'] .freeBetTicketInfo, .ticket[sys='bonus'] .freeBetMinimalKoef, .ticket[sys='bonus'] .elc-statusbar {
	display: block !important;
}

.elc-bonus-wrapper.active {
	display: block !important;
}

.ticket[sys="bonus"] .elc-bonus-wrapper.active, .ticket[sys="system"] .elc-bonus-wrapper.active {
	display: none !important;
}
.ticket-buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.ticket-buttons button {
	flex:1;
}
.ticket-buttons button.btn-ticket-history,.ticket-buttons button.btn-share-ticket {
	margin-right: 7px;
	border-radius: 2px;
	color: #fff;
	background: #4477ea;
	text-align: center;
}
.ticket-buttons button.bet-success-button {
	margin-right: 7px;
}

.freeBetDet, .fbwBetDet {
	display: none;
	font-family: 'BPGArial2010',sans-serif;
	font-size: 14px;
}
.freeBetDet ol, .fbwBetDet ol {
	display: inline;
	padding-left: 12px;
}
.freeBetDet ol i, .fbwBetDet ol i {
	margin-left: 3px;
}
.ticket[sys="bonus"] .freeBetDet, .ticket[sys="fbw"] .fbwBetDet {
	display: block;
	padding: 10px;
	color: #f2c841;
	text-align: center;
}



.join-notify {
	font-family: 'BPGArial2010',sans-serif;
	padding:0 10px;
	/*background: #262935;*/
	display: none;
	border-bottom: 1px solid #373d50;
	margin-top: -10px;
	margin-bottom: 6px;
}
.join-notify.show {
	display: block;
}
.join-notify-cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #d70000;
	background: #a93434;
	border-radius: 5px;
	padding: 5px;
}
.join-notify-cont p {
	margin: 0;
	padding-left: 10px;
	line-height: 17px;
	font-size: 14px;
	color: #ffffff;

}
.join-notify-cont svg {
	height: 40px;
	width: 50px;
	fill: #ffffff;
}