@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
:root {
	
	--bg-logo_provider-before:#333;
	
}

@font-face {
    font-family: 'Black Han Sans';
    src: url("/font/BlackHanSans-Regular.ttf");
    src: local("Ã¢ËœÂº"),url("/font/BlackHanSans-Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab';
    src: url("/font/RobotoSlab-Light.ttf");
    src: local("Ã¢ËœÂº"),url("/font/RobotoSlab-Light.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url("/font/RobotoSlab-Regular.ttf");
    src: local("Ã¢ËœÂº"),url("/font/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab';
    src: url("/font/RobotoSlab-Medium.ttf");
    src: local("Ã¢ËœÂº"),url("/font/RobotoSlab-Medium.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "NanumGothic"; 
    src: url("/css/fonts/NanumGothic/NanumGothic-Regular.ttf"); 
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("/css/fonts/NanumGothic-Regular.ttf") format("truetype"); 
    font-weight: 500; 
    font-style: normal; 
}

@font-face {
    font-family: "NanumGothic-Bold"; 
    src: url("/css/fonts/NanumGothic/NanumGothic-Bold.ttf"); 
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("/css/fonts/NanumGothic-Bold.ttf") format("truetype"); 
    font-weight: 600; 
    font-style: normal; 
}


@font-face {
    font-family: "NanumGothic-ExtraBold"; 
    src: url("/css/fonts/NanumGothic/NanumGothic-ExtraBold.ttf"); 
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("/css/fonts/NanumGothic-ExtraBold.ttf") format("truetype"); 
    font-weight: 700; 
    font-style: normal; 
}

@font-face {
    font-family: "GothicA1-Black"; 
    src: url("/css/fonts/NanumGothic/GothicA1-Black.ttf"); 
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("/css/fonts/GothicA1-Black.ttf") format("truetype"); 
    font-weight: 700; 
    font-style: normal; 
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #131319;
}

::-webkit-scrollbar
{
	width: 0;
	height: 8px;
	background-color: #F5F5F5;
}
.main-select-drop::-webkit-scrollbar {
    width: 14px;
}

#top_m .short-nav ._btn_::-webkit-scrollbar {
	height: 0;
	
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #373737;
}

.only-mobile {display:none !important }
.swiper-slide img {}
.flex-col-c {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
	background: #2a2a2ae0;
    padding: 30px;
    box-shadow: 5px 6px 7px -1px #000000;
    border-radius: 10px;
}


.nav_toggle{
	width:297px !important;
	transition: all 0.5s ease-out 0s;
}
#sidebar{
	transition: all 0.5s ease-out 0s
}
#sidebar-hamburg-blue2{
	transition: all 0.5s ease-out 0s
}
.Loader[data-v-431d2578]:not(.Loader--inline) {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.Loader[data-v-431d2578] {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 201;
}
.Loader .loading-content[data-v-431d2578] {
	position: relative;
	z-index: 2;
}
.Loader .loading-content .loader-icon[data-v-431d2578] {
	background-image: url(/static/image/85740c1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 160px;
	height: 128px;
}
.Loader .loading-content .loading-spinner[data-v-431d2578] {
	margin: 55px auto 0;
	width: 70px;
	text-align: center;
}
.dm__loader-cont[data-v-431d2578] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 500;
}
.Loader .loading-content .loading-spinner .bounce1[data-v-431d2578] {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.Loader .loading-content .loading-spinner .bounce2[data-v-431d2578] {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.Loader .loading-content .loading-spinner > div[data-v-431d2578] {
	width: 18px;
	height: 18px;
	background-color: #facf0c;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay-data-v-431d2578 1.4s ease-in-out infinite both;
	animation: sk-bouncedelay-data-v-431d2578 1.4s ease-in-out infinite both;
}
@-webkit-keyframes sk-bouncedelay-data-v-431d2578 {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes sk-bouncedelay-data-v-431d2578 {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes lds-ripple-data-v-431d2578 {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	60% {
		opacity: 0.6;
	}
	to {
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes lds-ripple-data-v-431d2578 {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	60% {
		opacity: 0.6;
	}
	to {
		transform: scale(1);
		opacity: 0;
	}
}
.dm__loader[data-v-431d2578] {
	position: absolute;
	top: calc(50% - 58px);
	left: calc(50% - 58px);
	width: 116px;
	height: 116px;
}
.dm__loader div[data-v-431d2578] {
	position: absolute;
	width: 100%;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple-data-v-431d2578 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple-data-v-431d2578 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.dm__loader div[data-v-431d2578]:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.dm__loader-cont[data-v-431d2578] {
	background-color: rgba(0, 0, 0, 0.6);
}
.dm__loader div[data-v-431d2578]:first-child {
	border-color: #f14100;
}
.dm__loader div[data-v-431d2578]:nth-child(2) {
	border-color: #ffb700;
}


.el-pagination--small .arrow.disabled,
.el-table--hidden,
.el-table .hidden-columns,
.el-table td.is-hidden > *,
.el-table th.is-hidden > * {
	visibility: hidden;
}
.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),
.el-message__closeBtn:focus,
.el-message__content:focus,
.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing),
.el-rate:active,
.el-rate:focus,
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing),
.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
	outline-width: 0;
}
.el-input__suffix,
.el-tree.is-dragging .el-tree-node__content * {
	pointer-events: none;
}
@font-face {
	font-family: element-icons;
	src: url(/static/fonts/font-awesome-master/element-icons.woff) format("woff"), url(/static/fonts/font-awesome-master/element-icons.ttf) format("truetype");
	font-weight: 400;
	font-display: "auto";
	font-style: normal;
}
[class*=" el-icon-"],
[class^="el-icon-"] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
	content: "\e6a0";
}
.el-icon-ice-cream-square:before {
	content: "\e6a3";
}
.el-icon-lollipop:before {
	content: "\e6a4";
}
.el-icon-potato-strips:before {
	content: "\e6a5";
}
.el-icon-milk-tea:before {
	content: "\e6a6";
}
.el-icon-ice-drink:before {
	content: "\e6a7";
}
.el-icon-ice-tea:before {
	content: "\e6a9";
}
.el-icon-coffee:before {
	content: "\e6aa";
}
.el-icon-orange:before {
	content: "\e6ab";
}
.el-icon-pear:before {
	content: "\e6ac";
}
.el-icon-apple:before {
	content: "\e6ad";
}
.el-icon-cherry:before {
	content: "\e6ae";
}
.el-icon-watermelon:before {
	content: "\e6af";
}
.el-icon-grape:before {
	content: "\e6b0";
}
.el-icon-refrigerator:before {
	content: "\e6b1";
}
.el-icon-goblet-square-full:before {
	content: "\e6b2";
}
.el-icon-goblet-square:before {
	content: "\e6b3";
}
.el-icon-goblet-full:before {
	content: "\e6b4";
}
.el-icon-goblet:before {
	content: "\e6b5";
}
.el-icon-cold-drink:before {
	content: "\e6b6";
}
.el-icon-coffee-cup:before {
	content: "\e6b8";
}
.el-icon-water-cup:before {
	content: "\e6b9";
}
.el-icon-hot-water:before {
	content: "\e6ba";
}
.el-icon-ice-cream:before {
	content: "\e6bb";
}
.el-icon-dessert:before {
	content: "\e6bc";
}
.el-icon-sugar:before {
	content: "\e6bd";
}
.el-icon-tableware:before {
	content: "\e6be";
}
.el-icon-burger:before {
	content: "\e6bf";
}
.el-icon-knife-fork:before {
	content: "\e6c1";
}
.el-icon-fork-spoon:before {
	content: "\e6c2";
}
.el-icon-chicken:before {
	content: "\e6c3";
}
.el-icon-food:before {
	content: "\e6c4";
}
.el-icon-dish-1:before {
	content: "\e6c5";
}
.el-icon-dish:before {
	content: "\e6c6";
}
.el-icon-moon-night:before {
	content: "\e6ee";
}
.el-icon-moon:before {
	content: "\e6f0";
}
.el-icon-cloudy-and-sunny:before {
	content: "\e6f1";
}
.el-icon-partly-cloudy:before {
	content: "\e6f2";
}
.el-icon-cloudy:before {
	content: "\e6f3";
}
.el-icon-sunny:before {
	content: "\e6f6";
}
.el-icon-sunset:before {
	content: "\e6f7";
}
.el-icon-sunrise-1:before {
	content: "\e6f8";
}
.el-icon-sunrise:before {
	content: "\e6f9";
}
.el-icon-heavy-rain:before {
	content: "\e6fa";
}
.el-icon-lightning:before {
	content: "\e6fb";
}
.el-icon-light-rain:before {
	content: "\e6fc";
}
.el-icon-wind-power:before {
	content: "\e6fd";
}
.el-icon-baseball:before {
	content: "\e712";
}
.el-icon-soccer:before {
	content: "\e713";
}
.el-icon-football:before {
	content: "\e715";
}
.el-icon-basketball:before {
	content: "\e716";
}
.el-icon-ship:before {
	content: "\e73f";
}
.el-icon-truck:before {
	content: "\e740";
}
.el-icon-bicycle:before {
	content: "\e741";
}
.el-icon-mobile-phone:before {
	content: "\e6d3";
}
.el-icon-service:before {
	content: "\e6d4";
}
.el-icon-key:before {
	content: "\e6e2";
}
.el-icon-unlock:before {
	content: "\e6e4";
}
.el-icon-lock:before {
	content: "\e6e5";
}
.el-icon-watch:before {
	content: "\e6fe";
}
.el-icon-watch-1:before {
	content: "\e6ff";
}
.el-icon-timer:before {
	content: "\e702";
}
.el-icon-alarm-clock:before {
	content: "\e703";
}
.el-icon-map-location:before {
	content: "\e704";
}
.el-icon-delete-location:before {
	content: "\e705";
}
.el-icon-add-location:before {
	content: "\e706";
}
.el-icon-location-information:before {
	content: "\e707";
}
.el-icon-location-outline:before {
	content: "\e708";
}
.el-icon-location:before {
	content: "\e79e";
}
.el-icon-place:before {
	content: "\e709";
}
.el-icon-discover:before {
	content: "\e70a";
}
.el-icon-first-aid-kit:before {
	content: "\e70b";
}
.el-icon-trophy-1:before {
	content: "\e70c";
}
.el-icon-trophy:before {
	content: "\e70d";
}
.el-icon-medal:before {
	content: "\e70e";
}
.el-icon-medal-1:before {
	content: "\e70f";
}
.el-icon-stopwatch:before {
	content: "\e710";
}
.el-icon-mic:before {
	content: "\e711";
}
.el-icon-copy-document:before {
	content: "\e718";
}
.el-icon-full-screen:before {
	content: "\e719";
}
.el-icon-switch-button:before {
	content: "\e71b";
}
.el-icon-aim:before {
	content: "\e71c";
}
.el-icon-crop:before {
	content: "\e71d";
}
.el-icon-odometer:before {
	content: "\e71e";
}
.el-icon-time:before {
	content: "\e71f";
}
.el-icon-bangzhu:before {
	content: "\e724";
}
.el-icon-close-notification:before {
	content: "\e726";
}
.el-icon-microphone:before {
	content: "\e727";
}
.el-icon-turn-off-microphone:before {
	content: "\e728";
}
.el-icon-position:before {
	content: "\e729";
}
.el-icon-postcard:before {
	content: "\e72a";
}
.el-icon-message:before {
	content: "\e72b";
}
.el-icon-chat-line-square:before {
	content: "\e72d";
}
.el-icon-chat-dot-square:before {
	content: "\e72e";
}
.el-icon-chat-dot-round:before {
	content: "\e72f";
}
.el-icon-chat-square:before {
	content: "\e730";
}
.el-icon-chat-line-round:before {
	content: "\e731";
}
.el-icon-chat-round:before {
	content: "\e732";
}
.el-icon-set-up:before {
	content: "\e733";
}
.el-icon-turn-off:before {
	content: "\e734";
}
.el-icon-open:before {
	content: "\e735";
}
.el-icon-connection:before {
	content: "\e736";
}
.el-icon-link:before {
	content: "\e737";
}
.el-icon-cpu:before {
	content: "\e738";
}
.el-icon-thumb:before {
	content: "\e739";
}
.el-icon-female:before {
	content: "\e73a";
}
.el-icon-male:before {
	content: "\e73b";
}
.el-icon-guide:before {
	content: "\e73c";
}
.el-icon-news:before {
	content: "\e73e";
}
.el-icon-price-tag:before {
	content: "\e744";
}
.el-icon-discount:before {
	content: "\e745";
}
.el-icon-wallet:before {
	content: "\e747";
}
.el-icon-coin:before {
	content: "\e748";
}
.el-icon-money:before {
	content: "\e749";
}
.el-icon-bank-card:before {
	content: "\e74a";
}
.el-icon-box:before {
	content: "\e74b";
}
.el-icon-present:before {
	content: "\e74c";
}
.el-icon-sell:before {
	content: "\e6d5";
}
.el-icon-sold-out:before {
	content: "\e6d6";
}
.el-icon-shopping-bag-2:before {
	content: "\e74d";
}
.el-icon-shopping-bag-1:before {
	content: "\e74e";
}
.el-icon-shopping-cart-2:before {
	content: "\e74f";
}
.el-icon-shopping-cart-1:before {
	content: "\e750";
}
.el-icon-shopping-cart-full:before {
	content: "\e751";
}
.el-icon-smoking:before {
	content: "\e752";
}
.el-icon-no-smoking:before {
	content: "\e753";
}
.el-icon-house:before {
	content: "\e754";
}
.el-icon-table-lamp:before {
	content: "\e755";
}
.el-icon-school:before {
	content: "\e756";
}
.el-icon-office-building:before {
	content: "\e757";
}
.el-icon-toilet-paper:before {
	content: "\e758";
}
.el-icon-notebook-2:before {
	content: "\e759";
}
.el-icon-notebook-1:before {
	content: "\e75a";
}
.el-icon-files:before {
	content: "\e75b";
}
.el-icon-collection:before {
	content: "\e75c";
}
.el-icon-receiving:before {
	content: "\e75d";
}
.el-icon-suitcase-1:before {
	content: "\e760";
}
.el-icon-suitcase:before {
	content: "\e761";
}
.el-icon-film:before {
	content: "\e763";
}
.el-icon-collection-tag:before {
	content: "\e765";
}
.el-icon-data-analysis:before {
	content: "\e766";
}
.el-icon-pie-chart:before {
	content: "\e767";
}
.el-icon-data-board:before {
	content: "\e768";
}
.el-icon-data-line:before {
	content: "\e76d";
}
.el-icon-reading:before {
	content: "\e769";
}
.el-icon-magic-stick:before {
	content: "\e76a";
}
.el-icon-coordinate:before {
	content: "\e76b";
}
.el-icon-mouse:before {
	content: "\e76c";
}
.el-icon-brush:before {
	content: "\e76e";
}
.el-icon-headset:before {
	content: "\e76f";
}
.el-icon-umbrella:before {
	content: "\e770";
}
.el-icon-scissors:before {
	content: "\e771";
}
.el-icon-mobile:before {
	content: "\e773";
}
.el-icon-attract:before {
	content: "\e774";
}
.el-icon-monitor:before {
	content: "\e775";
}
.el-icon-search:before {
	content: "\e778";
}
.el-icon-takeaway-box:before {
	content: "\e77a";
}
.el-icon-paperclip:before {
	content: "\e77d";
}
.el-icon-printer:before {
	content: "\e77e";
}
.el-icon-document-add:before {
	content: "\e782";
}
.el-icon-document:before {
	content: "\e785";
}
.el-icon-document-checked:before {
	content: "\e786";
}
.el-icon-document-copy:before {
	content: "\e787";
}
.el-icon-document-delete:before {
	content: "\e788";
}
.el-icon-document-remove:before {
	content: "\e789";
}
.el-icon-tickets:before {
	content: "\e78b";
}
.el-icon-folder-checked:before {
	content: "\e77f";
}
.el-icon-folder-delete:before {
	content: "\e780";
}
.el-icon-folder-remove:before {
	content: "\e781";
}
.el-icon-folder-add:before {
	content: "\e783";
}
.el-icon-folder-opened:before {
	content: "\e784";
}
.el-icon-folder:before {
	content: "\e78a";
}
.el-icon-edit-outline:before {
	content: "\e764";
}
.el-icon-edit:before {
	content: "\e78c";
}
.el-icon-date:before {
	content: "\e78e";
}
.el-icon-c-scale-to-original:before {
	content: "\e7c6";
}
.el-icon-view:before {
	content: "\e6ce";
}
.el-icon-loading:before {
	content: "\e6cf";
}
.el-icon-rank:before {
	content: "\e6d1";
}
.el-icon-sort-down:before {
	content: "\e7c4";
}
.el-icon-sort-up:before {
	content: "\e7c5";
}
.el-icon-sort:before {
	content: "\e6d2";
}
.el-icon-finished:before {
	content: "\e6cd";
}
.el-icon-refresh-left:before {
	content: "\e6c7";
}
.el-icon-refresh-right:before {
	content: "\e6c8";
}
.el-icon-refresh:before {
	content: "\e6d0";
}
.el-icon-video-play:before {
	content: "\e7c0";
}
.el-icon-video-pause:before {
	content: "\e7c1";
}
.el-icon-d-arrow-right:before {
	content: "\e6dc";
}
.el-icon-d-arrow-left:before {
	content: "\e6dd";
}
.el-icon-arrow-up:before {
	content: "\e6e1";
}
.el-icon-arrow-down:before {
	content: "\e6df";
}
.el-icon-arrow-right:before {
	content: "\e6e0";
}
.el-icon-arrow-left:before {
	content: "\e6de";
}
.el-icon-top-right:before {
	content: "\e6e7";
}
.el-icon-top-left:before {
	content: "\e6e8";
}
.el-icon-top:before {
	content: "\e6e6";
}
.el-icon-bottom:before {
	content: "\e6eb";
}
.el-icon-right:before {
	content: "\e6e9";
}
.el-icon-back:before {
	content: "\e6ea";
}
.el-icon-bottom-right:before {
	content: "\e6ec";
}
.el-icon-bottom-left:before {
	content: "\e6ed";
}
.el-icon-caret-top:before {
	content: "\e78f";
}
.el-icon-caret-bottom:before {
	content: "\e790";
}
.el-icon-caret-right:before {
	content: "\e791";
}
.el-icon-caret-left:before {
	content: "\e792";
}
.el-icon-d-caret:before {
	content: "\e79a";
}
.el-icon-share:before {
	content: "\e793";
}
.el-icon-menu:before {
	content: "\e798";
}
.el-icon-s-grid:before {
	content: "\e7a6";
}
.el-icon-s-check:before {
	content: "\e7a7";
}
.el-icon-s-data:before {
	content: "\e7a8";
}
.el-icon-s-opportunity:before {
	content: "\e7aa";
}
.el-icon-s-custom:before {
	content: "\e7ab";
}
.el-icon-s-claim:before {
	content: "\e7ad";
}
.el-icon-s-finance:before {
	content: "\e7ae";
}
.el-icon-s-comment:before {
	content: "\e7af";
}
.el-icon-s-flag:before {
	content: "\e7b0";
}
.el-icon-s-marketing:before {
	content: "\e7b1";
}
.el-icon-s-shop:before {
	content: "\e7b4";
}
.el-icon-s-open:before {
	content: "\e7b5";
}
.el-icon-s-management:before {
	content: "\e7b6";
}
.el-icon-s-ticket:before {
	content: "\e7b7";
}
.el-icon-s-release:before {
	content: "\e7b8";
}
.el-icon-s-home:before {
	content: "\e7b9";
}
.el-icon-s-promotion:before {
	content: "\e7ba";
}
.el-icon-s-operation:before {
	content: "\e7bb";
}
.el-icon-s-unfold:before {
	content: "\e7bc";
}
.el-icon-s-fold:before {
	content: "\e7a9";
}
.el-icon-s-platform:before {
	content: "\e7bd";
}
.el-icon-s-order:before {
	content: "\e7be";
}
.el-icon-s-cooperation:before {
	content: "\e7bf";
}
.el-icon-bell:before {
	content: "\e725";
}
.el-icon-message-solid:before {
	content: "\e799";
}
.el-icon-video-camera:before {
	content: "\e772";
}
.el-icon-video-camera-solid:before {
	content: "\e796";
}
.el-icon-camera:before {
	content: "\e779";
}
.el-icon-camera-solid:before {
	content: "\e79b";
}
.el-icon-download:before {
	content: "\e77c";
}
.el-icon-upload2:before {
	content: "\e77b";
}
.el-icon-upload:before {
	content: "\e7c3";
}
.el-icon-picture-outline-round:before {
	content: "\e75f";
}
.el-icon-picture-outline:before {
	content: "\e75e";
}
.el-icon-picture:before {
	content: "\e79f";
}
.el-icon-close:before {
	content: "\e6db";
}
.el-icon-check:before {
	content: "\e6da";
}
.el-icon-plus:before {
	content: "\e6d9";
}
.el-icon-minus:before {
	content: "\e6d8";
}
.el-icon-help:before {
	content: "\e73d";
}
.el-icon-s-help:before {
	content: "\e7b3";
}
.el-icon-circle-close:before {
	content: "\e78d";
}
.el-icon-circle-check:before {
	content: "\e720";
}
.el-icon-circle-plus-outline:before {
	content: "\e723";
}
.el-icon-remove-outline:before {
	content: "\e722";
}
.el-icon-zoom-out:before {
	content: "\e776";
}
.el-icon-zoom-in:before {
	content: "\e777";
}
.el-icon-error:before {
	content: "\e79d";
}
.el-icon-success:before {
	content: "\e79c";
}
.el-icon-circle-plus:before {
	content: "\e7a0";
}
.el-icon-remove:before {
	content: "\e7a2";
}
.el-icon-info:before {
	content: "\e7a1";
}
.el-icon-question:before {
	content: "\e7a4";
}
.el-icon-warning-outline:before {
	content: "\e6c9";
}
.el-icon-warning:before {
	content: "\e7a3";
}
.el-icon-goods:before {
	content: "\e7c2";
}
.el-icon-s-goods:before {
	content: "\e7b2";
}
.el-icon-star-off:before {
	content: "\e717";
}
.el-icon-star-on:before {
	content: "\e797";
}
.el-icon-more-outline:before {
	content: "\e6cc";
}
.el-icon-more:before {
	content: "\e794";
}
.el-icon-phone-outline:before {
	content: "\e6cb";
}
.el-icon-phone:before {
	content: "\e795";
}
.el-icon-user:before {
	content: "\e6e3";
}
.el-icon-user-solid:before {
	content: "\e7a5";
}
.el-icon-setting:before {
	content: "\e6ca";
}
.el-icon-s-tools:before {
	content: "\e7ac";
}
.el-icon-delete:before {
	content: "\e6d7";
}
.el-icon-delete-solid:before {
	content: "\e7c9";
}
.el-icon-eleme:before {
	content: "\e7c7";
}
.el-icon-platform-eleme:before {
	content: "\e7ca";
}
.el-icon-loading {
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
.el-icon--right {
	margin-left: 5px;
}
.el-icon--left {
	margin-right: 5px;
}
@-webkit-keyframes rotating {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes rotating {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
}
.el-pagination:after,
.el-pagination:before {
	display: table;
	content: "";
}
.el-pagination:after {
	clear: both;
}
.el-pagination button,
.el-pagination span:not([class*="suffix"]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	box-sizing: border-box;
}
.el-pagination .el-input__inner {
	text-align: center;
	-moz-appearance: textfield;
	line-height: normal;
}
.el-pagination .el-input__suffix {
	right: 0;
	transform: scale(0.8);
}
.el-pagination .el-select .el-input {
	width: 100px;
	margin: 0 5px;
}
.el-pagination .el-select .el-input .el-input__inner {
	padding-right: 25px;
	border-radius: 3px;
}
.el-pagination button {
	border: none;
	padding: 0 6px;
	background: 0 0;
}
.el-pagination button:focus {
	outline: 0;
}
.el-pagination button:hover {
	color: #409eff;
}
.el-pagination button:disabled {
	color: #c0c4cc;
	background-color: #fff;
	cursor: not-allowed;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
	background: 50% no-repeat #fff;
	background-size: 16px;
	cursor: pointer;
	margin: 0;
	color: #303133;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.el-pagination .btn-prev {
	padding-right: 12px;
}
.el-pagination .btn-next {
	padding-left: 12px;
}
.el-pagination .el-pager li.disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
	cursor: pointer;
}
.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
	border-color: transparent;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	min-width: 22px;
}
.el-pagination--small .more:before,
.el-pagination--small li.more:before {
	line-height: 24px;
}
.el-pagination--small button,
.el-pagination--small span:not([class*="suffix"]) {
	height: 22px;
	line-height: 22px;
}
.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
	height: 22px;
}
.el-pagination__sizes {
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #606266;
}
.el-pagination__sizes .el-input .el-input__inner {
	font-size: 13px;
	padding-left: 8px;
}
.el-pagination__sizes .el-input .el-input__inner:hover {
	border-color: #409eff;
}
.el-pagination__total {
	margin-right: 10px;
	font-weight: 400;
	color: #606266;
}
.el-pagination__jump {
	margin-left: 24px;
	font-weight: 400;
	color: #606266;
}
.el-pagination__jump .el-input__inner {
	padding: 0 3px;
}
.el-pagination__rightwrapper {
	float: right;
}
.el-pagination__editor {
	line-height: 18px;
	padding: 0 2px;
	height: 28px;
	text-align: center;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 3px;
}
.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
	padding: 0;
}
.el-pagination__editor.el-input {
	width: 50px;
}
.el-pagination__editor.el-input .el-input__inner {
	height: 28px;
}
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
}
.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
	color: #c0c4cc;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #409eff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #409eff;
	color: #fff;
}
.el-dialog,
.el-pager li {
	background: #fff;
	-webkit-box-sizing: border-box;
}
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
	margin: 0 3px;
	min-width: 22px;
}
.el-pager,
.el-pager li {
	vertical-align: top;
	margin: 0;
	display: inline-block;
}
.el-pager {
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	font-size: 0;
}
.el-date-table,
.el-pager,
.el-table th {
	-webkit-user-select: none;
	-moz-user-select: none;
}
.el-pager .more:before {
	line-height: 30px;
}
.el-pager li {
	padding: 0 4px;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: center;
}
.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
	min-width: 200px;
}
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
	line-height: 28px;
	color: #303133;
}
.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
	color: #c0c4cc;
}
.el-pager li.active + li {
	border-left: 0;
}
.el-pager li:hover {
	color: #409eff;
}
.el-pager li.active {
	color: #409eff;
	cursor: default;
}
@-webkit-keyframes v-modal-in {
	0% {
		opacity: 0;
	}
}
@-webkit-keyframes v-modal-out {
	to {
		opacity: 0;
	}
}
.el-dialog {
	position: relative;
	margin: 0 auto 50px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	width: 50%;
}
.el-dialog.is-fullscreen {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	overflow: auto;
}
.el-dialog__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
}
.el-dialog__header {
	padding: 20px 20px 10px;
}
.el-dialog__headerbtn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
	color: #909399;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
	color: #409eff;
}
.el-dialog__title {
	line-height: 24px;
	font-size: 18px;
	color: #303133;
}
.el-dialog__body {
	padding: 30px 20px;
	color: #606266;
	font-size: 14px;
	word-break: break-all;
}
.el-dialog__footer {
	padding: 10px 20px 20px;
	text-align: right;
	box-sizing: border-box;
}
.el-dialog--center {
	text-align: center;
}
.el-dialog--center .el-dialog__body {
	text-align: left;
	text-align: initial;
	padding: 25px 25px 30px;
}
.el-dialog--center .el-dialog__footer {
	text-align: inherit;
}
.dialog-fade-enter-active {
	-webkit-animation: dialog-fade-in 0.3s;
	animation: dialog-fade-in 0.3s;
}
.dialog-fade-leave-active {
	-webkit-animation: dialog-fade-out 0.3s;
	animation: dialog-fade-out 0.3s;
}
@-webkit-keyframes dialog-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes dialog-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
@keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
.el-autocomplete {
	position: relative;
	display: inline-block;
}
.el-autocomplete-suggestion {
	margin: 5px 0;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 1px solid #e4e7ed;
	box-sizing: border-box;
	background-color: #fff;
}
.el-dropdown-menu,
.el-menu--collapse .el-submenu .el-menu {
	z-index: 10;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-autocomplete-suggestion__wrap {
	max-height: 280px;
	padding: 10px 0;
	box-sizing: border-box;
}
.el-autocomplete-suggestion__list {
	margin: 0;
	padding: 0;
}
.el-autocomplete-suggestion li {
	padding: 0 20px;
	margin: 0;
	line-height: 34px;
	cursor: pointer;
	color: #606266;
	font-size: 14px;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
	background-color: #f5f7fa;
}
.el-autocomplete-suggestion li.divider {
	margin-top: 6px;
	border-top: 1px solid #000;
}
.el-autocomplete-suggestion li.divider:last-child {
	margin-bottom: -6px;
}
.el-autocomplete-suggestion.is-loading li {
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: #999;
}
.el-autocomplete-suggestion.is-loading li:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.el-autocomplete-suggestion.is-loading li:hover {
	background-color: #fff;
}
.el-autocomplete-suggestion.is-loading .el-icon-loading {
	vertical-align: middle;
}
.el-dropdown {
	display: inline-block;
	position: relative;
	color: #606266;
	font-size: 14px;
}
.el-dropdown .el-button-group {
	display: block;
}
.el-dropdown .el-button-group .el-button {
	float: none;
}
.el-dropdown .el-dropdown__caret-button {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	border-left: none;
}
.el-dropdown .el-dropdown__caret-button:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 5px;
	bottom: 5px;
	left: 0;
	background: hsla(0, 0%, 100%, 0.5);
}
.el-dropdown .el-dropdown__caret-button.el-button--default:before {
	background: rgba(220, 223, 230, 0.5);
}
.el-dropdown .el-dropdown__caret-button:hover:before {
	top: 0;
	bottom: 0;
}
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
	padding-left: 0;
}
.el-dropdown__icon {
	font-size: 12px;
	margin: 0 3px;
}
.el-dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-dropdown-menu__item {
	list-style: none;
	line-height: 36px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	color: #606266;
	cursor: pointer;
	outline: 0;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #ecf5ff;
	color: #66b1ff;
}
.el-dropdown-menu__item i {
	margin-right: 5px;
}
.el-dropdown-menu__item--divided {
	position: relative;
	margin-top: 6px;
	border-top: 1px solid #ebeef5;
}
.el-dropdown-menu__item--divided:before {
	content: "";
	height: 6px;
	display: block;
	margin: 0 -20px;
	background-color: #fff;
}
.el-dropdown-menu__item.is-disabled {
	cursor: default;
	color: #bbb;
	pointer-events: none;
}
.el-dropdown-menu--medium {
	padding: 6px 0;
}
.el-dropdown-menu--medium .el-dropdown-menu__item {
	line-height: 30px;
	padding: 0 17px;
	font-size: 14px;
}
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 6px;
}
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 6px;
	margin: 0 -17px;
}
.el-dropdown-menu--small {
	padding: 6px 0;
}
.el-dropdown-menu--small .el-dropdown-menu__item {
	line-height: 27px;
	padding: 0 15px;
	font-size: 13px;
}
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 4px;
}
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 4px;
	margin: 0 -15px;
}
.el-dropdown-menu--mini {
	padding: 3px 0;
}
.el-dropdown-menu--mini .el-dropdown-menu__item {
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
}
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 3px;
}
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 3px;
	margin: 0 -10px;
}
.el-menu {
	border-right: 1px solid #e6e6e6;
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 0;
}
.el-menu,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
	background-color: #fff;
}
.el-menu:after,
.el-menu:before {
	display: table;
	content: "";
}
.el-menu:after {
	clear: both;
}
.el-menu.el-menu--horizontal {
	border-bottom: 1px solid #e6e6e6;
}
.el-menu--horizontal {
	border-right: none;
}
.el-menu--horizontal > .el-menu-item {
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0;
	border-bottom: 2px solid transparent;
	color: #909399;
}
.el-menu--horizontal > .el-menu-item a,
.el-menu--horizontal > .el-menu-item a:hover {
	color: inherit;
}
.el-menu--horizontal > .el-submenu {
	float: left;
}
.el-menu--horizontal > .el-submenu:focus,
.el-menu--horizontal > .el-submenu:hover {
	outline: 0;
}
.el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.el-menu--horizontal > .el-submenu:hover .el-submenu__title {
	color: #303133;
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
	border-bottom: 2px solid #409eff;
	color: #303133;
}
.el-menu--horizontal > .el-submenu .el-submenu__title {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid transparent;
	color: #909399;
}
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
	position: static;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -3px;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
	background-color: #fff;
	float: none;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	color: #909399;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
	color: #303133;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	outline: 0;
	color: #303133;
}
.el-menu--horizontal > .el-menu-item.is-active {
	border-bottom: 2px solid #409eff;
	color: #303133;
}
.el-menu--collapse {
	width: 64px;
}
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
	margin: 0;
	vertical-align: middle;
	width: 24px;
	text-align: center;
}
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
	display: none;
}
.el-menu--collapse > .el-menu-item span,
.el-menu--collapse > .el-submenu > .el-submenu__title span {
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
	display: inline-block;
}
.el-menu--collapse > .el-menu-item.is-active i {
	color: inherit;
}
.el-menu--collapse .el-submenu {
	position: relative;
}
.el-menu--collapse .el-submenu .el-menu {
	position: absolute;
	margin-left: 5px;
	top: 0;
	left: 100%;
	border: 1px solid #e4e7ed;
	border-radius: 2px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-menu-item,
.el-submenu__title {
	height: 56px;
	line-height: 56px;
	position: relative;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	list-style: none;
}
.el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
	transform: none;
}
.el-menu--popup {
	z-index: 100;
	border: none;
	padding: 5px 0;
	border-radius: 2px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-menu--popup-bottom-start {
	margin-top: 5px;
}
.el-menu--popup-right-start {
	margin-left: 5px;
	margin-right: 5px;
}
.el-menu-item {
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	cursor: pointer;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
	box-sizing: border-box;
}
.el-menu-item * {
	vertical-align: middle;
}
.el-menu-item i {
	color: #909399;
}
.el-menu-item:focus,
.el-menu-item:hover {
	outline: 0;
	background-color: #ecf5ff;
}
.el-menu-item.is-disabled {
	opacity: 0.25;
	cursor: not-allowed;
	background: 0 0 !important;
}
.el-menu-item [class^="el-icon-"] {
	margin-right: 5px;
	width: 24px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}
.el-menu-item.is-active {
	color: #409eff;
}
.el-menu-item.is-active i {
	color: inherit;
}
.el-submenu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.el-submenu__title {
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	cursor: pointer;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
	box-sizing: border-box;
}
.el-submenu__title * {
	vertical-align: middle;
}
.el-submenu__title i {
	color: #909399;
}
.el-submenu__title:focus,
.el-submenu__title:hover {
	outline: 0;
	background-color: #ecf5ff;
}
.el-submenu__title.is-disabled {
	opacity: 0.25;
	cursor: not-allowed;
	background: 0 0 !important;
}
.el-submenu__title:hover {
	background-color: #ecf5ff;
}
.el-submenu .el-menu {
	border: none;
}
.el-submenu .el-menu-item {
	height: 50px;
	line-height: 50px;
	padding: 0 45px;
	min-width: 200px;
}
.el-submenu__icon-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition: transform 0.3s;
	font-size: 12px;
}
.el-submenu.is-active .el-submenu__title {
	border-bottom-color: #409eff;
}
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
	transform: rotate(180deg);
}
.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
	opacity: 0.25;
	cursor: not-allowed;
	background: 0 0 !important;
}
.el-submenu [class^="el-icon-"] {
	vertical-align: middle;
	margin-right: 5px;
	width: 24px;
	text-align: center;
	font-size: 18px;
}
.el-menu-item-group > ul {
	padding: 0;
}
.el-menu-item-group__title {
	padding: 7px 0 7px 20px;
	line-height: normal;
	font-size: 12px;
	color: #909399;
}
.el-radio-button__inner,
.el-radio-group {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
	transition: 0.2s;
	opacity: 0;
}
.el-radio-group {
	font-size: 0;
}
.el-radio-button {
	position: relative;
	display: inline-block;
	outline: 0;
}
.el-radio-button__inner {
	white-space: nowrap;
	background: #fff;
	border: 1px solid #dcdfe6;
	font-weight: 500;
	border-left: 0;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 0;
}
.el-radio-button__inner.is-round {
	padding: 12px 20px;
}
.el-radio-button__inner:hover {
	color: #409eff;
}
.el-radio-button__inner [class*="el-icon-"] {
	line-height: 0.9;
}
.el-radio-button__inner [class*="el-icon-"] + span {
	margin-left: 5px;
}
.el-radio-button:first-child .el-radio-button__inner {
	border-left: 1px solid #dcdfe6;
	border-radius: 4px 0 0 4px;
	box-shadow: none !important;
}
.el-radio-button__orig-radio {
	opacity: 0;
	outline: 0;
	position: absolute;
	z-index: -1;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
	box-shadow: -1px 0 0 0 #409eff;
}
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5;
	box-shadow: none;
}
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
	background-color: #f2f6fc;
}
.el-radio-button:last-child .el-radio-button__inner {
	border-radius: 0 4px 4px 0;
}
.el-popover,
.el-radio-button:first-child:last-child .el-radio-button__inner {
	border-radius: 4px;
}
.el-radio-button--medium .el-radio-button__inner {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0;
}
.el-radio-button--medium .el-radio-button__inner.is-round {
	padding: 10px 20px;
}
.el-radio-button--small .el-radio-button__inner {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 0;
}
.el-radio-button--small .el-radio-button__inner.is-round {
	padding: 9px 15px;
}
.el-radio-button--mini .el-radio-button__inner {
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 0;
}
.el-radio-button--mini .el-radio-button__inner.is-round {
	padding: 7px 15px;
}
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
	box-shadow: 0 0 2px 2px #409eff;
}
.el-switch {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
.el-switch__core,
.el-switch__label {
	display: inline-block;
	cursor: pointer;
}
.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
	cursor: not-allowed;
}
.el-switch__label {
	transition: 0.2s;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	color: #303133;
}
.el-switch__label.is-active {
	color: #409eff;
}
.el-switch__label--left {
	margin-right: 10px;
}
.el-switch__label--right {
	margin-left: 10px;
}
.el-switch__label * {
	line-height: 1;
	font-size: 14px;
	display: inline-block;
}
.el-switch__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
}
.el-switch__core {
	margin: 0;
	position: relative;
	width: 40px;
	height: 20px;
	border: 1px solid #dcdfe6;
	outline: 0;
	border-radius: 10px;
	box-sizing: border-box;
	background: #dcdfe6;
	transition: border-color 0.3s, background-color 0.3s;
	vertical-align: middle;
}
.el-switch__core:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	transition: all 0.3s;
	width: 16px;
	height: 16px;
	background-color: #fff;
}
.el-switch.is-checked .el-switch__core {
	border-color: #409eff;
	background-color: #409eff;
}
.el-switch.is-checked .el-switch__core:after {
	left: 100%;
	margin-left: -17px;
}
.el-switch.is-disabled {
	opacity: 0.6;
}
.el-switch--wide .el-switch__label.el-switch__label--left span {
	left: 10px;
}
.el-switch--wide .el-switch__label.el-switch__label--right span {
	right: 10px;
}
.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
	opacity: 0;
}
.el-select-dropdown {
	position: absolute;
	z-index: 1001;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
	color: #409eff;
	background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
	background-color: #f5f7fa;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
	position: absolute;
	right: 20px;
	font-family: element-icons;
	content: "\e6da";
	font-size: 12px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
	padding: 0;
}
.el-select-dropdown__empty {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.el-select-dropdown__wrap {
	max-height: 274px;
}
.el-select-dropdown__list {
	list-style: none;
	padding: 6px 0;
	margin: 0;
	box-sizing: border-box;
}
.el-select-dropdown__item {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
	background-color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
	background-color: #f5f7fa;
}
.el-select-dropdown__item.selected {
	color: #409eff;
	font-weight: 700;
}
.el-select-group {
	margin: 0;
	padding: 0;
}
.el-select-group__wrap {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
	padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type):after {
	content: "";
	position: absolute;
	display: block;
	left: 20px;
	right: 20px;
	bottom: 12px;
	height: 1px;
	background: #e4e7ed;
}
.el-select-group__title {
	padding-left: 20px;
	font-size: 12px;
	color: #909399;
	line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
	padding-left: 20px;
}
.el-select {
	display: inline-block;
	position: relative;
}
.el-select .el-select__tags > span {
	display: contents;
}
.el-select:hover .el-input__inner {
	border-color: #c0c4cc;
}
.el-select .el-input__inner {
	cursor: pointer;
	padding-right: 35px;
}
.el-select .el-input__inner:focus {
	border-color: #409eff;
}
.el-select .el-input .el-select__caret {
	color: #c0c4cc;
	font-size: 14px;
	transition: transform 0.3s;
	transform: rotate(180deg);
	cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
	transform: rotate(0);
}
.el-select .el-input .el-select__caret.is-show-close {
	font-size: 14px;
	text-align: center;
	transform: rotate(180deg);
	border-radius: 100%;
	color: #c0c4cc;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
	color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner {
	cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
	border-color: #e4e7ed;
}
.el-select .el-input.is-focus .el-input__inner {
	border-color: #409eff;
}
.el-select > .el-input {
	display: block;
}
.el-select__input {
	border: none;
	outline: 0;
	padding: 0;
	margin-left: 15px;
	color: #666;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 28px;
	background-color: transparent;
}
.el-select__input.is-mini {
	height: 14px;
}
.el-select__close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	z-index: 1000;
	right: 25px;
	color: #c0c4cc;
	line-height: 18px;
	font-size: 14px;
}
.el-select__close:hover {
	color: #909399;
}
.el-select__tags {
	position: absolute;
	line-height: normal;
	white-space: normal;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.el-select .el-tag__close {
	margin-top: -2px;
}
.el-select .el-tag {
	box-sizing: border-box;
	border-color: transparent;
	margin: 2px 0 2px 6px;
	background-color: #f0f2f5;
}
.el-select .el-tag__close.el-icon-close {
	background-color: #c0c4cc;
	right: -7px;
	top: 0;
	color: #fff;
}
.el-select .el-tag__close.el-icon-close:hover {
	background-color: #909399;
}
.el-table,
.el-table__expanded-cell {
	background-color: #fff;
}
.el-select .el-tag__close.el-icon-close:before {
	display: block;
	transform: translateY(0.5px);
}
.el-table {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	flex: 1;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	color: #606266;
}
.el-table--mini,
.el-table--small,
.el-table__expand-icon {
	font-size: 12px;
}
.el-table__empty-block {
	min-height: 60px;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-table__empty-text {
	line-height: 60px;
	width: 50%;
	color: #909399;
}
.el-table__expand-column .cell {
	padding: 0;
	text-align: center;
}
.el-table__expand-icon {
	position: relative;
	cursor: pointer;
	color: #666;
	transition: transform 0.2s ease-in-out;
	height: 20px;
}
.el-table__expand-icon--expanded {
	transform: rotate(90deg);
}
.el-table__expand-icon > .el-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
}
.el-table__expanded-cell[class*="cell"] {
	padding: 20px 50px;
}
.el-table__expanded-cell:hover {
	background-color: transparent !important;
}
.el-table__placeholder {
	display: inline-block;
	width: 20px;
}
.el-table__append-wrapper {
	overflow: hidden;
}
.el-table--fit {
	border-right: 0;
	border-bottom: 0;
}
.el-table--fit td.gutter,
.el-table--fit th.gutter {
	border-right-width: 1px;
}
.el-table--scrollable-x .el-table__body-wrapper {
	overflow-x: auto;
}
.el-table--scrollable-y .el-table__body-wrapper {
	overflow-y: auto;
}
.el-table thead {
	color: #909399;
	font-weight: 500;
}
.el-table thead.is-group th {
	background: #f5f7fa;
}
.el-table th,
.el-table tr {
	background-color: #fff;
}
.el-table td,
.el-table th {
	padding: 12px 0;
	min-width: 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.el-table td.is-center,
.el-table th.is-center {
	text-align: center;
}
.el-table td.is-right,
.el-table th.is-right {
	text-align: right;
}
.el-table td.gutter,
.el-table th.gutter {
	width: 15px;
	border-right-width: 0;
	border-bottom-width: 0;
	padding: 0;
}
.el-table--medium td,
.el-table--medium th {
	padding: 10px 0;
}
.el-table--small td,
.el-table--small th {
	padding: 8px 0;
}
.el-table--mini td,
.el-table--mini th {
	padding: 6px 0;
}
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell,
.el-table .cell {
	padding-left: 10px;
}
.el-table tr input[type="checkbox"] {
	margin: 0;
}
.el-table td,
.el-table th.is-leaf {
	border-bottom: 1px solid #ebeef5;
}
.el-table th.is-sortable {
	cursor: pointer;
}
.el-table th {
	overflow: hidden;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.el-table th > .cell {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.el-table th > .cell.highlight {
	color: #409eff;
}
.el-table th.required > div:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff4d51;
	margin-right: 5px;
	vertical-align: middle;
}
.el-table td div {
	box-sizing: border-box;
}
.el-table td.gutter {
	width: 0;
}
.el-table .cell {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	line-height: 23px;
	padding-right: 10px;
}
.el-table .cell.el-tooltip {
	white-space: nowrap;
	min-width: 50px;
}
.el-table--border,
.el-table--group {
	border: 1px solid #ebeef5;
}
.el-table--border:after,
.el-table--group:after,
.el-table:before {
	content: "";
	position: absolute;
	background-color: #ebeef5;
	z-index: 1;
}
.el-table--border:after,
.el-table--group:after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
}
.el-table:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.el-table--border {
	border-right: none;
	border-bottom: none;
}
.el-table--border.el-loading-parent--relative {
	border-color: transparent;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
	border-right: 1px solid #ebeef5;
}
.el-table--border th,
.el-table--border th.gutter:last-of-type,
.el-table__fixed-right-patch {
	border-bottom: 1px solid #ebeef5;
}
.el-table__fixed,
.el-table__fixed-right {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.el-table__fixed-right:before,
.el-table__fixed:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ebeef5;
	z-index: 4;
}
.el-table__fixed-right-patch {
	position: absolute;
	top: -1px;
	right: 0;
	background-color: #fff;
}
.el-table__fixed-right {
	top: 0;
	left: auto;
	right: 0;
}
.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
	left: auto;
	right: 0;
}
.el-table__fixed-header-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.el-table__fixed-footer-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.el-table__fixed-footer-wrapper tbody td {
	border-top: 1px solid #ebeef5;
	background-color: #f5f7fa;
	color: #606266;
}
.el-table__fixed-body-wrapper {
	position: absolute;
	left: 0;
	top: 37px;
	overflow: hidden;
	z-index: 3;
}
.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
	width: 100%;
}
.el-table__footer-wrapper {
	margin-top: -1px;
}
.el-table__footer-wrapper td {
	border-top: 1px solid #ebeef5;
}
.el-table__body,
.el-table__footer,
.el-table__header {
	table-layout: fixed;
	border-collapse: separate;
}
.el-table__footer-wrapper,
.el-table__header-wrapper {
	overflow: hidden;
}
.el-table__footer-wrapper tbody td,
.el-table__header-wrapper tbody td {
	background-color: #f5f7fa;
	color: #606266;
}
.el-table__body-wrapper {
	overflow: hidden;
	position: relative;
}
.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
	box-shadow: none;
}
.el-picker-panel,
.el-table-filter {
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right {
	border-left: 1px solid #ebeef5;
}
.el-table .caret-wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	height: 34px;
	width: 24px;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	overflow: initial;
	position: relative;
}
.el-table .sort-caret {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	position: absolute;
	left: 7px;
}
.el-table .sort-caret.ascending {
	border-bottom-color: #c0c4cc;
	top: 5px;
}
.el-table .sort-caret.descending {
	border-top-color: #c0c4cc;
	bottom: 7px;
}
.el-table .ascending .sort-caret.ascending {
	border-bottom-color: #409eff;
}
.el-table .descending .sort-caret.descending {
	border-top-color: #409eff;
}
.el-table .hidden-columns {
	position: absolute;
	z-index: -1;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
	background: #fafafa;
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
	background-color: #ecf5ff;
}
.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
	background-color: #f5f7fa;
}
.el-table__body tr.current-row > td {
	background-color: #ecf5ff;
}
.el-table__column-resize-proxy {
	position: absolute;
	left: 200px;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid #ebeef5;
	z-index: 10;
}
.el-table__column-filter-trigger {
	display: inline-block;
	line-height: 34px;
	cursor: pointer;
}
.el-table__column-filter-trigger i {
	color: #909399;
	font-size: 12px;
	transform: scale(0.75);
}
.el-table--enable-row-transition .el-table__body td {
	transition: background-color 0.25s ease;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #f5f7fa;
}
.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
	bottom: 0;
	overflow: hidden;
}
.el-table [class*="el-table__row--level"] .el-table__expand-icon {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-right: 3px;
}
.el-table-column--selection .cell {
	padding-left: 14px;
	padding-right: 14px;
}
.el-table-filter {
	border: 1px solid #ebeef5;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin: 2px 0;
}
.el-date-table td,
.el-date-table td div {
	height: 30px;
	-webkit-box-sizing: border-box;
}
.el-table-filter__list {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	min-width: 100px;
}
.el-table-filter__list-item {
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
}
.el-table-filter__list-item:hover {
	background-color: #ecf5ff;
	color: #66b1ff;
}
.el-table-filter__list-item.is-active {
	background-color: #409eff;
	color: #fff;
}
.el-table-filter__content {
	min-width: 100px;
}
.el-table-filter__bottom {
	border-top: 1px solid #ebeef5;
	padding: 8px;
}
.el-table-filter__bottom button {
	background: 0 0;
	border: none;
	color: #606266;
	cursor: pointer;
	font-size: 13px;
	padding: 0 3px;
}
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div,
.el-date-table td.in-range div,
.el-date-table td.in-range div:hover {
	background-color: #f2f6fc;
}
.el-table-filter__bottom button:hover {
	color: #409eff;
}
.el-table-filter__bottom button:focus {
	outline: 0;
}
.el-table-filter__bottom button.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-table-filter__wrap {
	max-height: 280px;
}
.el-table-filter__checkbox-group {
	padding: 10px;
}
.el-table-filter__checkbox-group label.el-checkbox {
	display: block;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.el-table-filter__checkbox-group .el-checkbox:last-child {
	margin-bottom: 0;
}
.el-date-table {
	font-size: 12px;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
	color: #606266;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
	margin-left: 5px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
	margin-right: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.el-date-table td {
	width: 32px;
	padding: 4px 0;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.el-date-table td div {
	padding: 3px 0;
	box-sizing: border-box;
}
.el-date-table td span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	line-height: 24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}
.el-date-table td.next-month,
.el-date-table td.prev-month {
	color: #c0c4cc;
}
.el-date-table td.today {
	position: relative;
}
.el-date-table td.today span {
	color: #409eff;
	font-weight: 700;
}
.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
	color: #fff;
}
.el-date-table td.available:hover {
	color: #409eff;
}
.el-date-table td.current:not(.disabled) span {
	color: #fff;
	background-color: #409eff;
}
.el-date-table td.end-date div,
.el-date-table td.start-date div {
	color: #fff;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
	background-color: #409eff;
}
.el-date-table td.start-date div {
	margin-left: 5px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.el-date-table td.end-date div {
	margin-right: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.el-date-table td.disabled div {
	background-color: #f5f7fa;
	opacity: 1;
	cursor: not-allowed;
	color: #c0c4cc;
}
.el-date-table td.selected div {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #f2f6fc;
	border-radius: 15px;
}
.el-date-table td.selected div:hover {
	background-color: #f2f6fc;
}
.el-date-table td.selected span {
	background-color: #409eff;
	color: #fff;
	border-radius: 15px;
}
.el-date-table td.week {
	font-size: 80%;
	color: #606266;
}
.el-month-table,
.el-year-table {
	font-size: 12px;
	border-collapse: collapse;
}
.el-date-table th {
	padding: 5px;
	color: #606266;
	font-weight: 400;
	border-bottom: 1px solid #ebeef5;
}
.el-month-table {
	margin: -1px;
}
.el-month-table td {
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}
.el-month-table td div {
	height: 48px;
	padding: 6px 0;
	box-sizing: border-box;
}
.el-month-table td.today .cell {
	color: #409eff;
	font-weight: 700;
}
.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
	color: #fff;
}
.el-month-table td.disabled .cell {
	background-color: #f5f7fa;
	cursor: not-allowed;
	color: #c0c4cc;
}
.el-month-table td.disabled .cell:hover {
	color: #c0c4cc;
}
.el-month-table td .cell {
	width: 60px;
	height: 36px;
	display: block;
	line-height: 36px;
	color: #606266;
	margin: 0 auto;
	border-radius: 18px;
}
.el-month-table td .cell:hover {
	color: #409eff;
}
.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
	background-color: #f2f6fc;
}
.el-month-table td.end-date div,
.el-month-table td.start-date div {
	color: #fff;
}
.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
	color: #fff;
	background-color: #409eff;
}
.el-month-table td.start-date div {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}
.el-month-table td.end-date div {
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}
.el-month-table td.current:not(.disabled) .cell {
	color: #409eff;
}
.el-year-table {
	margin: -1px;
}
.el-year-table .el-icon {
	color: #303133;
}
.el-year-table td {
	text-align: center;
	padding: 20px 3px;
	cursor: pointer;
}
.el-year-table td.today .cell {
	color: #409eff;
	font-weight: 700;
}
.el-year-table td.disabled .cell {
	background-color: #f5f7fa;
	cursor: not-allowed;
	color: #c0c4cc;
}
.el-year-table td.disabled .cell:hover {
	color: #c0c4cc;
}
.el-year-table td .cell {
	width: 48px;
	height: 32px;
	display: block;
	line-height: 32px;
	color: #606266;
	margin: 0 auto;
}
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
	color: #409eff;
}
.el-date-range-picker {
	width: 646px;
}
.el-date-range-picker.has-sidebar {
	width: 756px;
}
.el-date-range-picker table {
	table-layout: fixed;
	width: 100%;
}
.el-date-range-picker .el-picker-panel__body {
	min-width: 513px;
}
.el-date-range-picker .el-picker-panel__content {
	margin: 0;
}
.el-date-range-picker__header {
	position: relative;
	text-align: center;
	height: 28px;
}
.el-date-range-picker__header [class*="arrow-left"] {
	float: left;
}
.el-date-range-picker__header [class*="arrow-right"] {
	float: right;
}
.el-date-range-picker__header div {
	font-size: 16px;
	font-weight: 500;
	margin-right: 50px;
}
.el-date-range-picker__content {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 16px;
}
.el-date-range-picker__content.is-left {
	border-right: 1px solid #e4e4e4;
}
.el-date-range-picker__content .el-date-range-picker__header div {
	margin-left: 50px;
	margin-right: 50px;
}
.el-date-range-picker__editors-wrap {
	box-sizing: border-box;
	display: table-cell;
}
.el-date-range-picker__editors-wrap.is-right {
	text-align: right;
}
.el-date-range-picker__time-header {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	padding: 8px 5px 5px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.el-date-range-picker__time-header > .el-icon-arrow-right {
	font-size: 20px;
	vertical-align: middle;
	display: table-cell;
	color: #303133;
}
.el-date-range-picker__time-picker-wrap {
	position: relative;
	display: table-cell;
	padding: 0 5px;
}
.el-date-range-picker__time-picker-wrap .el-picker-panel {
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 1;
	background: #fff;
}
.el-date-picker {
	width: 322px;
}
.el-date-picker.has-sidebar.has-time {
	width: 434px;
}
.el-date-picker.has-sidebar {
	width: 438px;
}
.el-date-picker.has-time .el-picker-panel__body-wrapper {
	position: relative;
}
.el-date-picker .el-picker-panel__content {
	width: 292px;
}
.el-date-picker table {
	table-layout: fixed;
	width: 100%;
}
.el-date-picker__editor-wrap {
	position: relative;
	display: table-cell;
	padding: 0 5px;
}
.el-date-picker__time-header {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	padding: 8px 5px 5px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.el-date-picker__header {
	margin: 12px;
	text-align: center;
}
.el-date-picker__header--bordered {
	margin-bottom: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebeef5;
}
.el-date-picker__header--bordered + .el-picker-panel__content {
	margin-top: 0;
}
.el-date-picker__header-label {
	font-size: 16px;
	font-weight: 500;
	padding: 0 5px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	color: #606266;
}
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
	color: #409eff;
}
.el-date-picker__prev-btn {
	float: left;
}
.el-date-picker__next-btn {
	float: right;
}
.el-date-picker__time-wrap {
	padding: 10px;
	text-align: center;
}
.el-date-picker__time-label {
	float: left;
	cursor: pointer;
	line-height: 30px;
	margin-left: 10px;
}
.time-select {
	margin: 5px 0;
	min-width: 0;
}
.time-select .el-picker-panel__content {
	max-height: 200px;
	margin: 0;
}
.time-select-item {
	padding: 8px 10px;
	font-size: 14px;
	line-height: 20px;
}
.time-select-item.selected:not(.disabled) {
	color: #409eff;
	font-weight: 700;
}
.time-select-item.disabled {
	color: #e4e7ed;
	cursor: not-allowed;
}
.time-select-item:hover {
	background-color: #f5f7fa;
	font-weight: 700;
	cursor: pointer;
}
.el-date-editor {
	position: relative;
	display: inline-block;
	text-align: left;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
	width: 220px;
}
.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
	width: 300px;
}
.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
	width: 350px;
}
.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
	width: 400px;
}
.el-date-editor--dates .el-input__inner {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.el-date-editor .el-icon-circle-close {
	cursor: pointer;
}
.el-date-editor .el-range__icon {
	font-size: 14px;
	margin-left: -5px;
	color: #c0c4cc;
	float: left;
	line-height: 32px;
}
.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
	height: 100%;
	margin: 0;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}
.el-date-editor .el-range-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	padding: 0;
	width: 39%;
	color: #606266;
}
.el-date-editor .el-range-input:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-date-editor .el-range-input::-moz-placeholder {
	color: #c0c4cc;
}
.el-date-editor .el-range-input::placeholder {
	color: #c0c4cc;
}
.el-date-editor .el-range-separator {
	padding: 0 5px;
	line-height: 32px;
	width: 5%;
	color: #303133;
}
.el-date-editor .el-range__close-icon {
	font-size: 14px;
	color: #c0c4cc;
	width: 25px;
	display: inline-block;
	float: right;
	line-height: 32px;
}
.el-range-editor.el-input__inner {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
}
.el-range-editor .el-range-input {
	line-height: 1;
}
.el-range-editor.is-active,
.el-range-editor.is-active:hover {
	border-color: #409eff;
}
.el-range-editor--medium.el-input__inner {
	height: 36px;
}
.el-range-editor--medium .el-range-separator {
	line-height: 28px;
	font-size: 14px;
}
.el-range-editor--medium .el-range-input {
	font-size: 14px;
}
.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
	line-height: 28px;
}
.el-range-editor--small.el-input__inner {
	height: 32px;
}
.el-range-editor--small .el-range-separator {
	line-height: 24px;
	font-size: 13px;
}
.el-range-editor--small .el-range-input {
	font-size: 13px;
}
.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
	line-height: 24px;
}
.el-range-editor--mini.el-input__inner {
	height: 28px;
}
.el-range-editor--mini .el-range-separator {
	line-height: 20px;
	font-size: 12px;
}
.el-range-editor--mini .el-range-input {
	font-size: 12px;
}
.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
	line-height: 20px;
}
.el-range-editor.is-disabled {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
	border-color: #e4e7ed;
}
.el-range-editor.is-disabled input {
	background-color: #f5f7fa;
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-range-editor.is-disabled input:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-range-editor.is-disabled input::-moz-placeholder {
	color: #c0c4cc;
}
.el-range-editor.is-disabled input::placeholder {
	color: #c0c4cc;
}
.el-range-editor.is-disabled .el-range-separator {
	color: #c0c4cc;
}
.el-picker-panel {
	color: #606266;
	border: 1px solid #e4e7ed;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 4px;
	line-height: 30px;
	margin: 5px 0;
}
.el-popover,
.el-time-panel {
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
	content: "";
	display: table;
	clear: both;
}
.el-picker-panel__content {
	position: relative;
	margin: 15px;
}
.el-picker-panel__footer {
	border-top: 1px solid #e4e4e4;
	padding: 4px;
	text-align: right;
	background-color: #fff;
	position: relative;
	font-size: 0;
}
.el-picker-panel__shortcut {
	display: block;
	width: 100%;
	border: 0;
	background-color: transparent;
	line-height: 28px;
	font-size: 14px;
	color: #606266;
	padding-left: 12px;
	text-align: left;
	outline: 0;
	cursor: pointer;
}
.el-picker-panel__shortcut:hover {
	color: #409eff;
}
.el-picker-panel__shortcut.active {
	background-color: #e6f1fe;
	color: #409eff;
}
.el-picker-panel__btn {
	border: 1px solid #dcdcdc;
	color: #333;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	background-color: transparent;
	outline: 0;
	font-size: 12px;
}
.el-picker-panel__btn[disabled] {
	color: #ccc;
	cursor: not-allowed;
}
.el-picker-panel__icon-btn {
	font-size: 12px;
	color: #303133;
	border: 0;
	background: 0 0;
	cursor: pointer;
	outline: 0;
	margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
	color: #409eff;
}
.el-picker-panel__icon-btn.is-disabled {
	color: #bbb;
}
.el-picker-panel__icon-btn.is-disabled:hover {
	cursor: not-allowed;
}
.el-picker-panel__link-btn {
	vertical-align: middle;
}
.el-picker-panel [slot="sidebar"],
.el-picker-panel__sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 110px;
	border-right: 1px solid #e4e4e4;
	box-sizing: border-box;
	padding-top: 6px;
	background-color: #fff;
	overflow: auto;
}
.el-picker-panel [slot="sidebar"] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
	margin-left: 110px;
}
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
	width: 33.3%;
}
.el-time-spinner__wrapper {
	max-height: 190px;
	overflow: auto;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	position: relative;
}
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
	padding-bottom: 15px;
}
.el-time-spinner__input.el-input .el-input__inner,
.el-time-spinner__list {
	padding: 0;
	text-align: center;
}
.el-time-spinner__wrapper.is-arrow {
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
	transform: translateY(-32px);
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: #fff;
	cursor: default;
}
.el-time-spinner__arrow {
	font-size: 12px;
	color: #909399;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.el-time-spinner__arrow:hover {
	color: #409eff;
}
.el-time-spinner__arrow.el-icon-arrow-up {
	top: 10px;
}
.el-time-spinner__arrow.el-icon-arrow-down {
	bottom: 10px;
}
.el-time-spinner__input.el-input {
	width: 70%;
}
.el-time-spinner__list {
	margin: 0;
	list-style: none;
}
.el-time-spinner__list:after,
.el-time-spinner__list:before {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
}
.el-time-spinner__item {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #606266;
}
.el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: #f5f7fa;
	cursor: pointer;
}
.el-time-spinner__item.active:not(.disabled) {
	color: #303133;
	font-weight: 700;
}
.el-time-spinner__item.disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-time-panel {
	margin: 5px 0;
	border: 1px solid #e4e7ed;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: absolute;
	width: 180px;
	left: 0;
	z-index: 1000;
	user-select: none;
	box-sizing: content-box;
}
.el-slider__button,
.el-slider__button-wrapper,
.el-time-panel {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.el-time-panel__content {
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.el-time-panel__content:after,
.el-time-panel__content:before {
	content: "";
	top: 50%;
	position: absolute;
	margin-top: -15px;
	height: 32px;
	z-index: -1;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 6px;
	text-align: left;
	border-top: 1px solid #e4e7ed;
	border-bottom: 1px solid #e4e7ed;
}
.el-time-panel__content:after {
	left: 50%;
	margin-left: 12%;
	margin-right: 12%;
}
.el-time-panel__content:before {
	padding-left: 50%;
	margin-right: 12%;
	margin-left: 12%;
}
.el-time-panel__content.has-seconds:after {
	left: 66.66667%;
}
.el-time-panel__content.has-seconds:before {
	padding-left: 33.33333%;
}
.el-time-panel__footer {
	border-top: 1px solid #e4e4e4;
	padding: 4px;
	height: 36px;
	line-height: 25px;
	text-align: right;
	box-sizing: border-box;
}
.el-time-panel__btn {
	border: none;
	line-height: 28px;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
	background-color: transparent;
	outline: 0;
	font-size: 12px;
	color: #303133;
}
.el-time-panel__btn.confirm {
	font-weight: 800;
	color: #409eff;
}
.el-time-range-picker {
	width: 354px;
	overflow: visible;
}
.el-time-range-picker__content {
	position: relative;
	text-align: center;
	padding: 10px;
}
.el-time-range-picker__cell {
	box-sizing: border-box;
	margin: 0;
	padding: 4px 7px 7px;
	width: 50%;
	display: inline-block;
}
.el-time-range-picker__header {
	margin-bottom: 5px;
	text-align: center;
	font-size: 14px;
}
.el-time-range-picker__body {
	border-radius: 2px;
	border: 1px solid #e4e7ed;
}
.el-popover {
	position: absolute;
	background: #fff;
	min-width: 150px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	word-break: break-all;
}
.el-popover--plain {
	padding: 18px 20px;
}
.el-popover__title {
	color: #303133;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}
.v-modal-enter {
	-webkit-animation: v-modal-in 0.2s ease;
	animation: v-modal-in 0.2s ease;
}
.v-modal-leave {
	-webkit-animation: v-modal-out 0.2s ease forwards;
	animation: v-modal-out 0.2s ease forwards;
}
@keyframes v-modal-in {
	0% {
		opacity: 0;
	}
}
@keyframes v-modal-out {
	to {
		opacity: 0;
	}
}
.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #1b1b23;
}
.el-popup-parent--hidden {
	overflow: hidden;
}
.el-message-box {
	display: inline-block;
	width: 420px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	font-size: 18px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	text-align: left;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.el-message-box__wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.el-message-box__wrapper:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.el-message-box__header {
	position: relative;
	padding: 15px 15px 10px;
}
.el-message-box__title {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
	color: #303133;
}
.el-message-box__headerbtn {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	border: none;
	outline: 0;
	background: 0 0;
	font-size: 16px;
	cursor: pointer;
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
	border-color: #f56c6c;
}
.el-message-box__headerbtn .el-message-box__close {
	color: #909399;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
	color: #409eff;
}
.el-message-box__content {
	padding: 10px 15px;
	color: #606266;
	font-size: 14px;
}
.el-message-box__container {
	position: relative;
}
.el-message-box__input {
	padding-top: 15px;
}
.el-message-box__status {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px !important;
}
.el-message-box__status:before {
	padding-left: 1px;
}
.el-message-box__status + .el-message-box__message {
	padding-left: 36px;
	padding-right: 12px;
}
.el-message-box__status.el-icon-success {
	color: #67c23a;
}
.el-message-box__status.el-icon-info {
	color: #909399;
}
.el-message-box__status.el-icon-warning {
	color: #e6a23c;
}
.el-message-box__status.el-icon-error {
	color: #f56c6c;
}
.el-message-box__message {
	margin: 0;
}
.el-message-box__message p {
	margin: 0;
	line-height: 24px;
}
.el-message-box__errormsg {
	color: #f56c6c;
	font-size: 12px;
	min-height: 18px;
	margin-top: 2px;
}
.el-message-box__btns {
	padding: 5px 15px 0;
	text-align: right;
}
.el-message-box__btns button:nth-child(2) {
	margin-left: 10px;
}
.el-message-box__btns-reverse {
	flex-direction: row-reverse;
}
.el-message-box--center {
	padding-bottom: 30px;
}
.el-message-box--center .el-message-box__header {
	padding-top: 30px;
}
.el-message-box--center .el-message-box__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.el-message-box--center .el-message-box__status {
	position: relative;
	top: auto;
	padding-right: 5px;
	text-align: center;
	transform: translateY(-1px);
}
.el-message-box--center .el-message-box__message {
	margin-left: 0;
}
.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
	text-align: center;
}
.el-message-box--center .el-message-box__content {
	padding-left: 27px;
	padding-right: 27px;
}
.msgbox-fade-enter-active {
	-webkit-animation: msgbox-fade-in 0.3s;
	animation: msgbox-fade-in 0.3s;
}
.msgbox-fade-leave-active {
	-webkit-animation: msgbox-fade-out 0.3s;
	animation: msgbox-fade-out 0.3s;
}
@-webkit-keyframes msgbox-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes msgbox-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes msgbox-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
@keyframes msgbox-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
.el-breadcrumb {
	font-size: 14px;
	line-height: 1;
}
.el-breadcrumb:after,
.el-breadcrumb:before {
	display: table;
	content: "";
}
.el-breadcrumb:after {
	clear: both;
}
.el-breadcrumb__separator {
	margin: 0 9px;
	font-weight: 700;
	color: #c0c4cc;
}
.el-breadcrumb__separator[class*="icon"] {
	margin: 0 6px;
	font-weight: 400;
}
.el-breadcrumb__item {
	float: left;
}
.el-breadcrumb__inner {
	color: #606266;
}
.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #303133;
}
.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
	color: #409eff;
	cursor: pointer;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
	font-weight: 400;
	color: #606266;
	cursor: text;
}
.el-breadcrumb__item:last-child .el-breadcrumb__separator {
	display: none;
}
.el-form--label-left .el-form-item__label {
	text-align: left;
}
.el-form--label-top .el-form-item__label {
	float: none;
	display: inline-block;
	text-align: left;
	padding: 0 0 10px;
}
.el-form--inline .el-form-item {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.el-form--inline .el-form-item__label {
	float: none;
	display: inline-block;
}
.el-form--inline .el-form-item__content {
	display: inline-block;
	vertical-align: top;
}
.el-form--inline.el-form--label-top .el-form-item__content {
	display: block;
}
.el-form-item {
	margin-bottom: 22px;
}
.el-form-item:after,
.el-form-item:before {
	display: table;
	content: "";
}
.el-form-item:after {
	clear: both;
}
.el-form-item .el-form-item {
	margin-bottom: 0;
}
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
	margin-bottom: 18px;
}
.el-form-item .el-input__validateIcon {
	display: none;
}
.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
	line-height: 36px;
}
.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
	line-height: 32px;
}
.el-form-item--small .el-form-item__error {
	padding-top: 2px;
}
.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
	line-height: 28px;
}
.el-form-item--mini .el-form-item__error {
	padding-top: 1px;
}
.el-form-item__label-wrap {
	float: left;
}
.el-form-item__label-wrap .el-form-item__label {
	display: inline-block;
	float: none;
}
.el-form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
	padding: 0 12px 0 0;
	box-sizing: border-box;
}
.el-form-item__content {
	line-height: 40px;
	position: relative;
	font-size: 14px;
}
.el-form-item__content:after,
.el-form-item__content:before {
	display: table;
	content: "";
}
.el-form-item__content:after {
	clear: both;
}
.el-form-item__content .el-input-group {
	vertical-align: top;
}
.el-form-item__error {
	color: #f56c6c;
	font-size: 12px;
	line-height: 1;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	left: 0;
}
.el-form-item__error--inline {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
	content: "*";
	color: #f56c6c;
	margin-right: 4px;
}
.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
	border-color: transparent;
}
.el-form-item.is-error .el-input__validateIcon {
	color: #f56c6c;
}
.el-form-item--feedback .el-input__validateIcon {
	display: inline-block;
}
.el-tabs__header {
	padding: 0;
	position: relative;
	margin: 0 0 15px;
}
.el-tabs__active-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #409eff;
	z-index: 1;
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	list-style: none;
}
.el-tabs__new-tab {
	float: right;
	border: 1px solid #d3dce6;
	height: 18px;
	width: 18px;
	line-height: 18px;
	margin: 12px 0 9px 10px;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	color: #d3dce6;
	cursor: pointer;
	transition: all 0.15s;
}
.el-collapse-item__arrow,
.el-tabs__nav {
	-webkit-transition: -webkit-transform 0.3s;
}
.el-tabs__new-tab .el-icon-plus {
	transform: scale(0.8);
}
.el-tabs__new-tab:hover {
	color: #409eff;
}
.el-tabs__nav-wrap {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}
.el-tabs__nav-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #e4e7ed;
	z-index: 1;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap:after,
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap:after {
	content: none;
}
.el-tabs__nav-wrap.is-scrollable {
	padding: 0 20px;
	box-sizing: border-box;
}
.el-tabs__nav-scroll {
	overflow: hidden;
}
.el-tabs__nav-next,
.el-tabs__nav-prev {
	position: absolute;
	cursor: pointer;
	line-height: 44px;
	font-size: 12px;
	color: #909399;
}
.el-tabs__nav-next {
	right: 0;
}
.el-tabs__nav-prev {
	left: 0;
}
.el-tabs__nav {
	white-space: nowrap;
	position: relative;
	transition: transform 0.3s;
	float: left;
	z-index: 2;
}
.el-tabs__nav.is-stretch {
	min-width: 100%;
	display: flex;
}
.el-tabs__nav.is-stretch > * {
	flex: 1;
	text-align: center;
}
.el-tabs__item {
	padding: 0 20px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	color: #303133;
	position: relative;
}
.el-tabs__item:focus,
.el-tabs__item:focus:active {
	outline: 0;
}
.el-tabs__item:focus.is-active.is-focus:not(:active) {
	box-shadow: inset 0 0 2px 2px #409eff;
	border-radius: 3px;
}
.el-tabs__item .el-icon-close {
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-left: 5px;
}
.el-tabs__item .el-icon-close:before {
	transform: scale(0.9);
	display: inline-block;
}
.el-tabs__item .el-icon-close:hover {
	background-color: #c0c4cc;
	color: #fff;
}
.el-tabs__item.is-active {
	color: #409eff;
}
.el-tabs__item:hover {
	color: #409eff;
	cursor: pointer;
}
.el-tabs__item.is-disabled {
	color: #c0c4cc;
	cursor: default;
}
.el-tabs__content {
	overflow: hidden;
	position: relative;
}
.el-tabs--card > .el-tabs__header {
	border-bottom: 1px solid #e4e7ed;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
	border: 1px solid #e4e7ed;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
}
.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
	display: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
	position: relative;
	font-size: 12px;
	width: 0;
	height: 14px;
	vertical-align: middle;
	line-height: 15px;
	overflow: hidden;
	top: -1px;
	right: -2px;
	transform-origin: 100% 50%;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
	width: 14px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item {
	border-bottom: 1px solid transparent;
	border-left: 1px solid #e4e7ed;
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
	border-left: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
	padding-left: 13px;
	padding-right: 13px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
	border-bottom-color: #fff;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
	padding-left: 20px;
	padding-right: 20px;
}
.el-tabs--border-card {
	background: #fff;
	border: 1px solid #dcdfe6;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.el-tabs--border-card > .el-tabs__content {
	padding: 15px;
}
.el-tabs--border-card > .el-tabs__header {
	background-color: #f5f7fa;
	border-bottom: 1px solid #e4e7ed;
	margin: 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid transparent;
	margin-top: -1px;
	color: #909399;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item,
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
	margin-left: -1px;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
	color: #409eff;
	background-color: #fff;
	border-right-color: #dcdfe6;
	border-left-color: #dcdfe6;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
	color: #409eff;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
	color: #c0c4cc;
}
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
	margin-left: 0;
}
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
	padding-left: 0;
}
.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
	padding-right: 0;
}
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
	padding-left: 20px;
}
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child {
	padding-right: 20px;
}
.el-tabs--bottom .el-tabs__header.is-bottom {
	margin-bottom: 0;
	margin-top: 10px;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
	border-bottom: 0;
	border-top: 1px solid #dcdfe6;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
	margin-top: -1px;
	margin-bottom: 0;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
	border: 1px solid transparent;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
	margin: 0 -1px -1px;
}
.el-tabs--left,
.el-tabs--right {
	overflow: hidden;
}
.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
	height: 100%;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
	top: 0;
	bottom: auto;
	width: 2px;
	height: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
	margin-bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
	transform: rotate(90deg);
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
	left: auto;
	top: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
	right: auto;
	bottom: 0;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left:after {
	right: 0;
	left: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
	padding: 30px 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left:after,
.el-tabs--left .el-tabs__nav-wrap.is-right:after,
.el-tabs--right .el-tabs__nav-wrap.is-left:after,
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
	height: 100%;
	width: 2px;
	bottom: auto;
	top: 0;
}
.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
	float: none;
}
.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
	display: block;
}
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
	display: none;
}
.el-tabs--left .el-tabs__header.is-left {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left {
	margin-right: -1px;
}
.el-tabs--left .el-tabs__item.is-left {
	text-align: right;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
	border: 1px solid #e4e7ed;
	border-bottom: none;
	border-left: none;
	text-align: left;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
	border-right: 1px solid #e4e7ed;
	border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
	border: none;
	border-top: 1px solid #e4e7ed;
	border-right: 1px solid #fff;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
	border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
	border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__nav {
	border-radius: 4px 0 0 4px;
	border-bottom: 1px solid #e4e7ed;
	border-right: none;
}
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
	float: none;
}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
	border-right: 1px solid #dfe4ed;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
	border: 1px solid transparent;
	margin: -1px 0 -1px -1px;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
	border-color: #d1dbe5 transparent;
}
.el-tabs--right .el-tabs__header.is-right {
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right {
	margin-left: -1px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
	left: 0;
	right: auto;
}
.el-tabs--right .el-tabs__active-bar.is-right {
	left: 0;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
	border-bottom: none;
	border-top: 1px solid #e4e7ed;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
	border-left: 1px solid #e4e7ed;
	border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
	border: none;
	border-top: 1px solid #e4e7ed;
	border-left: 1px solid #fff;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
	border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
	border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__nav {
	border-radius: 0 4px 4px 0;
	border-bottom: 1px solid #e4e7ed;
	border-left: none;
}
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
	border-left: 1px solid #dfe4ed;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
	border: 1px solid transparent;
	margin: -1px -1px -1px 0;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
	border-color: #d1dbe5 transparent;
}
.slideInLeft-transition,
.slideInRight-transition {
	display: inline-block;
}
.slideInRight-enter {
	-webkit-animation: slideInRight-enter 0.3s;
	animation: slideInRight-enter 0.3s;
}
.slideInRight-leave {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-animation: slideInRight-leave 0.3s;
	animation: slideInRight-leave 0.3s;
}
.slideInLeft-enter {
	-webkit-animation: slideInLeft-enter 0.3s;
	animation: slideInLeft-enter 0.3s;
}
.slideInLeft-leave {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-animation: slideInLeft-leave 0.3s;
	animation: slideInLeft-leave 0.3s;
}
@-webkit-keyframes slideInRight-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0);
	}
}
@keyframes slideInRight-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0);
	}
}
@-webkit-keyframes slideInRight-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform-origin: 0 0;
		transform: translateX(100%);
		opacity: 0;
	}
}
@keyframes slideInRight-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform-origin: 0 0;
		transform: translateX(100%);
		opacity: 0;
	}
}
@-webkit-keyframes slideInLeft-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(-100%);
	}
	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0);
	}
}
@keyframes slideInLeft-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(-100%);
	}
	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0);
	}
}
@-webkit-keyframes slideInLeft-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform-origin: 0 0;
		transform: translateX(-100%);
		opacity: 0;
	}
}
@keyframes slideInLeft-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform-origin: 0 0;
		transform: translateX(-100%);
		opacity: 0;
	}
}
.el-tree {
	position: relative;
	cursor: default;
	background: #fff;
	color: #606266;
}
.el-tree__empty-block {
	position: relative;
	min-height: 60px;
	text-align: center;
	width: 100%;
	height: 100%;
}
.el-tree__empty-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #909399;
	font-size: 14px;
}
.el-tree__drop-indicator {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #409eff;
}
.el-tree-node {
	white-space: nowrap;
	outline: 0;
}
.el-tree-node:focus > .el-tree-node__content {
	background-color: #f5f7fa;
}
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
	background-color: #409eff;
	color: #fff;
}
.el-tree-node__content {
	display: flex;
	align-items: center;
	height: 26px;
	cursor: pointer;
}
.el-tree-node__content > .el-tree-node__expand-icon {
	padding: 6px;
}
.el-tree-node__content > label.el-checkbox {
	margin-right: 8px;
}
.el-tree-node__content:hover {
	background-color: #f5f7fa;
}
.el-tree.is-dragging .el-tree-node__content {
	cursor: move;
}
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
	cursor: not-allowed;
}
.el-tree-node__expand-icon {
	cursor: pointer;
	color: #c0c4cc;
	font-size: 12px;
	transform: rotate(0);
	transition: transform 0.3s ease-in-out;
}
.el-tree-node__expand-icon.expanded {
	transform: rotate(90deg);
}
.el-tree-node__expand-icon.is-leaf {
	color: transparent;
	cursor: default;
}
.el-tree-node__label {
	font-size: 14px;
}
.el-tree-node__loading-icon {
	margin-right: 8px;
	font-size: 14px;
	color: #c0c4cc;
}
.el-tree-node > .el-tree-node__children {
	overflow: hidden;
	background-color: transparent;
}
.el-tree-node.is-expanded > .el-tree-node__children {
	display: block;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
	background-color: #f0f7ff;
}
.el-alert {
	width: 100%;
	padding: 8px 16px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	opacity: 1;
	display: flex;
	align-items: center;
	transition: opacity 0.2s;
}
.el-alert.is-light .el-alert__closebtn {
	color: #c0c4cc;
}
.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
	color: #fff;
}
.el-alert.is-center {
	justify-content: center;
}
.el-alert--success.is-light {
	background-color: #f0f9eb;
	color: #67c23a;
}
.el-alert--success.is-light .el-alert__description {
	color: #67c23a;
}
.el-alert--success.is-dark {
	background-color: #67c23a;
	color: #fff;
}
.el-alert--info.is-light {
	background-color: #f4f4f5;
	color: #909399;
}
.el-alert--info.is-dark {
	background-color: #909399;
	color: #fff;
}
.el-alert--info .el-alert__description {
	color: #909399;
}
.el-alert--warning.is-light {
	background-color: #fdf6ec;
	color: #e6a23c;
}
.el-alert--warning.is-light .el-alert__description {
	color: #e6a23c;
}
.el-alert--warning.is-dark {
	background-color: #e6a23c;
	color: #fff;
}
.el-alert--error.is-light {
	background-color: #fef0f0;
	color: #f56c6c;
}
.el-alert--error.is-light .el-alert__description {
	color: #f56c6c;
}
.el-alert--error.is-dark {
	background-color: #f56c6c;
	color: #fff;
}
.el-alert__content {
	display: table-cell;
	padding: 0 8px;
}
.el-alert__icon {
	font-size: 16px;
	width: 16px;
}
.el-alert__icon.is-big {
	font-size: 28px;
	width: 28px;
}
.el-alert__title {
	font-size: 13px;
	line-height: 18px;
}
.el-alert__title.is-bold {
	font-weight: 700;
}
.el-alert .el-alert__description {
	font-size: 12px;
	margin: 5px 0 0;
}
.el-alert__closebtn {
	font-size: 12px;
	opacity: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}
.el-alert-fade-enter,
.el-alert-fade-leave-active,
.el-loading-fade-enter,
.el-loading-fade-leave-active,
.el-notification-fade-leave-active {
	opacity: 0;
}
.el-alert__closebtn.is-customed {
	font-style: normal;
	font-size: 13px;
	top: 9px;
}
.el-notification {
	display: flex;
	width: 330px;
	padding: 14px 26px 14px 13px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ebeef5;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s;
	overflow: hidden;
}
.el-notification.right {
	right: 16px;
}
.el-notification.left {
	left: 16px;
}
.el-notification__group {
	margin-left: 13px;
	margin-right: 8px;
}
.el-notification__title {
	font-weight: 700;
	font-size: 16px;
	color: #303133;
	margin: 0;
}
.el-notification__content {
	font-size: 14px;
	line-height: 21px;
	margin: 6px 0 0;
	color: #606266;
	text-align: justify;
}
.el-notification__content p {
	margin: 0;
}
.el-notification__icon {
	height: 24px;
	width: 24px;
	font-size: 24px;
}
.el-notification__closeBtn {
	position: absolute;
	top: 18px;
	right: 15px;
	cursor: pointer;
	color: #909399;
	font-size: 16px;
}
.el-notification__closeBtn:hover {
	color: #606266;
}
.el-notification .el-icon-success {
	color: #67c23a;
}
.el-notification .el-icon-error {
	color: #f56c6c;
}
.el-notification .el-icon-info {
	color: #909399;
}
.el-notification .el-icon-warning {
	color: #e6a23c;
}
.el-notification-fade-enter.right {
	right: 0;
	transform: translateX(100%);
}
.el-notification-fade-enter.left {
	left: 0;
	transform: translateX(-100%);
}
.el-input-number {
	position: relative;
	display: inline-block;
	width: 180px;
	line-height: 38px;
}
.el-input-number .el-input {
	display: block;
}
.el-input-number .el-input__inner {
	-webkit-appearance: none;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.el-input-number__decrease,
.el-input-number__increase {
	position: absolute;
	z-index: 1;
	top: 1px;
	width: 40px;
	height: auto;
	text-align: center;
	background: #f5f7fa;
	color: #606266;
	cursor: pointer;
	font-size: 13px;
}
.el-input-number__decrease:hover,
.el-input-number__increase:hover {
	color: #409eff;
}
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
	border-color: #409eff;
}
.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-input-number__increase {
	right: 1px;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #dcdfe6;
}
.el-input-number__decrease {
	left: 1px;
	border-radius: 4px 0 0 4px;
	border-right: 1px solid #dcdfe6;
}
.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
	border-color: #e4e7ed;
	color: #e4e7ed;
}
.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
	color: #e4e7ed;
	cursor: not-allowed;
}
.el-input-number--medium {
	width: 200px;
	line-height: 34px;
}
.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
	width: 36px;
	font-size: 14px;
}
.el-input-number--medium .el-input__inner {
	padding-left: 43px;
	padding-right: 43px;
}
.el-input-number--small {
	width: 130px;
	line-height: 30px;
}
.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
	width: 32px;
	font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*="el-icon"],
.el-input-number--small .el-input-number__increase [class*="el-icon"] {
	transform: scale(0.9);
}
.el-input-number--small .el-input__inner {
	padding-left: 39px;
	padding-right: 39px;
}
.el-input-number--mini {
	width: 130px;
	line-height: 26px;
}
.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
	width: 28px;
	font-size: 12px;
}
.el-input-number--mini .el-input-number__decrease [class*="el-icon"],
.el-input-number--mini .el-input-number__increase [class*="el-icon"] {
	transform: scale(0.8);
}
.el-input-number--mini .el-input__inner {
	padding-left: 35px;
	padding-right: 35px;
}
.el-input-number.is-without-controls .el-input__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.el-input-number.is-controls-right .el-input__inner {
	padding-left: 15px;
	padding-right: 50px;
}
.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
	height: auto;
	line-height: 19px;
}
.el-input-number.is-controls-right .el-input-number__decrease [class*="el-icon"],
.el-input-number.is-controls-right .el-input-number__increase [class*="el-icon"] {
	transform: scale(0.8);
}
.el-input-number.is-controls-right .el-input-number__increase {
	border-radius: 0 4px 0 0;
	border-bottom: 1px solid #dcdfe6;
}
.el-input-number.is-controls-right .el-input-number__decrease {
	right: 1px;
	bottom: 1px;
	top: auto;
	left: auto;
	border-right: none;
	border-left: 1px solid #dcdfe6;
	border-radius: 0 0 4px;
}
.el-input-number.is-controls-right[class*="medium"] [class*="decrease"],
.el-input-number.is-controls-right[class*="medium"] [class*="increase"] {
	line-height: 17px;
}
.el-input-number.is-controls-right[class*="small"] [class*="decrease"],
.el-input-number.is-controls-right[class*="small"] [class*="increase"] {
	line-height: 15px;
}
.el-input-number.is-controls-right[class*="mini"] [class*="decrease"],
.el-input-number.is-controls-right[class*="mini"] [class*="increase"] {
	line-height: 13px;
}
.el-tooltip__popper {
	position: absolute;
	border-radius: 4px;
	padding: 10px;
	z-index: 2000;
	font-size: 12px;
	line-height: 1.2;
	min-width: 10px;
	word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.el-tooltip__popper .popper__arrow {
	border-width: 6px;
}
.el-tooltip__popper .popper__arrow:after {
	content: " ";
	border-width: 5px;
}
.el-progress-bar__inner:after,
.el-row:after,
.el-row:before,
.el-slider:after,
.el-slider:before,
.el-slider__button-wrapper:after,
.el-upload-cover:after {
	content: "";
}
.el-tooltip__popper[x-placement^="top"] {
	margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow {
	bottom: -6px;
	border-top-color: #303133;
	border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {
	bottom: 1px;
	margin-left: -5px;
	border-top-color: #303133;
	border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="bottom"] {
	margin-top: 12px;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow {
	top: -6px;
	border-top-width: 0;
	border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow:after {
	top: 1px;
	margin-left: -5px;
	border-top-width: 0;
	border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="right"] {
	margin-left: 12px;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow {
	left: -6px;
	border-right-color: #303133;
	border-left-width: 0;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow:after {
	bottom: -5px;
	left: 1px;
	border-right-color: #303133;
	border-left-width: 0;
}
.el-tooltip__popper[x-placement^="left"] {
	margin-right: 12px;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow {
	right: -6px;
	border-right-width: 0;
	border-left-color: #303133;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow:after {
	right: 1px;
	bottom: -5px;
	margin-left: -5px;
	border-right-width: 0;
	border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
	background: #303133;
	color: #fff;
}
.el-tooltip__popper.is-light {
	background: #fff;
	border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow {
	border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow:after {
	border-top-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow {
	border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow:after {
	border-bottom-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow {
	border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow:after {
	border-left-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow {
	border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow:after {
	border-right-color: #fff;
}
.el-slider:after,
.el-slider:before {
	display: table;
}
.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper:after {
	vertical-align: middle;
	display: inline-block;
}
.el-slider:after {
	clear: both;
}
.el-slider__runway {
	width: 100%;
	height: 6px;
	margin: 16px 0;
	background-color: #e4e7ed;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.el-slider__runway.show-input {
	margin-right: 160px;
	width: auto;
}
.el-slider__runway.disabled {
	cursor: default;
}
.el-slider__runway.disabled .el-slider__bar {
	background-color: #c0c4cc;
}
.el-slider__runway.disabled .el-slider__button {
	border-color: #c0c4cc;
}
.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
	cursor: not-allowed;
}
.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
	transform: scale(1);
	cursor: not-allowed;
}
.el-slider__button-wrapper,
.el-slider__stop {
	-webkit-transform: translateX(-50%);
	position: absolute;
}
.el-slider__input {
	float: right;
	margin-top: 3px;
	width: 130px;
}
.el-slider__input.el-input-number--mini {
	margin-top: 5px;
}
.el-slider__input.el-input-number--medium {
	margin-top: 0;
}
.el-slider__input.el-input-number--large {
	margin-top: -2px;
}
.el-slider__bar {
	height: 6px;
	background-color: #409eff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute;
}
.el-slider__button-wrapper {
	height: 36px;
	width: 36px;
	z-index: 1001;
	top: -15px;
	transform: translateX(-50%);
	background-color: transparent;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: normal;
}
.el-slider__button-wrapper:after {
	height: 100%;
}
.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
	cursor: -webkit-grab;
	cursor: grab;
}
.el-slider__button-wrapper.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.el-slider__button {
	width: 16px;
	height: 16px;
	border: 2px solid #409eff;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.2s;
	user-select: none;
}
.el-image-viewer__btn,
.el-slider__button,
.el-step__icon-inner {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
	transform: scale(1.2);
}
.el-slider__button.hover,
.el-slider__button:hover {
	cursor: -webkit-grab;
	cursor: grab;
}
.el-slider__button.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.el-slider__stop {
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: #fff;
	transform: translateX(-50%);
}
.el-slider__marks {
	top: 0;
	left: 12px;
	width: 18px;
	height: 100%;
}
.el-slider__marks-text {
	position: absolute;
	transform: translateX(-50%);
	font-size: 14px;
	color: #909399;
	margin-top: 15px;
}
.el-slider.is-vertical {
	position: relative;
}
.el-slider.is-vertical .el-slider__runway {
	width: 6px;
	height: 100%;
	margin: 0 16px;
}
.el-slider.is-vertical .el-slider__bar {
	width: 6px;
	height: auto;
	border-radius: 0 0 3px 3px;
}
.el-slider.is-vertical .el-slider__button-wrapper {
	top: auto;
	left: -15px;
	transform: translateY(50%);
}
.el-slider.is-vertical .el-slider__stop {
	transform: translateY(50%);
}
.el-slider.is-vertical.el-slider--with-input {
	padding-bottom: 58px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input {
	overflow: visible;
	float: none;
	position: absolute;
	bottom: 22px;
	width: 36px;
	margin-top: 15px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	top: 32px;
	margin-top: -1px;
	border: 1px solid #dcdfe6;
	line-height: 20px;
	box-sizing: border-box;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
	width: 18px;
	right: 18px;
	border-bottom-left-radius: 4px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	width: 19px;
	border-bottom-right-radius: 4px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
	border-color: #c0c4cc;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
	border-color: #409eff;
}
.el-slider.is-vertical .el-slider__marks-text {
	margin-top: 0;
	left: 15px;
	transform: translateY(50%);
}
.el-loading-parent--relative {
	position: relative !important;
}
.el-loading-parent--hidden {
	overflow: hidden !important;
}
.el-loading-mask {
	position: absolute;
	z-index: 2000;
	background-color: hsla(0, 0%, 100%, 0.9);
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.3s;
}
.el-loading-mask.is-fullscreen {
	position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
	margin-top: -25px;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
	height: 50px;
	width: 50px;
}
.el-loading-spinner {
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
	position: absolute;
}
.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-2,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-push-0,
.el-col-push-1,
.el-col-push-2,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-row {
	position: relative;
}
.el-loading-spinner .el-loading-text {
	color: #409eff;
	margin: 3px 0;
	font-size: 14px;
}
.el-loading-spinner .circular {
	height: 42px;
	width: 42px;
	-webkit-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #409eff;
	stroke-linecap: round;
}
.el-loading-spinner i {
	color: #409eff;
}
@-webkit-keyframes loading-rotate {
	to {
		transform: rotate(1turn);
	}
}
@keyframes loading-rotate {
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}
@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}
.el-row {
	box-sizing: border-box;
}

.el-row-hover:hover {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 42px #0fa, 0 0 82px #0fa,0 0 92px #0fa;
	color: white;
}

.el-row:after,
.el-row:before {
	display: table;
}
.el-row:after {
	clear: both;
}
.el-row--flex {
	display: flex;
}
.el-col-0,
.el-row--flex:after,
.el-row--flex:before {
	display: none;
}
.el-row--flex.is-justify-center {
	justify-content: center;
}
.el-row--flex.is-justify-end {
	justify-content: flex-end;
}
.el-row--flex.is-justify-space-between {
	justify-content: space-between;
}
.el-row--flex.is-justify-space-around {
	justify-content: space-around;
}
.el-row--flex.is-align-top {
	align-items: flex-start;
}
.el-row--flex.is-align-middle {
	align-items: center;
}
.el-row--flex.is-align-bottom {
	align-items: flex-end;
}
[class*="el-col-"] {
	float: left;
	box-sizing: border-box;
}
.el-upload--picture-card,
.el-upload-dragger {
	-webkit-box-sizing: border-box;
	cursor: pointer;
}
.el-col-0 {
	width: 0;
}
.el-col-offset-0 {
	margin-left: 0;
}
.el-col-pull-0 {
	right: 0;
}
.el-col-push-0 {
	left: 0;
}
.el-col-1 {
	width: 4.16667%;
}
.el-col-offset-1 {
	margin-left: 4.16667%;
}
.el-col-pull-1 {
	right: 4.16667%;
}
.el-col-push-1 {
	left: 4.16667%;
}
.el-col-2 {
	width: 8.33333%;
}
.el-col-offset-2 {
	margin-left: 8.33333%;
}
.el-col-pull-2 {
	right: 8.33333%;
}
.el-col-push-2 {
	left: 8.33333%;
}
.el-col-3 {
	width: 12.5%;
}
.el-col-offset-3 {
	margin-left: 12.5%;
}
.el-col-pull-3 {
	right: 12.5%;
}
.el-col-push-3 {
	left: 12.5%;
}
.el-col-4 {
	width: 16.66667%;
}
.el-col-offset-4 {
	margin-left: 16.66667%;
}
.el-col-pull-4 {
	right: 16.66667%;
}
.el-col-push-4 {
	left: 16.66667%;
}
.el-col-5 {
	width: 20.83333%;
}
.el-col-offset-5 {
	margin-left: 20.83333%;
}
.el-col-pull-5 {
	right: 20.83333%;
}
.el-col-push-5 {
	left: 20.83333%;
}
.el-col-6 {
	width: 25%;
}
.el-col-offset-6 {
	margin-left: 25%;
}
.el-col-pull-6 {
	right: 25%;
}
.el-col-push-6 {
	left: 25%;
}
.el-col-7 {
	width: 29.16667%;
}
.el-col-offset-7 {
	margin-left: 29.16667%;
}
.el-col-pull-7 {
	right: 29.16667%;
}
.el-col-push-7 {
	left: 29.16667%;
}
.el-col-8 {
	width: 33.33333%;
}
.el-col-offset-8 {
	margin-left: 33.33333%;
}
.el-col-pull-8 {
	right: 33.33333%;
}
.el-col-push-8 {
	left: 33.33333%;
}
.el-col-9 {
	width: 37.5%;
}
.el-col-offset-9 {
	margin-left: 37.5%;
}
.el-col-pull-9 {
	right: 37.5%;
}
.el-col-push-9 {
	left: 37.5%;
}
.el-col-10 {
	width: 41.66667%;
}
.el-col-offset-10 {
	margin-left: 41.66667%;
}
.el-col-pull-10 {
	right: 41.66667%;
}
.el-col-push-10 {
	left: 41.66667%;
}
.el-col-11 {
	width: 45.83333%;
}
.el-col-offset-11 {
	margin-left: 45.83333%;
}
.el-col-pull-11 {
	right: 45.83333%;
}
.el-col-push-11 {
	left: 45.83333%;
}
.el-col-12 {
	width: 50%;
}
.el-col-offset-12 {
	margin-left: 50%;
}
.el-col-pull-12 {
	position: relative;
	right: 50%;
}
.el-col-push-12 {
	left: 50%;
}
.el-col-13 {
	width: 54.16667%;
}
.el-col-offset-13 {
	margin-left: 54.16667%;
}
.el-col-pull-13 {
	right: 54.16667%;
}
.el-col-push-13 {
	left: 54.16667%;
}
.el-col-14 {
	width: 58.33333%;
}
.el-col-offset-14 {
	margin-left: 58.33333%;
}
.el-col-pull-14 {
	right: 58.33333%;
}
.el-col-push-14 {
	left: 58.33333%;
}
.el-col-15 {
	width: 62.5%;
}
.el-col-offset-15 {
	margin-left: 62.5%;
}
.el-col-pull-15 {
	right: 62.5%;
}
.el-col-push-15 {
	left: 62.5%;
}
.el-col-16 {
	width: 66.66667%;
}
.el-col-offset-16 {
	margin-left: 66.66667%;
}
.el-col-pull-16 {
	right: 66.66667%;
}
.el-col-push-16 {
	left: 66.66667%;
}
.el-col-17 {
	width: 70.83333%;
}
.el-col-offset-17 {
	margin-left: 70.83333%;
}
.el-col-pull-17 {
	right: 70.83333%;
}
.el-col-push-17 {
	left: 70.83333%;
}
.el-col-18 {
	width: 75%;
}
.el-col-offset-18 {
	margin-left: 75%;
}
.el-col-pull-18 {
	right: 75%;
}
.el-col-push-18 {
	left: 75%;
}
.el-col-19 {
	width: 79.16667%;
}
.el-col-offset-19 {
	margin-left: 79.16667%;
}
.el-col-pull-19 {
	right: 79.16667%;
}
.el-col-push-19 {
	left: 79.16667%;
}
.el-col-20 {
	width: 83.33333%;
}
.el-col-offset-20 {
	margin-left: 83.33333%;
}
.el-col-pull-20 {
	right: 83.33333%;
}
.el-col-push-20 {
	left: 83.33333%;
}
.el-col-21 {
	width: 87.5%;
}
.el-col-offset-21 {
	margin-left: 87.5%;
}
.el-col-pull-21 {
	right: 87.5%;
}
.el-col-push-21 {
	left: 87.5%;
}
.el-col-22 {
	width: 91.66667%;
}
.el-col-offset-22 {
	margin-left: 91.66667%;
}
.el-col-pull-22 {
	right: 91.66667%;
}
.el-col-push-22 {
	left: 91.66667%;
}
.el-col-23 {
	width: 95.83333%;
}
.el-col-offset-23 {
	margin-left: 95.83333%;
}
.el-col-pull-23 {
	right: 95.83333%;
}
.el-col-push-23 {
	left: 95.83333%;
}
.el-col-24 {
	width: 100%;
}
.el-col-offset-24 {
	margin-left: 100%;
}
.el-col-pull-24 {
	right: 100%;
}
.el-col-push-24 {
	left: 100%;
}

@-webkit-keyframes progress {
	0% {
		background-position: 0 0;
	}
	to {
		background-position: 32px 0;
	}
}
.el-upload {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
}
.el-upload__input {
	display: none;
}
.el-upload__tip {
	font-size: 12px;
	color: #606266;
	margin-top: 7px;
}
.el-upload iframe {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.el-upload--picture-card {
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 148px;
	height: 148px;
	line-height: 146px;
	vertical-align: top;
}
.el-upload--picture-card i {
	font-size: 28px;
	color: #8c939d;
}
.el-upload--picture-card:hover,
.el-upload:focus {
	border-color: #409eff;
	color: #409eff;
}
.el-upload:focus .el-upload-dragger {
	border-color: #409eff;
}
.el-upload-dragger {
	background-color: #fff;
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	box-sizing: border-box;
	width: 360px;
	height: 180px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.el-upload-dragger .el-icon-upload {
	font-size: 67px;
	color: #c0c4cc;
	margin: 40px 0 16px;
	line-height: 50px;
}
.el-upload-dragger + .el-upload__tip {
	text-align: center;
}
.el-upload-dragger ~ .el-upload__files {
	border-top: 1px solid #dcdfe6;
	margin-top: 7px;
	padding-top: 5px;
}
.el-upload-dragger .el-upload__text {
	color: #606266;
	font-size: 14px;
	text-align: center;
}
.el-upload-dragger .el-upload__text em {
	color: #409eff;
	font-style: normal;
}
.el-upload-dragger:hover {
	border-color: #409eff;
}
.el-upload-dragger.is-dragover {
	background-color: rgba(32, 159, 255, 0.06);
	border: 2px dashed #409eff;
}
.el-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.el-upload-list__item {
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	font-size: 14px;
	color: #606266;
	line-height: 1.8;
	margin-top: 5px;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
}
.el-upload-list__item .el-progress {
	position: absolute;
	top: 20px;
	width: 100%;
}
.el-upload-list__item .el-progress__text {
	position: absolute;
	right: 0;
	top: -13px;
}
.el-upload-list__item .el-progress-bar {
	margin-right: 0;
	padding-right: 0;
}
.el-upload-list__item:first-child {
	margin-top: 10px;
}
.el-upload-list__item .el-icon-upload-success {
	color: #67c23a;
}
.el-upload-list__item .el-icon-close {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	opacity: 0.75;
	color: #606266;
}
.el-upload-list__item .el-icon-close:hover {
	opacity: 1;
}
.el-upload-list__item .el-icon-close-tip {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	cursor: pointer;
	opacity: 1;
	color: #409eff;
}
.el-upload-list__item:hover {
	background-color: #f5f7fa;
}
.el-upload-list__item:hover .el-icon-close {
	display: inline-block;
}
.el-upload-list__item:hover .el-progress__text {
	display: none;
}
.el-upload-list__item.is-success .el-upload-list__item-status-label {
	display: block;
}
.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
	color: #409eff;
	cursor: pointer;
}
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
	display: inline-block;
}
.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
	display: none;
}
.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
	display: block;
}
.el-upload-list__item-name {
	color: #606266;
	display: block;
	margin-right: 40px;
	overflow: hidden;
	padding-left: 4px;
	text-overflow: ellipsis;
	transition: color 0.3s;
	white-space: nowrap;
}
.el-upload-list__item-name [class^="el-icon"] {
	height: 100%;
	margin-right: 7px;
	color: #909399;
	line-height: inherit;
}
.el-upload-list__item-status-label {
	position: absolute;
	right: 5px;
	top: 0;
	line-height: inherit;
	display: none;
}
.el-upload-list__item-delete {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
	color: #606266;
	display: none;
}
.el-upload-list__item-delete:hover {
	color: #409eff;
}
.el-upload-list--picture-card {
	margin: 0;
	display: inline;
	vertical-align: top;
}
.el-upload-list--picture-card .el-upload-list__item {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 148px;
	height: 148px;
	margin: 0 8px 8px 0;
	display: inline-block;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
	color: #fff;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
	display: none;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
	display: block;
}
.el-upload-list--picture-card .el-upload-list__item-name {
	display: none;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
	width: 100%;
	height: 100%;
}
.el-upload-list--picture-card .el-upload-list__item-status-label {
	position: absolute;
	right: -15px;
	top: -6px;
	width: 40px;
	height: 24px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-list--picture-card .el-upload-list__item-status-label i {
	font-size: 12px;
	margin-top: 11px;
	transform: rotate(-45deg);
}
.el-upload-list--picture-card .el-upload-list__item-actions {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: default;
	text-align: center;
	color: #fff;
	opacity: 0;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s;
}
.el-upload-list--picture-card .el-upload-list__item-actions:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.el-upload-list--picture-card .el-upload-list__item-actions span {
	display: none;
	cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
	margin-left: 15px;
}
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
	position: static;
	font-size: inherit;
	color: inherit;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
	opacity: 1;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
	display: inline-block;
}
.el-upload-list--picture-card .el-progress {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	width: 126px;
}
.el-upload-list--picture-card .el-progress .el-progress__text {
	top: 50%;
}
.el-upload-list--picture .el-upload-list__item {
	overflow: hidden;
	z-index: 0;
	background-color: #fff;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 10px 10px 90px;
	height: 92px;
}
.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
	color: #fff;
}
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
	background: 0 0;
	box-shadow: none;
	top: -2px;
	right: -12px;
}
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
	display: block;
}
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
	line-height: 70px;
	margin-top: 0;
}
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
	display: none;
}
.el-upload-list--picture .el-upload-list__item-thumbnail {
	vertical-align: middle;
	display: inline-block;
	width: 70px;
	height: 70px;
	float: left;
	position: relative;
	z-index: 1;
	margin-left: -80px;
	background-color: #fff;
}
.el-upload-list--picture .el-upload-list__item-name {
	display: block;
	margin-top: 20px;
}
.el-upload-list--picture .el-upload-list__item-name i {
	font-size: 70px;
	line-height: 1;
	position: absolute;
	left: 9px;
	top: 10px;
}
.el-upload-list--picture .el-upload-list__item-status-label {
	position: absolute;
	right: -17px;
	top: -7px;
	width: 46px;
	height: 26px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 1px 1px #ccc;
}
.el-upload-list--picture .el-upload-list__item-status-label i {
	font-size: 12px;
	margin-top: 12px;
	transform: rotate(-45deg);
}
.el-upload-list--picture .el-progress {
	position: relative;
	top: -7px;
}
.el-upload-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	cursor: default;
}
.el-upload-cover:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.el-upload-cover img {
	display: block;
	width: 100%;
	height: 100%;
}
.el-upload-cover__label {
	position: absolute;
	right: -15px;
	top: -6px;
	width: 40px;
	height: 24px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-cover__label i {
	font-size: 12px;
	margin-top: 11px;
	transform: rotate(-45deg);
	color: #fff;
}
.el-upload-cover__progress {
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: 243px;
}
.el-upload-cover__progress + .el-upload__inner {
	opacity: 0;
}
.el-upload-cover__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.el-upload-cover__interact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.72);
	text-align: center;
}
.el-upload-cover__interact .btn {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	margin-top: 60px;
}
.el-upload-cover__interact .btn span {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.el-upload-cover__interact .btn:not(:first-child) {
	margin-left: 35px;
}
.el-upload-cover__interact .btn:hover {
	transform: translateY(-13px);
}
.el-upload-cover__interact .btn:hover span {
	opacity: 1;
}
.el-upload-cover__interact .btn i {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: inherit;
	margin: 0 auto 5px;
}
.el-upload-cover__title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	height: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	line-height: 36px;
	font-size: 14px;
	color: #303133;
}
.el-upload-cover + .el-upload__inner {
	opacity: 0;
	position: relative;
	z-index: 1;
}
.el-progress {
	position: relative;
	line-height: 1;
}
.el-progress__text {
	font-size: 14px;
	color: #606266;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1;
}
.el-progress__text i {
	vertical-align: middle;
	display: block;
}
.el-progress--circle,
.el-progress--dashboard {
	display: inline-block;
}
.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	transform: translateY(-50%);
}
.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
	vertical-align: middle;
	display: inline-block;
}
.el-progress--without-text .el-progress__text {
	display: none;
}
.el-progress--without-text .el-progress-bar {
	padding-right: 0;
	margin-right: 0;
	display: block;
}
.el-progress-bar,
.el-progress-bar__inner:after,
.el-progress-bar__innerText,
.el-spinner {
	display: inline-block;
	vertical-align: middle;
}
.el-progress--text-inside .el-progress-bar {
	padding-right: 0;
	margin-right: 0;
}
.el-progress.is-success .el-progress-bar__inner {
	background-color: #67c23a;
}
.el-progress.is-success .el-progress__text {
	color: #67c23a;
}
.el-progress.is-warning .el-progress-bar__inner {
	background-color: #e6a23c;
}
.el-progress.is-warning .el-progress__text {
	color: #e6a23c;
}
.el-progress.is-exception .el-progress-bar__inner {
	background-color: #f56c6c;
}
.el-progress.is-exception .el-progress__text {
	color: #f56c6c;
}
.el-progress-bar {
	padding-right: 50px;
	width: 100%;
	margin-right: -55px;
	box-sizing: border-box;
}
.el-progress-bar__outer {
	height: 6px;
	border-radius: 100px;
	background-color: #ebeef5;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.el-progress-bar__inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #409eff;
	text-align: right;
	border-radius: 100px;
	line-height: 1;
	white-space: nowrap;
	transition: width 0.6s ease;
}
.el-card,
.el-message {
	border-radius: 4px;
	overflow: hidden;
}
.el-progress-bar__inner:after {
	height: 100%;
}
.el-progress-bar__innerText {
	color: #fff;
	font-size: 12px;
	margin: 0 5px;
}
@keyframes progress {
	0% {
		background-position: 0 0;
	}
	to {
		background-position: 32px 0;
	}
}
.el-time-spinner {
	width: 100%;
	white-space: nowrap;
}
.el-spinner-inner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	width: 50px;
	height: 50px;
}
.el-spinner-inner .path {
	stroke: #ececec;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
	to {
		transform: rotate(1turn);
	}
}
@keyframes rotate {
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
.el-message {
	min-width: 380px;
	box-sizing: border-box;
	border: 1px solid #ebeef5;
	position: fixed;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	background-color: #edf2fc;
	transition: opacity 0.3s, transform 0.4s, top 0.4s;
	padding: 15px 15px 15px 20px;
	display: flex;
	align-items: center;
}
.el-message.is-center {
	justify-content: center;
}
.el-message.is-closable .el-message__content {
	padding-right: 16px;
}
.el-message p {
	margin: 0;
}
.el-message--info .el-message__content {
	color: #909399;
}
.el-message--success {
	background-color: #f0f9eb;
	border-color: #e1f3d8;
}
.el-message--success .el-message__content {
	color: #67c23a;
}
.el-message--warning {
	background-color: #fdf6ec;
	border-color: #faecd8;
}
.el-message--warning .el-message__content {
	color: #e6a23c;
}
.el-message--error {
	background-color: #fef0f0;
	border-color: #fde2e2;
}
.el-message--error .el-message__content {
	color: #f56c6c;
}
.el-message__icon {
	margin-right: 10px;
}
.el-message__content {
	padding: 0;
	font-size: 14px;
	line-height: 1;
}
.el-message__closeBtn {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #c0c4cc;
	font-size: 16px;
}
.el-message__closeBtn:hover {
	color: #909399;
}
.el-message .el-icon-success {
	color: #67c23a;
}
.el-message .el-icon-error {
	color: #f56c6c;
}
.el-message .el-icon-info {
	color: #909399;
}
.el-message .el-icon-warning {
	color: #e6a23c;
}
.el-message-fade-enter,
.el-message-fade-leave-active {
	opacity: 0;
	transform: translate(-50%, -100%);
}
.el-badge {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.el-badge__content {
	background-color: #f56c6c;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #fff;
}
.el-badge__content.is-fixed {
	position: absolute;
	top: 0;
	right: 10px;
	transform: translateY(-50%) translateX(100%);
}
.el-rate__icon,
.el-rate__item {
	position: relative;
	display: inline-block;
}
.el-badge__content.is-fixed.is-dot {
	right: 5px;
}
.el-badge__content.is-dot {
	height: 8px;
	width: 8px;
	padding: 0;
	right: 0;
	border-radius: 50%;
}
.el-badge__content--primary {
	background-color: #409eff;
}
.el-badge__content--success {
	background-color: #67c23a;
}
.el-badge__content--warning {
	background-color: #e6a23c;
}
.el-badge__content--info {
	background-color: #909399;
}
.el-badge__content--danger {
	background-color: #f56c6c;
}
.el-card {
	border: 1px solid #ebeef5;
	background-color: #fff;
	color: #303133;
	transition: 0.3s;
}
.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-card__header {
	padding: 18px 20px;
	border-bottom: 1px solid #ebeef5;
	box-sizing: border-box;
}
.el-card__body {
	padding: 20px;
}
.el-rate {
	height: 20px;
	line-height: 1;
}
.el-rate__item {
	font-size: 0;
	vertical-align: middle;
}
.el-rate__icon {
	font-size: 18px;
	margin-right: 6px;
	color: #c0c4cc;
	transition: 0.3s;
}
.el-rate__decimal,
.el-rate__icon .path2 {
	position: absolute;
	top: 0;
	left: 0;
}
.el-rate__icon.hover {
	transform: scale(1.15);
}
.el-rate__decimal {
	display: inline-block;
	overflow: hidden;
}
.el-step.is-vertical,
.el-steps {
	display: -ms-flexbox;
}
.el-rate__text {
	font-size: 14px;
	vertical-align: middle;
}
.el-steps {
	display: flex;
}
.el-steps--simple {
	padding: 13px 8%;
	border-radius: 4px;
	background: #f5f7fa;
}
.el-steps--horizontal {
	white-space: nowrap;
}
.el-steps--vertical {
	height: 100%;
	flex-flow: column;
}
.el-step {
	position: relative;
	flex-shrink: 1;
}
.el-step:last-of-type .el-step__line {
	display: none;
}
.el-step:last-of-type.is-flex {
	flex-basis: auto !important;
	flex-shrink: 0;
	flex-grow: 0;
}
.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
	padding-right: 0;
}
.el-step__head {
	position: relative;
	width: 100%;
}
.el-step__head.is-process {
	color: #303133;
	border-color: #303133;
}
.el-step__head.is-wait {
	color: #c0c4cc;
	border-color: #c0c4cc;
}
.el-step__head.is-success {
	color: #67c23a;
	border-color: #67c23a;
}
.el-step__head.is-error {
	color: #f56c6c;
	border-color: #f56c6c;
}
.el-step__head.is-finish {
	color: #409eff;
	border-color: #409eff;
}
.el-step__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.15s ease-out;
}
.el-step__icon.is-text {
	border-radius: 50%;
	border: 2px solid;
	border-color: inherit;
}
.el-step__icon.is-icon {
	width: 40px;
}
.el-step__icon-inner {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	color: inherit;
}
.el-step__icon-inner[class*="el-icon"]:not(.is-status) {
	font-size: 25px;
	font-weight: 400;
}
.el-step__icon-inner.is-status {
	transform: translateY(1px);
}
.el-step__line {
	position: absolute;
	border-color: inherit;
	background-color: #c0c4cc;
}
.el-step__line-inner {
	display: block;
	border: 1px solid;
	border-color: inherit;
	transition: 0.15s ease-out;
	box-sizing: border-box;
	width: 0;
	height: 0;
}
.el-step__main {
	white-space: normal;
	text-align: left;
}
.el-step__title {
	font-size: 16px;
	line-height: 38px;
}
.el-step__title.is-process {
	font-weight: 700;
	color: #303133;
}
.el-step__title.is-wait {
	color: #c0c4cc;
}
.el-step__title.is-success {
	color: #67c23a;
}
.el-step__title.is-error {
	color: #f56c6c;
}
.el-step__title.is-finish {
	color: #409eff;
}
.el-step__description {
	padding-right: 10%;
	margin-top: -5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}
.el-step__description.is-process {
	color: #303133;
}
.el-step__description.is-wait {
	color: #c0c4cc;
}
.el-step__description.is-success {
	color: #67c23a;
}
.el-step__description.is-error {
	color: #f56c6c;
}
.el-step__description.is-finish {
	color: #409eff;
}
.el-step.is-horizontal {
	display: inline-block;
}
.el-step.is-horizontal .el-step__line {
	height: 2px;
	top: 11px;
	left: 0;
	right: 0;
}
.el-step.is-vertical {
	display: flex;
}
.el-step.is-vertical .el-step__head {
	flex-grow: 0;
	width: 24px;
}
.el-step.is-vertical .el-step__main {
	padding-left: 10px;
	flex-grow: 1;
}
.el-step.is-vertical .el-step__title {
	line-height: 24px;
	padding-bottom: 8px;
}
.el-step.is-vertical .el-step__line {
	width: 2px;
	top: 0;
	bottom: 0;
	left: 11px;
}
.el-step.is-vertical .el-step__icon.is-icon {
	width: 24px;
}
.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
	text-align: center;
}
.el-step.is-center .el-step__description {
	padding-left: 20%;
	padding-right: 20%;
}
.el-step.is-center .el-step__line {
	left: 50%;
	right: -50%;
}
.el-step.is-simple {
	display: flex;
	align-items: center;
}
.el-step.is-simple .el-step__head {
	width: auto;
	font-size: 0;
	padding-right: 10px;
}
.el-step.is-simple .el-step__icon {
	background: 0 0;
	width: 16px;
	height: 16px;
	font-size: 12px;
}
.el-step.is-simple .el-step__icon-inner[class*="el-icon"]:not(.is-status) {
	font-size: 18px;
}
.el-step.is-simple .el-step__icon-inner.is-status {
	transform: scale(0.8) translateY(1px);
}
.el-step.is-simple .el-step__main {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-grow: 1;
}
.el-step.is-simple .el-step__title {
	font-size: 16px;
	line-height: 20px;
}
.el-step.is-simple:not(:last-of-type) .el-step__title {
	max-width: 50%;
	word-break: break-all;
}
.el-step.is-simple .el-step__arrow {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 1px;
	background: #c0c4cc;
}
.el-step.is-simple .el-step__arrow:before {
	transform: rotate(-45deg) translateY(-4px);
	transform-origin: 0 0;
}
.el-step.is-simple .el-step__arrow:after {
	transform: rotate(45deg) translateY(4px);
	transform-origin: 100% 100%;
}
.el-step.is-simple:last-of-type .el-step__arrow {
	display: none;
}
.el-carousel {
	position: relative;
}
.el-carousel--horizontal {
	overflow-x: hidden;
}
.el-carousel--vertical {
	overflow-y: hidden;
}
.el-carousel__container {
	position: relative;
	height: 300px;
}
.el-carousel__arrow {
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, 0.11);
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	text-align: center;
	font-size: 12px;
}
.el-carousel__arrow--left {
	left: 16px;
}
.el-carousel__arrow--right {
	right: 16px;
}
.el-carousel__arrow:hover {
	background-color: rgba(31, 45, 61, 0.23);
}
.el-carousel__arrow i {
	cursor: pointer;
}
.el-carousel__indicators {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.el-carousel__indicators--horizontal {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.el-carousel__indicators--vertical {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.el-carousel__indicators--outside {
	bottom: 26px;
	text-align: center;
	position: static;
	transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
	opacity: 0.64;
}
.el-carousel__indicators--outside button {
	background-color: #c0c4cc;
	opacity: 0.24;
}
.el-carousel__indicators--labels {
	left: 0;
	right: 0;
	transform: none;
	text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
	height: auto;
	width: auto;
	padding: 2px 18px;
	font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
	padding: 6px 4px;
}
.el-carousel__indicator {
	background-color: transparent;
	cursor: pointer;
}
.el-carousel__indicator:hover button {
	opacity: 0.72;
}
.el-carousel__indicator--horizontal {
	display: inline-block;
	padding: 12px 4px;
}
.el-carousel__indicator--vertical {
	padding: 4px 12px;
}
.el-carousel__indicator--vertical .el-carousel__button {
	width: 2px;
	height: 15px;
}
.el-carousel__indicator.is-active button {
	opacity: 1;
}
.el-carousel__button {
	display: block;
	opacity: 0.48;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: 0.3s;
}
.el-carousel__item,
.el-carousel__mask {
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
}
.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
	transform: translateY(-50%) translateX(10px);
	opacity: 0;
}
.el-carousel__item {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}
.el-carousel__item.is-active {
	z-index: 2;
}
.el-carousel__item--card,
.el-carousel__item.is-animating {
	transition: transform 0.4s ease-in-out;
}
.el-carousel__item--card {
	width: 50%;
}
.el-carousel__item--card.is-in-stage {
	cursor: pointer;
	z-index: 1;
}
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
	opacity: 0.12;
}
.el-carousel__item--card.is-active {
	z-index: 2;
}
.el-carousel__mask {
	width: 100%;
	background-color: #fff;
	opacity: 0.24;
	transition: 0.2s;
}
.el-fade-in-enter,
.el-fade-in-leave-active,
.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
	opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
	transition: opacity 0.2s linear;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active,
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
	opacity: 0;
	transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
	opacity: 1;
	transform: scaleY(1);
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: center top;
}
.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
	opacity: 0;
	transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
	opacity: 1;
	transform: scaleY(1);
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: center bottom;
}
.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
	opacity: 0;
	transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: top left;
}
.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
	opacity: 0;
	transform: scale(0.45);
}
.collapse-transition {
	transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.horizontal-collapse-transition {
	transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
	transition: all 1s;
}
.el-list-enter,
.el-list-leave-active {
	opacity: 0;
	transform: translateY(-30px);
}
.el-opacity-transition {
	transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-collapse {
	border-top: 1px solid #ebeef5;
	border-bottom: 1px solid #ebeef5;
}
.el-collapse-item.is-disabled .el-collapse-item__header {
	color: #bbb;
	cursor: not-allowed;
}
.el-collapse-item__header {
	display: flex;
	align-items: center;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	color: #303133;
	cursor: pointer;
	border-bottom: 1px solid #ebeef5;
	font-size: 13px;
	font-weight: 500;
	transition: border-bottom-color 0.3s;
	outline: 0;
}
.el-collapse-item__arrow {
	margin: 0 8px 0 auto;
	transition: transform 0.3s;
	font-weight: 300;
}
.el-collapse-item__arrow.is-active {
	transform: rotate(90deg);
}
.el-collapse-item__header.focusing:focus:not(:hover) {
	color: #409eff;
}
.el-collapse-item__header.is-active {
	border-bottom-color: transparent;
}
.el-collapse-item__wrap {
	will-change: height;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #ebeef5;
}
.el-cascader__tags,
.el-tag {
	-webkit-box-sizing: border-box;
}
.el-collapse-item__content {
	padding-bottom: 25px;
	font-size: 13px;
	color: #303133;
	line-height: 1.769230769230769;
}
.el-collapse-item:last-child {
	margin-bottom: -1px;
}
.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.el-popper .popper__arrow {
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow:after {
	content: " ";
	border-width: 6px;
}
.el-popper[x-placement^="top"] {
	margin-bottom: 12px;
}
.el-popper[x-placement^="top"] .popper__arrow {
	bottom: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-color: #ebeef5;
	border-bottom-width: 0;
}
.el-popper[x-placement^="top"] .popper__arrow:after {
	bottom: 1px;
	margin-left: -6px;
	border-top-color: #fff;
	border-bottom-width: 0;
}
.el-popper[x-placement^="bottom"] {
	margin-top: 12px;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
	top: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-width: 0;
	border-bottom-color: #ebeef5;
}
.el-popper[x-placement^="bottom"] .popper__arrow:after {
	top: 1px;
	margin-left: -6px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.el-popper[x-placement^="right"] {
	margin-left: 12px;
}
.el-popper[x-placement^="right"] .popper__arrow {
	top: 50%;
	left: -6px;
	margin-bottom: 3px;
	border-right-color: #ebeef5;
	border-left-width: 0;
}
.el-popper[x-placement^="right"] .popper__arrow:after {
	bottom: -6px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0;
}
.el-popper[x-placement^="left"] {
	margin-right: 12px;
}
.el-popper[x-placement^="left"] .popper__arrow {
	top: 50%;
	right: -6px;
	margin-bottom: 3px;
	border-right-width: 0;
	border-left-color: #ebeef5;
}
.el-popper[x-placement^="left"] .popper__arrow:after {
	right: 1px;
	bottom: -6px;
	margin-left: -6px;
	border-right-width: 0;
	border-left-color: #fff;
}
.el-tag {
	background-color: #ecf5ff;
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	color: #409eff;
	border: 1px solid #d9ecff;
	border-radius: 4px;
	box-sizing: border-box;
	white-space: nowrap;
}
.el-tag.is-hit {
	border-color: #409eff;
}
.el-tag .el-tag__close {
	color: #409eff;
}
.el-tag .el-tag__close:hover {
	color: #fff;
	background-color: #409eff;
}
.el-tag.el-tag--info {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399;
}
.el-tag.el-tag--info.is-hit {
	border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close {
	color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #909399;
}
.el-tag.el-tag--success {
	background-color: #f0f9eb;
	border-color: #e1f3d8;
	color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
	border-color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close {
	color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #67c23a;
}
.el-tag.el-tag--warning {
	background-color: #fdf6ec;
	border-color: #faecd8;
	color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
	border-color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close {
	color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #e6a23c;
}
.el-tag.el-tag--danger {
	background-color: #fef0f0;
	border-color: #fde2e2;
	color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
	border-color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close {
	color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f56c6c;
}
.el-tag .el-icon-close {
	border-radius: 50%;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	vertical-align: middle;
	top: -1px;
	right: -5px;
}
.el-tag .el-icon-close:before {
	display: block;
}
.el-tag--dark {
	background-color: #409eff;
	color: #fff;
}
.el-tag--dark,
.el-tag--dark.is-hit {
	border-color: #409eff;
}
.el-tag--dark .el-tag__close {
	color: #fff;
}
.el-tag--dark .el-tag__close:hover {
	color: #fff;
	background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
	background-color: #909399;
	border-color: #909399;
	color: #fff;
}
.el-tag--dark.el-tag--info.is-hit {
	border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close {
	color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
	background-color: #67c23a;
	border-color: #67c23a;
	color: #fff;
}
.el-tag--dark.el-tag--success.is-hit {
	border-color: #67c23a;
}
.el-tag--dark.el-tag--success .el-tag__close {
	color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
	background-color: #e6a23c;
	border-color: #e6a23c;
	color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit {
	border-color: #e6a23c;
}
.el-tag--dark.el-tag--warning .el-tag__close {
	color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
	background-color: #f56c6c;
	border-color: #f56c6c;
	color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit {
	border-color: #f56c6c;
}
.el-tag--dark.el-tag--danger .el-tag__close {
	color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f78989;
}
.el-tag--plain {
	background-color: #fff;
	border-color: #b3d8ff;
	color: #409eff;
}
.el-tag--plain.is-hit {
	border-color: #409eff;
}
.el-tag--plain .el-tag__close {
	color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
	color: #fff;
	background-color: #409eff;
}
.el-tag--plain.el-tag--info {
	background-color: #fff;
	border-color: #d3d4d6;
	color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
	border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close {
	color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #909399;
}
.el-tag--plain.el-tag--success {
	background-color: #fff;
	border-color: #c2e7b0;
	color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
	border-color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close {
	color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
	background-color: #fff;
	border-color: #f5dab1;
	color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
	border-color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close {
	color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
	background-color: #fff;
	border-color: #fbc4c4;
	color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
	border-color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close {
	color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f56c6c;
}
.el-tag--medium {
	height: 28px;
	line-height: 26px;
}
.el-tag--medium .el-icon-close {
	transform: scale(0.8);
}
.el-tag--small {
	height: 24px;
	padding: 0 8px;
	line-height: 22px;
}
.el-tag--small .el-icon-close {
	transform: scale(0.8);
}
.el-tag--mini {
	height: 20px;
	padding: 0 5px;
	line-height: 19px;
}
.el-tag--mini .el-icon-close {
	margin-left: -3px;
	transform: scale(0.7);
}
.el-cascader {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
}
.el-cascader:not(.is-disabled):hover .el-input__inner {
	cursor: pointer;
	border-color: #c0c4cc;
}
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
	border-color: #409eff;
}
.el-cascader .el-input {
	cursor: pointer;
}
.el-cascader .el-input .el-input__inner {
	text-overflow: ellipsis;
}
.el-cascader .el-input .el-icon-arrow-down {
	transition: transform 0.3s;
	font-size: 14px;
}
.el-cascader .el-input .el-icon-arrow-down.is-reverse {
	transform: rotate(180deg);
}
.el-cascader .el-input .el-icon-circle-close:hover {
	color: #909399;
}
.el-cascader--medium {
	font-size: 14px;
	line-height: 36px;
}
.el-cascader--small {
	font-size: 13px;
	line-height: 32px;
}
.el-cascader--mini {
	font-size: 12px;
	line-height: 28px;
}
.el-cascader.is-disabled .el-cascader__label {
	z-index: 2;
	color: #c0c4cc;
}
.el-cascader__dropdown {
	margin: 5px 0;
	font-size: 14px;
	background: #fff;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-cascader__tags {
	position: absolute;
	left: 0;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
	text-align: left;
	box-sizing: border-box;
}
.el-cascader__tags .el-tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 2px 0 2px 6px;
	text-overflow: ellipsis;
	background: #f0f2f5;
}
.el-cascader__tags .el-tag:not(.is-hit) {
	border-color: transparent;
}
.el-cascader__tags .el-tag > span {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.el-cascader__tags .el-tag .el-icon-close {
	flex: none;
	background-color: #c0c4cc;
	color: #fff;
}
.el-cascader__tags .el-tag .el-icon-close:hover {
	background-color: #909399;
}
.el-cascader__suggestion-panel {
	border-radius: 4px;
}
.el-cascader__suggestion-list {
	max-height: 204px;
	margin: 0;
	padding: 6px 0;
	font-size: 14px;
	color: #606266;
	text-align: center;
}
.el-cascader__suggestion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	text-align: left;
	outline: 0;
	cursor: pointer;
}
.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
	background: #f5f7fa;
}
.el-cascader__suggestion-item.is-checked {
	color: #409eff;
	font-weight: 700;
}
.el-cascader__suggestion-item > span {
	margin-right: 10px;
}
.el-cascader__empty-text {
	margin: 10px 0;
	color: #c0c4cc;
}
.el-cascader__search-input {
	flex: 1;
	height: 24px;
	min-width: 60px;
	margin: 2px 0 2px 15px;
	padding: 0;
	color: #606266;
	border: none;
	outline: 0;
	box-sizing: border-box;
}
.el-cascader__search-input:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-cascader__search-input::-moz-placeholder {
	color: #c0c4cc;
}
.el-cascader__search-input::placeholder {
	color: #c0c4cc;
}
.el-color-predefine {
	display: flex;
	font-size: 12px;
	margin-top: 8px;
	width: 280px;
}
.el-color-predefine__colors {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.el-color-predefine__color-selector {
	margin: 0 0 8px 8px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	cursor: pointer;
}
.el-color-predefine__color-selector:nth-child(10n + 1) {
	margin-left: 0;
}
.el-color-predefine__color-selector.selected {
	box-shadow: 0 0 3px 2px #409eff;
}
.el-color-predefine__color-selector > div {
	display: flex;
	height: 100%;
	border-radius: 3px;
}
.el-color-predefine__color-selector.is-alpha {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-hue-slider {
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 12px;
	background-color: red;
	padding: 0 2px;
}
.el-color-hue-slider__bar {
	position: relative;
	background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
	height: 100%;
}
.el-color-hue-slider__thumb {
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 1px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.el-color-hue-slider.is-vertical {
	width: 12px;
	height: 180px;
	padding: 2px 0;
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
	background: linear-gradient(180deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
}
.el-color-svpanel {
	position: relative;
	width: 280px;
	height: 180px;
}
.el-color-svpanel__black,
.el-color-svpanel__white {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.el-color-svpanel__white {
	background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.el-color-svpanel__black {
	background: linear-gradient(0deg, #000, transparent);
}
.el-color-svpanel__cursor {
	position: absolute;
}
.el-color-svpanel__cursor > div {
	cursor: head;
	width: 4px;
	height: 4px;
	box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	transform: translate(-2px, -2px);
}
.el-color-alpha-slider {
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-alpha-slider__bar {
	position: relative;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
	height: 100%;
}
.el-color-alpha-slider__thumb {
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 1px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.el-color-alpha-slider.is-vertical {
	width: 20px;
	height: 180px;
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
}
.el-color-dropdown {
	width: 300px;
}
.el-color-dropdown__main-wrapper {
	margin-bottom: 6px;
}
.el-color-dropdown__main-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.el-color-dropdown__btns {
	margin-top: 6px;
	text-align: right;
}
.el-color-dropdown__value {
	float: left;
	line-height: 26px;
	font-size: 12px;
	color: #000;
	width: 160px;
}
.el-color-dropdown__btn {
	border: 1px solid #dcdcdc;
	color: #333;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	background-color: transparent;
	outline: 0;
	font-size: 12px;
}
.el-color-dropdown__btn[disabled] {
	color: #ccc;
	cursor: not-allowed;
}
.el-color-dropdown__btn:hover {
	color: #409eff;
	border-color: #409eff;
}
.el-color-dropdown__link-btn {
	cursor: pointer;
	color: #409eff;
	text-decoration: none;
	padding: 15px;
	font-size: 12px;
}
.el-color-dropdown__link-btn:hover {
	color: tint(#409eff, 20%);
}
.el-color-picker {
	display: inline-block;
	position: relative;
	line-height: normal;
	height: 40px;
}
.el-color-picker.is-disabled .el-color-picker__trigger {
	cursor: not-allowed;
}
.el-color-picker--medium {
	height: 36px;
}
.el-color-picker--medium .el-color-picker__trigger {
	height: 36px;
	width: 36px;
}
.el-color-picker--medium .el-color-picker__mask {
	height: 34px;
	width: 34px;
}
.el-color-picker--small {
	height: 32px;
}
.el-color-picker--small .el-color-picker__trigger {
	height: 32px;
	width: 32px;
}
.el-color-picker--small .el-color-picker__mask {
	height: 30px;
	width: 30px;
}
.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
	transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.el-color-picker--mini {
	height: 28px;
}
.el-color-picker--mini .el-color-picker__trigger {
	height: 28px;
	width: 28px;
}
.el-color-picker--mini .el-color-picker__mask {
	height: 26px;
	width: 26px;
}
.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
	transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.el-color-picker__mask {
	height: 38px;
	width: 38px;
	border-radius: 4px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	cursor: not-allowed;
	background-color: hsla(0, 0%, 100%, 0.7);
}
.el-color-picker__trigger {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 0;
	position: relative;
	cursor: pointer;
}
.el-color-picker__color {
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.el-color-picker__color.is-alpha {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-picker__color-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.el-color-picker__empty,
.el-color-picker__icon {
	top: 50%;
	left: 50%;
	font-size: 12px;
	position: absolute;
}
.el-color-picker__empty {
	color: #999;
	transform: translate3d(-50%, -50%, 0);
}
.el-color-picker__icon {
	display: inline-block;
	width: 100%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
	text-align: center;
}
.el-color-picker__panel {
	position: absolute;
	z-index: 10;
	padding: 6px;
	box-sizing: content-box;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	font-size: 14px;
}
.el-textarea__inner {
	display: block;
	resize: vertical;
	padding: 5px 15px;
	line-height: 1.5;
	box-sizing: border-box;
	width: 100%;
	font-size: inherit;
	color: #606266;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-textarea__inner::-moz-placeholder {
	color: #c0c4cc;
}
.el-textarea__inner::placeholder {
	color: #c0c4cc;
}
.el-textarea__inner:hover {
	border-color: #c0c4cc;
}
.el-textarea__inner:focus {
	outline: 0;
	border-color: #409eff;
}
.el-textarea .el-input__count {
	color: #909399;
	background: #fff;
	position: absolute;
	font-size: 12px;
	bottom: 5px;
	right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
	color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
	color: #c0c4cc;
}
.el-textarea.is-exceed .el-textarea__inner {
	border-color: #f56c6c;
}
.el-textarea.is-exceed .el-input__count {
	color: #f56c6c;
}
.el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.el-input::-webkit-scrollbar {
	z-index: 11;
	width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
	height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
	border-radius: 5px;
	width: 6px;
	background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner,
.el-input::-webkit-scrollbar-track {
	background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
	background: #fff;
	width: 6px;
}
.el-input .el-input__clear {
	color: #c0c4cc;
	font-size: 14px;
	cursor: pointer;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
	color: #909399;
}
.el-input .el-input__count {
	height: 100%;
	display: inline-flex;
	align-items: center;
	color: #909399;
	font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
	background: #fff;
	line-height: normal;
	display: inline-block;
	padding: 0 5px;
}
.el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}
.el-input__prefix,
.el-input__suffix {
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	height: 100%;
	color: #c0c4cc;
	text-align: center;
}
.el-input__inner::-ms-reveal {
	display: none;
}
.el-input__inner:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-input__inner::-moz-placeholder {
	color: #c0c4cc;
}
.el-input__inner::placeholder {
	color: #c0c4cc;
}
.el-input__inner:hover {
	border-color: #c0c4cc;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
	border-color: #409eff;
	outline: 0;
}
.el-input__suffix {
	right: 5px;
	transition: all 0.3s;
}
.el-input__suffix-inner {
	pointer-events: all;
}
.el-input__prefix {
	left: 5px;
	transition: all 0.3s;
}
.el-input__icon {
	height: 100%;
	width: 25px;
	text-align: center;
	transition: all 0.3s;
	line-height: 40px;
}
.el-input__icon:after {
	content: "";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.el-input__validateIcon {
	pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
	color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
	color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::placeholder {
	color: #c0c4cc;
}
.el-input.is-disabled .el-input__icon {
	cursor: not-allowed;
}
.el-link,
.el-transfer-panel__filter .el-icon-circle-close {
	cursor: pointer;
}
.el-input.is-exceed .el-input__inner {
	border-color: #f56c6c;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
	color: #f56c6c;
}
.el-input--suffix .el-input__inner {
	padding-right: 30px;
}
.el-input--prefix .el-input__inner {
	padding-left: 30px;
}
.el-input--medium {
	font-size: 14px;
}
.el-input--medium .el-input__inner {
	height: 36px;
	line-height: 36px;
}
.el-input--medium .el-input__icon {
	line-height: 36px;
}
.el-input--small {
	font-size: 13px;
}
.el-input--small .el-input__inner {
	height: 32px;
	line-height: 32px;
}
.el-input--small .el-input__icon {
	line-height: 32px;
}
.el-input--mini {
	font-size: 12px;
}
.el-input--mini .el-input__inner {
	height: 28px;
	line-height: 28px;
}
.el-input--mini .el-input__icon {
	line-height: 28px;
}
.el-input-group {
	line-height: normal;
	display: inline-table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.el-input-group > .el-input__inner {
	vertical-align: middle;
	display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
	background-color: #f5f7fa;
	color: #909399;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	padding: 0 20px;
	width: 1px;
	white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
	outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
	display: inline-block;
	margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	border-top: 0;
	border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
	font-size: inherit;
}
.el-input-group__prepend {
	border-right: 0;
}
.el-input-group__append {
	border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
	border-color: transparent;
}
.el-input__inner::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
.el-transfer {
	font-size: 14px;
}
.el-transfer__buttons {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
}
.el-transfer__button {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	background-color: #409eff;
	font-size: 0;
}
.el-transfer-panel__item + .el-transfer-panel__item,
.el-transfer__button [class*="el-icon-"] + span {
	margin-left: 0;
}
.el-transfer__button.is-with-texts {
	border-radius: 4px;
}
.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
	border: 1px solid #dcdfe6;
	background-color: #f5f7fa;
	color: #c0c4cc;
}
.el-transfer__button:first-child {
	margin-bottom: 10px;
}
.el-transfer__button:nth-child(2) {
	margin: 0;
}
.el-transfer__button i,
.el-transfer__button span {
	font-size: 14px;
}
.el-transfer-panel {
	border: 1px solid #ebeef5;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	max-height: 100%;
	box-sizing: border-box;
	position: relative;
}
.el-transfer-panel__body {
	height: 246px;
}
.el-transfer-panel__body.is-with-footer {
	padding-bottom: 40px;
}
.el-transfer-panel__list {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	height: 246px;
	overflow: auto;
	box-sizing: border-box;
}
.el-transfer-panel__list.is-filterable {
	height: 194px;
	padding-top: 0;
}
.el-transfer-panel__item {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	display: block !important;
}
.el-transfer-panel__item.el-checkbox {
	color: #606266;
}
.el-transfer-panel__item:hover {
	color: #409eff;
}
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
	padding-left: 24px;
	line-height: 30px;
}
.el-transfer-panel__item .el-checkbox__input {
	position: absolute;
	top: 8px;
}
.el-transfer-panel__filter {
	text-align: center;
	margin: 15px;
	box-sizing: border-box;
	display: block;
	width: auto;
}
.el-transfer-panel__filter .el-input__inner {
	height: 32px;
	width: 100%;
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 16px;
	padding-right: 10px;
	padding-left: 30px;
}
.el-transfer-panel__filter .el-input__icon {
	margin-left: 5px;
}
.el-transfer-panel .el-transfer-panel__header {
	height: 40px;
	line-height: 40px;
	background: #f5f7fa;
	margin: 0;
	padding-left: 15px;
	border-bottom: 1px solid #ebeef5;
	box-sizing: border-box;
	color: #000;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
	display: block;
	line-height: 40px;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
	font-size: 16px;
	color: #303133;
	font-weight: 400;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
	position: absolute;
	right: 15px;
	color: #909399;
	font-size: 12px;
	font-weight: 400;
}
.el-divider__text,
.el-link {
	font-weight: 500;
	font-size: 14px;
}
.el-transfer-panel .el-transfer-panel__footer {
	height: 40px;
	background: #fff;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ebeef5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.el-transfer-panel .el-transfer-panel__footer:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.el-container,
.el-timeline-item__node {
	display: -ms-flexbox;
}
.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
	padding-left: 20px;
	color: #606266;
}
.el-transfer-panel .el-transfer-panel__empty {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 6px 15px 0;
	color: #909399;
	text-align: center;
}
.el-transfer-panel .el-checkbox__label {
	padding-left: 8px;
}
.el-transfer-panel .el-checkbox__inner {
	height: 14px;
	width: 14px;
	border-radius: 3px;
}
.el-transfer-panel .el-checkbox__inner:after {
	height: 6px;
	width: 3px;
	left: 4px;
}
.el-container {
	display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	box-sizing: border-box;
	min-width: 0;
}
.el-container.is-vertical,
.el-drawer,
.el-empty {
	-webkit-box-orient: vertical;
}
.el-aside,
.el-header {
	-webkit-box-sizing: border-box;
}
.el-container.is-vertical {
	flex-direction: column;
}
.el-header {
	padding: 0 20px;
}
.el-aside,
.el-header {
	box-sizing: border-box;
	flex-shrink: 0;
}
.el-aside {
	overflow: auto;
}
.el-footer,
.el-main {
	-webkit-box-sizing: border-box;
}
.el-main {
	display: block;
	flex: 1;
	flex-basis: auto;
	overflow: auto;
	padding: 20px;
}
.el-footer,
.el-main {
	box-sizing: border-box;
}
.el-footer {
	padding: 0 20px;
	flex-shrink: 0;
}
.el-timeline {
	margin: 0;
	font-size: 14px;
	list-style: none;
}
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
	display: none;
}
.el-timeline-item {
	position: relative;
	padding-bottom: 20px;
}
.el-timeline-item__wrapper {
	position: relative;
	padding-left: 28px;
	top: -3px;
}
.el-timeline-item__tail {
	position: absolute;
	left: 4px;
	height: 100%;
	border-left: 2px solid #e4e7ed;
}
.el-timeline-item__icon {
	color: #fff;
	font-size: 13px;
}
.el-timeline-item__node {
	position: absolute;
	background-color: #e4e7ed;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-image__error,
.el-timeline-item__dot {
	display: -ms-flexbox;
}
.el-timeline-item__node--normal {
	left: -1px;
	width: 12px;
	height: 12px;
}
.el-timeline-item__node--large {
	left: -2px;
	width: 14px;
	height: 14px;
}
.el-timeline-item__node--primary {
	background-color: #409eff;
}
.el-timeline-item__node--success {
	background-color: #67c23a;
}
.el-timeline-item__node--warning {
	background-color: #e6a23c;
}
.el-timeline-item__node--danger {
	background-color: #f56c6c;
}
.el-timeline-item__node--info {
	background-color: #909399;
}
.el-timeline-item__dot {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-timeline-item__content {
	color: #303133;
}
.el-timeline-item__timestamp {
	color: #909399;
	line-height: 1;
	font-size: 13px;
}
.el-timeline-item__timestamp.is-top {
	margin-bottom: 8px;
	padding-top: 4px;
}
.el-timeline-item__timestamp.is-bottom {
	margin-top: 8px;
}
.el-link {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	outline: 0;
	padding: 0;
}
.el-link.is-underline:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	bottom: 0;
	border-bottom: 1px solid #409eff;
}
.el-link.el-link--default:after,
.el-link.el-link--primary.is-underline:hover:after,
.el-link.el-link--primary:after {
	border-color: #409eff;
}
.el-link.is-disabled {
	cursor: not-allowed;
}
.el-link [class*="el-icon-"] + span {
	margin-left: 5px;
}
.el-link.el-link--default {
	color: #606266;
}
.el-link.el-link--default:hover {
	color: #409eff;
}
.el-link.el-link--default.is-disabled {
	color: #c0c4cc;
}
.el-link.el-link--primary {
	color: #409eff;
}
.el-link.el-link--primary:hover {
	color: #66b1ff;
}
.el-link.el-link--primary.is-disabled {
	color: #a0cfff;
}
.el-link.el-link--danger.is-underline:hover:after,
.el-link.el-link--danger:after {
	border-color: #f56c6c;
}
.el-link.el-link--danger {
	color: #f56c6c;
}
.el-link.el-link--danger:hover {
	color: #f78989;
}
.el-link.el-link--danger.is-disabled {
	color: #fab6b6;
}
.el-link.el-link--success.is-underline:hover:after,
.el-link.el-link--success:after {
	border-color: #67c23a;
}
.el-link.el-link--success {
	color: #67c23a;
}
.el-link.el-link--success:hover {
	color: #85ce61;
}
.el-link.el-link--success.is-disabled {
	color: #b3e19d;
}
.el-link.el-link--warning.is-underline:hover:after,
.el-link.el-link--warning:after {
	border-color: #e6a23c;
}
.el-link.el-link--warning {
	color: #e6a23c;
}
.el-link.el-link--warning:hover {
	color: #ebb563;
}
.el-link.el-link--warning.is-disabled {
	color: #f3d19e;
}
.el-link.el-link--info.is-underline:hover:after,
.el-link.el-link--info:after {
	border-color: #909399;
}
.el-link.el-link--info {
	color: #909399;
}
.el-link.el-link--info:hover {
	color: #a6a9ad;
}
.el-link.el-link--info.is-disabled {
	color: #c8c9cc;
}
.el-divider {
	background-color: #dcdfe6;
	position: relative;
}
.el-divider--horizontal {
	display: block;
	height: 1px;
	width: 100%;
	margin: 24px 0;
}
.el-divider--vertical {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 8px;
	vertical-align: middle;
	position: relative;
}
.el-divider__text {
	position: absolute;
	background-color: #fff;
	padding: 0 20px;
	color: #303133;
}
.el-image__error,
.el-image__placeholder {
	background: #f5f7fa;
}
.el-divider__text.is-left {
	left: 20px;
	transform: translateY(-50%);
}
.el-divider__text.is-center {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.el-divider__text.is-right {
	right: 20px;
	transform: translateY(-50%);
}
.el-image__error,
.el-image__inner,
.el-image__placeholder {
	width: 100%;
	height: 100%;
}
.el-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.el-image__inner {
	vertical-align: top;
}
.el-image__inner--center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.el-image__error {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #c0c4cc;
	vertical-align: middle;
}
.el-image__preview {
	cursor: pointer;
}
.el-image-viewer__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.el-image-viewer__btn {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
}
.el-button,
.el-checkbox,
.el-image-viewer__btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.el-image-viewer__close {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	background-color: #606266;
}
.el-image-viewer__canvas {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-image-viewer__actions {
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	width: 282px;
	height: 44px;
	padding: 0 23px;
	background-color: #606266;
	border-color: #fff;
	border-radius: 22px;
}
.el-image-viewer__actions__inner {
	width: 100%;
	height: 100%;
	text-align: justify;
	cursor: default;
	font-size: 23px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.el-image-viewer__next,
.el-image-viewer__prev {
	top: 50%;
	width: 44px;
	height: 44px;
	font-size: 24px;
	color: #fff;
	background-color: #606266;
	border-color: #fff;
}
.el-image-viewer__prev {
	transform: translateY(-50%);
	left: 40px;
}
.el-image-viewer__next {
	transform: translateY(-50%);
	right: 40px;
	text-indent: 2px;
}
.el-image-viewer__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #1b1b23;
}
.viewer-fade-enter-active {
	-webkit-animation: viewer-fade-in 0.3s;
	animation: viewer-fade-in 0.3s;
}
.viewer-fade-leave-active {
	-webkit-animation: viewer-fade-out 0.3s;
	animation: viewer-fade-out 0.3s;
}
@-webkit-keyframes viewer-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes viewer-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes viewer-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
@keyframes viewer-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
}
.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: 0.1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.el_button_primary {
    background-color: #179c2d;
    border: 1px solid #179c2d;
    color: #fff;
}
.el-button + .el-button {
	margin-left: 10px;
}
.el-button:focus,
.el-button:hover {
	color: #409eff;
	border-color: #c6e2ff;
	background-color: #ecf5ff;
}
.el-button:active {
	color: #3a8ee6;
	border-color: #3a8ee6;
	outline: 0;
}
.el-button::-moz-focus-inner {
	border: 0;
}
.el-button [class*="el-icon-"] + span {
	margin-left: 5px;
}
.el-button.is-plain:focus,
.el-button.is-plain:hover {
	background: #fff;
	border-color: #409eff;
	color: #409eff;
}
.el-button.is-active,
.el-button.is-plain:active {
	color: #3a8ee6;
	border-color: #3a8ee6;
}
.el-button.is-plain:active {
	background: #fff;
	outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5;
}
.el-button.is-disabled.el-button--text {
	background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
	background-color: #fff;
	border-color: #ebeef5;
	color: #c0c4cc;
}
.el-button.is-loading {
	position: relative;
	pointer-events: none;
}
.el-button.is-loading:before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: inherit;
	background-color: hsla(0, 0%, 100%, 0.35);
}
.el-button.is-round {
	border-radius: 20px;
	padding: 12px 23px;
}
.el-button.is-circle {
	border-radius: 50%;
	padding: 12px;
}
.el-button--primary {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
}
.el-button--primary:focus,
.el-button--primary:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #fff;
}
.el-button--primary.is-active,
.el-button--primary:active {
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #fff;
}
.el-button--primary:active {
	outline: 0;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
	color: #fff;
	background-color: #a0cfff;
	border-color: #a0cfff;
}
.el-button--primary.is-plain {
	color: #409eff;
	background: #ecf5ff;
	border-color: #b3d8ff;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
	background: #409eff;
	border-color: #409eff;
	color: #fff;
}
.el-button--primary.is-plain:active {
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #fff;
	outline: 0;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
	color: #8cc5ff;
	background-color: #ecf5ff;
	border-color: #d9ecff;
}
.el-button--success {
	color: #fff;
	background-color: #67c23a;
	border-color: #67c23a;
}
.el-button--success:focus,
.el-button--success:hover {
	background: #85ce61;
	border-color: #85ce61;
	color: #fff;
}
.el-button--success.is-active,
.el-button--success:active {
	background: #5daf34;
	border-color: #5daf34;
	color: #fff;
}
.el-button--success:active {
	outline: 0;
}
.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
	color: #fff;
	background-color: #b3e19d;
	border-color: #b3e19d;
}
.el-button--success.is-plain {
	color: #67c23a;
	background: #f0f9eb;
	border-color: #c2e7b0;
}
.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
	background: #67c23a;
	border-color: #67c23a;
	color: #fff;
}
.el-button--success.is-plain:active {
	background: #5daf34;
	border-color: #5daf34;
	color: #fff;
	outline: 0;
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
	color: #a4da89;
	background-color: #f0f9eb;
	border-color: #e1f3d8;
}
.el-button--warning {
	color: #fff;
	background-color: #e6a23c;
	border-color: #e6a23c;
}
.el-button--warning:focus,
.el-button--warning:hover {
	background: #ebb563;
	border-color: #ebb563;
	color: #fff;
}
.el-button--warning.is-active,
.el-button--warning:active {
	background: #cf9236;
	border-color: #cf9236;
	color: #fff;
}
.el-button--warning:active {
	outline: 0;
}
.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
	color: #fff;
	background-color: #f3d19e;
	border-color: #f3d19e;
}
.el-button--warning.is-plain {
	color: #e6a23c;
	background: #fdf6ec;
	border-color: #f5dab1;
}
.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
	background: #e6a23c;
	border-color: #e6a23c;
	color: #fff;
}
.el-button--warning.is-plain:active {
	background: #cf9236;
	border-color: #cf9236;
	color: #fff;
	outline: 0;
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
	color: #f0c78a;
	background-color: #fdf6ec;
	border-color: #faecd8;
}
.el-button--danger {
	color: #fff;
	background-color: #f56c6c;
	border-color: #f56c6c;
}
.el-button--danger:focus,
.el-button--danger:hover {
	background: #f78989;
	border-color: #f78989;
	color: #fff;
}
.el-button--danger.is-active,
.el-button--danger:active {
	background: #dd6161;
	border-color: #dd6161;
	color: #fff;
}
.el-button--danger:active {
	outline: 0;
}
.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
	color: #fff;
	background-color: #fab6b6;
	border-color: #fab6b6;
}
.el-button--danger.is-plain {
	color: #f56c6c;
	background: #fef0f0;
	border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
	background: #f56c6c;
	border-color: #f56c6c;
	color: #fff;
}
.el-button--danger.is-plain:active {
	background: #dd6161;
	border-color: #dd6161;
	color: #fff;
	outline: 0;
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
	color: #f9a7a7;
	background-color: #fef0f0;
	border-color: #fde2e2;
}
.el-button--info {
	color: #fff;
	background-color: #909399;
	border-color: #909399;
}
.el-button--info:focus,
.el-button--info:hover {
	background: #a6a9ad;
	border-color: #a6a9ad;
	color: #fff;
}
.el-button--info.is-active,
.el-button--info:active {
	background: #82848a;
	border-color: #82848a;
	color: #fff;
}
.el-button--info:active {
	outline: 0;
}
.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
	color: #fff;
	background-color: #c8c9cc;
	border-color: #c8c9cc;
}
.el-button--info.is-plain {
	color: #909399;
	background: #f4f4f5;
	border-color: #d3d4d6;
}
.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
	background: #909399;
	border-color: #909399;
	color: #fff;
}
.el-button--info.is-plain:active {
	background: #82848a;
	border-color: #82848a;
	color: #fff;
	outline: 0;
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
	color: #bcbec2;
	background-color: #f4f4f5;
	border-color: #e9e9eb;
}
.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
	border-color: transparent;
}
.el-button--medium {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.el-button--mini,
.el-button--small {
	font-size: 12px;
	border-radius: 3px;
}
.el-button--medium.is-round {
	padding: 10px 20px;
}
.el-button--medium.is-circle {
	padding: 10px;
}
.el-button--small,
.el-button--small.is-round {
	padding: 9px 15px;
}
.el-button--small.is-circle {
	padding: 9px;
}
.el-button--mini,
.el-button--mini.is-round {
	padding: 7px 15px;
}
.el-button--mini.is-circle {
	padding: 7px;
}
.el-button--text {
	color: #409eff;
	background: 0 0;
	padding-left: 0;
	padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
	color: #66b1ff;
	border-color: transparent;
	background-color: transparent;
}
.el-button--text:active {
	color: #3a8ee6;
	background-color: transparent;
}
.el-button-group {
	display: inline-block;
	vertical-align: middle;
}
.el-button-group:after,
.el-button-group:before {
	display: table;
	content: "";
}
.el-button-group:after {
	clear: both;
}
.el-button-group > .el-button {
	float: left;
	position: relative;
}
.el-button-group > .el-button + .el-button {
	margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
	z-index: 1;
}
.el-button-group > .el-button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
	border-radius: 4px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
	border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
	border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
	margin-right: -1px;
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button:active,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:hover {
	z-index: 1;
}
.el-button-group > .el-dropdown > .el-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:first-child {
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:last-child {
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, 0.5);
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:first-child {
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:last-child {
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, 0.5);
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:first-child {
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:last-child {
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, 0.5);
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:first-child {
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:last-child {
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, 0.5);
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:first-child {
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:last-child {
	border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, 0.5);
	border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-calendar {
	background-color: #fff;
}
.el-calendar__header {
	display: flex;
	justify-content: space-between;
	padding: 12px 20px;
	border-bottom: 1px solid #ebeef5;
}
.el-backtop,
.el-page-header {
	display: -ms-flexbox;
}
.el-calendar__title {
	color: #000;
	align-self: center;
}
.el-calendar__body {
	padding: 12px 20px 35px;
}
.el-calendar-table {
	table-layout: fixed;
	width: 100%;
}
.el-calendar-table thead th {
	padding: 12px 0;
	color: #606266;
	font-weight: 400;
}
.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
	color: #c0c4cc;
}
.el-backtop,
.el-calendar-table td.is-today {
	color: #409eff;
}
.el-calendar-table td {
	border-bottom: 1px solid #ebeef5;
	border-right: 1px solid #ebeef5;
	vertical-align: top;
	transition: background-color 0.2s ease;
}
.el-calendar-table td.is-selected {
	background-color: #f2f8fe;
}
.el-calendar-table tr:first-child td {
	border-top: 1px solid #ebeef5;
}
.el-calendar-table tr td:first-child {
	border-left: 1px solid #ebeef5;
}
.el-calendar-table tr.el-calendar-table__row--hide-border td {
	border-top: none;
}
.el-calendar-table .el-calendar-day {
	box-sizing: border-box;
	padding: 8px;
	height: 85px;
}
.el-calendar-table .el-calendar-day:hover {
	cursor: pointer;
	background-color: #f2f8fe;
}
.el-backtop {
	position: fixed;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	z-index: 5;
}
.el-backtop:hover {
	background-color: #f2f6fc;
}
.el-page-header {
	display: flex;
	line-height: 24px;
}
.el-page-header__left {
	display: flex;
	cursor: pointer;
	margin-right: 40px;
	position: relative;
}
.el-page-header__left:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #dcdfe6;
}
.el-checkbox,
.el-checkbox__input {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.el-page-header__left .el-icon-back {
	font-size: 18px;
	margin-right: 6px;
	align-self: center;
}
.el-page-header__title {
	font-size: 14px;
	font-weight: 500;
}
.el-page-header__content {
	font-size: 18px;
	color: #303133;
}
.el-checkbox {
	color: #606266;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	margin-right: 30px;
}
.el-checkbox,
.el-checkbox-button__inner,
.el-empty__image img,
.el-radio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.el-checkbox.is-bordered {
	padding: 9px 20px 9px 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	line-height: normal;
	height: 40px;
}
.el-checkbox.is-bordered.is-checked {
	border-color: #409eff;
}
.el-checkbox.is-bordered.is-disabled {
	border-color: #ebeef5;
	cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
	margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
	padding: 7px 20px 7px 10px;
	border-radius: 4px;
	height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
	line-height: 17px;
	font-size: 14px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
	height: 14px;
	width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
	padding: 5px 15px 5px 10px;
	border-radius: 3px;
	height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
	line-height: 15px;
	font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
	height: 12px;
	width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
	height: 6px;
	width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
	padding: 3px 15px 3px 10px;
	border-radius: 3px;
	height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
	line-height: 12px;
	font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
	height: 12px;
	width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
	height: 6px;
	width: 2px;
}
.el-checkbox__input {
	cursor: pointer;
	outline: 0;
	line-height: 1;
	vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
	background-color: #edf2fc;
	border-color: #dcdfe6;
	cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
	cursor: not-allowed;
	border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
	cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
	background-color: #f2f6fc;
	border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
	border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
	background-color: #f2f6fc;
	border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
	background-color: #c0c4cc;
	border-color: #c0c4cc;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #409eff;
	border-color: #409eff;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
	transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
	color: #409eff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #409eff;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	height: 2px;
	transform: scale(0.5);
	left: 0;
	right: 0;
	top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
	display: none;
}
.el-checkbox__inner {
	display: inline-block;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #fff;
	z-index: 1;
	transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
	border-color: #409eff;
}
.el-checkbox__inner:after {
	box-sizing: content-box;
	content: "";
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 7px;
	left: 4px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg) scaleY(0);
	width: 3px;
	transition: transform 0.15s ease-in 0.05s;
	transform-origin: center;
}
.el-checkbox__original {
	opacity: 0;
	outline: 0;
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
	z-index: -1;
}
.el-checkbox-button,
.el-checkbox-button__inner {
	display: inline-block;
	position: relative;
}
.el-checkbox__label {
	display: inline-block;
	padding-left: 10px;
	line-height: 19px;
	font-size: 14px;
}
.el-checkbox:last-of-type {
	margin-right: 0;
}
.el-checkbox-button__inner {
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	border-left: 0;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 0;
}
.el-checkbox-button__inner.is-round {
	padding: 12px 20px;
}
.el-checkbox-button__inner:hover {
	color: #409eff;
}
.el-checkbox-button__inner [class*="el-icon-"] {
	line-height: 0.9;
}
.el-radio,
.el-radio__input {
	line-height: 1;
	white-space: nowrap;
	outline: 0;
}
.el-checkbox-button__inner [class*="el-icon-"] + span {
	margin-left: 5px;
}
.el-checkbox-button__original {
	opacity: 0;
	outline: 0;
	position: absolute;
	margin: 0;
	z-index: -1;
}
.el-radio,
.el-radio__inner,
.el-radio__input {
	position: relative;
	display: inline-block;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
	box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
	border-left-color: #409eff;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5;
	box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
	border-left-color: #ebeef5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
	border-left: 1px solid #dcdfe6;
	border-radius: 4px 0 0 4px;
	box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
	border-color: #409eff;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
	border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
	padding: 10px 20px;
}
.el-checkbox-button--small .el-checkbox-button__inner {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
	padding: 9px 15px;
}
.el-checkbox-button--mini .el-checkbox-button__inner {
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
	padding: 7px 15px;
}
.el-checkbox-group {
	font-size: 0;
}
.el-radio,
.el-radio--medium.is-bordered .el-radio__label {
	font-size: 14px;
}
.el-radio {
	color: #606266;
	font-weight: 500;
	cursor: pointer;
	margin-right: 30px;
}
.el-cascader-node > .el-radio,
.el-radio:last-child {
	margin-right: 0;
}
.el-radio.is-bordered {
	padding: 12px 20px 0 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	height: 40px;
}
.el-radio.is-bordered.is-checked {
	border-color: #409eff;
}
.el-radio.is-bordered.is-disabled {
	cursor: not-allowed;
	border-color: #ebeef5;
}
.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
}
.el-radio.is-bordered + .el-radio.is-bordered {
	margin-left: 10px;
}
.el-radio--medium.is-bordered {
	padding: 10px 20px 0 10px;
	border-radius: 4px;
	height: 36px;
}
.el-radio--mini.is-bordered .el-radio__label,
.el-radio--small.is-bordered .el-radio__label {
	font-size: 12px;
}
.el-radio--medium.is-bordered .el-radio__inner {
	height: 14px;
	width: 14px;
}
.el-radio--small.is-bordered {
	padding: 8px 15px 0 10px;
	border-radius: 3px;
	height: 32px;
}
.el-radio--small.is-bordered .el-radio__inner {
	height: 12px;
	width: 12px;
}
.el-radio--mini.is-bordered {
	padding: 6px 15px 0 10px;
	border-radius: 3px;
	height: 28px;
}
.el-radio--mini.is-bordered .el-radio__inner {
	height: 12px;
	width: 12px;
}
.el-radio__input {
	cursor: pointer;
	vertical-align: middle;
}
.el-radio__input.is-disabled .el-radio__inner {
	cursor: not-allowed;
}
.el-radio__input.is-disabled .el-radio__inner:after {
	cursor: not-allowed;
	background-color: #f5f7fa;
}
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
	cursor: not-allowed;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
	background-color: #c0c4cc;
}
.el-radio__input.is-disabled + span.el-radio__label {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-radio__input.is-checked .el-radio__inner {
	border-color: #409eff;
	background: #409eff;
}
.el-radio__input.is-checked .el-radio__inner:after {
	transform: translate(-50%, -50%) scale(1);
}
.el-radio__input.is-checked + .el-radio__label {
	color: #409eff;
}
.el-radio__input.is-focus .el-radio__inner {
	border-color: #409eff;
}
.el-radio__inner {
	border: 1px solid #dcdfe6;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.el-radio__inner:hover {
	border-color: #409eff;
}
.el-radio__inner:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.15s ease-in;
}
.el-radio__original {
	opacity: 0;
	outline: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
	box-shadow: 0 0 2px 2px #409eff;
}
.el-radio__label {
	font-size: 14px;
	padding-left: 10px;
}

.el-scrollbar {
	overflow: hidden;
	position: relative;
}
.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
	opacity: 1;
	transition: opacity 0.34s ease-out;
}
.el-scrollbar__wrap {
	overflow: scroll;
	height: 100%;
}
.el-scrollbar__wrap--hidden-default {
	scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
	width: 6px;
	height: 8px;
}
.el-scrollbar__thumb {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	border-radius: inherit;
	background-color: rgba(144, 147, 153, 0.3);
	transition: background-color 0.3s;
}
.el-scrollbar__thumb:hover {
	background-color: rgba(144, 147, 153, 0.5);
}
.el-scrollbar__bar {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 1;
	border-radius: 4px;
	opacity: 0;
	transition: opacity 0.12s ease-out;
}
.el-scrollbar__bar.is-vertical {
	width: 6px;
	top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
	width: 100%;
}
.el-scrollbar__bar.is-horizontal {
	height: 6px;
	left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
	height: 100%;
}
.el-cascader-panel {
	display: flex;
	border-radius: 4px;
	font-size: 14px;
}
.el-cascader-panel.is-bordered {
	border: 1px solid #e4e7ed;
	border-radius: 4px;
}
.el-cascader-menu {
	min-width: 180px;
	box-sizing: border-box;
	color: #606266;
	border-right: 1px solid #e4e7ed;
}
.el-cascader-menu:last-child {
	border-right: none;
}
.el-cascader-menu:last-child .el-cascader-node {
	padding-right: 20px;
}
.el-cascader-menu__wrap {
	height: 204px;
}
.el-cascader-menu__list {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	box-sizing: border-box;
}
.el-cascader-menu__hover-zone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.el-cascader-menu__empty-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #c0c4cc;
}
.el-cascader-node {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px 0 20px;
	height: 34px;
	line-height: 34px;
	outline: 0;
}
.el-cascader-node.is-selectable.in-active-path {
	color: #606266;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: #409eff;
	font-weight: 700;
}
.el-cascader-node:not(.is-disabled) {
	cursor: pointer;
}
.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
	background: #f5f7fa;
}
.el-cascader-node.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}
.el-cascader-node__prefix {
	position: absolute;
	left: 10px;
}
.el-cascader-node__postfix {
	position: absolute;
	right: 10px;
}
.el-cascader-node__label {
	flex: 1;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.el-cascader-node > .el-radio .el-radio__label {
	padding-left: 0;
}
.el-avatar {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #c0c4cc;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.el-drawer,
.el-drawer__body > * {
	-webkit-box-sizing: border-box;
}
.el-avatar > img {
	display: block;
	height: 100%;
	vertical-align: middle;
}
.el-drawer,
.el-drawer__header {
	display: -ms-flexbox;
}
.el-avatar--circle {
	border-radius: 50%;
}
.el-avatar--square {
	border-radius: 4px;
}
.el-avatar--icon {
	font-size: 18px;
}
.el-avatar--large {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.el-avatar--medium {
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.el-avatar--small {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.el-drawer.ltr,
.el-drawer.rtl,
.el-drawer__container {
	top: 0;
	bottom: 0;
	height: 100%;
}
@-webkit-keyframes el-drawer-fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes el-drawer-fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rtl-drawer-in {
	0% {
		transform: translate(100%);
	}
	to {
		transform: translate(0);
	}
}
@keyframes rtl-drawer-in {
	0% {
		transform: translate(100%);
	}
	to {
		transform: translate(0);
	}
}
@-webkit-keyframes rtl-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(100%);
	}
}
@keyframes rtl-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(100%);
	}
}
@-webkit-keyframes ltr-drawer-in {
	0% {
		transform: translate(-100%);
	}
	to {
		transform: translate(0);
	}
}
@keyframes ltr-drawer-in {
	0% {
		transform: translate(-100%);
	}
	to {
		transform: translate(0);
	}
}
@-webkit-keyframes ltr-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
@keyframes ltr-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
@-webkit-keyframes ttb-drawer-in {
	0% {
		transform: translateY(-100%);
	}
	to {
		transform: translate(0);
	}
}
@keyframes ttb-drawer-in {
	0% {
		transform: translateY(-100%);
	}
	to {
		transform: translate(0);
	}
}
@-webkit-keyframes ttb-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translateY(-100%);
	}
}
@keyframes ttb-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translateY(-100%);
	}
}
@-webkit-keyframes btt-drawer-in {
	0% {
		transform: translateY(100%);
	}
	to {
		transform: translate(0);
	}
}
@keyframes btt-drawer-in {
	0% {
		transform: translateY(100%);
	}
	to {
		transform: translate(0);
	}
}
@-webkit-keyframes btt-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translateY(100%);
	}
}
@keyframes btt-drawer-out {
	0% {
		transform: translate(0);
	}
	to {
		transform: translateY(100%);
	}
}
.el-drawer {
	position: absolute;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	outline: 0;
}
.el-drawer.rtl {
	-webkit-animation: rtl-drawer-out 0.3s;
	animation: rtl-drawer-out 0.3s;
	right: 0;
}
.el-drawer__open .el-drawer.rtl {
	-webkit-animation: rtl-drawer-in 0.3s 1ms;
	animation: rtl-drawer-in 0.3s 1ms;
}
.el-drawer.ltr {
	-webkit-animation: ltr-drawer-out 0.3s;
	animation: ltr-drawer-out 0.3s;
	left: 0;
}
.el-drawer__open .el-drawer.ltr {
	-webkit-animation: ltr-drawer-in 0.3s 1ms;
	animation: ltr-drawer-in 0.3s 1ms;
}
.el-drawer.ttb {
	-webkit-animation: ttb-drawer-out 0.3s;
	animation: ttb-drawer-out 0.3s;
	top: 0;
}
.el-drawer__open .el-drawer.ttb {
	-webkit-animation: ttb-drawer-in 0.3s 1ms;
	animation: ttb-drawer-in 0.3s 1ms;
}
.el-drawer.btt {
	-webkit-animation: btt-drawer-out 0.3s;
	animation: btt-drawer-out 0.3s;
	bottom: 0;
}
.el-drawer__open .el-drawer.btt {
	-webkit-animation: btt-drawer-in 0.3s 1ms;
	animation: btt-drawer-in 0.3s 1ms;
}
.el-drawer__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
}
.el-drawer__header {
	align-items: center;
	color: #72767b;
	display: flex;
	margin-bottom: 32px;
	padding: 20px 20px 0;
}
.el-drawer__header > :first-child {
	flex: 1;
}
.el-drawer__title {
	margin: 0;
	flex: 1;
	line-height: inherit;
	font-size: 1rem;
}
.el-drawer__close-btn {
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: inherit;
	background-color: transparent;
}
.el-drawer__body {
	flex: 1;
	overflow: auto;
}
.el-drawer__body > * {
	box-sizing: border-box;
}
.el-drawer.btt,
.el-drawer.ttb,
.el-drawer__container {
	width: 100%;
	left: 0;
	right: 0;
}
.el-drawer__container {
	position: relative;
}
.el-drawer-fade-enter-active {
	-webkit-animation: el-drawer-fade-in 0.3s;
	animation: el-drawer-fade-in 0.3s;
}
.el-drawer-fade-leave-active {
	animation: el-drawer-fade-in 0.3s reverse;
}
.el-popconfirm__main {
	display: flex;
	align-items: center;
}
.el-popconfirm__icon {
	margin-right: 5px;
}
.el-popconfirm__action {
	text-align: right;
	margin: 0;
}
@-webkit-keyframes el-skeleton-loading {
	0% {
		background-position: 100% 50%;
	}
	to {
		background-position: 0 50%;
	}
}
@keyframes el-skeleton-loading {
	0% {
		background-position: 100% 50%;
	}
	to {
		background-position: 0 50%;
	}
}
.el-skeleton {
	width: 100%;
}
.el-skeleton__first-line,
.el-skeleton__paragraph {
	height: 16px;
	margin-top: 16px;
	background: #f2f2f2;
}
.el-skeleton.is-animated .el-skeleton__item {
	background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
	background-size: 400% 100%;
	-webkit-animation: el-skeleton-loading 1.4s ease infinite;
	animation: el-skeleton-loading 1.4s ease infinite;
}
.el-skeleton__item {
	background: #f2f2f2;
	display: inline-block;
	height: 16px;
	border-radius: 4px;
	width: 100%;
}
.el-skeleton__circle {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.el-skeleton__circle--lg {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.el-skeleton__circle--md {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.el-skeleton__button {
	height: 40px;
	width: 64px;
	border-radius: 4px;
}
.el-skeleton__p {
	width: 100%;
}
.el-skeleton__p.is-last {
	width: 61%;
}
.el-skeleton__p.is-first {
	width: 33%;
}
.el-skeleton__text {
	width: 100%;
	height: 13px;
}
.el-skeleton__caption {
	height: 12px;
}
.el-skeleton__h1 {
	height: 20px;
}
.el-skeleton__h3 {
	height: 18px;
}
.el-skeleton__h5 {
	height: 16px;
}
.el-skeleton__image {
	width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}
.el-skeleton__image svg {
	fill: #dcdde0;
	width: 22%;
	height: 22%;
}
.el-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0;
}
.el-empty__image {
	width: 160px;
}
.el-empty__image img,
.el-empty__image svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.el-empty__image img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-object-fit: contain;
	object-fit: contain;
}
.el-empty__image svg {
	fill: #dcdde0;
}
.el-empty__description {
	margin-top: 20px;
}
.el-empty__description p {
	margin: 0;
	font-size: 14px;
	color: #909399;
}
.el-empty__bottom {
	margin-top: 20px;
}



.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
	opacity: 0;
}
.breadcrumb-enter-active,
.breadcrumb-leave-active {
	transition: all 0.5s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
	opacity: 0;
	transform: translateX(20px);
}
.breadcrumb-move {
	transition: all 0.5s;
}
.breadcrumb-leave-active {
	position: absolute;
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
	font-weight: 400 !important;
}
.el-upload input[type="file"] {
	display: none !important;
}
.el-upload__input {
	display: none;
}
.cell .el-tag {
	margin-right: 0;
}
.small-padding .cell {
	padding-left: 5px;
	padding-right: 5px;
}
.fixed-width .el-button--mini {
	padding: 7px 10px;
	width: 60px;
}
.status-col .cell {
	padding: 0 10px;
	text-align: center;
}
.status-col .cell .el-tag {
	margin-right: 0;
}
.el-dialog {
	transform: none;
	left: 0;
	position: relative;
	margin: 0 auto;
}
.article-textarea textarea {
	padding-right: 40px;
	resize: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #bfcbd9;
}
.upload-container .el-upload {
	width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
	width: 100%;
	height: 200px;
}
.el-upload-list--picture .el-upload-list__item-thumbnail {
	vertical-align: middle;
	display: inline-block;
	width: auto !important;
	height: 70px !important;
	position: relative;
	z-index: 1;
	margin-left: -80px;
}
.scroll-container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #304156;
}
.scroll-container .scroll-wrapper {
	position: absolute;
	width: 100% !important;
}
.main-container {
	min-height: 100%;
	transition: margin-left 0.28s;
	margin-left: 180px;
}
.sidebar-container {
	transition: width 0.28s;
	width: 180px !important;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
}
.sidebar-container a {
	display: inline-block;
	width: 100%;
}
.sidebar-container .svg-icon {
	margin-right: 16px;
}
.sidebar-container .el-menu {
	border-right: 0 !important;
}
.hideSidebar .sidebar-container,
.hideSidebar .sidebar-container .el-menu {
	width: 64px !important;
}
.hideSidebar .main-container {
	margin-left: 64px;
}
.hideSidebar .submenu-title-noDropdown {
	padding-left: 10px !important;
	position: relative;
}
.hideSidebar .submenu-title-noDropdown span {
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	opacity: 0;
	display: inline-block;
}
.hideSidebar .submenu-title-noDropdown:hover span {
	display: block;
	border-radius: 3px;
	z-index: 1002;
	width: 140px;
	height: 56px;
	visibility: visible;
	position: absolute;
	right: -145px;
	text-align: left;
	text-indent: 20px;
	top: 0;
	background-color: #1f2d3d !important;
	opacity: 1;
}
.hideSidebar .el-menu {
	border-right: 0 !important;
}
.hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow,
.hideSidebar .el-submenu > .el-submenu__title > span {
	display: none;
}
.hideSidebar .el-submenu .nest-menu .el-submenu__icon-arrow {
	display: block !important;
}
.hideSidebar .el-submenu .nest-menu span {
	display: inline-block !important;
}
.el-submenu .el-menu-item,
.nest-menu .el-submenu > .el-submenu__title {
	min-width: 180px !important;
	padding: 0 30px !important;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: malgun, malgunbd, NanumBarunGothic, NanumBarunGothicBold, NanumBarunGothicLight, NanumBarunpenB, NanumBarunpenR, NanumGothic, NanumGothicBold, NanumGothicExtraBold, NanumGothicLight, NanumMyeongjo,
	NanumMyeongjoBold, NanumMyeongjoExtraBold, NanumPen, NanumSquareB, NanumSquareEB, NanumSquareL, NanumSquareR, NanumSquareRoundB, NanumSquareRoundEB, NanumSquareRoundL, NanumSquareRoundR;
}
label {
	font-weight: 700;
}
html {
	box-sizing: border-box;
}
#app {
	height: 100%;
}
*,
:after,
:before {
	box-sizing: inherit;
}
.padding-content {
	padding: 4px 0;
}
a:active,
a:focus {
	outline: none;
}
a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
div:focus {
	outline: none;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.pr-5 {
	padding-right: 5px;
}
.pl-5 {
	padding-left: 5px;
}
.block {
	display: block;
}
.pointer {
	cursor: pointer;
}
.inlineBlock {
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
code {
	background: #eef1f6;
	padding: 15px 16px;
	margin-bottom: 20px;
	display: block;
	line-height: 36px;
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
code a {
	color: #337ab7;
	cursor: pointer;
}
code a:hover {
	color: #20a0ff;
}
.warn-content {
	background: rgba(66, 185, 131, 0.1);
	border-radius: 2px;
	padding: 1rem;
	line-height: 1.6rem;
	word-spacing: 0.05rem;
}
.warn-content a {
	color: #42b983;
	font-weight: 600;
}
.app-container {
	padding: 20px;
}
.components-container {
	margin: 30px 50px;
	position: relative;
}
.pagination-container {
	margin-top: 30px;
}
.editor-container .CodeMirror {
	height: 100% !important;
}
.text-center {
	text-align: center;
}
.link-type,
.link-type:focus {
	color: #337ab7;
	cursor: pointer;
}
.link-type:focus:hover,
.link-type:hover {
	color: #20a0ff;
}
.filter-container {
	padding-bottom: 10px;
}
.filter-container .filter-item {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.multiselect {
	line-height: 16px;
}
.multiselect--active {
	z-index: 1000 !important;
}
.el-table {
	border-radius: 4px;
}
.el-table .warning-row {
	background: #fdf5e6;
}
.el-table .success-row {
	background: #f0f9eb;
}


.page-enter-active,
.page-leave-active {
	transition: opacity 0.5s;
}
.page-enter,
.page-leave-to {
	opacity: 0;
}


@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url(/node_modules/material-design-icons/iconfont/4674f8d.eot);
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(/node_modules/material-design-icons/iconfont/cff684e.woff2) format("woff2"),
	url(/node_modules/material-design-icons/iconfont/83bebaf.woff) format("woff"), url(/node_modules/material-design-icons/iconfont/5e7382c.ttf) format("truetype");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}


body,
body #__layout,
body #__nuxt,
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.body-scroll {
	height: 100%;
}
@media (min-width: 1081px) {
	.body-scroll {
		height: 100vh;
	}
}
.body-scroll .el-scrollbar__wrap {
	overflow-x: auto;
}
.body-scroll .page-component-up {
	background-color: #2e2d2b;
	position: fixed;
	right: 40px;
	bottom: 40px;
	size: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	z-index: 2001;
}
.body-scroll .page-component-up i {
	color: #f7d512;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.body-scroll .page-component-up.hover {
	opacity: 1;
}
.body-scroll .back-top-fade-enter,
.body-scroll .back-top-fade-leave-active {
	transform: translateY(-30px);
	opacity: 0;
}
.cheadbar {
	padding: 0;
}
.cheadbar-mobile {
	background-color: #2d3a4b;
	color: #fff;
	width: 100%;
	z-index: 1500;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10000;
	left: 100%;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
#mySidenav {
	left: 0;
}
#main {
	transition: margin-left 0.5s;
}
#myrightSidenav {
	width: 275px;
	left: calc(100% - 275px);
	top: 50px;
	background: #161826;
}



/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
	*  Owl Carousel - Core
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
	*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
	* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
	* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
	/**
		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
		calculation of the height of the owl-item that breaks page layouts
	*/
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
	* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #1b1b23;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
	* 	Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}


.btn-to-top[data-v-0088623e] {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	font-size: 22px;
	line-height: 22px;
	z-index: 1100;
	border-width: 0;
	color: #409eff;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	transition: 1s;
}


/*! jQuery UI - v1.10.4 - 2014-01-17
	* http://jqueryui.com
	* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: 0.5em 0.5em 0.5em 0.7em;
	min-height: 0;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: 0.1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none;
}
.ui-button-icon-only {
	width: 2.2em;
}
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: 0.4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
input.ui-button {
	padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
	left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
	right: 0.5em;
}
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}
.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: 700;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.5em 1em;
	background: 0;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: 0.5em;
	padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px 0.4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
	font-weight: 400;
	margin: -1px;
}
.ui-menu .ui-state-disabled {
	font-weight: 400;
	margin: 0.4em 0 0.2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}
.ui-menu .ui-icon {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
}
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.ui-spinner,
.ui-spinner-input {
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: 0;
	background: 0;
	color: inherit;
	margin: 0.2em 22px 0.2em 0.4em;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
.ui-spinner a.ui-spinner-button {
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
	padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaa;
	color: #222;
}
.ui-widget-content a {
	color: #222;
}
.ui-widget-header {
	border: 1px solid #aaa;
	color: #222;
	font-weight: 700;
}
.ui-widget-header a {
	color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: 400;
	color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555;
	text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #999;
	font-weight: 400;
	color: #212121;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	font-weight: 400;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon-blank {
	background-position: 16px 16px;
}
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-on {
	background-position: -96px -144px;
}
.ui-icon-radio-off {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay,
.ui-widget-shadow {
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	border-radius: 8px;
}



/*---------------- asian container ----------------------*/











#ajax-content #asian-container .odds-find {
	text-align:center;
}

#ajax-content #asian-container .match_star:before,
#ajax-content #asian-container .league_star:before {
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	font-style: normal;
	margin-left: 0;
}

#ajax-content #asian-container .favorite-side .match_star:before {
	margin-left: 0px;
}

#ajax-content #asian-container .favorite {
	color: #ebef02;
}

#ajax-content #asian-container {
	width: 100%;
	height: calc(100% - 60px);
	overflow: auto;
    padding-left: 16px !important;
    padding-right: 16px !important;	
}
#ajax-content #asian-container .league-box {
	width: calc(100% - 20px);
	margin: 5px 10px;
	margin-bottom: 10px;
	background: transparent;
}

#ajax-content #asian-container .league-box table,
#ajax-content #asian-container .league-box table>tbody,
#ajax-content #asian-container .league-box table>tbody>tr,
#ajax-content #asian-container .league-box table>tbody>tr>td,
#ajax-content #asian-container .league-box table>tbody>tr>td>div.odds-container {
    width: 100%;
	font-size:9pt;
	/* float: left;	 */
}
#sports-wrapper #asian-container .league-box table>tbody>tr>td .league ,
#sports-wrapper #wide-container .league-box table>tbody>tr>td .league {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
#ajax-content #asian-container .league-box table>tbody>tr>td .league .menu-flag {
	margin: 2px 0px 0px 0px;
}

#ajax-content #asian-container .league-box table>tbody>tr>td .league .left {
	margin-top: -1px;
	float: left;
}
#sports-wrapper #asian-container .league-box table>tbody>tr>td .league {
    background: #212531;
    border-radius: 3px 3px 0px 0px;
    padding: 5px;
    /* float: left; */
    background: #010101;
}

#ajax-content #asian-container .league-box .round-box {
}

#ajax-content #asian-container .league-box table>tbody>tr .round-box {
    margin-bottom: 5px;
}


#ajax-content #asian-container .league-box .round-box:last-of-type:hover {
	
}

#ajax-content #asian-container .league-box .round-box p {
	margin: 0;
	padding-left: 10px;
	float: left;
}

#ajax-content #asian-container #detail-container .match-oddslist .round-box > p {
	width: calc(50% - 5px);
}
#ajax-content #asian-container #detail-container .match-oddslist .round-box .spvalue {
	width: 80px;
}
#ajax-content #asian-container #detail-container .match-oddslist .round-box .spvalue i.arrow.down {
	margin: 0;
}
#ajax-content #asian-container #detail-container .match-oddslist .round-box .odds {
	margin-left: auto;
}

#ajax-content #asian-container .league-box .round-box.away-side .odds {
	float: left;
	padding-left: 10px;
}

#ajax-content #asian-container .league-box .round-box.away-side .snip {
	float: right;
	text-align: right;
	padding-right: 10px;
}


#ajax-content #asian-container .league-box .round-box.mid-side .odds ,
#ajax-content #asian-container .league-box .round-box.mid-side .spvalue {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
    margin-left: 0px;
}

#ajax-content #asian-container .league-box .round-box .odds {
	float: right;
	padding-right: 10px;
    padding-left: 10px;	
}

#ajax-content #asian-container .league-box .round-box .spvalue {
    margin-right: 15px;
    margin-left: 8px;
}

#ajax-content #asian-container .league-box .bet-side ,
#ajax-content #asian-container .league-box .mid-side ,
#ajax-content #asian-container #match-detail #detail-container .detail-odds .match-oddslist .round-box.bet-side2,
#ajax-content #asian-container #match-detail #detail-container .detail-odds .match-oddslist .round-box.bet-side {
    color: #fff;
    background: #2d353c;
    border: 1px solid #000000;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background: -webkit-linear-gradient(180deg, #2D353C, #222);
    background: -moz-linear-gradient(180deg, #2D353C, #222);
    background: -ms-linear-gradient(180deg, #2D353C, #222);
    background: -o-linear-gradient(180deg, #2D353C, #222);
    background: linear-gradient(180deg, #2D353C, #222);
	font-weight: 700;
    font-size: 14px;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info-mid {
    width: calc(100% - 0px);
    display: inline-table;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info01:before {
    font-family: 'FontAwesome';
    content: "\f133";
    display: inline-block;
    padding-right: 4px;
    color: #ffffff;
    display: block;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .one-row {
    display: inline-block;
    font-size: 15px;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info02-home {
    text-align: left;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info02-away {
    text-align: left;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .mutiple_box {
    width: calc(100% - 0px);
    display: inline-block;
    margin: 0;
    float: left;
    color:var( --swiper-theme-color);
    text-align: left;
    margin-left: 5px;
    background: #010100;
    border-radius: 4px;
    border: 2px solid #212631;
    border: 1px solid #222733;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1e2428;
    padding: 5px 7px;
	line-height:57px;
}




#ajax-content #asian-container .league-box .date-side {
	width: 90px;
	text-align: center;
	color: #d7d7d7;
	background: #1e2428;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ajax-content #asian-container .league-box .favorite-side {
	width: 30px;
	text-align: center;
	color: #d7d7d7;
	background: #1e2428;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ajax-content #asian-container .league-box .count-side {
	width: 90px;
	text-align: center;
}

#ajax-content #asian-container .league-box .mid-side .odds ,
#ajax-content #asian-container .league-box .mid-side .spvalue {
    float: unset;
    display: block;
    text-align: center;
}
#ajax-content #asian-container .league-box .row-wideView {
    border-radius: 0;
    background: #181818;
    box-shadow: unset;
    margin-bottom: 0;
    display: inline-table;
    border: solid #20242f;
    border-width: 3px 3px 3px 3px;
    position: relative;
}
#ajax-content #asian-container .league-box .row-wideView .asian_table {
    float: left;
    width: calc(100% - 67px);
    box-sizing: border-box;
    display: table;
}
#ajax-content #asian-container .league-box .row-wideView .first-row {
    width: calc(100% - 72px);
    text-align: left;
    font-size: 9pt;
    display:table;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info01 {
    width: 50px;
    text-align: center;
    color: #ffffff;
    float: right;
    height: 72px;
    background: #565656;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid;
    border: 1px solid #222733;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1e2428;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_info02-vs {
    font-weight: 600;
    color: #ffffff;
	
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_star {font-size: 19px;display: inline-block;width: 50px;text-align: center;color: #ffffff;float: right;height: 72px;padding: 5px;line-height: 50px;margin-right: 7px;border: 1px solid #222733;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #1e2428;margin-left: 6px;}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_star.favorite {
	color: #ebef02;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_star::before {
    font-size: unset;
	display: unset;	
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_star:hover::before ,
.league_star:hover::before {
    color: #FFEB3B;
    transform: translateY(-3px);
}
#ajax-content #asian-container .league-box .row-wideView .first-row .match_star ,
.league_star {
	cursor:pointer;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .count-side {
    width: 67px;
    height: 100%;
    line-height: 29px;
    text-align: center;
    background: unset;
    color: var( --swiper-theme-color);
    border: 1px solid;
    border-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #1a1b1d;
    border-radius: 0;
    box-shadow: unset;
    margin-top: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-image: linear-gradient(90deg, #191919, #191919) !important;
    border: 1px solid #222733;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .count-side:hover,
#ajax-content #wide-container .league-box .round-box.count-side.left._detail_wide:hover,
#ajax-content #asian-container .league-box .row-wideView .first-row .count-side.active,
#ajax-content #wide-container .league-box .round-box.count-side.left._detail_wide.active
{
    background: #1a2332;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background: #006dcc;
	-webkit-box-shadow: inset 0 0 18px rgba(255,255,255,.56);
	-moz-box-shadow: inset 0 0 18px rgba(255,255,255,.56);
	box-shadow: inset 0 0 18px rgba(255,255,255,.56);
	background-image: -webkit-linear-gradient(right, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
	background-image: -moz-linear-gradient(right, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
	background-image: -o-linear-gradient(right, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
	background-image: -ms-linear-gradient(right, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
	background-image: linear-gradient(to bottom, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e) !important;
    color: #000;
    font-weight: bolder;
}
#ajax-content #asian-container .league-box .row-wideView .first-row .count-side:hover {
    background: #272a2c;
    background: -webkit-linear-gradient(180deg, #575f68, #5c6c78);
    background: -moz-linear-gradient(180deg, #575f68, #5c6c78);
    background: -ms-linear-gradient(180deg, #575f68, #5c6c78);
    background: -o-linear-gradient(180deg, #575f68, #5c6c78);
    background: linear-gradient(180deg, #575f68, #5c6c78);
}
#ajax-content #sports-container .league-box .bonusodds ,
#ajax-content #asian-container .league-box .bonusodds ,
#ajax-content #wide-container .league-box .bonusodds {
	cursor: pointer;	
}
#ajax-content #sports-container .league-box .bonusodds:hover, 
#ajax-content #sports-container .league-box .bonusodds:focus, 
#ajax-content #sports-container .league-box .bonusodds:active ,
#ajax-content #asian-container .league-box .bonusodds:hover, 
#ajax-content #asian-container .league-box .bonusodds:focus, 
#ajax-content #asian-container .league-box .bonusodds:active ,
#ajax-content #wide-container .league-box .bonusodds:hover, 
#ajax-content #wide-container.league-box .bonusodds:focus, 
#ajax-content #wide-container .league-box .bonusodds:active ,
#ajax-content #wide-container .league-box .bonusodds:last-of-type:hover, 
#ajax-content #wide-container.league-box .bonusodds:last-of-type:focus, 
#ajax-content #wide-container .league-box .bonusodds:last-of-type:active {	
    box-shadow: inset 0 0 1px 1px #FF9800;
    color: #ffff;
}
#ajax-content #wide-container .league-box .bonusodds:last-of-type {
	
}

#ajax-content #sports-container .league-box .bonusodds.selected ,
#ajax-content #asian-container .league-box .bonusodds.selected ,
#ajax-content #wide-container .league-box .bonusodds.selected {
	background: linear-gradient(180deg, #088BDC, #1a3d60)
}

#asian-container .league-name div.league i {
	background: url(/image/icon/icon_menu_sports_left_new2.png?v=007) no-repeat top left;
    width: 20px;
    height: 22px;
    margin: 3px 3px 4px 0;
}


/*---------------- asian detail--------------------------*/
#ajax-content #asian-container #match-detail {
	background: #070502;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#ajax-content #asian-container #match-detail #detail-header {
	background: linear-gradient(180deg, #141c29, #0B1423);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 100%;
	width: calc(100% - 20px);
	line-height: normal;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(right, #000, #a9403c 53%, #3f6cb5);
	background-image: -moz-linear-gradient(right, #000, #a9403c 53%, #3f6cb5);
	background-image: -o-linear-gradient(right, #000, #a9403c 53%, #3f6cb5);
	background-image: -ms-linear-gradient(right, #000, #a9403c 53%, #3f6cb5);
	background-image: linear-gradient(to left, #a9403c, #000000 53%, #3f6cb5);
}

#ajax-content #asian-container #match-detail #detail-header .detail-home,
#ajax-content #asian-container #match-detail #detail-header .detail-away {
	font-size: 23px;
	line-height: normal;
	padding-top: 0px;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #afafaf;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#ajax-content #asian-container #match-detail #detail-header .detail-vs {
    font-family:fantasy;
    font-weight: bold;
    font-size: 0;
    text-shadow: unset;
    color: #ffffff;
    background: #0000 url(/image/asset/gold-vursus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: initial;
    mix-blend-mode: lighten;
}

#ajax-content #asian-container #detail-header .name-header>div {
	width: 33.3%;
	text-align: center;
}
#ajax-content #asian-container #detail-header .name-header .prematch-event-block {
    width: calc(100% - 6px);
    overflow: hidden;
    border-top: 2px solid #000000;
    background: -webkit-linear-gradient(180deg, #35353F, #161622);
    background: -moz-linear-gradient(180deg, #35353F, #161622);
    background: -ms-linear-gradient(180deg, #35353F, #161622);
    background: -o-linear-gradient(180deg, #35353F, #161622);
    background: linear-gradient(180deg, #161622 , #35353F) ;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, 0.63);
    padding-right: 2px !important;
    padding-left: 2px !important;
    border-radius: 2px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;display: flex;
}
#ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-home ,
#ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-away ,
#ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-vs  {
	height:unset;
	background: unset;
}
#ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-home, #ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-away {
	padding: 10px 17px;
    word-break: keep-all;
	width: 40%;
}

#ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-home img, #ajax-content #asian-container #detail-header .name-header .prematch-event-block .detail-away  img{
    height: 60px;
}




#ajax-content #asian-container #detail-header .name-header .detail-home ,
#ajax-content #asian-container #detail-header .name-header .detail-away ,
#ajax-content #asian-container #detail-header .name-header .detail-vs {
    height: 107px;
    color: white;
    border-right: 0;
    border-left: 0;
    box-sizing: border-box;
    font-size: 18px;
    background: unset;
}
#ajax-content #asian-container #detail-header .name-header img.home_logo ,
#ajax-content #asian-container #detail-header .name-header img.away_logo ,
#ajax-content #asian-container #detail-header .name-header .detail-vs {
	vertical-align: middle;
}
#ajax-content #asian-container #detail-header .name-header .detail-away span {
    width: 50%;
    float: right;
}
#ajax-content #asian-container #detail-header .name-header .detail-home, #ajax-content #asian-container #detail-header .name-header .detail-away {
	padding: 0px 17px;
    word-break: keep-all;
	width: 40%;
}
#ajax-content #asian-container #detail-header .name-header .detail-home span {
    width: 50%;
    float: left;
}
#ajax-content #asian-container #detail-header .name-header img.home_logo ,
#ajax-content #asian-container #detail-header .name-header img.away_logo {
    font-size: 15px;
    color: white;	
	margin:0 7px;
}
#ajax-content #asian-container #detail-header .name-header .detail-vs {
    font-size: 38px;
    color: #FF5722;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: fantasy;
    width: 20%;
}
#ajax-content #asian-container #match-detail #detail-container {
	width: calc(100% - 20px);
	margin: 0 10px;
	height: 100%;
	overflow: auto;
	background: #0B1423;
	background-image: -webkit-linear-gradient(right, #000, #3d3d3d 53%, #000);
	background-image: -moz-linear-gradient(right, #000, #3d3d3d 53%, #000);
	background-image: -o-linear-gradient(right, #000, #3d3d3d 53%, #000);
	background-image: -ms-linear-gradient(right, #000, #3d3d3d 53%, #000);
	background-image: linear-gradient(to left, #000, #3d3d3d 53%, #000);
	border-bottom: 2px solid var( --swiper-theme-color);
	padding-bottom: 20px;
}

#ajax-content #asian-container #match-detail #detail-container .detail-odds {
	width: calc(100% - 0px);
	margin: 0 auto;
	font-size: 15px;
	color: white;
	height: 100%;
	overflow: auto;
}

#ajax-content #asian-container #match-detail #detail-container .detail-odds .match-oddslist .round-box.bet-side2,
#ajax-content #asian-container #match-detail #detail-container .detail-odds .match-oddslist .round-box.bet-side {
	display: flex;
    /* justify-content: space-between; */
	color: unset;
	background: #2d353c;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 9pt;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #2D353C, #222);
}
.bet-odds .odds-container .round-box:hover {
    box-shadow: unset !important;
}
.spvalue ,
.match_betView .spvalue ,
#ajax-content #asian-container #match-detail #detail-container .detail-odds .spvalue {
	color: var(--swiper-spvalue-color);
	display: inline-block;
}

#ajax-content #asian-container #match-detail #detail-container .detail-odds p.handi {
	width: 50%;
}

#ajax-content #asian-container #match-detail #detail-container .detail-odds .bet-side {
	width: 33.3%;
	margin-bottom: 2px;
}

#ajax-content #asian-container #match-detail #detail-container .detail-odds .bet-side2 {
	width: 50%;
	margin-bottom: 2px;
}

#ajax-content #asian-container #match-detail #detail-container .detail-frame {
	width: calc(45% - 10px);
	margin: 0 5px;
	float: left;
	height: 100%;
	overflow: auto
}
#ajax-content #asian-container #wide-container .odds-find {
	text-align:center;
}

#ajax-content #asian-container .odds-find {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, 0.63);
	padding-right: 2px !important;
	padding-left: 2px !important;
	border-radius: 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #2b343b !important;
	border-left: 0px;
	margin-bottom: 9px;
	height: 100%;
	border-bottom: 2px solid var( --swiper-theme-color) !important;
}

#ajax-content #asian-container .odds-find .menu_arrow-left {
	float: left;
	color: #333231;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, Helvetica;
	right: 0;
	border: none;
	padding: 0;
	border-radius: 20px;
	margin: 5px;
	font-size: 0px;
	background: transparent;
}

#ajax-content #asian-container .odds-find .menu_arrow-right {
	float: right;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, Helvetica;
	right: 0;
	border: none;
	padding: 0;
	border-radius: 20px;
	margin: 5px;
	font-size: 0px;
	background: transparent;
	
}

#ajax-content #asian-container .odds-find .menu_arrow-right:before {
	color: #9d9da2;
	padding: 3px;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}

#ajax-content #asian-container .odds-find .menu_arrow-left:before {
	color: #9d9da2;
	padding: 3px;
	content: "\f137";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}


#ajax-content #asian-container .odds-find #odds_search {
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: hidden;
	
}
#content #main-content #sports-container .odds-find #odds_search > div:first-child {
    border-left: 0;
}
#ajax-content #asian-container .odds-find .time_search,
#ajax-content #asian-container .odds-find .odds_search {
	display: inline-block;
	padding: 15px 22px;
	font-size: 14px;
	color: #ffffff;
	line-height: normal;
	cursor: pointer;
	margin-left: 0;
	left: 0;
	transition: 100ms;
}

#ajax-content #asian-container .odds-find .time_search:hover,
#ajax-content #asian-container .odds-find .odds_search:hover {
	background: #35353F;
	background: -moz-linear-gradient(180deg, #161622, #35353F);
	background: -ms-linear-gradient(180deg, #161622, #35353F);
	background: -o-linear-gradient(180deg, #161622, #35353F);
	background: linear-gradient(180deg, #161622, #35353F);
}

#ajax-content #asian-container .odds-find #lv_odds_search {
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: hidden;
	
}

#ajax-content #asian-container .odds-find .lv_odds_search {
	display: inline-block;
	padding: 9px 22px;
	font-size: 14px;
	color: #d4ebff;
	line-height: 19px;
	border-right: 1px outset #000000;
	cursor: pointer;
	margin-left: -3px;
}

#ajax-content #asian-container .odds-find .lv_odds_search:hover {
	background: linear-gradient(180deg, #45505a, #292929);
}

.arrow.down {
    color: red;
    
	
}
.arrow.down:before ,
.arrow.up:before {
	margin: 0 5px;
}
.arrow.down:before {
    animation-name: fading-down;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    /* position: absolute; */
    /* right: 4px; */
    /* top: -17px; */
	
	
}
.way_2 > span:nth-child(2) .arrow {
    float: left;
}
.way_2 > span:nth-child(2) .arrow.ai_down {
    float: right;
}


#ajax-content #asian-container #match-detail #detail-container .arrow.down:before {
    right: -17px;
    top: 6px;
}
.arrow.up {
    color: limegreen;
    
}

.arrow.up:before ,
#ajax-content #asian-container #match-detail #detail-container .arrow.up:before {
    animation-name: fading-up;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    /* position: absolute; */
    /* right: 2px; */
    /* top: -4px; */
	margin: 0 5px;
	
}
@keyframes fading-down {
    from {opacity: 0; transform: translateY(0px);}
    to {opacity: 100%; transform: translateY(7px);}
}

@keyframes fading-up {
	from {opacity: 0; transform: translateY(0px);}
    to {opacity: 100%; transform: translateY(-7px);}
}



@keyframes bounce {
	50% {
		transform: translateY(-7px);
	}
}
/*---------------- end asian container ------------------*/






/*!
	* Bootstrap v3.3.6 (http://getbootstrap.com)
	* Copyright 2011-2015 Twitter, Inc.
	* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid silver;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #000;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%;
}
.h1,
h1 {
	font-size: 36px;
}
.h2,
h2 {
	font-size: 30px;
}
.h3,
h3 {
	font-size: 24px;
}
.h4,
h4 {
	font-size: 18px;
}
.h5,
h5 {
	font-size: 14px;
}
.h6,
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.small,
small {
	font-size: 85%;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd,
dt {
	line-height: 1.42857143;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
code,
kbd {
	padding: 2px 4px;
	font-size: 90%;
}
kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
}
caption,
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}


fieldset {
	min-width: 0;
	margin: 0;
}
fieldset,
legend {
	padding: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type="search"] {
	box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	padding-top: 7px;
}
.form-control,
output {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}




.form-group {
	margin-bottom: 15px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
	cursor: not-allowed;
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	box-shadow: none;
	opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: 0.35s;
	transition-property: height, visibility;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown,
.dropup {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
	z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
	margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li,
.nav > li > a {
	position: relative;
	display: block;
}
.nav > li > a {
	padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}

.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}




.navbar-form {
	padding: 10px 15px;
	margin: 8px -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: 700;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
	background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	background-color: #1b1b23;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.modal,
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translateY(-25%);
}
.modal.in .modal-dialog {
	transform: translate(0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

[dir="ltr"] .tooltip {
	text-align: left;
}
[dir="rtl"] .tooltip {
	text-align: right;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	left: 5px;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
[dir="ltr"] .popover {
	text-align: left;
}
[dir="rtl"] .popover {
	text-align: right;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}
.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.carousel,
.carousel-inner {
	position: relative;
}
.carousel-inner {
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: "\2039";
}
.carousel-control .icon-next:before {
	content: "\203a";
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}


.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}


.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}



/*!
	*  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
	*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
	font-family: "FontAwesome";
	src: url(/static/fonts/font-awesome-master/7f77840.eot);
	src: url(/static/fonts/font-awesome-master/7f77840.eot?#iefix&v=4.6.1) format("embedded-opentype"), url(/static/fonts/font-awesome-master/af6df52.woff2) format("woff2"),
	url(/static/fonts/font-awesome-master/b09f496.woff) format("woff"), url(/static/fonts/font-awesome-master/bfcf94e.ttf) format("truetype"),
	url(/static/fonts/font-awesome-master/85248e1.svg#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: 0.08em solid #eee;
	border-radius: 0.1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right {
	margin-left: 0.3em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-user-friends:before{
	content: "\f500";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
	content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158";
}
.fa-krw:before,
.fa-won:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-calendar-check:before {
	content: "\f274";
}
.fa-sync:before {
	content: "\f021";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}


@charset "UTF-8"; /*!
	Ionicons, v2.0.0
	Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
	https://twitter.com/benjsperry  https://twitter.com/ionicframework
	MIT License: https://github.com/driftyco/ionicons
	
	Android-style icons originally built by GoogleÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s
	Material Design Icons: https://github.com/google/material-design-icons
	used under CC BY http://creativecommons.org/licenses/by/4.0/
	Modified icons to fit ioniconÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s grid from original.
*/
@font-face {
	font-family: "Ionicons";
	src: url(/static/fonts/1cca5aa.ttf);
	font-weight: 400;
	font-style: normal;
}
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
	content: "\f101";
}
.ion-alert-circled:before {
	content: "\f100";
}
.ion-android-add:before {
	content: "\f2c7";
}
.ion-android-add-circle:before {
	content: "\f359";
}
.ion-android-alarm-clock:before {
	content: "\f35a";
}
.ion-android-alert:before {
	content: "\f35b";
}
.ion-android-apps:before {
	content: "\f35c";
}
.ion-android-archive:before {
	content: "\f2c9";
}
.ion-android-arrow-back:before {
	content: "\f2ca";
}
.ion-android-arrow-down:before {
	content: "\f35d";
}
.ion-android-arrow-dropdown:before {
	content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}
.ion-android-arrow-dropleft:before {
	content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}
.ion-android-arrow-dropright:before {
	content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}
.ion-android-arrow-dropup:before {
	content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}
.ion-android-arrow-forward:before {
	content: "\f30f";
}
.ion-android-arrow-up:before {
	content: "\f366";
}
.ion-android-attach:before {
	content: "\f367";
}
.ion-android-bar:before {
	content: "\f368";
}
.ion-android-bicycle:before {
	content: "\f369";
}
.ion-android-boat:before {
	content: "\f36a";
}
.ion-android-bookmark:before {
	content: "\f36b";
}
.ion-android-bulb:before {
	content: "\f36c";
}
.ion-android-bus:before {
	content: "\f36d";
}
.ion-android-calendar:before {
	content: "\f2d1";
}
.ion-android-call:before {
	content: "\f2d2";
}
.ion-android-camera:before {
	content: "\f2d3";
}
.ion-android-cancel:before {
	content: "\f36e";
}
.ion-android-car:before {
	content: "\f36f";
}
.ion-android-cart:before {
	content: "\f370";
}
.ion-android-chat:before {
	content: "\f2d4";
}
.ion-android-checkbox:before {
	content: "\f374";
}
.ion-android-checkbox-blank:before {
	content: "\f371";
}
.ion-android-checkbox-outline:before {
	content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}
.ion-android-checkmark-circle:before {
	content: "\f375";
}
.ion-android-clipboard:before {
	content: "\f376";
}
.ion-android-close:before {
	content: "\f2d7";
}
.ion-android-cloud:before {
	content: "\f37a";
}
.ion-android-cloud-circle:before {
	content: "\f377";
}
.ion-android-cloud-done:before {
	content: "\f378";
}
.ion-android-cloud-outline:before {
	content: "\f379";
}
.ion-android-color-palette:before {
	content: "\f37b";
}
.ion-android-compass:before {
	content: "\f37c";
}
.ion-android-contact:before {
	content: "\f2d8";
}
.ion-android-contacts:before {
	content: "\f2d9";
}
.ion-android-contract:before {
	content: "\f37d";
}
.ion-android-create:before {
	content: "\f37e";
}
.ion-android-delete:before {
	content: "\f37f";
}
.ion-android-desktop:before {
	content: "\f380";
}
.ion-android-document:before {
	content: "\f381";
}
.ion-android-done:before {
	content: "\f383";
}
.ion-android-done-all:before {
	content: "\f382";
}
.ion-android-download:before {
	content: "\f2dd";
}
.ion-android-drafts:before {
	content: "\f384";
}
.ion-android-exit:before {
	content: "\f385";
}
.ion-android-expand:before {
	content: "\f386";
}
.ion-android-favorite:before {
	content: "\f388";
}
.ion-android-favorite-outline:before {
	content: "\f387";
}
.ion-android-film:before {
	content: "\f389";
}
.ion-android-folder:before {
	content: "\f2e0";
}
.ion-android-folder-open:before {
	content: "\f38a";
}
.ion-android-funnel:before {
	content: "\f38b";
}
.ion-android-globe:before {
	content: "\f38c";
}
.ion-android-hand:before {
	content: "\f2e3";
}
.ion-android-hangout:before {
	content: "\f38d";
}
.ion-android-happy:before {
	content: "\f38e";
}
.ion-android-home:before {
	content: "\f38f";
}
.ion-android-image:before {
	content: "\f2e4";
}
.ion-android-laptop:before {
	content: "\f390";
}
.ion-android-list:before {
	content: "\f391";
}
.ion-android-locate:before {
	content: "\f2e9";
}
.ion-android-lock:before {
	content: "\f392";
}
.ion-android-mail:before {
	content: "\f2eb";
}
.ion-android-map:before {
	content: "\f393";
}
.ion-android-menu:before {
	content: "\f394";
}
.ion-android-microphone:before {
	content: "\f2ec";
}
.ion-android-microphone-off:before {
	content: "\f395";
}
.ion-android-more-horizontal:before {
	content: "\f396";
}
.ion-android-more-vertical:before {
	content: "\f397";
}
.ion-android-navigate:before {
	content: "\f398";
}
.ion-android-notifications:before {
	content: "\f39b";
}
.ion-android-notifications-none:before {
	content: "\f399";
}
.ion-android-notifications-off:before {
	content: "\f39a";
}
.ion-android-open:before {
	content: "\f39c";
}
.ion-android-options:before {
	content: "\f39d";
}
.ion-android-people:before {
	content: "\f39e";
}
.ion-android-person:before {
	content: "\f3a0";
}
.ion-android-person-add:before {
	content: "\f39f";
}
.ion-android-phone-landscape:before {
	content: "\f3a1";
}
.ion-android-phone-portrait:before {
	content: "\f3a2";
}
.ion-android-pin:before {
	content: "\f3a3";
}
.ion-android-plane:before {
	content: "\f3a4";
}
.ion-android-playstore:before {
	content: "\f2f0";
}
.ion-android-print:before {
	content: "\f3a5";
}
.ion-android-radio-button-off:before {
	content: "\f3a6";
}
.ion-android-radio-button-on:before {
	content: "\f3a7";
}
.ion-android-refresh:before {
	content: "\f3a8";
}
.ion-android-remove:before {
	content: "\f2f4";
}
.ion-android-remove-circle:before {
	content: "\f3a9";
}
.ion-android-restaurant:before {
	content: "\f3aa";
}
.ion-android-sad:before {
	content: "\f3ab";
}
.ion-android-search:before {
	content: "\f2f5";
}
.ion-android-send:before {
	content: "\f2f6";
}
.ion-android-settings:before {
	content: "\f2f7";
}
.ion-android-share:before {
	content: "\f2f8";
}
.ion-android-share-alt:before {
	content: "\f3ac";
}
.ion-android-star:before {
	content: "\f2fc";
}
.ion-android-star-half:before {
	content: "\f3ad";
}
.ion-android-star-outline:before {
	content: "\f3ae";
}
.ion-android-stopwatch:before {
	content: "\f2fd";
}
.ion-android-subway:before {
	content: "\f3af";
}
.ion-android-sunny:before {
	content: "\f3b0";
}
.ion-android-sync:before {
	content: "\f3b1";
}
.ion-android-textsms:before {
	content: "\f3b2";
}
.ion-android-time:before {
	content: "\f3b3";
}
.ion-android-train:before {
	content: "\f3b4";
}
.ion-android-unlock:before {
	content: "\f3b5";
}
.ion-android-upload:before {
	content: "\f3b6";
}
.ion-android-volume-down:before {
	content: "\f3b7";
}
.ion-android-volume-mute:before {
	content: "\f3b8";
}
.ion-android-volume-off:before {
	content: "\f3b9";
}
.ion-android-volume-up:before {
	content: "\f3ba";
}
.ion-android-walk:before {
	content: "\f3bb";
}
.ion-android-warning:before {
	content: "\f3bc";
}
.ion-android-watch:before {
	content: "\f3bd";
}
.ion-android-wifi:before {
	content: "\f305";
}
.ion-aperture:before {
	content: "\f313";
}
.ion-archive:before {
	content: "\f102";
}
.ion-arrow-down-a:before {
	content: "\f103";
}
.ion-arrow-down-b:before {
	content: "\f104";
}
.ion-arrow-down-c:before {
	content: "\f105";
}
.ion-arrow-expand:before {
	content: "\f25e";
}
.ion-arrow-graph-down-left:before {
	content: "\f25f";
}
.ion-arrow-graph-down-right:before {
	content: "\f260";
}
.ion-arrow-graph-up-left:before {
	content: "\f261";
}
.ion-arrow-graph-up-right:before {
	content: "\f262";
}
.ion-arrow-left-a:before {
	content: "\f106";
}
.ion-arrow-left-b:before {
	content: "\f107";
}
.ion-arrow-left-c:before {
	content: "\f108";
}
.ion-arrow-move:before {
	content: "\f263";
}
.ion-arrow-resize:before {
	content: "\f264";
}
.ion-arrow-return-left:before {
	content: "\f265";
}
.ion-arrow-return-right:before {
	content: "\f266";
}
.ion-arrow-right-a:before {
	content: "\f109";
}
.ion-arrow-right-b:before {
	content: "\f10a";
}
.ion-arrow-right-c:before {
	content: "\f10b";
}
.ion-arrow-shrink:before {
	content: "\f267";
}
.ion-arrow-swap:before {
	content: "\f268";
}
.ion-arrow-up-a:before {
	content: "\f10c";
}
.ion-arrow-up-b:before {
	content: "\f10d";
}
.ion-arrow-up-c:before {
	content: "\f10e";
}
.ion-asterisk:before {
	content: "\f314";
}
.ion-at:before {
	content: "\f10f";
}
.ion-backspace:before {
	content: "\f3bf";
}
.ion-backspace-outline:before {
	content: "\f3be";
}
.ion-bag:before {
	content: "\f110";
}
.ion-battery-charging:before {
	content: "\f111";
}
.ion-battery-empty:before {
	content: "\f112";
}
.ion-battery-full:before {
	content: "\f113";
}
.ion-battery-half:before {
	content: "\f114";
}
.ion-battery-low:before {
	content: "\f115";
}
.ion-beaker:before {
	content: "\f269";
}
.ion-beer:before {
	content: "\f26a";
}
.ion-bluetooth:before {
	content: "\f116";
}
.ion-bonfire:before {
	content: "\f315";
}
.ion-bookmark:before {
	content: "\f26b";
}
.ion-bowtie:before {
	content: "\f3c0";
}
.ion-briefcase:before {
	content: "\f26c";
}
.ion-bug:before {
	content: "\f2be";
}
.ion-calculator:before {
	content: "\f26d";
}
.ion-calendar:before {
	content: "\f117";
}
.ion-camera:before {
	content: "\f118";
}
.ion-card:before {
	content: "\f119";
}
.ion-cash:before {
	content: "\f316";
}
.ion-chatbox:before {
	content: "\f11b";
}
.ion-chatbox-working:before {
	content: "\f11a";
}
.ion-chatboxes:before {
	content: "\f11c";
}
.ion-chatbubble:before {
	content: "\f11e";
}
.ion-chatbubble-working:before {
	content: "\f11d";
}
.ion-chatbubbles:before {
	content: "\f11f";
}
.ion-checkmark:before {
	content: "\f122";
}
.ion-checkmark-circled:before {
	content: "\f120";
}
.ion-checkmark-round:before {
	content: "\f121";
}
.ion-chevron-down:before {
	content: "\f123";
}
.ion-chevron-left:before {
	content: "\f124";
}
.ion-chevron-right:before {
	content: "\f125";
}
.ion-chevron-up:before {
	content: "\f126";
}
.ion-clipboard:before {
	content: "\f127";
}
.ion-clock:before {
	content: "\f26e";
}
.ion-close:before {
	content: "\f12a";
}
.ion-close-circled:before {
	content: "\f128";
}
.ion-close-round:before {
	content: "\f129";
}
.ion-closed-captioning:before {
	content: "\f317";
}
.ion-cloud:before {
	content: "\f12b";
}
.ion-code:before {
	content: "\f271";
}
.ion-code-download:before {
	content: "\f26f";
}
.ion-code-working:before {
	content: "\f270";
}
.ion-coffee:before {
	content: "\f272";
}
.ion-compass:before {
	content: "\f273";
}
.ion-compose:before {
	content: "\f12c";
}
.ion-connection-bars:before {
	content: "\f274";
}
.ion-contrast:before {
	content: "\f275";
}
.ion-crop:before {
	content: "\f3c1";
}
.ion-cube:before {
	content: "\f318";
}
.ion-disc:before {
	content: "\f12d";
}
.ion-document:before {
	content: "\f12f";
}
.ion-document-text:before {
	content: "\f12e";
}
.ion-drag:before {
	content: "\f130";
}
.ion-earth:before {
	content: "\f276";
}
.ion-easel:before {
	content: "\f3c2";
}
.ion-edit:before {
	content: "\f2bf";
}
.ion-egg:before {
	content: "\f277";
}
.ion-eject:before {
	content: "\f131";
}
.ion-email:before {
	content: "\f132";
}
.ion-email-unread:before {
	content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}
.ion-eye:before {
	content: "\f133";
}
.ion-eye-disabled:before {
	content: "\f306";
}
.ion-female:before {
	content: "\f278";
}
.ion-filing:before {
	content: "\f134";
}
.ion-film-marker:before {
	content: "\f135";
}
.ion-fireball:before {
	content: "\f319";
}
.ion-flag:before {
	content: "\f279";
}
.ion-flame:before {
	content: "\f31a";
}
.ion-flash:before {
	content: "\f137";
}
.ion-flash-off:before {
	content: "\f136";
}
.ion-folder:before {
	content: "\f139";
}
.ion-fork:before {
	content: "\f27a";
}
.ion-fork-repo:before {
	content: "\f2c0";
}
.ion-forward:before {
	content: "\f13a";
}
.ion-funnel:before {
	content: "\f31b";
}
.ion-gear-a:before {
	content: "\f13d";
}
.ion-gear-b:before {
	content: "\f13e";
}
.ion-grid:before {
	content: "\f13f";
}
.ion-hammer:before {
	content: "\f27b";
}
.ion-happy:before {
	content: "\f31c";
}
.ion-happy-outline:before {
	content: "\f3c6";
}
.ion-headphone:before {
	content: "\f140";
}
.ion-heart:before {
	content: "\f141";
}
.ion-heart-broken:before {
	content: "\f31d";
}
.ion-help:before {
	content: "\f143";
}
.ion-help-buoy:before {
	content: "\f27c";
}
.ion-help-circled:before {
	content: "\f142";
}
.ion-home:before {
	content: "\f144";
}
.ion-icecream:before {
	content: "\f27d";
}
.ion-image:before {
	content: "\f147";
}
.ion-images:before {
	content: "\f148";
}
.ion-information:before {
	content: "\f14a";
}
.ion-information-circled:before {
	content: "\f149";
}
.ion-ionic:before {
	content: "\f14b";
}
.ion-ios-alarm:before {
	content: "\f3c8";
}
.ion-ios-alarm-outline:before {
	content: "\f3c7";
}
.ion-ios-albums:before {
	content: "\f3ca";
}
.ion-ios-albums-outline:before {
	content: "\f3c9";
}
.ion-ios-americanfootball:before {
	content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}
.ion-ios-analytics:before {
	content: "\f3ce";
}
.ion-ios-analytics-outline:before {
	content: "\f3cd";
}
.ion-ios-arrow-back:before {
	content: "\f3cf";
}
.ion-ios-arrow-down:before {
	content: "\f3d0";
}
.ion-ios-arrow-forward:before {
	content: "\f3d1";
}
.ion-ios-arrow-left:before {
	content: "\f3d2";
}
.ion-ios-arrow-right:before {
	content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}
.ion-ios-arrow-up:before {
	content: "\f3d8";
}
.ion-ios-at:before {
	content: "\f3da";
}
.ion-ios-at-outline:before {
	content: "\f3d9";
}
.ion-ios-barcode:before {
	content: "\f3dc";
}
.ion-ios-barcode-outline:before {
	content: "\f3db";
}
.ion-ios-baseball:before {
	content: "\f3de";
}
.ion-ios-baseball-outline:before {
	content: "\f3dd";
}
.ion-ios-basketball:before {
	content: "\f3e0";
}
.ion-ios-basketball-outline:before {
	content: "\f3df";
}
.ion-ios-bell:before {
	content: "\f3e2";
}
.ion-ios-bell-outline:before {
	content: "\f3e1";
}
.ion-ios-body:before {
	content: "\f3e4";
}
.ion-ios-body-outline:before {
	content: "\f3e3";
}
.ion-ios-bolt:before {
	content: "\f3e6";
}
.ion-ios-bolt-outline:before {
	content: "\f3e5";
}
.ion-ios-book:before {
	content: "\f3e8";
}
.ion-ios-book-outline:before {
	content: "\f3e7";
}
.ion-ios-bookmarks:before {
	content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}
.ion-ios-box:before {
	content: "\f3ec";
}
.ion-ios-box-outline:before {
	content: "\f3eb";
}
.ion-ios-briefcase:before {
	content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}
.ion-ios-browsers:before {
	content: "\f3f0";
}
.ion-ios-browsers-outline:before {
	content: "\f3ef";
}
.ion-ios-calculator:before {
	content: "\f3f2";
}
.ion-ios-calculator-outline:before {
	content: "\f3f1";
}
.ion-ios-calendar:before {
	content: "\f3f4";
}
.ion-ios-calendar-outline:before {
	content: "\f3f3";
}
.ion-ios-camera:before {
	content: "\f3f6";
}
.ion-ios-camera-outline:before {
	content: "\f3f5";
}
.ion-ios-cart:before {
	content: "\f3f8";
}
.ion-ios-cart-outline:before {
	content: "\f3f7";
}
.ion-ios-chatboxes:before {
	content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}
.ion-ios-chatbubble:before {
	content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}
.ion-ios-checkmark:before {
	content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}
.ion-ios-circle-filled:before {
	content: "\f400";
}
.ion-ios-circle-outline:before {
	content: "\f401";
}
.ion-ios-clock:before {
	content: "\f403";
}
.ion-ios-clock-outline:before {
	content: "\f402";
}
.ion-ios-close:before {
	content: "\f406";
}
.ion-ios-close-empty:before {
	content: "\f404";
}
.ion-ios-close-outline:before {
	content: "\f405";
}
.ion-ios-cloud:before {
	content: "\f40c";
}
.ion-ios-cloud-download:before {
	content: "\f408";
}
.ion-ios-cloud-download-outline:before {
	content: "\f407";
}
.ion-ios-cloud-outline:before {
	content: "\f409";
}
.ion-ios-cloud-upload:before {
	content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}
.ion-ios-cloudy:before {
	content: "\f410";
}
.ion-ios-cloudy-night:before {
	content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}
.ion-ios-cloudy-outline:before {
	content: "\f40f";
}
.ion-ios-cog:before {
	content: "\f412";
}
.ion-ios-cog-outline:before {
	content: "\f411";
}
.ion-ios-color-filter:before {
	content: "\f414";
}
.ion-ios-color-filter-outline:before {
	content: "\f413";
}
.ion-ios-color-wand:before {
	content: "\f416";
}
.ion-ios-color-wand-outline:before {
	content: "\f415";
}
.ion-ios-compose:before {
	content: "\f418";
}
.ion-ios-compose-outline:before {
	content: "\f417";
}
.ion-ios-contact:before {
	content: "\f41a";
}
.ion-ios-contact-outline:before {
	content: "\f419";
}
.ion-ios-copy:before {
	content: "\f41c";
}
.ion-ios-copy-outline:before {
	content: "\f41b";
}
.ion-ios-crop:before {
	content: "\f41e";
}
.ion-ios-crop-strong:before {
	content: "\f41d";
}
.ion-ios-download:before {
	content: "\f420";
}
.ion-ios-download-outline:before {
	content: "\f41f";
}
.ion-ios-drag:before {
	content: "\f421";
}
.ion-ios-email:before {
	content: "\f423";
}
.ion-ios-email-outline:before {
	content: "\f422";
}
.ion-ios-eye:before {
	content: "\f425";
}
.ion-ios-eye-outline:before {
	content: "\f424";
}
.ion-ios-fastforward:before {
	content: "\f427";
}
.ion-ios-fastforward-outline:before {
	content: "\f426";
}
.ion-ios-filing:before {
	content: "\f429";
}
.ion-ios-filing-outline:before {
	content: "\f428";
}
.ion-ios-film:before {
	content: "\f42b";
}
.ion-ios-film-outline:before {
	content: "\f42a";
}
.ion-ios-flag:before {
	content: "\f42d";
}
.ion-ios-flag-outline:before {
	content: "\f42c";
}
.ion-ios-flame:before {
	content: "\f42f";
}
.ion-ios-flame-outline:before {
	content: "\f42e";
}
.ion-ios-flask:before {
	content: "\f431";
}
.ion-ios-flask-outline:before {
	content: "\f430";
}
.ion-ios-flower:before {
	content: "\f433";
}
.ion-ios-flower-outline:before {
	content: "\f432";
}
.ion-ios-folder:before {
	content: "\f435";
}
.ion-ios-folder-outline:before {
	content: "\f434";
}
.ion-ios-football:before {
	content: "\f437";
}
.ion-ios-football-outline:before {
	content: "\f436";
}
.ion-ios-game-controller-a:before {
	content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}
.ion-ios-game-controller-b:before {
	content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}
.ion-ios-gear:before {
	content: "\f43d";
}
.ion-ios-gear-outline:before {
	content: "\f43c";
}
.ion-ios-glasses:before {
	content: "\f43f";
}
.ion-ios-glasses-outline:before {
	content: "\f43e";
}
.ion-ios-grid-view:before {
	content: "\f441";
}
.ion-ios-grid-view-outline:before {
	content: "\f440";
}
.ion-ios-heart:before {
	content: "\f443";
}
.ion-ios-heart-outline:before {
	content: "\f442";
}
.ion-ios-help:before {
	content: "\f446";
}
.ion-ios-help-empty:before {
	content: "\f444";
}
.ion-ios-help-outline:before {
	content: "\f445";
}
.ion-ios-home:before {
	content: "\f448";
}
.ion-ios-home-outline:before {
	content: "\f447";
}
.ion-ios-infinite:before {
	content: "\f44a";
}
.ion-ios-infinite-outline:before {
	content: "\f449";
}
.ion-ios-information:before {
	content: "\f44d";
}
.ion-ios-information-empty:before {
	content: "\f44b";
}
.ion-ios-information-outline:before {
	content: "\f44c";
}
.ion-ios-ionic-outline:before {
	content: "\f44e";
}
.ion-ios-keypad:before {
	content: "\f450";
}
.ion-ios-keypad-outline:before {
	content: "\f44f";
}
.ion-ios-lightbulb:before {
	content: "\f452";
}
.ion-ios-lightbulb-outline:before {
	content: "\f451";
}
.ion-ios-list:before {
	content: "\f454";
}
.ion-ios-list-outline:before {
	content: "\f453";
}
.ion-ios-location:before {
	content: "\f456";
}
.ion-ios-location-outline:before {
	content: "\f455";
}
.ion-ios-locked:before {
	content: "\f458";
}
.ion-ios-locked-outline:before {
	content: "\f457";
}
.ion-ios-loop:before {
	content: "\f45a";
}
.ion-ios-loop-strong:before {
	content: "\f459";
}
.ion-ios-medical:before {
	content: "\f45c";
}
.ion-ios-medical-outline:before {
	content: "\f45b";
}
.ion-ios-medkit:before {
	content: "\f45e";
}
.ion-ios-medkit-outline:before {
	content: "\f45d";
}
.ion-ios-mic:before {
	content: "\f461";
}
.ion-ios-mic-off:before {
	content: "\f45f";
}
.ion-ios-mic-outline:before {
	content: "\f460";
}
.ion-ios-minus:before {
	content: "\f464";
}
.ion-ios-minus-empty:before {
	content: "\f462";
}
.ion-ios-minus-outline:before {
	content: "\f463";
}
.ion-ios-monitor:before {
	content: "\f466";
}
.ion-ios-monitor-outline:before {
	content: "\f465";
}
.ion-ios-moon:before {
	content: "\f468";
}
.ion-ios-moon-outline:before {
	content: "\f467";
}
.ion-ios-more:before {
	content: "\f46a";
}
.ion-ios-more-outline:before {
	content: "\f469";
}
.ion-ios-musical-note:before {
	content: "\f46b";
}
.ion-ios-musical-notes:before {
	content: "\f46c";
}
.ion-ios-navigate:before {
	content: "\f46e";
}
.ion-ios-navigate-outline:before {
	content: "\f46d";
}
.ion-ios-nutrition:before {
	content: "\f470";
}
.ion-ios-nutrition-outline:before {
	content: "\f46f";
}
.ion-ios-paper:before {
	content: "\f472";
}
.ion-ios-paper-outline:before {
	content: "\f471";
}
.ion-ios-paperplane:before {
	content: "\f474";
}
.ion-ios-paperplane-outline:before {
	content: "\f473";
}
.ion-ios-partlysunny:before {
	content: "\f476";
}
.ion-ios-partlysunny-outline:before {
	content: "\f475";
}
.ion-ios-pause:before {
	content: "\f478";
}
.ion-ios-pause-outline:before {
	content: "\f477";
}
.ion-ios-paw:before {
	content: "\f47a";
}
.ion-ios-paw-outline:before {
	content: "\f479";
}
.ion-ios-people:before {
	content: "\f47c";
}
.ion-ios-people-outline:before {
	content: "\f47b";
}
.ion-ios-person:before {
	content: "\f47e";
}
.ion-ios-person-outline:before {
	content: "\f47d";
}
.ion-ios-personadd:before {
	content: "\f480";
}
.ion-ios-personadd-outline:before {
	content: "\f47f";
}
.ion-ios-photos:before {
	content: "\f482";
}
.ion-ios-photos-outline:before {
	content: "\f481";
}
.ion-ios-pie:before {
	content: "\f484";
}
.ion-ios-pie-outline:before {
	content: "\f483";
}
.ion-ios-pint:before {
	content: "\f486";
}
.ion-ios-pint-outline:before {
	content: "\f485";
}
.ion-ios-play:before {
	content: "\f488";
}
.ion-ios-play-outline:before {
	content: "\f487";
}
.ion-ios-plus:before {
	content: "\f48b";
}
.ion-ios-plus-empty:before {
	content: "\f489";
}
.ion-ios-plus-outline:before {
	content: "\f48a";
}
.ion-ios-pricetag:before {
	content: "\f48d";
}
.ion-ios-pricetag-outline:before {
	content: "\f48c";
}
.ion-ios-pricetags:before {
	content: "\f48f";
}
.ion-ios-pricetags-outline:before {
	content: "\f48e";
}
.ion-ios-printer:before {
	content: "\f491";
}
.ion-ios-printer-outline:before {
	content: "\f490";
}
.ion-ios-pulse:before {
	content: "\f493";
}
.ion-ios-pulse-strong:before {
	content: "\f492";
}
.ion-ios-rainy:before {
	content: "\f495";
}
.ion-ios-rainy-outline:before {
	content: "\f494";
}
.ion-ios-recording:before {
	content: "\f497";
}
.ion-ios-recording-outline:before {
	content: "\f496";
}
.ion-ios-redo:before {
	content: "\f499";
}
.ion-ios-redo-outline:before {
	content: "\f498";
}
.ion-ios-refresh:before {
	content: "\f49c";
}
.ion-ios-refresh-empty:before {
	content: "\f49a";
}
.ion-ios-refresh-outline:before {
	content: "\f49b";
}
.ion-ios-reload:before {
	content: "\f49d";
}
.ion-ios-reverse-camera:before {
	content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}
.ion-ios-rewind:before {
	content: "\f4a1";
}
.ion-ios-rewind-outline:before {
	content: "\f4a0";
}
.ion-ios-rose:before {
	content: "\f4a3";
}
.ion-ios-rose-outline:before {
	content: "\f4a2";
}
.ion-ios-search:before {
	content: "\f4a5";
}
.ion-ios-search-strong:before {
	content: "\f4a4";
}
.ion-ios-settings:before {
	content: "\f4a7";
}
.ion-ios-settings-strong:before {
	content: "\f4a6";
}
.ion-ios-shuffle:before {
	content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}
.ion-ios-skipbackward:before {
	content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}
.ion-ios-skipforward:before {
	content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}
.ion-ios-snowy:before {
	content: "\f4ae";
}
.ion-ios-speedometer:before {
	content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
	content: "\f4af";
}
.ion-ios-star:before {
	content: "\f4b3";
}
.ion-ios-star-half:before {
	content: "\f4b1";
}
.ion-ios-star-outline:before {
	content: "\f4b2";
}
.ion-ios-stopwatch:before {
	content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}
.ion-ios-sunny:before {
	content: "\f4b7";
}
.ion-ios-sunny-outline:before {
	content: "\f4b6";
}
.ion-ios-telephone:before {
	content: "\f4b9";
}
.ion-ios-telephone-outline:before {
	content: "\f4b8";
}
.ion-ios-tennisball:before {
	content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}
.ion-ios-thunderstorm:before {
	content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}
.ion-ios-time:before {
	content: "\f4bf";
}
.ion-ios-time-outline:before {
	content: "\f4be";
}
.ion-ios-timer:before {
	content: "\f4c1";
}
.ion-ios-timer-outline:before {
	content: "\f4c0";
}
.ion-ios-toggle:before {
	content: "\f4c3";
}
.ion-ios-toggle-outline:before {
	content: "\f4c2";
}
.ion-ios-trash:before {
	content: "\f4c5";
}
.ion-ios-trash-outline:before {
	content: "\f4c4";
}
.ion-ios-undo:before {
	content: "\f4c7";
}
.ion-ios-undo-outline:before {
	content: "\f4c6";
}
.ion-ios-unlocked:before {
	content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}
.ion-ios-upload:before {
	content: "\f4cb";
}
.ion-ios-upload-outline:before {
	content: "\f4ca";
}
.ion-ios-videocam:before {
	content: "\f4cd";
}
.ion-ios-videocam-outline:before {
	content: "\f4cc";
}
.ion-ios-volume-high:before {
	content: "\f4ce";
}
.ion-ios-volume-low:before {
	content: "\f4cf";
}
.ion-ios-wineglass:before {
	content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}
.ion-ios-world:before {
	content: "\f4d3";
}
.ion-ios-world-outline:before {
	content: "\f4d2";
}
.ion-ipad:before {
	content: "\f1f9";
}
.ion-iphone:before {
	content: "\f1fa";
}
.ion-ipod:before {
	content: "\f1fb";
}
.ion-jet:before {
	content: "\f295";
}
.ion-key:before {
	content: "\f296";
}
.ion-knife:before {
	content: "\f297";
}
.ion-laptop:before {
	content: "\f1fc";
}
.ion-leaf:before {
	content: "\f1fd";
}
.ion-levels:before {
	content: "\f298";
}
.ion-lightbulb:before {
	content: "\f299";
}
.ion-link:before {
	content: "\f1fe";
}
.ion-load-a:before {
	content: "\f29a";
}
.ion-load-b:before {
	content: "\f29b";
}
.ion-load-c:before {
	content: "\f29c";
}
.ion-load-d:before {
	content: "\f29d";
}
.ion-location:before {
	content: "\f1ff";
}
.ion-lock-combination:before {
	content: "\f4d4";
}
.ion-locked:before {
	content: "\f200";
}
.ion-log-in:before {
	content: "\f29e";
}
.ion-log-out:before {
	content: "\f29f";
}
.ion-loop:before {
	content: "\f201";
}
.ion-magnet:before {
	content: "\f2a0";
}
.ion-male:before {
	content: "\f2a1";
}
.ion-man:before {
	content: "\f202";
}
.ion-map:before {
	content: "\f203";
}
.ion-medkit:before {
	content: "\f2a2";
}
.ion-merge:before {
	content: "\f33f";
}
.ion-mic-a:before {
	content: "\f204";
}
.ion-mic-b:before {
	content: "\f205";
}
.ion-mic-c:before {
	content: "\f206";
}
.ion-minus:before {
	content: "\f209";
}
.ion-minus-circled:before {
	content: "\f207";
}
.ion-minus-round:before {
	content: "\f208";
}
.ion-model-s:before {
	content: "\f2c1";
}
.ion-monitor:before {
	content: "\f20a";
}
.ion-more:before {
	content: "\f20b";
}
.ion-mouse:before {
	content: "\f340";
}
.ion-music-note:before {
	content: "\f20c";
}
.ion-navicon:before {
	content: "\f20e";
}
.ion-navicon-round:before {
	content: "\f20d";
}
.ion-navigate:before {
	content: "\f2a3";
}
.ion-network:before {
	content: "\f341";
}
.ion-no-smoking:before {
	content: "\f2c2";
}
.ion-nuclear:before {
	content: "\f2a4";
}
.ion-outlet:before {
	content: "\f342";
}
.ion-paintbrush:before {
	content: "\f4d5";
}
.ion-paintbucket:before {
	content: "\f4d6";
}
.ion-paper-airplane:before {
	content: "\f2c3";
}
.ion-paperclip:before {
	content: "\f20f";
}
.ion-pause:before {
	content: "\f210";
}
.ion-person:before {
	content: "\f213";
}
.ion-person-add:before {
	content: "\f211";
}
.ion-person-stalker:before {
	content: "\f212";
}
.ion-pie-graph:before {
	content: "\f2a5";
}
.ion-pin:before {
	content: "\f2a6";
}
.ion-pinpoint:before {
	content: "\f2a7";
}
.ion-pizza:before {
	content: "\f2a8";
}
.ion-plane:before {
	content: "\f214";
}
.ion-planet:before {
	content: "\f343";
}
.ion-play:before {
	content: "\f215";
}
.ion-playstation:before {
	content: "\f30a";
}
.ion-plus:before {
	content: "\f218";
}
.ion-plus-circled:before {
	content: "\f216";
}
.ion-plus-round:before {
	content: "\f217";
}
.ion-podium:before {
	content: "\f344";
}
.ion-pound:before {
	content: "\f219";
}
.ion-power:before {
	content: "\f2a9";
}
.ion-pricetag:before {
	content: "\f2aa";
}
.ion-pricetags:before {
	content: "\f2ab";
}
.ion-printer:before {
	content: "\f21a";
}
.ion-pull-request:before {
	content: "\f345";
}
.ion-qr-scanner:before {
	content: "\f346";
}
.ion-quote:before {
	content: "\f347";
}
.ion-radio-waves:before {
	content: "\f2ac";
}
.ion-record:before {
	content: "\f21b";
}
.ion-refresh:before {
	content: "\f21c";
}
.ion-reply:before {
	content: "\f21e";
}
.ion-reply-all:before {
	content: "\f21d";
}
.ion-ribbon-a:before {
	content: "\f348";
}
.ion-ribbon-b:before {
	content: "\f349";
}
.ion-sad:before {
	content: "\f34a";
}
.ion-sad-outline:before {
	content: "\f4d7";
}
.ion-scissors:before {
	content: "\f34b";
}
.ion-search:before {
	content: "\f21f";
}
.ion-settings:before {
	content: "\f2ad";
}
.ion-share:before {
	content: "\f220";
}
.ion-shuffle:before {
	content: "\f221";
}
.ion-skip-backward:before {
	content: "\f222";
}
.ion-skip-forward:before {
	content: "\f223";
}
.ion-social-android:before {
	content: "\f225";
}
.ion-social-android-outline:before {
	content: "\f224";
}
.ion-social-angular:before {
	content: "\f4d9";
}
.ion-social-angular-outline:before {
	content: "\f4d8";
}
.ion-social-apple:before {
	content: "\f227";
}
.ion-social-apple-outline:before {
	content: "\f226";
}
.ion-social-bitcoin:before {
	content: "\f2af";
}
.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}
.ion-social-buffer:before {
	content: "\f229";
}
.ion-social-buffer-outline:before {
	content: "\f228";
}
.ion-social-chrome:before {
	content: "\f4db";
}
.ion-social-chrome-outline:before {
	content: "\f4da";
}
.ion-social-codepen:before {
	content: "\f4dd";
}
.ion-social-codepen-outline:before {
	content: "\f4dc";
}
.ion-social-css3:before {
	content: "\f4df";
}
.ion-social-css3-outline:before {
	content: "\f4de";
}
.ion-social-designernews:before {
	content: "\f22b";
}
.ion-social-designernews-outline:before {
	content: "\f22a";
}
.ion-social-dribbble:before {
	content: "\f22d";
}
.ion-social-dribbble-outline:before {
	content: "\f22c";
}
.ion-social-dropbox:before {
	content: "\f22f";
}
.ion-social-dropbox-outline:before {
	content: "\f22e";
}
.ion-social-euro:before {
	content: "\f4e1";
}
.ion-social-euro-outline:before {
	content: "\f4e0";
}
.ion-social-facebook:before {
	content: "\f231";
}
.ion-social-facebook-outline:before {
	content: "\f230";
}
.ion-social-foursquare:before {
	content: "\f34d";
}
.ion-social-foursquare-outline:before {
	content: "\f34c";
}
.ion-social-freebsd-devil:before {
	content: "\f2c4";
}
.ion-social-github:before {
	content: "\f233";
}
.ion-social-github-outline:before {
	content: "\f232";
}
.ion-social-google:before {
	content: "\f34f";
}
.ion-social-google-outline:before {
	content: "\f34e";
}
.ion-social-googleplus:before {
	content: "\f235";
}
.ion-social-googleplus-outline:before {
	content: "\f234";
}
.ion-social-hackernews:before {
	content: "\f237";
}
.ion-social-hackernews-outline:before {
	content: "\f236";
}
.ion-social-html5:before {
	content: "\f4e3";
}
.ion-social-html5-outline:before {
	content: "\f4e2";
}
.ion-social-instagram:before {
	content: "\f351";
}
.ion-social-instagram-outline:before {
	content: "\f350";
}
.ion-social-javascript:before {
	content: "\f4e5";
}
.ion-social-javascript-outline:before {
	content: "\f4e4";
}
.ion-social-linkedin:before {
	content: "\f239";
}
.ion-social-linkedin-outline:before {
	content: "\f238";
}
.ion-social-markdown:before {
	content: "\f4e6";
}
.ion-social-nodejs:before {
	content: "\f4e7";
}
.ion-social-octocat:before {
	content: "\f4e8";
}
.ion-social-pinterest:before {
	content: "\f2b1";
}
.ion-social-pinterest-outline:before {
	content: "\f2b0";
}
.ion-social-python:before {
	content: "\f4e9";
}
.ion-social-reddit:before {
	content: "\f23b";
}
.ion-social-reddit-outline:before {
	content: "\f23a";
}
.ion-social-rss:before {
	content: "\f23d";
}
.ion-social-rss-outline:before {
	content: "\f23c";
}
.ion-social-sass:before {
	content: "\f4ea";
}
.ion-social-skype:before {
	content: "\f23f";
}
.ion-social-skype-outline:before {
	content: "\f23e";
}
.ion-social-snapchat:before {
	content: "\f4ec";
}
.ion-social-snapchat-outline:before {
	content: "\f4eb";
}
.ion-social-tumblr:before {
	content: "\f241";
}
.ion-social-tumblr-outline:before {
	content: "\f240";
}
.ion-social-tux:before {
	content: "\f2c5";
}
.ion-social-twitch:before {
	content: "\f4ee";
}
.ion-social-twitch-outline:before {
	content: "\f4ed";
}
.ion-social-twitter:before {
	content: "\f243";
}
.ion-social-twitter-outline:before {
	content: "\f242";
}
.ion-social-usd:before {
	content: "\f353";
}
.ion-social-usd-outline:before {
	content: "\f352";
}
.ion-social-vimeo:before {
	content: "\f245";
}
.ion-social-vimeo-outline:before {
	content: "\f244";
}
.ion-social-whatsapp:before {
	content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}
.ion-social-windows:before {
	content: "\f247";
}
.ion-social-windows-outline:before {
	content: "\f246";
}
.ion-social-wordpress:before {
	content: "\f249";
}
.ion-social-wordpress-outline:before {
	content: "\f248";
}
.ion-social-yahoo:before {
	content: "\f24b";
}
.ion-social-yahoo-outline:before {
	content: "\f24a";
}
.ion-social-yen:before {
	content: "\f4f2";
}
.ion-social-yen-outline:before {
	content: "\f4f1";
}
.ion-social-youtube:before {
	content: "\f24d";
}
.ion-social-youtube-outline:before {
	content: "\f24c";
}
.ion-soup-can:before {
	content: "\f4f4";
}
.ion-soup-can-outline:before {
	content: "\f4f3";
}
.ion-speakerphone:before {
	content: "\f2b2";
}
.ion-speedometer:before {
	content: "\f2b3";
}
.ion-spoon:before {
	content: "\f2b4";
}
.ion-star:before {
	content: "\f24e";
}
.ion-stats-bars:before {
	content: "\f2b5";
}
.ion-steam:before {
	content: "\f30b";
}
.ion-stop:before {
	content: "\f24f";
}
.ion-thermometer:before {
	content: "\f2b6";
}
.ion-thumbsdown:before {
	content: "\f250";
}
.ion-thumbsup:before {
	content: "\f251";
}
.ion-toggle:before {
	content: "\f355";
}
.ion-toggle-filled:before {
	content: "\f354";
}
.ion-transgender:before {
	content: "\f4f5";
}
.ion-trash-a:before {
	content: "\f252";
}
.ion-trash-b:before {
	content: "\f253";
}
.ion-trophy:before {
	content: "\f356";
}
.ion-tshirt:before {
	content: "\f4f7";
}
.ion-tshirt-outline:before {
	content: "\f4f6";
}
.ion-umbrella:before {
	content: "\f2b7";
}
.ion-university:before {
	content: "\f357";
}
.ion-unlocked:before {
	content: "\f254";
}
.ion-upload:before {
	content: "\f255";
}
.ion-usb:before {
	content: "\f2b8";
}
.ion-videocamera:before {
	content: "\f256";
}
.ion-volume-high:before {
	content: "\f257";
}
.ion-volume-low:before {
	content: "\f258";
}
.ion-volume-medium:before {
	content: "\f259";
}
.ion-volume-mute:before {
	content: "\f25a";
}
.ion-wand:before {
	content: "\f358";
}
.ion-waterdrop:before {
	content: "\f25b";
}
.ion-wifi:before {
	content: "\f25c";
}
.ion-wineglass:before {
	content: "\f2b9";
}
.ion-woman:before {
	content: "\f25d";
}
.ion-wrench:before {
	content: "\f2ba";
}
.ion-xbox:before {
	content: "\f30c";
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	to {
		transform: scale(1);
	}
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	to {
		transform: scale(1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scaleX(1.25) scaleY(0.75);
	}
	40% {
		transform: scaleX(0.75) scaleY(1.25);
	}
	60% {
		transform: scaleX(1.15) scaleY(0.85);
	}
	to {
		transform: scale(1);
	}
}
@keyframes rubberBand {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scaleX(1.25) scaleY(0.75);
	}
	40% {
		transform: scaleX(0.75) scaleY(1.25);
	}
	60% {
		transform: scaleX(1.15) scaleY(0.85);
	}
	to {
		transform: scale(1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	0%,
	to {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}
@keyframes shake {
	0%,
	to {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(0deg);
	}
}
@keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(0deg);
	}
}
.swing {
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	0% {
		transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
	to {
		transform: scale(1) rotate(0);
	}
}
@keyframes tada {
	0% {
		transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
	to {
		transform: scale(1) rotate(0);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	0% {
		transform: translateX(0);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes wobble {
	0% {
		transform: translateX(0);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	to {
		transform: translateX(0);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	to {
		transform: translateY(0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	to {
		transform: translateX(0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	to {
		transform: translateX(0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	to {
		transform: translateY(0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	to {
		opacity: 0;
		transform: scale(0.3);
	}
}
@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	to {
		opacity: 0;
		transform: scale(0.3);
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(300px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes loginImgAni {
	0% {
		opacity: 0;
		transform: translateY(2000px) rotate(100deg);
	}
	to {
		opacity: 1;
		transform: translateY(0) rotate(1turn);
	}
}
@keyframes loginImgAni {
	0% {
		opacity: 0;
		transform: translateY(2000px) rotate(100deg);
	}
	to {
		opacity: 1;
		transform: translateY(0) rotate(1turn);
	}
}
.login-img-ani {
	transition: all 0.5s ease-out 0s;
	transform: translateX(-50px);
}
.signup-img-ani {
	transition: all 0.5s ease-out 0s;
	transform: translateX(50px);
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(20px);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(20px);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-20px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-20px);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(20px);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(20px);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	to {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	to {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		transform: perspective(400px) rotateY(10deg);
	}
	to {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		transform: perspective(400px) rotateY(10deg);
	}
	to {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	to {
		transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	to {
		transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
	to {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
	to {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	to {
		transform: translateY(0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	to {
		transform: translateX(0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	to {
		transform: translateX(0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
	0% {
		transform: translateY(2000px);
	}
	to {
		opacity: 0;
		transform: translateY(0);
	}
}
@keyframes slideInUp {
	0% {
		transform: translateY(2000px);
	}
	to {
		opacity: 0;
		transform: translateY(0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	0% {
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
@keyframes slideOutDown {
	0% {
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translateY(700px);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translateY(700px);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	to {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	to {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
	to {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
	to {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}


.sport-icon-medium.sport-1,
.sport-icon-medium.sport-2,
.sport-icon-medium.sport-3,
.sport-icon-medium.sport-4,
.sport-icon-medium.sport-5,
.sport-icon-medium.sport-6,
.sport-icon-medium.sport-7,
.sport-icon-medium.sport-11,
.sport-icon-medium.sport-12,
.sport-icon-medium.sport-13,
.sport-icon-medium.sport-15,
.sport-icon-medium.sport-16,
.sport-icon-medium.sport-19,
.sport-icon-medium.sport-20,
.sport-icon-medium.sport-21,
.sport-icon-medium.sport-22,
.sport-icon-medium.sport-23,
.sport-icon-medium.sport-24,
.sport-icon-medium.sport-25,
.sport-icon-medium.sport-26,
.sport-icon-medium.sport-29,
.sport-icon-medium.sport-31,
.sport-icon-medium.sport-32,
.sport-icon-medium.sport-34,
.sport-icon-medium.sport-40,
.sport-icon-medium.sport--1 {
	background: url(/static/image/39c0631.png) no-repeat;
}
.sport-icon-medium {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
.sport-icon-medium.sport--1 {
	background-position: 0 -239px;
}
.sport-icon-medium.sport-1 {
	background-position: 0 -79px;
}
.sport-icon-medium.sport-2 {
	background-position: 0 -207px;
}
.sport-icon-medium.sport-3 {
	background-position: 0 -111px;
}
.sport-icon-medium.sport-4 {
	background-position: 0 -349px;
}
.sport-icon-medium.sport-5 {
	background-position: 0 -143px;
}
.sport-icon-medium.sport-6 {
	background-position: 0 -47px;
}
.sport-icon-medium.sport-7 {
	background-position: 0 -63px;
}
.sport-icon-medium.sport-11 {
	background-position: 0 -255px;
}
.sport-icon-medium.sport-12 {
	background-position: 0 -319px;
}
.sport-icon-medium.sport-13 {
	background-position: 0 -303px;
}
.sport-icon-medium.sport-15 {
	background-position: 0 -191px;
}
.sport-icon-medium.sport-16 {
	background-position: 0 -127px;
}
.sport-icon-medium.sport-19 {
	background-position: 0 -95px;
}
.sport-icon-medium.sport-20 {
	background-position: 0 -365px;
}
.sport-icon-medium.sport-21 {
	background-position: 0 -31px;
}
.sport-icon-medium.sport-22 {
	background-position: 0 -175px;
}
.sport-icon-medium.sport-23 {
	background-position: 0 -223px;
}
.sport-icon-medium.sport-24 {
	background-position: 0 -271px;
}
.sport-icon-medium.sport-25 {
	background-position: 0 -383px;
}
.sport-icon-medium.sport-26 {
	background-position: 0 -400px;
}
.sport-icon-medium.sport-29 {
	background-position: 0 -16px;
}
.sport-icon-medium.sport-31 {
	background-position: 0 -287px;
}
.sport-icon-medium.sport-32 {
	background-position: 0 0;
}
.sport-icon-medium.sport-34 {
	background-position: 0 -159px;
}
.sport-icon-medium.sport-40 {
	background-position: 0 -335px;
	width: 13px;
	height: 14px;
}
.flag {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	height: 11px;
	width: 16px;
	background: url(/static/image/f450e56.gif) no-repeat 50% 50%;
	background-position: 0 -1291px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.flag.ch {
	width: 11px;
}
.flag.ad {
	background-position: 0 -10px;
}
.flag.ae {
	background-position: 0 -31px;
}
.flag.af {
	background-position: 0 -52px;
}
.flag.ag {
	background-position: 0 -73px;
}
.flag.ai {
	background-position: 0 -94px;
}
.flag.al {
	background-position: 0 -115px;
}
.flag.am {
	background-position: 0 -136px;
}
.flag.an {
	background-position: 0 -157px;
}
.flag.ao {
	background-position: 0 -178px;
}
.flag.ar {
	background-position: 0 -199px;
}
.flag.as {
	background-position: 0 -220px;
}
.flag.at {
	background-position: 0 -241px;
}
.flag.atp {
	background-position: 0 -262px;
}
.flag.au {
	background-position: 0 -283px;
}
.flag.aw {
	background-position: 0 -304px;
}
.flag.ax {
	background-position: 0 -325px;
}
.flag.az {
	background-position: 0 -346px;
}
.flag.ba {
	background-position: 0 -367px;
}
.flag.bb {
	background-position: 0 -388px;
}
.flag.bd {
	background-position: 0 -409px;
}
.flag.be {
	background-position: 0 -430px;
}
.flag.bf {
	background-position: 0 -451px;
}
.flag.bg {
	background-position: 0 -472px;
}
.flag.bh {
	background-position: 0 -493px;
}
.flag.bi {
	background-position: 0 -514px;
}
.flag.bj {
	background-position: 0 -535px;
}
.flag.bm {
	background-position: 0 -556px;
}
.flag.bn {
	background-position: 0 -577px;
}
.flag.bo {
	background-position: 0 -598px;
}
.flag.br {
	background-position: 0 -619px;
}
.flag.bs {
	background-position: 0 -640px;
}
.flag.bt {
	background-position: 0 -661px;
}
.flag.bv {
	background-position: 0 -682px;
}
.flag.bw {
	background-position: 0 -703px;
}
.flag.by {
	background-position: 0 -724px;
}
.flag.bz {
	background-position: 0 -745px;
}
.flag.ca {
	background-position: 0 -766px;
}
.flag.cc {
	background-position: 0 -787px;
}
.flag.cd {
	background-position: 0 -808px;
}
.flag.cf {
	background-position: 0 -829px;
}
.flag.cg {
	background-position: 0 -850px;
}
.flag.ch {
	background-position: 0 -871px;
}
.flag.ci {
	background-position: 0 -892px;
}
.flag.ck {
	background-position: 0 -913px;
}
.flag.cl {
	background-position: 0 -934px;
}
.flag.cm {
	background-position: 0 -955px;
}
.flag.cn {
	background-position: 0 -976px;
}
.flag.co {
	background-position: 0 -997px;
}
.flag.cr {
	background-position: 0 -1018px;
}
.flag.cs {
	background-position: 0 -1039px;
}
.flag.cu {
	background-position: 0 -1060px;
}
.flag.cv {
	background-position: 0 -1081px;
}
.flag.cx {
	background-position: 0 -1102px;
}
.flag.cy {
	background-position: 0 -1123px;
}
.flag.cz {
	background-position: 0 -1144px;
}
.flag.de {
	background-position: 0 -1165px;
}
.flag.dj {
	background-position: 0 -1186px;
}
.flag.dk {
	background-position: 0 -1207px;
}
.flag.dm {
	background-position: 0 -1228px;
}
.flag.do {
	background-position: 0 -1249px;
}
.flag.dz {
	background-position: 0 -1270px;
}
.flag.earth {
	background-position: 0 -1291px;
}
.flag.ec {
	background-position: 0 -1312px;
}
.flag.ee {
	background-position: 0 -1333px;
}
.flag.eg {
	background-position: 0 -1354px;
}
.flag.eh {
	background-position: 0 -1375px;
}
.flag.en {
	background-position: 0 -1396px;
}
.flag.er {
	background-position: 0 -1417px;
}
.flag.es {
	background-position: 0 -1438px;
}
.flag.et {
	background-position: 0 -1459px;
}
.flag.fam {
	background-position: 0 -1480px;
}
.flag.fi {
	background-position: 0 -1501px;
}
.flag.fj {
	background-position: 0 -1522px;
}
.flag.fk {
	background-position: 0 -1543px;
}
.flag.fm {
	background-position: 0 -1564px;
}
.flag.fo {
	background-position: 0 -1585px;
}
.flag.fr {
	background-position: 0 -1606px;
}
.flag.ga {
	background-position: 0 -1627px;
}
.flag.gb {
	background-position: 0 -1648px;
}
.flag.gd {
	background-position: 0 -1669px;
}
.flag.ge {
	background-position: 0 -1690px;
}
.flag.gh {
	background-position: 0 -1711px;
}
.flag.gi {
	background-position: 0 -1732px;
}
.flag.gl {
	background-position: 0 -1753px;
}
.flag.gm {
	background-position: 0 -1774px;
}
.flag.gn {
	background-position: 0 -1795px;
}
.flag.gp {
	background-position: 0 -1816px;
}
.flag.gq {
	background-position: 0 -1837px;
}
.flag.gr {
	background-position: 0 -1858px;
}
.flag.gs {
	background-position: 0 -1879px;
}
.flag.gt {
	background-position: 0 -1900px;
}
.flag.gu {
	background-position: 0 -1921px;
}
.flag.gw {
	background-position: 0 -1942px;
}
.flag.gy {
	background-position: 0 -1963px;
}
.flag.hk {
	background-position: 0 -1984px;
}
.flag.hn {
	background-position: -26px -10px;
}
.flag.hr {
	background-position: -26px -31px;
}
.flag.ht {
	background-position: -26px -52px;
}
.flag.hu {
	background-position: -26px -73px;
}
.flag.id {
	background-position: -26px -94px;
}
.flag.ie {
	background-position: -26px -115px;
}
.flag.il {
	background-position: -26px -136px;
}
.flag.in {
	background-position: -26px -157px;
}
.flag.io {
	background-position: -26px -178px;
}
.flag.iq {
	background-position: -26px -199px;
}
.flag.ir {
	background-position: -26px -220px;
}
.flag.is {
	background-position: -26px -241px;
}
.flag.it {
	background-position: -26px -262px;
}
.flag.jm {
	background-position: -26px -283px;
}
.flag.jo {
	background-position: -26px -304px;
}
.flag.jp {
	background-position: -26px -325px;
}
.flag.ke {
	background-position: -26px -346px;
}
.flag.kg {
	background-position: -26px -367px;
}
.flag.kh {
	background-position: -26px -388px;
}
.flag.ki {
	background-position: -26px -409px;
}
.flag.km {
	background-position: -26px -430px;
}
.flag.kn {
	background-position: -26px -451px;
}
.flag.kp {
	background-position: -26px -472px;
}
.flag.kr {
	background-position: -26px -493px;
}
.flag.kw {
	background-position: -26px -514px;
}
.flag.ky {
	background-position: -26px -535px;
}
.flag.kz {
	background-position: -26px -556px;
}
.flag.la {
	background-position: -26px -577px;
}
.flag.lb {
	background-position: -26px -598px;
}
.flag.lc {
	background-position: -26px -619px;
}
.flag.li {
	background-position: -26px -640px;
}
.flag.lk {
	background-position: -26px -661px;
}
.flag.lr {
	background-position: -26px -682px;
}
.flag.ls {
	background-position: -26px -703px;
}
.flag.lt {
	background-position: -26px -724px;
}
.flag.lu {
	background-position: -26px -745px;
}
.flag.lv {
	background-position: -26px -766px;
}
.flag.ly {
	background-position: -26px -787px;
}
.flag.ma {
	background-position: -26px -808px;
}
.flag.mc {
	background-position: -26px -829px;
}
.flag.md {
	background-position: -26px -850px;
}
.flag.me {
	background-position: -26px -871px;
}
.flag.mg {
	background-position: -26px -893px;
}
.flag.mh {
	background-position: -26px -914px;
}
.flag.mk {
	background-position: -26px -935px;
}
.flag.ml {
	background-position: -26px -956px;
}
.flag.mm {
	background-position: -26px -977px;
}
.flag.mn {
	background-position: -26px -998px;
}
.flag.mo {
	background-position: -26px -1019px;
}
.flag.mp {
	background-position: -26px -1040px;
}
.flag.mq {
	background-position: -26px -1061px;
}
.flag.mr {
	background-position: -26px -1082px;
}
.flag.ms {
	background-position: -26px -1103px;
}
.flag.mt {
	background-position: -26px -1124px;
}
.flag.mu {
	background-position: -26px -1145px;
}
.flag.mv {
	background-position: -26px -1166px;
}
.flag.mw {
	background-position: -26px -1187px;
}
.flag.mx {
	background-position: -26px -1208px;
}
.flag.my {
	background-position: -26px -1229px;
}
.flag.mz {
	background-position: -26px -1250px;
}
.flag.na {
	background-position: -26px -1271px;
}
.flag.nc {
	background-position: -26px -1292px;
}
.flag.ne {
	background-position: -26px -1313px;
}
.flag.nf {
	background-position: -26px -1334px;
}
.flag.ng {
	background-position: -26px -1355px;
}
.flag.ni {
	background-position: -26px -1376px;
}
.flag.nl {
	background-position: -26px -1397px;
}
.flag.no {
	background-position: -26px -1418px;
}
.flag.np {
	background-position: -26px -1439px;
}
.flag.nr {
	background-position: -26px -1460px;
}
.flag.nu {
	background-position: -26px -1481px;
}
.flag.nz {
	background-position: -26px -1502px;
}
.flag.s {
	background-position: -26px -1523px;
}
.flag.om {
	background-position: -26px -1544px;
}
.flag.pa {
	background-position: -26px -1565px;
}
.flag.pe {
	background-position: -26px -1586px;
}
.flag.pf {
	background-position: -26px -1607px;
}
.flag.pg {
	background-position: -26px -1628px;
}
.flag.ph {
	background-position: -26px -1649px;
}
.flag.pk {
	background-position: -26px -1670px;
}
.flag.pl {
	background-position: -26px -1691px;
}
.flag.pm {
	background-position: -26px -1712px;
}
.flag.if {
	background-position: -26px -1733px;
}
.flag.pr {
	background-position: -26px -1754px;
}
.flag.ps {
	background-position: -26px -1775px;
}
.flag.pt {
	background-position: -26px -1796px;
}
.flag.pw {
	background-position: -26px -1817px;
}
.flag.py {
	background-position: -26px -1838px;
}
.flag.qa {
	background-position: -26px -1859px;
}
.flag.ro {
	background-position: -26px -1880px;
}
.flag.rs {
	background-position: -26px -1901px;
}
.flag.ru {
	background-position: -26px -1922px;
}
.flag.rw {
	background-position: -26px -1943px;
}
.flag.sa {
	background-position: -26px -1964px;
}
.flag.sb {
	background-position: -26px -1985px;
}
.flag.sc {
	background-position: -52px -10px;
}
.flag.sd {
	background-position: -52px -31px;
}
.flag.se {
	background-position: -52px -52px;
}
.flag.sg {
	background-position: -52px -73px;
}
.flag.sh {
	background-position: -52px -94px;
}
.flag.si {
	background-position: -52px -115px;
}
.flag.sk {
	background-position: -52px -136px;
}
.flag.sl {
	background-position: -52px -157px;
}
.flag.sm {
	background-position: -52px -178px;
}
.flag.sn {
	background-position: -52px -199px;
}
.flag.so {
	background-position: -52px -220px;
}
.flag.sr,
.flag.srl {
	background-position: -52px -241px;
}
.flag.st {
	background-position: -52px -262px;
}
.flag.sv {
	background-position: -52px -283px;
}
.flag.sy {
	background-position: -52px -304px;
}
.flag.sz {
	background-position: -52px -325px;
}
.flag.tc {
	background-position: -52px -346px;
}
.flag.td {
	background-position: -52px -367px;
}
.flag.tf {
	background-position: -52px -388px;
}
.flag.tg {
	background-position: -52px -409px;
}
.flag.th {
	background-position: -52px -430px;
}
.flag.tj {
	background-position: -52px -451px;
}
.flag.tk {
	background-position: -52px -472px;
}
.flag.tl {
	background-position: -52px -493px;
}
.flag.tm {
	background-position: -52px -514px;
}
.flag.tn {
	background-position: -52px -535px;
}
.flag.to {
	background-position: -52px -556px;
}
.flag.tr {
	background-position: -52px -577px;
}
.flag.tt {
	background-position: -52px -598px;
}
.flag.tv {
	background-position: -52px -619px;
}
.flag.tw {
	background-position: -52px -640px;
}
.flag.tz {
	background-position: -52px -661px;
}
.flag.ua {
	background-position: -52px -682px;
}
.flag.ug {
	background-position: -52px -703px;
}
.flag.um {
	background-position: -52px -724px;
}
.flag.us {
	background-position: -52px -745px;
}
.flag.uy {
	background-position: -52px -766px;
}
.flag.uz {
	background-position: -52px -787px;
}
.flag.va {
	background-position: -52px -808px;
}
.flag.vc {
	background-position: -52px -829px;
}
.flag.ve {
	background-position: -52px -850px;
}
.flag.vg {
	background-position: -52px -871px;
}
.flag.vi {
	background-position: -52px -892px;
}
.flag.vn {
	background-position: -52px -913px;
}
.flag.vu {
	background-position: -52px -934px;
}
.flag.w {
	background-position: -52px -955px;
}
.flag.wf {
	background-position: -52px -976px;
}
.flag.ws {
	background-position: -52px -997px;
}
.flag.wta {
	background-position: -52px -1018px;
}
.flag.ye {
	background-position: -52px -1039px;
}
.flag.yt {
	background-position: -52px -1060px;
}
.flag.yu {
	background-position: -52px -1081px;
}
.flag.za {
	background-position: -52px -1102px;
}
.flag.zm {
	background-position: -52px -1123px;
}
.flag.zw {
	background-position: -52px -1144px;
}
span.icon {
	margin-right: 2px;
}


body,
html {
	height: 100%;
}
body {
	background: #1b1b23;
	font-size: 12px;
	font-family:  'Nanum Gothic', sans-serif ,jost, quicksand , Arial, sans-serif;
	color: #707478;
}
.ie8 body {
	font-family: Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #242a30;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	font-weight: 300;
	color: #7c7f83;
}
a {
	transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out;
}
a:focus {
	outline: none;
}
label {
	color: #242a30;
}
.mmain {
	white-space: nowrap;
	list-style-type: none;
	display: table;
	width: 100%;
}
.mmain_sub {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	font-size: 10pt;
}
.icicon {
	background: url(/static/image/06e098a.png) no-repeat;
	background-image: url(/static/image/06e098a.png);
	background-position-x: 0;
	background-position-x: left;
	background-position-y: 0;
	background-position-y: top;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: scroll;
	background-origin: padding-box;
	background-origin: initial;
	background-clip: border-box;
	background-clip: initial;
	background-color: transparent;
	background-color: initial;
	background-size: 304px 944px;
}
.nick .icicon {
	background-position: -45px -48px;
}
.money .icicon,
.nick .icicon {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 3px 2px 0 0;
	vertical-align: top;
}
.money .icicon {
	background-position: -54px -48px;
}
.point .icicon {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 3px 2px 0 0;
	background-position: -69px -48px;
	vertical-align: top;
}
.page-header-fixed {
	padding-top: 54px;
}
.el-scrollbar__wrap-main .page-header-fixed {
    padding-top: 0;
}
.page-sidebar-fixed .sidebar,
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
	position: fixed;
}
.page-with-two-sidebar .sidebar-bg.sidebar-right,
.page-with-two-sidebar .sidebar.sidebar-right {
	right: 0;
	left: auto;
}
.page-with-two-sidebar .content {
	margin-right: 299px;
}
.page-with-two-sidebar .content-orange2 {
	margin-right: 289px;
	display: flex;
	justify-content: center;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right {
	right: -280px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content {
	margin-right: 0;
}
.carousel .container {
	position: relative;
}
.carousel-control {
	background: rgba(0, 0, 0, 0.55) !important;
	height: 60px;
	width: 40px;
	top: 50%;
	margin-top: -30px;
}
.carousel-control .glyphicon,
.carousel-control i {
	display: block;
	margin: 0;
	text-align: center;
	line-height: 60px;
	position: static;
	height: 60px;
	font-size: 32px;
}
.carousel-caption-right {
	text-align: right;
}
.carousel-caption-left {
	text-align: left;
}
.carousel-caption {
	text-shadow: none;
	right: 0;
	left: 0;
	bottom: auto;
	top: 60px;
	bottom: 60px;
	font-weight: 300;
	margin-top: 40px;
}
.carousel-caption .container {
	padding: 0 60px;
	width: 600px;
}
.carousel-caption .title {
	font-size: 64px;
	margin: 0;
	font-weight: 300;
}
.carousel-caption .price {
	font-size: 22px;
	margin: 0;
}
.carousel-caption .price small {
	font-size: 24px;
}
.carousel-caption .price span {
	background: #d94800;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-caption .btn {
	border: 2px solid #fff;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	border-radius: 6px;
}
.carousel-caption .btn:focus,
.carousel-caption .btn:hover {
	background: hsla(0, 0%, 100%, 0.25);
}
.carousel-caption p {
	margin-bottom: 15px;
	font-size: 22px;
}
.carousel-caption.text-inverse .btn {
	border-color: #333;
	color: #333;
	font-weight: 600;
}
.carousel-caption-green {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: none;
	right: 0;
	left: 0;
	bottom: auto;
	top: 60px;
	font-weight: 300;
	display: inline-block;
}
.carousel-caption-green .container {
	padding: 0 60px;
	width: 600px;
}
.carousel-caption-green .title {
	font-size: 64px;
	margin: 0;
	font-weight: 300;
}
.carousel-caption-green .price {
	font-size: 22px;
	margin: 0;
}
.carousel-caption-green .price small {
	font-size: 24px;
}
.carousel-caption-green .price span {
	background: #d94800;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-caption-green .btn {
	border: 2px solid #fff;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	border-radius: 6px;
}
.carousel-caption-green .btn:focus,
.carousel-caption-green .btn:hover {
	background: hsla(0, 0%, 100%, 0.25);
}
.carousel-caption-green p {
	margin-bottom: 15px;
	font-size: 22px;
}
.carousel-caption-green.text-inverse .btn {
	border-color: #333;
	color: #333;
	font-weight: 600;
}
.carousel .product-img {
	position: absolute;
	top: 40px;
	max-height: 370px;
}
.carousel .product-img.left {
	left: 60px;
}
.carousel .product-img.right {
	right: 60px;
}
.carousel .product-img.bottom {
	bottom: 0;
}
.carousel .bg-cover-img {
	max-width: 100%;
	position: absolute;
	min-height: 100%;
}
.carousel .carousel-inner,
.carousel .carousel-inner .item,
.slider .carousel {
	min-height: 450px;
}
.carousel-indicators li {
	border-width: 2px;
}
.carousel-caption-blue {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
}
.carousel-caption-purple {
	font-style: italic;
}
.carousel-caption-purple,
.carousel-caption-yellow {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}
.carousel-caption-yellow1 {
	font-style: italic;
}
.carousel-caption-orange1,
.carousel-caption-yellow1 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
	height: 100%;
}
.carousel-caption-gold {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	line-height: 30px;
}
.carousel-caption-white {
	text-shadow: none;
	right: 0;
	left: 50px;
	bottom: auto;
	top: 60px;
	bottom: 60px;
	font-weight: 300;
	margin-top: 40px;
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}
.carousel-caption-red {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
	height: 100%;
}
.carousel-caption-yellow h3 {
	font-size: 60px;
}
.carousel-caption-yellow p {
	font-size: 20px;
	margin-top: 20px;
}
.carousel-caption-yellow .price {
	font-size: 20px;
	margin-top: 40px;
}
.carousel-caption-yellow .icon {
	margin: 20px 20px 0 0;
}
.carousel-caption-purple p {
	font-size: 40px;
	margin-top: 250px !important;
}
.item {
	background: #fff;
}
.header {
	margin-bottom: 0;
}
.navbar {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.navbar.navbar-inverse {
	background: #0e1012;
}
.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav > li > a {
	color: #a8acb1;
}
.navbar-brand {
	margin-right: 10px;
	padding: 12px 20px;
	height: 54px;
	width: 220px;
	font-weight: 100;
	font-size: 18px;
	line-height: 30px;
}
.navbar-logo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border-color: #4dcaca #31a3a3 #1d8888;
	border-style: solid;
	border-width: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.navbar-toggle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
}
.navbar-toggle.pull-left {
	margin-left: 15px;
	margin-right: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background: none !important;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.navbar-nav > li > a {
	line-height: 20px;
	padding: 17px 15px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
	background: none !important;
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-form {
	margin: 12px 0;
}
.fade .navbar-form .form-control {
	-webkit-animation: none;
}
.navbar-form .form-control {
	width: 200px;
	padding: 5px 15px;
	height: 30px;
	border-radius: 30px;
}
.navbar-form .form-control:focus {
	width: 300px;
	animation: expand 0.2s;
	-webkit-animation: expand 0.2s;
}
@keyframes expand {
	0% {
		width: 200px;
	}
	to {
		width: 300px;
	}
}
@-webkit-keyframes expand {
	0% {
		width: 200px;
	}
	to {
		width: 300px;
	}
}
.navbar-form .btn-search {
	position: absolute;
	right: 15px;
	top: 12px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: none;
	border-radius: 0 30px 30px 0;
}
.navbar-nav > li > .dropdown-menu {
	border-top: 1px solid #eee;
}
.navbar-nav > li > .dropdown-menu.media-list .media-heading {
	font-weight: 600;
}
.navbar-nav > li > a .label {
	position: absolute;
	top: 7px;
	right: 3px;
	display: block;
	background: #ff5b57;
	line-height: 12px;
	font-weight: 300;
	padding: 0.3em 0.6em;
	border-radius: 20px;
}
.navbar-user img {
	float: left;
	width: 30px;
	height: 30px;
	margin: -5px 10px 0 0;
	border-radius: 30px;
}
.navbar .navbar-nav > li.divider {
	height: 34px;
	margin-top: 10px;
	background: #e2e7eb;
	width: 1px;
}
.navbar.navbar-inverse .navbar-nav > li.divider {
	background: #3f4b55;
}
.sidebar {
	width: 299px;
	position: absolute;
	margin-top: 104px;
	z-index: 1010;
	-webkit-transform: translateZ(0);
}
.sidebar,
.sidebar-bg {
	left: 0;
	top: 0;
	bottom: 0;
}
.sidebar-bg {
	background: #2d353c;
	position: fixed;
	width: 280px;
	z-index: 1000;
}
.sidebar .nav > li:after,
.sidebar .nav > li:before,
.sidebar .nav > li > a:after,
.sidebar .nav > li > a:before {
	content: "";
	clear: both;
	display: table;
}
.sidebar .nav > li > a {
	padding: 8px 20px;
	line-height: 20px;
	color: #a8acb1;
}
.sidebar.sidebar-grid .nav > li > a {
	border-bottom: 2px solid #000;
	border-top: 1px solid #383f46;
}
.sidebar.sidebar-grid .nav > li.active > a {
	border-color: #2d353c;
	z-index: 10;
}
.sidebar.sidebar-grid .nav > li + li {
	margin-top: -1px;
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
	background: #232a2f;
	color: #a8acb1;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
	color: #fff;
	background: #00acac;
}
.sidebar .nav > li.active > a .badge.badge-success,
.sidebar .nav > li.active > a .label.label-success {
	background: #008a8a;
}
.sidebar .nav > li > a i {
	float: left;
	margin-right: 15px;
	width: 14px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.sidebar .nav > li > a i[class*="ion-"] {
	margin-right: 11px;
	width: 18px;
	font-size: 18px;
}
.sidebar .nav > li > a .badge {
	margin-top: 1px;
	padding: 3px 8px;
	background: #1b1f24;
	font-weight: 300;
	font-size: 10px;
}
.sidebar .nav > li > a .caret {
	float: right;
	margin-top: 9px;
}
.sidebar .has-sub.active > .sub-menu {
	display: block;
}
.sidebar .sub-menu {
	list-style-type: none;
	padding: 1px 0 3px 42px;
	margin: 0;
	background: #25292c;
	color: #fafafa;
	position: relative;
}
.sidebar .sub-menu:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181f;
}
.sidebar .sub-menu .sub-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: none;
}
.sidebar .sub-menu .sub-menu {
	padding: 0;
	background: none;
}
.sidebar .sub-menu > li > a {
	padding: 18px 10px;
	display: block;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.sidebar .sub-menu > li > span {
	position: absolute;
	left: 21px;
	font-size: 7px;
	background-color: #424242;
	border-radius: 50%;
	border: 1px solid #171e26;
	width: 20px;
	height: 20px;
	top: 17px;
}
.sidebar .sub-menu .sub-menu > li > span {
	content: "";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 0;
	font-size: 7px;
	color: #889097;
	top: 50%;
	margin-top: -4px;
}
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:focus,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li > span:focus,
.sidebar .sub-menu > li > span:hover {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
	color: #fc0;
}
.sidebar .sub-menu > li.active > a:before {
	color: #00acac;
}
.sidebar .nav .sub-menu > li > a .caret {
	float: right;
	margin-top: 7px;
}
.sidebar .sub-menu-white {
	background: #fff;
	color: #000;
}
.sidebar .sub-menu-white > li > a {
	color: #000;
}
.sidebar .sub-menu-white > li > span {
	background-color: #fff;
	border: 2px solid #171e26;
}
.sidebar .sub-menu-white1 {
	background: #fff;
	color: #000;
}
.sidebar .sub-menu-white1 > li > a {
	color: #000;
}
.sidebar .sub-menu-white1 > li > span {
	background-color: #fff;
	border: 2px solid #171e26;
}
.sidebar .sub-menu-yellow3 {
	background: #23295d;
	color: #fff;
}
.sidebar .sub-menu-yellow3 > li > a {
	color: #fff;
}
.sidebar .sub-menu-yellow3 > li > span {
	background-color: #fff;
	border: 2px solid #000;
}
.sidebar .sub-menu-blue2 {
	background: #101010;
	color: #fff;
}
.sidebar .sub-menu-blue2 > li > a {
	color: #fff;
}
.sidebar .sub-menu-blue2 > li > span {
	background-color: #fff;
	border: 2px solid #000;
}
.sidebar .sub-menu-orange1 {
	background: #1e2a3a;
	color: #fff;
}
.sidebar .sub-menu-orange1 > li > a {
	color: #fff;
}
.sidebar .sub-menu-orange1 > li > span {
	background-color: #434341;
	border: 2px solid #1b232e;
}
.sidebar .sports-category.sub-menu {
	list-style-type: none;
	padding: 1px 0 3px 24px;
	margin: 0;
	background: #1d2225;
	color: #fafafa;
	position: relative;
}
.sidebar .sports-category.sub-menu:before {
	content: "";
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181f;
}
.sidebar .sports-category.sub-menu.bg-grey33:before {
	content: "";
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: grey;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: none;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu {
	padding: 0;
	background: none;
}
.sidebar .sports-category.sub-menu > li > a {
	padding: 5px 10px;
	display: block;
	font-weight: 100;
	color: #889097;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #282f34;
	border-bottom: 1px solid #111;
}
.sidebar .sports-category.sub-menu > li > a:before {
	content: "\f10c";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 2px;
	font-size: 7px;
	color: #889097;
	top: 35%;
	margin-top: -4px;
	margin-left: -6px;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu > li > a:before {
	content: "";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 0;
	font-size: 7px;
	color: #889097;
	top: 50%;
	margin-top: -4px;
}
.sidebar .sports-category.sub-menu > li.active > a,
.sidebar .sports-category.sub-menu > li.active > a:focus,
.sidebar .sports-category.sub-menu > li.active > a:hover,
.sidebar .sports-category.sub-menu > li > a:focus,
.sidebar .sports-category.sub-menu > li > a:hover {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
	color: #fc0;
}
.sidebar .nav > li li.has-sub.active > a {
	color: #fc0;
}
.sidebar .sports-category.sub-menu > li.active > a:before {
	color: #00acac;
}
.sidebar .nav > li.nav-header {
	margin: 0;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6d7983;
}
.sidebar .nav > li.nav-header a {
	padding: 0;
	margin: 0;
	display: inline;
}
.sidebar .nav > li.nav-header a:focus,
.sidebar .nav > li.nav-header a:hover {
	background: none;
	color: #fff;
}
.sidebar .nav > li.nav-header a i {
	float: none;
	margin: 0;
}
.sidebar .nav > li.nav-profile {
	padding: 20px;
	color: #fff;
	background: #1a2229;
}
.sidebar .nav > li.nav-profile a {
	padding: 0;
}
.sidebar .nav > li.nav-profile .image {
	float: left;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 50%;
}
.sidebar .nav > li.nav-profile .image img {
	max-width: 100%;
	max-height: 100%;
}
.sidebar .nav > li.nav-profile .info {
	font-size: 14px;
}
.sidebar .nav > li.nav-profile .info small {
	display: block;
	color: #889097;
}
.sidebar .nav > li.nav-widget {
	padding: 10px 20px;
}
.sidebar .nav > li.nav-widget i {
	margin-right: auto;
}
.sidebar-minify-btn {
	margin: 10px 0;
	float: right;
	padding: 5px 20px 5px 10px !important;
	background: #1b1f24;
	color: #fff;
	border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn i {
	margin: 0 !important;
	color: #fff;
}
.el-scrollbar__wrap-main {
	width: calc(100% - 598px);
	height: calc(100% - 180px);
	/* overflow: auto; */
	margin-left: 299px !important;
	margin-top: 104px;
}

.el-scrollbar__wrap-main::-webkit-scrollbar {width: 0;}

.content {
	/* margin-top: 41px; */
	/* margin-left: 295px; */
	padding: 0 10px 0px 10px;
    width: 100%;	
}
.page-header {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0;
	border: none;
	line-height: 28px;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
}
.breadcrumb > li {
	line-height: 28px;
}
.ie8 .breadcrumb > li {
	display: inline;
}
.breadcrumb > li a {
	color: #333;
}
.footer {
	z-index: 1020;
	padding: 10px 0;
	margin: 0 280px;
	border-top: 2px solid #cad0d6;
	line-height: 20px;
}
.border-none {
	border: none !important;
	background: none;
}
.border-none2 {
	border: none;
	background: #fff;
}
.border-only-none {
	border: none !important;
}
.form-control {
	border: 1px solid #ccd0d4;
	box-shadow: none;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-control.input-white {
	background: #fff;
	border-color: #fff;
}
.form-control.input-white:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #e5e9ed;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #ccd0d4;
}
.form-control:focus {
	border-color: #9fa2a5;
	box-shadow: none;
}
.form-control.input-inline {
	display: inline;
	width: auto;
	padding: 0 7px;
}
.form-control.input-xs {
	height: 20px;
}
.form-horizontal.form-bordered .form-group {
	border-bottom: 1px solid #eee;
	margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
	border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label {
	padding: 22px 15px 15px;
}
.form-horizontal.form-bordered .form-group > div {
	padding: 15px;
	border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group > .control-label {
	border-right: 1px solid #eee;
	margin-right: -1px;
}
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
	top: 15px;
}
label {
	font-weight: 500;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus {
	box-shadow: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #00acac;
}
.has-success .form-control {
	border-color: #00acac;
}
.has-success .form-control:focus {
	border-color: #008a8a;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #f59c1a;
}
.has-warning .form-control {
	border-color: #f59c1a;
}
.has-warning .form-control:focus {
	border-color: #c47d15;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #ff5b57;
}
.has-error .form-control {
	border-color: #ff5b57;
}
.has-error .form-control:focus {
	border-color: #cc4946;
}
.form-control-feedback {
	line-height: 34px;
}
select.form-control,
select[multiple].form-control {
	border-color: #ccd0d4;
}
.input-group-addon {
	background: #e2e7eb;
	border: none;
}
legend {
	padding-bottom: 3px;
	border-bottom: 1px solid #e2e7eb;
}
.dropdown-menu {
	border: none;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background: #edf0f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background: #348fe2;
}
.dropdown-menu .divider {
	border-color: #eee;
}
.dropdown-footer {
	padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
	padding: 0 !important;
	display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:focus,
.dropdown-menu > li.dropdown-footer > a:hover {
	background: none !important;
	text-decoration: underline !important;
}
.tooltip-inner {
	padding: 4px 10px;
	border-radius: 3px;
}
.alert {
	border: none;
	padding: 10px;
}
.alert.alert-success {
	background: #7cdda7;
}
.alert.alert-info {
	background: #93cfe5;
}
.alert.alert-danger {
	background: #f8b2b2;
}
.alert.alert-warning {
	background: #ffead0;
}
.note {
	margin-bottom: 20px;
	padding: 15px;
	border-left: 3px solid;
}
.note.note-info {
	border-color: #587c89;
	background: #bee2ef;
	color: #31708f;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
	color: #31708f;
}
.note.note-warning {
	border-color: #9d9080;
	background: #fff2e3;
	color: #8a6d3b;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
	color: #8a6d3b;
}
.badge {
	line-height: 1.25;
}
.badge,
.label {
	font-size: 75%;
	font-weight: 600;
}
.badge.badge-square {
	border-radius: 0;
}
.badge.badge-default,
.label.label-default {
	background: #b6c2c9;
}
.badge.badge-black,
.label.label-black {
	background: #1b1b23;
}
.badge.badge-danger,
.label.label-danger {
	background: #ff5b57;
}
.badge.badge-warning,
.label.label-warning {
	background: #f59c1a;
}
.badge.badge-success,
.label.label-success {
	background: #00acac;
}
.badge.badge-info,
.label.label-info {
	background: #49b6d6;
}
.badge.badge-primary,
.label.label-primary {
	background: #348fe2;
}
.badge.badge-inverse,
.label.label-inverse {
	background: #2d353c;
}
.badge.badge-outline,
.label.label-outline {
	background: #2b2b2b;
	border: 1px solid #3c3c3c;
}
.pager li > a,
.pager li > span,
.pagination > li > a {
	border-color: #e2e7eb;
	color: #242a30;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
	border-color: #fff;
}
.pager > .disabled > a,
.pager > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-color: #ddd;
}
.pagination > li > a {
	color: #242a30;
	margin-left: 5px;
	border-radius: 3px !important;
}
.pagination > li:first-child > a {
	margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	font-size: 10px;
	margin-left: 4px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	font-size: 14px;
	margin-left: 6px;
}
.pager li > a:focus,
.pager li > a:hover,
.pager li > span:focus,
.pager li > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
	color: #242a30;
	background: #e2e7eb;
	border-color: #d8dde1;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #242a30 !important;
	border-color: #242a30 !important;
}
.progress {
	box-shadow: none;
	background: #e2e7eb;
}
.progress-xs {
	height: 5px;
}
.progress-xs .progress-bar {
	line-height: 5px;
}
.progress-sm {
	height: 10px;
}
.progress-sm .progress-bar {
	line-height: 10px;
}
.progress-lg {
	height: 30px;
}
.progress-lg .progress-bar {
	line-height: 30px;
}
.progress-bar {
	background: #348fe2;
	box-shadow: none;
}
.progress-bar.progress-bar-success {
	background-color: #00acac;
}
.progress-bar.progress-bar-info {
	background-color: #49b6d6;
}
.progress-bar.progress-bar-warning {
	background-color: #f59c1a;
}
.progress-bar.progress-bar-danger {
	background-color: #ff5b57;
}
.progress-bar.progress-bar-inverse {
	background-color: #2d353c;
}
.nav > li > a {
	color: #6e7179;
}
.nav > li > a:focus,
.nav > li > a:hover {
	color: #333;
	background: #fafafa;
}
.nav-tabs,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {
	border: none !important;
}


.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #242a30;
}
.nav-tabs {
	/* background: #0000005e; */
	border-radius: 10px 5px 0 10px;
	position: absolute;
	right: 0;
    top: 160px;
}
.nav-tabs.nav-tabs-inverse {
	background: #242a30;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 3px 3px 0 0;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:focus,
.nav-tabs.nav-tabs-inverse > li.active > a:hover {
	color: #242a30;
	background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:focus,
.nav-tabs.nav-tabs-inverse > li > a:hover {
	color: #fff;
	background: none;
}
.nav-tabs.nav-justified > li,
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 5px;
	line-height: 20px;
}
.nav-pills {
	margin-bottom: 10px;
}
.nav-pills > li + li {
	margin-left: 5px;
}
.nav-pills > li > a {
	border-radius: 3px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	background: #242a30;
}
.nav-stacked > li + li {
	margin-left: 0;
	margin-top: 5px;
}
.tab-content {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 3px;
}
.nav-tabs + .tab-content {
	border-radius: 0 0 3px 3px;
}
.panel-title a {
	display: block;
}
.panel-title > a:focus,
.panel-title > a:hover {
	text-decoration: none;
}
.btnstyle1 {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	background-color: #f5f5f5;
	background-image: linear-gradient(180deg, #fff, #e6e6e6);
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	border: 0;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btnstyle1.active,
.btnstyle1:active {
	background-color: #ccc;
}
.btnstyle1:first-child {
	margin-left: 0;
}
.btnstyle1:focus,
.btnstyle1:hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
}
.btnstyle1:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btnstyle1.active,
.btnstyle1:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btnstyle1.disabled,
.btnstyle1[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
.btnstyle1-lg {
	padding: 11px 19px;
	font-size: 17.5px;
	border-radius: 6px;
}
.btnstyle1-lg [class*=" icon-"],
.btnstyle1-lg [class^="icon-"] {
	margin-top: 4px;
}
.btnstyle1-sm {
	padding: 2px 10px;
	font-size: 11.9px;
	border-radius: 3px;
}
.btnstyle1-sm [class*=" icon-"],
.btnstyle1-sm [class^="icon-"] {
	margin-top: 0;
}
.btnstyle1-xs [class*=" icon-"],
.btnstyle1-xs [class^="icon-"] {
	margin-top: -1px;
}
.btnstyle1-xs {
	padding: 0 6px;
	font-size: 10.5px;
	border-radius: 3px;
}
.btnstyle1-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.btnstyle1-block + .btnstyle1-block {
	margin-top: 5px;
}
input[type="button"].btnstyle1-block,
input[type="reset"].btnstyle1-block,
input[type="submit"].btnstyle1-block {
	width: 100%;
}
.btnstyle1-danger.active,
.btnstyle1-info.active,
.btnstyle1-inverse3.active,
.btnstyle1-inverse.active,
.btnstyle1-primary.active,
.btnstyle1-success.active,
.btnstyle1-warning.active,
.btnstyle-orange.active {
	color: hsla(0, 0%, 100%, 0.75);
}
.btnstyle1-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: linear-gradient(180deg, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #04c;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-primary.active,
.btnstyle1-primary.disabled,
.btnstyle1-primary:active,
.btnstyle1-primary:focus,
.btnstyle1-primary:hover,
.btnstyle1-primary[disabled] {
	color: #fff;
	background-color: #04c;
	background-color: #003bb3;
}
.btnstyle1-primary.active,
.btnstyle1-primary:active {
	background-color: #039;
}
.btnstyle1-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(180deg, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450",endColorstr="#fff89406",GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-warning.active,
.btnstyle1-warning.disabled,
.btnstyle1-warning:active,
.btnstyle1-warning:focus,
.btnstyle1-warning:hover,
.btnstyle1-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	background-color: #df8505;
}
.btnstyle1-warning.active,
.btnstyle1-warning:active {
	background-color: #c67605;
}
.btnstyle1-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(180deg, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b",endColorstr="#ffbd362f",GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-danger.active,
.btnstyle1-danger.disabled,
.btnstyle1-danger:active,
.btnstyle1-danger:focus,
.btnstyle1-danger:hover,
.btnstyle1-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	background-color: #a9302a;
}
.btnstyle1-danger.active,
.btnstyle1-danger:active {
	background-color: #942a25;
}
.btnstyle1-danger2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b62d25;
	background-image: linear-gradient(180deg, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b",endColorstr="#ffbd362f",GradientType=0);
	border-color: #72211d #72211d #611c18;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-danger2.active,
.btnstyle1-danger2.disabled,
.btnstyle1-danger2:active,
.btnstyle1-danger2:focus,
.btnstyle1-danger2:hover,
.btnstyle1-danger2[disabled] {
	color: #fff;
	background-color: #bd362f;
	background-color: #a9302a;
}
.btnstyle1-danger2.active,
.btnstyle1-danger2:active {
	background-color: #942a25;
}
.btnstyle1-success {
	color: #fff;
	border-color: #51a351 #51a351 #387038;
	background-image: linear-gradient(180deg, #62c462, #51a351);
	background-repeat: repeat-x;
}
.btnstyle1-success.active,
.btnstyle1-success.disabled,
.btnstyle1-success:active,
.btnstyle1-success:focus,
.btnstyle1-success:hover,
.btnstyle1-success[disabled] {
	color: #fff;
	background-color: #51a351;
}
.btnstyle1-success.active,
.btnstyle1-success:active {
	background-color: #408140;
}
.gametype-button-orange {
	background-color: #E45826;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-orange.on,
.gametype-button-orange:hover {
	background-color: #fc6200;
}
.gametype-button-orange1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-orange1.on,
.gametype-button-orange1:hover {
	background-color: #f50;
}
.gametype-button-orange2 {
	background-color: #1b1c1f;
	float: left;
	padding: 12px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 24px;
	cursor: pointer;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.gametype-button-orange2.on,
.gametype-button-orange2:hover {
	background: rgba(245, 100, 6, 0.17);
	color: #f56406;
}
.gametype-button-purple {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-purple.on,
.gametype-button-purple:hover {
	background: #0037ce !important;
}
.gametype-button-purple1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-purple1.on,
.gametype-button-purple1:hover {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.gametype-button-green {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-green.on,
.gametype-button-green:hover {
	background-color: #79e90b;
	color: #000;
}
.gametype-button-blue {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue.on,
.gametype-button-blue:hover {
	background-color: #1f8fff;
}
.gametype-button-blue1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue1.on,
.gametype-button-blue1:hover {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000;
}
.gametype-button-blue2 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue2.on,
.gametype-button-blue2:hover {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff;
}
.gametype-button-blue3 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue3.on,
.gametype-button-blue3:hover {
	background: #ffc105 !important;
	color: #000;
}
.gametype-button-blue4 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue4.on,
.gametype-button-blue4:hover {
	background: #4269b2 !important;
	color: #000;
}
.gametype-button-blue5 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-blue5.on,
.gametype-button-blue5:hover {
	background: #4c6f87 !important;
}
.gametype-button-yellow {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-yellow.on,
.gametype-button-yellow:hover {
	background-color: #f1c80d;
	color: #000;
}
.gametype-button-yellow1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-yellow1.on,
.gametype-button-yellow1:hover {
	background-color: #d40511;
}
.gametype-button-yellow2 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-yellow2.on,
.gametype-button-yellow2:hover {
	background-color: #ffbe00;
	color: #000;
}
.gametype-button-yellow3 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-yellow3.on,
.gametype-button-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000;
}
.gametype-button-white {
	background-color: #cacaca;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #000;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #000;
}
.gametype-button-white.on,
.gametype-button-white:hover {
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
	color: #000;
}
.gametype-button-white1 {
	background-color: #cacaca;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #000;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #000;
}
.gametype-button-white1.on,
.gametype-button-white1:hover {
	background-color: #ed765e;
	border: 1px solid #ed765e;
	color: #000;
}
.gametype-button-red {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-red.on,
.gametype-button-red:hover {
	background-color: #ff2c2c;
}
.gametype-button-silver {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-silver.on,
.gametype-button-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.gametype-button-gold {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-gold.on,
.gametype-button-gold:hover {
	background-color: #ffa863;
	color: #000;
}
.gametype-button-gold1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-gold1.on,
.gametype-button-gold1:hover {
	background-color: #f7b800;
	color: #000;
}
.gametype-button-gold2 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-gold2.on,
.gametype-button-gold2:hover {
	background-color: #f39200;
	color: #000;
}
.gametype-button-grey {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-grey.on,
.gametype-button-grey:hover {
	background-color: #fc6200;
}
.gametype-button-grey1 {
	background-color: #2c343b;
	float: left;
	padding: 7px 27px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.gametype-button-grey1.on,
.gametype-button-grey1:hover {
	background-color: #fbbd5a;
	color: #000;
}
.btnstyle1-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: linear-gradient(180deg, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff2f96b4",GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-info.active,
.btnstyle1-info.disabled,
.btnstyle1-info:active,
.btnstyle1-info:focus,
.btnstyle1-info:hover,
.btnstyle1-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	background-color: #2a85a0;
}
.btnstyle1-info.active,
.btnstyle1-info:active {
	background-color: #24748c;
}
.btnstyle1-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(180deg, #3d4650, #111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3d4650",endColorstr="#ff111",GradientType=0);
	border-color: #111 #111 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #1b1b23;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnstyle1-inverse.active,
.btnstyle1-inverse.disabled,
.btnstyle1-inverse:active,
.btnstyle1-inverse:focus,
.btnstyle1-inverse:hover,
.btnstyle1-inverse[disabled] {
	color: #fff;
	background-color: #1b1b23;
	background-color: #151515;
}
.btnstyle1-inverse.active,
.btnstyle1-inverse:active {
	background-color: #080808;
}
.btnstyle1-inverse3 {
	color: #c8e1fd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0c1524;
	background-image: linear-gradient(180deg, #354562, #111e33);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1111",endColorstr="#ff1111",GradientType=0);
	border-color: #b2571d;
	background-color: #1b1b23;
}
.btnstyle1-inverse3.active,
.btnstyle1-inverse3.disabled,
.btnstyle1-inverse3:active,
.btnstyle1-inverse3:focus,
.btnstyle1-inverse3:hover,
.btnstyle1-inverse3[disabled] {
	color: #fff;
	background-color: #111e33;
	background-color: #354562;
}
.btnstyle2 {
	background-image: linear-gradient(180deg, #21a42f, #108118);
}
.btnstyle2,
.btnstyle3 {
	font-weight: 700 !important;
}
.btnstyle3 {
	background-image: linear-gradient(180deg, #b72323, #761717);
}
.btn {
	font-weight: 300;
	border-radius: 3px;
}
.btn-main {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 300;
	border-radius: 3px;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.btn-icon,
.btn.btn-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
.btn-circle,
.btn.btn-circle {
	border-radius: 50%;
}
.btn-icon.btn-xs {
	width: 16px;
	height: 16px;
	font-size: 8px;
	line-height: 16px;
}
.btn-icon.btn-sm {
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
}
.btn-icon.btn-lg {
	width: 34px;
	height: 34px;
	font-size: 17px;
	line-height: 34px;
}
.btn-scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 1020;
}
.btn > .pull-left,
.btn > .pull-right {
	line-height: 1.428571429;
}
.btn-block {
	padding-left: 12px;
	padding-right: 12px;
}
.btn.active,
.btn:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.btn.btn-default {
	color: #fff;
	background: #b6c2c9;
	border-color: #b6c2c9;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
	background: #929ba1;
	border-color: #929ba1;
}
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
	border-left-color: #929ba1;
}
.btn.btn-white {
	font-weight: 900;
	color: #333;
	background: #fff;
	border-color: #e2e7eb;
}
.btn.btn-white.btn-white-without-border {
	border-color: #fff;
}
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:focus,
.btn.btn-white.btn-white-without-border.active:hover {
	border-color: #ddd;
}
.btn.btn-white.btn-white-without-border:focus,
.btn.btn-white.btn-white-without-border:hover {
	border-color: #eee;
}
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open .dropdown-toggle.btn-white {
	background: #e2e7eb;
	border-color: #d8dde1;
}
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
	border-left-color: #eee;
}

.btn.btn-sports,
.btn.btn-sports-vs {
	color: #fff;
	background: #2d353c;
	border-color: #424242 #181818 #232324 #2c3339;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-size: 9pt;
	font-family: jost, Jost, "Malgun Gothic", dotum;
	background: linear-gradient(180deg, #2d353c, #222);
}
.bar-mini {
	background: linear-gradient(45deg, #111, #1d2227);
}
.btn-sports.active,
.btn-sports:active,
.btn-sports:focus,
.btn-sports:hover,
.mob-odd-btn.active,
.open .dropdown-toggle.btn-sports {
	color: #fc0;
	background: #ff6201;
	border-color: #424242 #181818 #232324 #2c3339;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
}
.btn-group .btn.btn-sports:not(.active) + .btn.btn-sports,
.input-group-btn .btn.btn-sports:not(.active) + .btn.btn-sports {
	color: #fc0;
	border: 1px solid #4b555f;
	border-radius: 0;
}
.btn-sports-agero-grey.active,
.btn-sports-agero-grey:active,
.btn-sports-agero-grey:focus,
.btn-sports-agero-grey:hover,
.open .dropdown-toggle.btn-sports-agero-grey {
	color: #fc0;
	background: #1b1b23;
	border: 1px solid #04122a;
	border-radius: 3px;
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
	background: linear-gradient(180deg, #088bdc, #055f94);
}
.btn-sports-agero-grey {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
}
.btn-sports-agero-grey,
.btn-sports-agero-on {
	color: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
}
.btn-sports-agero-on {
	background: #055f94;
	background: linear-gradient(180deg, #055f94, #088bdc);
}
.btn.btn-inverse {
	color: #fff;
	background: #2d353c;
	border-color: #2d353c;
}
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open .dropdown-toggle.btn-inverse {
	background: #242a30;
	border-color: #242a30;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
	border-left-color: #242a30;
}
.btn.btn-primary {
	color: #fff;
	background: #348fe2;
	border-color: #348fe2;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	background: #2a72b5;
	border-color: #2a72b5;
}
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
	border-left-color: #2a72b5;
}
.btn.btn-primary-blue {
	color: #fff;
	background-image: linear-gradient(180deg, #2336a7 0, #1c2f97 20%, #0f1e71 50%, #041053 80%, #03063b);
	border-top: 1px solid #3a5bca;
	border-bottom: none;
}
.btn.btn-success {
	color: #fff;
	background: #00acac;
	border-color: #00acac;
}
.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open .dropdown-toggle.btn-success {
	background: #008a8a;
	border-color: #008a8a;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
	border-left-color: #008a8a;
}
.btn.btn-success2 {
	color: #fff;
	background: #5cb85c;
	border-color: #5cb85c;
}
.btn.btn-success2.active,
.btn.btn-success2:active,
.btn.btn-success2:focus,
.btn.btn-success2:hover,
.open .dropdown-toggle.btn-success2 {
	background: #4cae4c;
	border-color: #4cae4c;
}
.btn-group .btn.btn-success2:not(.active) + .btn.btn-success2,
.input-group-btn .btn.btn-success2:not(.active) + .btn.btn-success2 {
	border-left-color: #4cae4c;
}
.btn.btn-inverse2 {
	color: #fff;
	font-weight: 700;
	border: 1px solid #111;
	background: linear-gradient(180deg, #3d4650, #000);
	font-size: 12pt;
}
.btn.btn-inverse2.active,
.btn.btn-inverse2:active,
.btn.btn-inverse2:focus,
.btn.btn-inverse2:hover,
.open .dropdown-toggle.btn-inverse2 {
	color: #000;
	font-weight: 700;
	border: 1px solid #111;
	background: linear-gradient(180deg, #93d872, #3a873a);
	font-size: 12pt;
}
.btn-group .btn.btn-inverse2:not(.active) + .btn.btn-inverse2,
.input-group-btn .btn.btn-inverse2:not(.active) + .btn.btn-inverse2 {
	border-left-color: #4cae4c;
}
.btn.btn-warning {
	color: #fff;
	background: #f59c1a;
	border-color: #f59c1a;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
	background: #c47d15;
	border-color: #c47d15;
}
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
	border-left-color: #c47d15;
}
.btn.btn-danger {
	color: #fff;
	background: #ff5b57;
	border-color: #ff5b57;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
	background: #cc4946;
	border-color: #cc4946;
}
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
	border-left-color: #cc4946;
}
.btn.btn-info {
	color: #fff;
	background: #49b6d6;
	border-color: #49b6d6;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
	background: #3a92ab;
	border-color: #3a92ab;
}
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
	border-left-color: #3a92ab;
}
.panel {
	border: none;
	box-shadow: none;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
}
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer,
.panel.panel-no-rounded-corner .panel-heading {
	border-radius: 0 !important;
}
.panel-heading {
	padding: 10px 15px;
	border: none;
}
.panel-heading + .slimScrollDiv,
.panel-heading + .table {
	border-top: 1px solid #eee;
}
.panel-heading-btn {
	float: right;
}
.panel-heading-btn > a {
	margin-left: 8px;
}
.panel-heading .btn-group .btn {
	margin-top: -7px;
}
.panel-heading .btn-group .btn.btn-sm {
	margin-top: -5px;
}
.panel-heading .btn-group .btn.btn-xs {
	margin-top: -1px;
}
.panel-heading .label.pull-left,
.panel-heading .label.pull-right {
	line-height: 15px;
}
.panel-heading .progress.pull-left,
.panel-heading .progress.pull-right {
	width: 40%;
	min-width: 120px;
}
.panel-heading + .alert {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-with-tabs.panel-default .panel-heading {
	background: #c1ccd1;
	color: #333;
}
.panel-heading .nav-tabs {
	margin-top: -10px;
	margin-right: -15px;
}
.panel-heading .nav-tabs > li > a {
	padding: 10px 15px;
	line-height: 20px;
}
.panel-title {
	line-height: 20px;
	font-size: 16px;
}
.panel-title .accordion-toggle {
	margin: -10px -15px;
	padding: 10px 15px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
	content: "\f056";
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
	content: "\f055";
}
.panel-title .pull-right {
	line-height: 20px;
}
.panel-toolbar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	background: #fff;
}
.panel-toolbar + .form-control {
	margin: -1px 0 0;
	border-right: none;
	border-left: none;
}
.panel-group .panel {
	border-radius: 3px;
}
.form-control + .panel-footer {
	border-top: none;
}
.panel-body {
	padding: 0 0 2px;
}
.panel-body.no-border {
	border: none !important;
}
.panel-body.with-table > .table {
	border: 0;
	margin: 0;
}
.panel-body.with-table > .table tr:last-child td,
.panel-body.with-table > .table tr:last-child th {
	border-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body,
.panel-footer {
	border-top: 1px solid #eee;
}
.panel-footer {
	background: #fff;
}
.panel .tab-content {
	border-radius: 0 0 3px 3px;
}
.panel-default > .panel-heading {
	background: #fafafa;
}
.panel-danger > .panel-heading,
.panel-info > .panel-heading,
.panel-inverse > .panel-heading,
.panel-primary > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading {
	color: #fff;
}
.panel-inverse > .panel-heading {
	background: #161c22;
}
.panel-inverse > .panel-heading-white {
	background: #ebebeb;
}
.panel-success > .panel-heading {
	background: #008a8a;
}
.panel-warning > .panel-heading {
	background: #c47d15;
}
.panel-danger > .panel-heading {
	background: #cc4946;
}
.panel-primary > .panel-heading {
	background: #2a72b5;
}
.panel-info > .panel-heading {
	background: #3a92ab;
}
.panel.panel-expand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	z-index: 1080;
}
.panel-expand .height-full,
.panel-expand .height-lg,
.panel-expand .height-md,
.panel-expand .height-sm,
.panel-expand .height-xs {
	height: 100% !important;
}
@keyframes panelExpand {
	0% {
		top: 50%;
		left: 50%;
		right: 50%;
		bottom: 50%;
	}
	to {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@-webkit-keyframes panelExpand {
	0% {
		top: 50%;
		left: 50%;
		right: 50%;
		bottom: 50%;
	}
	to {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.panel.panel-expand > .panel-heading .fa.fa-expand:before {
	content: "\f066";
}
.panel.panel-expand,
.panel.panel-expand > .panel-body,
.panel.panel-expand > .panel-heading {
	border-radius: 0;
}
.panel.panel-expand > .panel-body {
	top: 40px;
	overflow-y: scroll;
	z-index: 1020;
}
.panel.panel-expand > .panel-body,
.panel.panel-expand > .panel-footer {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.panel.panel-loading .panel-body {
	position: relative;
	z-index: 0;
}
.panel.panel-loading.panel-expand .panel-body {
	position: absolute;
}
.panel.panel-loading .panel-body .panel-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	animation: fadeIn 0.2s;
	-webkit-animation: fadeIn 0.2s;
	z-index: 1020;
	border-radius: 0 0 4px 4px;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.modal-content {
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background: #fff !important;
}
.modal-content-orange2 {
	border: none;
	background: #1e2024;
	box-shadow: 0 4px 64px rgba(0, 0, 0, 0.39);
	border-radius: 6px;
	padding: 16px;
	color: #fff;
}
.modal-content-blue {
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	background-color: #111832;
}
.modal-content-gold {
	border: 3px solid #8e7450;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.modal-header {
	padding: 12px 15px;
	border-bottom-color: #e2e7eb;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header-blue {
	padding: 12px 15px;
	border-bottom: 1px solid #293047;
}
.modal-header-blue .close {
	margin-top: 2px;
}
.modal-body {
	padding: 15px;
}
.modal-footer {
	border-top-color: #e2e7eb;
	padding: 14px 15px 15px;
}
.modal-footer-blue {
	border-top: 1px solid #293047;
	padding: 14px 15px 15px;
}
.modal-message .modal-dialog {
	width: 100%;
}
.modal-message .modal-content {
	border-radius: 0;
}
.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header {
	width: 60%;
	border: none;
	margin: 0 auto;
}
.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media .media-object {
	width: 128px;
}
.media.media-lg .media-object {
	width: 256px;
}
.media.media-sm .media-object {
	width: 64px;
}
.media.media-xs .media-object {
	width: 32px;
}
.media > .media-left,
.media > .pull-left {
	padding-right: 15px;
}
.media > .media-right,
.media > .pull-right {
	padding-left: 15px;
}
.media a:not(.btn).media-heading:focus,
.media a:not(.btn).media-heading:hover,
.media a:not(.btn):focus,
.media a:not(.btn):focus .media-heading,
.media a:not(.btn):hover,
.media a:not(.btn):hover .media-heading {
	color: #242a30;
	text-decoration: none;
}
.media-list.media-list-with-divider > li + li {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.table-dark {
	border-radius: 0;
	background: #111;
	width: 100%;
	border: 1px solid #ccc;
}
.table {
	border-color: #000;
	border-radius: 3px;
	background: #fff;
}
.table > thead > tr > th {
	color: #242a30;
	font-weight: 600;
	border-bottom: 2px solid #000 !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #000;
	padding: 10px 15px;
	background: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 7px 15px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background: #e8ecf1 !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background: #f0f3f5;
}
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > td,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
	border-color: #999 !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}
.table.table-inverse,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > th {
	color: #fff;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background: #dbf0f7;
	border-color: #b6e2ef;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background: #cee;
	border-color: #99dede;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background: #ffdedd;
	border-color: #ffbdbc;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background: #fdebd1;
	border-color: #fbd7a3;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background: #f0f3f5;
	border-color: #e2e7e9;
}
.well {
	padding: 15px;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.well-sm {
	padding: 10px;
}
.well-lg {
	padding: 30px;
}
.jumbotron {
	background: #f0f3f4;
}
.jumbotron .h1,
.jumbotron h1 {
	font-size: 56px;
}
.jumbotron p {
	font-size: 18px;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	background: #348fe2;
}
.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
	color: #242a30;
}
.nav.nav-pills.nav-sm > li {
	margin: 0 0 3px;
}
.nav.nav-pills.nav-sm > li a {
	padding: 8px 10px;
	line-height: 1.5;
}
.carousel .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	margin-left: -15px;
}
.carousel .carousel-control.left .fa {
	margin-left: 15px;
}
.row {
	margin: 0 -10px;
}
.row > [class*="col-"] {
	padding: 0 10px;
}
.row.row-space-0 {
	margin: 0;
}
.row.row-space-2 {
	margin: 0 -1px;
}
.row.row-space-4 {
	margin: 0 -2px;
}
.row.row-space-6 {
	margin: 0 -3px;
}
.row.row-space-8 {
	margin: 0 -4px;
}
.row.row-space-10 {
	margin: 0 -5px;
}
.row.row-space-12 {
	margin: 0 -6px;
}
.row.row-space-14 {
	margin: 0 -7px;
}
.row.row-space-16 {
	margin: 0 -8px;
}
.row.row-space-18 {
	margin: 0 -9px;
	margin: 0 -10px;
}
.row.row-space-22 {
	margin: 0 -11px;
}
.row.row-space-24 {
	margin: 0 -12px;
}
.row.row-space-26 {
	margin: 0 -13px;
}
.row.row-space-28 {
	margin: 0 -14px;
}
.row.row-space-30 {
	margin: 0 -15px;
}
.row.row-space-0 > [class*="col-"] {
	padding: 0;
}
.row.row-space-2 > [class*="col-"] {
	padding: 0 1px;
}
.row.row-space-4 > [class*="col-"] {
	padding: 0 2px;
}
.row.row-space-6 > [class*="col-"] {
	padding: 0 3px;
}
.row.row-space-8 > [class*="col-"] {
	padding: 0 4px;
}
.row.row-space-10 > [class*="col-"] {
	padding: 0 5px;
}
.row.row-space-12 > [class*="col-"] {
	padding: 0 6px;
}
.row.row-space-14 > [class*="col-"] {
	padding: 0 7px;
}
.row.row-space-16 > [class*="col-"] {
	padding: 0 8px;
}
.row.row-space-18 > [class*="col-"] {
	padding: 0 9px;
}
.row.row-space-20 > [class*="col-"] {
	padding: 0 10px;
}
.row.row-space-22 > [class*="col-"] {
	padding: 0 11px;
}
.row.row-space-24 > [class*="col-"] {
	padding: 0 12px;
}
.row.row-space-26 > [class*="col-"] {
	padding: 0 13px;
}
.row.row-space-28 > [class*="col-"] {
	padding: 0 14px;
}
.row.row-space-30 > [class*="col-"] {
	padding: 0 15px;
}
.semi-bold {
	font-weight: 600;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-visible {
	overflow-x: visible !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.overflow-y-hidden {
	overflow-y: hidden !important;
}
.overflow-y-visible {
	overflow-y: visible !important;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}
.m-auto {
	margin: 0 auto !important;
}
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1px !important;
}
.m-2 {
	margin: 2px !important;
}
.m-3 {
	margin: 3px !important;
}
.m-4 {
	margin: 4px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-6 {
	margin: 6px !important;
}
.m-7 {
	margin: 7px !important;
}
.m-8 {
	margin: 8px !important;
}
.m-9 {
	margin: 9px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-11 {
	margin: 11px !important;
}
.m-12 {
	margin: 12px !important;
}
.m-13 {
	margin: 13px !important;
}
.m-14 {
	margin: 14px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-21 {
	margin: 21px !important;
}
.m-22 {
	margin: 22px !important;
}
.m-23 {
	margin: 23px !important;
}
.m-24 {
	margin: 24px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-35 {
	margin: 35px !important;
}
.m-40 {
	margin: 40px !important;
}
.m-t-m-1 {
	margin-top: -1px !important;
}
.m-t-m-2 {
	margin-top: -2px !important;
}
.m-t-m-3 {
	margin-top: -3px !important;
}
.m-t-m-4 {
	margin-top: -4px !important;
}
.m-t-m-5 {
	margin-top: -5px !important;
}
.m-t-m-6 {
	margin-top: -6px !important;
}
.m-t-m-7 {
	margin-top: -7px !important;
}
.m-t-m-8 {
	margin-top: -8px !important;
}
.m-t-m-9 {
	margin-top: -9px !important;
}
.m-t-m-10 {
	margin-top: -10px !important;
}
.m-t-m-15 {
	margin-top: -15px !important;
}
.m-t-m-20 {
	margin-top: -20px !important;
}
.m-t-m-25 {
	margin-top: -25px !important;
}
.m-t-0 {
	margin-top: 0 !important;
}
.m-t-1 {
	margin-top: 1px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-6 {
	margin-top: 6px !important;
}
.m-t-7 {
	margin-top: 7px !important;
}
.m-t-8 {
	margin-top: 8px !important;
}
.m-t-9 {
	margin-top: 9px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-11 {
	margin-top: 11px !important;
}
.m-t-12 {
	margin-top: 12px !important;
}
.m-t-13 {
	margin-top: 13px !important;
}
.m-t-14 {
	margin-top: 14px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-16 {
	margin-top: 16px !important;
}
.m-t-17 {
	margin-top: 17px !important;
}
.m-t-18 {
	margin-top: 18px !important;
}
.m-t-19 {
	margin-top: 19px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-21 {
	margin-top: 21px !important;
}
.m-t-22 {
	margin-top: 22px !important;
}
.m-t-23 {
	margin-top: 23px !important;
}
.m-t-24 {
	margin-top: 24px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-26 {
	margin-top: 26px !important;
}
.m-t-27 {
	margin-top: 27px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-31 {
	margin-top: 31px !important;
}
.m-t-32 {
	margin-top: 32px !important;
}
.m-t-33 {
	margin-top: 33px !important;
}
.m-t-34 {
	margin-top: 34px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-36 {
	margin-top: 36px !important;
}
.m-t-37 {
	margin-top: 37px !important;
}
.m-t-38 {
	margin-top: 38px !important;
}
.m-t-39 {
	margin-top: 39px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-41 {
	margin-top: 41px !important;
}
.m-t-42 {
	margin-top: 42px !important;
}
.m-t-43 {
	margin-top: 43px !important;
}
.m-t-44 {
	margin-top: 44px !important;
}
.m-t-45 {
	margin-top: 45px !important;
}
.m-t-46 {
	margin-top: 46px !important;
}
.m-t-47 {
	margin-top: 47px !important;
}
.m-t-48 {
	margin-top: 48px !important;
}
.m-t-49 {
	margin-top: 49px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-56 {
	margin-top: 56px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-63 {
	margin-top: 63px !important;
}
.m-t-64 {
	margin-top: 64px !important;
}
.m-t-65 {
	margin-top: 65px !important;
}
.m-t-70 {
	margin-top: 70px !important;
}
.m-t-80 {
	margin-top: 80px !important;
}
.m-t-90 {
	margin-top: 90px !important;
}
.m-t-100 {
	margin-top: 100px !important;
}
.m-t-114 {
	margin-top: 114px !important;
}
.m-t-125 {
	margin-top: 125px !important;
}
.m-t-150 {
	margin-top: 150px !important;
}
.m-t-160 {
	margin-top: 160px !important;
}
.m-t-170 {
	margin-top: 170px !important;
}
.m-t-180 {
	margin-top: 180px !important;
}
.m-t-190 {
	margin-top: 190px !important;
}
.m-t-200 {
	margin-top: 200px !important;
}
.m-t-250 {
	margin-top: 250px !important;
}
.m-r-0 {
	margin-right: 0 !important;
}
.m-r-1 {
	margin-right: 1px !important;
}
.m-r-2 {
	margin-right: 2px !important;
}
.m-r-3 {
	margin-right: 3px !important;
}
.m-r-4 {
	margin-right: 4px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-6 {
	margin-right: 6px !important;
}
.m-r-7 {
	margin-right: 7px !important;
}
.m-r-8 {
	margin-right: 8px !important;
}
.m-r-9 {
	margin-right: 9px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-12 {
	margin-right: 12px !important;
}
.m-r-13 {
	margin-right: 13px !important;
}
.m-r-14 {
	margin-right: 14px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-r-16 {
	margin-right: 16px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-22 {
	margin-right: 22px !important;
}
.m-r-24 {
	margin-right: 24px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-35 {
	margin-right: 35px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-280 {
	margin-right: 280px !important;
}
.m-r-290 {
	margin-right: 290px !important;
}
.m-b-0 {
	margin-bottom: 0 !important;
}
.m-b-1 {
	margin-bottom: 1px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-6 {
	margin-bottom: 6px !important;
}
.m-b-7 {
	margin-bottom: 7px !important;
}
.m-b-8 {
	margin-bottom: 8px !important;
}
.m-b-9 {
	margin-bottom: 9px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-11 {
	margin-bottom: 11px !important;
}
.m-b-12 {
	margin-bottom: 12px !important;
}
.m-b-13 {
	margin-bottom: 13px !important;
}
.m-b-14 {
	margin-bottom: 14px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-16 {
	margin-bottom: 16px !important;
}
.m-b-18 {
	margin-bottom: 18px !important;
}
.m-b-19 {
	margin-bottom: 19px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-24 {
	margin-bottom: 24px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-26 {
	margin-bottom: 26px !important;
}
.m-b-29 {
	margin-bottom: 29px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-48 {
	margin-bottom: 48px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-90 {
	margin-bottom: 90px !important;
}
.m-b-100 {
	margin-bottom: 100px !important;
}
.m-b-110 {
	margin-bottom: 110px !important;
}
.m-b-120 {
	margin-bottom: 120px !important;
}
.m-b-130 {
	margin-bottom: 130px !important;
}
.m-b-150 {
	margin-bottom: 150px !important;
}
.m-b-200 {
	margin-bottom: 200px !important;
}
.m-l-0 {
	margin-left: 0 !important;
}
.m-l-1 {
	margin-left: 1px !important;
}
.m-l-2 {
	margin-left: 2px !important;
}
.m-l-3 {
	margin-left: 3px !important;
}
.m-l-4 {
	margin-left: 4px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-6 {
	margin-left: 6px !important;
}
.m-l-7 {
	margin-left: 7px !important;
}
.m-l-8 {
	margin-left: 8px !important;
}
.m-l-9 {
	margin-left: 9px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-12 {
	margin-left: 12px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-l-16 {
	margin-left: 16px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-22 {
	margin-left: 22px !important;
}
.m-l-24 {
	margin-left: 24px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-28 {
	margin-left: 28px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-l-35 {
	margin-left: 35px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}
.m-l-50 {
	margin-left: 50px !important;
}
.m-l-60 {
	margin-left: 60px !important;
}
.m-l-80 {
	margin-left: 80px !important;
}
.m-l-90 {
	margin-left: 90px !important;
}
.m-l-100 {
	margin-left: 100px !important;
}
.m-l-70 {
	margin-left: 70px !important;
}
.m-l-280 {
	margin-left: 280px !important;
}
.m-l-95 {
	margin-left: 95px !important;
}
.m-l-447 {
	margin-left: 447px !important;
}
.mgmlr {
	margin-left: 77px !important;
	margin-right: 70px !important;
}
.m-l-m-1 {
	margin-left: -1px !important;
}
.m-l-m-2 {
	margin-left: -2px !important;
}
.m-l-m-3 {
	margin-left: -3px !important;
}
.m-l-m-4 {
	margin-left: -4px !important;
}
.m-l-m-5 {
	margin-left: -5px !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 1px !important;
}
.p-2 {
	padding: 2px !important;
}
.p-3 {
	padding: 3px !important;
}
.p-4 {
	padding: 4px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-6 {
	padding: 6px !important;
}
.p-7 {
	padding: 7px !important;
}
.p-8 {
	padding: 8px !important;
}
.p-9 {
	padding: 9px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-12 {
	padding: 12px !important;
}
.p-14 {
	padding: 14px !important;
}
.p-15,
.wrapper {
	padding: 15px !important;
}
.p-16 {
	padding: 16px !important;
}
.p-17 {
	padding: 17px !important;
}
.p-18 {
	padding: 18px !important;
}
.p-19 {
	padding: 19px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-24 {
	padding: 24px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-40 {
	padding: 40px !important;
}
.p-t-0 {
	padding-top: 0 !important;
}
.p-t-1 {
	padding-top: 1px !important;
}
.p-t-2 {
	padding-top: 2px !important;
}
.p-t-3 {
	padding-top: 3px !important;
}
.p-t-4 {
	padding-top: 4px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-6 {
	padding-top: 6px !important;
}
.p-t-7 {
	padding-top: 7px !important;
}
.p-t-8 {
	padding-top: 8px !important;
}
.p-t-9 {
	padding-top: 9px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-11 {
	padding-top: 11px !important;
}
.p-t-12 {
	padding-top: 12px !important;
}
.p-t-13 {
	padding-top: 13px !important;
}
.p-t-14 {
	padding-top: 14px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-16 {
	padding-top: 16px !important;
}
.p-t-17 {
	padding-top: 17px !important;
}
.p-t-18 {
	padding-top: 18px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-22 {
	padding-top: 22px !important;
}
.p-t-23 {
	padding-top: 23px !important;
}
.p-t-24 {
	padding-top: 24px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-26 {
	padding-top: 26px !important;
}
.p-t-29 {
	padding-top: 29px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.p-t-38 {
	padding-top: 38px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-45 {
	padding-top: 45px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.p-t-60 {
	padding-top: 60px !important;
}
.p-t-70 {
	padding-top: 70px !important;
}
.p-t-102 {
	padding-top: 102px !important;
}
.p-r-0 {
	padding-right: 0 !important;
}
.p-r-1 {
	padding-right: 1px !important;
}
.p-r-2 {
	padding-right: 2px !important;
}
.p-r-3 {
	padding-right: 3px !important;
}
.p-r-4 {
	padding-right: 4px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-6 {
	padding-right: 6px !important;
}
.p-r-7 {
	padding-right: 7px !important;
}
.p-r-8 {
	padding-right: 8px !important;
}
.p-r-9 {
	padding-right: 9px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-12 {
	padding-right: 12px !important;
}
.p-r-14 {
	padding-right: 14px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-16 {
	padding-right: 16px !important;
}
.p-r-17 {
	padding-right: 17px !important;
}
.p-r-18 {
	padding-right: 18px !important;
}
.p-r-19 {
	padding-right: 19px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-24 {
	padding-right: 24px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-r-35 {
	padding-right: 35px !important;
}
.p-r-38 {
	padding-right: 38px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.p-r-48 {
	padding-right: 48px !important;
}
.p-r-50 {
	padding-right: 50px !important;
}
.p-r-100 {
	padding-right: 100px !important;
}
.p-r-170 {
	padding-right: 170px !important;
}
.p-b-0 {
	padding-bottom: 0 !important;
}
.p-b-1 {
	padding-bottom: 1px !important;
}
.p-b-2 {
	padding-bottom: 2px !important;
}
.p-b-3 {
	padding-bottom: 3px !important;
}
.p-b-4 {
	padding-bottom: 4px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-6 {
	padding-bottom: 6px !important;
}
.p-b-7 {
	padding-bottom: 7px !important;
}
.p-b-8 {
	padding-bottom: 8px !important;
}
.p-b-9 {
	padding-bottom: 9px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-11 {
	padding-bottom: 11px !important;
}
.p-b-12 {
	padding-bottom: 12px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-16 {
	padding-bottom: 16px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-24 {
	padding-bottom: 24px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-48 {
	padding-bottom: 48px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}
.p-b-60 {
	padding-bottom: 60px !important;
}
.p-b-70 {
	padding-bottom: 70px !important;
}
.p-l-0 {
	padding-left: 0 !important;
}
.p-l-1 {
	padding-left: 1px !important;
}
.p-l-2 {
	padding-left: 2px !important;
}
.p-l-3 {
	padding-left: 3px !important;
}
.p-l-4 {
	padding-left: 4px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-6 {
	padding-left: 6px !important;
}
.p-l-7 {
	padding-left: 7px !important;
}
.p-l-8 {
	padding-left: 8px !important;
}
.p-l-9 {
	padding-left: 9px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-11 {
	padding-left: 11px !important;
}
.p-l-12 {
	padding-left: 12px !important;
}
.p-l-13 {
	padding-left: 13px !important;
}
.p-l-14 {
	padding-left: 14px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.p-l-16 {
	padding-left: 16px !important;
}
.p-l-17 {
	padding-left: 17px !important;
}
.p-l-18 {
	padding-left: 18px !important;
}
.p-l-19 {
	padding-left: 19px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-22 {
	padding-left: 22px !important;
}
.p-l-24 {
	padding-left: 24px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-l-32 {
	padding-left: 32px !important;
}
.p-l-35 {
	padding-left: 35px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}
.p-l-48 {
	padding-left: 48px !important;
}
.p-l-50 {
	padding-left: 50px !important;
}
.p-l-100 {
	padding-left: 100px !important;
}
.f-s-7 {
	font-size: 7px !important;
}
.f-s-8 {
	font-size: 8px !important;
}
.f-s-9 {
	font-size: 9px !important;
}
.f-s-10 {
	font-size: 10px !important;
}
.f-s-11 {
	font-size: 11px !important;
}
.f-s-12 {
	font-size: 12px !important;
}
.f-s-13 {
	font-size: 13px !important;
}
.f-s-14 {
	font-size: 14px !important;
}
.f-s-15 {
	font-size: 15px !important;
}
.f-s-16 {
	font-size: 16px !important;
}
.f-s-17 {
	font-size: 17px !important;
}
.f-s-18 {
	font-size: 18px !important;
}
.f-s-19 {
	font-size: 19px !important;
}
.f-s-20 {
	font-size: 20px !important;
}
.f-s-21 {
	font-size: 21px !important;
}
.f-s-22 {
	font-size: 22px !important;
}
.f-s-23 {
	font-size: 23px !important;
}
.f-s-24 {
	font-size: 24px !important;
}
.f-s-25 {
	font-size: 25px !important;
}
.f-s-26 {
	font-size: 26px !important;
}
.f-s-27 {
	font-size: 27px !important;
}
.f-s-28 {
	font-size: 28px !important;
}
.f-s-29 {
	font-size: 29px !important;
}
.f-s-30 {
	font-size: 30px !important;
}
.f-s-35 {
	font-size: 35px !important;
}
.f-s-40 {
	font-size: 40px !important;
}
.f-s-50 {
	font-size: 50px !important;
}
.f-s-60 {
	font-size: 60px !important;
}
.f-s-70 {
	font-size: 70px !important;
}
.f-s-80 {
	font-size: 80px !important;
}
.f-s-90 {
	font-size: 90px !important;
}
.f-s-100 {
	font-size: 100px !important;
}
.text-center {
	text-align: center !important;
	justify-content: center;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
	justify-content: right;	
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.pull-none {
	float: none !important;
}
.pull_center {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
.f-w {
	font-weight: 700 !important;
}
.f-w-100 {
	font-weight: 100 !important;
}
.f-w-200 {
	font-weight: 200 !important;
}
.f-w-300 {
	font-weight: 300 !important;
}
.f-w-400 {
	font-weight: 400 !important;
}
.f-w-500 {
	font-weight: 500 !important;
}
.f-w-600 {
	font-weight: 600 !important;
}
.f-w-700 {
	font-weight: 700 !important;
}
.f-w-800 {
	font-weight: 800 !important;
}
.f-w-900 {
	font-weight: 900 !important;
}
.f-italic {
	font-style: italic;
}
.table-td-valign-middle td,
.table-th-valign-middle th,
.table-valign-middle td,
.table-valign-middle th {
	vertical-align: middle !important;
}
.table-td-valign-top td,
.table-th-valign-top th,
.table-valign-top td,
.table-valign-top th {
	vertical-align: top !important;
}
.table-td-valign-bottom td,
.table-th-valign-bottom th,
.table-valign-bottom td,
.table-valign-bottom th {
	vertical-align: bottom !important;
}
.vertical-box {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	height: 100%;
	width: 100%;
}
.vertical-box-column {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.vertical-box-row {
	display: table-row;
	height: 100%;
}
.vertical-box-row > .vertical-box-cell {
	position: relative;
	height: 100%;
	width: 100%;
	float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.panel-expand .vertical-box .vertical-box-column {
	display: table-cell;
}
.page-content-full-height .content {
	position: absolute;
	left: 0;
	top: 54px;
	right: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
}
.panel-expand .page-content-full-height .content {
	-webkit-transform: none;
}
.no-rounded-corner {
	border-radius: 0 !important;
}
.rounded-corner {
	border-radius: 50% !important;
}
.no-border {
	border: 0 !important;
}
.border-top-1 {
	border-top: 1px solid #eee !important;
}
.border-right-1 {
	border-right: 1px solid #eee !important;
}
.border-right-1-2 {
	border-right: 1px solid #333e46;
}
.border-bottom-1 {
	border-bottom: 1px solid #eee !important;
}
.border-left-1 {
	border-left: 1px solid #eee !important;
}
.border-1 {
	border: 1px solid #0b0b0c !important;
}
.border-t2-b-1 {
	border-top: 1px solid #2c3338 !important;
}
.border-t2-b-1,
.border-t3-b-1 {
	border-bottom: 1px solid #000 !important;
}
.border-t3-b-1 {
	border-top: 1px solid #383f46 !important;
}
.border-left-live {
	border-left: 1px solid #111 !important;
}
.border-right-live {
	border-right: 1px solid #111 !important;
}
.border-right-live2 {
	border-right: 1px solid #131313 !important;
}
.border-top-live {
	border-top: 1px solid #111 !important;
}
.border-bottom-live {
	border-bottom: 1px solid #111 !important;
}
.border-left-live2 {
	border-left: 1px solid #333 !important;
}
.hrline {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
.hrline,
.hrlinelive {
	background-color: transparent;
	height: 0;
	margin: 0;
	clear: both;
}
.hrlinelive {
	border: none;
	border-top: 1px solid #152b40;
}
.no-box-shadow {
	box-shadow: none !important;
}
.text-underline {
	text-decoration: underline !important;
}
.no-bg {
	background: none !important;
}
.shadow {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.no-shadow {
	box-shadow: none !important;
}
.height-xs {
	height: 150px !important;
}
.height-sm {
	height: 300px !important;
}
.height-md {
	height: 450px !important;
}
.height-lg {
	height: 600px !important;
}
.height-full {
	height: 100% !important;
}
.height-3 {
	height: 3px !important;
}
.height-4 {
	height: 4px !important;
}
.height-5 {
	height: 5px !important;
}
.height-6 {
	height: 6px !important;
}
.height-10 {
	height: 10px !important;
}
.height-15 {
	height: 15px !important;
}
.height-17 {
	height: 17px !important;
}
.height-18 {
	height: 18px !important;
}
.height-20 {
	height: 20px !important;
}
.height-21 {
	height: 21px !important;
}
.height-22 {
	height: 22px !important;
}
.height-23 {
	height: 23px !important;
}
.height-24 {
	height: 24px !important;
}
.height-25 {
	height: 25px !important;
}
.height-27 {
	height: 27px !important;
}
.height-28 {
	height: 28px !important;
}
.height-29 {
	height: 29px !important;
}
.height-30 {
	height: 30px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.height-31 {
	height: 31px !important;
}
.height-32 {
	height: 32px !important;
}
.height-33 {
	height: 33px !important;
}
.height-34 {
	height: 34px !important;
}
.height-35 {
	height: 35px !important;
}
.height-38 {
	height: 38px !important;
}
.height-39 {
	height: 39px !important;
}
.height-40 {
	height: 40px !important;
}
.height-42 {
	height: 42px !important;
}
.height-44 {
	height: 44px !important;
}
.height-45 {
	height: 45px !important;
}
.height-47 {
	height: 47px !important;
}
.height-48 {
	height: 48px !important;
}
.height-50 {
	height: 50px !important;
}
.height-52 {
	height: 52px !important;
}
.height-53 {
	height: 53px !important;
}
.height-54 {
	height: 54px !important;
}
.height-56 {
	height: 56px !important;
}
.height-59 {
	height: 59px !important;
}
.height-60 {
	height: 60px !important;
}
.height-61 {
	height: 61px !important;
}
.height-65 {
	height: 65px !important;
}
.height-70 {
	height: 70px !important;
}
.height-80 {
	height: 80px !important;
}
.height-84 {
	height: 84px !important;
}
.height-90 {
	height: 90px !important;
}
.height-97 {
	height: 97px !important;
}
.height-99 {
	height: 99px !important;
}
.height-100 {
	height: 100px !important;
}
.height-107 {
	height: 107px !important;
}
.height-110 {
	height: 110px !important;
}
.height-114 {
	height: 114px !important;
}
.height-115 {
	height: 115px !important;
}
.height-117 {
	height: 117px !important;
}
.height-120 {
	height: 120px !important;
}
.height-130 {
	height: 130px !important;
}
.height-135 {
	height: 135px !important;
}
.height-140 {
	height: 140px !important;
}
.height-150 {
	height: 150px !important;
}
.height-165 {
	height: 165px !important;
}
.height-168 {
	height: 168px !important;
}
.height-179 {
	height: 179px !important;
}
.height-198 {
	height: 198px !important;
}
.height-200 {
	height: 200px !important;
}
.height-213 {
	height: 213px !important;
}
.height-225 {
	height: 225px !important;
}
.height-230 {
	height: 230px !important;
}
.height-239 {
	height: 239px !important;
}
.height-240 {
	height: 240px !important;
}
.height-245 {
	height: 245px !important;
}
.height-250 {
	height: 250px !important;
}
.height-290 {
	height: 290px !important;
}
.height-300 {
	height: 300px !important;
}
.height-310 {
	height: 310px !important;
}
.height-320 {
	height: 320px !important;
}
.height-330 {
	height: 330px !important;
}
.height-334 {
	height: 334px !important;
}
.height-335 {
	height: 335px !important;
}
.height-336 {
	height: 336px !important;
}
.height-337 {
	height: 337px !important;
}
.height-338 {
	height: 338px !important;
}
.height-339 {
	height: 339px !important;
}
.height-340 {
	height: 340px !important;
}
.height-350 {
	height: 350px !important;
}
.height-360 {
	height: 360px !important;
}
.height-370 {
	height: 370px !important;
}
.height-380 {
	height: 380px !important;
}
.height-390 {
	height: 390px !important;
}
.height-391 {
	height: 391px !important;
}
.height-400 {
	height: 400px !important;
}
.height-420 {
	height: 420px !important;
}
.height-430 {
	height: 430px !important;
}
.height-431 {
	height: 431px !important;
}
.height-432 {
	height: 432px !important;
}
.height-433 {
	height: 433px !important;
}
.height-434 {
	height: 434px !important;
}
.height-435 {
	height: 435px !important;
}
.height-436 {
	height: 436px !important;
}
.height-437 {
	height: 437px !important;
}
.height-438 {
	height: 438px !important;
}
.height-439 {
	height: 439px !important;
}
.height-398 {
	height: 398px !important;
}
.height-410 {
	height: 410px !important;
}
.height-440 {
	height: 440px !important;
}
.height-450 {
	height: 450px !important;
}
.height-500 {
	height: 500px !important;
}
.height-550 {
	height: 550px !important;
}
.height-600 {
	height: 600px !important;
}
.height-610 {
	height: 610px !important;
}
.height-620 {
	height: 620px !important;
}
.height-630 {
	height: 630px !important;
}
.height-640 {
	height: 640px !important;
}
.height-650 {
	height: 650px !important;
}
.height-660 {
	height: 660px !important;
}
.height-670 {
	height: 670px !important;
}
.height-680 {
	height: 680px !important;
}
.height-690 {
	height: 690px !important;
}
.height-700 {
	height: 700px !important;
}
.height-800 {
	height: 800px !important;
}
.height-900 {
	height: 900px !important;
}
.height-100-pro {
	height: 100% !important;
}
.height-100-pro-25 {
	height: calc(100% - 25px) !important;
}
.height-auto {
	height: auto;
}
.width-xs {
	width: 150px !important;
}
.width-sm {
	width: 300px !important;
}
.width-md {
	width: 450px !important;
}
.width-lg {
	width: 600px !important;
}
.width-full {
	width: 100% !important;
}
.width-5 {
	width: 5px !important;
}
.width-10 {
	width: 10px !important;
}
.width-13 {
	width: 13px !important;
}
.width-15 {
	width: 15px !important;
}
.width-16 {
	width: 16px !important;
}
.width-18 {
	width: 18px !important;
}
.width-20 {
	width: 20px !important;
}
.width-21 {
	width: 21px !important;
}
.width-22 {
	width: 22px !important;
}
.width-23 {
	width: 23px !important;
}
.width-24 {
	width: 24px !important;
}
.width-25 {
	width: 25px !important;
}
.width-26 {
	width: 26px !important;
}
.width-30 {
	width: 30px !important;
}
.width-33 {
	width: 33px !important;
}
.width-35 {
	width: 35px !important;
}
.width-40 {
	width: 40px !important;
}
.width-46 {
	width: 46px !important;
}
.width-50 {
	width: 50px !important;
}
.width-60 {
	width: 60px !important;
}
.width-70 {
	width: 70px !important;
}
.width-73 {
	width: 73px !important;
}
.width-80 {
	width: 80px !important;
}
.width-90 {
	width: 90px !important;
}
.width-100 {
	width: 100px !important;
}
.width-105 {
	width: 105px !important;
}
.width-110 {
	width: 110px !important;
}
.width-115 {
	width: 115px !important;
}
.width-120 {
	width: 120px !important;
}
.width-130 {
	width: 130px !important;
}
.width-140 {
	width: 140px !important;
}
.width-144 {
	width: 144px !important;
}
.width-150 {
	width: 150px !important;
}
.width-160 {
	width: 160px !important;
}
.width-165 {
	width: 165px !important;
}
.width-170 {
	width: 170px !important;
}
.width-180 {
	width: 180px !important;
}
.width-192 {
	width: 192px !important;
}
.width-200 {
	width: 200px !important;
}
.width-205 {
	width: 205px !important;
}
.width-210 {
	width: 210px !important;
}
.width-220 {
	width: 220px !important;
}
.width-230 {
	width: 230px !important;
}
.width-240 {
	width: 240px !important;
}
.width-250 {
	width: 250px !important;
}
.width-255 {
	width: 255px !important;
}
.width-260 {
	width: 260px !important;
}
.width-270 {
	width: 270px !important;
}
.width-280 {
	width: 280px !important;
}
.width-290 {
	width: 290px !important;
}
.width-300 {
	width: 300px !important;
}
.width-306 {
	width: 306px !important;
}
.width-330 {
	width: 330px !important;
}
.width-348 {
	width: 348px !important;
}
.width-350 {
	width: 350px !important;
}
.width-360 {
	width: 360px !important;
}
.width-366 {
	width: 366px !important;
}
.width-367 {
	width: 367px !important;
}
.width-368 {
	width: 368px !important;
}
.width-370 {
	width: 370px !important;
}
.width-380 {
	width: 380px !important;
}
.width-390 {
	width: 390px !important;
}
.width-400 {
	width: 400px !important;
}
.width-410 {
	width: 410px !important;
}
.width-420 {
	width: 420px !important;
}
.width-430 {
	width: 430px !important;
}
.width-440 {
	width: 440px !important;
}
.width-450 {
	width: 450px !important;
}
.width-490 {
	width: 490px !important;
}
.width-500 {
	width: 500px !important;
}
.width-550 {
	width: 550px !important;
}
.width-560 {
	width: 560px !important;
}
.width-570 {
	width: 570px !important;
}
.width-580 {
	width: 580px !important;
}
.width-595 {
	width: 595px !important;
}
.width-600 {
	width: 600px !important;
}
.width-602 {
	width: 602px !important;
}
.width-650 {
	width: 650px !important;
}
.width-700 {
	width: 700px !important;
}
.width-740 {
	width: 740px !important;
}
.width-747 {
	min-width: 700px;
	min-width: 407px;
}
.width-side {
	width: 294px !important;
}
.width-side-orange2 {
	width: 240px !important;
}
.width-half {
	width: 50% !important;
}
.width-11pro {
	width: 11.1% !important;
}
.width-12pro {
	width: 12.5% !important;
}
.width-14pro {
	width: 14.27% !important;
}
.width-33pro {
	width: 33.3% !important;
}
.width-16pro {
	width: 16.6% !important;
}
.width-20pro {
	width: 20% !important;
}
.width-25pro {
	width: 25% !important;
}
.width-27pro {
	width: 27.7% !important;
}
.width-40pro {
	width: 40% !important;
}
.width-48pro {
	width: 48% !important;
}
.width-49pro {
	width: 49% !important;
}
.width-50pro {
	width: 50% !important;
}
.width-80pro {
	width: 80% !important;
}
.width-90pro {
	width: 90% !important;
}
.width-95pro {
	width: 95% !important;
}
.width-98pro {
	width: 98% !important;
}
.width-100-pro-10 {
	width: calc(100% - 10px) !important;
}
.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fade {
	opacity: 0;
	transition: opacity 0.3s linear;
}
.text-ellipsis {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.underline {
	border-bottom: 1px solid #e2e7eb !important;
}
.underline2 {
	border-bottom: 1px solid #000 !important;
}
.leftline2 {
	border-left: 1px solid #000 !important;
}
.rightline2 {
	border-right: 1px solid #000 !important;
}
.overunderline {
	clear: both;
	padding: 0;
	margin: 10px 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #292929;
}
.overunderline2 {
	margin: 2px 0;
}
.overunderline2,
.overunderline3 {
	clear: both;
	padding: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #292929;
}
.overunderline3 {
	margin: 0 0 0 -2px;
}
.overunderline4 {
	clear: both;
	padding: 0;
	margin: 2px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #292929;
}
.row > [class*="col-"].ui-sortable {
	min-height: 50px;
}
.panel [class*="col-"].ui-sortable,
.theme-panel [class*="col-"].ui-sortable {
	min-height: 0;
}
.ui-sortable .panel-heading {
	cursor: move;
}
.ui-sortable.ui-sortable-disabled .panel-heading {
	cursor: default;
}
.ui-sortable-placeholder {
	border: 1px dashed #82868b !important;
	visibility: visible !important;
	background: none;
	margin: 0 !important;
}
.panel.ui-sortable-placeholder {
	margin: -1px -1px 19px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.slimScrollBar,
.slimScrollRail {
	width: 5px !important;
	right: 0 !important;
}
.gritter-item-wrapper {
	background: none !important;
	overflow: hidden !important;
	border-radius: 3px;
}
.gritter-close,
.gritter-light .gritter-close {
	left: auto !important;
	right: 15px !important;
	top: 0 !important;
	background: #ff5b57 !important;
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	display: block !important;
}
.gritter-close:before,
.gritter-light .gritter-close:before {
	content: "\f00d" !important;
	font-family: FontAwesome !important;
	font-size: 9px !important;
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	color: #fff !important;
	text-indent: 0 !important;
	position: absolute !important;
	text-align: center !important;
	right: 0 !important;
	top: 0 !important;
}
.gritter-with-image {
	width: 210px !important;
}
.gritter-image {
	margin: 2px 10px 0 0 !important;
	border-radius: 2px;
}
.gritter-title {
	font-size: 12px !important;
	line-height: 16px !important;
	padding-bottom: 2px !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.gritter-light .gritter-title {
	color: #333 !important;
	font-weight: 600 !important;
}
.gritter-item {
	font-family: "Malgun Gothic", "Open Sans" !important;
	color: #aaa !important;
	font-size: 10px !important;
	padding: 2px 15px 5px !important;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	background: #242a30;
	border-radius: 3px;
	border: none;
	top: 10px;
	left: 8px;
	line-height: 16px;
	box-shadow: none;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	background: #00acac;
}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 5px 0;
}
.dataTables_wrapper table.dataTable {
	margin: 10px 0 !important;
}
.dt-buttons.btn-group {
	float: left;
}
.dataTables_length,
div.dataTables_info {
	float: left;
	margin-right: 15px;
}
.dataTables_empty {
	text-align: center;
}
table.DTFC_Cloned tr.even {
	background: none !important;
}
.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table,
.DTFC_RightWrapper div.DTFC_RightHeadWrapper table,
div.dataTables_scrollHead .table {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.dataTables_scrollBody .table thead > tr > th,
.DTFC_LeftBodyLiner .table thead > tr > th {
	border-bottom: none !important;
}
.dataTables_scrollBody,
.DTFC_LeftBodyLiner {
	border-bottom: 2px solid #ebeced;
}
.dataTables_scroll + .dataTables_info,
.dataTables_wrapper .dataTables_scrollBody table.dataTable,
.dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td,
.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td {
	border-bottom: none !important;
}
.table.fixedHeader-floating thead > tr > th,
.table > tbody + thead > tr > th {
	border-top: none;
	border-bottom-width: 1px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected {
	background: #ffc !important;
	color: #707478;
}
table.dataTable td.focus,
table.dataTable th.focus {
	position: relative;
	z-index: 1000;
	outline: 2px solid #242a30 !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background: #eee !important;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td span.active.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
	background: #348fe2 !important;
	color: #fff !important;
}
.datepicker {
	min-width: 250px !important;
	border-radius: 3px !important;
}
.datepicker.dropdown-menu {
	min-width: 250px;
	border: 1px solid #ddd !important;
	-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.datepicker-dropdown:before {
	border-bottom-color: #ddd !important;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	border-top-color: #ddd !important;
}
.datepicker table {
	width: 100%;
}
.input-daterange .input-group-addon {
	background: #d6d8dd !important;
	border: none !important;
	text-shadow: none !important;
}
.irs-from,
.irs-single,
.irs-to {
	background: #2d353c !important;
}
.datepicker-full-width .datepicker-inline {
	width: 100%;
}
.colorpicker {
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
}
.colorpicker-alpha,
.colorpicker-hue {
	margin-bottom: 0;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
	border-radius: 4px 0 0 4px;
}
.bootstrap-timepicker-widget table td input {
	border-radius: 4px !important;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	border: 1px solid #ddd !important;
	max-width: 200px;
}
.bootstrap-timepicker-widget table td a:focus,
.bootstrap-timepicker-widget table td a:hover {
	background: #348fe2 !important;
	border: none !important;
	color: #fff;
}
.ui-widget {
	font-family: "Malgun Gothic", "Open Sans";
	font-size: 12px;
}
.ui-autocomplete {
	padding: 5px 0 !important;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
	border: 1px solid #ccc !important;
}
.ui-stats-focus,
.ui-stats-hover,
.ui-widget-content .ui-stats-focus,
.ui-widget-content .ui-stats-hover,
.ui-widget-header .ui-stats-focus,
.ui-widget-header .ui-stats-hover {
	border: none !important;
	background: #348fe2 !important;
	color: #fff !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.ui-menu .ui-menu-item a {
	padding: 5px 10px;
}
.combobox-container {
	display: table;
	border-collapse: separate;
	width: 100%;
}
.combobox-container .uneditable-input,
.combobox-container input {
	border: 1px solid #edf0f5;
	background: #edf0f5;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	border-radius: 4px 0 0 4px !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.combobox-container .uneditable-input:focus,
.combobox-container input:focus {
	outline: 0;
	border-color: #d8dce2;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
.combobox-container .add-on,
.combobox-container input {
	display: table-cell !important;
}
.combobox-container .add-on {
	width: 1% !important;
	padding: 5px 10px !important;
	white-space: nowrap;
	float: none !important;
	background: #d6d8dd !important;
	color: #555 !important;
}
.btn .combobox-clear {
	margin: 0 !important;
	width: 8px !important;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
}
.combobox-container .icon-remove:before {
	content: "\f00d";
	font-family: "Malgun Gothic", FontAwesome;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	right: -2px;
	top: 1px;
	text-shadow: none;
}
body .bootstrap-select .btn:focus {
	outline: none !important;
}
.tagit.ui-widget {
	border: 1px solid #ccd0d4 !important;
	background: #fff !important;
	padding: 3px 12px 2px !important;
	margin-bottom: 0 !important;
}
ul.tagit input[type="text"] {
	background: #fff !important;
	width: auto !important;
}
ul.tagit li.tagit-choice-editable {
	background: #b6c2c9 !important;
	border: none !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding: 2px 24px 3px 7px !important;
}
ul.tagit.inverse li.tagit-choice-editable {
	background: #2d353c !important;
}
ul.tagit.white li.tagit-choice-editable {
	background: #fff !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
}
ul.tagit.primary li.tagit-choice-editable {
	background: #348fe2 !important;
}
ul.tagit.info li.tagit-choice-editable {
	background: #49b6d6 !important;
}
ul.tagit.success li.tagit-choice-editable {
	background: #00acac !important;
}
ul.tagit.warning li.tagit-choice-editable {
	background: #f59c1a !important;
}
ul.tagit.danger li.tagit-choice-editable {
	background: #ff5b57 !important;
}
ul.tagit li.tagit-choice .tagit-close {
	right: 2px !important;
	line-height: 22px !important;
	text-align: center !important;
	top: 0 !important;
	margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:focus,
ul.tagit li.tagit-choice .tagit-close:hover {
	text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before {
	color: #666;
	color: rgba(0, 0, 0, 0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before {
	color: #666;
	color: hsla(0, 0%, 100%, 0.4);
}
.tagit .ui-icon-close {
	background: none !important;
	height: 22px !important;
	width: 16px !important;
	text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
	color: #000;
}
.tagit .ui-icon-close:before {
	content: "\f00d";
	font-family: "Malgun Gothic", FontAwesome;
	font-size: 10px;
	color: #fff;
}
.parsley-errors-list {
	padding: 0 !important;
	list-style-type: none !important;
	margin: 0 !important;
	color: #e5603b;
	font-size: 12px !important;
	line-height: inherit !important;
}
.parsley-errors-list.filled {
	margin-top: 5px !important;
}
.parsley-error,
.parsley-success {
	color: #333 !important;
}
.parsley-error {
	background: #ffdedd !important;
	border-color: #ff5b57 !important;
}
.parsley-success {
	background: #cee !important;
	border-color: #00acac !important;
}
.parsley-error:focus,
.parsley-success:focus {
	color: #333 !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}
.bwizard-steps {
	font-size: 14px !important;
	border-radius: 3px !important;
	overflow: hidden !important;
	display: table !important;
	width: 100% !important;
}
.bwizard-steps li:after,
.bwizard-steps li:before {
	border: none !important;
}
.bwizard-steps li {
	float: none !important;
	display: table-cell !important;
	padding: 15px !important;
	line-height: 20px !important;
	background: #f0f3f4 !important;
	border-radius: 0 !important;
}
.bwizard-steps li:focus,
.bwizard-steps li:hover {
	background: #d3dadf !important;
}
.bwizard-steps.clickable li:focus:not(.active) a,
.bwizard-steps.clickable li:hover:not(.active) a {
	color: #333 !important;
}
.bwizard-steps li small {
	font-size: 11px !important;
	color: #999 !important;
	display: block !important;
	line-height: 14px !important;
}
.bwizard-steps li a {
	margin-left: 30px !important;
	display: block !important;
	text-decoration: none !important;
}
.bwizard-steps li.active small {
	color: #b2e6e6 !important;
}
.bwizard-steps .label {
	float: left !important;
	padding: 0 !important;
	height: 20px !important;
	width: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	margin-right: 10px !important;
	top: 0 !important;
	background: #6d7479 !important;
	border-radius: 50% !important;
}
.bwizard-steps li.active,
.bwizard-steps li.active:focus,
.bwizard-steps li.active:hover {
	background: #348fe2 !important;
}
.fc .fc-day-grid-event {
	padding: 1px 2px;
}
.fc-event,
.fc .fc-event {
	border: none;
	background: #575d63;
	border-radius: 0;
}
.fc-event-list .fc-event {
	background: none;
	color: #242a30;
	padding: 10px 15px;
	font-size: 12px;
	margin-left: -15px;
	margin-right: -15px;
	border: 1px solid #d2d6da;
	border-right: none;
	border-left: none;
}
.fc-event-list .fc-event:focus,
.fc-event-list .fc-event:hover {
	color: #242a30;
	cursor: pointer;
	background: #f0f3f5;
}
.fc-event-list .fc-event.ui-draggable-dragging {
	border: 1px dashed #d2d6da;
}
.fc-event-list .fc-event + .fc-event {
	margin-top: -1px;
}
.fc-event-list .fc-event .fa {
	float: left;
	margin-right: 10px;
	font-size: 14px;
}
body .fc button {
	font-weight: 400;
	color: #242a30;
	background: #fff;
	border-color: #e2e7eb;
	box-shadow: none;
	padding: 5px 10px;
	height: inherit;
	font-size: 12px;
	line-height: 1.5;
}
body .fc button:active,
body .fc button:focus,
body .fc button:hover {
	background: #e2e7eb;
	border-color: #d8dde1;
	outline: none;
}
body .fc button.fc-state-disabled:active,
body .fc button.fc-state-disabled:focus,
body .fc button.fc-state-disabled:hover {
	background: #fff;
}
body .fc button.fc-state-active,
body .fc button:active {
	background: #e2e7eb;
	border-color: #d8dde1;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.fc .fc-unthemed .fc-divider,
.fc .fc-unthemed .fc-popover,
.fc .fc-unthemed .fc-row,
.fc .fc-unthemed tbody,
.fc .fc-unthemed td,
.fc .fc-unthemed th,
.fc .fc-unthemed thead {
	border-color: #e2e7eb;
}
.fc th {
	padding: 3px 15px;
	color: #242a30;
	font-weight: 600;
	background: #f0f3f5;
}
.fc button .fc-icon {
	font-family: "Malgun Gothic", FontAwesome;
	margin: 0;
	top: 0;
	width: auto;
	height: auto;
	font-size: 12px;
}
.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
	content: "\f053";
	font-size: 12px;
	top: 0;
	margin: 0;
}
.fc .fc-icon-right-single-arrow:after {
	content: "\f054";
}
.fc .fc-unthemed .fc-today {
	background: #fff8f0;
}
.fc .fc-scroller {
	overflow: visible;
	overflow: initial;
	height: auto !important;
}
.fc .fc-toolbar h2 {
	font-size: 24px;
	line-height: 30px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 16px !important;
	height: 16px !important;
}
.legendColorBox > div {
	margin-right: 5px !important;
	border-radius: 5px !important;
	margin-top: 1px !important;
	border: none !important;
}
.legend > table tr td.legendColorBox {
	padding-left: 5px !important;
}
.legend > table tr td {
	padding: 4px 0 5px !important;
}
.legend > div {
	border-radius: 4px !important;
	background: #1b1b23 !important;
}
.legend > table tr td.legendLabel {
	padding-right: 10px !important;
	color: #fff;
}
.legend > table tr + tr td {
	padding-top: 0 !important;
}
.legendColorBox > div > div {
	border-radius: 5px !important;
	border-width: 4px !important;
}
.legendLabel,
.tickLabel {
	font-size: 11px !important;
}
.tickLabel {
	color: #707478 !important;
}
.flot-tooltip {
	position: absolute;
	display: none;
	border: 0;
	padding: 6px 10px 7px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10000 !important;
}
.jqstooltip {
	border: none !important;
	border-radius: 4px;
	background: #333 !important;
	width: auto !important;
	height: auto !important;
}
.result-list:after,
.result-list:before {
	content: "";
	display: table;
	clear: both;
}
.result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.result-list > li:after,
.result-list > li:before {
	content: "";
	display: table;
	clear: both;
}
.result-list > li {
	background: #fff;
	box-shadow: 0 1px #ccc;
	border-radius: 3px;
	overflow: hidden;
}
.result-list > li + li {
	margin-top: 10px;
}
.result-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.result-list .result-image {
	width: 240px;
	padding: 0;
	overflow: hidden;
	background: #2d353c;
	vertical-align: middle;
}
.result-list .result-image a {
	display: block;
}
.result-list .result-image a:focus,
.result-list .result-image a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.result-list .result-image img {
	width: 100%;
}
.result-list .title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 24px;
}
.result-list .title a {
	color: #333;
}
.result-list .location {
	color: #999;
}
.result-list .desc {
	margin-bottom: 20px;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}
.result-list .btn-row a {
	color: #666;
	font-size: 20px;
	line-height: 14px;
	opacity: 0.2;
}
.result-list .btn-row a:focus,
.result-list .btn-row a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.result-list .btn-row a + a {
	margin-left: 10px;
}
.result-list .result-price {
	width: 240px;
	font-size: 28px;
	text-align: center;
	border-left: 1px dashed #ddd;
	padding-top: 30px;
}
.result-list .result-price small {
	display: block;
	font-size: 12px;
	color: #999;
}
.result-list .result-price .btn {
	margin-top: 30px;
}
.media-messaging .media:first-child {
	padding-top: 0;
}
.media-messaging .media:last-child {
	padding-bottom: 0;
}
.media-messaging .media {
	padding: 15px;
}
.media-messaging .media p {
	margin: 0;
}
.media-messaging .media + .media {
	margin-top: 0;
	padding-top: 15px;
}
.widget {
	border-radius: 3px;
	margin-bottom: 20px;
	color: #fff;
	padding: 15px;
	overflow: hidden;
}
.widget.widget-stats {
	position: relative;
}
.widget-stats .stats-info h4 {
	font-size: 12px;
	margin: 5px 0;
	color: #fff;
}
.widget-stats .stats-icon {
	font-size: 42px;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	margin-left: 15px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.widget-stats .stats-info p {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0;
}
.widget-stats .stats-link a {
	display: block;
	margin: 15px -15px -15px;
	padding: 7px 15px;
	text-align: right;
	color: #ddd;
	font-weight: 300;
	text-decoration: none;
}
.widget-stats .stats-link a:focus,
.widget-stats .stats-link a:hover {
	color: #fff;
}
.widget-stats .stats-icon.stats-icon-lg {
	font-size: 52px;
	top: 12px;
	right: 21px;
}
.widget-stats .stats-title {
	position: relative;
	line-height: 1.1;
	font-size: 12px;
	margin: 2px 0 7px;
}
.widget-stats .stats-desc,
.widget-stats .stats-title {
	color: #fff;
	color: hsla(0, 0%, 100%, 0.6);
}
.widget-stats .stats-desc {
	font-weight: 300;
	margin-bottom: 0;
}
.widget-stats .stats-number {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
}
.widget-stats .stats-progress .progress-bar {
	background: #fff;
}
.widget-stats .stats-progress {
	background: rgba(0, 0, 0, 0.2);
	height: 2px;
	margin: 0 -15px 12px;
}
.todolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.todolist > li > a {
	display: block;
	color: #333;
}
.todolist > li > a:focus,
.todolist > li > a:hover {
	background: #fafafa;
	text-decoration: none;
}
.todolist > li > a:focus .todolist-input i:before,
.todolist > li > a:hover .todolist-input i:before {
	content: "\f14a";
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: #2d353c;
}
.todolist > li.active > a .todolist-input i:before,
.todolist > li.active > a:focus .todolist-input i:before,
.todolist > li.active > a:hover .todolist-input i:before {
	content: "\f14a";
	color: #00acac;
	opacity: 1;
	filter: alpha(opacity=100);
}
.todolist > li.active > a .todolist-title {
	text-decoration: line-through;
}
.todolist > li {
	border-bottom: 1px solid #ddd;
}
.todolist-input i {
	display: block;
	width: 14px;
	text-align: center;
}
.todolist-input,
.todolist-title {
	display: table-cell;
	padding: 10px;
}
.todolist-title {
	padding-right: 15px;
}
.todolist-input {
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #ddd;
	padding-left: 15px;
}
.map {
	position: absolute;
	top: 54px;
	bottom: 0;
	left: 220px;
	right: 0;
	z-index: 0;
	-webkit-transform: translateZ(0);
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
	width: 20px !important;
	height: 20px !important;
	font-size: 14px;
	line-height: 14px;
	left: 15px;
}
.map .jvectormap-zoomin {
	top: 60px;
}
.map .jvectormap-zoomout {
	top: 90px;
}
.map-float-table {
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.map-content {
	padding: 0 25px;
	z-index: 100;
	position: relative;
}
.invoice > div:not(.invoice-footer) {
	margin-bottom: 20px;
}
.invoice {
	background: #fff;
	padding: 20px;
}
.invoice-company {
	font-size: 20px;
}
.invoice-header {
	margin: 0 -20px;
	background: #f0f3f4;
	padding: 20px;
}
.invoice-date,
.invoice-from,
.invoice-to {
	display: table-cell;
	width: 1%;
}
.invoice-from,
.invoice-to {
	padding-right: 20px;
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
	font-size: 16px;
	font-weight: 600;
}
.invoice-date {
	text-align: right;
	padding-left: 20px;
}
.invoice-price {
	background: #f0f3f4;
	display: table;
	width: 100%;
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
	display: table-cell;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	width: 75%;
	position: relative;
	vertical-align: middle;
}
.invoice-price .invoice-price-left .sub-price {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.invoice-price small {
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.invoice-price .invoice-price-row {
	display: table;
	float: left;
}
.invoice-price .invoice-price-right {
	width: 25%;
	background: #2d353c;
	color: #fff;
	font-size: 28px;
	text-align: right;
	vertical-align: bottom;
	font-weight: 300;
}
.invoice-price .invoice-price-right small {
	display: block;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
}
.invoice-footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 10px;
}
.invoice-note {
	color: #999;
	margin-top: 80px;
	font-size: 85%;
}
.login {
	margin: 168px 0;
	position: relative;
}
.login label {
	color: #707478;
}
.login .login-header {
	position: absolute;
	top: -80px;
	left: 50%;
	right: 0;
	width: 450px;
	padding: 0 40px;
	margin-left: -225px;
	font-weight: 300;
}
.login .login-header .brand {
	padding: 0;
	font-size: 28px;
}
.login .login-header .brand .logo {
	border-color: #4dcaca #31a3a3 #1d8888;
	border-style: solid;
	border-width: 14px;
	width: 28px;
	height: 28px;
	position: relative;
	font-size: 0;
	margin-right: 10px;
	top: -9px;
}
.login .login-header .brand small {
	font-size: 14px;
	display: block;
}
.login .login-header .icon {
	position: absolute;
	right: 40px;
	top: -2px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.login .login-header .icon i {
	font-size: 70px;
}
.login .login-content {
	padding: 30px 40px;
	color: #999;
	width: 450px;
	margin: 0 auto;
}
.gallery {
	margin: 0 -10px;
}
.gallery-option-set {
	display: block;
	margin-bottom: -5px;
}
.gallery-option-set .btn {
	margin: 0 5px 5px 0;
}
.gallery .image {
	width: 25%;
	display: block;
	margin-right: -10px;
	overflow: hidden;
	padding: 10px;
}
.gallery .image img {
	width: 100%;
	height: 200px;
	border-radius: 3px 3px 0 0;
}
.gallery .image-inner {
	position: relative;
	background: #fff;
	border-radius: 3px 3px 0 0;
}
.gallery .image a {
	transition: all 0.2s linear;
}
.gallery .image a:focus,
.gallery .image a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gallery .image-caption {
	position: absolute;
	top: 15px;
	left: 0;
	color: #fff;
	padding: 5px 15px;
	margin: 0;
}
.gallery .image-info {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px;
}
.gallery .image-info .title {
	margin: 0 0 10px;
	line-height: 18px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery .image-info .rating {
	line-height: 20px;
	margin: 0 0 3px;
}
.gallery .image-info .desc {
	line-height: 16px;
	font-size: 12px;
	height: 48px;
	overflow: hidden;
}
.gallery .rating span.star {
	font-family: "Malgun Gothic", FontAwesome;
	display: inline-block;
}
.gallery .rating span.star:before {
	content: "\f005";
	color: #999;
}
.gallery .rating span.star.active:before {
	color: #ff8500;
}
.nav-inbox > li > a {
	padding: 8px 15px;
}
.nav-inbox > li > a i {
	font-size: 14px;
}
.table.table-email {
	line-height: 20px;
	margin-bottom: 0;
}
.email-footer {
	border-top: 1px solid #ccc;
	padding: 15px 8px;
	line-height: 26px;
}
.table.table-email .email-header-link {
	color: #333;
}
.table.table-email .email-select {
	width: 20px;
	font-size: 14px;
}
.table.table-email .email-select a {
	color: #999;
}
.table.table-email .email-btn {
	color: #ccc;
	font-size: 14px;
	margin-right: 15px;
}
.table.table-email .email-sender {
	padding-right: 25px;
}
.table.table-email .email-btn + .email-btn {
	margin-left: -12px;
}
.table.table-email .email-btn:focus,
.table.table-email .email-btn:hover {
	color: #999;
}
.table.table-email tr:hover td {
	background: #fafafa;
}
.table.table-email tr.active td.email-select i:before,
.table.table-email tr.active th.email-select i:before {
	content: "\f14a";
}
.table.table-email thead tr.active th {
	background: none;
}
.email-btn-row {
	margin-bottom: 15px;
}
.email-btn-row .btn + .btn {
	margin-left: 5px;
}
.email-content {
	background: #fff;
	padding: 15px;
}
.error {
	margin: 0 auto;
	text-align: center;
}
.error-code,
.error-content {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transform: translateZ(0);
}
.error-code {
	bottom: 60%;
	color: #2d353c;
	font-size: 96px;
	line-height: 100px;
}
.error-content {
	top: 40%;
	bottom: 0;
	padding-top: 15px;
	background: #2d353c;
}
.error-message {
	color: #fff;
	font-size: 24px;
}
.error-desc {
	font-size: 12px;
	color: #647788;
}
.timeline {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 5px;
	background: #2d353c;
	left: 20%;
	margin-left: -2.5px;
}
.timeline > li {
	position: relative;
	min-height: 50px;
}
.timeline > li + li {
	margin-top: 40px;
}
.timeline .timeline-time {
	position: absolute;
	left: 0;
	width: 15%;
	text-align: right;
	padding-top: 9px;
	font-family: "Malgun Gothic", arial, gulim;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
	display: block;
}
.timeline .timeline-time .date {
	line-height: 18px;
	font-size: 14px;
}
.timeline .timeline-time .time {
	line-height: 28px;
	font-size: 24px;
	color: #242a30;
}
.timeline .timeline-icon {
	left: 15%;
	position: absolute;
	width: 10%;
	text-align: center;
	top: 5px;
}
.timeline .timeline-icon a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	background: #7b7bff;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	border: 5px solid #2d353c;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
}
.timeline .timeline-icon a:focus,
.timeline .timeline-icon a:hover {
	background: #7b7bff;
}
.timeline .timeline-body {
	font-family: "Malgun Gothic", arial, gulim;
	font-size: 14pt;
	color: #fff;
	margin-left: 25%;
	margin-right: 5%;
	background: #1a273e;
	position: relative;
	padding: 17px 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.timeline .timeline-body:before {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #1a273e;
	left: -20px;
	top: 20px;
}
.timeline-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e7eb;
	line-height: 30px;
}
.timeline-header .userimage {
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 40px;
	overflow: hidden;
	margin: -2px 10px -2px 0;
}
.timeline-header .username {
	font-size: 16px;
	font-weight: 600;
}
.timeline-header .username,
.timeline-header .username a {
	color: #00acac;
}
.timeline img {
	max-width: 100%;
	display: block;
}
.timeline-content {
	font-size: 14px;
}
.timeline-content + .timeline-footer,
.timeline-header + .timeline-content,
.timeline-header + .timeline-footer {
	margin-top: 20px;
}
.timeline-content:after,
.timeline-content:before {
	content: "";
	display: table;
	clear: both;
}
.timeline-title {
	margin-top: 0;
}
.timeline-footer {
	margin: -20px -30px;
	padding: 20px 30px;
	background: #e8ecf1;
	border-radius: 0 0 4px 4px;
}
.timeline-footer a:not(.btn) {
	color: #575d63;
}
.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
	color: #2d353c;
}
.coming-soon .brand {
	line-height: 40px;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}
.coming-soon .brand .logo {
	border-color: #4dcaca #31a3a3 #1d8888;
	border-style: solid;
	border-width: 16px;
	margin-right: 5px;
	position: relative;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	top: -4px;
}
.coming-soon .coming-soon-header .brand,
.coming-soon .coming-soon-header .desc,
.coming-soon .coming-soon-header .timer {
	position: relative;
	z-index: 1020;
}
.coming-soon .coming-soon-header:before {
	background: #1b1b23;
}
.coming-soon .coming-soon-header .bg-cover {
	background: #1b1b23;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.coming-soon .coming-soon-header .desc {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.coming-soon .coming-soon-header .timer {
	margin-bottom: 50px;
	padding: 10px 0;
}
.coming-soon .coming-soon-header .timer:after,
.coming-soon .coming-soon-header .timer:before {
	content: "";
	display: table;
	clear: both;
}
.coming-soon .timer .is-countdown {
	background: none;
	border: none;
	width: 980px;
	margin: 0 auto;
}
.coming-soon .timer .is-countdown .countdown-section {
	padding: 0 10px;
}
.coming-soon .timer .is-countdown .countdown-section + .countdown-section {
	border-left: 1px solid #fff;
	border-left: 1px solid hsla(0, 0%, 100%, 0.3);
}
.coming-soon .timer .countdown-amount {
	font-size: 36px;
	color: #fff;
}
.coming-soon .timer .countdown-period {
	font-size: 14px;
	color: #999;
}
.coming-soon a {
	color: #00acac;
}
.coming-soon .coming-soon-content {
	color: #333;
	text-align: center;
	padding: 25px 0;
}
.coming-soon .coming-soon-content .desc {
	margin-bottom: 25px;
	font-size: 14px;
}
.coming-soon .coming-soon-content .input-group {
	width: 480px;
	margin: 0 auto;
}
.theme-panel {
	position: fixed;
	right: -175px;
	top: 150px;
	z-index: 1020;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	width: 175px;
	transition: right 0.2s linear;
}
.theme-panel.active {
	right: 0;
}
.theme-panel .theme-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.theme-panel .theme-list + .theme-list {
	margin-top: 10px;
}
.theme-panel .theme-list > li {
	float: left;
}
.theme-panel .theme-list > li + li {
	margin-left: 5px;
}
.theme-panel .theme-list > li > a {
	text-decoration: none;
}
.theme-panel .theme-list > li.active > a {
	position: relative;
}
.theme-panel .theme-list > li.active > a:before {
	content: "\f00c";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-align: center;
}
.theme-panel .theme-list > li.active > a.bg-white:before {
	color: #666;
}
.theme-panel .theme-list > li > a {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: block;
	transition: all 0.2s linear;
}
.theme-panel .theme-list > li > a:focus,
.theme-panel .theme-list > li > a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.theme-panel .theme-collapse-btn {
	position: absolute;
	left: -30px;
	top: 10%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	background: #fff;
	border-radius: 4px 0 0 4px;
	text-align: center;
	box-shadow: -1px 0 3px -1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -1px 0 3px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -1px 0 3px -1px rgba(0, 0, 0, 0.4);
}
.theme-panel .theme-panel-content {
	margin: -15px;
	padding: 15px;
	background: #fff;
	position: relative;
	z-index: 1020;
}
.theme-panel.active .theme-collapse-btn .fa:before {
	content: "\f00d";
}
.theme-panel .theme-list a.bg-white {
	border: 1px solid #e2e7eb;
}
.theme-panel .control-label {
	line-height: 30px;
}
.theme-panel .control-label.double-line {
	line-height: 15px;
}
.theme-panel .divider {
	height: 1px;
	margin: 15px 0;
	background: #f2f2f2;
}
.slider-wrapper {
	padding: 15px 30px !important;
	margin-bottom: 10px !important;
}
.slider-wrapper.slider-without-range {
	padding: 15px 0 !important;
}
.slider-wrapper.slider-vertical {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.range-max,
.range-min {
	color: #242a30 !important;
}
.range-handle {
	cursor: pointer !important;
}
.range-quantity {
	background: #00acac !important;
}
.red .range-quantity {
	background: #ff5b57 !important;
}
.blue .range-quantity {
	background: #348fe2 !important;
}
.purple .range-quantity {
	background: #727cb6 !important;
}
.orange .range-quantity {
	background: #f59c1a !important;
}
.black .range-quantity {
	background: #2d353c !important;
}
.datetimepicker table tr span.active,
.datetimepicker table tr td.active {
	background-image: none !important;
	background: #348fe2 !important;
	color: #fff !important;
}
.datetimepicker table {
	width: 100%;
}
.datetimepicker td,
.datetimepicker th {
	padding: 0 5px !important;
	width: 30px !important;
	height: 30px !important;
}
.wysihtml5-sandbox {
	width: 100% !important;
}
.twitter-typeahead .tt-hint {
	line-height: 22px;
	padding: 5px 11px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tt-suggestion.tt-is-under-cursor {
	background: #edf0f5;
	color: #222;
}
.select2-container.form-control .select2-choice {
	background: none !important;
	margin: -6px -12px !important;
	padding: 6px 12px !important;
	line-height: 20px !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none;
	height: 32px !important;
}
.select2-container.form-control.input-sm .select2-choice {
	height: 30px !important;
}
.select2-container .select2-choice .select2-arrow {
	background: none !important;
	border-left: 1px solid #e2e7eb !important;
}
.select2-container.form-control .select2-choice abbr {
	top: 10px !important;
}
.select2-container.form-control.input-sm .select2-choice abbr {
	top: 9px !important;
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0 3px !important;
}
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
	background-position: 0 2px !important;
}
.select2-drop-active {
	border-color: #e2e7eb !important;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}
.select2-drop.select2-drop-above {
	box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}
.select2-search input {
	border-color: #e2e7eb !important;
	border-radius: 4px !important;
}
.select2-drop {
	border-color: #e2e7eb !important;
	padding-top: 5px !important;
	border-top: 1px solid #e2e7eb !important;
}
.select2-results .select2-highlighted {
	background: #edf0f5 !important;
	color: #222 !important;
	width: 210px;
	height: 30px;
	background: #222d40;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.select2-container.select2-container-multi.form-control {
	height: auto !important;
	width: 240px !important;
}
.select2-container.select2-container-multi.form-control .select2-choices {
	margin: -6px -12px !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 22px !important;
	height: auto !important;
	background: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	box-shadow: none !important;
	border-color: #ddd !important;
	background: #fff !important;
}
.transbg {
	margin: 30px auto;
	border-radius: 4px;
}
.login-v2-m {
	color: #ccc;
	width: 450px;
	margin: 168px auto;
	position: relative;
	border-radius: 4px;
}
.login-v2-m .login-content {
	padding: 40px;
}
.login.login-v2-m label {
	color: #ccc;
}
.login.login-v2-m .login-header,
.login.login-v2-m a {
	color: #fff;
}
.login.login-v2-m .login-header .icon {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.login-v2-m .form-control {
	border: none;
	color: #fff;
}
.login-v2 {
	color: #ccc;
	width: 450px;
	margin: 168px auto;
	position: relative;
	border-radius: 4px;
}
.login-v2 .login-content {
	padding: 40px;
}
.login.login-v2 label {
	color: #ccc;
}
.login.login-v2 .login-header,
.login.login-v2 a {
	color: #fff;
}
.login.login-v2 .login-header .icon {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.login-v2 .form-control {
	border: none;
	color: #fff;
}
.login-cover,
.login-cover-bg,
.login-cover-image {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.login-cover-image img {
	max-width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.login-cover-bg {
	background: #666;
	background: radial-gradient(ellipse at center, #666 0, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#000000",GradientType=1);
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.login-bg-list {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
.login-bg-list > li {
	width: 80px;
	height: 60px;
	overflow: hidden;
	float: left;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.login-bg-list > li a {
	display: block;
	height: 60px;
}
.login-bg-list > li.active {
	outline: 3px solid #fff;
	z-index: 10;
	position: relative;
}
.login-bg-list > li img {
	max-height: 100%;
}
.widget-chart {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 20px;
}
.widget-chart .chart-title {
	font-size: 18px !important;
	color: #fff;
	font-weight: 300 !important;
	margin: 2px 5px 7px;
}
.widget-chart .chart-title small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #616d72;
	color: hsla(0, 0%, 100%, 0.3);
}
.widget-chart .widget-chart-content {
	padding: 15px;
	margin-right: 230px;
}
.widget-chart .widget-chart-sidebar {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 230px;
	padding: 15px;
}
.widget-chart-sidebar .chart-number {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}
.widget-chart-sidebar .chart-number small {
	font-size: 12px;
	color: #616d72;
	color: hsla(0, 0%, 100%, 0.3);
	display: block;
}
.widget-chart-sidebar .chart-legend {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	bottom: 10px;
}
.widget-chart-sidebar .chart-legend > li {
	margin-bottom: 5px;
	color: #fff;
}
.widget-chart-sidebar .chart-legend > li span {
	color: #616d72;
	color: hsla(0, 0%, 100%, 0.3);
}
.morris-inverse .morris-hover {
	border: none !important;
	padding: 8px !important;
	color: #ccc !important;
}
.morris-hover {
	z-index: 0 !important;
}
.list-group-item.list-group-item-inverse {
	background: #2d353c;
	border-color: #242a30;
	color: #fff;
	font-weight: 300;
}
.list-group-item.list-group-item-inverse .badge-inverse,
.list-group-item.list-group-item-inverse .label-inverse {
	background: #242a30;
	background: rgba(0, 0, 0, 0.4);
}
.list-group-item.list-group-item-inverse:focus,
.list-group-item.list-group-item-inverse:hover {
	color: #fff;
	background: #282f35;
}
.bootstrap-calendar .calendar {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 10px 0;
}
.bootstrap-calendar .calendar td {
	border: none !important;
}
.bootstrap-calendar .calendar .table td {
	padding: 3px 5px;
}
.bootstrap-calendar .calendar a {
	line-height: 24px;
}
.bootstrap-calendar .calendar .week_days td {
	background: none;
	color: #a9acae;
}
.bootstrap-calendar .calendar .visualmonthyear {
	color: #707478;
}
.bootstrap-calendar .calendar .table.header td {
	color: #707478;
	vertical-align: middle;
}
.bootstrap-calendar .calendar .table.header td.year {
	font-size: 18px;
	font-weight: 300;
}
.bootstrap-calendar .calendar .table.header {
	margin-bottom: 5px;
}
.bootstrap-calendar .calendar .table.header .year {
	width: 72%;
}
.bootstrap-calendar .calendar .icon-arrow-left,
.bootstrap-calendar .calendar .icon-arrow-right {
	cursor: pointer;
	display: inline-block;
	font-family: "Malgun Gothic", FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.bootstrap-calendar .calendar .icon-arrow-left:focus,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-right:hover {
	color: #2d353c;
}
.bootstrap-calendar .calendar .icon-arrow-left:before {
	content: "\f060";
}
.bootstrap-calendar .calendar .icon-arrow-right:before {
	content: "\f061";
}
.bootstrap-calendar .calendar .table {
	margin-bottom: 0;
}
.bootstrap-calendar .calendar .event a {
	display: block;
	border-radius: 30px;
	background: #fff;
	color: #fff;
	margin: 0 auto;
}
.bootstrap-calendar .calendar .event .popover a {
	color: #428bca;
}
.bootstrap-calendar .calendar .event .popover a:focus,
.bootstrap-calendar .calendar .event .popover a:hover {
	color: #2a6496;
	text-decoration: underline;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event a:focus,
.bootstrap-calendar .calendar .event a:hover {
	text-shadow: none;
	color: #2d353c;
	box-shadow: none;
	font-weight: 400;
}
.bootstrap-calendar .calendar .event a:focus,
.bootstrap-calendar .calendar .event a:hover {
	color: #fff;
	opacity: 0.8;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event:hover {
	background: none;
	text-align: center;
}
.bootstrap-calendar .calendar .fa-circle {
	position: absolute;
	right: 0;
	top: 0;
}
.registered-users-list {
	list-style-type: none;
	margin: 7.5px;
	padding: 0;
}
.registered-users-list > li {
	width: 25%;
	font-size: 12px;
	float: left;
	padding: 7.5px;
	color: #333;
}
.registered-users-list > li .username {
	font-size: 12px;
	color: #333;
	margin-bottom: 0;
}
.registered-users-list > li img {
	border-radius: 3px;
	max-width: 100%;
}
.registered-users-list > li > a {
	display: block;
	margin-bottom: 10px;
}
.registered-users-list > li .username small {
	display: block;
	font-size: 11px;
	color: #707478;
	margin-top: 3px;
}
.panel-body .chats {
	padding: 0;
}
.slimScrollDiv .chats {
	padding-right: 15px;
}
.chats {
	list-style-type: none;
	margin: 0;
	padding: 12px 15px 15px;
}
.chats > li + li {
	margin-top: 15px;
}
.chats > li:after,
.chats > li:before {
	content: "";
	display: table;
	clear: both;
}
.chats .name {
	color: #333;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	text-decoration: none;
}
.chats .name .label {
	font-size: 8px;
	padding: 1px 4px 2px;
	margin-left: 3px;
	position: relative;
	top: -1px;
}
.chats .date-time {
	font-size: 10px;
	display: block;
	float: right;
	color: #999;
	margin-top: 3px;
}
.chats .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}
.chats .image img {
	max-width: 100%;
}
.chats .image + .message {
	margin-left: 75px;
}
.chats .message {
	border: 1px solid #ccd0d4;
	padding: 7px 12px;
	font-size: 12px;
	position: relative;
	background: #fff;
	border-radius: 4px;
}
.chats .message:after,
.chats .message:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -14px;
	border: 7px solid transparent;
	border-right-color: #ccd0d4;
}
.chats .message:after {
	left: -13px;
	border-right-color: #fff;
}
.chats .right .name {
	text-align: right;
}
.chats .right .date-time {
	float: left;
}
.chats .right .image {
	float: right;
}
.chats .right .image + .message {
	margin-right: 75px;
	margin-left: 0;
}
.chats .right .message:after,
.chats .right .message:before {
	left: auto;
	right: -14px;
	border-right-color: transparent;
	border-left-color: #ccd0d4;
}
.chats .right .message:after {
	right: -13px;
	border-left-color: #fff;
}
.superbox {
	font-size: 0;
}
.superbox-list {
	display: inline-block;
	width: 12.5%;
	margin: 0;
	position: relative;
}
.superbox-list.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	border: 10px solid transparent;
	border-bottom-color: #2d353c;
	margin-left: -10px;
}
.superbox-show {
	text-align: center;
	position: relative;
	background: #2d353c;
	width: 100%;
	float: left;
	padding: 25px;
	display: none;
}
.superbox-img {
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}
.superbox-current-img {
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.65);
	max-width: 100%;
}
.superbox-img:hover {
	opacity: 0.8;
}
.superbox-close {
	opacity: 0.7;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 35px;
}
.list-email {
	margin-bottom: 0;
	border-top: 1px solid #e2e7eb;
	border-bottom: 1px solid #e2e7eb;
}
.list-email > li.list-group-item {
	border-radius: 0;
	border: none;
	padding: 15px 15px 15px 20px;
	position: relative;
}
.list-email > li.list-group-item + li.list-group-item {
	border-top: 1px solid #e2e7eb;
}
.list-email > li.list-group-item:after,
.list-email > li.list-group-item:before {
	content: "";
	display: table;
	clear: both;
}
.list-email > li.list-group-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background: #fff;
}
.list-email > li.list-group-item.success:before {
	background: #00acac;
}
.list-email > li.list-group-item.info:before {
	background-color: #49b6d6;
}
.list-email > li.list-group-item.danger:before {
	background-color: #ff5b57;
}
.list-email > li.list-group-item.primary:before {
	background-color: #348fe2;
}
.list-email > li.list-group-item.inverse:before {
	background-color: #242a30;
}
.list-email > li.list-group-item.warning:before {
	background-color: #f59c1a;
}
.list-email > li.list-group-item.purple:before {
	background-color: #727cb6;
}
.list-email > li.list-group-item.default:before {
	background-color: #b6c2c9;
}
.list-email .email-user {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #6e7179;
	background: #f4f6f7;
}
.list-email .email-user img {
	max-width: 100%;
	display: block;
}
.list-email .email-user + .email-info {
	margin-left: 65px;
}
.list-email .email-checkbox + .email-user + .email-info {
	margin-left: 95px;
}
.list-email .email-checkbox + .email-info {
	margin-left: 35px;
}
.list-email .email-title {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 20px;
}
.list-email .email-title .label {
	position: relative;
	top: -1px;
}
.list-email .email-title,
.list-email .email-title a {
	color: #242a30;
}
.list-email .email-time {
	float: right;
	font-size: 11px;
	color: #c8cccf;
	margin-left: 10px;
}
.list-email .email-checkbox {
	float: left;
	width: 20px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
}
.list-email .email-checkbox label {
	color: #e2e7eb;
	display: block;
	cursor: pointer;
}
.list-email .email-checkbox label input[type="checkbox"] {
	display: none;
}
.list-email .email-checkbox label .fa {
	font-size: 18px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.list-email .email-checkbox label.active {
	color: #707478;
}
.list-email .email-checkbox label.active .fa:before {
	content: "\f046";
}
.list-email > li.selected {
	background: #f2fffb;
}
.attached-document {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
.attached-document > li {
	width: 180px;
	float: left;
	background: #e2e7eb;
	color: #707478;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
}
.attached-document > li:before {
	content: "\f0c6";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	top: -10px;
	right: 5px;
	font-size: 18px;
}
.attached-document .document-file {
	height: 70px;
	background: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-align: center;
	line-height: 70px;
	font-size: 32px;
}
.attached-document .document-name a {
	color: #2d353c;
}
.attached-document > li img {
	max-width: 100%;
}
.attached-document > li .document-name {
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ie8 .pace .pace-activity {
	display: none;
}
.pace {
	top: 0;
	transition: opacity 1s;
	z-index: 2000;
}
.pace,
.pace:before {
	background: none;
	position: fixed;
	left: 0;
	right: 0;
}
.pace:before {
	content: "";
	top: 54px;
	height: 3px;
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 65px;
	right: 8px;
	width: 14px;
	height: 14px;
	border-color: #00acac transparent transparent #00acac;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	-webkit-animation: pace-spinner 0.4s linear infinite;
	animation: pace-spinner 0.4s linear infinite;
}
@-webkit-keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.navbar-header.navbar-header-without-bg .navbar-brand {
	background: none !important;
}
.dropdown.dropdown-lg {
	position: static;
}
.dropdown-menu.dropdown-menu-lg {
	left: 20px;
	right: 20px;
	padding: 20px;
}
.dropdown-header {
	font-size: 14px;
	font-weight: 700;
	color: #242a30;
	padding: 0;
	margin: 0 0 10px;
}
.dropdown-menu.dropdown-menu-lg .nav > li > a {
	padding: 0;
	background: none;
	line-height: 24px;
}
.login.login-with-news-feed,
.register.register-with-news-feed {
	width: 100%;
	margin: 0;
	padding: 0;
}
.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
	position: fixed;
	left: 0;
	right: 500px;
	top: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
	overflow: hidden;
}
.login.login-with-news-feed .news-image,
.register.register-with-news-feed .news-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.login.login-with-news-feed .news-image img,
.register.register-with-news-feed .news-image img {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
	min-width: 100%;
	top: -1960px;
	bottom: -1960px;
	left: -1960px;
	right: -1960px;
	margin: auto;
}
.login.login-with-news-feed .news-caption,
.register.register-with-news-feed .news-caption {
	background: hsla(0, 0%, 100%, 0.15);
	background: rgba(0, 0, 0, 0.7);
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 60px;
	font-size: 14px;
	z-index: 20;
	font-weight: 300;
	min-width: 680px;
}
.login.login-with-news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-caption .caption-title {
	color: #fff;
	color: hsla(0, 0%, 100%, 0.8);
	font-weight: 300;
	font-size: 28px;
}
.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
	float: right;
	width: 500px;
}
.login.login-with-news-feed .login-content,
.register.register-with-news-feed .register-content {
	width: auto;
	padding: 30px 60px;
}
.register.register-with-news-feed .register-content {
	padding: 20px 60px 30px;
}
.login.login-with-news-feed .login-header,
.register.register-with-news-feed .register-header {
	position: relative;
	top: 0;
	margin: 0;
	left: 0;
	right: 0;
	padding: 100px 60px 0;
}
.register.register-with-news-feed .register-header {
	padding: 60px 60px 0;
	font-size: 32px;
}
.register.register-with-news-feed .register-header small {
	color: #707478;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}
.login.login-with-news-feed .login-header .brand {
	color: #242a30;
}
.login.login-with-news-feed .login-header .brand small {
	color: #707478;
}
.login.login-with-news-feed .login-header .icon {
	top: 98px;
	right: 10px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background: #348fe2 !important;
	text-shadow: none !important;
	color: #fff;
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
	padding: 7px !important;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #348fe2 !important;
	color: #fff !important;
}
.daterangepicker .ranges li {
	color: #242a30 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #348fe2 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
	min-height: 34px !important;
	border-color: #e2e7eb !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px !important;
	height: 32px !important;
}
.select2-dropdown {
	border: none !important;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.select2-container--default .select2-results__group {
	color: #242a30 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
	height: 23px;
	padding-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 6px 12px !important;
	height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #9fa2a5 !important;
	box-shadow: none !important;
	outline: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 6px !important;
}
.navbar-language .flag-icon {
	font-size: 15px;
	margin: 2px 7px 0;
	float: left;
}
.profile-container {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
.profile-container:after,
.profile-container:before {
	content: "";
	display: table;
	clear: both;
}
.profile-left {
	width: 200px;
	float: left;
}
.profile-right {
	margin-left: 240px;
	padding-right: 20px;
}
.profile-image {
	height: 175px;
	line-height: 175px;
	text-align: center;
	font-size: 72px;
	margin-bottom: 10px;
	border: 2px solid #e2e7eb;
	overflow: hidden;
	border-radius: 4px;
}
.profile-image img {
	display: block;
	max-width: 100%;
}
.profile-highlight {
	padding: 12px 15px;
	background: #fefde1;
	border-radius: 4px;
}
.profile-highlight h4 {
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 700;
}
.table.table-profile > thead > tr > th {
	border-bottom: none !important;
}
.table.table-profile > thead > tr > th h4 {
	font-size: 20px;
	margin-top: 0;
}
.table.table-profile > thead > tr > th h4 small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}
.table.table-profile > tbody > tr > td,
.table.table-profile > thead > tr > th {
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #242a30;
}
.table.table-profile > tbody > tr > td.field {
	width: 120px;
	text-align: right;
	font-weight: 600;
	color: #777;
}
.table.table-profile > tbody > tr.highlight > td {
	border-top: 1px solid #e2e7eb;
	border-bottom: 1px solid #e2e7eb;
}
.table.table-profile > tbody > tr.divider > td {
	padding: 0 !important;
	height: 10px;
}
.profile-section + .profile-section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e7eb;
}
.profile-section:after,
.profile-section:before {
	content: "";
	display: table;
	clear: both;
}
.profile-section .title {
	font-size: 20px;
	margin: 0 0 15px;
}
.profile-section .title small {
	font-weight: 400;
}
.panel-body[class*="bg-"] {
	border-radius: 0 0 3px 3px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto;
}
body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second {
	border: 2px solid #e2e7eb;
	border-radius: 3px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu,
body .bootstrap-datetimepicker-widget a[data-action] {
	color: #242a30;
}
body .bootstrap-datetimepicker-widget table td {
	height: 32px;
	width: 32px;
	line-height: 32px;
}
.sidebar.sidebar-transparent,
.sidebar.sidebar-transparent .sub-menu {
	background: none;
}
.sidebar.sidebar-transparent + .sidebar-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sidebar.sidebar-transparent .nav > li.nav-header {
	color: #fff;
}
.top-menu {
	height: 44px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1015;
}
.top-menu-orange1 {
	background: #f50 !important;
	border-top: 2px solid #f50 !important;
	border-bottom: 2px solid #f50 !important;
}
.top-menu-orange2 {
	background: none !important;
	float: left;
	position: relative;
	border: none;
	height: 63px;
}
.top-menu-blue1 {
	background-image: linear-gradient(90deg, #000518 0, #003f82 30%, #2693cc 50%, #003f82 60%, #000518) !important;
	border-top: 2px solid #dbbe58 !important;
	border-bottom: 2px solid #dbbe58 !important;
}
.top-menu-blue2 {
	background: #1b1b23 !important;
	border-top: 2px solid #2e7de5 !important;
	border-bottom: 2px solid #2e7de5 !important;
}
.top-menu-blue3 {
	background: #082481 !important;
	border-top: 2px solid #082481 !important;
	border-bottom: 2px solid #082481 !important;
}
.top-menu-blue4,
.top-menu-blue5 {
	background: none !important;
	float: left;
	position: relative;
	border: none;
	height: 55px;
}
.top-menu-purple {
	background: #0037ce !important;
}
.top-menu-purple,
.top-menu-purple1 {
	border-top: 2px solid #000 !important;
	border-bottom: 2px solid #000 !important;
}
.top-menu-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.top-menu-yellow1 {
	background: #d40511 !important;
	border-top: 2px solid #d40511 !important;
	border-bottom: 2px solid #d40511 !important;
}
.top-menu-yellow2 {
	background-image: linear-gradient(180deg, #f1370c 0, #e5360d 20%, #bb3111 50%, #8a2c16 80%, #712818) !important;
	border-top: 2px solid #f1370c !important;
	border-bottom: 2px solid #712818 !important;
}
.top-menu-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	border-top: 2px solid #0a0d29 !important;
	border-bottom: 2px solid #0a0d29 !important;
}
.top-menu-white,
.top-menu-white1 {
	background: #efefef !important;
	border-top: 2px solid #efefef !important;
	border-bottom: 2px solid #efefef !important;
}
.top-menu-red {
	background: #c80000 !important;
	border-top: 2px solid #c80000 !important;
	border-bottom: 2px solid #c80000 !important;
}
.top-menu-silver {
	background-image: url(/static/image/banner/silver/7926a89.png);
}
.top-menu-gold {
	background: #e79c62 !important;
	border-top: 2px solid #e79c62 !important;
	border-bottom: 2px solid #e79c62 !important;
}
.top-menu-gold1 {
	background: #f7b800 !important;
	border-top: 2px solid #f7b800 !important;
	border-bottom: 2px solid #f7b800 !important;
}
.top-menu-gold2 {
	background-image: linear-gradient(90deg, #1a1a1a 0, #000 50%, #1a1a1a) !important;
	border-top: 2px solid #f39200 !important;
	border-bottom: 2px solid #f39200 !important;
}
.top-menu-green {
	background: #171c22 !important;
	border-top: 2px solid #171c22 !important;
	border-bottom: 2px solid #171c22 !important;
}
.top-menu-grey1 {
	background: #121212;
	border-top: 2px solid #121212 !important;
	border-bottom: 1px solid #121212 !important;
}
.top-menu-in {
	height: 43px;
	margin-left: 280px;
	margin-right: 280px;
	padding: 0 10px;
}
.top-menu-in-orange2 {
	padding: 0;
	height: 63px;
	margin: 0;
	max-width: 1000px;
}
.top-menu-in-blue4,
.top-menu-in-blue5 {
	padding: 0;
	height: 55px;
	margin: 0;
	max-width: 1000px;
}
.top-menu-in-green {
	background: linear-gradient(180deg, #2d353c, #222);
	margin-left: 313px;
	margin-right: 309px;
	padding: 0;
}
.container-fluid {
	height: 55px;
	vertical-align: middle;
	background: #111;
}
.top-menu-in .has-sub {
	height: 43px;
	line-height: 43px;
}

.top-menu .nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 220px;
	top: 100%;
	background: #1a2229;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
.top-menu .sub-menu > li > a {
	padding: 5px 20px;
	display: block;
	color: #8a8f94;
	text-decoration: none;
	position: relative;
}
.top-menu .nav .sub-menu > li > a .caret {
	margin-top: 7px;
}
.top-menu .sub-menu .sub-menu {
	position: relative;
	left: 0;
	top: 0;
}
.top-menu .sub-menu > li.active > a,
.top-menu .sub-menu > li.active > a:focus,
.top-menu .sub-menu > li.active > a:hover,
.top-menu .sub-menu > li > a:focus,
.top-menu .sub-menu > li > a:hover {
	color: #fff;
}
.top-menu .nav > li.has-sub:hover > .sub-menu {
	display: block;
}
.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:focus,
.top-menu .nav > li.active > a:hover {
	background: #00acac;
	color: #fff;
}
.top-menu .nav > li.menu-control {
	position: absolute;
	top: 0;
	width: 40px;
	background: #2d353c;
	height: 40px;
	margin: 0;
}
.top-menu .nav > li.menu-control > a {
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.top-menu .nav > li.menu-control > a i {
	float: none;
	margin: 0;
	font-size: 18px;
	display: block;
	line-height: 40px;
	color: #fff;
	width: auto;
}
.top-menu .nav > li.menu-control.menu-control-left {
	left: -50px;
}
.top-menu .nav > li.menu-control.menu-control-right {
	right: -50px;
}
@keyframes slideInLeft {
	0% {
		left: -50px;
	}
	to {
		left: 0;
	}
}
@-webkit-keyframes slideInLeft {
	0% {
		left: -50px;
	}
	to {
		left: 0;
	}
}
.top-menu .nav > li.menu-control.menu-control-left.show {
	-webkit-animation: slideInLeft 0.2s;
	animation: slideInLeft 0.2s;
	left: 0;
}
@keyframes slideInRight {
	0% {
		right: -50px;
	}
	to {
		right: 0;
	}
}
@-webkit-keyframes slideInRight {
	0% {
		right: -50px;
	}
	to {
		right: 0;
	}
}
.top-menu .nav > li.menu-control.menu-control-right.show {
	-webkit-animation: slideInRight 0.2s;
	animation: slideInRight 0.2s;
	right: 0;
}
.top-menu .nav > li.menu-control.menu-control-left > a {
	box-shadow: 5px 0 8px -3px rgba(0, 0, 0, 0.5);
}
.top-menu .nav > li.menu-control.menu-control-right > a {
	box-shadow: -5px 0 8px -3px rgba(0, 0, 0, 0.5);
}
.list-box-g-agero {
	display: table;
	vertical-align: middle;
	color: #ddd;
	overflow-x: hidden;
}
.list-box-g,
.list-box-g-agero {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 24px;
}
.list-box-g {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	overflow: hidden;
}
._bonus.list-box-g {
    display: block;
}
._bonus.list-box-g.text-ellipsis {
    text-overflow: unset !important;
}

.bonus_wrap .bonus_box .hva_bt_sub1 {
	float: left;
    width: 20%;
}
.bonus_wrap .bonus_box .hva_bt_sub1 .btn {
    height: 98px;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(1), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(1)~ .hva_bt_sub1  {
    width: 100%;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(2), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(2)~ .hva_bt_sub1  {
    width: 50%;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(3), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(3)~ .hva_bt_sub1  {
    width: 33.33%;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(4), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(4)~ .hva_bt_sub1  {
    width: 25%;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(5), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(5)~ .hva_bt_sub1  {
    width: 20%;
}
.bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(6), .bonus_wrap .bonus_box .hva_bt_sub1:first-child:nth-last-child(6)~ .hva_bt_sub1  {
    width: 33.33%;
}

.list-box-g2 {
	display: flex;
	flex: 1 1 0px;
}
.list-box-g2,
.list-box-mg {
	vertical-align: middle;
	width: 100%;
	padding: 0;
	margin: 0;
}
.list-box-mg {
	display: table;
	color: #fc6200;
	overflow-x: hidden;
	font-size: 23pt;
	font-family: Jost, "Malgun Gothic", dotum;
}
.hva-txt {
	display: table-cell;
	vertical-align: middle;
	overflow-x: hidden;
}
.width-fixed {
	width: 100%;
	min-width: 1380px;
}
.time-g {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 7%;
	min-width: 73px;
	padding: 1px;
	overflow-x: hidden;
}

.away-t-agero,
.home-t-agero {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding: 1px;
	overflow-x: hidden;
}
.hva_bt_sub {
	list-style: none;
}
.hva_bt_sub1 {
	text-align: center;
	display: flex;
	flex: 1 1 0;
	vertical-align: middle;
	padding: 1px;
	overflow: hidden;
	position: relative;
}
.hva_bt_sub1-agero {
	width: 33.3%;
}
.hva_bt_sub1-agero,
.hva_bt_sub2 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 1px;
	overflow-x: hidden;
	position: relative;
}
.hva_bt_sub2 {
	width: 50%;
}
.etc-live,
.etc-live-ban {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	overflow-x: hidden;
}
.etc-live-ban {
	width: 50%;
}
.etc-live-l {
	text-align: left;
}
.etc-live-l,
.etc-live-r {
	display: table-cell;
	vertical-align: middle;
	overflow-x: hidden;
}
.etc-live-r {
	text-align: right;
	width: 50px;
	min-width: 50px;
}
.etc-l {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 7%;
	min-width: 73px;
	padding: 1px;
	overflow-x: hidden;
}
.table-is {
	width: 100%;
	height: 100%;
}
.table-h {
	background: #25292c;
	border: 1px solid #25292c;
	font-size: 16px;
}
.table-h,
.table-h-agero {
	padding: 4px;
	color: #fafafa;
	height: 30px;
}
.table-h-agero {
	background: #0c0e10;
	border: 1px solid #333e46;
}
.table-h-grey {
	background: #b5b5b7;
	border: 1px solid #b5b5b7;
	padding: 4px;
	color: #fff;
	height: 22px;
	font-size: 16px;
}
.table-b {
	height: 65px;
	font-size: 14px;
}
.table-b,
.table-b-agero {
	background: #171c20;
	border: 1px solid #333e46;
	padding: 4px;
	color: #e8e8e8;
}
.table-b-agero {
	height: 30px;
}
.table-b-white {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.table-b-black,
.table-b-white {
	padding: 4px;
	height: 40px;
	font-size: 14px;
}
.table-b-black {
	background: #191919;
	border: 1px solid #fff;
	color: #fff;
}
.cursor {
	cursor: pointer;
}
.sport-icon {
	background: url(/static/image/383ceaa.svg) no-repeat;
}
.sport-icon,
.sport-icon-yellow {
	height: 20px;
	width: 22px;
	display: inline-block;
}
.sport-icon-yellow {
	background: url(/static/image/Sports/yellow/f239494.png) no-repeat;
}
.sport-icon.athletics {
	height: 20px;
	width: 25px;
	background-position: 0 0;
}
.sport-icon.aussie-rules {
	height: 20px;
	width: 25px;
	background-position: -36px 0;
}
.sport-icon.bandy {
	height: 20px;
	width: 25px;
	background-position: -108px 0;
}
.sport-icon.sicon3 {
	height: 20px;
	width: 25px;
	background-position: -144px 0;
}
.sport-icon.sicon2 {
	height: 20px;
	width: 25px;
	background-position: -180px 0;
}
.sport-icon.sicon26 {
	height: 20px;
	width: 25px;
	background-position: -216px 0;
}
.sport-icon.betting-menu-expand-or-collapse-icon {
	height: 20px;
	width: 25px;
	background-position: -252px 0;
}
.sport-icon.biathlon {
	height: 20px;
	width: 25px;
	background-position: -288px 0;
}
.sport-icon.bobsleigh {
	height: 20px;
	width: 25px;
	background-position: -324px 0;
}
.sport-icon.sicon10 {
	height: 20px;
	width: 25px;
	background-position: -360px 0;
}
.sport-icon.burger-menu {
	height: 20px;
	width: 25px;
	background-position: -396px 0;
}
.sport-icon.casino {
	height: 20px;
	width: 25px;
	background-position: -432px 0;
}
.sport-icon.chess {
	height: 20px;
	width: 25px;
	background-position: -468px 0;
}
.sport-icon.close {
	height: 20px;
	width: 25px;
	background-position: -504px 0;
}
.sport-icon.sicon21 {
	height: 20px;
	width: 25px;
	background-position: -540px 0;
}
.sport-icon.sicon28 {
	height: 20px;
	width: 25px;
	background-position: 0 -36px;
}
.sport-icon.cycling {
	height: 20px;
	width: 25px;
	background-position: -36px -36px;
}
.sport-icon.sicon22 {
	height: 20px;
	width: 25px;
	background-position: -72px -36px;
}
.sport-icon.ellipsis-icon {
	height: 20px;
	width: 25px;
	background-position: -108px -36px;
}
.sport-icon.esports {
	height: 20px;
	width: 25px;
	background-position: -144px -36px;
}
.sport-icon.f1 {
	height: 20px;
	width: 25px;
	background-position: -180px -36px;
}
.sport-icon.field-hockey {
	height: 20px;
	width: 25px;
	background-position: -216px -36px;
}
.sport-icon.figure-skating {
	height: 20px;
	width: 25px;
	background-position: -252px -36px;
}
.sport-icon.sicon12 {
	height: 20px;
	width: 25px;
	background-position: -288px -36px;
}
.sport-icon.sicon9 {
	height: 20px;
	width: 25px;
	background-position: -324px -36px;
}
.sport-icon.sicon6 {
	height: 20px;
	width: 25px;
	background-position: -360px -36px;
}
.sport-icon.help {
	height: 20px;
	width: 25px;
	background-position: -396px -36px;
}
.sport-icon.home {
	height: 20px;
	width: 25px;
	background-position: -432px -36px;
}
.sport-icon.sicon4 {
	height: 20px;
	width: 25px;
	background-position: -468px -36px;
}
.sport-icon.ice-skating {
	height: 20px;
	width: 25px;
	background-position: -504px -36px;
}
.sport-icon.lacrosse {
	height: 20px;
	width: 25px;
	background-position: -540px -36px;
}
.sport-icon.live-games {
	height: 20px;
	width: 25px;
	background-position: 0 -72px;
}
.sport-icon.luge {
	height: 20px;
	width: 25px;
	background-position: -36px -72px;
}
.sport-icon.magic-the-gathering {
	height: 20px;
	width: 25px;
	background-position: -72px -72px;
}
.sport-icon.message-icon {
	height: 20px;
	width: 25px;
	background-position: -108px -72px;
}
.sport-icon.misc {
	height: 20px;
	width: 25px;
	background-position: -144px -72px;
}
.sport-icon.sicon117 {
	height: 20px;
	width: 25px;
	background-position: -180px -72px;
}
.sport-icon.sicon11 {
	height: 20px;
	width: 25px;
	background-position: -216px -72px;
}
.sport-icon.outrights-specials-competitions-generic {
	height: 20px;
	width: 25px;
	background-position: -252px -72px;
}
.sport-icon.paddle-tennis {
	height: 20px;
	width: 25px;
	background-position: -288px -72px;
}
.sport-icon.parlays-teasers {
	height: 20px;
	width: 25px;
	background-position: -324px -72px;
}
.sport-icon.pin-pinned {
	height: 20px;
	width: 25px;
	background-position: -360px -72px;
}
.sport-icon.politics {
	height: 20px;
	width: 25px;
	background-position: -396px -72px;
}
.sport-icon.reload {
	height: 20px;
	width: 25px;
	background-position: -432px -72px;
}
.sport-icon.rink-hockey {
	height: 20px;
	width: 25px;
	background-position: -468px -72px;
}
.sport-icon.rugby {
	height: 20px;
	width: 25px;
	background-position: -504px -72px;
}
.sport-icon.rugby-league {
	height: 20px;
	width: 25px;
	background-position: -540px -72px;
}
.sport-icon.rugby-union {
	height: 20px;
	width: 25px;
	background-position: 0 -108px;
}
.sport-icon.short-track {
	height: 20px;
	width: 25px;
	background-position: -36px -108px;
}
.sport-icon.skeleton {
	height: 20px;
	width: 25px;
	background-position: -72px -108px;
}
.sport-icon.skiing {
	height: 20px;
	width: 25px;
	background-position: -108px -108px;
}
.sport-icon.sicon19 {
	height: 20px;
	width: 25px;
	background-position: -144px -108px;
}
.sport-icon.sicon1 {
	height: 20px;
	width: 25px;
	background-position: -180px -108px;
}
.sport-icon.squash {
	height: 20px;
	width: 25px;
	background-position: -216px -108px;
}
.sport-icon.surfing {
	height: 20px;
	width: 25px;
	background-position: -252px -108px;
}
.sport-icon.sicon20 {
	height: 20px;
	width: 25px;
	background-position: -288px -108px;
}
.sport-icon.sicon5 {
	height: 20px;
	width: 25px;
	background-position: -324px -108px;
}
.sport-icon.upcoming-games {
	height: 20px;
	width: 25px;
	background-position: -360px -108px;
}
.sport-icon.sicon23 {
	height: 20px;
	width: 25px;
	background-position: -396px -108px;
}
.sport-icon.icon-water-polo {
	height: 20px;
	width: 25px;
	background-position: -432px -108px;
}
.sport-icon.icon-winter-sports-1 {
	height: 20px;
	width: 25px;
	background-position: -468px -108px;
}
.sport-icon.icon-winter-sports-2 {
	height: 20px;
	width: 25px;
	background-position: -504px -108px;
}
.alpha-100 {
	opacity: 1;
	-moz-opacity: 1;
}
.alpha-99,
.alpha-100 {
	filter: alpha(opacity=99);
}
.alpha-99 {
	opacity: 0.99;
	-moz-opacity: 0.99;
}
.alpha-98 {
	filter: alpha(opacity=98);
	opacity: 0.98;
	-moz-opacity: 0.98;
}
.alpha-97 {
	filter: alpha(opacity=97);
	opacity: 0.97;
	-moz-opacity: 0.97;
}
.alpha-96 {
	filter: alpha(opacity=96);
	opacity: 0.96;
	-moz-opacity: 0.96;
}
.alpha-95 {
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
}
.alpha-94 {
	filter: alpha(opacity=94);
	opacity: 0.94;
	-moz-opacity: 0.94;
}
.alpha-93 {
	filter: alpha(opacity=93);
	opacity: 0.93;
	-moz-opacity: 0.93;
}
.alpha-92 {
	filter: alpha(opacity=92);
	opacity: 0.92;
	-moz-opacity: 0.92;
}
.alpha-91 {
	filter: alpha(opacity=91);
	opacity: 0.91;
	-moz-opacity: 0.91;
}
.alpha-90 {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.alpha-80 {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.alpha-70 {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.alpha-60 {
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.alpha-50 {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.alpha-40 {
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
}
.alpha-30 {
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}
.alpha-20 {
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}
.alpha-10 {
	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;
}
.alpha-0 {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
.bettingbox {
	padding: 0;
}
.betlistbox,
.bettingbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.betlistbox {
	clear: both;
	width: 251px;
	height: 67px;
	text-align: left;
	margin: 1px 0 3px 1px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.betlistcolor_a {
	color: #000;
	font-size: 8pt;
	padding: 0;
	margin: 7px 0 0 4px;
}
.betlistcolor_a,
.betlistcolor_a-orange2 {
	float: left;
	width: 210px;
	min-width: 210px;
	font-family: Jost, "Malgun Gothic", dotum;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}
.betlistcolor_a-orange2 {
	color: #848c99;
	font-size: 12px;
	padding: 16px;
}
.betlistcolor_b {
	color: #d65708;
	margin: 1px 0 0 4px;
}
.betlistcolor_b,
.betlistcolor_b-orange2 {
	float: left;
	width: 190px;
	min-width: 190px;
	font-size: 12px;
	font-family: Jost, "Malgun Gothic", dotum;
	height: 17px;
	line-height: 17px;
	padding: 0;
	overflow-x: hidden;
}
.betlistcolor_b-orange2 {
	color: #fff;
	font-weight: 900;
	margin: 16px 0 0 16px;
}
.betlistcolor_b_odd {
	color: #fff;
	font-size: 9pt;
	background-color: #d75809;
	padding: 0 3px;
	margin: 0 6px 0 0;
}
.betlistcolor_b_odd,
.betlistcolor_b_odd-orange2 {
	float: right;
	font-weight: 700;
	font-family: Jost, "Malgun Gothic", dotum;
	height: 17px;
	line-height: 17px;
	border-radius: 3px;
}
.betlistcolor_b_odd-orange2 {
	color: #e05c07;
	font-size: 14px;
	margin: 10px 6px 0 0;
}
.betlistclose {
	float: right;
	color: #d20000;
	font-size: 19px;
	font-family: Jost, "Malgun Gothic", dotum;
	line-height: 17px;
	padding: 5px 10px 10px;
	margin: 0;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 7px;
}
.betlistclose:hover {
	color: #f37e82;
}
.betlistclose-orange2 {
	float: right;
	color: #d20000;
	font-size: 19px;
	font-family: Jost, "Malgun Gothic", dotum;
	line-height: 17px;
	padding: 2px 5px 5px;
	margin: 0;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 16px;
	border-radius: 6px;
}
.betlistclose-orange2:hover {
	background: #5a5e66;
}
.betlistbox-agero {
	clear: both;
	width: 251px;
	height: 40px;
	text-align: left;
	margin: 1px 0 3px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.delete-all {
	float: right;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.1s ease-out 0s;
}
.delete-all:hover {
	color: #e15d07;
}
.display-none {
	display: none;
}
.display-flex {
	display: flex;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.position-absolute-zindex-1 {
	z-index: 1;
}
.position-absolute-zindex-10 {
	z-index: 10;
}
.position-absolute-zindex-100 {
	z-index: 100;
}
.position-absolute-zindex-1000 {
	z-index: 1000;
}
.position-absolute-zindex-10000 {
	z-index: 10000;
}
.top-0 {
	top: 0 !important;
}
.left-0 {
	left: 0 !important;
}
.right-0 {
	right: 0 !important;
}
.clear-both {
	clear: both;
}
.games-navigation {
	clear: both;
	width: 100%;
	height: 65px;
	display: table;
}
.line-bottom1 {
	border-bottom: 5px solid #fff;
}
.line-bottom2 {
	border-bottom: 5px solid #de5648;
}
.line-bottom3 {
	border-bottom: 5px solid #337bdd;
}
.line-bottom4 {
	border-bottom: 5px solid #986047;
}
.line-bottom5 {
	border-bottom: 5px solid #f0df8f;
}
.line-bottom6 {
	border-bottom: 5px solid #1e8567;
}
.line-bottom7 {
	border-bottom: 5px solid #fff210;
}
.line-bottom8 {
	border-bottom: 5px solid #ff9000;
}
.mini-live-tmenu-blue,
.mini-live-tmenu-blue1,
.mini-live-tmenu-blue3,
.mini-live-tmenu-gold,
.mini-live-tmenu-gold1,
.mini-live-tmenu-gold2,
.mini-live-tmenu-green,
.mini-live-tmenu-grey,
.mini-live-tmenu-orange,
.mini-live-tmenu-orange1,
.mini-live-tmenu-purple,
.mini-live-tmenu-red,
.mini-live-tmenu-silver,
.mini-live-tmenu-yellow,
.mini-live-tmenu-yellow1,
.mini-live-tmenu-yellow2,
.mini-live-tmenu-yellow3 {
	cursor: pointer;
	text-align: center;
	display: table-cell;
	width: 10%;
	font-weight: 700;
	background: #35353f;
	background: linear-gradient(180deg, #35353f, #161622);
}
.mini-live-tmenu-blue1:hover,
.mini-live-tmenu-blue3:hover,
.mini-live-tmenu-blue:hover,
.mini-live-tmenu-gold1:hover,
.mini-live-tmenu-gold2:hover,
.mini-live-tmenu-gold:hover,
.mini-live-tmenu-green:hover,
.mini-live-tmenu-grey:hover,
.mini-live-tmenu-orange1:hover,
.mini-live-tmenu-orange:hover,
.mini-live-tmenu-purple:hover,
.mini-live-tmenu-red:hover,
.mini-live-tmenu-silver:hover,
.mini-live-tmenu-yellow1:hover,
.mini-live-tmenu-yellow2:hover,
.mini-live-tmenu-yellow3:hover,
.mini-live-tmenu-yellow:hover {
	background: #35353f;
	background: linear-gradient(180deg, #161622, #35353f);
}
.mini-live-tmenu-white,
.mini-live-tmenu-white1 {
	cursor: pointer;
	text-align: center;
	display: table-cell;
	width: 10%;
	font-weight: 700;
	background: #dedede;
	background: linear-gradient(180deg, #dedede, #dedede);
}
.mini-live-tmenu-white1:hover,
.mini-live-tmenu-white:hover {
	background-image: linear-gradient(180deg, #f1f1f1 0, #d4d4d4 20%, #9d9d9d 50%, #d4d4d4 80%, #f1f1f1) !important;
}
.mini-live-tmenu-grey1 {
	cursor: pointer;
	text-align: center;
	display: table-cell;
	width: 10%;
	font-weight: 700;
	background: #1b1b23;
}
.mini-live-tmenu-grey1:hover {
	background: #212121;
}
.t-line1 {
	border-top: 5px solid #0091ea;
	border-right: 1px solid #454545;
}
.t-line1:active {
	background: #111;
}
.t-line2 {
	border-top: 5px solid #2a62ff;
	border-right: 1px solid #454545;
}
.t-line2:active {
	background: #111;
}
.t-line3 {
	border-top: 5px solid #4f2fc5;
	border-right: 1px solid #454545;
}
.t-line3:active {
	background: #111;
}
.t-line4 {
	border-top: 5px solid #7b20a3;
	border-right: 1px solid #454545;
}
.t-line4:active {
	background: #111;
}
.t-line5 {
	border-top: 5px solid #c41162;
	border-right: 1px solid #454545;
}
.t-line5:active {
	background: #111;
}
.t-line6 {
	border-top: 5px solid #d60000;
	border-right: 1px solid #454545;
}
.t-line6:active {
	background: #111;
}
.t-line7 {
	border-top: 5px solid #ff9000;
	border-right: 1px solid #454545;
}
.t-line7:active {
	background: #111;
}
.t-line8 {
	border-top: 5px solid #5d871b;
	border-right: 1px solid #454545;
}
.t-line8:active {
	background: #111;
}
.t-line9 {
	border-top: 5px solid #206825;
	border-right: 1px solid #454545;
}
.t-line10 {
	border-top: 5px solid #93f;
}
.t-line9:active {
	background: #111;
}
.live-tmenu-name {
	font-size: 17px;
	color: #fafafa;
	margin: 0 0 3px;
}
.live-tmenu-name-casino {
	font-size: 11pt;
	color: #d0d0d0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	margin: 0 0 3px;
	font-family: "Malgun Gothic", arial;
}
.live-tmenu-name-agero {
	font-size: 11pt;
	color: #fafafa;
	margin: 0 0 3px;
}
.live-tmenu-countdown {
	font: 700 17px Open Sans Condensed, sans-serif;
	color: #fff;
}
.live-tmenu-countdown-agero {
	font: 700 13px Open Sans Condensed, sans-serif;
	color: #fff;
}
.live-tmenu-casino-sub {
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
	color: #7d7d7d;
	font-weight: 400;
}
.playerbox {
	height: 422px;
}
.playerbox,
.playerbox2 {
	width: 100%;
	text-align: center;
	position: relative;
}
.playerbox2 {
	height: 380px;
}
.playerbox3 {
	height: 641px;
}
.east-playerbox3,
.playerbox3 {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.east-playerbox3 {
	height: 560px;
}
.boscore-playerbox3 {
	height: 600px;
}
.boscore-playerbox3,
.boscoreball-playerbox3 {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.boscoreball-playerbox3 {
	height: 700px;
}
.bubble-playerbox3 {
	height: 609px;
}
.bubble-playerbox3,
.livescore-playerbox3 {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.livescore-playerbox3 {
	height: 746px;
}
.playerbox4 {
	width: 100%;
	height: 575px;
	text-align: center;
	position: relative;
}
.last-result-items {
	margin-bottom: 12px;
}
.lottery-item {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 2px;
	padding: 7px;
	line-height: 1.2;
}
.ball {
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	background-repeat: repeat-x;
}
.ball.yellow {
	background-color: #ffad32;
	background: linear-gradient(180deg, #ffad32, #cc7a00);
	border-color: #cc7a00 #cc7a00 #b36b00;
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.33);
}
.ball.black {
	background-color: #5b5b5b;
	background: linear-gradient(180deg, #5b5b5b, #282828);
	border-color: #282828 #282828 #1c1c1c;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}
.ball.white {
	background-color: #f9f9f9;
	background: linear-gradient(180deg, #f9f9f9, #d6d6d6);
	border-color: #929292 #929292 #a1a1a1;
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.23);
}
.ball.blue {
	background-color: #5990d8;
	background: linear-gradient(180deg, #5990d8, #193c6b);
	border-color: #193c6b #193c6b #112948;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
}
.ball.green {
	background-color: #398f28;
	background: linear-gradient(180deg, #398f28, #193f11);
	border-color: #193f11 #193f11 #122c0c;
}
.ball.green,
.ball.grey,
.ball.red {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}
.ball.grey,
.ball.red {
	background-color: #e52828;
	background: linear-gradient(180deg, #e52828, #961111);
	border-color: #961111 #961111 #800f0f;
}
.ball.white,
.ball.yellow {
	color: #333;
}
.ball.black,
.ball.blue,
.ball.green,
.ball.grey,
.ball.red {
	color: #fff;
}
.ball > span {
	font-weight: 700;
}
.item-box {
	background: #fff;
	overflow: hidden;
	margin: 0;
	width: 100%;
	position: relative;
	border-radius: 6px;
}
.item-box.fullwidth {
	max-width: 100%;
}
.item-box figure {
	width: 100%;
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.item-box.fixed-box figure img {
	width: 100%;
	height: auto;
}
.item-box-desc {
	padding: 10px 20px;
	overflow: hidden;
}
.item-box-desc p {
	margin-top: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-box.fixed-box .item-box-desc p {
	height: 98px;
}
.item-box-desc h4 {
	padding: 0;
	margin: 0;
}
.item-box .item-box-desc small {
	display: block;
}
.item-box.fixed-box .item-box-desc {
	height: 256px;
}
.item-box.fixed-box figure {
	max-height: 263px;
}
.item-box .socials {
	border-top: 1px solid #eee;
	text-align: center;
	display: block;
}
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover a,
.item-box .item-hover button {
	color: #fff;
}
.item-box .item-hover .inner {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	z-index: 100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.divider {
	border-top: 1px dotted #424242;
	border-bottom: 1px dotted #424242;
}
.no-radius {
	border-radius: 0;
}
.home-payinfo-title {
	background-color: #12161a;
	border: 1px solid #f15e01;
	height: 42px;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.display-inlineblock {
	display: inline-block !important;
}
.display-table {
	display: table !important;
}
.display-tablecell {
	display: table-cell !important;
}
.vertical-middle {
	vertical-align: middle !important;
}
.main-cell {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	line-height: 23px;
	height: 53px;
	overflow: visible;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.word-keep {
	word-break: keep-all;
}
.td {
	padding: 6px 0;
	min-width: 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
	position: relative;
	text-align: left;
	display: table;
}
.score-button,
.td {
	vertical-align: middle;
}
.score-button {
	border-radius: 2px;
	width: 30px;
	display: table-cell;
	padding-bottom: 3px;
}
.odd-type {
	width: 10%;
	padding: 1px;
	float: left;
}
.odd-type-in {
	display: table-cell;
	width: 10%;
	background-color: #1e2428;
	margin: 1px;
	padding-top: 10px;
	height: 38px;
	color: #aeaeaf;
}
.main-odd-team {
	width: calc(100% - 50px);
	float: left;
	text-align: left;
}
.main-odd-val,
.main-odd-val-white {
	width: 50px;
	float: right;
	text-align: right;
}
.btn-score {
	background-color: #2e302d;
	border-radius: 0;
	border-top: 1px solid #3f4346;
	border-bottom: 1px solid #000;
	color: #fff;
	cursor: default;
}
.btn-score:hover {
	color: #fff;
}
.btn-sports-detail,
.btn-sports-detail-mob,
.btn-sports-rule {
	background-color: #2e302d;
	border-radius: 0;
	border-top: 1px solid #3f4346;
	border-bottom: 1px solid #000;
	color: #fff;
}
.btn-sports-rule:hover {
	color: #fff;
}
.btn-sports-detail-null {
	background-color: #1a1e1f;
	border-radius: 0;
	border-top: 1px solid #3f4346;
	border-bottom: 1px solid #000;
	color: #fff;
	height: 31px;
}
.btn-sports-detail-mob.active,
.btn-sports-detail.active,
.btn-sports-detail:focus,
.btn-sports-detail:hover {
	background-color: #ff6300;
	color: #fff;
}
.home-t .img-odds-up{
	left: calc(100% - 12px); 
	top: 1px;
}
.away-t .img-odds-up,
.vs-t .img-odds-up{
	left: 0; 
	top: 1px;
}
.home-t .img-odds-down,
.vs-t .img-odds-down{
	left: calc(100% - 12px); 
	top: 26px;
}
.away-t .img-odds-down{
	left: 0; 
	top: 26px;
}

.img-odds-up {
	top: calc(-50% + 2px);
}
.img-odds-down,
.img-odds-up {
	position: absolute;
	left: calc(100% - 3px);
}
.img-odds-down {
	top: calc(50% + 2px);
}
.img-odds-up-right {
	top: calc(-50% + 2px);
}
.img-odds-down-right,
.img-odds-up-right {
	position: absolute;
	right: calc(100% - 3px);
}
.img-odds-down-right {
	top: calc(50% + 2px);
}
.blinking {
	opacity: 0;
	-webkit-animation: blink 1s ease-in-out 3;
	animation: blink 1s ease-in-out 3;
	animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.border-radius-5 {
	border-radius: 5px !important;
}
.border-radius-20 {
	border-radius: 20px !important;
}
.main-dialog .el-dialog__header {
	display: none;
}
.main-dialog .el-dialog__body {
	padding: 0;
}
.main-dialog label {
	color: #fff;
}
.main-dialog .el-select {
	display: block;
}
.coin-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.coin-dialog {
	width: 500px;
	position: absolute;
	left: calc(50% - 250px);
	top: 100px;
	background-color: #ebebeb;
	border-radius: 10px;
	padding-bottom: 30px;
	border: 3px solid #fec106;
}
.coin-input.el-input.is-disabled .el-input__inner,
.coin-input input {
	background-color: #fc0;
	color: #000;
}
.grey-dialog .el-dialog {
	background: none !important;
}
.chat-dailog .el-dialog {
	background-color: #191919;
	width: 95% !important;
}
.auth-dialog {
	color: #fff;
}
.template-dialog .el-dialog {
	background: none !important;
}
.template-dialog .el-dialog__header {
	display: none;
}
.template-dialog .el-dialog__body {
	padding: 0;
}
.template-dialog label {
	color: #fff;
}
.template-dialog .el-select {
	display: block;
}
.template-dialog .el-dialog {
	margin-top: 20px !important;
}
.tl_reg_item {
	width: 95%;
}
.signup-button {
	background-color: #16171a;
	border: 1px solid #f56406;
	color: #f56406;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.signup-button.is-disabled:active,
.signup-button.is-disabled:focus,
.signup-button.is-disabled:hover,
.signup-button:active,
.signup-button:focus,
.signup-button:hover {
	background: #f56406;
	border: 1px solid #f56406;
}
.signup-button.is-disabled {
	background-color: #f56406;
	border: 1px solid #f56406;
	opacity: 0.3;
}
.orange-button {
	background-color: #fb6200;
	border: 1px solid #fb6200;
}
.orange-button.is-disabled:active,
.orange-button.is-disabled:focus,
.orange-button.is-disabled:hover,
.orange-button:active,
.orange-button:focus,
.orange-button:hover {
	background-image: linear-gradient(180deg, #d85908 0, #c34e0d 20%, #a94113 50%, #ff6d00 80%, #ff6d00);
	border: 1px solid #fb6200;
}
.orange-button.is-disabled {
	background-color: #fb6200;
	border: 1px solid #fb6200;
	opacity: 0.3;
}
.orange1-button {
	background-color: #f50;
	border: 1px solid #f50;
}
.orange1-button.is-disabled:active,
.orange1-button.is-disabled:focus,
.orange1-button.is-disabled:hover,
.orange1-button:active,
.orange1-button:focus,
.orange1-button:hover {
	background-image: linear-gradient(180deg, #f45201 0, #c64201 20%, #842b00 50%, #c64201 80%, #f45201);
	border: 1px solid #f50;
}
.orange1-button.is-disabled {
	background-color: #f50;
	border: 1px solid #f50;
	opacity: 0.3;
}
.orange2-button {
	background: #f56406 !important;
	border: 1px solid #f56406 !important;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.orange2-button.is-disabled:active,
.orange2-button.is-disabled:focus,
.orange2-button.is-disabled:hover,
.orange2-button:active,
.orange2-button:focus,
.orange2-button:hover {
	background: #ff802e !important;
	border: 1px solid #ff802e !important;
}
.orange2-button.is-disabled {
	background-color: #f56406 !important;
	border: 1px solid #f56406 !important;
	opacity: 0.3;
}
.orange2-popup-button {
	width: 148px !important;
	height: 40px !important;
	border: none !important;
}
.orange2-popup-button,
.orange2-popup-button.is-disabled:active,
.orange2-popup-button.is-disabled:focus,
.orange2-popup-button.is-disabled:hover,
.orange2-popup-button:active,
.orange2-popup-button:focus,
.orange2-popup-button:hover {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4IiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTQ4IDQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+CjxwYXRoIGQ9Ik0yOC41NjE0IDBIMTQ0TDEyNC43NzUgMzJINEwyOC41NjE0IDBaIiBmaWxsPSIjRjU2NDA2Ii8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0OCIgaGVpZ2h0PSI0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjM3IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==)
	no-repeat !important;
}
.orange2-popup-button.is-disabled {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMTQwIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQuNTYxNCAwSDE0MEwxMjAuNzc1IDMySDBMMjQuNTYxNCAwWiIgZmlsbD0iI0Y1NjQwNiIvPgo8L3N2Zz4K)
	no-repeat !important;
	opacity: 0.3;
}
.purple-button {
	background: #0037ce !important;
	border: 1px solid #0037ce;
}
.purple-button.is-disabled:active,
.purple-button.is-disabled:focus,
.purple-button.is-disabled:hover,
.purple-button:active,
.purple-button:focus,
.purple-button:hover {
	background-image: linear-gradient(180deg, #0037cc 0, #0030b5 20%, #001d6e 50%, #0030b5 80%, #0037cc) !important;
	border: 1px solid #0037ce;
}
.purple1-button {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border: 1px solid #c6426e;
}
.purple1-button.is-disabled:active,
.purple1-button.is-disabled:focus,
.purple1-button.is-disabled:hover,
.purple1-button:active,
.purple1-button:focus,
.purple1-button:hover {
	background-image: linear-gradient(180deg, #620067 0, #56015c 20%, #320038 50%, #56015c 80%, #620067) !important;
	border: 1px solid #620067;
}
.purple-button.is-disabled {
	background: #0037ce !important;
	border: 1px solid #0037ce;
	opacity: 0.3;
}
.orange-button1 {
	color: #fc6200;
}
.orange-button1,
.orange-button1.is-disabled,
.orange-button1.is-disabled:active,
.orange-button1.is-disabled:focus,
.orange-button1.is-disabled:hover,
.orange-button1:active,
.orange-button1:focus,
.orange-button1:hover {
	background-color: #1a1a1a;
	border: 2px solid #fb6200;
}
.orange-button1.is-disabled {
	opacity: 0.3;
}
.blue-button {
	background-color: #1f8fff;
	border: 1px solid #1f8fff;
}
.blue-button.is-disabled:active,
.blue-button.is-disabled:focus,
.blue-button.is-disabled:hover,
.blue-button:active,
.blue-button:focus,
.blue-button:hover {
	background-image: linear-gradient(180deg, #1e8bfb 0, #156dd5 20%, #1159b3 50%, #125eba 80%, #1c84ef);
	border: 1px solid #1f8fff;
}
.blue-button.is-disabled {
	background-color: #1f8fff;
	border: 1px solid #1f8fff;
	opacity: 0.3;
}
.blue1-button {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	border: 1px solid #dabd57;
	color: #000;
}
.blue1-button.is-disabled:active,
.blue1-button.is-disabled:focus,
.blue1-button.is-disabled:hover,
.blue1-button:active,
.blue1-button:focus,
.blue1-button:hover {
	background-image: linear-gradient(90deg, #a67b20 0, #ebd96f 30%, #c99d3a 60%, #cc9a38) !important;
	border: 1px solid #dabd57;
	color: #000;
}
.blue1-button.is-disabled {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	border: 1px solid #dabd57;
	opacity: 0.3;
	color: #000;
}
.blue2-button {
	background: #0ab8fd !important;
	border: 1px solid #0ab8fd;
	color: #000;
}
.blue2-button.is-disabled:active,
.blue2-button.is-disabled:focus,
.blue2-button.is-disabled:hover,
.blue2-button:active,
.blue2-button:focus,
.blue2-button:hover {
	background-image: linear-gradient(180deg, #425b71 0, #104161 20%, #0b3239 50%, #083d4d 80%, #175167) !important;
	border: 1px solid #0ab8fd;
	color: #fff;
}
.blue2-button.is-disabled {
	background: #0ab8fd !important;
	border: 1px solid #0ab8fd;
	opacity: 0.3;
	color: #fff;
}
.blue3-button {
	background: #082481 !important;
	border: 1px solid #082481;
	color: #fff;
}
.blue3-button.is-disabled:active,
.blue3-button.is-disabled:focus,
.blue3-button.is-disabled:hover,
.blue3-button:active,
.blue3-button:focus,
.blue3-button:hover {
	background-image: linear-gradient(180deg, #09247b 0, #041f76 20%, #021851 50%, #041f76 80%, #09247b) !important;
	border: 1px solid #082481;
	color: #fff;
}
.blue3-button.is-disabled {
	background: #082481 !important;
	border: 1px solid #082481;
	opacity: 0.3;
	color: #fff;
}
.blue4-button {
	background: #4269b2 !important;
	border: 1px solid #4269b2;
	color: #fff;
}
.blue4-button.is-disabled:active,
.blue4-button.is-disabled:focus,
.blue4-button.is-disabled:hover,
.blue4-button:active,
.blue4-button:focus,
.blue4-button:hover {
	background-image: linear-gradient(180deg, #3f64aa 0, #314f85 20%, #243a63 50%, #314f85 80%, #3f64aa) !important;
	border: 1px solid #4269b2;
	color: #fff;
}
.blue4-button.is-disabled {
	background: #4269b2 !important;
	border: 1px solid #4269b2;
	opacity: 0.3;
	color: #fff;
}
.blue5-button {
	background: #4c6f87 !important;
	border: 1px solid #4c6f87;
	color: #fff;
}
.blue5-button.is-disabled:active,
.blue5-button.is-disabled:focus,
.blue5-button.is-disabled:hover,
.blue5-button:active,
.blue5-button:focus,
.blue5-button:hover {
	background-image: linear-gradient(180deg, #486271 0, #465968 20%, #1f3543 50%, #465968 80%, #486271) !important;
	border: 1px solid #4c6f87;
	color: #fff;
}
.blue5-button.is-disabled {
	background: #4c6f87 !important;
	border: 1px solid #4c6f87;
	opacity: 0.3;
	color: #fff;
}
.yellow-button {
	color: #000;
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
}
.yellow-button.is-disabled:active,
.yellow-button.is-disabled:focus,
.yellow-button.is-disabled:hover,
.yellow-button:active,
.yellow-button:focus,
.yellow-button:hover {
	background-image: linear-gradient(180deg, #f0c70d 0, #bf9e0a 20%, #816b07 50%, #bf9e0a 80%, #edc50d);
	border: 1px solid #f1c80d;
	color: #000;
}
.yellow-button.is-disabled {
	opacity: 0.3;
}
.yellow1-button,
.yellow-button.is-disabled {
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
	color: #000;
}
.yellow1-button.is-disabled:active,
.yellow1-button.is-disabled:focus,
.yellow1-button.is-disabled:hover,
.yellow1-button:active,
.yellow1-button:focus,
.yellow1-button:hover {
	background-image: linear-gradient(180deg, #f0c70d 0, #bf9e0a 20%, #816b07 50%, #bf9e0a 80%, #edc50d);
	border: 1px solid #f1c80d;
	color: #000;
}
.yellow1-button.is-disabled {
	opacity: 0.3;
}
.yellow1-button.is-disabled,
.yellow2-button {
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
	color: #000;
}
.yellow2-button.is-disabled:active,
.yellow2-button.is-disabled:focus,
.yellow2-button.is-disabled:hover,
.yellow2-button:active,
.yellow2-button:focus,
.yellow2-button:hover {
	background-image: linear-gradient(180deg, #f0c70d 0, #bf9e0a 20%, #816b07 50%, #bf9e0a 80%, #edc50d);
	border: 1px solid #f1c80d;
	color: #000;
}
.yellow2-button.is-disabled {
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
	opacity: 0.3;
	color: #000;
}
.yellow3-button {
	color: #000;
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700);
	border: 1px solid #ffdb00;
}
.yellow3-button.is-disabled:active,
.yellow3-button.is-disabled:focus,
.yellow3-button.is-disabled:hover,
.yellow3-button:active,
.yellow3-button:focus,
.yellow3-button:hover {
	background-image: linear-gradient(180deg, #ffb500 0, #ffa501 20%, #f80 50%, #ffa501 80%, #ffb500);
	border: 1px solid #ffdb00;
	color: #000;
}
.yellow3-button.is-disabled {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700);
	border: 1px solid #ffdb00;
	opacity: 0.3;
	color: #000;
}
.white-button {
	color: #000;
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
}
.white-button.is-disabled:active,
.white-button.is-disabled:focus,
.white-button.is-disabled:hover,
.white-button:active,
.white-button:focus,
.white-button:hover {
	background-image: linear-gradient(180deg, #f0c70d 0, #bf9e0a 20%, #816b07 50%, #bf9e0a 80%, #edc50d);
	border: 1px solid #f1c80d;
	color: #000;
}
.white-button.is-disabled {
	background-color: #f1c80d;
	border: 1px solid #f1c80d;
	opacity: 0.3;
	color: #000;
}
.white1-button {
	background-color: #ed765e;
	border: 1px solid #ed765e;
}
.white1-button.is-disabled:active,
.white1-button.is-disabled:focus,
.white1-button.is-disabled:hover,
.white1-button:active,
.white1-button:focus,
.white1-button:hover {
	background-image: linear-gradient(180deg, #d85908 0, #c34e0d 20%, #a94113 50%, #ff6d00 80%, #ff6d00);
	border: 1px solid #ed765e;
}
.white1-button.is-disabled {
	background-color: #ed765e;
	border: 1px solid #ed765e;
	opacity: 0.3;
}
.white1-button1 {
	color: #fc6200;
}
.white1-button1,
.white1-button1.is-disabled,
.white1-button1.is-disabled:active,
.white1-button1.is-disabled:focus,
.white1-button1.is-disabled:hover,
.white1-button1:active,
.white1-button1:focus,
.white1-button1:hover {
	background-color: #1a1a1a;
	border: 2px solid #ed765e;
}
.white1-button1.is-disabled {
	opacity: 0.3;
}
.white2-button {
	background-color: #a2ddff;
}
.white2-button,
.white2-button.is-disabled,
.white2-button.is-disabled:active,
.white2-button.is-disabled:focus,
.white2-button.is-disabled:hover,
.white2-button:active,
.white2-button:focus,
.white2-button:hover {
	color: #000;
	border: 1px solid #a2ddff;
}
.white2-button.is-disabled {
	background-color: #a2ddff;
	opacity: 0.3;
}
.red-button {
	background-color: #c80000;
	border: 1px solid #c80000;
}
.red-button.is-disabled:active,
.red-button.is-disabled:focus,
.red-button.is-disabled:hover,
.red-button:active,
.red-button:focus,
.red-button:hover {
	background-image: linear-gradient(180deg, #a72020 0, #701616 20%, #400d0e 50%, #701616 80%, #a72020);
	border: 1px solid #c80000;
}
.red-button.is-disabled {
	background-color: #c80000;
	border: 1px solid #c80000;
	opacity: 0.3;
}
.red-button1 {
	background-color: #ff3f40;
	border: 1px solid #ff3f40;
	text-align: center;
	border-radius: 4px;
}
.red-button1.is-disabled:active,
.red-button1.is-disabled:focus,
.red-button1.is-disabled:hover,
.red-button1:active,
.red-button1:focus,
.red-button1:hover {
	border: 1px solid #ff3f40;
}
.red-button1.is-disabled {
	background-color: #ff3f40;
	border: 1px solid #ff3f40;
	opacity: 0.3;
}
.silver-button {
	background-color: #c1c0c0;
	border: 1px solid #c1c0c0;
	color: #000;
}
.silver-button.is-disabled:active,
.silver-button.is-disabled:focus,
.silver-button.is-disabled:hover,
.silver-button:active,
.silver-button:focus,
.silver-button:hover {
	background-image: linear-gradient(180deg, #c1c0c0 0, #999a9a 20%, #626466 50%, #999a9a 80%, #c1c0c0);
	border: 1px solid #c1c0c0;
}
.silver-button.is-disabled {
	background-color: #c1c0c0;
	border: 1px solid #c1c0c0;
	opacity: 0.3;
}
.gold-button {
	color: #000;
	background-color: #ffa863;
	border: 1px solid #ffa863;
}
.gold-button.is-disabled:active,
.gold-button.is-disabled:focus,
.gold-button.is-disabled:hover,
.gold-button:active,
.gold-button:focus,
.gold-button:hover {
	background-image: linear-gradient(180deg, #e69b61 0, #d08d58 20%, #986641 50%, #d08d58 80%, #e69b61) !important;
	border: 1px solid #ffa863;
	color: #000;
}
.gold-button.is-disabled {
	opacity: 0.3;
}
.gold1-button,
.gold-button.is-disabled {
	background-color: #f7b800;
	border: 1px solid #f7b800;
	color: #000;
}
.gold1-button.is-disabled:active,
.gold1-button.is-disabled:focus,
.gold1-button.is-disabled:hover,
.gold1-button:active,
.gold1-button:focus,
.gold1-button:hover {
	background-image: linear-gradient(180deg, #e69b61 0, #d08d58 20%, #986641 50%, #d08d58 80%, #e69b61) !important;
	border: 1px solid #f7b800;
	color: #000;
}
.gold1-button.is-disabled {
	background-color: #f7b800;
	border: 1px solid #f7b800;
	opacity: 0.3;
	color: #000;
}
.gold2-button {
	color: #000;
	background-color: #f39200;
	border: 1px solid #f39200;
}
.gold2-button.is-disabled:active,
.gold2-button.is-disabled:focus,
.gold2-button.is-disabled:hover,
.gold2-button:active,
.gold2-button:focus,
.gold2-button:hover {
	background-image: linear-gradient(180deg, #e69b61 0, #d08d58 20%, #986641 50%, #d08d58 80%, #e69b61) !important;
	border: 1px solid #f39200;
	color: #000;
}
.gold2-button.is-disabled {
	background-color: #f39200;
	border: 1px solid #f39200;
	opacity: 0.3;
	color: #000;
}
.grey-button {
	background: #348fe2;
	border-color: #348fe2;
}
.grey-button.is-disabled:active,
.grey-button.is-disabled:focus,
.grey-button.is-disabled:hover,
.grey-button:active,
.grey-button:focus,
.grey-button:hover {
	background: #2a72b5;
	border-color: #2a72b5;
}
.grey-button.is-disabled {
	background: #348fe2;
	border-color: #348fe2;
	opacity: 0.3;
}
.grey1-button {
	background: #aaa;
	border-color: #aaa;
	color: #000;
	font-family: AsiaGDE !important;
}
.grey1-button.is-disabled:active,
.grey1-button.is-disabled:focus,
.grey1-button.is-disabled:hover,
.grey1-button:active,
.grey1-button:focus,
.grey1-button:hover {
	background: #e8c337;
	border-color: #e8c337;
	color: #000;
}
.grey1-button.is-disabled {
	background: #aaa;
	border-color: #aaa;
	opacity: 0.3;
	color: #000;
}
.grey2-button {
	background: #19191c;
	border-color: #19191c;
	color: #fff;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.grey2-button.is-disabled:active,
.grey2-button.is-disabled:focus,
.grey2-button.is-disabled:hover,
.grey2-button:active,
.grey2-button:focus,
.grey2-button:hover {
	background: #44484f;
	border-color: #44484f;
	color: #fff;
}
.grey2-button.is-disabled {
	background: #19191c;
	border-color: #19191c;
	opacity: 0.3;
	color: #fff;
}
.grey3-button {
	background: #343438;
	border-color: #343438;
	color: #fff;
	border-radius: 6px;
	padding: 8px;
}
.grey3-button.is-disabled:active,
.grey3-button.is-disabled:focus,
.grey3-button.is-disabled:hover,
.grey3-button:active,
.grey3-button:focus,
.grey3-button:hover {
	background: #595961;
	border-color: #595961;
	color: #fff;
}
.grey3-button.is-disabled {
	background: #343438;
	border-color: #343438;
	opacity: 0.3;
	color: #fff;
}
.green-button {
	background-color: #79e80d;
	border: 1px solid #79e80d;
	color: #000;
}
.green-button.is-disabled:active,
.green-button.is-disabled:focus,
.green-button.is-disabled:hover,
.green-button:active,
.green-button:focus,
.green-button:hover {
	background-image: linear-gradient(180deg, #70e215 0, #66cb10 20%, #608a12 50%, #6ec713 80%, #84e22a);
	border: 1px solid #79e80d;
	color: #000;
}
.green-button.is-disabled {
	background-color: #79e80d;
	border: 1px solid #79e80d;
	opacity: 0.3;
}
.green-button2,
.green-button2:active,
.green-button2:focus,
.green-button2:hover {
	background-color: #179c2d;
	border: 1px solid #179c2d;
	color: #fff;	
}
.green-button3 {
	padding: 10px 12px;
}
.green-button3,
.green-button3:active,
.green-button3:focus,
.green-button3:hover {
	background-color: #a2ddff;
	border: 1px solid #a2ddff;
	color: #000;
}
.green-button4 {
	background-color: #11b485;
	border: 1px solid #11b485;
	color: #fff;
	padding: 8px 12px;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.green-button4:active,
.green-button4:focus,
.green-button4:hover {
	background-color: #16e5aa;
	border: 1px solid #16e5aa;
}
.green-button1,
.green-button1:active,
.green-button1:focus,
.green-button1:hover {
	background-color: #13871c;
	border: 1px solid #13871c;
}
.blue-button-light,
.blue-button-light:active,
.blue-button-light:focus,
.blue-button-light:hover {
	background-color: #3dc1e8;
	border: 1px solid #3dc1e8;
}
.right-button {
	padding: 9px;
	margin-top: 3px;
	right: 5px;
	top: 0;
}
.login-input-blue .el-input__inner,
.login-input-orange .el-input__inner {
	background-color: #1a1a1a !important;
	border: 2px solid #fc6200 !important;
	color: #fff !important;
}
.login-input-yellow .el-input__inner {
	background-color: #fff !important;
	border: 2px solid #e5c00d !important;
	color: #000 !important;
}
.login-input-yellow1 .el-input__inner {
	background: none !important;
	border: 2px solid #d40511 !important;
	color: #000 !important;
}
.login-input-white .el-input__inner {
	background-color: #fff !important;
	border: 2px solid #e5c00d !important;
	color: #000 !important;
}
.login-input-white1 .el-input__inner {
	background: none;
	border: 2px solid #fc6200 !important;
	color: #fff !important;
}
.login-input-red .el-input__inner {
	background-color: #1a1a1a !important;
	border: 2px solid #fc6200 !important;
	color: #fff !important;
}
.login-input-gold .el-input__inner {
	background: none !important;
	border: 2px solid #ffa863 !important;
	color: #fff !important;
}
.subtable.table > tbody > tr > td {
	border-color: #616161;
	background-color: #151e2d;
	border-right: 1px solid #616161;
}
.subtable > thead > tr {
	border-right: 1px solid #2e3439;
	border-left: 1px solid #2e3439;
}
.subtable > thead > tr > td {
	background-color: #2e3439;
}
.border-grey {
	border: 1px solid #343d46 !important;
}
.status-yes {
	background-color: #367fde;
}
.status-no,
.status-yes {
	width: 80px;
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	margin: 0 auto;
}
.status-no {
	background-color: #23272a;
}
.status-wait {
	width: 80px;
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	background-color: #727071;
	margin: 0 auto;
	cursor: pointer;
}
.status-wait-orange2 {
	text-align: center;
	padding: 4px 8px;
	color: #fa6200;
	background: rgba(250, 98, 0, 0.12);
	border-radius: 4px;
	display: inline-block;
}
.b_view .status-wait:hover {background-color: #00e1cc;}

.status-wait.delete-btn:hover {background-color: #f43434 !important;}
.status-lose {
	width: 80px;
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	background-color: #d73c38;
	margin: 0 auto;
}
.status-lose-orange2 {
	text-align: center;
	padding: 4px 8px;
	color: #dc3644;
	background: rgba(220, 54, 68, 0.12);
	border-radius: 4px;
	display: inline-block;
}
.b_view .status-wait {
    background-color: #009688;
}

.status-wait._bet_cancel {
    background-color: gray;
}
.status-win {
	width: 80px;
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	background-color: #367fde;
	margin: 0 auto;
}
.status-win-orange2 {
	text-align: center;
	padding: 4px 8px;
	color: #11b485;
	background: rgba(17, 180, 133, 0.12);
	border-radius: 4px;
	display: inline-block;
}
.status-cancel {
	width: 80px;
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	background-color: #faaf44;
	margin: 0 auto;
}
.status-cancel-orange2 {
	text-align: center;
	border-radius: 4px;
	padding: 4px 8px;
	background: rgba(255, 168, 0, 0.12);
	color: #ffa800;
	display: inline-block;
}
.status-cancel-request {
	text-align: center;
	border-radius: 3px;
	padding: 4px 0;
	background-color: #14851b;
	margin: 0 auto;
}
.bet-type-big,
.td-big {
	border: 1px solid red;
	border-radius: 50%;
	padding: 8px 10px;
}
.bet-type-middle,
.td-middle {
	border: 1px solid #337dde;
	border-radius: 50%;
	padding: 8px 10px;
}
.bet-type-small,
.td-small {
	border: 1px solid #019630;
	border-radius: 50%;
	padding: 8px 10px;
}
.bet-type-under,
.td-under {
	border: 1px solid #337dde;
	border-radius: 50%;
	padding: 9px 5px;
}
.bet-type-over,
.td-over {
	border: 1px solid red;
	border-radius: 50%;
	padding: 9px 4px;
}
.bet-type-odd,
.td-odd {
	padding: 8px 10px;
}
.bet-type-goal,
.bet-type-odd,
.td-odd {
	background-image: linear-gradient(180deg, #74b3dc 0, #367ee0);
	border-radius: 50%;
}
.bet-type-goal {
	padding: 8px 5px;
}
.bet-type-three {
	background-image: linear-gradient(180deg, #74b3dc 0, #367ee0);
}
.bet-type-four,
.bet-type-three {
	border-radius: 50%;
	padding: 8px 13px;
}
.bet-type-four {
	background-image: linear-gradient(180deg, #e25657 0, #f71312);
}
.bet-type-even,
.td-even {
	padding: 8px 10px;
}
.bet-type-even,
.bet-type-nogoal,
.td-even {
	background-image: linear-gradient(180deg, #e25657 0, #f71312);
	border-radius: 50%;
}
.bet-type-nogoal {
	padding: 8px 5px;
}
.bet-type-red {
	color: #f61416;
}
.bet-type-blue,
.bet-type-red {
	display: inline-block;
	width: 80px;
	background-color: #2f343a;
}
.bet-type-blue {
	color: #158dfd;
}
.mini-history-tab {
	text-align: center;
	border: 1px solid #616161;
	padding: 14px;
	font-size: 15px;
	background-color: #2f343a;
}
.mini-history-tab,
.mini-history-tab-orange2 {
	color: #fff;
	width: calc(100% - 6px);
	margin: 0 3px;
}
.mini-history-tab-orange2 {
	text-align: left;
	padding: 14px 22px;
	font-size: 14px;
	background: #1b1c1f;
	border-radius: 6px;
}
.sports-rule-cat {
	background-color: #0f1012;
}
.sports-rule-cat,
.sports-rule-cat-white {
	width: 95%;
	padding: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sports-rule-cat-white {
	background-color: #dedede;
}
.right-bar-sports-tab-orange {
	border-bottom: 2px solid #fc6200;
	color: #fff !important;
	text-align: center;
	height: 100%;
	padding-top: 10px;
}
.right-bar-sports-tab-orange.on {
	border: 2px solid #fc6200;
	border-bottom: 0;
	color: #fc6200 !important;
}
.right-bar-sports-tab-blue {
	border-bottom: 2px solid #1f8fff;
	color: #fff !important;
	text-align: center;
	height: 100%;
	padding-top: 10px;
}
.right-bar-sports-tab-blue.on {
	border: 2px solid #1f8fff;
	border-bottom: 0;
	color: #1f8fff !important;
}
.right-bar-sports-tab-blue2 {
	background-image: linear-gradient(180deg, #272727 0, #252525 20%, #222 50%, #1e1e1e 80%, #1c1c1c);
	border-bottom: 2px solid #2e7de5;
	color: #fff !important;
	text-align: center;
	height: 100%;
	padding-top: 10px;
}
.right-bar-sports-tab-blue2.on {
	border: 2px solid #2e7de5;
	border-bottom: 0;
	color: #2e7de5 !important;
}
.right-bar-sports-tab-white {
	border-bottom: 2px solid #f1c80e;
	color: #000 !important;
	text-align: center;
	height: 100%;
	padding-top: 10px;
	background-color: #efefef;
}
.right-bar-sports-tab-white.on {
	border: 2px solid #f1c80e;
	border-bottom: 0;
	color: #000 !important;
	background-color: #f1c80e;
}
.right-bar-sports-tab-white1 {
	border-bottom: 2px solid #ed765e;
	color: #000 !important;
	text-align: center;
	height: 100%;
	padding-top: 10px;
	background-color: #efefef;
}
.right-bar-sports-tab-white1.on {
	border: 2px solid #ed765e;
	border-bottom: 0;
	color: #000 !important;
	background-color: #ed765e;
}
.border-l-1 {
	border-left: 1px solid #000;
}
.border-r-1 {
	border-right: 1px solid #000;
}
.border-l-1-white {
	border-left: 1px solid #a2a2a2;
}
.border-r-1-white {
	border-right: 1px solid #a2a2a2;
}
.betslip-lock {
	position: relative;
	left: 0;
	top: 0;
	background-image: url(/static/image/Sidebar/7b58cd5.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: rgba(255, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}
.betslip-lock-orange2 {
	border-radius: 4px;
	display: inline-block;
	padding: 5px 6px;
}
.betslip-lock-orange2.on {
	background: rgba(245, 100, 6, 0.16);
}
.sports-type {
	width: 63px;
	height: 59px;
	float: left;
	margin-left: 1px;
	cursor: pointer;
}
.sports-sort {
	margin-bottom: 3px;
}
.sports-sort .el-checkbox__label {
	padding-left: 3px;
	font-size: 12px;
}
.sports-sort .el-checkbox__input.is-checked + .el-checkbox__label {
	color: #fff;
}
.main-select {
	background-color: #25292c;
	border-radius: 3px;
}
.main-select-agero {
	background-color: #1b1b23;
	border-radius: 3px;
}
.main-select-drop {
	background-color: #25292c;
}
.main-select-drop,
.main-select-drop-agero {
	position: absolute;
	width: 100%;
	z-index: 1;
	font-size: 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.main-select-drop-agero {
	background-color: #1b1b23;
}
.main-select-drop-item-orange {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-orange:hover {
	background-color: #ff6200;
	color: #000;
}
.main-select-drop-item-orange:hover .main-select-no-img-orange {
	background-image: url(/static/image/Money/orange/073f7fb.png);
}
.main-select-drop-item-orange:hover .main-select-sports-img-orange {
	background-image: url(/static/image/Money/orange/62e0ae6.png);
}
.main-select-drop-item-orange:hover .main-select-casino-img-orange {
	background-image: url(/static/image/Money/orange/4ea2206.png);
}
.main-select-drop-item-orange1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-orange1:hover {
	background-color: #ff6200;
	color: #000;
}
.main-select-drop-item-orange1:hover .main-select-no-img-orange1 {
	background-image: url(/static/image/Money/orange1/53193cd.png);
}
.main-select-drop-item-orange1:hover .main-select-sports-img-orange1 {
	background-image: url(/static/image/Money/orange1/005745c.png);
}
.main-select-drop-item-orange1:hover .main-select-casino-img-orange1 {
	background-image: url(/static/image/Money/orange1/2450272.png);
}
.main-select-drop-item-orange2 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-orange2:hover {
	background: rgba(245, 100, 6, 0.17);
	color: #e96007;
}
.main-select-drop-item-orange2:hover .main-select-no-img-orange2 {
	background-image: url(/static/image/Money/orange2/073f7fb.png);
}
.main-select-drop-item-orange2:hover .main-select-sports-img-orange2 {
	background-image: url(/static/image/Money/orange2/62e0ae6.png);
}
.main-select-drop-item-orange2:hover .main-select-casino-img-orange2 {
	background-image: url(/static/image/Money/orange2/4ea2206.png);
}
.main-select-drop-item-purple {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-purple:hover {
	background-color: #144ade;
	color: #000;
}
.main-select-drop-item-purple:hover .main-select-no-img-purple {
	background-image: url(/static/image/Money/purple/312d6f1.png);
}
.main-select-drop-item-purple:hover .main-select-sports-img-purple {
	background-image: url(/static/image/Money/purple/2ea5219.png);
}
.main-select-drop-item-purple:hover .main-select-casino-img-purple {
	background-image: url(/static/image/Money/purple/a479d23.png);
}
.main-select-drop-item-purple1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-purple1:hover {
	background-color: #c6426e;
	color: #fff;
}
.main-select-drop-item-purple1:hover .main-select-no-img-purple1 {
	background-image: url(/static/image/Money/purple1/f8222da.png);
}
.main-select-drop-item-purple1:hover .main-select-sports-img-purple1 {
	background-image: url(/static/image/Money/purple1/5e3dd04.png);
}
.main-select-drop-item-purple1:hover .main-select-casino-img-purple1 {
	background-image: url(/static/image/Money/purple1/d9ff675.png);
}
.main-select-drop-item-green {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-green:hover {
	background-color: #79e80d;
	color: #000;
}
.main-select-drop-item-green:hover .main-select-no-img-green {
	background-image: url(/static/image/Money/green/ab93d30.png);
}
.main-select-drop-item-green:hover .main-select-sports-img-green {
	background-image: url(/static/image/Money/green/62e0ae6.png);
}
.main-select-drop-item-green:hover .main-select-casino-img-green {
	background-image: url(/static/image/Money/green/a3074e8.png);
}
.main-select-drop-item-blue {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue:hover {
	background-color: #1f8fff;
	color: #000;
}
.main-select-drop-item-blue:hover .main-select-no-img-blue {
	background-image: url(/static/image/Money/blue/18e81be.png);
}
.main-select-drop-item-blue:hover .main-select-sports-img-blue {
	background-image: url(/static/image/Money/blue/535a3ea.png);
}
.main-select-drop-item-blue:hover .main-select-casino-img-blue {
	background-image: url(/static/image/Money/blue/69b17ec.png);
}
.main-select-drop-item-blue1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue1:hover {
	background-color: #dbbe58;
	color: #000;
}
.main-select-drop-item-blue1:hover .main-select-no-img-blue1 {
	background-image: url(/static/image/Money/blue1/b398a77.png);
}
.main-select-drop-item-blue1:hover .main-select-sports-img-blue1 {
	background-image: url(/static/image/Money/blue1/523e868.png);
}
.main-select-drop-item-blue1:hover .main-select-casino-img-blue1 {
	background-image: url(/static/image/Money/blue1/85a8f27.png);
}
.main-select-drop-item-blue2 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue2:hover {
	background-color: #1f8fff;
	color: #000;
}
.main-select-drop-item-blue2:hover .main-select-no-img-blue2 {
	background-image: url(/static/image/Money/blue2/08a4cbe.png);
}
.main-select-drop-item-blue2:hover .main-select-sports-img-blue2 {
	background-image: url(/static/image/Money/blue2/35f252a.png);
}
.main-select-drop-item-blue2:hover .main-select-casino-img-blue2 {
	background-image: url(/static/image/Money/blue2/1723e46.png);
}
.main-select-drop-item-blue3 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue3:hover {
	background-color: #082481;
	color: #fff;
}
.main-select-drop-item-blue3:hover .main-select-no-img-blue3 {
	background-image: url(/static/image/Money/blue3/246b2cb.png);
}
.main-select-drop-item-blue3:hover .main-select-sports-img-blue3 {
	background-image: url(/static/image/Money/blue3/8443e59.png);
}
.main-select-drop-item-blue3:hover .main-select-casino-img-blue3 {
	background-image: url(/static/image/Money/blue3/804f47c.png);
}
.main-select-drop-item-blue4 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue4:hover {
	background-color: #4269b2;
	color: #fff;
}
.main-select-drop-item-blue4:hover .main-select-no-img-blue4 {
	background-image: url(/static/image/Money/blue4/d0b7578.png);
}
.main-select-drop-item-blue4:hover .main-select-sports-img-blue4 {
	background-image: url(/static/image/Money/blue4/835cd0a.png);
}
.main-select-drop-item-blue4:hover .main-select-casino-img-blue4 {
	background-image: url(/static/image/Money/blue4/d6d7a8c.png);
}
.main-select-drop-item-blue5 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-blue5:hover {
	background-color: #4c6f87;
	color: #fff;
}
.main-select-drop-item-blue5:hover .main-select-no-img-blue5 {
	background-image: url(/static/image/Money/blue5/fc8be99.png);
}
.main-select-drop-item-blue5:hover .main-select-sports-img-blue5 {
	background-image: url(/static/image/Money/blue5/50da326.png);
}
.main-select-drop-item-blue5:hover .main-select-casino-img-blue5 {
	background-image: url(/static/image/Money/blue5/36edc08.png);
}
.main-select-drop-item-yellow {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-yellow:hover {
	background-color: #f1c80d;
	color: #000;
}
.main-select-drop-item-yellow:hover .main-select-no-img-yellow {
	background-image: url(/static/image/Money/yellow/398798a.png);
}
.main-select-drop-item-yellow:hover .main-select-sports-img-yellow {
	background-image: url(/static/image/Money/yellow/fbc634b.png);
}
.main-select-drop-item-yellow:hover .main-select-casino-img-yellow {
	background-image: url(/static/image/Money/yellow/3fefda1.png);
}
.main-select-drop-item-yellow1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-yellow1:hover {
	background-color: #f1c80d;
	color: #000;
}
.main-select-drop-item-yellow1:hover .main-select-no-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/b47b6ec.png);
}
.main-select-drop-item-yellow1:hover .main-select-sports-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/bb4bbcb.png);
}
.main-select-drop-item-yellow1:hover .main-select-casino-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/3b4f20c.png);
}
.main-select-drop-item-yellow2 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-yellow2:hover {
	background-color: #f1c80d;
	color: #000;
}
.main-select-drop-item-yellow2:hover .main-select-no-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/c2c1e66.png);
}
.main-select-drop-item-yellow2:hover .main-select-sports-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/58c87dc.png);
}
.main-select-drop-item-yellow2:hover .main-select-casino-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/826394b.png);
}
.main-select-drop-item-yellow3 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-yellow3:hover {
	background-color: #f1c80d;
	color: #000;
}
.main-select-drop-item-yellow3:hover .main-select-no-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/084a54a.png);
}
.main-select-drop-item-yellow3:hover .main-select-sports-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/e7f91d5.png);
}
.main-select-drop-item-yellow3:hover .main-select-casino-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/81dfe70.png);
}
.main-select-drop-item-white {
	background-color: #dfdfdf;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-white:hover {
	background-color: #f1c80d;
	color: #000;
}
.main-select-drop-item-white:hover .main-select-no-img-white {
	background-image: url(/static/image/Money/white/398798a.png);
}
.main-select-drop-item-white:hover .main-select-sports-img-white {
	background-image: url(/static/image/Money/white/fbc634b.png);
}
.main-select-drop-item-white:hover .main-select-casino-img-white {
	background-image: url(/static/image/Money/white/3fefda1.png);
}
.main-select-drop-item-white1 {
	background-color: #dfdfdf;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-white1:hover {
	background-color: #ed765e;
	color: #000;
}
.main-select-drop-item-white1:hover .main-select-no-img-white1 {
	background-image: url(/static/image/Money/white1/e776dbc.png);
}
.main-select-drop-item-white1:hover .main-select-sports-img-white1 {
	background-image: url(/static/image/Money/white1/1f13ab5.png);
}
.main-select-drop-item-white1:hover .main-select-casino-img-white1 {
	background-image: url(/static/image/Money/white1/c894e05.png);
}
.main-select-drop-item-red {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-red:hover {
	background-color: #ff2c2c;
	color: #fff;
}
.main-select-drop-item-red:hover .main-select-no-img-red {
	background-image: url(/static/image/Money/red/12e1588.png);
}
.main-select-drop-item-red:hover .main-select-sports-img-red {
	background-image: url(/static/image/Money/red/8b53486.png);
}
.main-select-drop-item-red:hover .main-select-casino-img-red {
	background-image: url(/static/image/Money/red/cce5d15.png);
}
.main-select-drop-item-silver {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-silver:hover {
	background-color: #4b6cb7;
	color: #fff;
}
.main-select-drop-item-silver:hover .main-select-no-img-silver {
	background-image: url(/static/image/Money/silver/2ec4119.png);
}
.main-select-drop-item-silver:hover .main-select-sports-img-silver {
	background-image: url(/static/image/Money/silver/391c9bd.png);
}
.main-select-drop-item-silver:hover .main-select-casino-img-silver {
	background-image: url(/static/image/Money/silver/21110c2.png);
}
.main-select-drop-item-gold {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-gold:hover {
	background-color: #ffa863;
	color: #000;
}
.main-select-drop-item-gold:hover .main-select-no-img-gold {
	background-image: url(/static/image/Money/gold/f8d3812.png);
}
.main-select-drop-item-gold:hover .main-select-sports-img-gold {
	background-image: url(/static/image/Money/gold/ef7928f.png);
}
.main-select-drop-item-gold:hover .main-select-casino-img-gold {
	background-image: url(/static/image/Money/gold/7748e79.png);
}
.main-select-drop-item-gold1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-gold1:hover {
	background-color: #f7b800;
	color: #000;
}
.main-select-drop-item-gold1:hover .main-select-no-img-gold1 {
	background-image: url(/static/image/Money/gold1/d2bf8e7.png);
}
.main-select-drop-item-gold1:hover .main-select-sports-img-gold1 {
	background-image: url(/static/image/Money/gold1/367c4e8.png);
}
.main-select-drop-item-gold1:hover .main-select-casino-img-gold1 {
	background-image: url(/static/image/Money/gold1/1adccb6.png);
}
.main-select-drop-item-gold2 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-gold2:hover {
	background-color: #f39200;
	color: #000;
}
.main-select-drop-item-gold2:hover .main-select-no-img-gold2 {
	background-image: url(/static/image/Money/gold2/ade3b25.png);
}
.main-select-drop-item-gold2:hover .main-select-sports-img-gold2 {
	background-image: url(/static/image/Money/gold2/e0fb7c3.png);
}
.main-select-drop-item-gold2:hover .main-select-casino-img-gold2 {
	background-image: url(/static/image/Money/gold2/f243f43.png);
}
.main-select-drop-item-grey {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-grey:hover {
	background-color: #fc6200;
	color: #000;
}
.main-select-drop-item-grey:hover .main-select-no-img-grey {
	background-image: url(/static/image/Money/grey/7370c4f.png);
}
.main-select-drop-item-grey:hover .main-select-sports-img-grey {
	background-image: url(/static/image/Money/grey/00e56ef.png);
}
.main-select-drop-item-grey:hover .main-select-casino-img-grey {
	background-image: url(/static/image/Money/grey/4ea2206.png);
}
.main-select-drop-item-grey1 {
	background-color: #121212;
	padding: 10px;
	border-radius: 3;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.main-select-drop-item-grey1:hover {
	background-color: #fbbd5a;
	color: #000;
}
.main-select-drop-item-grey1:hover .main-select-no-img-grey1 {
	background-image: url(/static/image/Money/grey1/328af20.png);
}
.main-select-drop-item-grey1:hover .main-select-sports-img-grey1 {
	background-image: url(/static/image/Money/grey1/debd765.png);
}
.main-select-drop-item-grey1:hover .main-select-casino-img-grey1 {
	background-image: url(/static/image/Money/grey1/0517063.png);
}
.main-select-sports-img-orange {
	background-image: url(/static/image/Money/orange/a33d400.png);
}
.main-select-sports-img-orange,
.main-select-sports-img-orange1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-orange1 {
	background-image: url(/static/image/Money/orange1/0b5118a.png);
}
.main-select-sports-img-orange2 {
	background-image: url(/static/image/Money/orange2/a33d400.png);
}
.main-select-sports-img-orange2,
.main-select-sports-img-purple {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-purple {
	background-image: url(/static/image/Money/purple/3f1f385.png);
}
.main-select-sports-img-purple1 {
	background-image: url(/static/image/Money/purple1/df7ddeb.png);
}
.main-select-sports-img-blue,
.main-select-sports-img-purple1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-blue {
	background-image: url(/static/image/Money/blue/128b183.png);
}
.main-select-sports-img-blue1 {
	background-image: url(/static/image/Money/blue1/39bd5bd.png);
}
.main-select-sports-img-blue1,
.main-select-sports-img-blue2 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-blue2 {
	background-image: url(/static/image/Money/blue2/3ba5258.png);
}
.main-select-sports-img-blue3 {
	background-image: url(/static/image/Money/blue3/5462108.png);
}
.main-select-sports-img-blue3,
.main-select-sports-img-blue4 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-blue4 {
	background-image: url(/static/image/Money/blue4/1abe78b.png);
}
.main-select-sports-img-blue5 {
	background-image: url(/static/image/Money/blue5/a81bd67.png);
}
.main-select-sports-img-blue5,
.main-select-sports-img-yellow {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-yellow {
	background-image: url(/static/image/Money/yellow/34f8c87.png);
}
.main-select-sports-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/34f8c87.png);
}
.main-select-sports-img-yellow1,
.main-select-sports-img-yellow2 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/ebfe14e.png);
}
.main-select-sports-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/1b4338e.png);
}
.main-select-sports-img-white,
.main-select-sports-img-yellow3 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-white {
	background-image: url(/static/image/Money/white/b585db0.png);
}
.main-select-sports-img-white1 {
	background-image: url(/static/image/Money/white1/650345d.png);
}
.main-select-sports-img-red,
.main-select-sports-img-white1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-red {
	background-image: url(/static/image/Money/red/53e5a9a.png);
}
.main-select-sports-img-silver {
	background-image: url(/static/image/Money/silver/aa7109a.png);
}
.main-select-sports-img-gold,
.main-select-sports-img-silver {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-gold {
	background-image: url(/static/image/Money/gold/c27bc5b.png);
}
.main-select-sports-img-gold1 {
	background-image: url(/static/image/Money/gold1/6c18515.png);
}
.main-select-sports-img-gold1,
.main-select-sports-img-gold2 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-gold2 {
	background-image: url(/static/image/Money/gold2/57aa4b0.png);
}
.main-select-sports-img-grey {
	background-image: url(/static/image/Money/grey/8d12969.png);
}
.main-select-sports-img-grey,
.main-select-sports-img-grey1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-sports-img-grey1 {
	background-image: url(/static/image/Money/grey1/f4f4b5f.png);
}
.main-select-casino-img-orange {
	background-image: url(/static/image/Money/orange/75b95cb.png);
}
.main-select-casino-img-orange,
.main-select-casino-img-orange1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-orange1 {
	background-image: url(/static/image/Money/orange1/917e8f4.png);
}
.main-select-casino-img-orange2 {
	background-image: url(/static/image/Money/orange2/75b95cb.png);
}
.main-select-casino-img-orange2,
.main-select-casino-img-purple {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-purple {
	background-image: url(/static/image/Money/purple/4dca7fb.png);
}
.main-select-casino-img-purple1 {
	background-image: url(/static/image/Money/purple1/b05fe38.png);
}
.main-select-casino-img-green,
.main-select-casino-img-purple1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-green {
	background-image: url(/static/image/Money/green/bd01095.png);
}
.main-select-casino-img-blue {
	background-image: url(/static/image/Money/blue/69bff98.png);
}
.main-select-casino-img-blue,
.main-select-casino-img-blue1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-blue1 {
	background-image: url(/static/image/Money/blue1/0f30b02.png);
}
.main-select-casino-img-blue2 {
	background-image: url(/static/image/Money/blue2/99db203.png);
}
.main-select-casino-img-blue2,
.main-select-casino-img-blue3 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-blue3 {
	background-image: url(/static/image/Money/blue3/93b6dc6.png);
}
.main-select-casino-img-blue4 {
	background-image: url(/static/image/Money/blue4/203311e.png);
}
.main-select-casino-img-blue4,
.main-select-casino-img-blue5 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-blue5 {
	background-image: url(/static/image/Money/blue5/2429466.png);
}
.main-select-casino-img-yellow {
	background-image: url(/static/image/Money/yellow/3db6b2a.png);
}
.main-select-casino-img-yellow,
.main-select-casino-img-yellow1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/3db6b2a.png);
}
.main-select-casino-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/78645d0.png);
}
.main-select-casino-img-yellow2,
.main-select-casino-img-yellow3 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/ba4bdea.png);
}
.main-select-casino-img-white {
	background-image: url(/static/image/Money/white/fb99a53.png);
}
.main-select-casino-img-red,
.main-select-casino-img-white {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-red {
	background-image: url(/static/image/Money/red/d6fa2d8.png);
}
.main-select-casino-img-silver {
	background-image: url(/static/image/Money/silver/5bcb7c2.png);
}
.main-select-casino-img-gold,
.main-select-casino-img-silver {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-gold {
	background-image: url(/static/image/Money/gold/c6dffc9.png);
}
.main-select-casino-img-gold1 {
	background-image: url(/static/image/Money/gold1/bac9043.png);
}
.main-select-casino-img-gold1,
.main-select-casino-img-gold2 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-gold2 {
	background-image: url(/static/image/Money/gold2/6f3afd2.png);
}
.main-select-casino-img-grey {
	background-image: url(/static/image/Money/grey/75b95cb.png);
}
.main-select-casino-img-grey,
.main-select-casino-img-grey1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-casino-img-grey1 {
	background-image: url(/static/image/Money/grey1/f745a2b.png);
}
.main-select-no-img-orange {
	background-image: url(/static/image/Money/orange/19cc625.png);
}
.main-select-no-img-orange,
.main-select-no-img-orange1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-orange1 {
	background-image: url(/static/image/Money/orange1/ed2b134.png);
}
.main-select-no-img-orange2 {
	background-image: url(/static/image/Money/orange2/19cc625.png);
}
.main-select-no-img-orange2,
.main-select-no-img-purple {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-purple {
	background-image: url(/static/image/Money/purple/be55a6e.png);
}
.main-select-no-img-purple1 {
	background-image: url(/static/image/Money/purple1/225e769.png);
}
.main-select-no-img-green,
.main-select-no-img-purple1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-green {
	background-image: url(/static/image/Money/green/998c335.png);
}
.main-select-no-img-blue {
	background-image: url(/static/image/Money/blue/05ce250.png);
}
.main-select-no-img-blue,
.main-select-no-img-blue1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-blue1 {
	background-image: url(/static/image/Money/blue1/efecac0.png);
}
.main-select-no-img-blue2 {
	background-image: url(/static/image/Money/blue2/66361fb.png);
}
.main-select-no-img-blue2,
.main-select-no-img-blue3 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-blue3 {
	background-image: url(/static/image/Money/blue3/7526f88.png);
}
.main-select-no-img-blue4 {
	background-image: url(/static/image/Money/blue4/7b9f969.png);
}
.main-select-no-img-blue4,
.main-select-no-img-blue5 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-blue5 {
	background-image: url(/static/image/Money/blue5/8fef257.png);
}
.main-select-no-img-yellow {
	background-image: url(/static/image/Money/yellow/c7b1a29.png);
}
.main-select-no-img-yellow,
.main-select-no-img-yellow1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-yellow1 {
	background-image: url(/static/image/Money/yellow1/c7b1a29.png);
}
.main-select-no-img-yellow2 {
	background-image: url(/static/image/Money/yellow2/95e4cc9.png);
}
.main-select-no-img-yellow2,
.main-select-no-img-yellow3 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-yellow3 {
	background-image: url(/static/image/Money/yellow3/8692a3d.png);
}
.main-select-no-img-white {
	background-image: url(/static/image/Money/white/c6025a9.png);
}
.main-select-no-img-white,
.main-select-no-img-white1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-white1 {
	background-image: url(/static/image/Money/white1/3d9917e.png);
}
.main-select-no-img-red {
	background-image: url(/static/image/Money/red/8e14463.png);
}
.main-select-no-img-red,
.main-select-no-img-silver {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-silver {
	background-image: url(/static/image/Money/silver/bc4cf6a.png);
}
.main-select-no-img-gold {
	background-image: url(/static/image/Money/gold/ed3ad71.png);
}
.main-select-no-img-gold,
.main-select-no-img-gold1 {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-gold1 {
	background-image: url(/static/image/Money/gold1/845e913.png);
}
.main-select-no-img-gold2 {
	background-image: url(/static/image/Money/gold2/68d8b28.png);
}
.main-select-no-img-gold2,
.main-select-no-img-grey {
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-no-img-grey {
	background-image: url(/static/image/Money/grey/50ff30a.png);
}
.main-select-no-img-grey1 {
	background-image: url(/static/image/Money/grey1/5279e95.png);
	background-position: 50%;
	background-size: 100% 100%;
	width: 52px;
	height: 52px;
	float: left;
}
.main-select-text {
	float: left;
	padding-left: 15px;
	height: 52px;
}
.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn-sports-detail-score {
	background-color: #2e302d;
	border-radius: 0;
	border-top: 1px solid #3f4346;
	border-bottom: 1px solid #000;
	color: #fff;
}
.btn-sports-detail-score:hover {
	color: #fff;
}
.score-button {
	border: 1px solid #fff;
}
.score-button:disabled {
	border: 1px solid #5b5c5b;
}
.score-button:hover,
.score-odd:hover {
	background-color: #ff6300;
}
.score-odd {
	border: 1px solid #fff;
	height: 90%;
	padding-top: 22px;
	padding-bottom: 22px;
}
.result-score {
	background-color: #ff6300;
	padding: 5px 10px 8px;
	border-radius: 3px;
	width: 56px;
	float: left;
}
.input-sign {
	font-size: 13px;
}
label {
	margin: 0;
}
.right-button.el-button.is-loading {
	position: absolute;
}
.left-home-lock-blue,
.left-home-lock-blue1,
.left-home-lock-blue2,
.left-home-lock-blue3,
.left-home-lock-blue4,
.left-home-lock-blue5,
.left-home-lock-gold,
.left-home-lock-gold1,
.left-home-lock-gold2,
.left-home-lock-green,
.left-home-lock-grey,
.left-home-lock-grey1,
.left-home-lock-orange,
.left-home-lock-orange1,
.left-home-lock-purple,
.left-home-lock-purple1,
.left-home-lock-red,
.left-home-lock-silver,
.left-home-lock-yellow,
.left-home-lock-yellow1,
.left-home-lock-yellow2,
.left-home-lock-yellow3 {
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-home-lock-white,
.left-home-lock-white1 {
	background-color: rgba(0, 0, 0, 0.4);
}
.left-home-lock-orange2,
.left-home-lock-white,
.left-home-lock-white1 {
	left: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-home-lock-orange2 {
	background-color: rgba(17, 17, 17, 0.5);
}
.left-vs-lock-blue,
.left-vs-lock-blue1,
.left-vs-lock-blue2,
.left-vs-lock-blue3,
.left-vs-lock-blue4,
.left-vs-lock-blue5,
.left-vs-lock-gold,
.left-vs-lock-gold1,
.left-vs-lock-gold2,
.left-vs-lock-green,
.left-vs-lock-grey,
.left-vs-lock-grey1,
.left-vs-lock-orange,
.left-vs-lock-orange1,
.left-vs-lock-purple,
.left-vs-lock-purple1,
.left-vs-lock-red,
.left-vs-lock-silver,
.left-vs-lock-yellow,
.left-vs-lock-yellow1,
.left-vs-lock-yellow2,
.left-vs-lock-yellow3 {
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-vs-lock-white,
.left-vs-lock-white1 {
	background-color: rgba(0, 0, 0, 0.4);
}
.left-vs-lock-orange2,
.left-vs-lock-white,
.left-vs-lock-white1 {
	left: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-vs-lock-orange2 {
	background-color: rgba(17, 17, 17, 0.5);
}
.left-away-lock-blue,
.left-away-lock-blue1,
.left-away-lock-blue2,
.left-away-lock-blue3,
.left-away-lock-blue4,
.left-away-lock-blue5,
.left-away-lock-gold,
.left-away-lock-gold1,
.left-away-lock-gold2,
.left-away-lock-green,
.left-away-lock-grey,
.left-away-lock-grey1,
.left-away-lock-orange,
.left-away-lock-orange1,
.left-away-lock-purple,
.left-away-lock-purple1,
.left-away-lock-red,
.left-away-lock-silver,
.left-away-lock-yellow,
.left-away-lock-yellow1,
.left-away-lock-yellow2,
.left-away-lock-yellow3 {
	background-color: rgba(0, 0, 0, 0.6);
	right: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-away-lock-white,
.left-away-lock-white1 {
	background-color: rgba(0, 0, 0, 0.4);
}
.left-away-lock-orange2,
.left-away-lock-white,
.left-away-lock-white1 {
	right: 0;
	top: 0;
	position: absolute;
	height: 39px;
	width: 100%;
	padding-top: 4px;
}
.left-away-lock-orange2 {
	background-color: rgba(17, 17, 17, 0.5);
}
.odd-lock-blue,
.odd-lock-blue1,
.odd-lock-blue2,
.odd-lock-blue3,
.odd-lock-blue4,
.odd-lock-blue5,
.odd-lock-gold,
.odd-lock-gold1,
.odd-lock-gold2,
.odd-lock-green,
.odd-lock-grey,
.odd-lock-grey1,
.odd-lock-orange,
.odd-lock-orange1,
.odd-lock-purple,
.odd-lock-purple1,
.odd-lock-red,
.odd-lock-silver,
.odd-lock-yellow,
.odd-lock-yellow1,
.odd-lock-yellow2,
.odd-lock-yellow3 {
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.odd-lock-white,
.odd-lock-white1 {
	background-color: rgba(0, 0, 0, 0.4);
}
.odd-lock-orange2,
.odd-lock-white,
.odd-lock-white1 {
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.odd-lock-orange2 {
	background-color: rgba(17, 17, 17, 0.5);
}
.collapse {
	display: none;
}
.display-center {
	justify-content: center;
}
.bethistory-livescore,
.display-center,
.display-center-vertical {
	display: flex;
	align-items: center;
}
.bethistory-livescore {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.bethistory-livescore-in {
	width: 40%;
	height: 210px;
	background-color: rgba(0, 0, 0, 0.8);
}
.league-favorite {
	position: absolute;
	right: 115px;
	top: 27px;
}
.market-type {
	width: 50px;
	text-align: center;
	float: left;
	padding-top: 12px;
}
.event-tab-blue {
	background-image: url(/static/image/Event/blue/ee500ee.png);
	color: #fff;
}
.event-tab-blue,
.event-tab-grey1 {
	float: left;
	background-size: 100% 100%;
	width: 182px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-tab-grey1 {
	background-image: url(/static/image/Event/grey1/d701cf5.png);
	color: #000;
}
.event-tab-yellow {
	float: left;
	width: calc(50% - 10px);
	background-color: #232323;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
.event-tab-yellow.on {
	background-color: #f1c80d;
	color: #000;
}
.collapse-up-orange {
	background-image: url(/static/image/Virtual/dbea0aa.png);
}
.collapse-down-orange,
.collapse-up-orange {
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	float: right;
}
.collapse-down-orange {
	background-image: url(/static/image/Virtual/a11b010.png);
}
.collapse-up-blue {
	background-image: url(/static/image/Virtual/7527dfa.png);
}
.collapse-down-blue,
.collapse-up-blue {
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	float: right;
}
.collapse-down-blue {
	background-image: url(/static/image/Virtual/c8ffb7b.png);
}
.rolling-button {
	background-color: #2e3438;
}
.rolling-button,
.rolling-button-orange2,
.rolling-button-white {
	text-align: center;
	width: calc(25% - 8px);
	padding: 10px 0;
	float: left;
}
.rolling-button-white {
	background-color: #eee;
}
.active-border-orange {
	border: 1px solid #fc6200;
}
.active-border-orange1 {
	border: 1px solid #f50;
}
.active-border-purple {
	border: 1px solid #144ade;
}
.active-border-purple1 {
	border: 1px solid #c6426e;
}
.active-border-blue {
	border: 1px solid #1f8fff;
}
.active-border-blue1 {
	border: 1px solid #dabd57;
}
.active-border-blue2 {
	border: 1px solid #2e7de5;
}
.active-border-blue3 {
	border: 1px solid #ffc105;
}
.active-border-blue5 {
	border: 1px solid #4c6f87;
}
.active-border-yellow {
	border: 1px solid #f8d346;
}
.active-border-yellow1 {
	border: 1px solid #d40511;
}
.active-border-yellow2 {
	border: 1px solid #ffbe00;
}
.active-border-yellow3 {
	border: 1px solid #ffdb00;
}
.active-border-white {
	border: 1px solid #f8d346;
}
.active-border-red {
	border: 1px solid #c80000;
}
.active-border-silver {
	border: 1px solid #4b6cb7;
}
.active-border-gold {
	border: 1px solid #ffa863;
}
.active-border-gold2 {
	border: 1px solid #f39200;
}
.active-border-grey {
	border: 1px solid #fc6200;
}
.active-border-grey1 {
	border: 1px solid #fbbd5a;
}
.slot-select-orange input {
	background-color: #2a3034;
	color: #fff;
}
.slot-select-orange .el-input__inner {
	border: 1px solid #2e3438;
}
.slot-select-orange .el-input.is-focus .el-input__inner,
.slot-select-orange .el-input__inner:focus {
	border: 1px solid #fc6200 !important;
}
.slot-select-orange1 input {
	background-color: #f50;
	color: #fff;
}
.slot-select-orange1 .el-input__inner {
	border: 1px solid #fff;
}
.slot-select-orange1 .el-input.is-focus .el-input__inner,
.slot-select-orange1 .el-input__inner:focus {
	border: 1px solid #fff !important;
}
.slot-select-orange2 input {
	background-color: #1b1c1f;
	color: #fff;
}
.slot-select-orange2 .el-input__inner {
	border: 1px solid #282a2e;
}
.slot-select-orange2 .el-input.is-focus .el-input__inner,
.slot-select-orange2 .el-input__inner:focus {
	border: 1px solid #1b1c1f !important;
}
.slot-select-purple input {
	background-color: #2a3034;
	color: #fff;
}
.slot-select-purple .el-input__inner {
	border: 1px solid #2e3438;
}
.slot-select-purple .el-input.is-focus .el-input__inner,
.slot-select-purple .el-input__inner:focus {
	border: 1px solid #144ade !important;
}
.slot-select-purple1 input {
	background-color: #c6426e;
	color: #fff;
}
.slot-select-purple1 .el-input__inner {
	border: 2px solid #fff;
}
.slot-select-purple1 .el-input.is-focus .el-input__inner,
.slot-select-purple1 .el-input__inner:focus {
	border: 2px solid #fff !important;
}
.slot-select-green input {
	background-color: #2a3034;
	color: #fff;
}
.slot-select-green .el-input__inner {
	border: 1px solid #2e3438;
}
.slot-select-green .el-input.is-focus .el-input__inner,
.slot-select-green .el-input__inner:focus {
	border: 1px solid #79e90b !important;
}
.slot-select-blue input {
	background-color: #2a3034;
	color: #fff;
}
.slot-select-blue .el-input__inner {
	border: 1px solid #2e3438;
}
.slot-select-blue .el-input.is-focus .el-input__inner,
.slot-select-blue .el-input__inner:focus {
	border: 1px solid #1f8fff !important;
}
.slot-select-blue1 input {
	background-color: #dabd57;
	color: #000;
}
.slot-select-blue1 .el-input__inner {
	border: 1px solid #000;
}
.slot-select-blue1 .el-input.is-focus .el-input__inner,
.slot-select-blue1 .el-input__inner:focus {
	border: 1px solid #000 !important;
}
.slot-select-blue2 input {
	background-color: #2e7de5;
	color: #fff;
}
.slot-select-blue2 .el-input__inner {
	border: 1px solid #fff;
}
.slot-select-blue2 .el-input.is-focus .el-input__inner,
.slot-select-blue2 .el-input__inner:focus {
	border: 1px solid #fff !important;
}
.slot-select-blue3 input {
	background-color: #082481;
	color: #fff;
}
.slot-select-blue3 .el-input__inner {
	border: 2px solid #fff;
}
.slot-select-blue3 .el-input.is-focus .el-input__inner,
.slot-select-blue3 .el-input__inner:focus {
	border: 2px solid #fff !important;
}
.slot-select-blue5 input {
	background-color: #4c6f87;
	color: #fff;
}
.slot-select-blue5 .el-input__inner {
	border: 2px solid #fff;
}
.slot-select-blue5 .el-input.is-focus .el-input__inner,
.slot-select-blue5 .el-input__inner:focus {
	border: 2px solid #fff !important;
}
.slot-select-yellow input {
	background-color: #f1c80d;
	color: #000;
}
.slot-select-yellow .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-yellow .el-input.is-focus .el-input__inner,
.slot-select-yellow .el-input__inner:focus,
.slot-select-yellow:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-yellow .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-yellow1 input {
	background-color: #d40511;
	color: #fc0;
}
.slot-select-yellow1 .el-input__inner {
	border: 3px solid #fc0;
	font-weight: 700 !important;
}
.slot-select-yellow1 .el-input.is-focus .el-input__inner,
.slot-select-yellow1 .el-input__inner:focus,
.slot-select-yellow1:hover .el-input__inner {
	border: 3px solid #fc0 !important;
}
.slot-select-yellow1 .el-input .el-select__caret {
	color: #d40511 !important;
	font-weight: 700 !important;
}
.slot-select-yellow2 input {
	background-color: #e6360d;
	color: #ffbe00;
}
.slot-select-yellow2 .el-input__inner {
	border: 3px solid #ffbe00;
	font-weight: 700 !important;
}
.slot-select-yellow2 .el-input.is-focus .el-input__inner,
.slot-select-yellow2 .el-input__inner:focus,
.slot-select-yellow2:hover .el-input__inner {
	border: 3px solid #ffbe00 !important;
}
.slot-select-yellow2 .el-input .el-select__caret {
	color: #e6360d !important;
	font-weight: 700 !important;
}
.slot-select-white input {
	background-color: #f1c80d;
	color: #000;
}
.slot-select-white .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-white .el-input.is-focus .el-input__inner,
.slot-select-white .el-input__inner:focus,
.slot-select-white:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-white .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-white1 input {
	background-color: #ed765e;
	color: #000;
}
.slot-select-white1 .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-white1 .el-input.is-focus .el-input__inner,
.slot-select-white1 .el-input__inner:focus,
.slot-select-white1:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-white1 .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-red input {
	background-color: #ff2c2c;
	color: #fff;
}
.slot-select-red .el-input__inner {
	border: 3px solid #fff;
	font-weight: 700 !important;
}
.slot-select-red .el-input.is-focus .el-input__inner,
.slot-select-red .el-input__inner:focus,
.slot-select-red:hover .el-input__inner {
	border: 3px solid #fff !important;
}
.slot-select-red .el-input .el-select__caret {
	color: #fff !important;
	font-weight: 700 !important;
}
.slot-select-silver input {
	background-color: #9c9ea0;
	color: #000;
}
.slot-select-silver .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-silver .el-input.is-focus .el-input__inner,
.slot-select-silver .el-input__inner:focus,
.slot-select-silver:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-silver .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-gold input {
	background-color: #ffa863;
	color: #000;
}
.slot-select-gold .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-gold .el-input.is-focus .el-input__inner,
.slot-select-gold .el-input__inner:focus,
.slot-select-gold:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-gold .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-gold1 input {
	background-color: #f7b800;
	color: #000;
}
.slot-select-gold1 .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-gold1 .el-input.is-focus .el-input__inner,
.slot-select-gold1 .el-input__inner:focus,
.slot-select-gold1:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-gold1 .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-gold2 input {
	background-color: #f39200;
	color: #000;
}
.slot-select-gold2 .el-input__inner {
	border: 3px solid #000;
	font-weight: 700 !important;
}
.slot-select-gold2 .el-input.is-focus .el-input__inner,
.slot-select-gold2 .el-input__inner:focus,
.slot-select-gold2:hover .el-input__inner {
	border: 3px solid #000 !important;
}
.slot-select-gold2 .el-input .el-select__caret {
	color: #000 !important;
	font-weight: 700 !important;
}
.slot-select-grey1 input {
	background-color: #282828;
	color: #fff;
}
.slot-select-grey1 .el-input__inner {
	border: 3px solid #fff;
	font-weight: 700 !important;
}
.slot-select-grey1 .el-input.is-focus .el-input__inner,
.slot-select-grey1 .el-input__inner:focus,
.slot-select-grey1:hover .el-input__inner {
	border: 3px solid #fff !important;
}
.slot-select-grey1 .el-input .el-select__caret {
	color: #fff !important;
	font-weight: 700 !important;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
	border-bottom-color: #2a3034 !important;
}
.el-popper[x-placement^="top"] .popper__arrow {
	border-top-color: #2a3034 !important;
}
.el-popper[x-placement^="bottom"] .popper__arrow:after {
	border-bottom-color: #2a3034 !important;
}
.el-popper[x-placement^="top"] .popper__arrow:after {
	border-top-color: #2a3034 !important;
}
.el-select-dropdown {
	background-color: #2a3034;
	border: 1px solid #2a3034;
}
.el-select-dropdown__item,
.el-select-dropdown__item.selected {
	color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
	background-color: #2a3034;
}
.casino-dialog .el-dialog,
.el-dialog__body {
	height: 100%;
}
.live-play {
	width: 100px;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
}
.live-play,
.live-play-orange2 {
	display: none;
	position: absolute;
}
.live-play-orange2 {
	width: 100%;
	left: 0;
	top: 0;
	font-size: 24px;
	text-align: center;
	padding-top: 50px;
}
.live-play-button {
	padding: 8px 36px;
	font-size: 14px;
	background: #f56406;
	border-radius: 36px;
	display: inline-block;
	margin-top: 36px;
	cursor: pointer;
}
.casino-over {
	position: absolute;
	left: 0;
	bottom: 54px;
	width: 100%;
	height: 78px;
	background: linear-gradient(178.08deg, rgba(28, 31, 33, 0) 28.29%, #1c1f21 98.38%);
}
.live-game:hover .live-play,
.live-game:hover .live-play-orange2 {
	display: block;
}
.live-check {
	position: absolute;
	width: 150px;
	left: calc(50% - 75px);
	top: calc(50% - 75px);
}
.live-check-orange2 {
	background: rgba(17, 19, 20, 0.85);
}
.live-banner-orange,
.live-check-orange2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.live-banner-orange {
	display: none;
	border-radius: 20px;
}
.live-banner-orange2 {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(17, 19, 20, 0.88);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	border-radius: 6px;
}
.live-banner-blue,
.live-banner-blue1,
.live-banner-blue2,
.live-banner-blue3,
.live-banner-blue5,
.live-banner-gold,
.live-banner-gold1,
.live-banner-gold2,
.live-banner-green,
.live-banner-grey,
.live-banner-grey1,
.live-banner-orange1,
.live-banner-purple,
.live-banner-purple1,
.live-banner-red,
.live-banner-silver,
.live-banner-white,
.live-banner-white1,
.live-banner-yellow,
.live-banner-yellow1,
.live-banner-yellow2,
.live-banner-yellow3 {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.live-check-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.live-game:hover .live-banner-orange {
	display: block;
	-webkit-animation: example-orange 2s ease-in-out 1;
	animation: example-orange 2s ease-in-out 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.live-game:hover .live-banner-orange2 {
	display: block;
	-webkit-animation: example-orange2 0.2s ease-in-out 1;
	animation: example-orange2 0.2s ease-in-out 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.live-game:hover .live-banner-blue,
.live-game:hover .live-banner-blue1,
.live-game:hover .live-banner-blue2,
.live-game:hover .live-banner-blue3,
.live-game:hover .live-banner-blue5,
.live-game:hover .live-banner-gold,
.live-game:hover .live-banner-gold1,
.live-game:hover .live-banner-gold2,
.live-game:hover .live-banner-green,
.live-game:hover .live-banner-grey,
.live-game:hover .live-banner-grey1,
.live-game:hover .live-banner-orange1,
.live-game:hover .live-banner-purple,
.live-game:hover .live-banner-purple1,
.live-game:hover .live-banner-red,
.live-game:hover .live-banner-silver,
.live-game:hover .live-banner-white,
.live-game:hover .live-banner-white1,
.live-game:hover .live-banner-yellow,
.live-game:hover .live-banner-yellow1,
.live-game:hover .live-banner-yellow2,
.live-game:hover .live-banner-yellow3 {
	display: block;
	-webkit-animation: example-blue 2s ease-in-out 1;
	animation: example-blue 2s ease-in-out 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
@-webkit-keyframes example-orange {
	0% {
		background-color: rgba(252, 98, 0, 0.1);
	}
	50% {
		background-color: rgba(252, 98, 0, 0.2);
	}
	to {
		background-color: rgba(252, 98, 0, 0.3);
	}
}
@keyframes example-orange {
	0% {
		background-color: rgba(252, 98, 0, 0.1);
	}
	50% {
		background-color: rgba(252, 98, 0, 0.2);
	}
	to {
		background-color: rgba(252, 98, 0, 0.3);
	}
}
@-webkit-keyframes example-orange2 {
	0% {
		background: rgba(17, 19, 20, 0.4);
	}
	to {
		background: rgba(17, 19, 20, 0.88);
	}
}
@keyframes example-orange2 {
	0% {
		background: rgba(17, 19, 20, 0.4);
	}
	to {
		background: rgba(17, 19, 20, 0.88);
	}
}
@-webkit-keyframes example-blue {
	0% {
		background-color: rgba(0, 98, 252, 0.1);
	}
	50% {
		background-color: rgba(0, 98, 252, 0.2);
	}
	to {
		background-color: rgba(0, 98, 252, 0.3);
	}
}
@keyframes example-blue {
	0% {
		background-color: rgba(0, 98, 252, 0.1);
	}
	50% {
		background-color: rgba(0, 98, 252, 0.2);
	}
	to {
		background-color: rgba(0, 98, 252, 0.3);
	}
}
.casino-dialog .el-dialog {
	width: 1400px;
	height: 750px;
	margin-top: 100px !important;
}
.casino-dialog .el-dialog.fullscreen {
	width: 100%;
	height: 100%;
	margin-top: 0 !important;
}
#companyimg,
#header-time,
#home-category,
#home-category-border,
#home-category-green {
	display: block;
}
#copyright-text {
	padding-top: 40px;
}
.notice-menu {
	display: block;
}
#logoimg {
	width: 200px;
}
#main-banner-img,
#main-banner-img-green {
	width: 100%;
}
#betslip-icon {
	display: none;
}
.popup-dialog {
	overflow-y: scroll;
}
.popup-dialog .el-dialog {
	margin-top: 100px !important;
	background: none !important;
}
.el-dialog__header {
	display: none;
}
.el-dialog__body {
	padding: 0;
}
.virtual-league-panel {
	display: block;
	width: 280px;
}
.virtual-video-panel {
	width: calc(100% - 280px);
}
.virtual-video-panel-orange2 {
	width: 648px;
}
.live-game-cont {
	padding: 10px;
}
.live-game-cont,
.live-game-cont-orange2 {
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.live-game-cont-orange2 {
	padding: 12px;
	font-size: 14px;
}
.slot-game-cont {
    float: unset;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
	width: calc(20% - 20px);	
}
.slot-game-cont > .snow_lobby > .slot-game-cont {
    width: 100%;
}
.slot-game-cont .live-game img {
	width: 100%;
}
.slot-game-cont .live-game img.live-play {
    width: 50%;
}
.slot-game-cont-orange2 {
	width: 20%;
	float: left;
	padding: 12px;
	cursor: pointer;
}
#money-move-img {
	transform: rotate(0);
}
.bg-logo-orange {
	height: 800px;
}
.bg-logo-orange,
.main-bg-logo-orange {
	background-image: url(/static/image/Home/orange/6ae9c11.png);
	background-size: 250px auto;
	background-position: center 250px;
	background-repeat: no-repeat;
}
.bg-logo-orange1 {
	height: 800px;
}
.bg-logo-orange1,
.main-bg-logo-orange1 {
	background-image: url(/static/image/Home/orange1/5777518.png);
	background-size: 250px auto;
	background-position: center 250px;
	background-repeat: no-repeat;
}
.bg-logo-orange2 {
	height: 800px;
	width: 100%;
}
.bg-logo-orange2,
.main-bg-logo-orange2 {
	background-image: url(/static/image/Home/orange2/893a546.png);
	background-size: 159px auto;
	background-position: center 250px;
	background-repeat: no-repeat;
}
.bg-logo-purple {
	height: 800px;
}
.bg-logo-purple,
.main-bg-logo-purple {
	background-image: url(/static/image/Home/purple/b1ba735.png);
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-purple1 {
	height: 800px;
}
.bg-logo-purple1,
.main-bg-logo-purple1 {
	background-image: url(/static/image/Home/purple1/6635505.png);
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-green {
	height: 800px;
}
.bg-logo-green,
.main-bg-logo-green {
	background-image: url(/static/image/Home/green/e29edac.png);
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-blue {
	height: 800px;
}
.bg-logo-blue,
.main-bg-logo-blue {
	background-image: url(/static/image/Home/blue/d0f06b1.png);
}
.bg-logo-blue,
.bg-logo-blue1,
.main-bg-logo-blue {
	background-size: 300px auto;
	background-position: center 200px;
	background-repeat: no-repeat;
}
.bg-logo-blue1 {
	height: 800px;
	background-image: url(/static/image/Home/blue1/6ec3493.png);
}
.main-bg-logo-blue1 {
	background-image: url(/static/image/Home/blue1/6ec3493.png);
	background-position: center 300px;
}
.bg-logo-blue2,
.main-bg-logo-blue1 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-blue2 {
	height: 800px;
	background-image: url(/static/image/Home/blue2/aad35bf.png);
	background-position: center 200px;
}
.main-bg-logo-blue2 {
	
}
.bg-logo-blue3,
.main-bg-logo-blue2 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-blue3 {
	height: 800px;
	background-image: url(/static/image/Home/blue3/241a242.png);
	background-position: center 200px;
}
.main-bg-logo-blue3 {
	background-image: url(/static/image/Home/blue3/241a242.png);
	background-position: center 300px;
}
.bg-logo-blue4,
.main-bg-logo-blue3 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-blue4 {
	height: 800px;
	background-image: url(/static/image/Home/blue4/1e71266.png);
	background-position: center 200px;
}
.main-bg-logo-blue4 {
	background-image: url(/static/image/Home/blue4/1e71266.png);
	background-position: center 300px;
}
.bg-logo-blue5,
.main-bg-logo-blue4 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-blue5 {
	height: 800px;
	background-image: url(/static/image/Home/blue5/359389f.png);
	background-position: center 200px;
}
.main-bg-logo-blue5 {
	background-image: url(/static/image/Home/blue5/359389f.png);
	background-position: center 300px;
}
.bg-logo-yellow,
.main-bg-logo-blue5 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-yellow {
	height: 800px;
	background-image: url(/static/image/Home/yellow/3b657f8.png);
	background-position: center 200px;
}
.main-bg-logo-yellow {
	background-image: url(/static/image/Home/yellow/3b657f8.png);
	background-position: center 300px;
}
.bg-logo-yellow1,
.main-bg-logo-yellow {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-yellow1 {
	height: 800px;
	background-image: url(/static/image/Home/yellow1/da4fa28.png);
	background-position: center 200px;
}
.main-bg-logo-yellow1 {
	background-image: url(/static/image/Home/yellow1/da4fa28.png);
	background-position: center 300px;
}
.bg-logo-yellow2,
.main-bg-logo-yellow1 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-yellow2 {
	height: 800px;
	background-image: url(/static/image/Home/yellow2/4c671a3.png);
	background-position: center 200px;
}
.main-bg-logo-yellow2 {
	background-image: url(/static/image/Home/yellow2/4c671a3.png);
	background-position: center 300px;
}
.bg-logo-yellow3,
.main-bg-logo-yellow2 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-yellow3 {
	height: 800px;
	background-image: url(/static/image/Home/yellow3/5f61116.png);
	background-position: center 200px;
}
.main-bg-logo-yellow3 {
	background-image: url(/static/image/Home/yellow3/5f61116.png);
	background-position: center 300px;
}
.bg-logo-white,
.main-bg-logo-yellow3 {
	background-size: 300px auto;
	background-repeat: no-repeat;
}
.bg-logo-white {
	height: 800px;
	background-image: url(/static/image/Home/white/e11787c.png);
	background-position: center 200px;
}
.main-bg-logo-white {
	background-image: url(/static/image/Home/white/e11787c.png);
}
.bg-logo-red,
.main-bg-logo-white {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-red {
	height: 800px;
	background-image: url(/static/image/Home/red/5a4dbeb.png);
}
.main-bg-logo-red {
	background-image: url(/static/image/Home/red/5a4dbeb.png);
}
.bg-logo-silver,
.main-bg-logo-red {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-silver {
	height: 800px;
	background-image: url(/static/image/Home/silver/ba5dda1.png);
}
.main-bg-logo-silver {
	background-image: url(/static/image/Home/silver/ba5dda1.png);
}
.bg-logo-gold,
.main-bg-logo-silver {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-gold {
	background-image: url(/static/image/Home/gold/1d0603e.png);
}
.main-bg-logo-gold {
	background-image: url(/static/image/Home/gold/1d0603e.png);
}
.bg-logo-gold1,
.main-bg-logo-gold {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-gold1 {
	background-image: url(/static/image/Home/gold1/a6da6b0.png);
}
.main-bg-logo-gold1 {
	background-image: url(/static/image/Home/gold1/a6da6b0.png);
}
.bg-logo-gold2,
.main-bg-logo-gold1 {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-gold2,
.main-bg-logo-gold2 {
	background-image: url(/static/image/Home/gold2/e272a96.png);
}
.main-bg-logo-gold2 {
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-grey {
	height: 800px;
	background-image: url(/static/image/Home/grey/9307624.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.main-bg-logo-grey {
	background-image: url(/static/image/Home/grey/d370370.png);
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.bg-logo-grey1 {
	height: 800px;
	background-image: url(/static/image/Home/grey1/9307624.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.main-bg-logo-grey1 {
	background-image: url(/static/image/Home/grey1/84d2f1d.png);
	background-size: 300px auto;
	background-position: center 300px;
	background-repeat: no-repeat;
}
.attendance-1 {
	padding: 0 5px;
	float: left;
	width: 154px;
}
.lbl_reg.popup_lbl label,
.tl_input_popup_required {
	color: #fff;
}
.auth-dialog.signup .el-input__inner {
	border: 1px solid #dcdfe6;
	background-color: #fff;
}
.ele-rotate {
	transform: rotate(90deg);
}
.current-payin-container,
.current-payout-container {
	overflow: hidden;
	height: 293px;
}
.current-payin-container ul,
.current-payout-container ul {
	list-style: none;
	position: relative;
	padding: 0;
}
.current-payin-container li,
.current-payout-container li {
	height: 34px;
	text-align: center;
	padding: 0;
}
.border-clear {
	border: 0 !important;
}
.el-table__empty-text {
	width: 100%;
}
.bet-result-table-white .el-table__empty-text,
.main-table-white .el-table__empty-text {
	color: #000 !important;
	font-size: 14px !important;
}
.el-message-box {
	width: auto;
}
.moneymove-cash-blue,
.moneymove-cash-blue1,
.moneymove-cash-blue2,
.moneymove-cash-blue3,
.moneymove-cash-blue4,
.moneymove-cash-blue5,
.moneymove-cash-gold,
.moneymove-cash-gold1,
.moneymove-cash-gold2,
.moneymove-cash-green,
.moneymove-cash-grey,
.moneymove-cash-grey1,
.moneymove-cash-orange,
.moneymove-cash-orange1,
.moneymove-cash-purple,
.moneymove-cash-purple1,
.moneymove-cash-red,
.moneymove-cash-silver,
.moneymove-cash-yellow,
.moneymove-cash-yellow1,
.moneymove-cash-yellow2,
.moneymove-cash-yellow3 {
	color: #fff;
	outline: none;
}
.moneymove-cash-white,
.moneymove-cash-white1 {
	color: #000;
	outline: none;
}
.moneymove-cash-orange.active {
	color: #fc6200;
}
.moneymove-cash-orange1.active {
	color: #f50;
}
.moneymove-cash-purple.active {
	color: #144ade;
}
.moneymove-cash-purple1.active {
	color: #c6426e;
}
.moneymove-cash-green.active {
	color: #79e90b;
}
.moneymove-cash-blue.active {
	color: #1fb3ff;
	outline: none;
}
.moneymove-cash-blue1.active {
	color: #dbbe58;
	outline: none;
}
.moneymove-cash-blue2.active {
	color: #2e7de5;
	outline: none;
}
.moneymove-cash-blue3.active {
	color: #ffc105;
	outline: none;
}
.moneymove-cash-blue4.active {
	color: #4269b2;
	outline: none;
}
.moneymove-cash-blue5.active {
	color: #4c6f87;
	outline: none;
}
.moneymove-cash-yellow1.active,
.moneymove-cash-yellow.active {
	color: #f1c80d;
}
.moneymove-cash-yellow2.active {
	color: #ffbe00;
}
.moneymove-cash-yellow3.active {
	color: #ffdb00;
}
.moneymove-cash-white.active {
	color: #000;
}
.moneymove-cash-white1.active {
	color: #ed765e;
}
.moneymove-cash-red.active {
	color: #c80000;
}
.moneymove-cash-silver.active {
	color: #4b6cb7;
}
.moneymove-cash-gold.active {
	color: #ffa863;
}
.moneymove-cash-gold1.active {
	color: #f7b800;
}
.moneymove-cash-gold2.active {
	color: #f39200;
}
.moneymove-cash-grey.active {
	color: #fc6200;
}
.moneymove-cash-grey1.active {
	color: #fbbd5a;
}
.popup-absolute .el-dialog {
	position: absolute;
}
.sportcore:focus,
.sportcore:hover {
	text-decoration: none !important;
}
.my-input .el-input__inner {
	background-color: #161c22 !important;
	border: 1px solid #1f8fff;
	color: #fff;
}
.cat-button-orange {
	width: 95%;
	margin-left: 2.5%;
	border: 2px solid #fc6200;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}
.cat-button-orange.on {
	background-color: #fc6200;
}
.cat-button-blue {
	width: 95%;
	margin-left: 2.5%;
	border: 2px solid #1f8fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}
.cat-button-blue.on {
	background-color: #1f8fff;
}
.notice-tab-yellow {
	text-align: center;
	padding: 10px 0;
	background-color: #232323;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.notice-tab-yellow.on {
	background-color: #f1c80d;
	color: #000;
}
.notice-tab-yellow1 {
	text-align: center;
	padding: 10px 0;
	background-color: #232323;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.notice-tab-yellow1.on {
	background-color: #f1c80d;
	color: #000;
}
.notice-tab-orange1 {
	text-align: center;
	padding: 10px 0;
	background-color: #232323;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.notice-tab-orange1.on {
	background-color: #f50;
	color: #fff;
}
p {
	margin: 0 !important;
}
.VueCarousel-navigation-prev {
	left: 70px !important;
	width: 62px;
	height: 100px;
	background-image: url(/static/image/Home/caa2350.png);
}
.VueCarousel-navigation-next {
	right: 70px !important;
	width: 62px;
	height: 100px;
	background-image: url(/static/image/Home/5b46983.png);
}
.carousel-orange2 .VueCarousel-navigation-prev {
	left: 70px !important;
	width: 36px;
	height: 36px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALgSURBVHgBxZjPbxJBFIDfmwULbUzxamJYjp5K41kDJ2+iN2OKxYOJB5PWu0lp4s0LZy9SQeOt8hcUfxyMF4mnXgxLr8aERlFa2Hm+2bYrLVDY2QW+hN0NDOzHzJt98wbBI/W7EVNcoAwRJRExBUAxIIw5HyI1+WAhkUWIVSmwkii2LQ8/Dzhuw3o2kjOAVgkgBV5AqPGhEH/V3hqv+SiRlUhKCHoJBCb4AcHiQ36U2FChei4WE/JvnkXWIFBkQRoLm4liswnjCtVzHCeStlkmCZOAe4vjKz0ovnCIzI7vIdKUwtMyzjB9nbjM/7vXpIime4dP9H5+HDMmTAsOCWG3NnrfcntITWsBPJtmgCQ7nSh3q+ra7SGBtAEzQgjD7QhHSPXOVIfqLHzvxv3IqivEvRPws8Y7nG5yztmZ5jbVIQAu3nwM8s8+tD6WQIewjWZIdCkzfkYbzuKdp85LoSvUEXRbIHpMliNkfr54CLoQUlIQ+gvmszKtT3q9o0DAFD96yARNgpQ5gmI8y44XVx5ZuJ4NWEaBMQGaiKjW/xiJ8WTJWGezCHjk8PsX5xy5egPmr92C7o8GdPa+gT+oyUKhR3yl9XcPdj8EKkUEu8b6kpHk6NZeiAUqhfCZswbWwCf728+cl+LSynPQhV2qIRnCCqeOAvhECanewflF0EV2seIkjb3s3I7n8iZguM6rmeXDZWfa27Ycq2aaJJztnVFy02ojO6cyvgmzwYqXDhLqwn0wSsIHMCukzJ9cukKJcrvKJ9/BrUEh/rqz1SekkEZ086gWnxqW/MX37KG/UFS7G2EuFCcfT5bscKH49nSh2JdcVQPVUH0BJgVxgThAZqCQK2VEl2EyMVWQv6MDZRSjt2PuhXPCEKpmM8EflgA7d6XUfX9eo/E3rFgMhVjjNbinRMwZvIoki70zKRAhV0wFfcjOEKjtPDQR1RL4ZNXpbOk1SVKV36+FpfHu8pt2AzzwD2SsOWXjrjg2AAAAAElFTkSuQmCC);
}
.carousel-orange2 .VueCarousel-navigation-next {
	right: 70px !important;
	width: 36px;
	height: 36px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALoSURBVHgBxZg/TBNRHMe/v3cgBWJowmJMTK+bLgJxNYZObqKbMVbq4mSCODmYAAkDYwc3B0HQOCmuLtQ/k4uNk4vplUnjcijFQnvv5++dUAsUae+u7We4e7m+9n3y3u/dr79HaJHC9ZitTvAEM48S0TjAcTDF/Q+JXbk4xOwwUU4rep1cLDst/Dyo2Y6FdCxjgScZGEcrEPJyySaelpea636cyM3YuFL8BAwbYSA4cpk9TuxIoUImHlf696yITCFSdFZbg3PJRddFs0KFjMSJ5lciM4p2ILMl8ZVqFF90hMxa6CUKKEX7Zfxl+tR2mX+j57XqT9Uvn6r/fDdmbHQKCQnllWbqH9VmyGxrBdlNXUCzl0quVHOmXZshRTyDLqGUVZsIX8jMTkeX6iAydvFWbLImJLMT8bumdSTdZPy7v809LiAAJy/fhd7aQOn9MqKg1yO7R1V5ovmMtp+haw+hBuKwhhP4uTqPsFQUX7Xuj/Q8kPZZBMBzv2PgwhXEzl0CS9bd/vIOYWDib9a9UV/oFAJQWf+M6o9iZFIEilvT560FacYQkGilGNb0SM8CQnJQSm+52Pn6Ea1DMYU2oEsbCIoIsYuQDF5MY/jOY7/tvpxH6UPQ1wC7IkShhA7KhNn+En+OYnAOAYlSxkf+I0nWoDwCEqmM8WHKhUodZoZoYAibbx4hCnSFkn7SWE/3rbVc3kSM1Hl5e2VnzN/2nqebqpnaiWT7rH/fe1BM95lls9EdnMTydtI0ai9GzXQb3ULr2b1mTSi5Us7JLYvOk008qywdEjJoq3/uby3eMRz9S8as43ChaE43eqVQbH88ObLNU8kX+wvFQ8nVdDAdzRfQLlgKxAYyDYVqUlb/GNoTU1m92d9QxnD8ccyN3oyylKnZbITDUfAyZ5arb//XqfkDKxEjpaaIWjsRkQyeI9aL9TspEqGamAn6Hm+CYY7zyCZiW+7x3eHNkZ7LmnPyPN+rrdXTz8tFtMAfywhJNttBQGMAAAAASUVORK5CYII=);
}
.VueCarousel-navigation-next,
.VueCarousel-navigation-prev {
	font-size: 50px;
	color: #fff !important;
	display: none;
}
.VueCarousel:hover .VueCarousel-navigation-next,
.VueCarousel:hover .VueCarousel-navigation-prev {
	display: block !important;
}
.VueCarousel-navigation-button:focus {
	outline: none !important;
}
.flip-clock-wrapper * {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}
.flip-clock-wrapper a:hover {
	color: #fff;
}
.flip-clock-wrapper ul {
	list-style: none;
}
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
	content: " ";
	display: table;
}
.flip-clock-wrapper.clearfix:after {
	clear: both;
}
.flip-clock-wrapper.clearfix {
	zoom: 1;
}
.flip-clock-wrapper {
	font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none;
}
.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important;
}
.flip-clock-meridium a {
	color: #313333;
}
.flip-clock-wrapper {
	margin: 0;
}
.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
	content: " ";
	display: table;
}
.flip-clock-wrapper:after {
	clear: both;
}
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 40px;
	height: 51px;
	font-size: 40px;
	font-weight: 700;
	line-height: 51px;
	border-radius: 3px;
	background: #1b1b23;
}
.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
	z-index: 2;
}
.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
}
.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 60px;
	overflow: hidden;
	outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
	transform-origin: 50% 100%;
	top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #111;
}
.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #ccc;
	text-shadow: 0 1px 2px #000;
	text-align: center;
	background-color: #333;
	border-radius: 3px;
	font-size: 45px;
}
.flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}
.flip-clock-wrapper .flip {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s linear 0.5s both;
	animation: asd 0.5s linear 0.5s both;
	z-index: 5;
}
.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 80px;
}
.flip-clock-divider:first-child {
	width: 0;
}
.flip-clock-dot {
	display: block;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px;
}
.flip-clock-divider.minutes .flip-clock-label {
	color: #fafafa;
	right: -88px;
	display: none;
}
.flip-clock-divider.seconds .flip-clock-label {
	color: #fafafa;
	right: -91px;
	display: none;
}
.flip-clock-dot.top {
	top: 20px;
}
.flip-clock-dot.bottom {
	bottom: 30px;
}
@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	to {
		z-index: 4;
	}
}
@keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	to {
		z-index: 4;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s linear 0.5s both;
	animation: turn 0.5s linear 0.5s both;
}
@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
	}
	to {
		-webkit-transform: rotateX(0deg);
	}
}
@keyframes turn {
	0% {
		transform: rotateX(90deg);
	}
	to {
		transform: rotateX(0deg);
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	to {
		-webkit-transform: rotateX(-90deg);
	}
}
@keyframes turn2 {
	0% {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(-90deg);
	}
}
.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	-webkit-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
	background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	-webkit-animation: hide 0.5s linear 0.3s both;
	animation: hide 0.5s linear 0.3s both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	-webkit-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
	background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	-webkit-animation: hide 0.5s linear 0.3s both;
	animation: hide 0.5s linear 0.2s both;
}
@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes hide {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.main-loader {
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: visible;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.animationStopped,
.loaderSVG {
	max-width: 132px;
	fill: #ff6400;
	overflow: visible;
}
.loaderSVG-green {
	max-width: 132px;
	fill: #7aea0c;
	overflow: visible;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 0.88;
		transform: scale(1);
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 0.88;
		transform: scale(1);
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 0.88;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.5);
	}
}
@keyframes fade-out {
	0% {
		opacity: 0.88;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.5);
	}
}
@-webkit-keyframes removePath {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes removePath {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.loaderSVG .fade {
	transform-origin: 22% 22%;
	transform: scale(0.88);
	-webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.loaderSVG .ring-2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	transform-origin: 12% 45%;
}
.loaderSVG .ring-3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	transform-origin: 50% 18%;
}
.loaderSVG .ring-4 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	transform-origin: 50% 45%;
}
.loaderSVG .ring-5 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	transform-origin: 84% 22%;
}
.loaderSVG .ring-6 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	transform-origin: 81% 34%;
}
.loaderSVG-green .fade {
	transform-origin: 22% 22%;
	transform: scale(0.88);
	-webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.loaderSVG-green .ring-2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	transform-origin: 12% 45%;
}
.loaderSVG-green .ring-3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	transform-origin: 50% 18%;
}
.loaderSVG-green .ring-4 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	transform-origin: 50% 45%;
}
.loaderSVG-green .ring-5 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	transform-origin: 84% 22%;
}
.loaderSVG-green .ring-6 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	transform-origin: 81% 34%;
}
.removePath .fade {
	opacity: 0.88;
	-webkit-animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
	animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
}
.removePath .ring-2 {
	transform-origin: 22% 45%;
}
.removePath .ring-3 {
	transform-origin: 50% 18%;
}
.removePath .ring-4 {
	transform-origin: 53% 45%;
}
.removePath .ring-5 {
	transform-origin: 84% 22%;
}
.removePath .ring-6 {
	transform-origin: 85% 34%;
}
.error-text {
	color: #fff;
	text-align: center;
}
[dir="ltr"] .error-text .header-text {
	margin-left: 0;
}
[dir="ltr"] .error-text .header-text,
[dir="rtl"] .error-text .header-text {
	margin-right: 0;
}
[dir="rtl"] .error-text .header-text {
	margin-left: 0;
}
.error-text .header-text {
	display: block;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #fc6200;
	margin: 8px 0 0.1em;
}
.error-text p {
	padding: 0 20px;
	line-height: 23px;
	margin: 18px 0 0;
	font-size: 15px;
	letter-spacing: 0.23px;
}
#retry-icon,
#whistle-icon {
	fill: #fff;
	width: 33px;
	height: 33px;
	display: block;
	margin: 0 auto;
}
#retry-icon {
	fill: #8e8e8e;
	margin-top: -2px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}
.retry-text {
	margin-top: 36px;
	color: #8e8e8e;
	font-size: 13px;
	letter-spacing: 0.2px;
	display: inline-block;
}
.retry {
	display: none;
}
.loading-text {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.3px;
	text-align: center;
	margin: -26px 0 0;
	font-weight: 900;
}

.loader-fotball-spinner {
	height: 110px;
	width: 61px;
	-webkit-animation: loader-bounce-fotball 0.6s;
	animation: loader-bounce-fotball 0.6s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.loader-fotball-spinner img {
	width: 100%;
	height: auto;
	-webkit-animation: loader-rotation-fotball 2.8s linear infinite;
	animation: loader-rotation-fotball 2.8s linear infinite;
}
@-webkit-keyframes loader-bounce-fotball {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	to {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
}
@-webkit-keyframes loader-rotation-fotball {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
	}
}
.error-svg {
	max-width: 132px;
	fill: #ff6400;
	overflow: visible;
}
#CookieMessageDiv {
	z-index: 99998 !important;
}
.search-input-box-customer-grey {
	background: #222d40;
}
.search-input-box-customer-grey,
.search-input-box-customer-grey1 {
	color: #222 !important;
	width: 210px;
	height: 30px;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.search-input-box-customer-grey1 {
	background: #212121;
}
.circle-grey div {
	border: 30px solid rgba(36, 120, 255, 0.3);
	border-top-color: #0054ff;
	border-radius: 80px;
}
.circle-grey1 div,
.circle-grey div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	height: 150px;
	margin: auto;
	-webkit-animation: circle 0.7s linear infinite;
	animation: circle 0.7s linear infinite;
}
.circle-grey1 div {
	border-radius: 80px;
	border: 30px solid rgba(50, 95, 38, 0.3);
	border-top-color: #fa5f26;
}
.minibg {
	
}
.sub-title {
	font-size: 9pt;
	color: #999;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.auto-custom-button {
	background-color: #008cd5;
	border: 1px solid #008cd5;
	color: #000;
}
.auto-custom-button.is-disabled:active,
.auto-custom-button.is-disabled:focus,
.auto-custom-button.is-disabled:hover,
.auto-custom-button:active,
.auto-custom-button:focus,
.auto-custom-button:hover {
	background-image: linear-gradient(180deg, #1e8bfb 0, #156dd5 20%, #1159b3 50%, #125eba 80%, #1c84ef);
	border: 1px solid #008cd5;
}
.auto-custom-button.is-disabled {
	background-color: #008cd5;
	border: 1px solid #008cd5;
	opacity: 0.3;
}
.select-autocustom {
	background-color: #008dd5;
	color: #fff;
	padding: 10px 10px 10px 20px;
}
.autocustomitem,
.select-autocustom {
	width: calc(100% - 4px);
	margin-left: 2px;
}
.autocustomitem {
	border-radius: 5px;
}
.autocustom-item1 {
	background: #008dd5;
}
.autocustom-item1,
.autocustom-item2 {
	width: calc(100% - 20px);
	margin-left: 10px;
	padding: 10px;
}
.autocustom-item2 {
	background: #096da1;
	border-radius: 5px;
}
@-webkit-keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.lotusbg {
	background: url(/static/image/Home/grey/699c07b.jpg) repeat;
}
.virtual {
	background: url(/static/image/Virtual/f0a1128.jpg) no-repeat;
	background-size: cover;
	background-position: 100%;
}
.btn.btn-sports-date {
	color: #d7d7d7;
	background: #1e2428;
	border: 1px solid #000;
	border-radius: 3px;
	font-size: 9pt;
	font-family: Jost, "Malgun Gothic", dotum;
}
.btnstyle1-inverse2 {
	color: #c8e1fd;
	background-color: #0c1524;
	background-image: linear-gradient(180deg, #354562, #111e33);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1111",endColorstr="#ff1111",GradientType=0);
	border-color: #111 #111 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #1b1b23;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.right-btn-primary-grey,
.btnstyle1-inverse2 {
	text-shadow: 0 -1px 0 rgb(0 0 0/25%);
	background-repeat: repeat-x;
}
.btn.right-btn-primary-grey {
	color: #fff;
	background-color: #006dcc;
	background-image: linear-gradient(180deg, #006dcc, #04c);
	border: 1px solid #000;
	border-radius: 3px;
	font-size: 9pt;
	overflow: hidden;
}
.bg-black-darker2-1 {
	background: url(/static/image/Sports/19881b3.png) repeat #111;
}
.btn-home-grey,
.btn-home-grey1,
.ic,
.sp {
	background: url(/static/image/06e098a.png) no-repeat;
	background-size: 304px 944px;
}
.main-menu .menu {
	overflow: hidden;
	margin-right: -2px;
	padding: 7px 4px;
}
.main-menu .menu li {
	float: left;
	width: 33.3%;
	padding: 3px;
	box-sizing: border-box;
}
.main-menu .menu li .btn-home-grey {
	background: none;
	background: #535963;
	background: -ms-linear-gradient(top, #535963 0, #363a41 100%);
}
.main-menu .menu li .btn-home-grey,
.main-menu .menu li .btn-home-grey1 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 72px;
	border-radius: 4px;
}
.main-menu .menu li .btn-home-grey1 {
	background: none;
	background: -webkit-linear-gradient(top, #414141, #151515);
}
.main-menu .menu li .btn-home-grey .tit {
	font-family: HelveticaNeue-bold, AppleSDGothicNeo-Bold, Sans-serif;
	color: #fff;
}
.main-menu .menu li .btn-home-grey1 .tit,
.main-menu .menu li .btn-home-grey .tit {
	position: absolute;
	left: 7px;
	bottom: 6px;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgb(0 0 0/90%);
	z-index: 1;
}
.main-menu .menu li .btn-home-grey1 .tit {
	color: #ff8b05;
	font-family: AsiaGDE;
}
.main-menu .menu li .btn-home-grey1 .sub,
.main-menu .menu li .btn-home-grey .sub {
	position: absolute;
	right: 7px;
	top: 8px;
	font-family: HelveticaNeue-bold, AppleSDGothicNeo-Bold, Sans-serif;
	font-size: 9px;
	text-shadow: 1px 1px 0 rgb(0 0 0/70%);
	color: #8c95a6;
	z-index: 1;
}
.main-menu .menu li .btn-home-grey1 .img,
.main-menu .menu li .btn-home-grey .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 41px;
	height: 72px;
	content: "";
}
.main-menu .menu li .btn--menu1 .img {
	background-position: 0 -64px;
}
.main-menu .menu li .btn--menu2 .img {
	background-position: -103px -64px;
}
.main-menu .menu li .btn--menu3 .img {
	background-position: -206px -64px;
}
.main-menu .menu li .btn--menu4 .img {
	background-position: 0 -141px;
}
.main-menu .menu li .btn--menu5 .img {
	background-position: -103px -141px;
}
.main-menu .menu li .btn--menu6 .img {
	left: 3px;
	background-position: -206px -141px;
}
.main-menu .menu li .btn--menu7 .img {
	background-position: 0 -218px;
}
.main-menu .menu li .btn--menu9 .img {
	background-position: -206px -218px;
}
.main-menu .menu li .btn--menu10 .img {
	background-position: 0 -295px;
}
.main-menu .menu li .btn--menu11 .img {
	background-position: -103px -295px;
}
.main-menu .menu li .btn--menu13 .img {
	background-position: 0 -372px;
}
.main-menu .menu li .btn--menu14 .img {
	width: 47px;
	background-position: -103px -372px;
}
.main-menu .menu li .btn--menu15 .img {
	width: 47px;
	background-position: -206px -372px;
}
.main-menu .menu li .btn--menu16 .img {
	width: 40px;
	background-position: 0 -620px;
}
.main-menu .menu li .btn--menu1 .bg {
	background-position: -41px -64px;
}
.main-menu .menu li .btn--menu2 .bg {
	background-position: -144px -64px;
}
.main-menu .menu li .btn--menu3 .bg {
	background-position: -247px -64px;
}
.main-menu .menu li .btn--menu4 .bg {
	background-position: -41px -141px;
}
.main-menu .menu li .btn--menu5 .bg {
	background-position: -144px -141px;
}
.main-menu .menu li .btn--menu6 .bg {
	background-position: -247px -141px;
}
.main-menu .menu li .btn--menu7 .bg {
	background-position: -41px -218px;
}
.main-menu .menu li .btn--menu9 .bg {
	background-position: -247px -218px;
}
.main-menu .menu li .btn--menu10 .bg {
	background-position: -41px -295px;
}
.main-menu .menu li .btn--menu11 .bg {
	background-position: -144px -295px;
}
.main-menu .menu li .btn--menu13 .bg {
	background-position: -41px -372px;
}
.main-menu .menu li .btn--menu14 .bg {
	width: 51px;
	background-position: -150px -372px;
}
.main-menu .menu li .btn--menu15 .bg {
	width: 51px;
	background-position: -253px -372px;
}
.main-menu .menu li .btn--menu16 .bg {
	width: 52px;
	background-position: -46px -620px;
}
.main-menu .menu li .btn-home-grey1 .bg,
.main-menu .menu li .btn-home-grey .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 57px;
	height: 72px;
	content: "";
}
.grey-logout-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1px;
	line-height: 1px;
	vertical-align: top;
	color: transparent;
}
.login-info .box--row1 {
	padding: 8px 62px 10px 0;
	border-bottom: 1px solid #2d3036;
}
.login-info .info__box {
	display: -webkit-box;
	position: relative;
	height: 30px;
}
.login-info .box--row2 {
	padding: 6px 0 8px;
}
.login-info .info__box .ui-btn {
	position: absolute;
	right: 0;
	top: 9px;
}
.ui-btn.btn--small {
	height: 18px;
	padding: 0 7px;
	font-size: 12px;
	line-height: 18px;
}
.login-info .info__box .money {
	display: inline-block;
	margin: 1px 8px 0 0;
	font-size: 12px;
	color: #7c7e82;
	vertical-align: top;
}
.login-info .info__box .money .cnt {
	font-weight: 400;
	color: #2fb5fe;
}
.grey-banner {
	position: relative;
	height: 525px;
	overflow: hidden;
}
.grey-banner .grey-video {
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: 1;
}
.grey-banner .large-span {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: arial;
	font-size: 40pt;
}
.grey-banner .small-span {
	color: #eee;
	font-family: arial;
	font-size: 13pt;
	letter-spacing: 0.1em;
}
.grey-banner .grey-logo {
	position: absolute;
	right: 100px;
	bottom: 10px;
	width: 100px;
	z-index: 100;
}
@font-face {
	font-family: "icomoon";
	font-weight: 400;
	font-style: normal;
	src: url(/static/fonts/meta.ttf);
}
@font-face {
	font-family: AsiaGDE;
	src: url(/static/fonts/d4ccccb.woff) format("woff");
}
@font-face {
	font-family: AsiaGDU;
	src: url(/static/fonts/3b04f52.woff) format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-coteboostee:before {
	content: "\e949";
}
.icon-m_calendar:before {
	content: "\e93e";
}
.icon-m_cashout:before {
	content: "\e93f";
}
.icon-m_history:before {
	content: "\e940";
}
.icon-m_home:before {
	content: "\e945";
}
.icon-m_live:before {
	content: "\e946";
}
.icon-m_coming:before {
	content: "\e947";
}
.icon-m_rules:before {
	content: "\e948";
}
.icon-decathlon:before {
	content: "\e93b";
	color: #2b2e31;
}
.icon-kayak:before {
	content: "\e941";
}
.icon-pentathlon:before {
	content: "\e942";
}
.icon-taekwondo:before {
	content: "\e943";
}
.icon-tiralarc:before {
	content: "\e944";
}
.icon-other:before {
	content: "\e93d";
}
.icon-halterophilie:before {
	content: "\e939";
}
.icon-heptathlon:before {
	content: "\e93a";
}
.icon-triathlon:before {
	content: "\e93c";
}
.icon-waterpolo:before {
	content: "\e938";
}
.icon-hockeygazon:before {
	content: "\e937";
}
.icon-responsive:before {
	content: "\e936";
}
.icon-moyenpaiement:before {
	content: "\e934";
}
.icon-caddie-bold:before {
	content: "\e927";
}
.icon-caddie:before {
	content: "\e91f";
}
.icon-promo:before {
	content: "\e920";
}
.icon-graduation:before {
	content: "\e921";
}
.icon-hearphone:before {
	content: "\e922";
}
.icon-like:before {
	content: "\e923";
}
.icon-security:before {
	content: "\e924";
}
.icon-phone:before {
	content: "\e925";
}
.icon-coupe:before {
	content: "\e926";
}
.icon-ski:before {
	content: "\e92e";
}
.icon-curling:before {
	content: "\e92f";
}
.icon-bobsleigh:before {
	content: "\e930";
}
.icon-luge:before {
	content: "\e931";
}
.icon-skeleton:before {
	content: "\e932";
}
.icon-patinagevitesse:before {
	content: "\e933";
}
.icon-rugby13:before {
	content: "\e92d";
}
.icon-olympics:before {
	content: "\e92b";
}
.icon-rallye:before {
	content: "\e92c";
}
.icon-f1:before {
	content: "\e92a";
}
.icon-moto:before {
	content: "\e929";
}
.icon-automoto:before {
	content: "\e928";
}
.icon-plus:before {
	content: "\e62e";
}
.icon-pouce:before {
	content: "\e62f";
}
.icon-croix:before {
	content: "\e630";
}
.icon-info:before {
	content: "\e631";
}
.icon-android:before {
	content: "\e600";
}
.icon-apple:before {
	content: "\e601";
}
.icon-windows:before {
	content: "\e602";
}
.icon-depot:before {
	content: "\e603";
}
.icon-wallet-empty:before {
	content: "\e604";
}
.icon-wallet-full:before {
	content: "\e605";
}
.icon-favori:before {
	content: "\e606";
}
.icon-loupe:before {
	content: "\e61d";
}
.icon-serviceclient:before {
	content: "\e607";
}
.icon-check:before {
	content: "\e608";
}
.icon-poubelle:before {
	content: "\e609";
}
.icon-athletisme:before {
	content: "\e60a";
}
.icon-auto:before {
	content: "\e60b";
}
.icon-aviron:before {
	content: "\e60c";
}
.icon-badminton:before {
	content: "\e60d";
}
.icon-baseball:before {
	content: "\e60e";
}
.icon-basketball:before {
	content: "\e60f";
}
.icon-beachvolley:before {
	content: "\e610";
}
.icon-boxe:before {
	content: "\e611";
}
.icon-cricket:before {
	content: "\e612";
}
.icon-cyclisme:before {
	content: "\e613";
}
.icon-equitation:before {
	content: "\e614";
}
.icon-escrime:before {
	content: "\e615";
}
.icon-flechette:before {
	content: "\e616";
}
.icon-soccer:before {
	content: "\e617";
}
.icon-football:before {
	content: "\e618";
}
.icon-golf:before {
	content: "\e619";
}
.icon-handball:before {
	content: "\e61a";
}
.icon-hockey:before {
	content: "\e61b";
}
.icon-judo:before {
	content: "\e61c";
}
.icon-natation:before {
	content: "\e61e";
}
.icon-jeuxolympiques:before {
	content: "\e61f";
}
.icon-petanque:before {
	content: "\e620";
}
.icon-rugby:before {
	content: "\e621";
}
.icon-snooker:before {
	content: "\e622";
}
.icon-sporthiver:before {
	content: "\e623";
}
.icon-tennis:before {
	content: "\e624";
}
.icon-pingpong:before {
	content: "\e625";
}
.icon-voile:before {
	content: "\e626";
}
.icon-volleyball:before {
	content: "\e627";
}
.icon-spades:before {
	content: "\e900";
}
.icon-clubs:before {
	content: "\e901";
}
.icon-diamonds:before {
	content: "\e902";
}
.icon-qrcode:before {
	content: "\e935";
}
.icon-coin-euro:before {
	content: "\e903";
}
.icon-credit-card:before {
	content: "\e904";
}
.icon-bubble:before {
	content: "\e905";
}
.icon-bubbles:before {
	content: "\e906";
}
.icon-bubbles2:before {
	content: "\e907";
}
.icon-user2:before {
	content: "\e908";
}
.icon-users:before {
	content: "\e909";
}
.icon-user-plus:before {
	content: "\e90a";
}
.icon-user-minus:before {
	content: "\e90b";
}
.icon-spinner9:before {
	content: "\e90c";
}
.icon-spinner11:before {
	content: "\e90d";
}
.icon-trophy2:before {
	content: "\e90e";
}
.icon-gift2:before {
	content: "\e90f";
}
.icon-bin:before {
	content: "\e910";
}
.icon-attachment:before {
	content: "\e911";
}
.icon-heart2:before {
	content: "\e912";
}
.icon-warning2:before {
	content: "\e913";
}
.icon-notification:before {
	content: "\e914";
}
.icon-question:before {
	content: "\e915";
}
.icon-info3:before {
	content: "\e916";
}
.icon-cancel-circle:before {
	content: "\e917";
}
.icon-blocked:before {
	content: "\e918";
}
.icon-cross2:before {
	content: "\e919";
}
.icon-checkmark3:before {
	content: "\e91a";
}
.icon-checkmark22:before {
	content: "\e91b";
}
.icon-appleinc:before {
	content: "\e91c";
}
.icon-android2:before {
	content: "\e91d";
}
.icon-windows8:before {
	content: "\e91e";
}
.icon-user:before {
	content: "\e632";
}
.icon-quotes-left:before {
	content: "\e633";
}
.icon-quotes-right:before {
	content: "\e634";
}
.icon-lock:before {
	content: "\e635";
}
.icon-cog:before {
	content: "\e636";
}
.icon-trophy:before {
	content: "\e637";
}
.icon-gift:before {
	content: "\e638";
}
.icon-eye:before {
	content: "\e639";
}
.icon-star-empty:before {
	content: "\e63a";
}
.icon-star-half:before {
	content: "\e63b";
}
.icon-star-full:before {
	content: "\e63c";
}
.icon-heart:before {
	content: "\e63d";
}
.icon-heart-broken:before {
	content: "\e63e";
}
.icon-warning:before {
	content: "\e63f";
}
.icon-info2:before {
	content: "\e640";
}
.icon-cross:before {
	content: "\e641";
}
.icon-checkmark:before {
	content: "\e642";
}
.icon-checkmark2:before {
	content: "\e643";
}
.icon-arrow-up:before {
	content: "\e644";
}
.icon-arrow-right:before {
	content: "\e645";
}
.icon-arrow-down:before {
	content: "\e646";
}
.icon-arrow-left:before {
	content: "\e647";
}
.icon-sort-alpha-asc:before {
	content: "\e648";
}
.icon-sort-alpha-desc:before {
	content: "\e649";
}
.icon-sort-numeric-asc:before {
	content: "\e64a";
}
.icon-sort-numberic-desc:before {
	content: "\e64b";
}
.icon-sort-amount-asc:before {
	content: "\e64c";
}
.icon-sort-amount-desc:before {
	content: "\e64d";
}
.icon-facebook:before {
	content: "\e64e";
}
.icon-facebook2:before {
	content: "\e64f";
}
.icon-twitter:before {
	content: "\e650";
}
.icon-twitter2:before {
	content: "\e651";
}
.font-grey1 {
	font-family: AsiaGDE !important;
}
.button {
	padding: 0 3em;
	line-height: 3em;
	font-family: Futura;
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 2px;
}
.button.primary-grey1 {
	background-color: #aaa;
	color: #000;
	font-weight: 700;
}
.button.secondary-grey1 {
	color: #000;
	background: #34d058;
	background: linear-gradient(-180deg, #34d058, #28a745 90%);
}
.button.secondary-grey1:hover {
	background: linear-gradient(-180deg, #2fc451, #26a042 90%);
}
.button.tertiary-grey1 {
	color: #fff;
	background: none;
	box-shadow: inset 0 0 0 2px #fff;
}
.button.tertiary-grey1:hover {
	background: hsla(0, 0%, 100%, 0.1);
}
.button.small {
	font-size: 0.8em;
}
.VueCarousel-dot {
	margin-top: 0 !important;
	background-color: #201d16 !important;
	outline: none !important;
}
.VueCarousel-dot,
.VueCarousel-dot.VueCarousel-dot--active {
	border: 3px solid #201d16 !important;
	background-clip: border-box !important;
	background-clip: initial !important;
	margin-right: 5px;
	padding: 3px !important;
}
.VueCarousel-dot.VueCarousel-dot--active {
	background-color: #4d4f4e !important;
}
.VueCarousel-pagination {
	position: absolute;
	bottom: 10px;
}
.carousel-orange2 .VueCarousel-dot {
	margin-top: 0 !important;
	background: none !important;
	border: 1px solid #e15d07 !important;
	background-clip: border-box !important;
	background-clip: initial !important;
	margin-right: 5px;
	padding: 3px !important;
	outline: none !important;
}
.carousel-orange2 .VueCarousel-dot.VueCarousel-dot--active {
	background-clip: border-box !important;
	background-clip: initial !important;
	margin-right: 5px;
	background-color: #e15d07 !important;
	padding: 3px !important;
}
.headernav-menu {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
}
.home-category-button {
	height: 217px;
	width: 238px;
}
.home-category-button:hover .ccontent {
	transition: all 0.5s ease-out 0s;
	background: linear-gradient(270deg, #e95f07 -65.11%, rgba(233, 95, 7, 0.33) -65.09%, rgba(233, 95, 7, 0) 120%);
}
.home-category-button:hover .cbanner {
	transition: all 0.5s ease-out 0s;
	transform: translateX(-10px);
}
.home-category-button:hover .cbanner-mini {
	transition: all 0.5s ease-out 0s;
	transform: translateX(-10px) rotate(1turn);
}
.home-category-button:hover .ctext {
	transition: all 0.5s ease-out 0s;
	color: #e96007;
}
.home-category-button:hover .cimage img {
	transition: all 0.5s ease-out 0s;
	content: url(/image/Home/orange2/arrow2.png);
}
.home-category-button .cheader {
	height: 23px;
	width: 100%;
}
.home-category-button .ccontent {
	height: 148px;
	width: 100%;
	background: linear-gradient(270deg, #e95f07 -65.11%, rgba(233, 95, 7, 0.33) -65.09%, rgba(233, 95, 7, 0) 78.21%);
	opacity: 0.61;
	border-radius: 6px 6px 0 0;
}
.home-category-button .cbottom {
	height: 46px;
	width: 100%;
	background: linear-gradient(180deg, #1c1f21, rgba(28, 31, 33, 0.69));
	border-radius: 0 0 6px 6px;
}
.home-category-button .ctext {
	float: left;
	font-size: 16px;
	padding-left: 12px;
	height: 100%;
	display: flex;
	align-items: center;
}
.home-category-button .cimage {
	float: right;
	padding-right: 12px;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
}
.home-category-button .cbanner,
.home-category-button .cbanner-mini {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.home-category-button .cbanner-mini img,
.home-category-button .cbanner img {
	width: 89% !important;
	display: inline !important;
}
.home-category-button .cover {
	position: absolute;
	left: 0;
	bottom: 46px;
	height: 51px;
	width: 100%;
	background: linear-gradient(180deg, rgba(27, 30, 32, 0) 37.25%, #1b1e20);
}
.orange-banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.orange-banner-title {
	font-size: 26px;
	font-weight: 900;
	color: #e15d07;
	padding: 35px 0 16px 35px;
	height: 125px;
}
.orange-banner-subtitle {
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
}
.orange-banner-button {
	border: 1px solid #b74d0a;
	border-radius: 16px;
	padding: 6px 30px;
	display: inline-block;
	margin: 16px 0 0 35px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.orange2-login-img {
	position: absolute;
	left: -180px;
	top: -50px;
}
.i-multi {
	padding: 5px;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s;
}
.i-multi:hover {
	background: #5a5e66;
}
.orange2-signup-img {
	position: absolute;
	right: -140px;
	top: -50px;
	z-index: -1;
}
.orange2-userinfo {
	background: #1c1f21;
	border-radius: 6px;
}
.orange2-userinfo-content {
	background: #1a1c1f;
}
.orange2-userinfo-button {
	width: 22%;
}
.orange2-userinfo-button,
.orange2-userinfo-logout {
	height: 48px;
	border-radius: 6px;
	cursor: pointer;
	float: left;
	transition: background-color 0.1s ease-out 0s;
}
.orange2-userinfo-logout {
	width: 12%;
}
.orange2-userinfo-button:hover,
.orange2-userinfo-logout:hover {
	background: hsla(0, 0%, 100%, 0.12);
}
.orange2-userinfo-button:hover .i-payin {
	content: url(/image/Sidebar/orange2/payino.png);
}
.orange2-userinfo-button:hover .i-payout {
	content: url(/image/Sidebar/orange2/payouto.png);
}
.orange2-userinfo-button:hover .i-customer {
	content: url(/image/Sidebar/orange2/questiono.png);
}
.orange2-userinfo-button:hover .i-note {
	content: url(/image/Sidebar/orange2/noteo.png);
}
.orange2-userinfo-logout:hover .i-logout {
	content: url(/image/Sidebar/orange2/logouto.png);
}
.orange-dialog-header-tab {
	float: left;
	padding: 18px 0;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #292929;
	cursor: pointer;
}
.orange-dialog-header-tab.on,
.orange-dialog-header-tab:hover {
	border-bottom: 1px solid #f56406;
}
.casino-tab {
	float: left;
	background: #1b1c1f;
	border-radius: 24px;
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.casino-tab.on,
.casino-tab:hover {
	background: rgba(245, 100, 6, 0.17);
	color: #f56406;
}
.img-main {
	content: url(/image/Casino/orange2/main.png);
}
.casino-tab.on .img-main,
.casino-tab:hover .img-main {
	content: url(/image/Casino/orange2/main_1.png);
}
.img-slot {
	content: url(/image/Casino/orange2/slot.png);
}
.casino-tab.on .img-slot,
.casino-tab:hover .img-slot {
	content: url(/image/Casino/orange2/slot_1.png);
}
.img-live {
	content: url(/image/Casino/orange2/live.png);
}
.casino-tab.on .img-live,
.casino-tab:hover .img-live {
	content: url(/image/Casino/orange2/live_1.png);
}
.img-provider {
	content: url(/image/Casino/orange2/provider.png);
}
.casino-tab.on .img-provider,
.casino-tab:hover .img-provider {
	content: url(/image/Casino/orange2/provider_1.png);
}
.casino-comment {
	background: #1c1f21;
	padding: 8px 14px;
	height: 54px;
	text-align: left;
}
.base-timer {
	position: relative;
	width: 136px;
	height: 136px;
}
.base-timer__svg {
	transform: scaleX(-1);
}
.base-timer__circle {
	fill: none;
	stroke: none;
}
.base-timer__path-elapsed {
	stroke-width: 7px;
	stroke: grey;
}
.base-timer__path-remaining {
	stroke-width: 7px;
	stroke-linecap: round;
	transform: rotate(90deg);
	transform-origin: center;
	transition: all 1s linear;
	fill-rule: nonzero;
	stroke: currentColor;
}
.base-timer__path-remaining.green {
	color: #41b883;
}
.base-timer__path-remaining.orange {
	color: #f56406;
}
.base-timer__path-remaining.red {
	color: red;
}
.base-timer__label {
	position: absolute;
	width: 136px;
	height: 136px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
}


.board_scroll::-webkit-scrollbar {
	width: 10px;
	background-color: black;
}





.opacity-35 {
	opacity: 0.35;
}
.opacity-6 {
	opacity: 0.6;
}
.text-black {
	color: #000 !important;
}
.text-yellow1 {
	color: #f8d346 !important;
}
.text-yellow2 {
	color: #f1c80d !important;
}
.text-yellow3 {
	color: #fc0 !important;
}
.text-yellow4 {
	color: #dbbe58 !important;
}
.text-yellow5 {
	color: #ffbe00 !important;
}
.text-yellow6 {
	color: #ffdb00 !important;
}
.text-yellow7 {
	color: #ffc105 !important;
}
.text-red {
	color: #ff1515 !important;
}
.text-red1 {
	color: #d63d37 !important;
}
.text-red2 {
	color: #ff1f2c !important;
}
.text-red3 {
	color: #c80000 !important;
}
.text-red4 {
	color: #ff2c2c !important;
}
.text-red5 {
	color: #d40511 !important;
}
.text-red6 {
	color: #e6360d !important;
}
.text-red7 {
	color: #dc3644 !important;
}
.text-gold {
	color: #ffa863 !important;
}
.text-gold1 {
	color: #f7b800 !important;
}
.text-gold2 {
	color: #f39200 !important;
}
.text-gold10 {
	color: #ffd98a !important;
}
.text-grey {
	color: #348fe2 !important;
}
.text-grey1 {
	color: #aaa !important;
}
.text-grey2 {
	color: #b3b3b3 !important;
}
.text-grey3 {
	color: #878e99 !important;
}
.text-blue {
	color: #0080ff !important;
}
.text-blue1 {
	color: #3570be !important;
}
.text-green {
	color: #79e80d !important;
}
.text-green1 {
	color: #11b485 !important;
}
.text-green2 {
	color: #11851d !important;
}
.text-green3 {
	color: #0a9702 !important;
}
.text-blue2 {
	color: #526c98 !important;
}
.text-blue3 {
	color: #39b1d6 !important;
}
.text-blue4 {
	color: #3364a7 !important;
}
.text-main-blue {
	color: #1f8fff !important;
}
.text-main-blue-lighter {
	color: #1fb3ff !important;
}
.text-blue5 {
	color: #37a9d6 !important;
}
.text-blue6 {
	color: #4969b2 !important;
}
.text-blue7 {
	color: #2e7de5 !important;
}
.text-blue8 {
	color: #082481 !important;
}
.text-blue9 {
	color: #09c2f1 !important;
}
.text-blue10 {
	color: #11b485 !important;
}
.text-blue11 {
	color: #4269b2 !important;
}
.text-blue12 {
	color: #4c6f87 !important;
}
.text-orange {
	color: #fc6200 !important;
}
.text-orange1 {
	color: #ed765e !important;
}
.text-orange2 {
	color: #f50 !important;
}
.text-orange3 {
	color: #f56406 !important;
}
.text-orange10 {
	color: #f90 !important;
}
.text-white {
	color: #fff !important;
}
.text-white2 {
	color: #e6e6e6 !important;
}
.text-gray {
	color: #a0a0a0 !important;
}
.text-gray2 {
	color: #818fab !important;
}
.text-silver {
	color: #9499a1 !important;
}
.text-purple {
	color: #144ade !important;
}
.text-purple1 {
	color: #c6426e !important;
}
.text-inverse {
	color: #2d353c !important;
}
.text-success {
	color: #00acac !important;
}
.text-info {
	color: #49b6d6 !important;
}
.text-primary {
	color: #348fe2 !important;
}
.text-warning {
	color: #f59c1a !important;
}
.text-danger2 {
	color: #ffb9b7 !important;
}
.text-theme-orange {
	color: #fc6200 !important;
}
.text-theme-orange1 {
	color: #f50 !important;
}
.text-theme-orange2 {
	color: #e15d07 !important;
}
.text-theme-purple {
	color: #144ade !important;
}
.text-theme-purple1 {
	color: #c6426e !important;
}
.text-theme-blue {
	color: #1f8fff !important;
}
.text-theme-blue1 {
	color: #dbbe58 !important;
}
.text-theme-blue2 {
	color: #23a4ff !important;
	font-weight: 700;
	font-size: 1.6rem;
}
.text-theme-blue3 {
	color: #ffc105 !important;
}
.text-theme-blue4 {
	color: #4269b2 !important;
}
.text-theme-blue5 {
	color: #4c6f87 !important;
}
.text-theme-yellow {
	color: #f8d346 !important;
}
.text-theme-yellow1 {
	color: #d40511 !important;
}
.text-theme-yellow2 {
	color: #ffbe00 !important;
}
.text-theme-yellow3 {
	color: #ffdb00 !important;
	font-weight: 900;
	font-size: 1.4rem;
}
.text-theme-white {
	color: #f8d346 !important;
}
.text-theme-white1 {
	color: #ed765e !important;
}
.text-theme-red {
	color: #ff2c2c !important;
}
.text-theme-silver {
	color: #4b6cb7 !important;
}
.text-theme-gold {
	color: #ffa863 !important;
}
.text-theme-gold1 {
	color: #f7b800 !important;
}
.text-theme-gold2 {
	color: #f39200 !important;
}
.text-theme-grey {
	color: #fc6200 !important;
}
.text-theme-grey1 {
	color: #fbbd5a !important;
}
.text-theme-green {
	color: #79e80d !important;
}
.text-delete-orange {
	color: #fc6200 !important;
}
.text-delete-orange1 {
	color: #f50 !important;
}
.text-delete-purple {
	color: #144ade !important;
}
.text-delete-purple1 {
	color: #c6426e !important;
}
.text-delete-blue {
	color: #1f8fff !important;
}
.text-delete-blue1 {
	color: #dbbe58 !important;
}
.text-delete-blue2 {
	color: #2e7de5 !important;
}
.text-delete-blue3 {
	color: #ffc105 !important;
}
.text-delete-blue4 {
	color: #4269b2 !important;
}
.text-delete-blue5 {
	color: #4c6f87 !important;
}
.text-delete-yellow,
.text-delete-yellow1,
.text-delete-yellow2 {
	color: #f8d346 !important;
}
.text-delete-white,
.text-delete-white1,
.text-delete-yellow3 {
	color: #000 !important;
}
.text-delete-red {
	color: #c80000 !important;
}
.text-delete-silver {
	color: #9499a1 !important;
}
.text-delete-gold {
	color: #ffa863 !important;
}
.text-delete-gold1 {
	color: #f7b800 !important;
}
.text-delete-gold2 {
	color: #f39200 !important;
}
.text-delete-green {
	color: #79e80d !important;
}
.text-ninkname-orange {
	color: #fc6200 !important;
}
.text-ninkname-orange1 {
	color: #f50 !important;
}
.text-ninkname-purple {
	color: #144ade !important;
}
.text-ninkname-purple1 {
	color: #c6426e !important;
}
.text-ninkname-blue {
	color: #1f8fff !important;
}
.text-ninkname-blue1 {
	color: #dbbe58 !important;
}
.text-ninkname-blue2 {
	color: #2e7de5 !important;
}
.text-ninkname-blue3 {
	color: #ffc105 !important;
}
.text-ninkname-blue4 {
	color: #4269b2 !important;
}
.text-ninkname-yellow,
.text-ninkname-yellow1,
.text-ninkname-yellow2 {
	color: #f8d346 !important;
}
.text-ninkname-yellow3 {
	color: #ffdb00 !important;
}
.text-ninkname-white,
.text-ninkname-white1 {
	color: #000 !important;
}
.text-ninkname-red {
	color: #c80000 !important;
}
.text-ninkname-silver {
	color: #9499a1 !important;
}
.text-ninkname-gold {
	color: #ffa863 !important;
}
.text-ninkname-gold1 {
	color: #f7b800 !important;
}
.text-ninkname-grey {
	color: #348fe2 !important;
}
.text-ninkname-green {
	color: #79e80d !important;
}
.text-betslip-orange {
	color: #fc6200 !important;
}
.text-betslip-orange1 {
	color: #fff !important;
}
.text-betslip-orange2 {
	color: #fff !important;
	font-size: 12px;
}
.text-betslip-purple,
.text-betslip-purple1 {
	color: #fff !important;
}
.text-betslip-blue {
	color: #1f8fff !important;
}
.text-betslip-blue1 {
	color: #dbbe58 !important;
}
.text-betslip-blue2 {
	color: #2e7de5 !important;
}
.text-betslip-blue3,
.text-betslip-blue4,
.text-betslip-blue5 {
	color: #fff !important;
}
.text-betslip-yellow,
.text-betslip-yellow1,
.text-betslip-yellow2 {
	color: #f8d346 !important;
}
.text-betslip-yellow3 {
	color: #ffdb00 !important;
}
.text-betslip-white,
.text-betslip-white1 {
	color: #000 !important;
}
.text-betslip-red {
	color: #c80000 !important;
}
.text-betslip-silver {
	color: #9499a1 !important;
}
.text-betslip-gold {
	color: #ffa863 !important;
}
.text-betslip-gold1 {
	color: #f7b800 !important;
}
.text-betslip-gold2 {
	color: #fff !important;
}
.text-betslip-grey,
.text-betslip-grey1 {
	color: #a0a0a0 !important;
}
.text-betslip-green {
	color: #79e80d !important;
}
.text-multibetting-orange {
	color: #fc6200 !important;
}
.text-multibetting-orange1 {
	color: #f50 !important;
}
.text-multibetting-orange2 {
	color: #fff !important;
}
.text-multibetting-purple {
	color: #144ade !important;
}
.text-multibetting-purple1 {
	color: #c6426e !important;
}
.text-multibetting-blue {
	color: #1f8fff !important;
}
.text-multibetting-blue1 {
	color: #dbbe58 !important;
}
.text-multibetting-blue2 {
	color: #2e7de5 !important;
}
.text-multibetting-blue3 {
	color: #ffc105 !important;
}
.text-multibetting-blue4 {
	color: #4269b2 !important;
}
.text-multibetting-blue5 {
	color: #4c6f87 !important;
}
.text-multibetting-yellow,
.text-multibetting-yellow1,
.text-multibetting-yellow2 {
	color: #f8d346 !important;
}
.text-multibetting-yellow3 {
	color: #ffdb00 !important;
}
.text-multibetting-white {
	color: #000 !important;
}
.text-multibetting-white1 {
	color: #ed765e !important;
}
.text-multibetting-red {
	color: #ff2c2c !important;
}
.text-multibetting-silver {
	color: #4969b2 !important;
}
.text-multibetting-gold {
	color: #ffa863 !important;
}
.text-multibetting-gold1 {
	color: #f7b800 !important;
}
.text-multibetting-gold2 {
	color: #f39200 !important;
}
.text-multibetting-grey {
	color: #fff !important;
}
.text-multibetting-grey1 {
	color: #fbbd5a !important;
}
.text-multibetting-green {
	color: #79e80d !important;
}
.bg-white {
	background: #fff !important;
}
.bg-white-darker {
	background: #ebebeb !important;
}
.bg-silver {
	background: #f0f3f4 !important;
}
.bg-silver-grad {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
}
.bg-black {
	background: #2d353c !important;
}
.bg-black-main {
	background: #171c22 !important;
}
.bg-black-main1 {
	background: #0c0e10 !important;
}
.bg-black1 {
	background: #161c22 !important;
}
.bg-black2 {
	background: #1b1b23 !important;
	border: 3px solid #222;
}
.bg-black3 {
	border-bottom: 1px solid #000;
}
.bg-black3,
.bg-black4 {
	background: #1e2737;
	background: linear-gradient(180deg, #1e2737, #0b1423);
}
.bg-black4 {
	border: 1px solid #18202a;
	border-bottom-color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black5 {
	background: #3b3b3b !important;
}
.bg-black6 {
	background: #2c2c2c;
	border: 1px solid #18202a;
	background: linear-gradient(180deg, #2c2c2c, #111);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black7 {
	background: #b5b5b7;
}
.bg-black8 {
	background: #121212;
	background: linear-gradient(180deg, #121212, #2c2c2c);
}
.bg-black10 {
	background-color: #11161a;
}
.bg-black11 {
	background-color: #151515 !important;
}
.bg-black12 {
	background: #060811 !important;
}
.bg-black14 {
	background: #242a30 !important;
}
.bg-black15 {
	background: #1b1b23 !important;
}
.bg-black16 {
	background: linear-gradient(180deg, #151515, #000);
	border-color: #000;
}
.bg-black17 {
	background: linear-gradient(180deg, #25323b, #181d21);
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black17,
.bg-black18 {
	text-align: center;
	clear: both;
	width: 100%;
}
.bg-black18 {
	display: table-cell;
	padding: 2px 20px 20px;
	background: #0b1423;
	border: 2px solid #14243d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black19 {
	text-align: center;
	clear: both;
	width: 100%;
	background: #1b1b23;
	border: 2px solid #2a2a2a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black20 {
	background: #1e2737;
	border: 1px solid #3a4352;
	background: linear-gradient(180deg, #1e2737, #0b1423);
}
.bg-black21 {
	background: #1d1d1d;
	border: 1px solid #000;
	background: linear-gradient(180deg, #1d1d1d, #2c2c2c);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black22 {
	background: #101010 !important;
}
.bg-black23 {
	background: #202020 !important;
}
.bg-black24 {
	background: #333 !important;
}
.bg-black25 {
	background: #121212 !important;
}
.bg-black26 {
	background: #111314 !important;
}
.bg-black27 {
	background: #181a1c !important;
}
.bg-black28 {
	background: #09090a !important;
}
.bg-attendance-blue2,
.bg-attendance-blue3,
.bg-attendance-blue4,
.bg-attendance-gold,
.bg-attendance-gold2 {
	background: #171717 !important;
}
.bg-attendance-yellow3 {
	background: #11143f !important;
}
.bg-attendance-grey {
	background: #2e2e2e !important;
}
.bg-attendance-grey1 {
	background: #171717 !important;
}
.bg-attendance-none-blue2,
.bg-attendance-none-blue3,
.bg-attendance-none-blue4,
.bg-attendance-none-gold,
.bg-attendance-none-gold2,
.bg-attendance-none-yellow3 {
	background: #070707 !important;
}
.bg-attendance-none-grey {
	background: #252525 !important;
}
.bg-attendance-none-grey1 {
	background: #070707 !important;
}
.bg-attendance-week-blue2,
.bg-attendance-week-blue3,
.bg-attendance-week-blue4,
.bg-attendance-week-gold,
.bg-attendance-week-gold2 {
	background: #3c3c3c !important;
}
.bg-attendance-week-yellow3 {
	background: #23295d !important;
}
.bg-attendance-week-grey {
	background: #002435 !important;
}
.bg-attendance-week-grey1 {
	background: #3c3c3c !important;
}
.bg-black-button-blue2,
.bg-black-button-blue3,
.bg-black-button-blue4,
.bg-black-button-gold,
.bg-black-button-gold2 {
	background-image: linear-gradient(180deg, #3b3b3b 0, #191919) !important;
}
.bg-black-button-yellow3 {
	background-image: linear-gradient(180deg, #23295d 0, #23295d) !important;
}
.bg-black-button-grey {
	background-image: linear-gradient(180deg, #354562, #111e33);
	border-radius: 5px;
}
.bg-black-button-grey1 {
	background-image: linear-gradient(180deg, #3b3b3b 0, #191919) !important;
}
.bg-black-button-grey:hover {
	background-color: #0c1525;
	background-position: 0 -15px;
	background-image: linear-gradient(180deg, #354562, #111e33);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bg-black-black {
	background-color: #0c0c0c;
}
.bg-category-blue1,
.bg-category-blue3,
.bg-category-blue5,
.bg-category-gold,
.bg-category-purple,
.bg-category-purple1,
.bg-category-red,
.bg-category-silver,
.bg-category-yellow,
.bg-category-yellow1 {
	background-image: linear-gradient(180deg, #151515 0, #121212 20%, #111 50%, #111 80%, #101010);
	border-top: 1px solid #000 !important;
}
.bg-category-blue1:hover,
.bg-category-blue3:hover,
.bg-category-blue5:hover,
.bg-category-gold:hover,
.bg-category-purple1:hover,
.bg-category-purple:hover,
.bg-category-red:hover,
.bg-category-silver:hover,
.bg-category-yellow1:hover,
.bg-category-yellow:hover {
	background-image: linear-gradient(180deg, #080808 0, #050505 20%, #030303 50%, #040404 80%, #060606) !important;
}
.bg-category-orange2 {
	background: #141517;
	padding: 12px 8px !important;
	border: none !important;
	transition: background-color 0.1s ease-out 0s;
}
.bg-category-orange2.on {
	background: #1e2224;
}
.bg-category-orange2:hover {
	background: hsla(0, 0%, 100%, 0.08) !important;
	border-radius: 6px;
}
.bg-category-gold2 {
	background: #1a1a1a;
	border-top: 1px solid #000 !important;
}
.bg-category-gold2:hover {
	background: linear-gradient(180deg, #1a1a1a 0, #191919 20%, #111 50%, #191919 80%, #1a1a1a) !important;
}
.bg-category-gold1 {
	background-image: linear-gradient(180deg, #0a1c30 0, #0a1c30);
	border-top: 1px solid #181f29 !important;
	border-bottom: 2px solid #181f29 !important;
}
.bg-category-gold1:hover {
	background-image: linear-gradient(180deg, #0a1c30 0, #0f1f2f 20%, #0b151f 50%, #0f1f2f 80%, #0a1c30) !important;
}
.bg-category-blue2 {
	background-image: linear-gradient(180deg, #272727 0, #252525 20%, #222 50%, #1e1e1e 80%, #1c1c1c);
	border-top: 1px solid #111 !important;
	border-bottom: 2px solid #111 !important;
}
.bg-category-blue2:hover {
	background-image: linear-gradient(180deg, #0b0e13 0, #0d1017 20%, #101318 50%, #111419 80%, #12151c) !important;
}
.bg-category-blue4 {
	background: #25262a;
	border-top: 1px solid #111 !important;
	border-bottom: 2px solid #111 !important;
}
.bg-category-blue4:hover {
	background-image: linear-gradient(180deg, #0b0e13 0, #0d1017 20%, #101318 50%, #111419 80%, #12151c) !important;
}
.bg-category-yellow3 {
	background-image: linear-gradient(180deg, #171a40 0, #171a40);
	border-top: 1px solid #10122f !important;
	border-bottom: 2px solid #10122f !important;
}
.bg-category-yellow3:hover {
	background-image: linear-gradient(180deg, #0a1c30 0, #0f1f2f 20%, #0b151f 50%, #0f1f2f 80%, #0a1c30) !important;
}
.bg-category-orange1 {
	background-image: linear-gradient(180deg, #0d161f 0, #1b2733);
	border-top: 1px solid #474b4e !important;
	border-bottom: 2px solid #05162a !important;
}
.bg-category-orange1:hover {
	background-image: linear-gradient(180deg, #010409 0, #1a1a1a) !important;
}
.bg-category-grey1 {
	background: #161616 !important;
	border-top: 1px solid #2a2a2a !important;
	border-bottom: 1px solid #010101 !important;
}
.bg-category-grey1:hover {
	background: #2a2a2a !important;
}
.bg-category-white,
.bg-category-white1 {
	background-image: linear-gradient(180deg, #efefef 0, #efefef 20%, #efefef 50%, #efefef 80%, #eee);
	border-top: 1px solid #a2a2a2 !important;
	border-bottom: 2px solid #a2a2a2 !important;
}
.bg-category-white1:hover,
.bg-category-white:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-category-orange .category-count {
	background: #fb6200 !important;
}
.bg-category-purple .category-count {
	background: #0037ce !important;
}
.bg-category-purple1 .category-count {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.bg-category-grey .category-count {
	background: #1b1b23;
}
.bg-category-blue .category-count {
	background: #1f8fff !important;
}
.bg-category-blue3 .category-count {
	background: #082481 !important;
}
.bg-category-yellow2 .category-count {
	background: #ffbe00 !important;
	color: #000 !important;
}
.bg-category-yellow3 .category-count {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.bg-category-white1 .category-count,
.bg-category-white .category-count {
	background: #f1c80d !important;
	color: #000 !important;
}
.bg-category-red .category-count {
	background: #c80000 !important;
}
.bg-category-silver .category-count {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.bg-category-blue1 .category-count {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
	color: #000 !important;
}
.bg-category-gold .category-count {
	background: #ffa863 !important;
}
.bg-category-gold1 .category-count {
	background: #f7b800 !important;
	color: #000 !important;
}
.bg-category-gold2 .category-count {
	background: #f39200 !important;
	color: #000 !important;
}
.bg-category-grey1 .category-count {
	background: #161616 !important;
}
.bg-location-white,
.bg-location-white1 {
	padding: 0 !important;
	background: #dbdbdb !important;
	border-top: 1px solid #a7a7a7 !important;
	border-bottom: 1px solid #a7a7a7 !important;
	color: #000 !important;
}
.bg-location-white1:hover,
.bg-location-white:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-location-gold1 {
	padding: 0 !important;
	background: #112236 !important;
	border-top: 1px solid grey !important;
	color: #fff !important;
}
.bg-location-gold1:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-location-blue4 {
	padding: 0 !important;
	background: #1b1b23 !important;
	border-top: 1px solid grey !important;
	color: #fff !important;
}
.bg-location-blue4:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-location-orange2 {
	padding: 0 !important;
	background: #1e2124 !important;
	border: none !important;
	color: #fff !important;
	transition: background-color 0.1s ease-out 0s;
}
.bg-location-orange2.on {
	background: #292c30 !important;
	border-radius: 6px;
}
.bg-location-orange2:hover {
	background: #2b2e33 !important;
	border-radius: 6px;
}
.bg-location-orange2:before {
	content: none !important;
}
.bg-league-white,
.bg-league-white1 {
	background: #a1a1a1 !important;
	border-top: 1px solid #777 !important;
	border-bottom: 1px solid #777 !important;
	color: #000 !important;
}
.bg-league-white1:hover,
.bg-league-white:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-league-gold1 {
	background: #313e4e !important;
	border-top: 1px solid grey !important;
	color: #fff !important;
}
.bg-league-gold1:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-league-blue4 {
	background: #39383e !important;
	border-top: 1px solid grey !important;
	color: #fff !important;
}
.bg-league-blue4:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
}
.bg-league-orange2 {
	background: #1a1c1f !important;
	border: none !important;
	color: #fff !important;
	transition: background-color 0.1s ease-out 0s;
}
.bg-league-orange2:hover {
	background: #060708 !important;
	border-radius: 6px;
}
.bg-league-yellow3 {
	background: #313665 !important;
	border-top: 1px solid grey !important;
	color: #fff !important;
}
.bg-league-yellow3:hover {
	background-image: linear-gradient(180deg, #f4f4f4 0, #e2e2e2 20%, #a6a6a6 50%, #e2e2e2 80%, #f4f4f4) !important;
	color: #000 !important;
}
.bg-league-grey1 {
	background: #3d3d3d !important;
}
.cat-count-white,
.cat-count-white1 {
	background: #f1c80d !important;
	color: #000 !important;
}
.cat-count-gold1 {
	background: #f7b800 !important;
	color: #000 !important;
}
.cat-count-orange2 {
	background: none !important;
	color: #fff !important;
}
.cat-count-gold2 {
	background: #f39200 !important;
	color: #000 !important;
}
.cat-count-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.bg-white-top {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #7d797a;
	background-image: linear-gradient(180deg, #d0d0d0 0, #d7d7d7 20%, #e7e7e7 50%, #f4f4f4 80%, #fafafa) !important;
}
.bg-black-top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #000;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
}
.bg-primary2 {
	background: linear-gradient(180deg, #0042a6, #0061c1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bg-black-darker {
	background-color: #161c22 !important;
}
.bg-black-darker1 {
	background: #191919 !important;
}
.bg-black-darker3 {
	background: #212121 !important;
}
.bg-black-darker5 {
	background: #3a2828 !important;
}
.bg-black-darker2 {
	background-color: #000 !important;
}
.bg-black-darker6 {
	background-color: #111 !important;
}
.bg-black-darker7 {
	background: #1b1b23 !important;
}
.bg-black-darker8 {
	background-color: #101010 !important;
}
.bg-black7-1 {
	background: #1d1d1d;
	border-bottom: 1px solid #000;
	background: linear-gradient(180deg, #1d1d1d, #2c2c2c);
}
.bg-black-lighter {
	background: #575d63 !important;
}
.bg-grey1 {
	background: #12161a !important;
}
.bg-grey3 {
	background: #2a3034 !important;
}
.bg-grey4 {
	background: #232a2f !important;
}
.bg-grey5 {
	background: #1e2428 !important;
}
.bg-grey6 {
	background: #282b30 !important;
}
.bg-grey7 {
	background: #2c353c !important;
}
.bg-grey8 {
	background: #25292c !important;
}
.bg-grey9 {
	background: #1e2327 !important;
}
.bg-grey10 {
	background: #2e3439 !important;
}
.bg-grey11 {
	background: #262728 !important;
}
.bg-grey12 {
	background: #262626 !important;
}
.bg-grey13 {
	background: #b9b9b9 !important;
}
.bg-grey14 {
	background: #eee !important;
}
.bg-grey15 {
	background: #dedede !important;
}
.bg-grey16 {
	background: #cacaca !important;
}
.bg-grey17 {
	background-image: linear-gradient(180deg, #fff 0, #f0f0f0 20%, #d5d5d5 50%, #bdbdbd 80%, #aeaeae);
	border-top: none;
	border-bottom: none;
}
.bg-grey18 {
	background: #8b8b8b !important;
}
.bg-grey19 {
	background: #babbbd !important;
}
.bg-grey20 {
	background: #a1a1a1 !important;
}
.bg-grey21 {
	background: #efefef !important;
}
.bg-grey22 {
	background: #b3b3b3 !important;
}
.bg-grey23 {
	background: #bebebe !important;
}
.bg-grey24 {
	background: #1e2a3a !important;
}
.bg-grey25 {
	background: #313131 !important;
}
.bg-grey26 {
	background: #1e2224 !important;
}
.bg-grey27 {
	background: #171719 !important;
}
.bg-grey28 {
	background: #16181a !important;
}
.bg-grey29 {
	background: #19191c !important;
}
.bg-grey30 {
	background: #17171a !important;
}
.bg-grey31 {
	background: #1b1c1f !important;
	border: 1px solid #1b1c1f !important;
}
.bg-grey32 {
	background: #202024 !important;
}
.bg-grey33 {
	background: #1b1b23 !important;
}
.bg-grey-main {
	background: #2f343a !important;
}
.bg-grey-main1 {
	background: #2e2e2e !important;
}
.bg-grey-darker {
	background: #929ba1 !important;
}
.bg-grey-lighter {
	background: #c5ced4 !important;
}
.login-table > tbody > tr > td,
.login-table > tbody > tr > th,
.login-table > tfoot > tr > td,
.login-table > tfoot > tr > th,
.login-table > thead > tr > td,
.login-table > thead > tr > th {
	border: 1px solid #252537;
}
.bg-page-header-orange {
	background: #fb6200 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-orange1 {
	background: #f50 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-purple {
	background: #0037ce !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-blue {
	background: #1fb3ff !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-blue3 {
	background: #082481 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-blue4 {
	background: #1a1b22 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-blue5 {
	background: #111 !important;
	border-bottom: 6px solid #4c6f87 !important;
	color: #fff !important;
	font-size: 18px;
	border-radius: 0;
}
.bg-page-header-yellow {
	background: #f1c80d !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-yellow1 {
	background: #d40511 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-yellow2 {
	background: #ffbe00 !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-red {
	background: #ff2c2c !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-gold {
	background-image: linear-gradient(to bottom right, #ffa462 0, #fdd286) !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-gold2 {
	background: #f39200 !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-green {
	background: #7aea0c !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-grey {
	background: #004080 !important;
	color: #fff !important;
	font-size: 16px;
}
.bg-page-header-grey1 {
	background: #010101 !important;
	color: #fff !important;
	font-size: 18px;
}
.bg-page-header-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-white {
	background: #f1c80d !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-white1 {
	background: #ed765e !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-page-header-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
	font-size: 18px;
}
.bg-mainnave-orange {
	background: #2e2e2e !important;
}
.bg-mainnave-orange1 {
	background: #081a30 !important;
}
.bg-mainnave-orange2 {
	background: #1d1e21 !important;
}
.bg-mainnave-blue,
.bg-mainnave-blue1,
.bg-mainnave-purple,
.bg-mainnave-purple1 {
	background: #2e2e2e !important;
}
.bg-mainnave-blue2 {
	background: #101010 !important;
}
.bg-mainnave-blue3 {
	background: #212121 !important;
}
.bg-mainnave-blue4 {
	background: #0c0d12 !important;
}
.bg-mainnave-blue5 {
	background: #212121 !important;
}
.bg-mainnave-gold,
.bg-mainnave-gold1,
.bg-mainnave-red,
.bg-mainnave-yellow,
.bg-mainnave-yellow1,
.bg-mainnave-yellow2 {
	background: #2e2e2e !important;
}
.bg-mainnave-gold2 {
	background: #1b1b23 !important;
}
.bg-mainnave-green {
	background: #2e2e2e !important;
}
.bg-mainnave-grey {
	background: #004080 !important;
}
.bg-mainnave-grey1 {
	background: #212121 !important;
}
.bg-mainnave-silver {
	background: #2e2e2e !important;
}
.bg-mainnave-white,
.bg-mainnave-white1 {
	background: #efefef !important;
}
.bg-mainnave-yellow3 {
	background: #2e2e2e !important;
}
.bg-dialog-orange,
.bg-dialog-orange1 {
	background: #232a2f !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-orange2 {
	background: #16171a !important;
	color: #fff !important;
	padding: 32px;
}
.bg-dialog-blue,
.bg-dialog-blue1,
.bg-dialog-purple,
.bg-dialog-purple1 {
	background: #232a2f !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-blue2,
.bg-dialog-blue3 {
	background: #101010 !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-blue4 {
	background: #212227 !important;
}
.bg-dialog-blue4,
.bg-dialog-blue5 {
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-blue5 {
	background: #101010 !important;
}
.bg-dialog-gold,
.bg-dialog-gold1,
.bg-dialog-gold2,
.bg-dialog-green,
.bg-dialog-red,
.bg-dialog-yellow,
.bg-dialog-yellow1,
.bg-dialog-yellow2 {
	background: #232a2f !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-grey {
	background: none !important;
	color: #fff !important;
}
.bg-dialog-silver {
	background: #232a2f !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-dialog-white,
.bg-dialog-white1 {
	background: #ebebeb !important;
	color: #000 !important;
	border: 1px solid #fff;
}
.bg-dialog-yellow3 {
	background: #232a2f !important;
	color: #fff !important;
	border: 1px solid #fff;
}
.bg-coin-dialog {
	background: #ebebeb !important;
	color: #000 !important;
	border: 3px solid #fec106;
	border-radius: 10px;
}
.bg-preview-orange {
	background: #fb6200 !important;
}
.bg-preview-orange1 {
	background: #f50 !important;
}
.bg-preview-orange2 {
	background: #f56406 !important;
}
.bg-preview-purple {
	background: #0037ce !important;
}
.bg-preview-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.bg-preview-blue {
	background: #1fb3ff !important;
}
.bg-preview-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
}
.bg-preview-blue2 {
	background-image: linear-gradient(90deg, #8843F2 0, #2b0c4e) !important;
}
.bg-preview-blue3 {
	background: #ffc105 !important;
}
.bg-preview-blue4 {
	background: #4269b2 !important;
}
.bg-preview-blue5 {
	background: #4c6f87 !important;
}
.bg-preview-yellow,
.bg-preview-yellow1 {
	background: #f1c80d !important;
}
.bg-preview-yellow2 {
	background: #ffbe00 !important;
}
.bg-preview-red {
	background: #c80000 !important;
}
.bg-preview-gold {
	background: url(/image/login/keyring-modal.png) no-repeat;
	background-size: 100% 100%;
}
.bg-preview-gold1 {
	background: #f7b800 !important;
}
.bg-preview-gold2 {
	background: #f39200 !important;
}
.bg-preview-green {
	background: #7aea0c !important;
}
.bg-preview-grey {
	background: #2d353c !important;
}
.bg-preview-grey1 {
	background: #fbbd5a !important;
}
.bg-preview-silver {
	background-image: linear-gradient(90deg, #4b6cb7 0, #182848) !important;
}
.bg-preview-white {
	background: #f1c80d !important;
}
.bg-preview-white1 {
	background: #ed765e !important;
}
.bg-preview-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
}
.bg-signdialog-orange,
.bg-signdialog-orange1 {
	background: #232a2f !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-orange2 {
	background: #16171a !important;
	width: 576px;
	padding: 24px 32px;
}
.bg-signdialog-blue,
.bg-signdialog-blue1,
.bg-signdialog-purple,
.bg-signdialog-purple1 {
	background: #232a2f !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-blue2,
.bg-signdialog-blue3 {
	background: #101010 !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-blue4 {
	background: #212227 !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-blue5 {
	background: #101010 !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-gold,
.bg-signdialog-gold1,
.bg-signdialog-gold2,
.bg-signdialog-green,
.bg-signdialog-red,
.bg-signdialog-yellow,
.bg-signdialog-yellow1,
.bg-signdialog-yellow2 {
	background: #232a2f !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-grey {
	background: none !important;
	width: 650px;
}
.bg-signdialog-silver {
	background: #232a2f !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-white,
.bg-signdialog-white1 {
	background: #ebebeb !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialog-yellow3 {
	background: #232a2f !important;
	width: 650px;
	border: 1px solid #fff;
}
.bg-signdialogm-orange {
	background: #fff !important;
	width: 100%;
	border-radius: 5px;
}
.bg-signdialogm-orange2 {
	background: #16171a !important;
	width: 100%;
	padding: 8px;
}
.bg-signdialogm-blue,
.bg-signdialogm-blue1,
.bg-signdialogm-blue2,
.bg-signdialogm-blue3,
.bg-signdialogm-blue4,
.bg-signdialogm-blue5,
.bg-signdialogm-gold,
.bg-signdialogm-gold1,
.bg-signdialogm-gold2,
.bg-signdialogm-green,
.bg-signdialogm-grey,
.bg-signdialogm-purple,
.bg-signdialogm-purple1,
.bg-signdialogm-red,
.bg-signdialogm-silver,
.bg-signdialogm-white,
.bg-signdialogm-white1,
.bg-signdialogm-yellow,
.bg-signdialogm-yellow1,
.bg-signdialogm-yellow2,
.bg-signdialogm-yellow3 {
	background: #fff !important;
	width: 100%;
	border-radius: 5px;
}
.bg-login-sideback-blue,
.bg-login-sideback-blue1,
.bg-login-sideback-blue2,
.bg-login-sideback-gold,
.bg-login-sideback-gold1,
.bg-login-sideback-green,
.bg-login-sideback-grey,
.bg-login-sideback-orange,
.bg-login-sideback-orange1,
.bg-login-sideback-purple,
.bg-login-sideback-red,
.bg-login-sideback-silver,
.bg-login-sideback-yellow,
.bg-login-sideback-yellow1,
.bg-login-sideback-yellow2 {
	background: #2d353c !important;
}
.bg-login-sideback-white,
.bg-login-sideback-white1 {
	background: #fff !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.bg-login-sideback-yellow3 {
	background-color: #0a0d29 !important;
}
.bg-login-sideback-grey1 {
	background: #212121 !important;
}
.bg-login-sideback-blue3,
.bg-login-sideback-blue4,
.bg-login-sideback-blue5,
.bg-login-sideback-purple1 {
	background: #121212 !important;
}
.bg-login-sideback-gold2 {
	background: #111 !important;
}
.bg-login-side1-blue,
.bg-login-side1-blue1,
.bg-login-side1-blue2,
.bg-login-side1-gold,
.bg-login-side1-gold1,
.bg-login-side1-green,
.bg-login-side1-orange,
.bg-login-side1-orange1,
.bg-login-side1-purple,
.bg-login-side1-red,
.bg-login-side1-silver,
.bg-login-side1-yellow,
.bg-login-side1-yellow1,
.bg-login-side1-yellow2 {
	background-color: #161c22 !important;
}
.bg-login-side1-grey {
	background-color: #242a30 !important;
}
.bg-login-side1-grey1 {
	background: #151515 !important;
}
.bg-login-side1-white,
.bg-login-side1-white1 {
	background: #fff !important;
}
.bg-login-side1-yellow3 {
	background-color: #0a0d29 !important;
}
.bg-login-side1-blue3,
.bg-login-side1-blue4,
.bg-login-side1-blue5,
.bg-login-side1-purple1 {
	background-color: #121212 !important;
}
.bg-login-side1-gold2 {
	background-color: #111 !important;
	border-color: #454344 !important;
}
.bg-login-side2-blue,
.bg-login-side2-blue1,
.bg-login-side2-blue2,
.bg-login-side2-gold,
.bg-login-side2-gold1,
.bg-login-side2-green,
.bg-login-side2-grey,
.bg-login-side2-orange,
.bg-login-side2-orange1,
.bg-login-side2-purple,
.bg-login-side2-red,
.bg-login-side2-silver,
.bg-login-side2-yellow,
.bg-login-side2-yellow1,
.bg-login-side2-yellow2 {
	background: #20262c !important;
}
.bg-login-side2-white,
.bg-login-side2-white1 {
	background: #ebebeb !important;
	color: #000;
}
.bg-login-side2-yellow3 {
	background-color: #0a0d29 !important;
}
.bg-login-side2-grey1 {
	background-color: #000 !important;
	border: 2px solid #fff;
}
.bg-login-side2-blue3,
.bg-login-side2-blue4,
.bg-login-side2-blue5,
.bg-login-side2-purple1 {
	background: #121212 !important;
}
.bg-login-side2-gold2 {
	background: #111 !important;
}
.bg-login-side3-blue,
.bg-login-side3-blue1,
.bg-login-side3-blue2,
.bg-login-side3-gold,
.bg-login-side3-gold1,
.bg-login-side3-green,
.bg-login-side3-grey,
.bg-login-side3-orange,
.bg-login-side3-orange1,
.bg-login-side3-purple,
.bg-login-side3-red,
.bg-login-side3-silver,
.bg-login-side3-yellow,
.bg-login-side3-yellow1,
.bg-login-side3-yellow2 {
	background: #212121 !important;
	color: #fff;
}
.bg-login-side3-white,
.bg-login-side3-white1 {
	background: #fff !important;
	color: #000;
}
.bg-login-side3-yellow3 {
	background-color: #0a0d29 !important;
	color: #fff;
}
.bg-login-side3-grey1 {
	background: #aaa !important;
	color: #000;
}
.bg-login-side3-blue3,
.bg-login-side3-blue4,
.bg-login-side3-blue5,
.bg-login-side3-purple1 {
	background: #121212 !important;
	color: #fff;
}
.bg-login-side3-orange2 {
	background: #1a1c1f !important;
	color: #fff;
}
.bg-login-side3-gold2 {
	background: #111 !important;
	color: #fff;
	border-color: #454344 !important;
}
.bg-side-money-tab-blue,
.bg-side-money-tab-blue1,
.bg-side-money-tab-gold,
.bg-side-money-tab-gold1,
.bg-side-money-tab-gold2,
.bg-side-money-tab-green,
.bg-side-money-tab-orange,
.bg-side-money-tab-purple,
.bg-side-money-tab-purple1,
.bg-side-money-tab-red,
.bg-side-money-tab-silver,
.bg-side-money-tab-yellow,
.bg-side-money-tab-yellow1,
.bg-side-money-tab-yellow2 {
	background: #2f343a !important;
	color: #fff;
}
.bg-side-money-tab-white,
.bg-side-money-tab-white1 {
	background: #fff !important;
	color: #000;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.bg-side-money-tab-yellow3 {
	background: #23295d !important;
	color: #fff;
}
.bg-side-money-tab-orange1 {
	background: #041326 !important;
	color: #fff;
}
.bg-side-money-tab-blue2,
.bg-side-money-tab-blue3,
.bg-side-money-tab-blue5 {
	background: #1c1c1c !important;
	color: #fff;
}
.bg-side-money-tab-grey1 {
	background: #2f343a !important;
	color: #fff;
}
.bg-sidebar-right-blue,
.bg-sidebar-right-blue1,
.bg-sidebar-right-gold,
.bg-sidebar-right-gold1,
.bg-sidebar-right-green,
.bg-sidebar-right-grey,
.bg-sidebar-right-orange,
.bg-sidebar-right-red,
.bg-sidebar-right-silver,
.bg-sidebar-right-yellow,
.bg-sidebar-right-yellow1,
.bg-sidebar-right-yellow2 {
	background-color: #161c22 !important;
}
.bg-sidebar-right-grey1 {
	background-color: #151515 !important;
}
.bg-sidebar-right-blue2 {
	background-color: #000 !important;
}
.bg-sidebar-right-blue4,
.bg-sidebar-right-blue5,
.bg-sidebar-right-gold2,
.bg-sidebar-right-purple {
	background-color: #111 !important;
}
.bg-sidebar-right-blue3,
.bg-sidebar-right-purple1 {
	background-color: #121212 !important;
}
.bg-sidebar-right-white,
.bg-sidebar-right-white1 {
	background: #dedede !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.bg-sidebar-right-yellow3 {
	background: #0a0d29 !important;
}
.bg-sidebar-right-orange1 {
	background: #081a30 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.bg-sidebar-right-orange2 {
	background: #1a1c1f !important;
	border-radius: 6px;
	margin-top: 8px;
}
.bg-orange {
	background: #fb6200 !important;
}
.bg-orange-lighter {
	background: #f7b048 !important;
}
.bg-orange1 {
	background: #ed765e !important;
}
.bg-orange2 {
	background: #f50 !important;
}
.bg-orange3 {
	background: #f56406 !important;
}
.bg-orange4 {
	background: #e96a09 !important;
}
.bg-purple {
	background: #0037ce !important;
}
.bg-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.bg-grey {
	background: #348fe2 !important;
}
.bg-yellow {
	background: #f8d346 !important;
}
.bg-yellow1 {
	background: #f1c80d !important;
}
.bg-yellow2,
.bg-yellow4 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
}
.bg-yellow3 {
	background: #ffbe00 !important;
}
.bg-yellow5 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
}
.bg-yellow6 {
	background: #fbbd5a !important;
}
.bg-yellow-virtual {
	background: #d4c800 !important;
}
.bg-yellow-darker {
	background: #b6c832 !important;
}
.bg-yellow-darker2 {
	background: #7d8a22 !important;
}
.bg-yellow-lighter {
	background: #e9fb65 !important;
}
.bg-green {
	background: #7aea0c !important;
}
.bg-green3 {
	background-color: #061e1e !important;
	border: 2px solid #02b9c7;
}
.bg-green1 {
	background-color: #0d3131;
	border-top: 2px solid #02b9c7;
	border-bottom: 2px solid #02b9c7;
	border-right: 2px solid #02b9c7;
}
.bg-green2 {
	background: #1e8665 !important;
}
.bg-blue {
	background: #1f8fff !important;
}
.bg-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
}
.bg-blue3 {
	background: #082481 !important;
}
.bg-blue4 {
	background: #4269b2 !important;
}
.bg-blue5 {
	background: #4c6f87 !important;
}
.bg-blue-lighter {
	background: #1fb3ff !important;
}
.bg-blue-darker {
	background: #151e2d !important;
}
.bg-blue-grad {
	background-image: linear-gradient(90deg, #000518 0, #003f82 20%, #2693cc 50%, #003f82 80%, #000518) !important;
}
.bg-blue-grad1 {
	background-image: linear-gradient(90deg, #4b6cb7 0, #182848) !important;
}
.bg-blue-page {
	background: #0e1d30 !important;
}
.bg-blue-page1 {
	background: #0a0d29 !important;
}
.bg-blue-page2 {
	background: #081a30 !important;
}
.bg-orange2-page {
	background: #111314 !important;
}
.bg-grey-blue {
	background: #112236 !important;
}
.bg-grey-blue1 {
	background: #17283c !important;
}
.bg-grey-blue2 {
	background: #24295d !important;
}
.bg-grey-blue3 {
	background-image: linear-gradient(180deg, #171a40 0, #171a40);
}
.bg-blue-silver {
	background: #4b6cb7 !important;
}
.bg-red {
	background: #c80000 !important;
}
.bg-red1 {
	background: #ff2c2c !important;
}
.bg-red2 {
	background: #d40511 !important;
}
.bg-red3 {
	background: #e6360d !important;
}
.bg-red10 {
	background: #ff5b57 !important;
}
.bg-red-red {
	background: #9b0000 !important;
}
.bg-gold {
	background: #ffa863 !important;
}
.bg-gold1 {
	background: #f7b800 !important;
}
.bg-gold2 {
	background: #f39200 !important;
}
.bg-gold10 {
	background: #ffd889 !important;
}
.bg-gold-grad {
	background-image: linear-gradient(to bottom right, #ffa462 0, #fdd286) !important;
}
.bg-gold-grad1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
}
.bg-gold-img {
	background: url(/image/login/keyring-modal.png) no-repeat;
	background-size: 100% 100%;
}
.bg-back-blue,
.bg-back-blue5,
.bg-back-gold,
.bg-back-orange,
.bg-back-yellow,
.bg-back-yellow1,
.bg-back-yellow3 {
	background: #1b1b23 !important;
}
.bg-back-grey {
	background: url(/static/image/Home/grey/4aedb3d.jpg) 50% fixed no-repeat #1e1e1e;
	background-size: cover;
	font-size: 12px;
	font-family: dotum, gulim, Arial, sans-serif;
	color: #707478;
}
.bg-back-white,
.bg-back-white1 {
	background: #cacaca !important;
}
.bg-back-gold1 {
	background: #0a1727 !important;
}
.bg-back-gold2 {
	background: #111 !important;
}
.bg-back-green {
	background: #171c22 !important;
}
.bg-back-orange1 {
	background: #05162b !important;
}
.bg-back-grey1 {
	background: #3a3a3a !important;
}
.bg-back-orange2 {
	background: #111314 !important;
}
.bg-back-blue4 {
	background: #1a1b22 !important;
}
.bg-back-orange2.on {
	background: #1e2224 !important;
}
.bg-home-blue,
.bg-home-blue1,
.bg-home-blue2,
.bg-home-blue3,
.bg-home-gold,
.bg-home-green,
.bg-home-orange,
.bg-home-purple,
.bg-home-purple1,
.bg-home-red,
.bg-home-silver,
.bg-home-yellow,
.bg-home-yellow1,
.bg-home-yellow2 {
	background-color: #000 !important;
}
.bg-home-grey {
	background-color: #1c1e21 !important;
}
.bg-home-white,
.bg-home-white1 {
	background-color: #ebebeb !important;
}
.bg-home-gold1 {
	background-color: #0e1d30 !important;
}
.bg-home-gold2 {
	background-color: #111 !important;
}
.bg-home-yellow3 {
	background-color: #0a0d29 !important;
}
.bg-headernav-orange {
	background-color: #111 !important;
}
.bg-headernav-orange1 {
	background-color: #05162a !important;
}
.bg-headernav-orange2 {
	background-color: #141517 !important;
	height: 64px !important;
	border-bottom: 1px solid #242424;
}
.bg-headernav-green {
	background-color: #171c22 !important;
}
.bg-headernav-blue {
	background-color: #111 !important;
}
.bg-headernav-blue1 {
	background-color: #191e22 !important;
}
.bg-headernav-blue2,
.bg-headernav-blue3 {
	background-color: #1b1b23 !important;
}
.bg-headernav-blue4 {
	background-color: #202020 !important;
	display: flex;
}
.bg-headernav-blue5 {
	background-color: #000 !important;
	display: flex;
	border-bottom: 4px solid #4c6f87;
}
.bg-headernav-yellow,
.bg-headernav-yellow1 {
	background-color: #191e23 !important;
}
.bg-headernav-yellow2 {
	background-color: #111 !important;
}
.bg-headernav-yellow3 {
	background-color: #070a29 !important;
}
.bg-headernav-white,
.bg-headernav-white1 {
	background-color: #cacaca !important;
}
.bg-headernav-red,
.bg-headernav-silver {
	background-color: #111 !important;
}
.bg-headernav-gold {
	background-color: #202020 !important;
}
.bg-headernav-gold1 {
	background-color: #0e1d30 !important;
}
.bg-headernav-gold2 {
	background-color: #000 !important;
}
.bg-headernav-purple,
.bg-headernav-purple1 {
	background: #1b1b23 !important;
}
.bg-headernav-grey {
	background: url(/static/image/Home/grey/13f8039.png) repeat #1e1e1e;
}
.bg-headernav-grey1 {
	background: #272727 !important;
}
.bg-theme-orange {
	background-color: #fc6200 !important;
}
.bg-theme-orange1 {
	background-color: #f50 !important;
}
.bg-theme-purple {
	background: #0037ce !important;
}
.bg-theme-purple1 {
	background: #c6426e !important;
}
.bg-theme-blue {
	background-color: #1f8fff !important;
}
.bg-theme-blue1 {
	background-color: #dabd57 !important;
}
.bg-theme-blue2 {
	background-color: #2e7de5 !important;
}
.bg-theme-blue3 {
	background-color: #ffc105 !important;
}
.bg-theme-blue5 {
	background-color: #4c6f87 !important;
}
.bg-theme-yellow {
	background-color: #f8d346 !important;
}
.bg-theme-yellow1 {
	background-color: #d40511 !important;
}
.bg-theme-yellow2 {
	background-color: #ffbe00 !important;
}
.bg-theme-yellow3 {
	background-color: #ffdb00 !important;
}
.bg-theme-white {
	background-color: #f8d346 !important;
}
.bg-theme-white1 {
	background-color: #ed765e !important;
}
.bg-theme-red {
	background-color: #c80000 !important;
}
.bg-theme-silver {
	background-image: linear-gradient(90deg, #4b6cb7 0, #4b6cb7) !important;
}
.bg-theme-gold {
	background-color: #ffa863 !important;
}
.bg-theme-gold1 {
	background-color: #f7b800 !important;
}
.bg-theme-gold2 {
	background-color: #f39200 !important;
}
.bg-theme-grey {
	background-color: #fc6200 !important;
}
.bg-theme-grey1 {
	background-color: #fbbd5a !important;
}
.b-r-6 {
	border-radius: 6px !important;
}
.border-1-orange {
	border: 1px solid #fc6200;
}
.border-1-orange1 {
	border: 1px solid #f50;
}
.border-1-orange2 {
	border: 1px solid #f56406;
}
.border-1-purple {
	border: 1px solid #144ade;
}
.border-1-purple1 {
	border: 1px solid #c6426e;
}
.border-1-green {
	border: 1px solid #79e90b;
}
.border-1-blue {
	border: 1px solid #1f8fff;
}
.border-1-blue1 {
	border: 1px solid #dbbe58;
}
.border-1-blue2 {
	border: 1px solid #2e7de5;
}
.border-1-blue3 {
	border: 1px solid #ffc105;
}
.border-1-blue4 {
	border: 1px solid #4269b2;
}
.border-1-blue5 {
	border: 1px solid #4c6f87;
}
.border-1-yellow {
	border: 1px solid #f1c80d;
}
.border-1-yellow1 {
	border: 1px solid #d40511;
}
.border-1-yellow2 {
	border: 1px solid #ffbe00;
}
.border-1-yellow3 {
	border: 1px solid #ffdb00;
}
.border-1-white {
	border: 1px solid #f1c80d;
}
.border-1-white1 {
	border: 1px solid #ed765e;
}
.border-1-red {
	border: 1px solid #c80000;
}
.border-1-silver {
	border: 1px solid #9c9ea0;
}
.border-1-gold {
	border: 1px solid #ffa863;
}
.border-1-gold1 {
	border: 1px solid #f7b800;
}
.border-1-gold2 {
	border: 1px solid #f39200;
}
.border-1-grey {
	border: 1px solid #348fe2;
}
.border-1-grey1 {
	border: 1px solid #fbbd5a;
}
.border-2-orange {
	border: 2px solid #fc6200 !important;
}
.border-2-orange1 {
	border: 2px solid #f50 !important;
}
.border-2-purple {
	border: 2px solid #144ade !important;
}
.border-2-purple1 {
	border: 2px solid #c6426e !important;
}
.border-2-blue {
	border: 2px solid #1fb3ff !important;
}
.border-2-blue1 {
	border: 2px solid #dabd57 !important;
}
.border-2-blue2 {
	border: 2px solid #2e7de5 !important;
}
.border-2-blue3 {
	border: 2px solid #ffc105 !important;
}
.border-2-blue4 {
	border: 2px solid #4269b2 !important;
}
.border-2-blue5 {
	border: 2px solid #4c6f87 !important;
}
.border-2-yellow {
	border: 2px solid #f8d346 !important;
}
.border-2-yellow1 {
	border: 2px solid #d40511 !important;
}
.border-2-yellow2 {
	border: 2px solid #ffbe00 !important;
}
.border-2-yellow3 {
	border: 2px solid #ffdb00 !important;
}
.border-2-white {
	border: 2px solid #000 !important;
}
.border-2-white1 {
	border: 2px solid #ed765e !important;
}
.border-2-red {
	border: 2px solid #c80000 !important;
}
.border-2-silver {
	border: 2px solid #4b6cb7 !important;
}
.border-2-gold {
	border: 2px solid #ffa863 !important;
}
.border-2-gold1 {
	border: 2px solid #f7b800 !important;
}
.border-2-gold10 {
	border: 2px solid #3b3b3b !important;
}
.border-2-grey {
	border: 2px solid #348fe2 !important;
}
.border-2-grey1 {
	border: 2px solid #fbbd5a !important;
}
.border-2-green {
	border: 2px solid #79e80d !important;
}
.border-bottom-1-orange {
	border-bottom: 1px solid #fc6200;
}
.border-bottom-1-orange1,
.border-bottom-1-orange2 {
	border-bottom: 1px solid #f50;
}
.border-bottom-1-purple {
	border-bottom: 1px solid #144ade;
}
.border-bottom-1-purple1 {
	border-bottom: 1px solid #c6426e;
}
.border-bottom-1-blue {
	border-bottom: 1px solid #1f8fff;
}
.border-bottom-1-blue1 {
	border-bottom: 1px solid #dabd57;
}
.border-bottom-1-blue2,
.border-bottom-1-blue3 {
	border-bottom: 1px solid #2e7de5;
}
.border-bottom-1-blue4 {
	border-bottom: 1px solid #4269b2;
}
.border-bottom-1-blue5 {
	border-bottom: 1px solid #4c6f87;
}
.border-bottom-1-yellow,
.border-bottom-1-yellow1 {
	border-bottom: 1px solid #f1c80d;
}
.border-bottom-1-yellow2 {
	border-bottom: 1px solid #ffbe00;
}
.border-bottom-1-yellow3 {
	border-bottom: 1px solid #ffc105;
}
.border-bottom-1-white {
	border-bottom: 1px solid #f1c80d;
}
.border-bottom-1-red {
	border-bottom: 1px solid #ff2c2c;
}
.border-bottom-1-silver {
	border-bottom: 1px solid #9c9ea0;
}
.border-bottom-1-gold {
	border-bottom: 1px solid #ffa863;
}
.border-bottom-1-gold1 {
	border-bottom: 1px solid #f7b800;
}
.border-bottom-1-gold2 {
	border-bottom: 1px solid #f39200;
}
.border-bottom-1-grey {
	border-bottom: 1px solid #343d46 !important;
}
.border-bottom-1-grey1 {
	border-bottom: 1px solid #aaa;
}
.border-bottom-2-orange,
.border-bottom-2-orange2 {
	border-bottom: 2px solid #fc6200;
}
.border-bottom-2-orange1 {
	border-bottom: 2px solid #f50;
}
.border-bottom-2-purple {
	border-bottom: 2px solid #144ade;
}
.border-bottom-2-purple1 {
	border-bottom: 2px solid #c6426e;
}
.border-bottom-2-blue {
	border-bottom: 2px solid #1f8fff;
}
.border-bottom-2-blue1 {
	border-bottom: 2px solid #dabd57;
}
.border-bottom-2-blue2 {
	border-bottom: 2px solid #2e7de5;
}
.border-bottom-2-blue3 {
	border-bottom: 2px solid #ffc105;
}
.border-bottom-2-blue4 {
	border-bottom: 2px solid #4269b2;
}
.border-bottom-2-blue5 {
	border-bottom: 2px solid #4c6f87;
}
.border-bottom-2-yellow,
.border-bottom-2-yellow1 {
	border-bottom: 2px solid #f1c80d;
}
.border-bottom-2-yellow2 {
	border-bottom: 2px solid #ffbe00;
}
.border-bottom-2-yellow3 {
	border-bottom: 2px solid #ffdb00;
}
.border-bottom-2-white {
	border-bottom: 2px solid #f1c80d;
}
.border-bottom-2-white1 {
	border-bottom: 2px solid #ed765e;
}
.border-bottom-2-red {
	border-bottom: 2px solid #ff2c2c;
}
.border-bottom-2-silver {
	border-bottom: 2px solid #4969b2;
}
.border-bottom-2-gold {
	border-bottom: 2px solid #ffa863;
}
.border-bottom-2-gold1 {
	border-bottom: 2px solid #f7b800;
}
.border-bottom-2-gold2 {
	border-bottom: 2px solid #f39200;
}
.border-bottom-2-grey {
	border-bottom: 2px solid #348fe2;
}
.border-bottom-2-grey1 {
	border-bottom: 2px solid #fbbd5a;
}
.border-1-blr-black {
	border-right: 1px solid #000 !important;
}
.border-1-blr-black,
.border-1-blr-black1 {
	border-bottom: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
}
.border-bottom-1-black {
	border-bottom: 1px solid #111;
}
.border-t-b-1 {
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.border-t-b-1-agero {
	border-top: 1px solid #32383d;
	border-bottom: 1px solid #000;
}
.border-t-b-1-white {
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}
.bg-6046 {
	background-image: url(/static/image/livesports/Banner/074b888.png);
}
.bg-6046,
.bg-48242 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-48242 {
	background-image: url(/static/image/livesports/Banner/da6b0c6.png);
}
.bg-154914 {
	background-image: url(/static/image/livesports/Banner/c1c39b8.png);
}
.bg-154830,
.bg-154914 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-154830 {
	background-image: url(/static/image/livesports/Banner/cc7a926.png);
}
.bg-35232 {
	background-image: url(/static/image/livesports/Banner/4c6c92a.png);
}
.bg-35232,
.bg-35709 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-35709 {
	background-image: url(/static/image/livesports/Banner/6fcb405.png);
}
.bg-54094 {
	background-image: url(/static/image/livesports/Banner/794eedb.png);
}
.bg-54094,
.bg-131506 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-131506 {
	background-image: url(/static/image/livesports/Banner/f4685c2.png);
}
.bg-687890 {
	background-image: url(/static/image/livesports/Banner/726bd63.png);
}
.bg-687890,
.bg-white-6046 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-white-6046 {
	background-image: url(/static/image/livesports/Banner/white/d13a6ec.png);
}
.bg-white-48242 {
	background-image: url(/static/image/livesports/Banner/white/b7c6e96.png);
}
.bg-white-48242,
.bg-white-154914 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-white-154914 {
	background-image: url(/static/image/livesports/Banner/white/aa6084e.png);
}
.bg-white-154830 {
	background-image: url(/static/image/livesports/Banner/white/6cc179b.png);
}
.bg-white-35232,
.bg-white-154830 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-white-35232 {
	background-image: url(/static/image/livesports/Banner/white/d1d0d04.png);
}
.bg-white-35709 {
	background-image: url(/static/image/livesports/Banner/white/5634ec4.png);
}
.bg-white-35709,
.bg-white-54094 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-white-54094 {
	background-image: url(/static/image/livesports/Banner/white/48fc900.png);
}
.bg-white-131506 {
	background-image: url(/static/image/livesports/Banner/white/b3591e8.png);
}
.bg-white-131506,
.bg-white-687890 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-white-687890 {
	background-image: url(/static/image/livesports/Banner/white/b520d1c.png);
}
.bg-grey-6046 {
	background-image: url(/static/image/livesports/Banner/grey/46c0c41.png);
}
.bg-grey-6046,
.bg-grey-48242 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-grey-48242 {
	background-image: url(/static/image/livesports/Banner/grey/430dda1.png);
}
.bg-grey-154914 {
	background-image: url(/static/image/livesports/Banner/grey/c7cdc3f.png);
}
.bg-grey-154830,
.bg-grey-154914 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg-grey-154830 {
	background-image: url(/static/image/livesports/Banner/grey/52ce2bb.png);
}
.bg-grey-35232 {
	background-image: url(/static/image/livesports/Banner/grey/5f0e612.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header-icon-orange {
	color: #fc6200;
}
.header-icon-orange1 {
	color: #f50;
}
.header-icon-purple {
	color: #144ade;
}
.header-icon-purple1 {
	color: #c6426e;
}
.header-icon-blue {
	color: #1f8fff;
}
.header-icon-blue1 {
	color: #dbbe58;
}
.header-icon-blue2 {
	color: #2e7de5;
}
.header-icon-blue3 {
	color: #ffc105;
}
.header-icon-blue4 {
	color: #4269b2;
}
.header-icon-blue5 {
	color: #4c6f87;
}
.header-icon-yellow {
	color: #f8d346;
}
.header-icon-yellow1 {
	color: #d40511;
}
.header-icon-yellow2 {
	color: #ffbe00;
}
.header-icon-yellow3 {
	color: #ffdb00;
}
.header-icon-white {
	color: #fc6200;
}
.header-icon-red {
	color: #c80002;
}
.header-icon-silver {
	color: #4b6cb7;
}
.header-icon-white1 {
	color: #ed765e;
}
.header-icon-gold {
	color: #ffa863;
}
.header-icon-gold1 {
	color: #f7b800;
}
.header-icon-gold2 {
	color: #f39200;
}
.header-icon-grey {
	color: #fc6200;
}
.header-icon-grey1 {
	color: #fbbd5a;
}
.header-icon-green {
	color: #79e80d;
}
.login-icon-orange {
	color: #fc6200;
}
.login-icon-orange1 {
	color: #f50;
}
.login-icon-purple {
	color: #144ade;
}
.login-icon-purple1 {
	color: #c6426e;
}
.login-icon-blue {
	color: #1f8fff;
}
.login-icon-blue1 {
	color: #dbbe58;
}
.login-icon-blue2 {
	color: #2e7de5;
}
.login-icon-blue3 {
	color: #ffc105;
}
.login-icon-blue4 {
	color: #4269b2;
}
.login-icon-blue5 {
	color: #4c6f87;
}
.login-icon-yellow {
	color: #f8d346;
}
.login-icon-yellow1 {
	color: #d40511;
}
.login-icon-yellow2 {
	color: #ffbe00;
}
.login-icon-yellow3 {
	color: #ffdb00;
}
.login-icon-white {
	color: #fc6200;
}
.login-icon-red {
	color: #c80002;
}
.login-icon-silver {
	color: #4b6cb7;
}
.login-icon-white1 {
	color: #ed765e;
}
.login-icon-gold {
	color: #ffa863;
}
.login-icon-gold1 {
	color: #f7b800;
}
.login-icon-gold2 {
	color: #f39200;
}
.login-icon-grey {
	color: #348fe2;
}
.login-icon-green {
	color: #79e80d;
}
.sidebar-left-icon-orange {
	color: #fc6200;
}
.sidebar-left-icon-orange1 {
	color: #f50;
}
.sidebar-left-icon-purple {
	color: #fff;
}
.sidebar-left-icon-blue {
	color: #1f8fff;
}
.sidebar-left-icon-blue1 {
	color: #11358b;
}
.sidebar-left-icon-blue2 {
	color: #2e7de5;
}
.sidebar-left-icon-blue3 {
	color: #ffc105;
}
.sidebar-left-icon-blue5 {
	color: #4c6f87;
}
.sidebar-left-icon-yellow {
	color: #f8d346;
}
.sidebar-left-icon-yellow1 {
	color: #d40511;
}
.sidebar-left-icon-white {
	color: #fc6200;
}
.sidebar-left-icon-red {
	color: #c80002;
}
.sidebar-left-icon-white1 {
	color: #ed765e;
}
.sidebar-left-icon-gold {
	color: #ffa863;
}
.sidebar-left-icon-gold1 {
	color: #f7b800;
}
.sidebar-left-icon-gold2 {
	color: #000;
}
.sidebar-left-icon-grey {
	color: #fc6200;
}
.sidebar-left-icon-green {
	color: #79e80d;
}
.header-button-first-blue,
.header-button-first-green,
.header-button-first-grey,
.header-button-first-orange,
.header-button-first-yellow,
.header-button-first-yellow2 {
	border-right: 1px solid #000;
}
.header-button-first-blue1 {
	border-right: 1px solid #dbbe58;
}
.header-button-first-grey1 {
	font-family: AsiaGDE !important;
}
.header-button-first-orange2 {
	height: 63px;
}
.header-button-first-blue4 {
	height: 55px;
}
.header-button-blue,
.header-button-green,
.header-button-grey,
.header-button-orange,
.header-button-yellow,
.header-button-yellow2 {
	border-left: 1px solid #383f46;
	border-right: 1px solid #000;
}
.header-button-grey1 {
	font-family: AsiaGDE !important;
}
.header-button-orange2 {
	height: 63px;
}
.header-button-blue4,
.header-button-blue5 {
	height: 55px;
}
.header-button-blue1 {
	border-right: 1px solid #dbbe58;
}
.header-button-last-blue,
.header-button-last-green,
.header-button-last-grey,
.header-button-last-orange,
.header-button-last-yellow,
.header-button-last-yellow2 {
	border-left: 1px solid #383f46;
}
.header-button-last-blue1 {
	border-left: 1px solid #dbbe58;
}
.header-button-last-orange2 {
	height: 63px;
}
.header-button-last-blue4,
.header-button-last-blue5 {
	height: 55px;
}
.header-button-first-orange2 a,
.header-button-last-orange2 a,
.header-button-orange2 a {
	height: 64px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: border-bottom 0.1s ease-out 0s;
}
.header-button-blue4 a,
.header-button-blue5 a,
.header-button-first-blue4 a,
.header-button-first-blue5 a,
.header-button-last-blue4 a,
.header-button-last-blue5 a {
	height: 55px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: border-bottom 0.1s ease-out 0s;
}
.header-button-first-orange2.on a,
.header-button-first-orange2:hover a,
.header-button-last-orange2.on a,
.header-button-last-orange2:hover a,
.header-button-orange2.on a,
.header-button-orange2:hover a {
	background: none !important;
	border-bottom: 1px solid #f56406 !important;
}
.header-button-blue4.on .header-button-color-blue4,
.header-button-blue4:hover .header-button-color-blue4,
.header-button-first-blue4.on .header-button-color-blue4,
.header-button-first-blue4:hover .header-button-color-blue4,
.header-button-last-blue4.on .header-button-color-blue4,
.header-button-last-blue4:hover .header-button-color-blue4 {
	background: none !important;
	color: #4269b2 !important;
}
.header-button-blue4.on a,
.header-button-blue4:hover a,
.header-button-first-blue4.on a,
.header-button-first-blue4:hover a,
.header-button-last-blue4.on a,
.header-button-last-blue4:hover a {
	background: none !important;
	border: none !important;
}
.header-button-blue5.on .header-button-color-blue5,
.header-button-blue5:hover .header-button-color-blue5,
.header-button-first-blue5.on .header-button-color-blue5,
.header-button-first-blue5:hover .header-button-color-blue5,
.header-button-last-blue5.on .header-button-color-blue5,
.header-button-last-blue5:hover .header-button-color-blue5 {
	background: none !important;
	color: #4c6f87 !important;
}
.header-button-blue5.on a,
.header-button-blue5:hover a,
.header-button-first-blue5.on a,
.header-button-first-blue5:hover a,
.header-button-last-blue5.on a,
.header-button-last-blue5:hover a {
	background: none !important;
	border: none !important;
}
.header-button-color-blue,
.header-button-color-blue1,
.header-button-color-blue2,
.header-button-color-blue3,
.header-button-color-blue4,
.header-button-color-blue5,
.header-button-color-gold2,
.header-button-color-green,
.header-button-color-grey,
.header-button-color-grey1,
.header-button-color-orange,
.header-button-color-orange1,
.header-button-color-orange2,
.header-button-color-purple,
.header-button-color-purple1,
.header-button-color-red,
.header-button-color-yellow,
.header-button-color-yellow2 {
	color: #fff;
}
.header-button-color-gold,
.header-button-color-gold1,
.header-button-color-silver,
.header-button-color-white,
.header-button-color-white1,
.header-button-color-yellow1,
.header-button-color-yellow3 {
	color: #000;
}
.header-money-color-blue,
.header-money-color-blue3,
.header-money-color-blue4,
.header-money-color-blue5,
.header-money-color-gold,
.header-money-color-gold1,
.header-money-color-gold2,
.header-money-color-grey,
.header-money-color-grey1,
.header-money-color-orange,
.header-money-color-orange1,
.header-money-color-purple,
.header-money-color-purple1,
.header-money-color-red,
.header-money-color-yellow,
.header-money-color-yellow1,
.header-money-color-yellow2,
.header-money-color-yellow3 {
	color: #fff;
}
.header-money-color-white,
.header-money-color-white1 {
	color: #000;
}
.home-cat-button-orange1 {
	background: #041326;
	border-top: 5px solid #f50;
	width: calc(16.6% - 4px);
	float: left;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 700;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.home-cat-button-blue {
	background: #2d353c;
	border-top: 5px solid #1fb3ff;
}
.home-cat-button-blue,
.home-cat-button-blue2 {
	width: calc(20% - 4px);
	float: left;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 700;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.home-cat-button-blue2 {
	background: #101010;
	border: 2px solid #404143;
}
.home-cat-button-blue2:hover {
	border: 2px solid #2e7de5;
}
.home-cat-button-yellow,
.home-cat-button-yellow1 {
	background: #262626;
	border-top: 5px solid #f1c80d;
	width: calc(16.6% - 4px);
	float: left;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 700;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.home-cat-button-yellow2 {
	border-top: 5px solid #ffbe00;
	width: calc(20% - 4px);
}
.home-cat-button-green,
.home-cat-button-yellow2 {
	background: #2d353c;
	float: left;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 700;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.home-cat-button-green {
	border-top: 5px solid #79e80d;
	width: calc(25% - 4px);
}
.sidebar-bg-blue,
.sidebar-bg-grey,
.sidebar-bg-orange,
.sidebar-bg-yellow2 {
	background: #161c22 !important;
}
.sidebar-bg-grey1 {
	background: #151515 !important;
}
.sidebar-bg-blue2 {
	background: #1b1b23 !important;
}
.sidebar-bg-gold,
.sidebar-bg-yellow,
.sidebar-bg-yellow1 {
	background: #111 !important;
}
.sidebar-bg-yellow3 {
	background: #0a0d29 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-white,
.sidebar-bg-white1 {
	background: #dedede !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-blue1,
.sidebar-bg-blue5,
.sidebar-bg-red,
.sidebar-bg-silver {
	background: #202020 !important;
}
.sidebar-bg-blue3,
.sidebar-bg-purple1 {
	background: #121212 !important;
}
.sidebar-bg-blue4 {
	background: #1a1b22 !important;
}
.sidebar-bg-purple {
	background: #202020 !important;
}
.sidebar-bg-gold1 {
	background: #1f2b37 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-gold2 {
	background: #111 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-orange1 {
	background: #081a30 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-orange2 {
	background: #141517 !important;
}
.sidebar-board-bg-orange {
	background: #2d353c !important;
}
.sidebar-board-bg-purple,
.sidebar-board-bg-purple1 {
	background: #1b1b23 !important;
}
.sidebar-board-bg-blue {
	background: #2d353c !important;
}
.sidebar-board-bg-blue1 {
	background-image: linear-gradient(90deg, #000518 0, #003f82 30%, #2693cc 50%, #003f82 60%, #000518) !important;
	font-weight: 900;
}
.sidebar-board-bg-blue2 {
	background: #2d353c !important;
}
.sidebar-board-bg-blue3,
.sidebar-board-bg-blue5 {
	background: #1b1b23 !important;
}
.sidebar-board-bg-yellow,
.sidebar-board-bg-yellow1 {
	background: #2d353c !important;
}
.sidebar-board-bg-yellow3 {
	background: #0a0d29 !important;
}
.sidebar-board-bg-white,
.sidebar-board-bg-white1 {
	background: none !important;
}
.sidebar-board-bg-gold,
.sidebar-board-bg-red,
.sidebar-board-bg-silver {
	background: #2d353c !important;
}
.sidebar-board-bg-gold1,
.sidebar-board-bg-gold2 {
	background: none !important;
}
.sidebar-board-bg-grey,
.sidebar-board-bg-grey1 {
	background: #2d353c !important;
}
.sidebar-board-orange {
	background: #fc6200 !important;
	color: #fff;
}
.sidebar-board-purple {
	background: #0037ce !important;
	color: #fff;
}
.sidebar-board-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	color: #fff;
}
.sidebar-board-blue {
	background: #1f8fff !important;
	color: #fff;
}
.sidebar-board-blue1 {
	background: none !important;
	color: #fff;
	border: 1px solid #dbbe58 !important;
}
.sidebar-board-blue2 {
	background-image: linear-gradient(90deg, #0c294e 0, #2e7de5) !important;
	color: #fff;
}
.sidebar-board-blue3 {
	background: #082481 !important;
}
.sidebar-board-blue3,
.sidebar-board-blue5 {
	color: #fff;
	border: 1px solid #000 !important;
}
.sidebar-board-blue5 {
	background: #232323 !important;
}
.sidebar-board-yellow {
	background: #f8d346 !important;
	color: #fff;
}
.sidebar-board-yellow1 {
	background: #d40511 !important;
	color: #fff;
}
.sidebar-board-yellow3 {
	background-image: linear-gradient(90deg, #171a40 0, #0d0f29) !important;
	color: #fff;
}
.sidebar-board-white {
	background: #f1c80d !important;
	color: #000;
}
.sidebar-board-white1 {
	background: #ed765e !important;
	color: #000;
}
.sidebar-board-red {
	background-image: linear-gradient(90deg, #c80000 0, #ba0100 20%, #a90100 50%, #850001 80%, #760000) !important;
	color: #fff;
}
.sidebar-board-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.sidebar-board-gold {
	background-image: linear-gradient(to bottom right, #ffa560 0, #ffa664 20%, #fed989 50%, #ffa664 80%, #ffa560) !important;
	color: #000;
}
.sidebar-board-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
	color: #000;
}
.sidebar-board-gold2 {
	background-image: linear-gradient(to bottom right, #e30908 0, #ea5614) !important;
	color: #fff;
}
.sidebar-board-grey {
	background: #fca301 !important;
	color: #fff;
}
.sidebar-board-grey1 {
	color: #fff;
}
.sidebar-money-orange {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-purple {
	background: #9225fc !important;
	color: #fff;
	border: 1px solid #053566 !important;
}
.sidebar-money-purple1 {
	background: #3b3d49 !important;
	color: #fff;
}
.sidebar-money-blue {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-blue1 {
	background-image: linear-gradient(90deg, #8d6813, #d9af5d) !important;
	color: #000;
	border: 1px solid #2693cc !important;
}
.sidebar-money-blue2 {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-blue3 {
	background: #191516 !important;
	color: #fff;
}
.sidebar-money-blue5 {
	background: #232323 !important;
	color: #fff;
}
.sidebar-money-yellow,
.sidebar-money-yellow1 {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00, #ffb700) !important;
	color: #000;
	border: 1px solid #8a700a !important;
}
.sidebar-money-white,
.sidebar-money-white1 {
	background: #ebebeb !important;
	color: #000;
}
.sidebar-money-red {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-silver {
	background-image: linear-gradient(90deg, #4b6cb7, #182848) !important;
}
.sidebar-money-gold {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-gold1 {
	background: #17283c !important;
	color: #fff;
}
.sidebar-money-gold2 {
	background: #f29200 !important;
	color: #fff;
}
.sidebar-money-grey {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-grey1 {
	background: #1b1b1b !important;
	color: #fff;
}
#sidebar-hamburg-orange {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-orange:hover .img-hamburg {
	content: url(/image/Home/orange/hamburg-on.png);
}
div#sidebar-hamburg-orange:hover .img-sidebutton {
	content: url(/image/Home/orange/side-button-on.png);
}
#sidebar-hamburg-orange1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-orange1:hover .img-hamburg {
	content: url(/image/Home/orange1/hamburg-on.png);
}
div#sidebar-hamburg-orange1:hover .img-sidebutton {
	content: url(/image/Home/orange1/side-button-on.png);
}
#sidebar-hamburg-purple {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-purple:hover .img-hamburg {
	content: url(/image/Home/purple/hamburg-on.png);
}
div#sidebar-hamburg-purple:hover .img-sidebutton {
	content: url(/image/Home/purple/side-button-on.png);
}
#sidebar-hamburg-purple1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-purple1:hover .img-hamburg {
	content: url(/image/Home/purple1/hamburg-on.png);
}
div#sidebar-hamburg-purple1:hover .img-sidebutton {
	content: url(/image/Home/purple1/side-button-on.png);
}
#sidebar-hamburg-blue {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue:hover .img-hamburg {
	content: url(/image/Home/blue/hamburg-on.png);
}
div#sidebar-hamburg-blue:hover .img-sidebutton {
	content: url(/image/Home/blue/side-button-on.png);
}
#sidebar-hamburg-blue1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue1:hover .img-hamburg {
	content: url(/image/Home/blue1/hamburg-on.png);
}
div#sidebar-hamburg-blue1:hover .img-sidebutton {
	content: url(/image/Home/blue1/side-button-on.png);
}
#sidebar-hamburg-blue2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
#sidebar-hamburg-blue2 .b_one img{
	position: fixed;
	left: 13px;
}
#sidebar-hamburg-blue2 .b_two {
	position: fixed;
	top: 0;
	right:0;
}
div#sidebar-hamburg-blue2:hover .img-hamburg {
	content: url(/image/Home/blue2/hamburg-on.png);
}
div#sidebar-hamburg-blue2:hover .img-sidebutton {
	content: url(/image/Home/blue2/side-button-on.png);
}
#sidebar-hamburg-blue3 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue3:hover .img-hamburg {
	content: url(/image/Home/blue3/hamburg-on.png);
}
div#sidebar-hamburg-blue3:hover .img-sidebutton {
	content: url(/image/Home/blue3/side-button-on.png);
}
#sidebar-hamburg-blue5 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue5:hover .img-hamburg {
	content: url(/image/Home/blue5/hamburg-on.png);
}
div#sidebar-hamburg-blue5:hover .img-sidebutton {
	content: url(/image/Home/blue5/side-button-on.png);
}
#sidebar-hamburg-yellow {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow:hover .img-hamburg {
	content: url(/image/Home/yellow/hamburg-on.png);
}
div#sidebar-hamburg-yellow:hover .img-sidebutton {
	content: url(/image/Home/yellow/side-button-on.png);
}
#sidebar-hamburg-yellow1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow1:hover .img-hamburg {
	content: url(/image/Home/yellow1/hamburg-on.png);
}
div#sidebar-hamburg-yellow1:hover .img-sidebutton {
	content: url(/image/Home/yellow1/side-button-on.png);
}
#sidebar-hamburg-yellow2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow2:hover .img-hamburg {
	content: url(/image/Home/yellow2/hamburg-on.png);
}
div#sidebar-hamburg-yellow2:hover .img-sidebutton {
	content: url(/image/Home/yellow2/side-button-on.png);
}
#sidebar-hamburg-yellow3 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow3:hover .img-hamburg {
	content: url(/image/Home/yellow3/hamburg-on.png);
}
div#sidebar-hamburg-yellow3:hover .img-sidebutton {
	content: url(/image/Home/yellow3/side-button-on.png);
}
#sidebar-hamburg-white {
	width: 50px;
	background-color: #dedede !important;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-white:hover .img-hamburg {
	content: url(/image/Home/white/hamburg-on.png);
}
div#sidebar-hamburg-white:hover .img-sidebutton {
	content: url(/image/Home/white/side-button-on.png);
}
#sidebar-hamburg-white1 {
	width: 50px;
	background-color: #dedede !important;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-white1:hover .img-hamburg {
	content: url(/image/Home/white1/hamburg-on.png);
}
div#sidebar-hamburg-white1:hover .img-sidebutton {
	content: url(/image/Home/white1/side-button-on.png);
}
#sidebar-hamburg-red {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-red:hover .img-hamburg {
	content: url(/image/Home/red/hamburg-on.png);
}
div#sidebar-hamburg-red:hover .img-sidebutton {
	content: url(/image/Home/red/side-button-on.png);
}
#sidebar-hamburg-silver {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-silver:hover .img-hamburg {
	content: url(/image/Home/silver/hamburg-on.png);
}
div#sidebar-hamburg-silver:hover .img-sidebutton {
	content: url(/image/Home/silver/side-button-on.png);
}
#sidebar-hamburg-gold {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold:hover .img-hamburg {
	content: url(/image/Home/gold/hamburg-on.png);
}
div#sidebar-hamburg-gold:hover .img-sidebutton {
	content: url(/image/Home/gold/side-button-on.png);
}
#sidebar-hamburg-gold1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold1:hover .img-hamburg {
	content: url(/image/Home/gold1/hamburg-on.png);
}
div#sidebar-hamburg-gold1:hover .img-sidebutton {
	content: url(/image/Home/gold1/side-button-on.png);
}
#sidebar-hamburg-gold2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold2:hover .img-hamburg {
	content: url(/image/Home/gold2/hamburg-on.png);
}
div#sidebar-hamburg-gold2:hover .img-sidebutton {
	content: url(/image/Home/gold2/side-button-on.png);
}
#sidebar-hamburg-grey {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-grey:hover .img-hamburg {
	content: url(/image/Home/grey/hamburg-on.png);
}
div#sidebar-hamburg-grey:hover .img-sidebutton {
	content: url(/image/Home/grey/side-button-on.png);
}
#sidebar-hamburg-grey1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-grey1:hover .img-hamburg {
	content: url(/image/Home/grey1/hamburg-on.png);
}
div#sidebar-hamburg-grey1:hover .img-sidebutton {
	content: url(/image/Home/grey1/side-button-on.png);
}
.bg-betslip-header-orange,
.bg-betslip-header-orange1 {
	background: #161c22 !important;
	padding: 2px;
}
.bg-betslip-header-orange2 {
	padding: 12px !important;
}
.bg-betslip-header-purple {
	background: #161c22 !important;
	padding: 2px;
}
.bg-betslip-header-purple1 {
	background: #121212 !important;
	padding: 2px;
	border-bottom: 3px solid #730161;
	border-top: 1px solid #565656;
}
.bg-betslip-header-blue,
.bg-betslip-header-blue1,
.bg-betslip-header-blue2 {
	background: #161c22 !important;
	padding: 2px;
}
.bg-betslip-header-blue3 {
	border-bottom: 3px solid #ffc105;
}
.bg-betslip-header-blue3,
.bg-betslip-header-blue4 {
	background: #121212 !important;
	padding: 2px;
	border-top: 1px solid #565656;
}
.bg-betslip-header-blue4 {
	border-bottom: 3px solid #4269b2;
}
.bg-betslip-header-blue5 {
	background: #121212 !important;
	padding: 2px;
	border-bottom: 3px solid #4c6f87;
	border-top: 1px solid #565656;
}
.bg-betslip-header-yellow,
.bg-betslip-header-yellow1 {
	background: #161c22 !important;
	padding: 2px;
	border-bottom: 3px solid #f8d346;
}
.bg-betslip-header-yellow2,
.bg-betslip-header-yellow3 {
	background: #161c22 !important;
	padding: 2px;
}
.bg-betslip-header-white,
.bg-betslip-header-white1 {
	background: #161c22 !important;
	padding: 0;
}
.bg-betslip-header-gold,
.bg-betslip-header-gold1,
.bg-betslip-header-red,
.bg-betslip-header-silver {
	background: #161c22 !important;
	padding: 2px;
}
.bg-betslip-header-gold2 {
	background: #111 !important;
	padding: 2px;
}
.bg-betslip-header-grey {
	background: #2d353c !important;
	padding: 2px;
}
.bg-betslip-header-grey1 {
	background: #151515 !important;
	padding: 2px;
}
.bg-betslip-top-orange {
	background: #242a30;
}
.bg-betslip-top-orange1 {
	background-image: linear-gradient(180deg, #101010 0, #1e1a19);
	border-bottom: 3px solid #fff;
	border-top: 1px solid #596571;
}
.bg-betslip-top-purple {
	border-bottom: 3px solid #144ade;
}
.bg-betslip-top-purple,
.bg-betslip-top-purple1 {
	background-image: linear-gradient(180deg, #121212 0, #0f0f0f 20%, #0b0b0b 50%, #0f0f0f 80%, #121212);
}
.bg-betslip-top-blue {
	background-color: #242a30;
}
.bg-betslip-top-blue1 {
	border-bottom: 3px solid #dbbe58;
}
.bg-betslip-top-blue1,
.bg-betslip-top-blue2 {
	background-image: linear-gradient(180deg, #121212 0, #0f0f0f 20%, #0b0b0b 50%, #0f0f0f 80%, #121212);
}
.bg-betslip-top-blue2 {
	border-bottom: 3px solid #aeaeae;
}
.bg-betslip-top-blue3 {
	background-image: linear-gradient(180deg, #121212 0, #0f0f0f 20%, #0b0b0b 50%, #0f0f0f 80%, #121212);
}
.bg-betslip-top-blue4,
.bg-betslip-top-blue5 {
	background-image: linear-gradient(180deg, #121212 0, #010101);
}
.bg-betslip-top-yellow,
.bg-betslip-top-yellow1 {
	background-color: #101010;
}
.bg-betslip-top-yellow2 {
	background-color: #242a30;
}
.bg-betslip-top-yellow3 {
	background-image: linear-gradient(180deg, #ffb700 0, #ffdb00);
}
.bg-betslip-top-white {
	border-bottom: 3px solid #f1c80e;
}
.bg-betslip-top-white,
.bg-betslip-top-white1 {
	background-image: linear-gradient(180deg, #d0d0d0 0, #d9d9d9 20%, #e5e5e5 50%, #f0f0f0 80%, #fbfbfb);
}
.bg-betslip-top-white1 {
	border-bottom: 3px solid #ed765e;
}
.bg-betslip-top-red {
	border-bottom: 3px solid #c70001;
}
.bg-betslip-top-red,
.bg-betslip-top-silver {
	background-image: linear-gradient(180deg, #121212 0, #0f0f0f 20%, #0b0b0b 50%, #0f0f0f 80%, #121212);
}
.bg-betslip-top-silver {
	border-bottom: 3px solid #9c9ea0;
}
.bg-betslip-top-gold {
	background-image: linear-gradient(180deg, #121212 0, #0f0f0f 20%, #0b0b0b 50%, #0f0f0f 80%, #121212);
	border-bottom: 3px solid #ffa863;
}
.bg-betslip-top-gold1,
.bg-betslip-top-gold2 {
	background-image: linear-gradient(180deg, #121212 0, #12171d 20%, #111820 50%, #121e2c 80%, #112131);
	border-bottom: 3px solid #f8b800;
}
.bg-betslip-top-gold2 {
	border-top: 1px solid #5f5f5f;
}
.bg-betslip-top-grey {
	background-image: linear-gradient(180deg, #1e2737, #0b1423);
}
.bg-betslip-top-grey1 {
	background-image: linear-gradient(180deg, #161616, #161616);
}
.bg-slip-back-orange {
	background: #2d353c !important;
}
.bg-slip-back-orange,
.bg-slip-back-purple {
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-purple {
	background-color: #111 !important;
}
.bg-slip-back-blue3,
.bg-slip-back-purple1 {
	background-color: #121212 !important;
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-blue {
	background: #2d353c !important;
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-blue2,
.bg-slip-back-blue4,
.bg-slip-back-blue5,
.bg-slip-back-yellow,
.bg-slip-back-yellow1 {
	background-color: #111 !important;
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-yellow2 {
	background: #2d353c !important;
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-white,
.bg-slip-back-white1 {
	background: #fff !important;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}
.bg-slip-back-grey {
	background: #2d353c !important;
}
.bg-slip-back-grey,
.bg-slip-back-grey1 {
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}
.bg-slip-back-grey1 {
	background: #151515 !important;
}
.bg-noslip-back-orange {
	background-color: #2d353c;
	padding: 2px;
}
.bg-noslip-back-orange1 {
	background-color: #0b1423;
	padding: 2px;
}
.bg-noslip-back-purple {
	background-color: #1b1b23;
	padding: 2px;
}
.bg-noslip-back-purple1 {
	background-color: #121212;
	padding: 2px;
}
.bg-noslip-back-blue {
	background-color: #2d353c;
	padding: 2px;
}
.bg-noslip-back-blue1,
.bg-noslip-back-blue2 {
	background-color: #1b1b23;
	padding: 2px;
}
.bg-noslip-back-blue3,
.bg-noslip-back-blue4,
.bg-noslip-back-blue5 {
	background-color: #121212;
	padding: 2px;
}
.bg-noslip-back-yellow,
.bg-noslip-back-yellow1 {
	background-color: #1b1b23;
	padding: 2px;
}
.bg-noslip-back-yellow2 {
	background-color: #2d353c;
	padding: 2px;
}
.bg-noslip-back-yellow3 {
	background-color: #0d0f28;
	padding: 2px;
}
.bg-noslip-back-white {
	background-color: #fff;
	padding: 2px;
}
.bg-noslip-back-red,
.bg-noslip-back-silver {
	background-color: #1b1b23;
	padding: 2px;
}
.bg-noslip-back-grey {
	background-color: #2d353c;
}
.bg-noslip-back-grey,
.bg-noslip-back-grey1 {
	border-top: 1px solid #32383d;
	border-bottom: 1px solid #000;
	padding: 2px;
}
.bg-noslip-back-grey1 {
	background-color: #151515;
}
.bg-noslip-back-gold1 {
	background-color: #112236;
	padding: 2px;
}
.bg-noslip-back-gold2 {
	background-color: #1b1b23;
	padding: 2px;
}
.bg-noslip-back-orange2 {
	background-size: 100% 100%;
	background-image: url(/static/image/Sidebar/orange2/c5e1e8b.png);
	background-repeat: no-repeat;
}
.sidebar-bg-betinput-orange,
.sidebar-bg-betinput-orange1 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-purple,
.sidebar-bg-betinput-purple1 {
	background: #050505 !important;
	border: 1px solid #3c3c3c !important;
	height: 36px;
}
.sidebar-bg-betinput-blue,
.sidebar-bg-betinput-blue1,
.sidebar-bg-betinput-blue2 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-blue3,
.sidebar-bg-betinput-blue4,
.sidebar-bg-betinput-blue5 {
	background: #050505 !important;
	border: 1px solid #3c3c3c !important;
	height: 36px;
}
.sidebar-bg-betinput-yellow,
.sidebar-bg-betinput-yellow1,
.sidebar-bg-betinput-yellow2 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-yellow3 {
	background: #0d0f28 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-white,
.sidebar-bg-betinput-white1 {
	background: #fff !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold,
.sidebar-bg-betinput-red,
.sidebar-bg-betinput-silver {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold1 {
	background: #112236 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold2 {
	background: #111 !important;
	border: 1px solid #464445 !important;
	height: 36px;
}
.sidebar-bg-betinput-grey {
	background: #242a30 !important;
}
.sidebar-bg-betinput-grey,
.sidebar-bg-betinput-grey1 {
	border-top: 1px solid #32383d;
	border-bottom: 1px solid #000 !important;
	height: 32px;
}
.sidebar-bg-betinput-grey1 {
	background: #151515 !important;
}
.sidebar-bg-betbutton-orange,
.sidebar-bg-betbutton-orange1 {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-orange2 {
	background: #1f2124 !important;
}
.sidebar-bg-betbutton-blue,
.sidebar-bg-betbutton-blue1,
.sidebar-bg-betbutton-blue2,
.sidebar-bg-betbutton-blue3,
.sidebar-bg-betbutton-blue4,
.sidebar-bg-betbutton-blue5,
.sidebar-bg-betbutton-purple,
.sidebar-bg-betbutton-purple1,
.sidebar-bg-betbutton-yellow,
.sidebar-bg-betbutton-yellow1,
.sidebar-bg-betbutton-yellow2,
.sidebar-bg-betbutton-yellow3 {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-white,
.sidebar-bg-betbutton-white1 {
	background: none !important;
}
.sidebar-bg-betbutton-gold,
.sidebar-bg-betbutton-gold1,
.sidebar-bg-betbutton-red,
.sidebar-bg-betbutton-silver {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-gold2 {
	background: #111 !important;
}
.sidebar-bg-betbutton-grey,
.sidebar-bg-betbutton-grey1 {
	background: #161c22 !important;
}
.sidebar-quick-item {
	height: 44px;
	padding: 12px 8px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	display: table;
	transition: background-color 0.1s ease-out 0s;
	white-space: nowrap;
}
.sidebar-quick-item:hover {
	background: #292929;
}
.sidebar-quick-item-text {
	float: left;
	padding-left: 24px;
	width: calc(100% - 16px);
}
.sidebar-quick-item-blue4 {
	padding: 8px 32px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	display: table;
	transition: background-color 0.1s ease-out 0s;
	white-space: nowrap;
	color: #fff;
}
.sidebar-quick-item-blue4:hover {
	background: #202028;
}
.sidebar-quick-item-text-blue4 {
	float: left;
	padding: 4px 0 0 16px;
	width: calc(100% - 26px);
}
.i-sports:hover .img-sports {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE2SURBVHgBjVLtUcJAFHzJ5L90YDogVmA6ACsgVuBYgVKBWIFagXYgqUA6MHQAFYRdsi/z+OZmdu7ufe6+O7MrVtu2OTDmvu9LrkieYRsCP0ABLJMkeXV/eiGZgffAF7AGamAk+/kCCCrUmQzagJmKlKcSqbeS5vJUceCb5ywmYvsAViF2BfsL9kfobkLcQOdB7PrvHcVgonMpnzP71Z0ofAbsUgFPRxi7j+wW1g3UdL5NnRIocsKNhtdrpU0+Sss1yF5iJuOWtrRFFnfBZ0r2uG2jVBcLleMQb474HoQFmbHAXBJc27t1H4b2KZOCj7+QRRpvlNEAiqQ5phw+F+9cOud6HSaU8o2AZwvDOveMVXjGCfCnv9E1iUWwvdnu8vl8KpZF52A2PSiwV2ioay2Jbqs1g35tAA3s8P7DVh+9AAAAAElFTkSuQmCC);
}
.i-inplay:hover .img-inplay {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADaSURBVHgB3VLRDYIwEC0uIBvYERhBN2AD3ECZQDfADYwTwAa6AWygI+AE9R15Z0ppDJ+GJi+99l7fvV5rzN8M55wVzOBtY5sp0M4UaCci2LgABeOjCEYO7llInLZh8q72vDjl2nrCFePq64KkK+MayLQKiU8g9+yr8CC2AsTui2ZskiQd5gxoEJeYd0DBvOTW5KcqEF5HEj2g9nOuhwLAWw+rwEPIXDfAAZVl7wbI1TZASTFx2NNhN2oi763PGXsF4WReL6yfHHXf/BjIn7WBYeIU/WVTXm2WNT6G99dLGAm6SwAAAABJRU5ErkJggg==);
}
.i-mini:hover .img-mini {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBbVKBUYNAEOQzKYAOxAqMFUAH0QrUCkIqyFgBsQJMBWgFhA6wAr8DsQLcZfaYG+Rmdv7/7n7vbv9DsmLjOBZYnlZC1xDCxTs2i4sZ0GB7A3wCPTAAEeDFiHjLvLWqmYI7oAa+gRxI5WvtMlDRtySoXCKTCuDgyGuR1cprePbVSXD27WkcrqX5HclUYCOWSnf2wAm+B5177Om7g3hRuSVg7RdBVc7ArZR/YUD7KBQSk6J+AL+KZ1sGwN5h7UDG5Abne+yZ2Eh9Wgf/1cbAMs0fTCiyCRdXPXU6DzqT5AvI1dn8Ans93cHUlViTwE7YZ+DHXsY+0qvY3jTSYKpTPPr0OxN18K79MTjmUiLlap+xHgS9OuKo/J3s5ijyPrgZE7VKQU+a2RRP5Ivy8Zkf2WmyNOlhPzAXdosvPYu7Tf4bO6BIrSqapdIo+sprBNQgE5YENtpsf1YqQiwfNTeRAAAAAElFTkSuQmCC);
}
.i-virtual:hover .img-virtual {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE4SURBVHgBjVKLdcIwDLRZoN4gYQKyAXQCskG6QUdoN8gIeUxAOwF0gpQJzAbOBuEUTqAXwkfvnT/6nCVZ3lH6vs+xrYECWFEd3FWOQAfsgT/v/V4DV8CO+AKWQKBN7q348F4AH8AWiIMeS5IgmwlJZW8Y1LiR0B7dsFwVyiwv10pMkmqCJPph8X5OhwNtBWvtYOtYQg/kuG8MQXKsPdPUaQisNWk/TCalOe9mfEmUy0tnz91fAO9ARcIA+z/uGUmlvJ8LkzJr981Zgtemod/8qShZz8gqsjDpbrSx2N7g8yt/D3wC0vS5ZA790ZlZSHylYaCzfRl3X32ssiZylqQkzchPSqjdBGvg1FUkabnXZjJLnZtJMYEFnbccqoy69ib1ByQlS0k8Pw8ekURDEF8ONiTB/Eq453cCtx+5j9th9x8AAAAASUVORK5CYII=);
}
.i-casino:hover .img-casino {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBbVPtcYMwDLVz/C8b1BuEDWCDZAQ6AekENBO0TJDLJrAB3YBMEGcCogdPieKL73QSsj7ek4V3yZnnuRJViuTGHfndee8nG+9NIgIaBp+ZEHg9IVFiarE/xO5eCjD5JPLNpJKFcD8zthA50v4V+ZJCUbs3IkHkR6S1dER25rsVOTB2icvwwW6B3Qrx7UVv6UciOg5EMSq1ZV68hD5R1xZF0n1n7Bx6gy5EMTJ2K9yOhkK1DGv1FYyJ1CGz0yb06QHPOXREJxTojd+RotskSK8WtbFj4tfnjxmNidAHAxn2za3vrvQC/aByUQTRPTcN5x/PySIjEggdPl2gQjfSm9UdyDmI/InsE+hAUbMz7pHXZxiOFClJ46LwUZBDvRoUlXu+FqhN71YZpzWBuaHYs8ljlb2z45WVRrBcnLkbnzoX6oNbX6HT/+ClAIsgsTEuRQDplY6eO47d45nQy++jAAAAAElFTkSuQmCC);
}
.i-score:hover .img-score {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgBhVPtTcMwFLQr/jcbkA3IBmSEMkHDBGSDiAkQExAmKBvgTEA6Ae4GYYJw157T11RRn3Ryzn4f5+cX72Y2jmOGpQa2QAAyoQfevffRLRmCC+ADeAQq4BvYAVsg11mxFEyHHwabvZLBM06fPO2tTI4GaN1ta+V7tLskXbwENuCvJinPuRzcqS95UoN+hCTtBWiM1DfC8Eb3z8RrxkwK3KnLrZG5B34N74CIioO5xrGA7cGT+X7QdZLlgO0+z6JVwAqUvZbjF+ApW+oCVfFZsQ5KWE8J2AwcDmpUAO90V+6twT/FWfUeqJKP1wElNcockzx3nkLLc6lomZgyKYXSOaYDh4Tjap42KrBUI4OKsuCf0z0nS1xPV5lRvphA+exWkrNkvSp34le+TJDNMu8l7yD5rf5AYmOqM6b3mi5OVXFDjbX0lM//AGbz8rC31kkAAAAASUVORK5CYII=);
}
.i-tv:hover .img-tv {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgB1ZJhDcIwEIXvpgAJdQAOwAGggEnAAUHBLAwFbAoYCsABlVAH5R25JtBwoezfXvLltWnf3bIeUaFijA+wS/sqO6zlwpdQC+vA1arqQCPofgYu752S2ChwgDmlZeaTGZRu2dkGeHD/CDD7lyOwgJ9BUH7JgW36W2sqFO6uwE0Wkf6UZCoaqYkFg0xIaUDfO8g77rFYgr4wK+M3sFapYXMgnZ0R8Oodpqfn7DNkihojeERgSJsnj5lnyCDFx2gAAAAASUVORK5CYII=);
}
.i-attendance:hover .img-attendance {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADeSURBVHgBrVOBEYIwDEydgBGygW5gN4FNcJMeE7ACbsAGsAFuUJPj61VMwTv9u1xp/puUJCX6Ec5yxhi9LGexC1yzWOecm2kPcrAS6+OKBd9qE3xBjEuHGUK1q8E3GV9ZAQJIzn9ls09Jeiu7ojaCbn0eWq/7E/wqmqVIHR1ANIMsD1qL/ArAYiN9j4HQodOBUDM1xconiKDVthW4VP1bCoR9m4veCmMEYSRhBIwft8oGhql809TGYJFVNii1wfuM570MAVecslFe4Ou3U1h6TEzrbDBc2uJRZuBO/8YTk8UfiiG+twAAAAAASUVORK5CYII=);
}
.i-bethistory:hover .img-bethistory {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD0SURBVHgBrVPtEYIwDC0sYEdgBDeQTWADcAJwAtygbtARGEE3qBvgBjU5HxJyVP+Qu3ckzcdL0mLM3hJjtISeEOIid4IjFDo+V8k1fQLhQGD9CbQI4UJtirkFW2fS3XnEVNpRECZO3mpTkXjEWung+ZwK7hHIGJSvW3WKJZ2EfQWTRXdeJpBe8pJlgSgPwFoImwtNwh45gfXcpOUldKt8xcrCnZdqRo/2LfRB+I88tuzgRvjuIMuyi/ncPwfxaA86OwvOhs+MmjGAafuhLJ0GvaPZWWOZ458CLE0qoEV1hzlnxlL8H5X5JVicw9uYJWCx1uwtb8VGVPak8higAAAAAElFTkSuQmCC);
}
.i-moneymove:hover .img-moneymove {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgBzZPhDYIwEIWvhAG6gYzgCDKBMAk6AXECdQLjBIzAKDpCN6jvJW2iTa8JxB+85MuVcD3eXYvIpuS9P4FpyZ76a/ONARywfmRyz8YYl/tqA2YwhGcLdglXRlFsv0AnBeH9qBWoQA8GOpEVMrENBA7vwmKZPAvoEmMwb1Fs2tDrLIrCrJhjfxwkSU1Y0pHL1LmDEfQlNzyZUXQn8eT2laxQ+DKdTHUhz2ZOxvEy8cZifQStVoC9c1BpGx02PxE9CrWyVPxP4o39mz7k345BDHkeDgAAAABJRU5ErkJggg==);
}
.i-coupon:hover .img-coupon {
	content: url(/static/image/Sidebar/orange2/39e38ae.png);
}
.i-friend:hover .img-friend {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADISURBVHgBxVLbDcIwDHQRA3SEbEA3IBvACN0gHSEbdAU2gQ1gA7pBYYJwlu4jQk6KQKiWLJ/8ytmOyD8lpeSgbS1nI3U5QoP8wOAOneUbBijsCW/Ah1Le1ih0MDq3Uo/EA/xP2Klpmsl6zZOuykx8ZqxVnMUTsX9v0jEQpTxWZE5XSnBMGI3YiTEnNSGTlN+fYySr2LqCJl2wrAcKdHmDYvVBd5802PPVK4yeLyh1WG3iZUm4cb1EyHx9fpmlBqP1/7lgM7auvADOo8oSqe1KKQAAAABJRU5ErkJggg==);
}
.i-fame:hover .img-fame {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgBtVJbDcJAELwj/FMHIAEUAA5wAA6oA3DQoICioBJaHICC1kGLgmM2nU02fZAQwiaT27193My2zv1o3gYhhBjHESh4tQQiE++A2Ht/056paZbiGZACFzbumb6ZdxZSiyEP+7JcXulvgBOQAxGRAQepY81Vfc+LkjQrzjx04iWRMhZ2G7BYqQRJ3IHSUP00YAE0VkKkEoyMvYmF/trEuesam2IzMDE5O/ys+sUm6kBPgWPODTfUqdawWRoD8pUbMt04/cR8hWSMuh+SgkP0PiVkTQ1sgbT7+qQ3sZUSkbYOe41R7zEwTDK60iR72bpvTJYZWqvt1rs2HUvIvy6fjH7l/mVv2gC++4kfl3QAAAAASUVORK5CYII=);
}
.i-event:hover .img-event {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBzVLBDcIwDHSYICN0FDaADegI3SBlAzYIG1AmYBU2aDcwtnSpgklR+mpPsnJNzidfZaKt4RJh5pbqMTnnBsqaA69H0N4DPBqpu6uEatEzGyi8nVNjSR3pF94KO4zV4btBvVDKPd56aC/WJEiNf/5JwNuYuI0wQ2Je5bhlVz3uykBWzp2FPzC+nnEpbrqMKjSm5xLPzKONMJkYQ4lbbTJ4S7VcCdWi52uVT1TYhQXoKj9pF/gA+ysBwJ/vDtEAAAAASUVORK5CYII=);
}
.i-notice:hover .img-notice {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEKSURBVHgBjVOLrcIwDHSf3gDZgGxAN6AbwAbABIwAGwATwAgwQdmAEdINYINyhotkgouwdJJ/PZ+TtBJY3/dRXrYAVsBdfAvAHjhqUFVVJyRQS8DVkGk+KIq4ZW8vppDKUchtgBuxdeppkABxzSmBsU5tPII/8S0CF+yYz6IDRl7jvyNNP54qCfyFIWwQnw2pDCl4NnPqhOiYGw8piEVe5S/z3vAv8A/iWFbQocHbMSt4Mx5usAQnYEZfd6wdsmD8RlVaRj2g1sR6hXNeZ816MnW91nkpS5Mz+pEkLV9nyi9Ub8Z7ePajaHJPBd96SpKaE5uBWvqQ/kXJgb5ix9xEfjXumvdf27/S2gOr8SIIgPL9wAAAAABJRU5ErkJggg==);
}
.i-cash:hover .img-cash {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEbSURBVHgBhVOLFcFAEMxpQDpwHdCBqAAVoILoQFQQKkAFngqig5SADtJBzLBiXe7i3puXy35m72b3TKRWXdcWnxRIlLkCjsaYU9S1kLwGCmDskgJL8dlQcgbkfwpYL4k4bp6EFEgcW0ISN/DgOXYm1QoPyfnH1mIM2JSPeqSf/14g7iLVFx7fHRhpgtiNQMt2+KwYyO54SCpNUCEodo45k+0DGCg748ZyiobgGr2HRy8GUochsGUixcOesABnJmtYgdLtr7TMyv6ghRNb3lwvOCTfAoVjYyeoT2mUkcm5CHSJvkJRjz7At5DI/XmaCa/ZtBHK34E5tnsRji2cAiU1ge/KOiq51b3gkoeWqSvFHXMSJNmI2KWM86vVTzoTBfbsKbYvAAAAAElFTkSuQmCC);
}
.betinputbox-orange {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #fc6200;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	margin-top: 2px;
	font-size: 13px;
	color: #fff;
}
.betinputbox-orange:focus {
	outline-color: #fc6200;
}
.betinputbox-orange1 {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #fff;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	margin-top: 2px;
	font-size: 13px;
	color: #fff;
}
.betinputbox-orange1:hover {
	outline-color: #fff;
}
.betinputbox-orange2 {
	width: 100%;
	height: 40px;
	background: #181b1c;
	border: 1px solid #738087;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	border-radius: 8px;
}
.betinputbox-orange2,
.betinputbox-purple {
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-purple {
	width: 160px;
	height: 26px;
	background: #050505;
	border: 2px solid #144ade;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 2px;
}
.betinputbox-purple:focus {
	outline-color: #144ade;
}
.betinputbox-purple1 {
	width: 160px;
	height: 26px;
	background: #050505;
	border: 2px solid #c6426e;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	margin-top: 2px;
	font-size: 13px;
	color: #fff;
}
.betinputbox-purple1:focus {
	outline-color: #c6426e;
}
.betinputbox-blue3 {
	width: 160px;
	height: 26px;
	background: #050505;
	border: 2px solid #082481;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	margin-top: 2px;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue3:focus {
	outline-color: #082481;
}
.betinputbox-blue4 {
	width: 160px;
	height: 26px;
	background: #050505;
	border: 2px solid #a1a1a1;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	margin-top: 2px;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue4:focus {
	outline-color: #a1a1a1;
}
.betinputbox-blue {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #1fb3ff;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue:focus {
	outline-color: #1fb3ff;
}
.betinputbox-blue1 {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #dbbe58;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue1:focus {
	outline-color: #dbbe58;
}
.betinputbox-blue2 {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #2e7de5;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue2:focus {
	outline-color: #2e7de5;
}
.betinputbox-blue5 {
	width: 160px;
	height: 26px;
	background: #050505;
	border: 2px solid #8f9190;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-blue5:focus {
	outline-color: #8f9190;
}
.betinputbox-yellow {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #f8d346;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-yellow:focus {
	outline-color: #f8d346;
}
.betinputbox-yellow1 {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #f8d346;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-yellow1:focus {
	outline-color: #f8d346;
}
.betinputbox-yellow2 {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #ffbe00;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-yellow2:focus {
	outline-color: #ffbe00;
}
.betinputbox-yellow3 {
	width: 160px;
	height: 26px;
	background: #0d0f28;
	border: 2px solid #ffdb00;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-yellow3:focus {
	outline-color: #ffdb00;
}
.betinputbox-white {
	width: 160px;
	height: 26px;
	background: #fff;
	border: 2px solid #f8d346;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.betinputbox-white:focus {
	outline-color: #f8d346;
}
.betinputbox-white1 {
	width: 160px;
	height: 26px;
	background: #fff;
	border: 2px solid #ed765e;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.betinputbox-white1:focus {
	outline-color: #ed765e;
}
.betinputbox-red {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #c80000;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-red:focus {
	outline-color: #c80000;
}
.betinputbox-silver {
	width: 160px;
	height: 26px;
	background: #191919;
	border: 2px solid #c4c4c4;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-silver:focus {
	outline-color: #c4c4c4;
}
.betinputbox-gold1 {
	width: 160px;
	height: 26px;
	background: #112236;
	border: 2px solid #f7b800;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-gold1:focus {
	outline-color: #f7b800;
}
.betinputbox-gold2 {
	width: 160px;
	height: 26px;
	background: #111;
	border: 2px solid #f39200;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
}
.betinputbox-gold2:focus {
	outline-color: #f39200;
}
.betinputbox-grey {
	color: #fff;
	background: #2e3d56;
}
.betinputbox-grey,
.betinputbox-grey1 {
	width: 160px;
	height: 23px;
	border: 1px solid #0a0e16;
	padding: 3px 8px 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.betinputbox-grey1 {
	color: #000;
	background: #fff;
}
.btnstyle-orange {
	color: #fff;
	background-image: linear-gradient(180deg, #fc6000, #fb4600);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-orange.active,
.btnstyle-orange.disabled,
.btnstyle-orange:active,
.btnstyle-orange:focus,
.btnstyle-orange:hover,
.btnstyle-orange[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #d85908 0, #c34e0d 20%, #a94113 50%, #ff6d00 80%, #ff6d00);
	background-position: 0 0;
}
.btnstyle-orange1 {
	color: #fff;
	background-image: linear-gradient(180deg, #f50, #f50);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-orange1.active,
.btnstyle-orange1.disabled,
.btnstyle-orange1:active,
.btnstyle-orange1:focus,
.btnstyle-orange1:hover,
.btnstyle-orange1[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #d85908 0, #c34e0d 20%, #a94113 50%, #ff6d00 80%, #ff6d00);
	background-position: 0 0;
}
.btnstyle-orange2 {
	color: #fff;
	background: #25282b;
	border: none;
	box-shadow: none;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.btnstyle-orange2.active,
.btnstyle-orange2.disabled,
.btnstyle-orange2:active,
.btnstyle-orange2:focus,
.btnstyle-orange2:hover,
.btnstyle-orange2[disabled] {
	color: #fff;
	background: #44484f;
}
.btnstyle-purple {
	color: #fff;
	background: #0037ce;
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-purple.active,
.btnstyle-purple.disabled,
.btnstyle-purple:active,
.btnstyle-purple:focus,
.btnstyle-purple:hover,
.btnstyle-purple[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #0037cc 0, #0030b5 20%, #001d6e 50%, #0030b5 80%, #0037cc);
	background-position: 0 0;
}
.btnstyle-purple1 {
	color: #fff;
	background: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border-color: #431a00;
}
.btnstyle-purple1.active,
.btnstyle-purple1.disabled,
.btnstyle-purple1:active,
.btnstyle-purple1:focus,
.btnstyle-purple1:hover,
.btnstyle-purple1[disabled] {
	color: #fff;
	background: linear-gradient(180deg, #610268 0, #5b0161 20%, #310038 50%, #5b0161 80%, #610268) !important;
}
.btnstyle-blue {
	color: #fff;
	background-image: linear-gradient(180deg, #1fb3ff, #1f8597);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-blue.active,
.btnstyle-blue.disabled,
.btnstyle-blue:active,
.btnstyle-blue:focus,
.btnstyle-blue:hover,
.btnstyle-blue[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #0285c9 0, #027cbb 20%, #016192 50%, #026da4 80%, #0285c8);
	background-position: 0 0;
}
.btnstyle-blue1 {
	color: #000;
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	border-color: #431a00;
}
.btnstyle-blue1.active,
.btnstyle-blue1.disabled,
.btnstyle-blue1:active,
.btnstyle-blue1:focus,
.btnstyle-blue1:hover,
.btnstyle-blue1[disabled] {
	color: #000;
	background-image: linear-gradient(90deg, #a67b20 0, #ebd96f 30%, #c99d3a 60%, #cc9a38) !important;
	background-position: 0 0;
}
.btnstyle-blue2 {
	color: #fff;
	background: #0ab8fd !important;
	border-color: #0ab8fd;
}
.btnstyle-blue2.active,
.btnstyle-blue2.disabled,
.btnstyle-blue2:active,
.btnstyle-blue2:focus,
.btnstyle-blue2:hover,
.btnstyle-blue2[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #425b71 0, #104161 20%, #0b3239 50%, #083d4d 80%, #175167) !important;
	background-position: 0 0;
}
.btnstyle-blue3 {
	color: #fff;
	background-image: linear-gradient(180deg, #14235c 0, #0b2681 20%, #092276 50%, #0c1e5e 80%, #031d40) !important;
	border-color: #0ab8fd;
}
.btnstyle-blue3.active,
.btnstyle-blue3.disabled,
.btnstyle-blue3:active,
.btnstyle-blue3:focus,
.btnstyle-blue3:hover,
.btnstyle-blue3[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #09247b 0, #041f76 20%, #021851 50%, #041f76 80%, #09247b) !important;
	background-position: 0 0;
}
.btnstyle-blue4 {
	color: #fff;
	background: #4269b2 !important;
	border-color: #0ab8fd;
}
.btnstyle-blue4.active,
.btnstyle-blue4.disabled,
.btnstyle-blue4:active,
.btnstyle-blue4:focus,
.btnstyle-blue4:hover,
.btnstyle-blue4[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #3f64aa 0, #314f85 20%, #243a63 50%, #314f85 80%, #3f64aa) !important;
	background-position: 0 0;
}
.btnstyle-blue5 {
	color: #fff;
	background: #4c6f87 !important;
	border-color: #0ab8fd;
}
.btnstyle-blue5.active,
.btnstyle-blue5.disabled,
.btnstyle-blue5:active,
.btnstyle-blue5:focus,
.btnstyle-blue5:hover,
.btnstyle-blue5[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #486271 0, #465968 20%, #1f3543 50%, #465968 80%, #486271) !important;
	background-position: 0 0;
}
.btnstyle-yellow {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346, #f7a62e);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-yellow.active,
.btnstyle-yellow.disabled,
.btnstyle-yellow:active,
.btnstyle-yellow:focus,
.btnstyle-yellow:hover,
.btnstyle-yellow[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346 0, #f8c03c 20%, #f7a62e 50%, #f8c03c 80%, #f8d346);
	background-position: 0 0;
}
.btnstyle-yellow1 {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346, #f7a62e);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-yellow1.active,
.btnstyle-yellow1.disabled,
.btnstyle-yellow1:active,
.btnstyle-yellow1:focus,
.btnstyle-yellow1:hover,
.btnstyle-yellow1[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346 0, #f8c03c 20%, #f7a62e 50%, #f8c03c 80%, #f8d346);
	background-position: 0 0;
}
.btnstyle-yellow2 {
	color: #000;
	background-image: linear-gradient(180deg, #ffbe00, #fe8900);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-yellow2.active,
.btnstyle-yellow2.disabled,
.btnstyle-yellow2:active,
.btnstyle-yellow2:focus,
.btnstyle-yellow2:hover,
.btnstyle-yellow2[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #ffbe00 0, #fc5500);
	background-position: 0 0;
}
.btnstyle-yellow3 {
	color: #000;
	background-image: linear-gradient(90deg, #ffdb00, #ffb700);
	border-color: #431a00;
}
.btnstyle-yellow3.active,
.btnstyle-yellow3.disabled,
.btnstyle-yellow3:active,
.btnstyle-yellow3:focus,
.btnstyle-yellow3:hover,
.btnstyle-yellow3[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #ffb500 0, #ffa501 20%, #f80 50%, #ffa501 80%, #ffb500);
	background-position: 0 0;
}
.btnstyle-white {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346, #f7a62e);
	background-repeat: repeat-x;
	border: 1px solid #000;
}
.btnstyle-white.active,
.btnstyle-white.disabled,
.btnstyle-white:active,
.btnstyle-white:focus,
.btnstyle-white:hover,
.btnstyle-white[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #f8d346 0, #f8c03c 20%, #f7a62e 50%, #f8c03c 80%, #f8d346);
	background-position: 0 0;
}
.btnstyle-white1 {
	color: #fff;
	background-image: linear-gradient(180deg, #ff4900, #fb4600);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-white1.active,
.btnstyle-white1.disabled,
.btnstyle-white1:active,
.btnstyle-white1:focus,
.btnstyle-white1:hover,
.btnstyle-white1[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #d85908 0, #c34e0d 20%, #a94113 50%, #ff6d00 80%, #ff6d00);
	background-position: 0 0;
}
.btnstyle-red {
	color: #fff;
	background-image: linear-gradient(180deg, #b12120, #b12120);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-red.active,
.btnstyle-red.disabled,
.btnstyle-red:active,
.btnstyle-red:focus,
.btnstyle-red:hover,
.btnstyle-red[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #a62020 0, #791818 20%, #400d0e 50%, #791818 80%, #a62020);
	background-position: 0 0;
}
.btnstyle-silver {
	color: #000;
	background-image: linear-gradient(180deg, #c1c0c0, #c1c0c0);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-silver.active,
.btnstyle-silver.disabled,
.btnstyle-silver:active,
.btnstyle-silver:focus,
.btnstyle-silver:hover,
.btnstyle-silver[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #c1c0c0 0, #999a9a 20%, #626466 50%, #999a9a 80%, #c1c0c0);
	background-position: 0 0;
}
.btnstyle-gold {
	color: #000;
	background-image: linear-gradient(180deg, #ffa865, #fe7938);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-gold.active,
.btnstyle-gold.disabled,
.btnstyle-gold:active,
.btnstyle-gold:focus,
.btnstyle-gold:hover,
.btnstyle-gold[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #ffa865 0, #fd8a47 20%, #fe7938 50%, #fd8a47 80%, #ffa865);
	background-position: 0 0;
}
.btnstyle-gold1 {
	color: #000;
	background-image: linear-gradient(180deg, #f6b900, #f58500);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-gold1.active,
.btnstyle-gold1.disabled,
.btnstyle-gold1:active,
.btnstyle-gold1:focus,
.btnstyle-gold1:hover,
.btnstyle-gold1[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #f6b900 0, #fd8a47 20%, #f58500 50%, #fd8a47 80%, #f6b900);
	background-position: 0 0;
}
.btnstyle-gold2 {
	color: #000;
	background-image: linear-gradient(180deg, #f6b900, #f58500);
	background-repeat: repeat-x;
	border-color: #431a00;
}
.btnstyle-gold2.active,
.btnstyle-gold2.disabled,
.btnstyle-gold2:active,
.btnstyle-gold2:focus,
.btnstyle-gold2:hover,
.btnstyle-gold2[disabled] {
	color: #000;
	background-image: linear-gradient(180deg, #f6b900 0, #fd8a47 20%, #f58500 50%, #fd8a47 80%, #f6b900);
	background-position: 0 0;
}
.btnstyle-grey {
	color: #c8e1fd;
	text-shadow: 0 -1px 0 rgb(0 0 0/25%);
	background-color: #0c1524;
	background-image: linear-gradient(180deg, #354562, #111e33);
	background-repeat: repeat-x;
	border-color: #111 #111 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btnstyle-grey.active,
.btnstyle-grey.disabled,
.btnstyle-grey:active,
.btnstyle-grey:focus,
.btnstyle-grey:hover,
.btnstyle-grey[disabled] {
	color: #fff;
}
.btnstyle-grey1 {
	color: #fff;
	background-image: linear-gradient(180deg, #262626, #262626);
	background-repeat: repeat-x;
	border-color: #431a00;
	font-family: AsiaGDE !important;
}
.btnstyle-grey1.active,
.btnstyle-grey1.disabled,
.btnstyle-grey1:active,
.btnstyle-grey1:focus,
.btnstyle-grey1:hover,
.btnstyle-grey1[disabled] {
	color: #fff;
	background-image: linear-gradient(180deg, #262626 0, #121212 20%, #000 50%, #121212 80%, #262626);
	background-position: 0 0;
}

.sidebar-total-bet-orange,
.sidebar-total-bet-orange1 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-orange2 {
	background: #1f2124;
}
.sidebar-total-bet-purple,
.sidebar-total-bet-purple1 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-blue,
.sidebar-total-bet-blue1,
.sidebar-total-bet-blue2 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-blue3,
.sidebar-total-bet-blue4,
.sidebar-total-bet-blue5 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-yellow,
.sidebar-total-bet-yellow1,
.sidebar-total-bet-yellow2 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-yellow3 {
	background: #0d0f28 !important;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-white {
	margin-bottom: 1px;
}
.sidebar-total-bet-white,
.sidebar-total-bet-white1 {
	background: #eee !important;
	color: #000;
	font-weight: 900;
	border: 1px solid #0b0b0c !important;
}
.sidebar-total-bet-gold,
.sidebar-total-bet-red,
.sidebar-total-bet-silver {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-gold1 {
	background: #112236 !important;
}
.sidebar-total-bet-gold1,
.sidebar-total-bet-gold2 {
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-gold2 {
	background: #111 !important;
}
.sidebar-total-bet-grey {
	background: linear-gradient(180deg, #1e2737, #0b1423);
}
.sidebar-total-bet-grey,
.sidebar-total-bet-grey1 {
	color: #fff;
	border-top: 1px solid #383f46 !important;
	border-bottom: 1px solid #000 !important;
}
.sidebar-total-bet-grey1 {
	background: #161616;
}
.sidebar-limit-bet-orange,
.sidebar-limit-bet-orange1 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-orange2 {
	background: #1f2124;
	color: #fff;
	font-size: 12px;
}
.sidebar-limit-bet-purple,
.sidebar-limit-bet-purple1 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-blue,
.sidebar-limit-bet-blue1,
.sidebar-limit-bet-blue2 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-blue3,
.sidebar-limit-bet-blue4,
.sidebar-limit-bet-blue5 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-yellow,
.sidebar-limit-bet-yellow1,
.sidebar-limit-bet-yellow2 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-yellow3 {
	background: #0d0f28;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-white,
.sidebar-limit-bet-white1 {
	background: #eee !important;
	color: #000;
	font-weight: 900;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold,
.sidebar-limit-bet-red,
.sidebar-limit-bet-silver {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold1 {
	background: #112236 !important;
}
.sidebar-limit-bet-gold1,
.sidebar-limit-bet-gold2 {
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold2 {
	background: #111 !important;
}
.sidebar-limit-bet-grey {
	background: #242a30;
}
.sidebar-limit-bet-grey,
.sidebar-limit-bet-grey1 {
	color: #a0a0a0;
	border-top: 1px solid #383f46 !important;
	border-bottom: 1px solid #000 !important;
	font-size: 11px;
}
.sidebar-limit-bet-grey1 {
	background: #161616;
}

#sidebar-right .sidebar-total-bet-blue2 span.pull-left,
#sidebar-right .sidebar-total-bet-blue2 span.pull-right,
#sidebar-right .sidebar-limit-bet-blue2 span.pull-left,
#sidebar-right .sidebar-limit-bet-blue2 span.pull-right {
    font-size: 13px !important;
}
.sidebar-limit-bet-blue2 .text-center {
    text-align: left !important;
}
.sport-page-bg-orange1 {
	background: #081a30 !important;
}
.sport-page-bg-orange2 {
	background: #111314 !important;
}
.sport-page-bg-yellow3 {
	background: #0a0d29 !important;
}
.sport-page-bg-white,
.sport-page-bg-white1 {
	background: #ebebeb !important;
}
.sport-page-bg-gold1 {
	background: #0e1d30 !important;
}
.sport-page-bg-grey {
	background: #242a30 !important;
}
.sport-page-bg-grey1 {
	background: #151515 !important;
}
.sport-pagein-bg-orange {
	background: #111 !important;
}
.sport-pagein-bg-orange1 {
	background: #081a30 !important;
}
.sport-pagein-bg-orange2 {
	background: #111314 !important;
}
.sport-pagein-bg-blue,
.sport-pagein-bg-blue1,
.sport-pagein-bg-blue2,
.sport-pagein-bg-blue3,
.sport-pagein-bg-purple,
.sport-pagein-bg-purple1,
.sport-pagein-bg-yellow,
.sport-pagein-bg-yellow1,
.sport-pagein-bg-yellow2 {
	background: #111 !important;
}
.sport-pagein-bg-yellow3 {
	background: #0a0d29 !important;
}
.sport-pagein-bg-white,
.sport-pagein-bg-white1 {
	background: #ebebeb !important;
	margin-top: 10px !important;
}
.sport-pagein-bg-gold,
.sport-pagein-bg-red,
.sport-pagein-bg-silver {
	background: #111 !important;
}
.sport-pagein-bg-gold1 {
	background: #0e1d30 !important;
}
.sport-pagein-bg-gold2,
.sport-pagein-bg-grey {
	background: #111 !important;
}
.sport-pagein-bg-grey {
	margin-top: 10px !important;
}
.sport-pagein-bg-grey1 {
	background: #151515 !important;
}
.inplay-page-bg-orange {
	background: #111 !important;
}
.inplay-page-bg-orange1 {
	background: #081a30 !important;
}
.inplay-page-bg-orange2 {
	background: #111314 !important;
}
.inplay-page-bg-blue,
.inplay-page-bg-blue1,
.inplay-page-bg-blue3,
.inplay-page-bg-purple,
.inplay-page-bg-purple1,
.inplay-page-bg-yellow,
.inplay-page-bg-yellow1,
.inplay-page-bg-yellow2 {
	background: #111 !important;
}
.inplay-page-bg-yellow3 {
	background: #0a0d29 !important;
}
.inplay-page-bg-white,
.inplay-page-bg-white1 {
	background: #ebebeb !important;
}
.inplay-page-bg-gold,
.inplay-page-bg-red,
.inplay-page-bg-silver {
	background: #111 !important;
}
.inplay-page-bg-gold1 {
	background: #0e1d30 !important;
}
.inplay-page-bg-gold2,
.inplay-page-bg-grey,
.inplay-page-bg-grey1,
.inplay-pagein-bg-orange {
	background: #111 !important;
}
.inplay-pagein-bg-orange1 {
	background: #081a30 !important;
}
.inplay-pagein-bg-orange2 {
	background: #111314 !important;
}
.inplay-pagein-bg-blue,
.inplay-pagein-bg-blue1,
.inplay-pagein-bg-blue3,
.inplay-pagein-bg-purple,
.inplay-pagein-bg-purple1,
.inplay-pagein-bg-yellow,
.inplay-pagein-bg-yellow1,
.inplay-pagein-bg-yellow2 {
	background: #111 !important;
}
.inplay-pagein-bg-yellow3 {
	background: #0a0d29 !important;
}
.inplay-pagein-bg-white,
.inplay-pagein-bg-white1 {
	background: #ebebeb !important;
}
.inplay-pagein-bg-gold,
.inplay-pagein-bg-red,
.inplay-pagein-bg-silver {
	background: #111 !important;
}
.inplay-pagein-bg-gold1 {
	background: #0e1d30 !important;
}
.inplay-pagein-bg-gold2 {
	background: #111 !important;
}
.inplay-pagein-bg-grey {
	background: url(/static/image/Sports/19881b3.png) repeat #111;
}
.inplay-pagein-bg-grey1 {
	background: #111 !important;
}
.sport-league-info-orange,
.sport-league-info-orange1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #a0a0a0;
}
.sport-league-info-orange2 {
	cursor: pointer;
	background-color: #181a1c;
	height: 36px;
	color: #fff;
	border-radius: 6px 6px 0 0;
	padding: 8px 16px;
}
.sport-league-info-purple,
.sport-league-info-purple1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #a0a0a0;
}
.sport-league-info-blue {
	margin-top: 20px;
	cursor: pointer;
	background-color: #1f8fff;
	height: 28px;
	color: #fff;
}
.sport-league-info-blue1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #11358b;
	height: 35px;
	color: #fff;
}
.sport-league-info-blue2,
.sport-league-info-blue3,
.sport-league-info-blue4,
.sport-league-info-blue5 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #fff;
}
.sport-league-info-yellow,
.sport-league-info-yellow1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #a0a0a0;
}
.sport-league-info-yellow2 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #e6360d;
	height: 35px;
	color: #fff;
}
.sport-league-info-yellow3 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #fff;
}
.sport-league-info-white {
	background-color: #a2ddff;
}
.sport-league-info-white,
.sport-league-info-white1 {
	margin-top: 20px;
	cursor: pointer;
	height: 35px;
	color: #000;
}
.sport-league-info-white1 {
	background-color: #ed765e;
}
.sport-league-info-gold,
.sport-league-info-red,
.sport-league-info-silver {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #a0a0a0;
}
.sport-league-info-gold1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #091724;
	height: 35px;
	color: #a0a0a0;
}
.sport-league-info-gold2,
.sport-league-info-grey,
.sport-league-info-grey1 {
	margin-top: 20px;
	cursor: pointer;
	background-color: #000;
	height: 35px;
	color: #a0a0a0;
}
.league-info-name-blue1,
.league-info-name-blue3,
.league-info-name-blue4,
.league-info-name-blue5,
.league-info-name-gold,
.league-info-name-gold1,
.league-info-name-gold2,
.league-info-name-grey,
.league-info-name-grey1,
.league-info-name-orange,
.league-info-name-orange1,
.league-info-name-purple,
.league-info-name-purple1,
.league-info-name-red,
.league-info-name-silver,
.league-info-name-yellow,
.league-info-name-yellow1,
.league-info-name-yellow2,
.league-info-name-yellow3 {
	margin-top: 10px;
}
.league-info-name-blue,
.league-info-name-blue2 {
	margin-top: 7px;
}
.league-info-name-white,
.league-info-name-white1 {
	margin-top: 8px;
}
.league-info-icon-blue1,
.league-info-icon-blue3,
.league-info-icon-blue4,
.league-info-icon-blue5,
.league-info-icon-gold,
.league-info-icon-gold1,
.league-info-icon-gold2,
.league-info-icon-grey,
.league-info-icon-grey1,
.league-info-icon-orange,
.league-info-icon-orange1,
.league-info-icon-purple,
.league-info-icon-purple1,
.league-info-icon-red,
.league-info-icon-silver {
	margin-top: 10px;
}
.league-info-icon-blue,
.league-info-icon-blue2 {
	font-size: 16px;
	margin-top: 7px;
}
.league-info-icon-yellow,
.league-info-icon-yellow1,
.league-info-icon-yellow2,
.league-info-icon-yellow3 {
	font-size: 16px;
	margin-top: 10px;
}
.league-info-icon-white,
.league-info-icon-white1 {
	font-size: 18px;
	margin-top: 10px;
}
.league-info-game-blue1,
.league-info-game-blue3,
.league-info-game-blue4,
.league-info-game-blue5,
.league-info-game-gold,
.league-info-game-gold1,
.league-info-game-gold2,
.league-info-game-grey,
.league-info-game-grey1,
.league-info-game-orange,
.league-info-game-orange1,
.league-info-game-purple,
.league-info-game-purple1,
.league-info-game-red,
.league-info-game-silver,
.league-info-game-yellow,
.league-info-game-yellow1,
.league-info-game-yellow2,
.league-info-game-yellow3 {
	margin-top: 9px;
}
.league-info-game-blue,
.league-info-game-blue2 {
	margin-top: 6px;
}
.league-info-game-white,
.league-info-game-white1 {
	margin-top: 7px;
}
.league-info-gameicon-blue1,
.league-info-gameicon-blue3,
.league-info-gameicon-blue4,
.league-info-gameicon-blue5,
.league-info-gameicon-gold,
.league-info-gameicon-gold1,
.league-info-gameicon-gold2,
.league-info-gameicon-grey,
.league-info-gameicon-grey1,
.league-info-gameicon-orange,
.league-info-gameicon-orange1,
.league-info-gameicon-purple,
.league-info-gameicon-purple1,
.league-info-gameicon-red,
.league-info-gameicon-silver,
.league-info-gameicon-yellow,
.league-info-gameicon-yellow1,
.league-info-gameicon-yellow2,
.league-info-gameicon-yellow3 {
	margin-top: 8px;
}
.league-info-gameicon-blue,
.league-info-gameicon-blue2 {
	margin-top: 5px;
}
.league-info-gameicon-white,
.league-info-gameicon-white1 {
	margin-top: 6px;
}
.sports-favorite-orange {
	margin-left: 10px;
	cursor: pointer;
	background-image: url(/static/image/Sports/8552dd3.png);
	background-size: 100% 100%;
	width: 18px;
	height: 17px;
	float: left;
}
.sports-favorite-orange-on,
.sports-favorite-orange:hover {
	background-image: url(/static/image/Sports/orange/3be5afc.png);
}
.sports-favorite-orange-on {
	margin-left: 10px;
	cursor: pointer;
	background-size: 100% 100%;
	width: 18px;
	height: 17px;
	float: left;
}
.sports-favorite-blue,
.sports-favorite-orange-on:hover {
	background-image: url(/static/image/Sports/8552dd3.png);
}
.sports-favorite-blue {
	margin-left: 10px;
	cursor: pointer;
	background-size: 100% 100%;
	width: 18px;
	height: 17px;
	float: left;
}
.sports-favorite-blue-on,
.sports-favorite-blue:hover {
	background-image: url(/static/image/Sports/blue/c63eecb.png);
}
.sports-favorite-blue-on {
	margin-left: 10px;
	cursor: pointer;
	background-size: 100% 100%;
	width: 18px;
	height: 17px;
	float: left;
}
.sports-favorite-blue-on:hover {
	background-image: url(/static/image/Sports/8552dd3.png);
}
.show-detail-odds-orange {
	color: #fc6200 !important;
	width: 130px;
}
.show-detail-odds-orange.on,
.show-detail-odds-orange:hover {
	background-color: #fc6200 !important;
	color: #fff !important;
}
.show-detail-odds-orange1 {
	color: #f56406 !important;
	width: 130px;
}
.show-detail-odds-orange1.on,
.show-detail-odds-orange1:hover {
	background-color: #f56406 !important;
	color: #fff !important;
}
.show-detail-odds-orange2 {
	color: #f56406 !important;
	background: none !important;
	border: none !important;
	padding: 6px 8px;
	border-radius: 16px;
	font-weight: 900;
	font-size: 14px !important;
	transition: background-color 0.1s ease-out 0s;
}
.show-detail-odds-orange2.on,
.show-detail-odds-orange2:hover {
	background: rgba(245, 100, 6, 0.19) !important;
	color: #f56406 !important;
}
.show-detail-odds-purple {
	color: #144ade !important;
	width: 130px;
}
.show-detail-odds-purple.on,
.show-detail-odds-purple:hover {
	background: #0037ce !important;
	border: 1px solid #222733;
	color: #fff !important;
}
.show-detail-odds-purple1 {
	color: #c6426e !important;
	width: 130px;
}
.show-detail-odds-purple1.on,
.show-detail-odds-purple1:hover {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border: 1px solid #222733;
	color: #fff !important;
}
.show-detail-odds-blue {
	border-radius: 0 !important;
	border: 1px solid #1fb3ff;
	color: #1fb3ff !important;
	width: 130px;
}
.show-detail-odds-blue.on,
.show-detail-odds-blue:hover {
	background-color: #1fb3ff !important;
	color: #fff !important;
}
.show-detail-odds-blue2 {
	border-radius: 0 !important;
	border: 1px solid #2e7de5;
}
.show-detail-odds-blue2.on,
.show-detail-odds-blue2:hover {
	background-color: #2e7de5 !important;
}
.show-detail-odds-blue3 {
	border-radius: 0 !important;
	border: 1px solid #082481;
	color: #fff !important;
	width: 130px;
}
.show-detail-odds-blue3.on,
.show-detail-odds-blue3:hover {
	background-color: #082481 !important;
	color: #fff !important;
}
.show-detail-odds-blue4 {
	color: #4269b2 !important;
	width: 130px;
}
.show-detail-odds-blue4.on,
.show-detail-odds-blue4:hover {
	background-color: #4269b2 !important;
	color: #000 !important;
}
.show-detail-odds-blue5 {
	color: #4c6f87 !important;
	width: 130px;
}
.show-detail-odds-blue5.on,
.show-detail-odds-blue5:hover {
	background-color: #4c6f87 !important;
	color: #fff !important;
}
.show-detail-odds-yellow {
	color: #f1c80d !important;
	width: 130px;
}
.show-detail-odds-yellow.on,
.show-detail-odds-yellow:hover {
	background-color: #f1c80d !important;
	color: #000 !important;
}
.show-detail-odds-yellow1 {
	color: #f1c80d !important;
	width: 130px;
}
.show-detail-odds-yellow1.on,
.show-detail-odds-yellow1:hover {
	background-color: #f1c80d !important;
	color: #d40511 !important;
}
.show-detail-odds-yellow2 {
	color: #ffbe00 !important;
	width: 130px;
}
.show-detail-odds-yellow2.on,
.show-detail-odds-yellow2:hover {
	background-color: #ffbe00 !important;
	color: #e6360d !important;
}
.show-detail-odds-yellow3 {
	color: #ffdb00 !important;
	width: 130px;
}
.show-detail-odds-yellow3.on,
.show-detail-odds-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.show-detail-odds-white {
	color: #eb6967 !important;
	background-color: #fff !important;
	border: 1px solid #f1c80e !important;
	font-weight: 900;
	width: 130px;
}
.show-detail-odds-white.on,
.show-detail-odds-white:hover {
	background-color: #f1c80e !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}
.show-detail-odds-white1 {
	color: #ed765e !important;
	background-color: #fff !important;
	border: 1px solid #ed765e !important;
	font-weight: 900;
	width: 130px;
}
.show-detail-odds-white1.on,
.show-detail-odds-white1:hover {
	background-color: #ed765e !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}
.show-detail-odds-red {
	color: #ff2c2c !important;
	width: 130px;
}
.show-detail-odds-red.on,
.show-detail-odds-red:hover {
	background-color: #ff2c2c !important;
	color: #fff !important;
}
.show-detail-odds-silver {
	color: #fff !important;
	width: 130px;
}
.show-detail-odds-silver.on,
.show-detail-odds-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.show-detail-odds-blue1 {
	color: #dabd57 !important;
	width: 130px;
}
.show-detail-odds-blue1.on,
.show-detail-odds-blue1:hover {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000 !important;
}
.show-detail-odds-blue2 {
	color: #2e7de5 !important;
	width: 130px;
}
.show-detail-odds-blue2.on,
.show-detail-odds-blue2:hover {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff !important;
}
.show-detail-odds-gold {
	color: #ffa863 !important;
	width: 130px;
}
.show-detail-odds-gold.on,
.show-detail-odds-gold:hover {
	background-color: #ffa863 !important;
	color: #000 !important;
}
.show-detail-odds-gold1 {
	background: #091724 !important;
	color: #f7b800 !important;
	width: 130px;
}
.show-detail-odds-gold1.on,
.show-detail-odds-gold1:hover {
	background-color: #f7b800 !important;
	color: #000 !important;
}
.show-detail-odds-gold2 {
	color: #f39200 !important;
	width: 130px;
}
.show-detail-odds-gold2.on,
.show-detail-odds-gold2:hover {
	background-color: #f39200 !important;
	color: #000 !important;
}
.show-detail-odds-grey {
	color: #348fe2 !important;
	width: 130px;
}
.show-detail-odds-grey.on,
.show-detail-odds-grey:hover {
	background-color: #348fe2 !important;
	color: #fff !important;
}
.show-detail-odds-grey1 {
	color: #fff !important;
	width: 130px;
}
.show-detail-odds-grey1.on,
.show-detail-odds-grey1:hover {
	background-color: #fbbd5a !important;
	color: #000 !important;
}
.virtual-show-detail-odds-orange {
	background-color: #fc6200 !important;
	color: #fff !important;
	width: 130px;
}
.virtual-show-detail-odds-orange1 {
	border-radius: 0 !important;
	border: 1px solid #f50;
	color: #f50 !important;
	width: 130px;
}
.virtual-show-detail-odds-orange1.on,
.virtual-show-detail-odds-orange1:hover {
	background-color: #f50 !important;
	color: #000 !important;
}
.virtual-show-detail-odds-orange2 {
	color: #e05c07 !important;
	padding: 0;
}
.virtual-show-detail-odds-orange2.on,
.virtual-show-detail-odds-orange2:hover {
	color: #e05c07 !important;
}
.virtual-show-detail-odds-purple {
	background: #0037ce !important;
	border: 1px solid #222733;
	color: #fff !important;
	width: 130px;
}
.virtual-show-detail-odds-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border: 1px solid #222733;
	color: #fff !important;
	width: 130px;
}
.virtual-show-detail-odds-grey {
	background-color: #348fe2 !important;
	color: #fff !important;
	width: 130px;
}
.virtual-show-detail-odds-grey1 {
	background-color: #fbbd5a !important;
	color: #000 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue {
	border-radius: 0 !important;
	border: 1px solid #1fb3ff;
	color: #1fb3ff !important;
	width: 130px;
}
.virtual-show-detail-odds-blue:hover {
	background-color: #1fb3ff !important;
	color: #fff !important;
}
.virtual-show-detail-odds-yellow {
	border-radius: 0 !important;
	border: 1px solid #f1c80d;
	color: #f1c80d !important;
	width: 130px;
}
.virtual-show-detail-odds-yellow:hover {
	background-color: #f1c80d !important;
	color: #000 !important;
}
.virtual-show-detail-odds-yellow2 {
	border-radius: 0 !important;
	border: 1px solid #ffbe00;
	color: #ffbe00 !important;
	width: 130px;
}
.virtual-show-detail-odds-yellow2:hover {
	background-color: #ffbe00 !important;
	color: #000 !important;
}
.virtual-show-detail-odds-yellow3 {
	border-radius: 0 !important;
	border: 1px solid #ffdb00;
	color: #ffdb00 !important;
	width: 130px;
}
.virtual-show-detail-odds-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.virtual-show-detail-odds-white {
	background: #ebebeb !important;
	border-radius: 0 !important;
	border: 1px solid #f1c80d;
	color: #000 !important;
	width: 130px;
}
.virtual-show-detail-odds-white:hover {
	background-color: #ebebeb !important;
	color: #000 !important;
}
.virtual-show-detail-odds-white1 {
	background: #ebebeb !important;
	border-radius: 0 !important;
	border: 1px solid #ed765e;
	color: #000 !important;
	width: 130px;
}
.virtual-show-detail-odds-white1:hover {
	background-color: #ebebeb !important;
	color: #000 !important;
}
.virtual-show-detail-odds-red {
	border-radius: 0 !important;
	border: 1px solid #ff2c2c;
	color: #ff2c2c !important;
	width: 130px;
}
.virtual-show-detail-odds-red:hover {
	background-color: #ff2c2c !important;
	color: #000 !important;
}
.virtual-show-detail-odds-silver {
	border-radius: 0 !important;
	border: 1px solid #9c9ea0;
	color: #9c9ea0 !important;
	width: 130px;
}
.virtual-show-detail-odds-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.virtual-show-detail-odds-blue1 {
	border-radius: 0 !important;
	border: 1px solid #dabd57;
	color: #dabd57 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue1:hover {
	background-color: #dabd57 !important;
	color: #000 !important;
}
.virtual-show-detail-odds-blue2 {
	border-radius: 0 !important;
	border: 1px solid #2e7de5;
	color: #2e7de5 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue1-virtua2:hover {
	background-color: #2e7de5 !important;
	color: #fff !important;
}
.virtual-show-detail-odds-blue3 {
	border-radius: 0 !important;
	border: 1px solid #082481;
	color: #ffc105 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue3:hover {
	background-color: #082481 !important;
	color: #fff !important;
}
.virtual-show-detail-odds-blue4 {
	border-radius: 0 !important;
	border: 1px solid #4269b2;
	color: #4269b2 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue4:hover {
	background-color: #4269b2 !important;
	color: #fff !important;
}
.virtual-show-detail-odds-blue5 {
	border-radius: 0 !important;
	border: 1px solid #4c6f87;
	color: #4c6f87 !important;
	width: 130px;
}
.virtual-show-detail-odds-blue5:hover {
	background-color: #4c6f87 !important;
	color: #fff !important;
}
.virtual-show-detail-odds-gold {
	border-radius: 0 !important;
	border: 1px solid #ffa863;
	color: #ffa863 !important;
	width: 130px;
}
.virtual-show-detail-odds-gold:hover {
	background-color: #ffa863 !important;
	color: #000 !important;
}
.virtual-show-detail-odds-gold1 {
	border-radius: 0 !important;
	border: 1px solid #f7b800;
	color: #f7b800 !important;
	width: 130px;
}
.virtual-show-detail-odds-gold1:hover {
	background-color: #f7b800 !important;
	color: #000 !important;
}
.virtual-show-detail-odds-gold2 {
	border-radius: 0 !important;
	border: 1px solid #f39200;
	color: #f39200 !important;
	width: 130px;
}
.virtual-show-detail-odds-gold2:hover {
	background-color: #f39200 !important;
	color: #000 !important;
}
.show-detail-no-odds-orange {
	color: #fc6200 !important;
	width: 130px;
}
.show-detail-no-odds-orange1 {
	color: #f50 !important;
	width: 130px;
}
.show-detail-no-odds-orange2 {
	color: #f56406 !important;
	background: none !important;
	border: none !important;
	padding: 6px 8px;
	border-radius: 16px;
	font-weight: 900;
	font-size: 14px !important;
	transition: background-color 0.1s ease-out 0s;
}
.show-detail-no-odds-purple {
	color: #144ade !important;
	width: 130px;
}
.show-detail-no-odds-purple1 {
	color: #c6426e !important;
	width: 130px;
}
.show-detail-no-odds-blue {
	border: 1px solid #1fb3ff;
	color: #1fb3ff !important;
	width: 130px;
}
.show-detail-no-odds-blue2 {
	border: 1px solid #2e7de5;
	color: #2e7de5 !important;
	width: 130px;
}
.show-detail-no-odds-blue3 {
	color: #082481 !important;
	width: 130px;
}
.show-detail-no-odds-blue4 {
	color: #4269b2 !important;
	width: 130px;
}
.show-detail-no-odds-blue5 {
	color: #4c6f87 !important;
	width: 130px;
}
.show-detail-no-odds-blue1 {
	color: #dabd57 !important;
	width: 130px;
}
.show-detail-no-odds-yellow,
.show-detail-no-odds-yellow1 {
	color: #f1c80d !important;
	width: 130px;
}
.show-detail-no-odds-yellow2 {
	color: #ffbe00 !important;
	width: 130px;
}
.show-detail-no-odds-yellow3 {
	color: #ffdb00 !important;
	width: 130px;
}
.show-detail-no-odds-white {
	border: 1px solid #f1c80e !important;
}
.show-detail-no-odds-white,
.show-detail-no-odds-white1 {
	background: #fff !important;
	color: #000 !important;
	width: 130px;
}
.show-detail-no-odds-white1 {
	border: 1px solid #ed765e !important;
}
.show-detail-no-odds-red {
	color: #ff2c2c !important;
	width: 130px;
}
.show-detail-no-odds-silver {
	color: #9c9ea0 !important;
	width: 130px;
}
.show-detail-no-odds-gold {
	color: #ffa863 !important;
	width: 130px;
}
.show-detail-no-odds-gold1 {
	color: #f7b800 !important;
	width: 130px;
}
.show-detail-no-odds-gold2 {
	color: #f39200 !important;
	width: 130px;
}
.show-detail-no-odds-grey {
	color: #fc6200 !important;
	width: 130px;
}
.show-detail-no-odds-grey1 {
	color: #fbbd5a !important;
	width: 130px;
}
.odds-main-type-tab-orange {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #fc6200;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-orange.on {
	background-color: #1b1b23;
	border: 2px solid #fc6200;
	border-bottom: 0;
}
.odds-main-type-tab-orange1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f50;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-orange1.on {
	background-color: #1b1b23;
	border: 2px solid #f50;
	border-bottom: 0;
}
.odds-main-type-tab-orange2 {
	background-color: #141517;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #313338;
	cursor: pointer;
	flex: 1;
	border-radius: 6px 6px 0 0;
}
.odds-main-type-tab-orange2.on {
	border-bottom: 1px solid #f56406;
	background: rgba(245, 100, 6, 0.11);
}
.odds-main-type-tab-purple {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #144ade;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-purple.on {
	background-color: #1b1b23;
	border: 2px solid #144ade;
	border-bottom: 0;
}
.odds-main-type-tab-purple1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #c6426e;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-purple1.on {
	background-color: #1b1b23;
	border: 2px solid #c6426e;
	border-bottom: 0;
}
.odds-main-type-tab-blue {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #1f8fff;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue.on {
	background-color: #1b1b23;
	border: 2px solid #1f8fff;
	border-bottom: 0;
}
.odds-main-type-tab-blue2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #2e7de5;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue2.on {
	background-color: #1b1b23;
	border: 2px solid #2e7de5;
	border-bottom: 0;
}
.odds-main-type-tab-blue3 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffc105;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue3.on {
	background-color: #1b1b23;
	border: 2px solid #ffc105;
	border-bottom: 0;
}
.odds-main-type-tab-blue4 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #4269b2;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue4.on {
	background-color: #1b1b23;
	border: 2px solid #4269b2;
	border-bottom: 0;
}
.odds-main-type-tab-blue5 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #4c6f87;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue5.on {
	background-color: #1b1b23;
	border: 2px solid #4c6f87;
	border-bottom: 0;
}
.odds-main-type-tab-yellow {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f1c80d;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-yellow.on {
	background-color: #1b1b23;
	border: 2px solid #f1c80d;
	border-bottom: 0;
}
.odds-main-type-tab-yellow1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f1c80d;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-yellow1.on {
	background-color: #1b1b23;
	border: 2px solid #f1c80d;
	border-bottom: 0;
}
.odds-main-type-tab-yellow2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffbe00;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-yellow2.on {
	background-color: #1b1b23;
	border: 2px solid #ffbe00;
	border-bottom: 0;
}
.odds-main-type-tab-yellow3 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffdb00;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-yellow3.on {
	background-color: #1b1b23;
	border: 2px solid #ffdb00;
	border-bottom: 0;
}
.odds-main-type-tab-white {
	background-color: #bebebd;
	color: #000;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f1c80d;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-white.on {
	background-color: #fff;
	border: 2px solid #f1c80d;
	border-bottom: 0;
}
.odds-main-type-tab-white1 {
	background-color: #bebebd;
	color: #000;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ed765e;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-white1.on {
	background-color: #fff;
	border: 2px solid #ed765e;
	border-bottom: 0;
}
.odds-main-type-tab-red {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ff2c2c;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-red.on {
	background-color: #1b1b23;
	border: 2px solid #ff2c2c;
	border-bottom: 0;
}
.odds-main-type-tab-silver {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #4969b2;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-silver.on {
	background-color: #1b1b23;
	border: 2px solid #4969b2;
	border-bottom: 0;
}
.odds-main-type-tab-blue1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #dabd57;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-blue1.on {
	background-color: #1b1b23;
	border: 2px solid #dabd57;
	border-bottom: 0;
}
.odds-main-type-tab-gold {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffa863;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-gold.on {
	background-color: #1b1b23;
	border: 2px solid #ffa863;
	border-bottom: 0;
}
.odds-main-type-tab-gold1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f7b800;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-gold1.on {
	background-color: #091724;
	border: 2px solid #f7b800;
	border-bottom: 0;
}
.odds-main-type-tab-gold2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f39200;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-gold2.on {
	background-color: #091724;
	border: 2px solid #f39200;
	border-bottom: 0;
}
.odds-main-type-tab-grey {
	background-color: #0b1423;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #348fe2;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-grey.on {
	background-color: #1b1b23;
	border: 2px solid #348fe2;
	border-bottom: 0;
}
.odds-main-type-tab-grey1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #fbbd5a;
	cursor: pointer;
	flex: 1;
}
.odds-main-type-tab-grey1.on {
	background-color: #1b1b23;
	border: 2px solid #fbbd5a;
	border-bottom: 0;
}
.odds-main-type-tab-in {
	border-left: 2px solid #171c22;
	border-right: 2px solid #171c22;
}
.odds-main-type-tab-in,
.odds-main-type-tab-in-orange2 {
	padding: 9px 0;
	height: 100%;
}
.odds-main-type-tab-in-white {
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	padding: 9px 0;
	height: 100%;
}
.main-market-orange {
	color: #fc6200;
}
.main-market-orange,
.main-market-orange1 {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-orange1 {
	color: #f50;
}
.main-market-purple {
	color: #144ade;
	color: #c6426e;
}
.main-market-blue,
.main-market-purple {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-blue {
	color: #1fb3ff;
}
.main-market-blue1 {
	color: #dabd57;
}
.main-market-blue1,
.main-market-blue2 {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-blue2 {
	color: #2e7de5;
}
.main-market-blue3 {
	color: #ffc105;
}
.main-market-blue3,
.main-market-blue4 {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-blue4 {
	color: #4269b2;
}
.main-market-blue5 {
	background: #2d353c;
	border: 2px solid #2d353c;
	color: #4c6f87;
}
.main-market-yellow,
.main-market-yellow1 {
	background: #2d353c;
	border: 2px solid #2d353c;
	color: #f1c80d;
}
.main-market-yellow2 {
	color: #ffbe00;
}
.main-market-yellow2,
.main-market-yellow3 {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-yellow3 {
	color: #ffdb00;
}
.main-market-white,
.main-market-white1 {
	background: #fff;
	border: 2px solid #fff;
	color: #000;
}
.main-market-red {
	color: #ff2c2c;
}
.main-market-red,
.main-market-silver {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-silver {
	color: #9c9ea0;
}
.main-market-gold {
	color: #ffa863;
}
.main-market-gold,
.main-market-gold1 {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-gold1 {
	color: #f7b800;
}
.main-market-gold2 {
	color: #f39200;
}
.main-market-gold2,
.main-market-grey {
	background: #2d353c;
	border: 2px solid #2d353c;
}
.main-market-grey {
	color: #348fe2;
}
.main-market-grey1 {
	background: #2d353c;
	border: 2px solid #2d353c;
	color: #fbbd5a;
}
.badge.badge-orange,
.label.label-orange {
	background: red;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-orange1,
.label.label-orange1 {
	background: #f50;
	color: #000;
	border: 2px solid #f50;
}
.badge.badge-orange2,
.label.label-orange2 {
	background: rgba(245, 100, 6, 0.28);
	color: #f56406;
}
.badge.badge-purple,
.label.label-purple {
	background: #0037ce;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-purple1,
.label.label-purple1 {
	background: #c6426e;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-blue,
.label.label-blue {
	background: #1fb3ff;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-blue1,
.label.label-blue1 {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286);
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-blue2,
.label.label-blue2 {
	background: #2e7de5;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-blue3,
.label.label-blue3 {
	background: #ffc105;
	color: #000;
	border: 2px solid #ffc105;
}
.badge.badge-blue4,
.label.label-blue4 {
	background: #4269b2;
	color: #fff;
	border: 2px solid #4269b2;
}
.badge.badge-blue5,
.label.label-blue5 {
	background: #4c6f87;
	color: #fff;
	border: 2px solid #4c6f87;
}
.badge.badge-blue-agero,
.label.label-blue-agero {
	background: #0070df;
}
.badge.badge-yellow,
.badge.badge-yellow1,
.label.label-yellow,
.label.label-yellow1 {
	background: #f8d346;
	color: #000;
	border: 2px solid #f8d346;
}
.badge.badge-yellow2,
.label.label-yellow2 {
	background: #ffbe00;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-yellow3,
.label.label-yellow3 {
	background: #1b1b23;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-white,
.label.label-white {
	background: #f8d346;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-white1,
.label.label-white1 {
	background: #ed765e;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-red,
.label.label-red {
	background: #c80000;
	color: #fff;
	border: 2px solid #fff;
}
.badge.badge-red-agero,
.label.label-red-agero {
	background: #b00400;
}
.badge.badge-silver,
.label.label-silver {
	background: #182848;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-gold,
.label.label-gold {
	background: #ffa863;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-gold1,
.label.label-gold1 {
	background: #f7b800;
	color: #000;
	border: 2px solid #fff;
}
.badge.badge-gold2,
.label.label-gold2 {
	background: #f39200;
	color: #000;
	border: 2px solid #f39200;
}
.badge.badge-grey,
.badge.badge-grey1,
.label.label-grey,
.label.label-grey1 {
	background: #b00400;
	color: #fff;
	border: 2px solid #b00400;
}
.sub-title-orange,
.sub-title-orange1 {
	color: #ff5a01;
	background-color: #21282e;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
}
.sub-title-orange,
.sub-title-orange1,
.sub-title-orange2 {
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-weight: 700;
	margin-bottom: 2px;
}
.sub-title-orange2 {
	color: #fff;
	background-color: #1c1f21;
	padding: 10px 16px;
	border-radius: 6px 6px 0 0;
}
.sub-title-purple,
.sub-title-purple1 {
	font-size: 9pt;
	color: #144ade;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-blue,
.sub-title-blue2,
.sub-title-blue3,
.sub-title-blue4 {
	color: #ff5a01;
}
.sub-title-blue,
.sub-title-blue2,
.sub-title-blue3,
.sub-title-blue4,
.sub-title-blue5 {
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-blue5 {
	color: #4c6f87;
}
.sub-title-yellow,
.sub-title-yellow1,
.sub-title-yellow2,
.sub-title-yellow3 {
	font-size: 9pt;
	color: #ff5a01;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-white,
.sub-title-white1 {
	font-size: 9pt;
	color: #000;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #b8b8b8;
	font-weight: 700;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #c6c6c6;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-red {
	color: #c80000;
}
.sub-title-red,
.sub-title-silver {
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-silver {
	color: #bdc3c7;
}
.sub-title-blue1 {
	color: #dabd57;
}
.sub-title-blue1,
.sub-title-gold {
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-gold {
	color: #ffa863;
}
.sub-title-gold1,
.sub-title-gold2 {
	color: #f7b800;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.sub-title-gold1,
.sub-title-gold2,
.sub-title-grey {
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
.sub-title-grey {
	color: #999;
	display: table-cell;
}
.sub-title-grey1 {
	font-size: 9pt;
	color: #fbbd5a;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background-color: #21282e;
	font-weight: 700;
	border-top: 1px solid #414244;
	border-bottom: 1px solid #000;
	padding: 3px 0 9px;
	height: 29px;
	margin-bottom: 2px;
}
.telegram-button {
	background-image: linear-gradient(180deg, #fefefe 0, #f7f7f7 20%, #d7d8d9 50%, #b8babb 80%, #b1b2b4) !important;
	border: 3px solid #1fb3ff !important;
	color: #000;
}
.over-orange:focus a,
.over-orange:hover a {
	border-bottom: 3px solid #fc6200 !important;
}
.over-orange1:focus a,
.over-orange1:hover a {
	background-image: linear-gradient(180deg, #f04d00 0, #da4200 20%, #b73400 50%, #9c2b01 80%, #7f2500) !important;
	border-bottom: 3px solid #f50 !important;
}
.over-purple:focus a,
.over-purple:hover a {
	background-image: linear-gradient(180deg, #00186f 0, #00176a 20%, #001350 50%, #001350 80%, #001664) !important;
	border-bottom: 3px solid #001664 !important;
}
.over-purple1:focus a,
.over-purple1:hover a {
	background-image: linear-gradient(180deg, #33173f 0, #381637 20%, #30122c 50%, #351433 80%, #381637) !important;
	border-bottom: 1px solid #381637 !important;
}
.over-blue:focus a,
.over-blue:hover a {
	border-bottom: 3px solid #1f8fff !important;
}
.over-blue1:focus a,
.over-blue1:hover a {
	background-image: linear-gradient(180deg, #2f769a 0, #14649c 20%, #115483 50%, #092d46 80%, #061f31) !important;
	border-bottom: 3px solid #061f31 !important;
}
.over-blue2:focus a,
.over-blue2:hover a {
	background-image: linear-gradient(90deg, #0c294e 0, #2e7de5) !important;
	border-bottom: 1px solid #2e7de5 !important;
}
.over-blue3:focus a,
.over-blue3:hover a {
	background-image: linear-gradient(180deg, #09247b 0, #041f76 20%, #021851 50%, #041f76 80%, #09247b) !important;
	border-bottom: 3px solid #09247b !important;
}
.over-yellow:focus a,
.over-yellow:hover a {
	border-bottom: 3px solid #f8d346 !important;
}
.over-yellow1:focus a,
.over-yellow1:hover a {
	background-image: linear-gradient(180deg, #b90406 0, #b6030d 20%, #96030a 50%, #7c0208 80%, #640700) !important;
	border-bottom: 3px solid #fc0 !important;
}
.over-yellow2:focus a,
.over-yellow2:hover a {
	background-image: linear-gradient(180deg, #ffbd00 0, #ffbd00 20%, #edae00 50%, #a27600 80%, #a27600) !important;
	border-bottom: 3px solid #a27600 !important;
	color: #000 !important;
}
.over-yellow3:focus a,
.over-yellow3:hover a {
	background-image: linear-gradient(180deg, #695d00 0, #5e5200 20%, #564801 50%, #5e5200 80%, #695d00) !important;
	border-bottom: 3px solid #695d00 !important;
	color: #fff !important;
}
.over-yellow3:hover a > span {
	color: #fff;
}
.over-white:focus a,
.over-white:hover a {
	border-bottom: 3px solid #ff0 !important;
}
.over-white1:focus a,
.over-white1:hover a,
.over-white:focus a,
.over-white:hover a {
	background-image: linear-gradient(180deg, #f1f1f1 0, #d4d4d4 20%, #9d9d9d 50%, #d4d4d4 80%, #f1f1f1) !important;
}
.over-white1:focus a,
.over-white1:hover a {
	border-bottom: 3px solid #ed765e !important;
}
.over-red:focus a,
.over-red:hover a {
	background-image: linear-gradient(180deg, #c80000 0, #ae0001 20%, #840000 50%, #ae0001 80%, #c80000) !important;
	border-bottom: 3px solid #c80000 !important;
}
.over-silver:focus a,
.over-silver:hover a {
	background-image: linear-gradient(180deg, #404e75 0, #3d4351 20%, #343841 50%, #343841 80%, #3b3f4b) !important;
	border-bottom: 1px solid #4e6baf !important;
}
.over-silver:hover a > span {
	color: #fff;
}
.over-gold:focus a,
.over-gold:hover a {
	background-image: linear-gradient(180deg, #e69b61 0, #d08d58 20%, #986641 50%, #d08d58 80%, #e69b61) !important;
	border-bottom: 3px solid #e69b61 !important;
}
.over-gold1:focus a,
.over-gold1:hover a {
	background-image: linear-gradient(180deg, #f7b800 0, #cb9207 20%, #a17700 50%, #cb9207 80%, #f7b800) !important;
	border-bottom: 3px solid #f7b800 !important;
}
.over-gold2:focus a,
.over-gold2:hover a {
	background-image: linear-gradient(180deg, #492f0a 0, #c67603 5%, #c57804 50%, #c67603 95%, #492f0a) !important;
	border-bottom: 1px solid #f39200 !important;
}
.over-grey:focus a,
.over-grey:hover a {
	border-bottom: 3px solid #f03 !important;
}
.over-grey1:focus a,
.over-grey1:hover a {
	background: #333 !important;
	border-bottom: 1px solid #121212 !important;
}
.over-green:focus a,
.over-green:hover a {
	border-bottom: 3px solid #79e80d !important;
}
.table-h-blue1,
.table-h-blue5,
.table-h-gold,
.table-h-grey1,
.table-h-orange,
.table-h-purple,
.table-h-purple1,
.table-h-red,
.table-h-silver {
	background: #25292c;
	border: 1px solid #25292c;
	padding: 4px;
	color: #fff;
	height: 22px;
	font-size: 16px;
}
.table-h-blue {
	background: #1f8fff;
	border: 1px solid #1f8fff;
	padding: 4px;
	color: #fff;
	height: 22px;
	font-size: 16px;
}
.table-h-yellow,
.table-h-yellow1 {
	background: #f1c80d;
	border: 1px solid #f1c80d;
	padding: 4px;
	color: #000;
	height: 22px;
	font-size: 16px;
}
.table-h-white,
.table-h-white1 {
	background: #cacaca;
	border: 1px solid #000;
}
.table-h-gold1,
.table-h-white,
.table-h-white1 {
	padding: 4px;
	color: #000;
	height: 22px;
	font-size: 16px;
}
.table-h-gold1 {
	background: #f7b800;
	border: 1px solid #f7b800;
}
.wallet-type {
	float: left;
	border: 1px solid #616161;
	padding: 10px 30px;
}
.wallet-type.on-orange {
	border: 1px solid #fc6200;
}
.wallet-type.on-orange1 {
	border: 1px solid #f50;
}
.wallet-type.on-purple {
	border: 1px solid #144ade;
}
.wallet-type.on-purple1 {
	border: 1px solid #c6426e;
}
.wallet-type.on-blue {
	border: 1px solid #1fb3ff;
}
.wallet-type.on-blue1 {
	border: 1px solid #dbbe58;
}
.wallet-type.on-blue2 {
	border: 1px solid #2e7de5;
}
.wallet-type.on-blue3 {
	border: 1px solid #ffc105;
}
.wallet-type.on-blue4 {
	border: 1px solid #4269b2;
}
.wallet-type.on-blue5 {
	border: 1px solid #4c6f87;
}
.wallet-type.on-yellow,
.wallet-type.on-yellow1 {
	border: 1px solid #f1c80d;
}
.wallet-type.on-yellow2 {
	border: 1px solid #ffbe00;
}
.wallet-type.on-yellow3 {
	border: 1px solid #ffdb00;
}
.wallet-type.on-red {
	border: 1px solid #ff2c2c;
}
.wallet-type.on-silver {
	border: 1px solid #4b6cb7;
}
.wallet-type.on-gold {
	border: 1px solid #ffa863;
}
.wallet-type.on-gold1 {
	border: 1px solid #f7b800;
}
.wallet-type.on-gold2 {
	border: 1px solid #f39200;
}
.wallet-type.on-grey {
	border: 1px solid #fc6200;
}
.wallet-type.on-grey1 {
	border: 1px solid #fbbd5a;
}
.wallet-type.on-green {
	border: 1px solid #79e90b;
}
.search-input-box-orange {
	background: #222d40;
	border: 1px solid #0a0e16;
}
.search-input-box-orange,
.search-input-box-orange1 {
	color: #fff !important;
	width: 240px;
	height: 30px;
	padding: 3px;
}
.search-input-box-orange1 {
	background: #172f49;
	border: 1px solid #081a30;
}
.search-input-box-purple,
.search-input-box-purple1 {
	background: #fff;
	color: #000 !important;
	width: 240px;
	height: 30px;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.search-input-box-blue {
	color: #fff !important;
	background: #222d40;
}
.search-input-box-blue,
.search-input-box-blue1 {
	width: 240px;
	height: 30px;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.search-input-box-blue1 {
	background: #fff;
	color: #000 !important;
}
.search-input-box-blue2 {
	background: #262626;
	color: #fff !important;
}
.search-input-box-blue2,
.search-input-box-blue3 {
	width: 240px;
	height: 30px;
	border: 1px solid #101315;
	padding: 3px;
}
.search-input-box-blue3 {
	background: #fff;
	color: #000 !important;
}
.search-input-box-blue4 {
	background: #25262a;
	color: #fff !important;
	width: 240px;
	height: 30px;
	border: 1px solid #25262a;
	padding: 3px;
}
.search-input-box-blue5 {
	background: #fff;
	color: #000 !important;
	width: 240px;
	height: 30px;
	border: 1px solid #000;
	padding: 3px;
}
.search-input-box-yellow,
.search-input-box-yellow1 {
	background: #262626;
	color: #fff !important;
	width: 240px;
	height: 30px;
	border: 1px solid #262626;
	padding: 3px;
}
.search-input-box-yellow2 {
	color: #fff !important;
	width: 240px;
	height: 30px;
	background: #222d40;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.search-input-box-yellow3 {
	border: 1px solid #0a0e16;
}
.search-input-box-white,
.search-input-box-yellow3 {
	background: #fff;
	color: #000 !important;
	width: 240px;
	height: 30px;
	padding: 3px;
}
.search-input-box-white {
	border: 1px solid #fff;
}
.search-input-box-red,
.search-input-box-silver,
.search-input-box-white1 {
	background: #fff;
	color: #000 !important;
	width: 240px;
	height: 30px;
	border: 1px solid #fff;
	padding: 3px;
}
.search-input-box-gold,
.search-input-box-gold1,
.search-input-box-gold2 {
	background: #fff;
	color: #000 !important;
	width: 240px;
	height: 30px;
	border: 1px solid #262626;
	padding: 3px;
}
.search-input-box-grey {
	color: #fff !important;
	background: #222d40;
}
.search-input-box-grey,
.search-input-box-grey1 {
	width: 240px;
	height: 30px;
	border: 1px solid #0a0e16;
	padding: 3px;
}
.search-input-box-grey1 {
	background: #fff;
	color: #000 !important;
}
.multibetting-blue,
.multibetting-blue1,
.multibetting-blue2,
.multibetting-blue3,
.multibetting-blue5,
.multibetting-gold,
.multibetting-gold2,
.multibetting-grey1,
.multibetting-orange,
.multibetting-orange1,
.multibetting-purple,
.multibetting-purple1,
.multibetting-red,
.multibetting-silver,
.multibetting-yellow,
.multibetting-yellow1,
.multibetting-yellow2,
.multibetting-yellow3 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	margin-top: 26px;
}
.multibetting-grey {
	background: #191919;
	margin-top: 13px;
}
.multibetting-gold1,
.multibetting-grey {
	border: 2px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.multibetting-gold1 {
	background: #091724;
	margin-top: 26px;
}
.multibetting-orange2 {
	background: #1f2124;
	border-radius: 6px;
	padding: 8px;
}
.multibetting-white,
.multibetting-white1 {
	border: 2px solid #6c6c6c;
	background: #fff !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	font-weight: 900;
	margin-top: 26px;
}
.multibetting-blue4 {
	border: 2px solid #222733;
	background: #1a1b22;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	margin-top: 26px;
}
.multibetting-des-blue,
.multibetting-des-blue1,
.multibetting-des-blue2,
.multibetting-des-blue3,
.multibetting-des-blue4,
.multibetting-des-blue5,
.multibetting-des-gold,
.multibetting-des-gold1,
.multibetting-des-gold2,
.multibetting-des-grey1,
.multibetting-des-orange,
.multibetting-des-orange1,
.multibetting-des-purple,
.multibetting-des-purple1,
.multibetting-des-red,
.multibetting-des-silver,
.multibetting-des-yellow,
.multibetting-des-yellow1,
.multibetting-des-yellow2,
.multibetting-des-yellow3 {
	background-color: #222733;
	border-radius: 5px;
	padding: 3px;
}
.multibetting-des-orange2 {
	background-color: #1f2124;
	padding: 4px 16px 12px;
	width: 100%;
}
.multibetting-des-grey {
	background-color: #1e2428;
	border-radius: 5px;
	border: 1px solid #222733;
	color: #fff;
}
.multibetting-des-white {
	background-color: #a2ddff;
	color: #000;
}
.multibetting-des-white,
.multibetting-des-white1 {
	border-radius: 5px;
	border: 1px solid #000;
	font-weight: bolder;
	padding: 3px;
}
.multibetting-des-white1 {
	background-color: #ed765e;
	color: #fff;
}
.multibetting-button-orange {
	background: #191919 !important;
	border: 1px solid #fc6200;
}
.multibetting-button-orange1 {
	background: #191919 !important;
	border: 1px solid #f50;
}
.multibetting-button-orange2 {
	background: #181a1c !important;
	border: 1px solid #f56406;
	height: 40px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 6px;
}
.multibetting-button-orange2:hover {
	background: rgba(245, 100, 6, 0.17) !important;
}
.multibetting-button-purple {
	background: #191919 !important;
	border: 1px solid #144ade;
}
.multibetting-button-purple1 {
	background: #191919 !important;
	border: 1px solid #c6426e;
}
.multibetting-button-blue {
	background: #191919 !important;
	border: 1px solid #1f8fff;
}
.multibetting-button-blue1 {
	background: #191919 !important;
	border: 1px solid #dabd57;
}
.multibetting-button-blue2 {
	background: #191919 !important;
	border: 1px solid #2e7de5;
}
.multibetting-button-blue3 {
	background: #191919 !important;
	border: 1px solid #ffc105;
}
.multibetting-button-blue4 {
	background: #191919 !important;
	border: 1px solid #4269b2;
}
.multibetting-button-blue5 {
	background: #191919 !important;
	border: 1px solid #4c6f87;
}
.multibetting-button-yellow,
.multibetting-button-yellow1 {
	background: #191919 !important;
	border: 1px solid #f1c80d;
}
.multibetting-button-yellow2 {
	background: #191919 !important;
	border: 1px solid #ffbe00;
}
.multibetting-button-yellow3 {
	background: #191919 !important;
	border: 1px solid #ffdb00;
}
.multibetting-button-white,
.multibetting-button-white1 {
	background: #fff !important;
	border: 1px solid #000;
}
.multibetting-button-red {
	background: #191919 !important;
	border: 1px solid #ff2c2c;
}
.multibetting-button-silver {
	background: #191919 !important;
	border: 1px solid #4969b2;
}
.multibetting-button-gold {
	background: #191919 !important;
	border: 1px solid #ffa863;
}
.multibetting-button-gold1 {
	background: #17293f !important;
	border: 1px solid #f7b800;
}
.multibetting-button-gold2 {
	background: #191919 !important;
	border: 1px solid #f39200;
}
.multibetting-button-grey {
	background-image: linear-gradient(180deg, #354562, #111e33);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.multibetting-button-grey1 {
	background: #191919 !important;
	border: 1px solid #fbbd5a;
}
.multibetting-odd-orange {
	color: #fc6200;
}
.multibetting-odd-orange,
.multibetting-odd-orange1 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-orange1 {
	color: #f50;
}
.multibetting-odd-orange2 {
	color: #f56406;
	text-align: left;
	padding-top: 1px;
}
.multibetting-odd-purple {
	color: #144ade;
}
.multibetting-odd-purple,
.multibetting-odd-purple1 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-purple1 {
	color: #c6426e;
}
.multibetting-odd-blue {
	color: #1fb3ff;
}
.multibetting-odd-blue,
.multibetting-odd-blue1 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-blue1 {
	color: #dabd57;
}
.multibetting-odd-blue2 {
	color: #2e7de5;
}
.multibetting-odd-blue2,
.multibetting-odd-blue3 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-blue3 {
	color: #ffc105;
}
.multibetting-odd-blue4 {
	color: #4269b2;
}
.multibetting-odd-blue4,
.multibetting-odd-blue5 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-blue5 {
	color: #4c6f87;
}
.multibetting-odd-yellow,
.multibetting-odd-yellow1 {
	color: #f1c80d;
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-yellow2 {
	color: #ffbe00;
}
.multibetting-odd-yellow2,
.multibetting-odd-yellow3 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-yellow3 {
	color: #ffdb00;
}
.multibetting-odd-white {
	background: #f1c80d;
}
.multibetting-odd-white,
.multibetting-odd-white1 {
	color: #000;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-white1 {
	background: #ed765e;
}
.multibetting-odd-red {
	color: #ff2c2c;
}
.multibetting-odd-red,
.multibetting-odd-silver {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-silver {
	color: #4969b2;
}
.multibetting-odd-gold {
	color: #ffa863;
}
.multibetting-odd-gold,
.multibetting-odd-gold1 {
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-gold1 {
	color: #f7b800;
}
.multibetting-odd-gold2 {
	color: #f39200;
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-grey {
	color: #ddd;
	background: #1c1c1c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.multibetting-odd-grey1 {
	color: #fbbd5a;
	background: #0c0c0c;
	width: 33px;
	height: 33px;
	padding-top: 7px;
}
.sport-sort-blue,
.sport-sort-blue1,
.sport-sort-blue2,
.sport-sort-blue3,
.sport-sort-blue4,
.sport-sort-blue5,
.sport-sort-gold,
.sport-sort-gold2,
.sport-sort-grey,
.sport-sort-grey1,
.sport-sort-orange,
.sport-sort-orange1,
.sport-sort-purple,
.sport-sort-red,
.sport-sort-silver,
.sport-sort-yellow,
.sport-sort-yellow1,
.sport-sort-yellow2 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	color: #fff;
}
.sport-sort-orange2 {
	background: #181a1c;
	border-radius: 6px;
	padding: 7px;
	color: #fff;
}
.sport-sort-gold1 {
	border: 2px solid #222733;
	background: #091724;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	color: #fff;
}
.sport-sort-white,
.sport-sort-white1 {
	border: 2px solid #6c6c6c;
	background: #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	font-weight: 900;
	color: #000;
}
.sports-color-orange {
	color: #fc6200 !important;
}
.sports-color-orange1 {
	color: #f50 !important;
}
.sports-color-orange2 {
	color: #f56406 !important;
}
.sports-color-purple {
	color: #144ade !important;
}
.sports-color-purple1 {
	color: #c6426e !important;
}
.sports-color-blue {
	color: #1fb3ff !important;
}
.sports-color-blue2 {
	color: #2e7de5 !important;
}
.sports-color-blue3 {
	color: #ffc105 !important;
}
.sports-color-blue4 {
	color: #4269b2 !important;
}
.sports-color-blue5 {
	color: #4c6f87 !important;
}
.sports-color-yellow,
.sports-color-yellow1 {
	color: #f8d346 !important;
}
.sports-color-yellow2 {
	color: #ffbe00 !important;
}
.sports-color-yellow3 {
	color: #ffdb00 !important;
}
.sports-color-white,
.sports-color-white1 {
	color: #000 !important;
}
.sports-color-red {
	color: #ff2c2c !important;
}
.sports-color-silver {
	color: #4969b2 !important;
}
.sports-color-blue1 {
	color: #dabd57 !important;
}
.sports-color-gold {
	color: #ffa863 !important;
}
.sports-color-gold1 {
	color: #f7b800 !important;
}
.sports-color-gold2 {
	color: #f39200 !important;
}
.sports-color-grey1 {
	color: #fbbd5a !important;
}
.odds-basic-orange {
	color: #fc6200;
}
.btn-sports-detail-mob.active .odds-basic-orange,
.btn-sports-detail.active .odds-basic-orange,
.btn-sports-detail:focus .odds-basic-orange,
.btn-sports-detail:hover .odds-basic-orange {
	color: #fff;
}
.odds-basic-orange1 {
	color: #f50;
}
.btn-sports-detail-mob.active .odds-basic-orange1,
.btn-sports-detail.active .odds-basic-orange1,
.btn-sports-detail:focus .odds-basic-orange1,
.btn-sports-detail:hover .odds-basic-orange1 {
	color: #fff;
}
.odds-basic-orange2 {
	color: #f56406;
}
.btn-sports-detail-mob.active .odds-basic-orange2,
.btn-sports-detail.active .odds-basic-orange2,
.btn-sports-detail:focus .odds-basic-orange2,
.btn-sports-detail:hover .odds-basic-orange2 {
	color: #fff;
}
.odds-basic-purple {
	color: #144ade;
}
.btn-sports-detail-mob.active .odds-basic-purple,
.btn-sports-detail.active .odds-basic-purple,
.btn-sports-detail:focus .odds-basic-purple,
.btn-sports-detail:hover .odds-basic-purple {
	color: #fff;
}
.odds-basic-purple1 {
	color: #c6426e;
}
.btn-sports-detail-mob.active .odds-basic-purple1,
.btn-sports-detail.active .odds-basic-purple1,
.btn-sports-detail:focus .odds-basic-purple1,
.btn-sports-detail:hover .odds-basic-purple1 {
	color: #fff;
}
.odds-basic-blue {
	color: #1fb3ff;
}
.btn-sports-detail-mob.active .odds-basic-blue,
.btn-sports-detail.active .odds-basic-blue,
.btn-sports-detail:focus .odds-basic-blue,
.btn-sports-detail:hover .odds-basic-blue {
	color: #fff;
}
.odds-basic-blue1 {
	color: #dabd57;
}
.btn-sports-detail-mob.active .odds-basic-blue1,
.btn-sports-detail.active .odds-basic-blue1,
.btn-sports-detail:focus .odds-basic-blue1,
.btn-sports-detail:hover .odds-basic-blue1 {
	color: #000;
}
.odds-basic-blue2 {
	color: #2e7de5;
}
.btn-sports-detail-mob.active .odds-basic-blue2,
.btn-sports-detail.active .odds-basic-blue2,
.btn-sports-detail:focus .odds-basic-blue2,
.btn-sports-detail:hover .odds-basic-blue2 {
	color: #fff;
}
.odds-basic-blue3 {
	color: #ffc105;
}
.btn-sports-detail-mob.active .odds-basic-blue3,
.btn-sports-detail.active .odds-basic-blue3,
.btn-sports-detail:focus .odds-basic-blue3,
.btn-sports-detail:hover .odds-basic-blue3 {
	color: #fff;
}
.odds-basic-blue4 {
	color: #4269b2;
}
.btn-sports-detail-mob.active .odds-basic-blue4,
.btn-sports-detail.active .odds-basic-blue4,
.btn-sports-detail:focus .odds-basic-blue4,
.btn-sports-detail:hover .odds-basic-blue4 {
	color: #fff;
}
.odds-basic-blue5 {
	color: #4269b2;
}
.btn-sports-detail-mob.active .odds-basic-blue5,
.btn-sports-detail.active .odds-basic-blue5,
.btn-sports-detail:focus .odds-basic-blue5,
.btn-sports-detail:hover .odds-basic-blue5 {
	color: #fff;
}
.odds-basic-yellow {
	color: #f1c80d;
}
.btn-sports-detail-mob.active .odds-basic-yellow,
.btn-sports-detail.active .odds-basic-yellow,
.btn-sports-detail:focus .odds-basic-yellow,
.btn-sports-detail:hover .odds-basic-yellow {
	color: #000;
}
.odds-basic-yellow1 {
	color: #f1c80d;
}
.btn-sports-detail-mob.active .odds-basic-yellow1,
.btn-sports-detail.active .odds-basic-yellow1,
.btn-sports-detail:focus .odds-basic-yellow1,
.btn-sports-detail:hover .odds-basic-yellow1 {
	color: #000;
}
.odds-basic-yellow2 {
	color: #ffbe00;
}
.btn-sports-detail-mob.active .odds-basic-yellow2,
.btn-sports-detail.active .odds-basic-yellow2,
.btn-sports-detail:focus .odds-basic-yellow2,
.btn-sports-detail:hover .odds-basic-yellow2 {
	color: #000;
}
.odds-basic-yellow3 {
	color: #ffdb00;
}
.btn-sports-detail-mob.active .odds-basic-yellow3,
.btn-sports-detail.active .odds-basic-yellow3,
.btn-sports-detail:focus .odds-basic-yellow3,
.btn-sports-detail:hover .odds-basic-yellow3 {
	color: #000;
}
.odds-basic-white {
	color: #fc6200;
}
.btn-sports-detail-mob.active .odds-basic-white,
.btn-sports-detail-mob.active .odds-basic-white1,
.btn-sports-detail.active .odds-basic-white,
.btn-sports-detail.active .odds-basic-white1,
.btn-sports-detail:focus .odds-basic-white,
.btn-sports-detail:focus .odds-basic-white1,
.btn-sports-detail:hover .odds-basic-white,
.btn-sports-detail:hover .odds-basic-white1,
.odds-basic-white1 {
	color: #000;
}
.odds-basic-silver {
	color: #f1c80d;
}
.btn-sports-detail-mob.active .odds-basic-silver,
.btn-sports-detail.active .odds-basic-silver,
.btn-sports-detail:focus .odds-basic-silver,
.btn-sports-detail:hover .odds-basic-silver {
	color: #000;
}
.odds-basic-gold {
	color: #ffa863;
}
.btn-sports-detail-mob.active .odds-basic-gold,
.btn-sports-detail.active .odds-basic-gold,
.btn-sports-detail:focus .odds-basic-gold,
.btn-sports-detail:hover .odds-basic-gold {
	color: #000;
}
.odds-basic-gold1 {
	color: #f7b800;
	font-weight: 900;
}
.btn-sports-detail-mob.active .odds-basic-gold1,
.btn-sports-detail.active .odds-basic-gold1,
.btn-sports-detail:focus .odds-basic-gold1,
.btn-sports-detail:hover .odds-basic-gold1 {
	color: #000;
}
.odds-basic-gold2 {
	color: #f39200;
	font-weight: 900;
}
.btn-sports-detail-mob.active .odds-basic-gold2,
.btn-sports-detail.active .odds-basic-gold2,
.btn-sports-detail:focus .odds-basic-gold2,
.btn-sports-detail:hover .odds-basic-gold2 {
	color: #000;
}
.btn-sports-detail-mob.active .odds-basic-grey,
.btn-sports-detail.active .odds-basic-grey,
.btn-sports-detail:focus .odds-basic-grey,
.btn-sports-detail:hover .odds-basic-grey,
.odds-basic-grey {
	color: #348fe2;
}
.btn-sports-detail-mob.active .odds-basic-grey1,
.btn-sports-detail.active .odds-basic-grey1,
.btn-sports-detail:focus .odds-basic-grey1,
.btn-sports-detail:hover .odds-basic-grey1,
.odds-basic-grey1 {
	color: #fbbd5a;
}
.btn-blue,
.btn-blue1,
.btn-blue2,
.btn-blue3,
.btn-blue4,
.btn-blue5,
.btn-gold,
.btn-gold1,
.btn-gold2,
.btn-grey1,
.btn-mobile-blue,
.btn-mobile-blue1,
.btn-mobile-blue2,
.btn-mobile-blue3,
.btn-mobile-blue4,
.btn-mobile-blue5,
.btn-mobile-gold,
.btn-mobile-gold1,
.btn-mobile-gold2,
.btn-mobile-grey1,
.btn-mobile-orange,
.btn-mobile-orange1,
.btn-mobile-purple,
.btn-mobile-purple1,
.btn-mobile-red,
.btn-mobile-silver,
.btn-mobile-yellow,
.btn-mobile-yellow1,
.btn-mobile-yellow2,
.btn-mobile-yellow3,
.btn-orange,
.btn-orange1,
.btn-purple,
.btn-purple1,
.btn-red,
.btn-silver,
.btn-yellow,
.btn-yellow1,
.btn-yellow2 {
	color: #ddd !important;
}
.btn-mobile-orange2,
.btn-orange2 {
	background: #111 !important;
	border-radius: 6px !important;
	border: 1px solid #111 !important;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.btn-mobile-white,
.btn-mobile-white1,
.btn-white,
.btn-white1 {
	background: #fff !important;
	color: #000 !important;
}
.btn-vs-orange2 {
	background: #111 !important;
	border-radius: 6px !important;
	border: 1px solid #111 !important;
}
.btn-vs-white,
.btn-vs-white1 {
	background: #fff !important;
	color: #000 !important;
	font-weight: 900;
}
.btn-odds-blue,
.btn-odds-blue1,
.btn-odds-blue3,
.btn-odds-blue4,
.btn-odds-blue5,
.btn-odds-gold,
.btn-odds-gold2,
.btn-odds-grey1,
.btn-odds-mobile-blue,
.btn-odds-mobile-blue1,
.btn-odds-mobile-blue2,
.btn-odds-mobile-blue3,
.btn-odds-mobile-blue4,
.btn-odds-mobile-blue5,
.btn-odds-mobile-gold,
.btn-odds-mobile-gold2,
.btn-odds-mobile-grey,
.btn-odds-mobile-grey1,
.btn-odds-mobile-orange,
.btn-odds-mobile-orange1,
.btn-odds-mobile-purple,
.btn-odds-mobile-purple1,
.btn-odds-mobile-red,
.btn-odds-mobile-silver,
.btn-odds-mobile-yellow,
.btn-odds-mobile-yellow1,
.btn-odds-mobile-yellow2,
.btn-odds-mobile-yellow3,
.btn-odds-orange,
.btn-odds-orange1,
.btn-odds-purple,
.btn-odds-purple1,
.btn-odds-red,
.btn-odds-silver,
.btn-odds-yellow,
.btn-odds-yellow1,
.btn-odds-yellow2 {
	color: #ddd !important;
}
.btn-odds-mobile-orange2,
.btn-odds-orange2 {
	color: #fff !important;
	background: #111;
	border-radius: 6px;
	border: 1px solid #111;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.btn-odds-grey {
	color: #fff !important;
	background: linear-gradient(180deg, #2d353c, #222);
	border: 1px solid #000;
	border-radius: 3px;
}
.btn-odds-grey1 {
	color: #fff !important;
	background: linear-gradient(180deg, #2a2a2a, #2a2a2a);
	border: 1px solid #2a2a2a;
	border-radius: 3px;
}
.btn-odds-mobile-white,
.btn-odds-white {
	background: #fff !important;
}
.btn-odds-mobile-white,
.btn-odds-mobile-white1,
.btn-odds-white,
.btn-odds-white1 {
	color: #000 !important;
	border-top: 1px solid #bebebe !important;
	border-bottom: 1px solid #949494 !important;
	font-weight: 900;
}
.btn-odds-mobile-white1,
.btn-odds-white1 {
	background: #d5d5d5 !important;
}
.btn-basic-white {
	background: #bebebe !important;
	color: #000 !important;
	border-top: 1px solid #bebebe !important;
	border-bottom: 1px solid #949494 !important;
}
.sports-rule-cat-in-orange {
	border: 2px solid #f86506;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-orange1 {
	border: 2px solid #f50;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-orange2 {
	border: 2px solid #f56406;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-purple {
	border: 2px solid #144ade;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-purple1 {
	border: 2px solid #c6426e;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue {
	border: 2px solid #1f8fff;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue1 {
	border: 2px solid #dabd57;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue2 {
	border: 2px solid #2e7de5;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue3 {
	border: 2px solid #ffc105;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue4 {
	border: 2px solid #4269b2;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-blue5 {
	border: 2px solid #4c6f87;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-yellow {
	border: 2px solid #f1c80d;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-yellow1 {
	border: 2px solid #d40511;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-yellow2 {
	border: 2px solid #ffbe00;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-yellow3 {
	border: 2px solid #ffdb00;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-gold {
	border: 2px solid #ffa863;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-gold1 {
	border: 2px solid #f7b800;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-gold2 {
	border: 2px solid #f39200;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-grey {
	border: 2px solid #fc6200;
	padding: 12px 0 7px;
}
.sports-rule-cat-in-grey1 {
	border: 2px solid #fbbd5a;
	padding: 12px 0 7px;
}
.btn-mobile-orange.active,
.btn-orange.active,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
	background-color: #fc6200 !important;
}
.btn-mobile-orange1.active,
.btn-orange1.active,
.btn-orange1:active,
.btn-orange1:focus,
.btn-orange1:hover {
	background-color: #f50 !important;
}
.btn-orange2:hover {
	background: #1b1b23 !important;
}
.btn-mobile-orange2.active,
.btn-orange2.active,
.btn-orange2:active,
.btn-orange2:focus {
	background: rgba(245, 100, 6, 0.12) !important;
	border: 1px solid #e55e07 !important;
}
.btn-mobile-purple.active,
.btn-purple.active,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
	background: #0037ce !important;
}
.btn-mobile-purple1.active,
.btn-purple1.active,
.btn-purple1:focus,
.btn-purple1:hover,
.btn-purple1active {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.btn-blue.active,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-mobile-blue.active {
	background-color: #1f8fff !important;
}
.btn-blue1.active,
.btn-blue1:active,
.btn-blue1:focus,
.btn-blue1:hover,
.btn-mobile-blue1.active {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000 !important;
}
.btn-blue2.active,
.btn-blue2:active,
.btn-blue2:focus,
.btn-blue2:hover,
.btn-mobile-blue2.active {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff !important;
}
.btn-blue3.active,
.btn-blue3:active,
.btn-blue3:focus,
.btn-blue3:hover,
.btn-mobile-blue3.active {
	background: #082481 !important;
	color: #fff !important;
}
.btn-blue4.active,
.btn-blue4:active,
.btn-blue4:focus,
.btn-blue4:hover,
.btn-mobile-blue4.active {
	background: #4269b2 !important;
	color: #fff !important;
}
.btn-blue5.active,
.btn-blue5:active,
.btn-blue5:focus,
.btn-blue5:hover,
.btn-mobile-blue5.active {
	background: #4c6f87 !important;
	color: #fff !important;
}
.btn-mobile-yellow.active,
.btn-yellow.active,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
	background-color: #f1c80d !important;
	color: #000 !important;
}
.btn-mobile-yellow1.active,
.btn-yellow1.active,
.btn-yellow1:active,
.btn-yellow1:focus,
.btn-yellow1:hover {
	background-color: #f1c80d !important;
	color: #d40511 !important;
}
.btn-mobile-yellow2.active,
.btn-yellow2.active,
.btn-yellow2:active,
.btn-yellow2:focus,
.btn-yellow2:hover {
	background-color: #ffbe00 !important;
	color: #000 !important;
}
.btn-mobile-yellow3.active,
.btn-yellow3.active,
.btn-yellow3:active,
.btn-yellow3:focus,
.btn-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.btn-mobile-white.active,
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	background-color: #f1c80e !important;
}
.btn-mobile-white1.active,
.btn-white1.active,
.btn-white1:active,
.btn-white1:focus,
.btn-white1:hover {
	background-color: #ed765e !important;
}
.btn-mobile-red.active,
.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red:hover {
	background-color: #ff2c2c !important;
}
.btn-mobile-silver.active,
.btn-silver.active,
.btn-silver:active,
.btn-silver:focus,
.btn-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.btn-gold.active,
.btn-gold:active,
.btn-gold:focus,
.btn-gold:hover,
.btn-mobile-gold.active {
	background-image: linear-gradient(270deg, #ffa462 0, #fdd286) !important;
	color: #000 !important;
}
.btn-gold1.active,
.btn-gold1:active,
.btn-gold1:focus,
.btn-gold1:hover,
.btn-mobile-gold1.active {
	background-image: linear-gradient(270deg, #f7b800 0, #e88b00) !important;
	color: #000 !important;
}
.btn-gold2.active,
.btn-gold2:active,
.btn-gold2:focus,
.btn-gold2:hover,
.btn-mobile-gold2.active {
	background: #f39200 !important;
	color: #000 !important;
}
.btn-grey.active,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover,
.btn-mobile-grey.active {
	background: linear-gradient(180deg, #088bdc, #055f94);
}
.btn-grey1.active,
.btn-grey1:active,
.btn-grey1:focus,
.btn-grey1:hover,
.btn-mobile-grey1.active {
	background: #fbbd5a !important;
	color: #000 !important;
}
.btn-odds-mobile-orange.active,
.btn-odds-orange.active,
.btn-odds-orange:active,
.btn-odds-orange:focus,
.btn-odds-orange:hover {
	background: #fc6200 !important;
}
.btn-odds-mobile-orange1.active,
.btn-odds-orange1.active,
.btn-odds-orange1:active,
.btn-odds-orange1:focus,
.btn-odds-orange1:hover {
	background: #f50 !important;
}
.btn-odds-orange2:hover {
	background: #1b1b23;
}
.btn-odds-mobile-orange2.active,
.btn-odds-orange2.active,
.btn-odds-orange2:active,
.btn-odds-orange2:focus {
	background: rgba(245, 100, 6, 0.12);
	border: 1px solid #e55e07;
}
.btn-odds-mobile-purple.active,
.btn-odds-purple.active,
.btn-odds-purple:active,
.btn-odds-purple:focus,
.btn-odds-purple:hover {
	background: #0037ce !important;
	border: 1px solid #0037ce;
}
.btn-odds-mobile-purple.active,
.btn-odds-purple1.active,
.btn-odds-purple1:active,
.btn-odds-purple1:focus,
.btn-odds-purple1:hover {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border: 1px solid #c6426e;
}
.btn-odds-blue.active,
.btn-odds-blue:active,
.btn-odds-blue:focus,
.btn-odds-blue:hover,
.btn-odds-mobile-blue.active {
	background: #1f8fff !important;
}
.btn-odds-blue1.active,
.btn-odds-blue1:active,
.btn-odds-blue1:focus,
.btn-odds-blue1:hover,
.btn-odds-mobile-blue1.active {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000 !important;
}
.btn-odds-blue2.active,
.btn-odds-blue2:active,
.btn-odds-blue2:focus,
.btn-odds-blue2:hover,
.btn-odds-mobile-blue2.active {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff !important;
}
.btn-odds-blue3.active,
.btn-odds-blue3:active,
.btn-odds-blue3:focus,
.btn-odds-blue3:hover,
.btn-odds-mobile-blue3.active {
	background: #ffc105 !important;
	color: #000 !important;
}
.btn-odds-blue4.active,
.btn-odds-blue4:active,
.btn-odds-blue4:focus,
.btn-odds-blue4:hover,
.btn-odds-mobile-blue4.active {
	background: #4269b2 !important;
	color: #000 !important;
}
.btn-odds-blue5.active,
.btn-odds-blue5:active,
.btn-odds-blue5:focus,
.btn-odds-blue5:hover,
.btn-odds-mobile-blue5.active {
	background: #4c6f87 !important;
	color: #fff !important;
}
.btn-odds-mobile-yellow1.active,
.btn-odds-mobile-yellow.active,
.btn-odds-yellow1.active,
.btn-odds-yellow1:active,
.btn-odds-yellow1:focus,
.btn-odds-yellow1:hover,
.btn-odds-yellow.active,
.btn-odds-yellow:active,
.btn-odds-yellow:focus,
.btn-odds-yellow:hover {
	background: #f1c80d !important;
	color: #000 !important;
}
.btn-odds-mobile-yellow2.active,
.btn-odds-yellow2.active,
.btn-odds-yellow2:active,
.btn-odds-yellow2:focus,
.btn-odds-yellow2:hover {
	background: #ffbe00 !important;
	color: #000 !important;
}
.btn-odds-mobile-yellow3.active,
.btn-odds-yellow3.active,
.btn-odds-yellow3:active,
.btn-odds-yellow3:focus,
.btn-odds-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.btn-odds-mobile-white.active,
.btn-odds-white.active,
.btn-odds-white:active,
.btn-odds-white:focus,
.btn-odds-white:hover {
	background: #f1c80e !important;
}
.btn-odds-mobile-white1.active,
.btn-odds-white1.active,
.btn-odds-white1:active,
.btn-odds-white1:focus,
.btn-odds-white1:hover {
	background: #ed765e !important;
}
.btn-odds-mobile-red.active,
.btn-odds-red.active,
.btn-odds-red:active,
.btn-odds-red:focus,
.btn-odds-red:hover {
	background: #ff2c2c !important;
}
.btn-odds-mobile-silver.active,
.btn-odds-silver.active,
.btn-odds-silver:active,
.btn-odds-silver:focus,
.btn-odds-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.btn-odds-gold.active,
.btn-odds-gold:active,
.btn-odds-gold:focus,
.btn-odds-gold:hover,
.btn-odds-mobile-gold.active {
	background: #ffa863 !important;
	color: #000 !important;
}
.btn-odds-gold1.active,
.btn-odds-gold1:active,
.btn-odds-gold1:focus,
.btn-odds-gold1:hover,
.btn-odds-mobile-gold1.active {
	background: #f7b800 !important;
	color: #000 !important;
}
.btn-odds-gold2.active,
.btn-odds-gold2:active,
.btn-odds-gold2:focus,
.btn-odds-gold2:hover,
.btn-odds-mobile-gold2.active {
	background: #f39200 !important;
	color: #000 !important;
}
.btn-odds-grey.active,
.btn-odds-grey:active,
.btn-odds-grey:focus,
.btn-odds-grey:hover,
.btn-odds-mobile-grey.active {
	background: linear-gradient(180deg, #088bdc, #055f94);
}
.btn-odds-grey1.active,
.btn-odds-grey1:active,
.btn-odds-grey1:focus,
.btn-odds-grey1:hover,
.btn-odds-mobile-grey1.active {
	background: #fbbd5a !important;
	color: #000 !important;
}
.sports2box-orange,
.sports2box-orange1 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2box-orange2 {
	padding: 8px;
}
.sports2box-purple,
.sports2box-purple1 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
}
.sports2box-blue,
.sports2box-purple,
.sports2box-purple1 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2box-blue {
	border-radius: 3px;
}
.sports2box-blue1,
.sports2box-blue3,
.sports2box-blue4,
.sports2box-blue5,
.sports2box-yellow,
.sports2box-yellow1,
.sports2box-yellow2,
.sports2box-yellow3 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2box-white,
.sports2box-white1 {
	border: 2px solid #6c6c6c;
	background: #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	font-weight: 900;
}
.sports2box-gold,
.sports2box-red,
.sports2box-silver {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2box-gold1 {
	border: 2px solid #0a1626;
	background: #112236;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2box-gold2,
.sports2box-grey,
.sports2box-grey1 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}
.sports2boxtop-orange {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 5;
	text-align: left;
	color: #000;
	padding: 0;
}
.sports2boxtop-orange2 {
	width: 100%;
	text-align: left;
	color: #000;
	padding: 0 8px;
	background: #212426;
	border-radius: 6px 6px 0 0;
}
.sports2boxtop-blue {
	display: inline-block;
}
.sports2boxtop-blue,
.sports2boxtop-grey-prematch {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	text-align: left;
	color: #000;
	padding: 0;
}
.sports2boxtop-grey-prematch {
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 5;
}
.sports2boxtop-grey-inplay {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	text-align: left;
	color: #000;
	padding: 0;
}
.sports2boxtopin-orange,
.sports2boxtopin-orange1,
.sports2boxtopin-purple,
.sports2boxtopin-purple1,
.sports2boxtopin-yellow,
.sports2boxtopin-yellow1,
.sports2boxtopin-yellow2,
.sports2boxtopin-yellow3 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 0;
}
.sports2boxtopin-white {
	border: 1px solid #f1c80d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sports2boxtopin-white,
.sports2boxtopin-white1 {
	background: #fff;
	text-align: center;
	color: #000;
	padding: 0;
	font-weight: 900;
}
.sports2boxtopin-white1 {
	border: 1px solid #ed765e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sports2boxtopin-blue1,
.sports2boxtopin-blue3,
.sports2boxtopin-blue4,
.sports2boxtopin-blue5,
.sports2boxtopin-gold,
.sports2boxtopin-red,
.sports2boxtopin-silver {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 0;
}
.sports2boxtopin-gold1 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0a1624;
	text-align: center;
	color: #fff;
	padding: 0;
}
.sports2boxtopin-gold2,
.sports2boxtopin-grey,
.sports2boxtopin-grey1 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 0;
}
.sports2boxtopin-blue-left-inplay {
	width: 200px;
	height: 27px;
	background-image: url(/static/image/Sports/blue/34baa56.png);
	background-size: 100% 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.sports2boxtopin-blue-left,
.sports2boxtopin-blue-left-inplay {
	text-align: left;
	color: #fff;
	padding: 0;
	padding-top: 4px !important;
}
.sports2boxtopin-blue-left {
	border-top: 1px solid #262b31;
	background: #1b1b23;
	width: calc(100% - 132px);
	height: 26px;
}
.sports2boxtopin-gold1-left {
	border-top: 1px solid #262b31;
	background: #091724;
	color: #fff;
}
.sports2boxtopin-gold1-left,
.sports2boxtopin-white-left {
	text-align: left;
	padding: 0;
	width: calc(100% - 132px);
	height: 26px;
	padding-top: 4px !important;
}
.sports2boxtopin-white-left {
	background: #b9b9b9;
	color: #000;
}
.sports2boxtopin-blue-right {
	background: rgba(17, 153, 17, 0.6);
	text-align: center;
}
.sports2boxtopin-blue-right,
.sports2boxtopin-orange2-right {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #fff;
	padding: 0;
}
.sports2boxtopin-orange2-right {
	text-align: right;
	width: 44px;
}
.sports2boxtopin-white-right {
	border: 1px solid #2d353c;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background: #f2c709;
	text-align: center;
	color: #fff;
	padding: 0;
}
.main-table {
	border-radius: 0;
	color: #fff;
	font-size: 12px;
}
.main-table.el-table th > .cell {
	font-size: 14px;
}
.main-table.el-table thead {
	color: #fff;
}
.main-table.el-table td,
.main-table.el-table th {
	text-align: center;
}
.main-table.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #151e2d;
}
.main-table thead.is-group th {
	background-color: #2f343a;
}
.main-table .el-table__body td {
	background-color: #151e2d;
}
.main-table td,
.main-table th.is-leaf {
	border-bottom: 1px solid #616161;
}
.main-table .el-table__body-wrapper .is-scrolling-left ~ .el-table__fixed,
.main-table td,
.main-table th {
	border-right: 1px solid #616161;
}
.main-table.el-table--border,
.main-table.el-table--group {
	border: 1px solid #616161;
}
.main-table.el-table--border th,
.main-table.el-table__fixed-right-patch {
	border-bottom: 1px solid #616161;
}
.el-table:before,
.main-table.el-table--border:after,
.main-table.el-table--group:after {
	background-color: #171c22;
}
.main-table.el-table .cell {
	overflow: visible;
}
.main-table.el-table th,
.main-table.el-table tr {
	background-color: #2f343a;
}
.main-table .el-table__empty-block {
	background-color: #151e2d;
}
.main-table-white {
	border-radius: 0;
	color: #000;
	font-size: 12px;
}
.main-table-white.el-table th > .cell {
	font-size: 14px;
}
.main-table-white.el-table thead {
	color: #000;
}
.main-table-white.el-table td,
.main-table-white.el-table th {
	text-align: center;
}
.main-table-white.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #fff;
}
.main-table-white thead.is-group th {
	background-color: #2f343a;
}
.main-table-white .el-table__body td {
	background-color: #fff;
}
.main-table-white td,
.main-table-white th.is-leaf {
	border-bottom: 1px solid #616161;
}
.main-table-white .el-table__body-wrapper .is-scrolling-left ~ .el-table__fixed,
.main-table-white td,
.main-table-white th {
	border-right: 1px solid #616161;
}
.main-table-white.el-table--border,
.main-table-white.el-table--group {
	border: 1px solid #616161;
}
.main-table-white.el-table--border th,
.main-table-white.el-table__fixed-right-patch {
	border-bottom: 1px solid #616161;
}
.el-table:before,
.main-table-white.el-table--border:after,
.main-table-white.el-table--group:after {
	background-color: #171c22;
}
.main-table-white.el-table .cell {
	overflow: visible;
}
.main-table-white.el-table th,
.main-table-white.el-table tr {
	background-color: #cacaca;
}
.main-table-white .el-table__empty-block {
	background-color: #fff;
}
.virtual-table {
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	border-left: 4px solid #191919;
	border-right: 4px solid #191919;
}
.virtual-table.el-table th {
	padding: 8px 0;
}
.virtual-table.el-table th > .cell {
	font-size: 14px;
	font-weight: 600;
}
.virtual-table.el-table thead {
	color: #fff;
}
.virtual-table.el-table td,
.virtual-table.el-table th {
	text-align: center;
}
.virtual-table.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #252a30;
}
.virtual-table thead.is-group th {
	background-color: #161b1f;
}
.virtual-table .el-table__body td {
	background-color: #252a30;
	padding: 8px 0;
}
.virtual-table td,
.virtual-table th.is-leaf {
	border-bottom: 4px solid #191919;
}
.virtual-table .el-table__body-wrapper .is-scrolling-left ~ .el-table__fixed,
.virtual-table td,
.virtual-table th {
	border-right: 0;
}
.virtual-table.el-table--border,
.virtual-table.el-table--group {
	border: 1px solid #fff;
}
.virtual-table.el-table--border th,
.virtual-table.el-table__fixed-right-patch {
	border-bottom: 4px solid #191919;
}
.el-table:before,
.virtual-table.el-table--border:after,
.virtual-table.el-table--group:after {
	background-color: #252a30;
}
.virtual-table.el-table .cell {
	overflow: visible;
}
.virtual-table.el-table th,
.virtual-table.el-table tr {
	background-color: #161b1f;
}
.virtual-table .el-table__empty-block {
	background-color: #252a30;
}
.virtual-table-white {
	border-radius: 0;
	color: #000;
	font-size: 13px;
	border-left: 4px solid #cacaca;
	border-right: 4px solid #cacaca;
}
.virtual-table-white.el-table th {
	padding: 8px 0;
}
.virtual-table-white.el-table th > .cell {
	font-size: 14px;
	font-weight: 600;
}
.virtual-table-white.el-table thead {
	color: #000;
}
.virtual-table-white.el-table td,
.virtual-table-white.el-table th {
	text-align: center;
}
.virtual-table-white.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #ebebeb;
}
.virtual-table-white thead.is-group th {
	background-color: #cacaca;
}
.virtual-table-white .el-table__body td {
	background-color: #ebebeb;
	padding: 8px 0;
}
.virtual-table-white td,
.virtual-table-white th.is-leaf {
	border-bottom: 4px solid #cacaca;
}
.virtual-table-white .el-table__body-wrapper .is-scrolling-left ~ .el-table__fixed,
.virtual-table-white td,
.virtual-table-white th {
	border-right: 0;
}
.virtual-table-white.el-table--border,
.virtual-table-white.el-table--group {
	border: 1px solid #fff;
}
.virtual-table-white.el-table--border th,
.virtual-table-white.el-table__fixed-right-patch {
	border-bottom: 4px solid #191919;
}
.el-table:before,
.virtual-table-white.el-table--border:after,
.virtual-table-white.el-table--group:after {
	background-color: #252a30;
}
.virtual-table-white.el-table .cell {
	overflow: visible;
}
.virtual-table-white.el-table th,
.virtual-table-white.el-table tr {
	background-color: #cacaca;
}
.virtual-table-white .el-table__empty-block {
	background-color: #252a30;
}
.virtual-left-bg-blue,
.virtual-left-bg-blue1,
.virtual-left-bg-blue2,
.virtual-left-bg-blue3,
.virtual-left-bg-gold,
.virtual-left-bg-gold2,
.virtual-left-bg-green,
.virtual-left-bg-grey,
.virtual-left-bg-grey1,
.virtual-left-bg-orange,
.virtual-left-bg-purple,
.virtual-left-bg-purple1,
.virtual-left-bg-red,
.virtual-left-bg-silver,
.virtual-left-bg-yellow,
.virtual-left-bg-yellow1,
.virtual-left-bg-yellow2 {
	background: #111 !important;
}
.virtual-left-bg-white,
.virtual-left-bg-white1 {
	background: #fff !important;
}
.virtual-left-bg-gold1 {
	background: #212b37 !important;
}
.virtual-left-bg-yellow3 {
	background: #0a0d29 !important;
}
.virtual-left-bg-orange1 {
	background: #101721 !important;
}
.virtual-left-bg-orange2 {
	background: #141517 !important;
}
.virtual-left-league-blue,
.virtual-left-league-blue1,
.virtual-left-league-blue2,
.virtual-left-league-blue3,
.virtual-left-league-blue4,
.virtual-left-league-blue5,
.virtual-left-league-gold,
.virtual-left-league-gold2,
.virtual-left-league-green,
.virtual-left-league-grey,
.virtual-left-league-grey1,
.virtual-left-league-orange,
.virtual-left-league-orange1,
.virtual-left-league-purple,
.virtual-left-league-purple1,
.virtual-left-league-red,
.virtual-left-league-silver,
.virtual-left-league-yellow,
.virtual-left-league-yellow1,
.virtual-left-league-yellow2,
.virtual-left-league-yellow3 {
	background: #191919 !important;
	color: #fff;
	font-size: 12px;
	padding: 7px;
}
.virtual-left-league-white,
.virtual-left-league-white1 {
	background: #fff !important;
	color: #000;
	font-size: 14px;
	padding: 7px;
}
.virtual-left-league-gold1 {
	background: #212b37 !important;
	color: #fff;
	font-size: 12px;
	padding: 7px;
}
.virtual-left-league-orange2 {
	background: #141517;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 12px;
}
.virtula-league-tab-blue,
.virtula-league-tab-blue1,
.virtula-league-tab-blue2,
.virtula-league-tab-blue3,
.virtula-league-tab-blue4,
.virtula-league-tab-blue5,
.virtula-league-tab-gold,
.virtula-league-tab-gold1,
.virtula-league-tab-gold2,
.virtula-league-tab-green,
.virtula-league-tab-grey,
.virtula-league-tab-grey1,
.virtula-league-tab-orange,
.virtula-league-tab-orange1,
.virtula-league-tab-purple,
.virtula-league-tab-purple1,
.virtula-league-tab-red,
.virtula-league-tab-silver,
.virtula-league-tab-yellow,
.virtula-league-tab-yellow1,
.virtula-league-tab-yellow2,
.virtula-league-tab-yellow3 {
	float: left;
	margin-right: 15px !important;
	cursor: pointer;
	height: 24px;
	padding-top: 3px !important;
}
.virtula-league-tab-white,
.virtula-league-tab-white1 {
	float: left;
	margin-right: 15px !important;
	cursor: pointer;
	height: 24px;
	padding-top: 1px !important;
}
.virtula-league-tab-orange2 {
	float: left;
	cursor: pointer;
	padding: 16px !important;
	text-align: center;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.virtula-league-tab-orange.on {
	border-bottom: 2px solid #fc6200;
}
.virtula-league-tab-orange2.on {
	border-bottom: 1px solid #fc6200;
}
.virtula-league-tab-orange1.on {
	border-bottom: 2px solid #f50;
}
.virtula-league-tab-purple.on {
	border-bottom: 2px solid #144ade;
}
.virtula-league-tab-purple1.on {
	border-bottom: 2px solid #c6426e;
}
.virtula-league-tab-blue.on {
	border-bottom: 2px solid #1f8fff;
}
.virtula-league-tab-blue1.on {
	border-bottom: 2px solid #dabd57;
}
.virtula-league-tab-blue2.on {
	border-bottom: 2px solid #2e7de5;
}
.virtula-league-tab-blue3.on {
	border-bottom: 2px solid #ffc105;
}
.virtula-league-tab-blue4.on,
.virtula-league-tab-blue5.on {
	border-bottom: 2px solid #4269b2;
}
.virtula-league-tab-yellow1.on,
.virtula-league-tab-yellow.on {
	border-bottom: 2px solid #f1c80d;
}
.virtula-league-tab-yellow2.on {
	border-bottom: 2px solid #ffbe00;
}
.virtula-league-tab-yellow3.on {
	border-bottom: 2px solid #ffdb00;
}
.virtula-league-tab-white.on {
	border-bottom: 2px solid #f1c80d;
}
.virtula-league-tab-white1.on {
	border-bottom: 2px solid #ed765e;
}
.virtula-league-tab-red.on {
	border-bottom: 2px solid #ff2c2c;
}
.virtula-league-tab-silver.on {
	border-bottom: 2px solid #4969b2;
}
.virtula-league-tab-gold.on {
	border-bottom: 2px solid #ffa863;
}
.virtula-league-tab-gold1.on {
	border-bottom: 2px solid #f7b800;
}
.virtula-league-tab-gold2.on {
	border-bottom: 2px solid #f39200;
}
.virtula-league-tab-grey.on {
	border-bottom: 2px solid #348fe2;
}
.virtula-league-tab-grey1.on {
	border-bottom: 2px solid #fbbd5a;
}
.virtual-left-leagueinfo-blue2,
.virtual-left-leagueinfo-blue3,
.virtual-left-leagueinfo-blue4,
.virtual-left-leagueinfo-blue5,
.virtual-left-leagueinfo-gold,
.virtual-left-leagueinfo-gold2,
.virtual-left-leagueinfo-green,
.virtual-left-leagueinfo-grey,
.virtual-left-leagueinfo-grey1,
.virtual-left-leagueinfo-orange,
.virtual-left-leagueinfo-orange1,
.virtual-left-leagueinfo-purple,
.virtual-left-leagueinfo-purple1,
.virtual-left-leagueinfo-red,
.virtual-left-leagueinfo-silver,
.virtual-left-leagueinfo-yellow,
.virtual-left-leagueinfo-yellow1,
.virtual-left-leagueinfo-yellow2,
.virtual-left-leagueinfo-yellow3 {
	background: #1b1b23 !important;
	height: 35px;
}
.virtual-left-leagueinfo-blue1 {
	background: #11358b !important;
	height: 35px;
}
.virtual-left-leagueinfo-blue {
	background: #1f8fff !important;
	height: 35px;
}
.virtual-left-leagueinfo-white {
	background: #f8d346 !important;
	height: 35px;
}
.virtual-left-leagueinfo-white1 {
	background: #ed765e !important;
	height: 35px;
}
.virtual-left-leagueinfo-gold1 {
	background: #091724 !important;
	height: 35px;
}
.virtual-left-leagueinfo-orange2 {
	background: #181a1c;
	border-radius: 6px 6px 0 0;
	padding: 10px 16px;
	display: inline-block;
	width: 100%;
}
.virtual-league-tab-blue,
.virtual-league-tab-blue1,
.virtual-league-tab-blue2,
.virtual-league-tab-blue3,
.virtual-league-tab-blue4,
.virtual-league-tab-blue5,
.virtual-league-tab-gold,
.virtual-league-tab-gold2,
.virtual-league-tab-grey,
.virtual-league-tab-orange,
.virtual-league-tab-orange1,
.virtual-league-tab-orange2,
.virtual-league-tab-purple,
.virtual-league-tab-purple1,
.virtual-league-tab-red,
.virtual-league-tab-silver,
.virtual-league-tab-yellow,
.virtual-league-tab-yellow1,
.virtual-league-tab-yellow2,
.virtual-league-tab-yellow3 {
	height: 120px;
	background-color: #171c22;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding-top: 37px;
	width: 100%;
	cursor: pointer;
}
.virtual-league-tab-grey1 {
	background-color: #010101;
	color: #fff;
}
.virtual-league-tab-grey1,
.virtual-league-tab-white,
.virtual-league-tab-white1 {
	height: 120px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding-top: 37px;
	width: 100%;
	cursor: pointer;
}
.virtual-league-tab-white,
.virtual-league-tab-white1 {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.virtual-league-tab-gold1 {
	height: 120px;
	background-color: #212b37;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding-top: 37px;
	width: 100%;
	cursor: pointer;
}
.virtual-league-tab-orange.on {
	background: #fb6200 !important;
}
.virtual-league-tab-orange1.on,
.virtual-league-tab-orange2.on {
	background: #f50 !important;
}
.virtual-league-tab-purple.on {
	background: #0037ce !important;
	color: #fff !important;
}
.virtual-league-tab-purple1.on {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	color: #fff !important;
}
.virtual-league-tab-blue.on {
	background: #1fb3ff !important;
}
.virtual-league-tab-blue1.on {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000 !important;
}
.virtual-league-tab-blue2.on {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff !important;
}
.virtual-league-tab-blue3.on {
	background: #082481 !important;
}
.virtual-league-tab-blue4.on {
	background: #4269b2 !important;
}
.virtual-league-tab-blue5.on {
	background: #4c6f87 !important;
}
.virtual-league-tab-yellow.on {
	background: #f1c80d !important;
}
.virtual-league-tab-yellow1.on {
	background: #d40511 !important;
}
.virtual-league-tab-yellow2.on {
	background: #ffbe00 !important;
	color: #000 !important;
}
.virtual-league-tab-yellow3.on {
	background-image: linear-gradient(to bottom right, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.virtual-league-tab-white.on {
	background: #f1c80d !important;
}
.virtual-league-tab-white1.on {
	background: #ed765e !important;
}
.virtual-league-tab-red.on {
	background: #ff2c2c !important;
}
.virtual-league-tab-grey.on {
	background: #348fe2 !important;
}
.virtual-league-tab-grey1.on {
	background: #aaa !important;
	color: #000 !important;
}
.virtual-league-tab-silver.on {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.virtual-league-tab-gold.on {
	background-image: linear-gradient(to bottom right, #ffa560 0, #ffa664 20%, #fed989 50%, #ffa664 80%, #ffa560) !important;
}
.virtual-league-tab-gold1.on {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
	color: #000 !important;
}
.virtual-league-tab-gold2.on {
	background: #f39200 !important;
	color: #000 !important;
}
.virtual-league-text-orange {
	color: #fc6200;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-orange1 {
	color: #f50;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-orange2 {
	color: #fff;
	margin-top: 3px;
	float: left;
}
.virtual-league-text-blue {
	color: #fff;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-blue1 {
	color: #dbbe58;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-blue2 {
	color: #2e7de5;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-blue3 {
	color: #ffc105;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-blue4 {
	color: #4269b2;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-blue5 {
	color: #4c6f87;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-yellow,
.virtual-league-text-yellow1 {
	color: #f8d346;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-yellow2 {
	color: #ffbe00;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-yellow3 {
	color: #ffdb00;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-purple {
	color: #144ade;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-purple1 {
	color: #c6426e;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-white,
.virtual-league-text-white1 {
	color: #000;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-gold {
	color: #ffa863;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-gold1 {
	color: #f7b800;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-gold2 {
	color: #f39200;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-red {
	color: #ff2c2c;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-silver {
	color: #4969b2;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-grey {
	color: #348fe2;
	margin-top: 10px;
	float: left;
}
.virtual-league-text-grey1 {
	color: #aaa;
	margin-top: 10px;
	float: left;
}
.virtual-video-tab {
	float: left;
	width: 33%;
	padding: 14px 0;
	color: #fff;
	cursor: pointer;
	transition: color 0.1s ease-out 0s;
}
.virtual-video-tab.on,
.virtual-video-tab:hover {
	color: #f56406;
}
.virtual-video-right {
	float: left;
	width: calc(100% - 648px);
}
.virtual-video-right:hover .black-over {
	display: none;
}
.virtual-tab-orange {
	background: #fb6200 !important;
}
.virtual-tab-orange1 {
	background: #f50 !important;
}
.virtual-tab-orange2 {
	background: rgba(245, 100, 6, 0.17) !important;
	border-radius: 24px;
	float: left;
	padding: 0 24px;
	color: #e96007 !important;
	margin-right: 24px;
}
.virtual-tab-orange2 .i-football {
	content: url(/image/Virtual/orange2/footballo.png);
}
.virtual-tab-orange2 .i-basketball {
	content: url(/image/Virtual/orange2/basketballo.png);
}
.virtual-tab-orange2 .i-dog {
	content: url(/image/Virtual/orange2/dogo.png);
}
.virtual-tab-orange2 .i-horse {
	content: url(/image/Virtual/orange2/horseo.png);
}
.virtual-tab-purple {
	background: #0037ce !important;
	color: #fff;
}
.virtual-tab-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	color: #fff;
}
.virtual-tab-blue {
	background: #1fb3ff !important;
}
.virtual-tab-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff;
}
.virtual-tab-blue3 {
	background: #082481 !important;
}
.virtual-tab-blue4 {
	background: #4269b2 !important;
}
.virtual-tab-blue5 {
	background: #4c6f87 !important;
}
.virtual-tab-yellow {
	background: #f1c80d !important;
}
.virtual-tab-yellow1 {
	background: #d40511 !important;
}
.virtual-tab-yellow2 {
	background: #ffbe00 !important;
}
.virtual-tab-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000;
}
.virtual-tab-white {
	background: #f1c80d !important;
}
.virtual-tab-white1 {
	background: #ed765e !important;
}
.virtual-tab-red {
	background: #ff2c2c !important;
}
.virtual-tab-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.virtual-tab-blue1 {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000;
}
.virtual-tab-gold {
	background-image: linear-gradient(to bottom right, #ffa560 0, #ffa664 20%, #fed989 50%, #ffa664 80%, #ffa560) !important;
}
.virtual-tab-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
	color: #000;
}
.virtual-tab-gold2 {
	background: #f39200 !important;
	color: #000;
}
.virtual-tab-grey1 {
	background: #222 !important;
}
.virtual-tab-blue2 .name,
.virtual-tab-blue3 .name,
.virtual-tab-blue4 .name,
.virtual-tab-blue5 .name,
.virtual-tab-blue .name,
.virtual-tab-orange1 .name,
.virtual-tab-orange .name,
.virtual-tab-purple1 .name,
.virtual-tab-purple .name {
	color: #fff;
}
.virtual-tab-yellow .name {
	color: #000;
}
.virtual-tab-yellow1 .name {
	color: #fff;
}
.virtual-tab-white1 .name,
.virtual-tab-white .name,
.virtual-tab-yellow2 .name,
.virtual-tab-yellow3 .name {
	color: #000;
}
.virtual-tab-red .name {
	color: #fff;
}
.virtual-tab-blue1 .name,
.virtual-tab-gold1 .name,
.virtual-tab-gold2 .name,
.virtual-tab-gold .name,
.virtual-tab-silver .name {
	color: #000;
}
.virtual-tab-grey1 .name,
.virtual-tab-grey .name {
	color: #fff;
}
.virtual-tmenu-blue,
.virtual-tmenu-blue1,
.virtual-tmenu-blue2,
.virtual-tmenu-blue3,
.virtual-tmenu-blue4,
.virtual-tmenu-blue5,
.virtual-tmenu-gold,
.virtual-tmenu-gold1,
.virtual-tmenu-gold2,
.virtual-tmenu-green,
.virtual-tmenu-grey,
.virtual-tmenu-orange,
.virtual-tmenu-orange1,
.virtual-tmenu-purple,
.virtual-tmenu-purple1,
.virtual-tmenu-red,
.virtual-tmenu-silver,
.virtual-tmenu-yellow,
.virtual-tmenu-yellow1,
.virtual-tmenu-yellow2,
.virtual-tmenu-yellow3 {
	background-color: #2c353c;
	border-top: 3px solid #171c22;
	border-left: 3px solid #171c22;
	border-right: 3px solid #171c22;
}
.virtual-tmenu-orange2 {
	float: left;
	background: #181a1c;
	border-radius: 24px;
	border: none !important;
	padding: 0 24px;
	margin-right: 24px;
	color: #fff;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.virtual-tmenu-orange2:hover {
	color: #e96007;
	background: rgba(245, 100, 6, 0.17);
}
.virtual-tmenu-orange2:hover .i-football {
	content: url(/image/Virtual/orange2/footballo.png);
}
.virtual-tmenu-orange2:hover .i-basketball {
	content: url(/image/Virtual/orange2/basketballo.png);
}
.virtual-tmenu-orange2:hover .i-dog {
	content: url(/image/Virtual/orange2/dogo.png);
}
.virtual-tmenu-orange2:hover .i-horse {
	content: url(/image/Virtual/orange2/horseo.png);
}
.virtual-tmenu-grey1 {
	background-color: #010101;
	border-top: 3px solid #151515;
	border-left: 3px solid #151515;
	border-right: 3px solid #151515;
}
.virtual-tmenu-white,
.virtual-tmenu-white1 {
	background-image: linear-gradient(180deg, #bdbdbd 0, #c8c8c8 20%, #ddd 50%, #f1f1f1 80%, #fefefe);
	border-top: 3px solid #ebebeb;
	border-left: 3px solid #ebebeb;
	border-right: 3px solid #ebebeb;
}
.virtual-tmenu-white1 .name,
.virtual-tmenu-white .name {
	color: #000;
}
.virtual-sports2box-blue1,
.virtual-sports2box-blue2,
.virtual-sports2box-blue3,
.virtual-sports2box-blue4,
.virtual-sports2box-blue5,
.virtual-sports2box-gold,
.virtual-sports2box-gold2,
.virtual-sports2box-grey,
.virtual-sports2box-grey1,
.virtual-sports2box-orange,
.virtual-sports2box-orange1,
.virtual-sports2box-purple,
.virtual-sports2box-purple1,
.virtual-sports2box-red,
.virtual-sports2box-silver,
.virtual-sports2box-yellow,
.virtual-sports2box-yellow1,
.virtual-sports2box-yellow2,
.virtual-sports2box-yellow3 {
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 26px;
	padding: 17px 2px 2px;
}
.virtual-sports2box-gold1 {
	border: 2px solid #0a1626;
	background: #112236;
	border-radius: 3px;
	margin-top: 26px;
}
.virtual-sports2box-blue,
.virtual-sports2box-gold1 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 17px 2px 2px;
}
.virtual-sports2box-blue {
	border-radius: 3px;
}
.virtual-sports2box-white,
.virtual-sports2box-white1 {
	border: 2px solid #6c6c6c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 900;
	margin-top: 26px;
	background: #dedede !important;
	box-shadow: none;
	padding: 17px 2px 2px;
}
.virtual-sports2box-orange2 {
	padding: 8px 3px;
}
.virtualrun-sports2box-grey,
.virtualrun-sports2box-grey1,
.virtualrun-sports2box-orange,
.virtualrun-sports2box-purple,
.virtualrun-sports2box-purple1 {
	position: relative;
	border: 2px solid #222733;
	background: #191919;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 17px 2px 2px;
	margin-top: 26px;
}
.virtualrun-sports2box-blue,
.virtualrun-sports2box-blue1,
.virtualrun-sports2box-blue2,
.virtualrun-sports2box-blue3,
.virtualrun-sports2box-blue4,
.virtualrun-sports2box-blue5,
.virtualrun-sports2box-gold,
.virtualrun-sports2box-gold1,
.virtualrun-sports2box-gold2,
.virtualrun-sports2box-orange1,
.virtualrun-sports2box-red,
.virtualrun-sports2box-silver,
.virtualrun-sports2box-white,
.virtualrun-sports2box-white1,
.virtualrun-sports2box-yellow,
.virtualrun-sports2box-yellow1,
.virtualrun-sports2box-yellow2,
.virtualrun-sports2box-yellow3 {
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 17px 2px 2px;
}
.virtualrun-sports2box-orange2 {
	padding: 8px;
}
.virtualrun-sports2boxtop-grey,
.virtualrun-sports2boxtop-grey1,
.virtualrun-sports2boxtop-orange,
.virtualrun-sports2boxtop-purple,
.virtualrun-sports2boxtop-purple1 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 5;
	text-align: left;
	color: #000;
	padding: 0;
	font-size: 11px;
}
.virtualrun-sports2boxtop-blue,
.virtualrun-sports2boxtop-blue1,
.virtualrun-sports2boxtop-blue2,
.virtualrun-sports2boxtop-blue3,
.virtualrun-sports2boxtop-blue4,
.virtualrun-sports2boxtop-blue5,
.virtualrun-sports2boxtop-gold,
.virtualrun-sports2boxtop-gold1,
.virtualrun-sports2boxtop-gold2,
.virtualrun-sports2boxtop-orange1,
.virtualrun-sports2boxtop-red,
.virtualrun-sports2boxtop-silver,
.virtualrun-sports2boxtop-white,
.virtualrun-sports2boxtop-white1,
.virtualrun-sports2boxtop-yellow,
.virtualrun-sports2boxtop-yellow1,
.virtualrun-sports2boxtop-yellow2,
.virtualrun-sports2boxtop-yellow3 {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	text-align: left;
	color: #000;
	padding: 0;
	font-size: 11px;
}
.virtualrun-sports2boxtop-orange2 {
	font-size: 11px;
	padding: 10px 16px;
	background: #181a1c;
	border-radius: 6px 6px 0 0;
}
.virtualrun-sports2boxtopin-left-grey,
.virtualrun-sports2boxtopin-left-grey1,
.virtualrun-sports2boxtopin-left-orange,
.virtualrun-sports2boxtopin-left-purple,
.virtualrun-sports2boxtopin-left-purple1 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 2px 12px;
	float: left;
	font-size: 12px;
}
.virtualrun-sports2boxtopin-left-blue,
.virtualrun-sports2boxtopin-left-blue1,
.virtualrun-sports2boxtopin-left-blue2,
.virtualrun-sports2boxtopin-left-blue3,
.virtualrun-sports2boxtopin-left-blue4,
.virtualrun-sports2boxtopin-left-blue5,
.virtualrun-sports2boxtopin-left-gold,
.virtualrun-sports2boxtopin-left-gold2,
.virtualrun-sports2boxtopin-left-orange1,
.virtualrun-sports2boxtopin-left-red,
.virtualrun-sports2boxtopin-left-silver,
.virtualrun-sports2boxtopin-left-yellow,
.virtualrun-sports2boxtopin-left-yellow1,
.virtualrun-sports2boxtopin-left-yellow2,
.virtualrun-sports2boxtopin-left-yellow3 {
	border-top: 1px solid #262b31;
	background: #1b1b23;
	text-align: left;
	color: #fff;
	width: calc(100% - 132px);
	height: 26px;
	padding: 4px 12px 2px;
	float: left;
	font-size: 12px;
}
.virtualrun-sports2boxtopin-left-gold1 {
	border-top: 1px solid #262b31;
	background: #091724;
	text-align: left;
	color: #fff;
	width: calc(100% - 132px);
	height: 26px;
	padding: 4px 12px 2px;
	float: left;
	font-size: 12px;
}
.virtualrun-sports2boxtopin-left-white,
.virtualrun-sports2boxtopin-left-white1 {
	background: #b9b9b9;
	text-align: left;
	color: #000;
	width: calc(100% - 132px);
	height: 26px;
	padding: 4px 12px 2px;
	float: left;
	font-size: 12px;
}
.virtualrun-sports2boxtopin-left-orange2 {
	font-size: 12px;
	float: left;
	padding-top: 3px;
}
.virtualrun-sports2boxtopin-right-grey,
.virtualrun-sports2boxtopin-right-grey1,
.virtualrun-sports2boxtopin-right-orange,
.virtualrun-sports2boxtopin-right-purple,
.virtualrun-sports2boxtopin-right-purple1 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 0;
	margin-right: 12px;
	float: right;
}
.virtualrun-sports2boxtopin-right-blue,
.virtualrun-sports2boxtopin-right-blue1,
.virtualrun-sports2boxtopin-right-blue2,
.virtualrun-sports2boxtopin-right-blue3,
.virtualrun-sports2boxtopin-right-blue4,
.virtualrun-sports2boxtopin-right-blue5,
.virtualrun-sports2boxtopin-right-gold,
.virtualrun-sports2boxtopin-right-gold1,
.virtualrun-sports2boxtopin-right-gold2,
.virtualrun-sports2boxtopin-right-orange1,
.virtualrun-sports2boxtopin-right-red,
.virtualrun-sports2boxtopin-right-silver,
.virtualrun-sports2boxtopin-right-white,
.virtualrun-sports2boxtopin-right-white1,
.virtualrun-sports2boxtopin-right-yellow,
.virtualrun-sports2boxtopin-right-yellow1,
.virtualrun-sports2boxtopin-right-yellow2,
.virtualrun-sports2boxtopin-right-yellow3 {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background: rgba(17, 153, 17, 0.6);
	text-align: center;
	color: #fff;
	padding: 0;
	float: right;
}
.virtualrun-sports2boxtopin-right-orange2 {
	font-size: 12px;
	float: right;
}
.virtual-sports2boxtopin-left-blue1,
.virtual-sports2boxtopin-left-blue2,
.virtual-sports2boxtopin-left-blue3,
.virtual-sports2boxtopin-left-blue4,
.virtual-sports2boxtopin-left-blue5,
.virtual-sports2boxtopin-left-gold,
.virtual-sports2boxtopin-left-gold2,
.virtual-sports2boxtopin-left-grey,
.virtual-sports2boxtopin-left-grey1,
.virtual-sports2boxtopin-left-orange,
.virtual-sports2boxtopin-left-orange1,
.virtual-sports2boxtopin-left-purple,
.virtual-sports2boxtopin-left-purple1,
.virtual-sports2boxtopin-left-red,
.virtual-sports2boxtopin-left-silver,
.virtual-sports2boxtopin-left-yellow,
.virtual-sports2boxtopin-left-yellow1,
.virtual-sports2boxtopin-left-yellow2,
.virtual-sports2boxtopin-left-yellow3 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	float: left;
	padding: 2px 12px;
	font-size: 12px;
}
.virtual-sports2boxtopin-left-blue {
	border-top: 1px solid #262b31;
	background: #1b1b23;
	text-align: left;
	color: #fff;
	width: calc(100% - 132px);
	height: 26px;
	float: left;
	padding: 4px 12px 2px;
	font-size: 12px;
}
.virtual-sports2boxtopin-left-white {
	border: 1px solid #f1c80d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.virtual-sports2boxtopin-left-white,
.virtual-sports2boxtopin-left-white1 {
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: 900;
	float: left;
	padding: 2px 12px;
	font-size: 12px;
}
.virtual-sports2boxtopin-left-white1 {
	border: 1px solid #ed765e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.virtual-sports2boxtopin-left-gold1 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0a1624;
	text-align: center;
	color: #fff;
	float: left;
	padding: 2px 12px;
	font-size: 12px;
}
.virtual-sports2boxtopin-left-orange2 {
	float: left;
	padding: 8px 0 0 8px;
	font-size: 12px;
}
.virtual-sports2boxtopin-right-blue1,
.virtual-sports2boxtopin-right-blue2,
.virtual-sports2boxtopin-right-blue3,
.virtual-sports2boxtopin-right-blue4,
.virtual-sports2boxtopin-right-blue5,
.virtual-sports2boxtopin-right-gold,
.virtual-sports2boxtopin-right-gold1,
.virtual-sports2boxtopin-right-gold2,
.virtual-sports2boxtopin-right-grey,
.virtual-sports2boxtopin-right-grey1,
.virtual-sports2boxtopin-right-orange,
.virtual-sports2boxtopin-right-orange1,
.virtual-sports2boxtopin-right-purple,
.virtual-sports2boxtopin-right-purple1,
.virtual-sports2boxtopin-right-red,
.virtual-sports2boxtopin-right-silver,
.virtual-sports2boxtopin-right-yellow,
.virtual-sports2boxtopin-right-yellow1,
.virtual-sports2boxtopin-right-yellow2,
.virtual-sports2boxtopin-right-yellow3 {
	border: 1px solid #222733;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1e2428;
	text-align: center;
	color: #fff;
	padding: 0;
	margin-right: 10px;
}
.virtual-sports2boxtopin-right-orange2 {
	text-align: center;
	color: #fff;
	padding: 0 4px 0 0;
}
.virtual-sports2boxtopin-right-white,
.virtual-sports2boxtopin-right-white1 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #fff;
	padding: 0;
	margin-right: 10px;
	border: none;
	background: #f8d346;
}
.virtual-sports2boxtopin-right-blue {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background: rgba(17, 153, 17, 0.6);
	text-align: center;
	color: #fff;
	padding: 0;
}
.virtual-odds-orange {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-orange.on,
.virtual-odds-orange:hover {
	background-color: #fc6200;
}
.virtual-odds-orange2 {
	width: 100%;
	cursor: pointer;
	background-color: #1c1f21;
	border-top: 1px solid #2a2c30;
}
.virtual-odds-orange2.on,
.virtual-odds-orange2:hover {
	background-color: #303438;
}
.virtual-odds-purple {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-purple.on,
.virtual-odds-purple:hover {
	background: #0037ce !important;
}
.virtual-odds-purple1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-purple1.on,
.virtual-odds-purple1:hover {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.virtual-odds-blue {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue.on,
.virtual-odds-blue:hover {
	background-color: #1fb3ff;
}
.virtual-odds-blue2 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue2.on,
.virtual-odds-blue2:hover {
	background-color: #2e7de5;
}
.virtual-odds-blue3 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue3.on,
.virtual-odds-blue3:hover {
	background-color: #082481;
}
.virtual-odds-blue4 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue4.on,
.virtual-odds-blue4:hover {
	background-color: #4269b2;
}
.virtual-odds-blue5 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue5.on,
.virtual-odds-blue5:hover {
	background-color: #4c6f87;
}
.virtual-odds-orange1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-orange1.on,
.virtual-odds-orange1:hover {
	background-color: #f50;
	color: #000;
}
.virtual-odds-yellow,
.virtual-odds-yellow1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-yellow1.on,
.virtual-odds-yellow1:hover,
.virtual-odds-yellow.on,
.virtual-odds-yellow:hover {
	background-color: #f1c80d;
	color: #000;
}
.virtual-odds-yellow2 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #ffbe00;
}
.virtual-odds-yellow2.on,
.virtual-odds-yellow2:hover {
	background-color: #ffbe00;
}
.virtual-odds-yellow3 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #ffdb00;
}
.virtual-odds-yellow3.on,
.virtual-odds-yellow3:hover {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000;
}
.virtual-odds-white {
	width: 100%;
	cursor: pointer;
	background-color: #ebebeb;
	border-bottom: 1px solid #b9b9b9;
	color: #000;
}
.virtual-odds-white.on,
.virtual-odds-white:hover {
	background-color: #f1c80e;
}
.virtual-odds-white1 {
	width: 100%;
	cursor: pointer;
	background-color: #ebebeb;
	border-bottom: 1px solid #b9b9b9;
	color: #000;
}
.virtual-odds-white1.on,
.virtual-odds-white1:hover {
	background-color: #ed765e;
}
.virtual-odds-red {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-red.on,
.virtual-odds-red:hover {
	background-color: #ff2c2c;
	color: #fff;
}
.virtual-odds-silver {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-silver.on,
.virtual-odds-silver:hover {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.virtual-odds-blue1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-blue1.on,
.virtual-odds-blue1:hover {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000;
}
.virtual-odds-gold {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-gold.on,
.virtual-odds-gold:hover {
	background-color: #ffa863;
	color: #000;
}
.virtual-odds-gold1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-gold1.on,
.virtual-odds-gold1:hover {
	background-color: #f7b800;
	color: #000;
}
.virtual-odds-gold2 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-gold2.on,
.virtual-odds-gold2:hover {
	background-color: #f39200;
	color: #000;
}
.virtual-odds-grey {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-grey.on,
.virtual-odds-grey:hover {
	background-color: #348fe2;
}
.virtual-odds-grey1 {
	width: 100%;
	cursor: pointer;
	background-color: #2e3439;
	border-bottom: 1px solid #191919;
}
.virtual-odds-grey1.on,
.virtual-odds-grey1:hover {
	background-color: #348fe2;
}
.virtual-history-tab-blue,
.virtual-history-tab-blue1,
.virtual-history-tab-blue2,
.virtual-history-tab-blue3,
.virtual-history-tab-blue4,
.virtual-history-tab-blue5,
.virtual-history-tab-gold,
.virtual-history-tab-gold2,
.virtual-history-tab-grey,
.virtual-history-tab-grey1,
.virtual-history-tab-orange,
.virtual-history-tab-orange1,
.virtual-history-tab-purple,
.virtual-history-tab-purple1,
.virtual-history-tab-red,
.virtual-history-tab-silver,
.virtual-history-tab-yellow,
.virtual-history-tab-yellow1,
.virtual-history-tab-yellow2,
.virtual-history-tab-yellow3 {
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background-image: linear-gradient(180deg, #232a30 0, #222a2d 20%, #22272b 50%, #202427 80%, #1f2326);
	width: calc(50% - 2px);
	float: left;
	cursor: pointer;
	border: 1px solid #232a30;
}
.virtual-history-tab-orange2 {
	padding: 14px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	background: #161719;
	width: 50%;
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #161719;
	border-radius: 6px 6px 0 0;
	color: #fff;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.virtual-history-tab-gold1 {
	background: #091724;
	border: 1px solid #232a30;
}
.virtual-history-tab-gold1,
.virtual-history-tab-white,
.virtual-history-tab-white1 {
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: calc(50% - 2px);
	float: left;
	cursor: pointer;
}
.virtual-history-tab-white,
.virtual-history-tab-white1 {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}
.virtual-history-tab-orange.on {
	border: 1px solid #fc6200;
}
.virtual-history-tab-orange1.on {
	border: 1px solid #f50;
}
.virtual-history-tab-orange2.on {
	background: #1b1c1f;
	border-bottom: 1px solid #f56406;
}
.virtual-history-tab-orange2:hover {
	background: #1b1c1f;
}
.virtual-history-tab-purple.on {
	border: 1px solid #144ade;
}
.virtual-history-tab-purple1.on {
	border: 1px solid #c6426e;
}
.virtual-history-tab-blue.on {
	border: 1px solid #1f8fff;
}
.virtual-history-tab-blue1.on {
	border: 1px solid #dabd57;
}
.virtual-history-tab-blue2.on {
	border: 1px solid #2e7de5;
}
.virtual-history-tab-blue3.on {
	border: 1px solid #ffc105;
}
.virtual-history-tab-blue4.on {
	border: 1px solid #4269b2;
}
.virtual-history-tab-blue5.on {
	border: 1px solid #4c6f87;
}
.virtual-history-tab-yellow1.on,
.virtual-history-tab-yellow.on {
	border: 1px solid #f1c80d;
}
.virtual-history-tab-yellow2.on {
	border: 1px solid #ffbe00;
}
.virtual-history-tab-yellow3.on {
	border: 1px solid #ffdb00;
}
.virtual-history-tab-white.on {
	border: 1px solid #f1c80d;
	background: #f1c80d;
	color: #000;
}
.virtual-history-tab-white1.on {
	border: 1px solid #ed765e;
	background: #ed765e;
	color: #000;
}
.virtual-history-tab-red.on {
	border: 1px solid #ff2c2c;
}
.virtual-history-tab-silver.on {
	border: 1px solid #4969b2;
}
.virtual-history-tab-gold.on {
	border: 1px solid #ffa863;
}
.virtual-history-tab-gold1.on {
	border: 1px solid #f7b800;
}
.virtual-history-tab-gold2.on {
	border: 1px solid #f39200;
}
.virtual-history-tab-grey.on {
	border: 1px solid #348fe2;
}
.virtual-history-tab-grey1.on {
	border: 1px solid #aaa;
}
.virtual-history-bg-blue,
.virtual-history-bg-blue1,
.virtual-history-bg-blue2,
.virtual-history-bg-blue3,
.virtual-history-bg-blue4,
.virtual-history-bg-blue5,
.virtual-history-bg-gold,
.virtual-history-bg-gold2,
.virtual-history-bg-grey,
.virtual-history-bg-grey1,
.virtual-history-bg-orange,
.virtual-history-bg-orange1,
.virtual-history-bg-purple,
.virtual-history-bg-purple1,
.virtual-history-bg-red,
.virtual-history-bg-silver,
.virtual-history-bg-yellow,
.virtual-history-bg-yellow1,
.virtual-history-bg-yellow2 {
	background: #0c0e10 !important;
	border: 1px solid #343d46 !important;
}
.virtual-history-bg-white,
.virtual-history-bg-white1 {
	background: #fff !important;
	border: 1px solid #343d46 !important;
}
.virtual-history-bg-gold1 {
	background: #212b37 !important;
	border: 1px solid #343d46 !important;
}
.virtual-history-bg-yellow3 {
	background: #212b37 !important;
	border: 1px solid #161a3f !important;
}
.virtual-history-bg-orange2 {
	background: #141517;
	border: 1px solid #141517;
}
.virtual-history-none-bg-blue,
.virtual-history-none-bg-blue1,
.virtual-history-none-bg-blue2,
.virtual-history-none-bg-blue3,
.virtual-history-none-bg-blue4,
.virtual-history-none-bg-blue5,
.virtual-history-none-bg-gold,
.virtual-history-none-bg-gold2,
.virtual-history-none-bg-grey,
.virtual-history-none-bg-grey1,
.virtual-history-none-bg-orange,
.virtual-history-none-bg-orange1,
.virtual-history-none-bg-purple,
.virtual-history-none-bg-purple1,
.virtual-history-none-bg-red,
.virtual-history-none-bg-silver,
.virtual-history-none-bg-yellow,
.virtual-history-none-bg-yellow1,
.virtual-history-none-bg-yellow2 {
	background: #0c0e10 !important;
	color: #fff;
}
.virtual-history-none-bg-orange2 {
	background: #16171a !important;
	color: #fff;
}
.virtual-history-none-bg-white,
.virtual-history-none-bg-white1 {
	background: #ebebeb !important;
	color: #000;
	font-size: 14px;
}
.virtual-history-none-bg-gold1 {
	background: #212b37 !important;
	color: #fff;
}
.virtual-history-none-bg-yellow3 {
	background: #161a3f !important;
	color: #fff;
}
.virtual-page-bg-orange2 {
	background-color: #111314 !important;
}
.virtual-page-bg-grey1 {
	background-color: #151515 !important;
}
.virtual-page-bg-grey {
	background: #242a30 !important;
}
.virtual-page-bg-orange1 {
	background: #081a30 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.virtual-page-bg-white,
.virtual-page-bg-white1 {
	background: #ebebeb !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.virtual-page-bg-gold1 {
	background: #0e1d30 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.virtual-page-bg-yellow3 {
	background: #0a0d29 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.virtual-pagein-bg-blue,
.virtual-pagein-bg-orange,
.virtual-pagein-bg-yellow2 {
	background: #2c353c !important;
}
.virtual-pagein-bg-orange1 {
	background: #081a30 !important;
}
.virtual-pagein-bg-yellow3 {
	background: #0a0d29 !important;
}
.virtual-pagein-bg-white,
.virtual-pagein-bg-white1 {
	background: #ebebeb !important;
}
.virtual-pagein-bg-gold1 {
	background: #0e1d30 !important;
}
.virtual-pagein-bg-grey1 {
	background-color: #151515 !important;
}
.virtual-pagein-bg-orange2 {
	background-color: #111314 !important;
}
.virtual-pagein-bg-blue1,
.virtual-pagein-bg-blue2,
.virtual-pagein-bg-blue3,
.virtual-pagein-bg-gold,
.virtual-pagein-bg-gold2,
.virtual-pagein-bg-grey,
.virtual-pagein-bg-purple,
.virtual-pagein-bg-purple1,
.virtual-pagein-bg-red,
.virtual-pagein-bg-silver,
.virtual-pagein-bg-yellow,
.virtual-pagein-bg-yellow1 {
	background-color: #111 !important;
}
.event-no-orange {
	background-color: #fc6200;
}
.event-no-orange,
.event-no-orange1 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-orange1 {
	background-color: #f50;
}
.event-no-orange2 {
	background-color: #f50;
	font-size: 14px;
	left: 30px;
	top: 38px;
	padding: 8px;
}
.event-no-orange2,
.event-no-purple {
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
}
.event-no-purple {
	background: #0037ce !important;
	font-size: 16px;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-purple1 {
	background: #c6426e !important;
	color: #fff;
}
.event-no-green,
.event-no-purple1 {
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-green {
	background-color: #79e90b;
	color: #000;
}
.event-no-blue {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	padding: 4px 0 4px 20px;
	background-image: url(/static/image/Event/blue/2a90aa5.png);
	background-size: 100% 100%;
}
.event-no-blue1 {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	color: #000;
}
.event-no-blue1,
.event-no-blue2 {
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	color: #fff;
}
.event-no-blue3 {
	background: #ffc105 !important;
}
.event-no-blue3,
.event-no-blue4 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-blue4 {
	background: #4269b2 !important;
}
.event-no-blue5 {
	background: #4c6f87 !important;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-yellow,
.event-no-yellow1 {
	background-color: #f1c80d;
}
.event-no-yellow,
.event-no-yellow1,
.event-no-yellow2 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-yellow2 {
	background-color: #ffbe00;
}
.event-no-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-white,
.event-no-white1 {
	background-color: #f1c80e;
	color: #000;
}
.event-no-red,
.event-no-white,
.event-no-white1 {
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-red {
	background-color: #ff2c2c;
	color: #fff;
}
.event-no-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
}
.event-no-gold,
.event-no-silver {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-gold {
	background-color: #ffa863;
}
.event-no-gold1 {
	background-color: #f7b800;
}
.event-no-gold1,
.event-no-gold2 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-no-gold2 {
	background-color: #f39200;
}
.event-no-grey1 {
	background-color: #fbbd5a;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	padding: 12px 0 12px 20px;
}
.event-image-orange.on {
	border: 2px solid #fc6200;
}
.event-image-orange1.on {
	border: 2px solid #f50;
}
.event-image-orange2 {
	background: #181a1c;
}
.event-image-purple.on {
	border: 2px solid #144ade;
}
.event-image-purple1.on {
	border: 2px solid #c6426e;
}
.event-image-green.on {
	border: 2px solid #79e90b;
}
.event-image-blue.on {
	border: 2px solid #1f8fff;
}
.event-image-blue1.on {
	border: 2px solid #dabd57;
}
.event-image-blue2.on {
	border: 2px solid #2e7de5;
}
.event-image-blue3.on {
	border: 2px solid #ffc105;
}
.event-image-blue4.on {
	border: 2px solid #4269b2;
}
.event-image-blue5.on {
	border: 2px solid #4c6f87;
}
.event-image-yellow1.on,
.event-image-yellow.on {
	border: 2px solid #f1c80d;
}
.event-image-yellow2.on {
	border: 2px solid #ffbe00;
}
.event-image-yellow3.on {
	border: 2px solid #ffdb00;
}
.event-image-red.on {
	border: 2px solid #ff2c2c;
}
.event-image-silver.on {
	border: 2px solid #9c9ea0;
}
.event-image-gold.on {
	border: 2px solid #ffa863;
}
.event-image-gold1.on {
	border: 2px solid #f7b800;
}
.event-image-gold2.on {
	border: 2px solid #f39200;
}
.event-image-grey1.on {
	border: 2px solid #fbbd5a;
}
.event-content-blue,
.event-content-blue1,
.event-content-blue2,
.event-content-blue3,
.event-content-blue4,
.event-content-blue5,
.event-content-gold,
.event-content-gold1,
.event-content-gold2,
.event-content-green,
.event-content-grey,
.event-content-grey1,
.event-content-orange,
.event-content-orange1,
.event-content-purple,
.event-content-purple1,
.event-content-red,
.event-content-silver,
.event-content-yellow,
.event-content-yellow1,
.event-content-yellow2,
.event-content-yellow3 {
	background-color: #25292c;
	padding: 45px 30px;
	border-radius: 5px;
}
.event-content-orange2 {
	background-color: #16181a;
	padding: 45px 30px;
	border-radius: 5px;
}
.event-content-white,
.event-content-white1 {
	background-color: #fff;
	border: 2px solid #000;
	padding: 45px 30px;
	border-radius: 5px;
}
.bet-history-paging-orange.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-orange.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #fb6300;
}
.bet-history-paging-orange.el-pagination.is-background .btn-next,
.bet-history-paging-orange.el-pagination.is-background .btn-prev,
.bet-history-paging-orange.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-orange1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-orange1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #f50;
}
.bet-history-paging-orange1.el-pagination.is-background .btn-next,
.bet-history-paging-orange1.el-pagination.is-background .btn-prev,
.bet-history-paging-orange1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-orange2.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-orange2.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #f56406;
}
.bet-history-paging-orange2.el-pagination.is-background .btn-next,
.bet-history-paging-orange2.el-pagination.is-background .btn-prev,
.bet-history-paging-orange2.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-purple.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-purple.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #0037ce;
	color: #fff;
}
.bet-history-paging-purple.el-pagination.is-background .btn-next,
.bet-history-paging-purple.el-pagination.is-background .btn-prev,
.bet-history-paging-purple.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-purple1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-purple1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #c6426e;
	color: #fff;
}
.bet-history-paging-purple1.el-pagination.is-background .btn-next,
.bet-history-paging-purple1.el-pagination.is-background .btn-prev,
.bet-history-paging-purple1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #1f8fff;
}
.bet-history-paging-blue.el-pagination.is-background .btn-next,
.bet-history-paging-blue.el-pagination.is-background .btn-prev,
.bet-history-paging-blue.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue2.el-pagination.is-background .el-pager li.thispage {
    background: #082481;
    color: #fff;
}
.bet-history-paging-blue1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286);
	color: #000;
}
.bet-history-paging-blue1.el-pagination.is-background .btn-next,
.bet-history-paging-blue1.el-pagination.is-background .btn-prev,
.bet-history-paging-blue1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue2.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue2.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e);
	color: #fff;
}
.bet-history-paging-blue2.el-pagination.is-background .btn-next,
.bet-history-paging-blue2.el-pagination.is-background .btn-prev,
.bet-history-paging-blue2.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue3.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue3.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #082481;
	color: #fff;
}
.bet-history-paging-blue3.el-pagination.is-background .btn-next,
.bet-history-paging-blue3.el-pagination.is-background .btn-prev,
.bet-history-paging-blue3.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue4.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue4.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #4269b2;
	color: #fff;
}
.bet-history-paging-blue4.el-pagination.is-background .btn-next,
.bet-history-paging-blue4.el-pagination.is-background .btn-prev,
.bet-history-paging-blue4.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-blue5.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-blue5.el-pagination.is-background .el-pager li:not(.disabled).active {
	background: #4c6f87;
	color: #fff;
}
.bet-history-paging-blue5.el-pagination.is-background .btn-next,
.bet-history-paging-blue5.el-pagination.is-background .btn-prev,
.bet-history-paging-blue5.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-yellow.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-yellow.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #f1c80d;
}
.bet-history-paging-yellow.el-pagination.is-background .btn-next,
.bet-history-paging-yellow.el-pagination.is-background .btn-prev,
.bet-history-paging-yellow.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-yellow1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-yellow1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #d40511;
}
.bet-history-paging-yellow1.el-pagination.is-background .btn-next,
.bet-history-paging-yellow1.el-pagination.is-background .btn-prev,
.bet-history-paging-yellow1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-yellow2.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-yellow2.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ffbe00;
	color: #000;
}
.bet-history-paging-yellow2.el-pagination.is-background .btn-next,
.bet-history-paging-yellow2.el-pagination.is-background .btn-prev,
.bet-history-paging-yellow2.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-yellow3.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-yellow3.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ffdb00;
	color: #000;
}
.bet-history-paging-yellow3.el-pagination.is-background .btn-next,
.bet-history-paging-yellow3.el-pagination.is-background .btn-prev,
.bet-history-paging-yellow3.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-white.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-white.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #cacaca;
	color: #000;
}
.bet-history-paging-white.el-pagination.is-background .btn-next,
.bet-history-paging-white.el-pagination.is-background .btn-prev,
.bet-history-paging-white.el-pagination.is-background .el-pager li {
	background-color: #ebebeb;
}
.bet-history-paging-white1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-white1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ed765e;
}
.bet-history-paging-white1.el-pagination.is-background .btn-next,
.bet-history-paging-white1.el-pagination.is-background .btn-prev,
.bet-history-paging-white1.el-pagination.is-background .el-pager li {
	background-color: #ebebeb;
}
.bet-history-paging-red.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-red.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ff2c2c;
	color: #fff;
}
.bet-history-paging-red.el-pagination.is-background .btn-next,
.bet-history-paging-red.el-pagination.is-background .btn-prev,
.bet-history-paging-red.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-silver.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-silver.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 60%, #7d7979);
	color: #000;
}
.bet-history-paging-silver.el-pagination.is-background .btn-next,
.bet-history-paging-silver.el-pagination.is-background .btn-prev,
.bet-history-paging-silver.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-gold.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-gold.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ffa863;
	color: #000;
}
.bet-history-paging-gold.el-pagination.is-background .btn-next,
.bet-history-paging-gold.el-pagination.is-background .btn-prev,
.bet-history-paging-gold.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-gold1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-gold1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #f7b800;
	color: #000;
}
.bet-history-paging-gold1.el-pagination.is-background .btn-next,
.bet-history-paging-gold1.el-pagination.is-background .btn-prev,
.bet-history-paging-gold1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-gold2.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-gold2.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #f39200;
	color: #000;
}
.bet-history-paging-gold2.el-pagination.is-background .btn-next,
.bet-history-paging-gold2.el-pagination.is-background .btn-prev,
.bet-history-paging-gold2.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-grey.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-grey.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #242a30;
}
.bet-history-paging-grey.el-pagination.is-background .btn-next,
.bet-history-paging-grey.el-pagination.is-background .btn-prev,
.bet-history-paging-grey.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-grey1.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-grey1.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #fbbd5a;
	color: #000;
}
.bet-history-paging-grey1.el-pagination.is-background .btn-next,
.bet-history-paging-grey1.el-pagination.is-background .btn-prev,
.bet-history-paging-grey1.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.bet-history-paging-green.el-pagination.is-background .el-pager li {
	background-color: #191919;
}
.bet-history-paging-green.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #79e90b;
	color: #000;
}
.bet-history-paging-green.el-pagination.is-background .btn-next,
.bet-history-paging-green.el-pagination.is-background .btn-prev,
.bet-history-paging-green.el-pagination.is-background .el-pager li {
	background-color: #171c22;
}
.sports-orange--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-orange--1.on,
.sports-orange--1:hover {
	background-image: url(/static/image/Sports/Type/orange/77f7474.png);
}
.sports-orange-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-orange-6046.on,
.sports-orange-6046:hover {
	background-image: url(/static/image/Sports/Type/orange/9ea1827.png);
}
.sports-orange-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-orange-265917.on,
.sports-orange-265917:hover {
	background-image: url(/static/image/Sports/Type/orange/32148eb.png);
}
.sports-orange-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-orange-48242.on,
.sports-orange-48242:hover {
	background-image: url(/static/image/Sports/Type/orange/686dd83.png);
}
.sports-orange-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-orange-154830.on,
.sports-orange-154830:hover {
	background-image: url(/static/image/Sports/Type/orange/5d2d3fc.png);
}
.sports-orange-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-orange-35232.on,
.sports-orange-35232:hover {
	background-image: url(/static/image/Sports/Type/orange/cfa9878.png);
}
.sports-orange-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-orange-54094.on,
.sports-orange-54094:hover {
	background-image: url(/static/image/Sports/Type/orange/1b6a584.png);
}
.sports-orange-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-orange-35709.on,
.sports-orange-35709:hover {
	background-image: url(/static/image/Sports/Type/orange/6646cb9.png);
}
.sports-orange-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-orange-131506.on,
.sports-orange-131506:hover {
	background-image: url(/static/image/Sports/Type/orange/66210b6.png);
}
.sports-orange-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-orange-154914.on,
.sports-orange-154914:hover {
	background-image: url(/static/image/Sports/Type/orange/7ce2a79.png);
}
.sports-orange-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-orange-687890.on,
.sports-orange-687890:hover {
	background-image: url(/static/image/Sports/Type/orange/819407f.png);
}
.sports-orange-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-orange-154919.on,
.sports-orange-154919:hover {
	background-image: url(/static/image/Sports/Type/orange/65c1f40.png);
}
.sports-orange-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-orange-etc.on,
.sports-orange-etc:hover {
	background-image: url(/static/image/Sports/Type/orange/da97196.png);
}
.sports-orange1--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-orange1--1.on,
.sports-orange1--1:hover {
	background-image: url(/static/image/Sports/Type/orange1/77f7474.png);
}
.sports-orange1-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-orange1-6046.on,
.sports-orange1-6046:hover {
	background-image: url(/static/image/Sports/Type/orange1/9ea1827.png);
}
.sports-orange1-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-orange1-265917.on,
.sports-orange1-265917:hover {
	background-image: url(/static/image/Sports/Type/orange1/32148eb.png);
}
.sports-orange1-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-orange1-48242.on,
.sports-orange1-48242:hover {
	background-image: url(/static/image/Sports/Type/orange1/686dd83.png);
}
.sports-orange1-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-orange1-154830.on,
.sports-orange1-154830:hover {
	background-image: url(/static/image/Sports/Type/orange1/5d2d3fc.png);
}
.sports-orange1-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-orange1-35232.on,
.sports-orange1-35232:hover {
	background-image: url(/static/image/Sports/Type/orange1/cfa9878.png);
}
.sports-orange1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-orange1-54094.on,
.sports-orange1-54094:hover {
	background-image: url(/static/image/Sports/Type/orange1/1b6a584.png);
}
.sports-orange1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-orange1-35709.on,
.sports-orange1-35709:hover {
	background-image: url(/static/image/Sports/Type/orange1/6646cb9.png);
}
.sports-orange1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-orange1-131506.on,
.sports-orange1-131506:hover {
	background-image: url(/static/image/Sports/Type/orange1/66210b6.png);
}
.sports-orange1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-orange1-154914.on,
.sports-orange1-154914:hover {
	background-image: url(/static/image/Sports/Type/orange1/7ce2a79.png);
}
.sports-orange1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-orange1-687890.on,
.sports-orange1-687890:hover {
	background-image: url(/static/image/Sports/Type/orange1/819407f.png);
}
.sports-orange1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-orange1-154919.on,
.sports-orange1-154919:hover {
	background-image: url(/static/image/Sports/Type/orange1/1bf2fb7.png);
}
.sports-orange1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-orange1-etc.on,
.sports-orange1-etc:hover {
	background-image: url(/static/image/Sports/Type/orange1/da97196.png);
}
.sports-purple--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-purple--1.on,
.sports-purple--1:hover {
	background-image: url(/static/image/Sports/Type/purple/2d734b4.png);
}
.sports-purple-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-purple-6046.on,
.sports-purple-6046:hover {
	background-image: url(/static/image/Sports/Type/purple/3eca60b.png);
}
.sports-purple-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-purple-265917.on,
.sports-purple-265917:hover {
	background-image: url(/static/image/Sports/Type/purple/316e3e5.png);
}
.sports-purple-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-purple-48242.on,
.sports-purple-48242:hover {
	background-image: url(/static/image/Sports/Type/purple/85e8d07.png);
}
.sports-purple-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-purple-154830.on,
.sports-purple-154830:hover {
	background-image: url(/static/image/Sports/Type/purple/39a9272.png);
}
.sports-purple-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-purple-35232.on,
.sports-purple-35232:hover {
	background-image: url(/static/image/Sports/Type/purple/ccf06de.png);
}
.sports-purple-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-purple-54094.on,
.sports-purple-54094:hover {
	background-image: url(/static/image/Sports/Type/purple/83aa5c5.png);
}
.sports-purple-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-purple-35709.on,
.sports-purple-35709:hover {
	background-image: url(/static/image/Sports/Type/purple/e39c427.png);
}
.sports-purple-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-purple-131506.on,
.sports-purple-131506:hover {
	background-image: url(/static/image/Sports/Type/purple/5250b89.png);
}
.sports-purple-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-purple-154914.on,
.sports-purple-154914:hover {
	background-image: url(/static/image/Sports/Type/purple/0ef197a.png);
}
.sports-purple-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-purple-687890.on,
.sports-purple-687890:hover {
	background-image: url(/static/image/Sports/Type/purple/f321850.png);
}
.sports-purple-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-purple-154919.on,
.sports-purple-154919:hover {
	background-image: url(/static/image/Sports/Type/purple/384b6a9.png);
}
.sports-purple-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-purple-etc.on,
.sports-purple-etc:hover {
	background-image: url(/static/image/Sports/Type/purple/7329bbe.png);
}
.sports-purple1--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-purple1--1.on,
.sports-purple1--1:hover {
	background-image: url(/static/image/Sports/Type/purple1/b4c95e5.png);
}
.sports-purple1-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-purple1-6046.on,
.sports-purple1-6046:hover {
	background-image: url(/static/image/Sports/Type/purple1/d9a8234.png);
}
.sports-purple1-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-purple1-265917.on,
.sports-purple1-265917:hover {
	background-image: url(/static/image/Sports/Type/purple1/b94b6e4.png);
}
.sports-purple1-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-purple1-48242.on,
.sports-purple1-48242:hover {
	background-image: url(/static/image/Sports/Type/purple1/fe681b6.png);
}
.sports-purple1-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-purple1-154830.on,
.sports-purple1-154830:hover {
	background-image: url(/static/image/Sports/Type/purple1/bc05182.png);
}
.sports-purple1-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-purple1-35232.on,
.sports-purple1-35232:hover {
	background-image: url(/static/image/Sports/Type/purple1/2c59e75.png);
}
.sports-purple1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-purple1-54094.on,
.sports-purple1-54094:hover {
	background-image: url(/static/image/Sports/Type/purple1/ad80fb6.png);
}
.sports-purple1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-purple1-35709.on,
.sports-purple1-35709:hover {
	background-image: url(/static/image/Sports/Type/purple1/9d7a262.png);
}
.sports-purple1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-purple1-131506.on,
.sports-purple1-131506:hover {
	background-image: url(/static/image/Sports/Type/purple1/801f18c.png);
}
.sports-purple1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-purple1-154914.on,
.sports-purple1-154914:hover {
	background-image: url(/static/image/Sports/Type/purple1/cc4004a.png);
}
.sports-purple1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-purple1-687890.on,
.sports-purple1-687890:hover {
	background-image: url(/static/image/Sports/Type/purple1/353885e.png);
}
.sports-purple1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-purple1-154919.on,
.sports-purple1-154919:hover {
	background-image: url(/static/image/Sports/Type/purple1/a6df311.png);
}
.sports-purple1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-purple1-etc.on,
.sports-purple1-etc:hover {
	background-image: url(/static/image/Sports/Type/purple1/cc94f94.png);
}
.sports-blue--1 {
	background-image: url(/image/Sports/Type/al.png);
}
.sports-blue--1.on,
.sports-blue--1:hover {
	background-image: url(/image/Sports/Type/blue/al_o.png);
}
.sports-blue-6046 {
	background-image: url(/image/Sports/Type/soccer.png);
}
.sports-blue-6046.on,
.sports-blue-6046:hover {
	background-image: url(/image/Sports/Type/blue/soccer_o.png);
}
.sports-blue-265917 {
	background-image: url(/image/Sports/Type/tt.png);
}
.sports-blue-265917.on,
.sports-blue-265917:hover {
	background-image: url(/image/Sports/Type/blue/tt_o.png);
}
.sports-blue-48242 {
	background-image: url(/image/Sports/Type/basket.png);
}
.sports-blue-48242.on,
.sports-blue-48242:hover {
	background-image: url(/image/Sports/Type/blue/basket_o.png);
}
.sports-blue-154830 {
	background-image: url(/image/Sports/Type/volly.png);
}
.sports-blue-154830.on,
.sports-blue-154830:hover {
	background-image: url(/image/Sports/Type/blue/volly_o.png);
}
.sports-blue-35232 {
	background-image: url(/image/Sports/Type/hockey.png);
}
.sports-blue-35232.on,
.sports-blue-35232:hover {
	background-image: url(/image/Sports/Type/blue/hockey_o.png);
}
.sports-blue-54094 {
	background-image: url(/image/Sports/Type/tennis.png);
}
.sports-blue-54094.on,
.sports-blue-54094:hover {
	background-image: url(/image/Sports/Type/blue/tennis_o.png);
}
.sports-blue-35709 {
	background-image: url(/image/Sports/Type/hball.png);
}
.sports-blue-35709.on,
.sports-blue-35709:hover {
	background-image: url(/image/Sports/Type/blue/hball_o.png);
}
.sports-blue-131506 {
	background-image: url(/image/Sports/Type/football.png);
}
.sports-blue-131506.on,
.sports-blue-131506:hover {
	background-image: url(/image/Sports/Type/blue/football_o.png);
}
.sports-blue-154914 {
	background-image: url(/image/Sports/Type/base.png);
}
.sports-blue-154914.on,
.sports-blue-154914:hover {
	background-image: url(/image/Sports/Type/blue/base_o.png);
}
.sports-blue-687890 {
	background-image: url(/image/Sports/Type/egame.png);
}
.sports-blue-687890.on,
.sports-blue-687890:hover {
	background-image: url(/image/Sports/Type/blue/egame_o.png);
}
.sports-blue-154919 {
	background-image: url(/image/Sports/Type/mma.png);
}
.sports-blue-154919.on,
.sports-blue-154919:hover {
	background-image: url(/image/Sports/Type/blue/mma_o.png);
}
.sports-blue-etc {
	background-image: url(/image/Sports/Type/etc.png);
}
.sports-blue-etc.on,
.sports-blue-etc:hover {
	background-image: url(/image/Sports/Type/blue/etc_o.png);
}
.sports-blue1--1 {
	background-image: url(/image/Sports/Type/940024d.png);
}
.sports-blue1--1.on,
.sports-blue1--1:hover {
	background-image: url(/image/Sports/Type/blue1/2711369.png);
}
.sports-blue1-6046 {
	background-image: url(/image/Sports/Type/f4fdd01.png);
}
.sports-blue1-6046.on,
.sports-blue1-6046:hover {
	background-image: url(/image/Sports/Type/blue1/17f2b8e.png);
}
.sports-blue1-265917 {
	background-image: url(/image/Sports/Type/1897bfc.png);
}
.sports-blue1-265917.on,
.sports-blue1-265917:hover {
	background-image: url(/image/Sports/Type/blue1/baf0c02.png);
}
.sports-blue1-48242 {
	background-image: url(/image/Sports/Type/8f9ad30.png);
}
.sports-blue1-48242.on,
.sports-blue1-48242:hover {
	background-image: url(/image/Sports/Type/blue1/074423f.png);
}
.sports-blue1-154830 {
	background-image: url(/image/Sports/Type/6804623.png);
}
.sports-blue1-154830.on,
.sports-blue1-154830:hover {
	background-image: url(/image/Sports/Type/blue1/8bc7879.png);
}
.sports-blue1-35232 {
	background-image: url(/image/Sports/Type/457364e.png);
}
.sports-blue1-35232.on,
.sports-blue1-35232:hover {
	background-image: url(/static/image/Sports/Type/blue1/0a8402c.png);
}
.sports-blue1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-blue1-54094.on,
.sports-blue1-54094:hover {
	background-image: url(/static/image/Sports/Type/blue1/7e63f1f.png);
}
.sports-blue1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-blue1-35709.on,
.sports-blue1-35709:hover {
	background-image: url(/static/image/Sports/Type/blue1/96fb033.png);
}
.sports-blue1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-blue1-131506.on,
.sports-blue1-131506:hover {
	background-image: url(/static/image/Sports/Type/blue1/5653f48.png);
}
.sports-blue1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-blue1-154914.on,
.sports-blue1-154914:hover {
	background-image: url(/static/image/Sports/Type/blue1/68ca7c0.png);
}
.sports-blue1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-blue1-687890.on,
.sports-blue1-687890:hover {
	background-image: url(/static/image/Sports/Type/blue1/b03eb1f.png);
}
.sports-blue1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-blue1-154919.on,
.sports-blue1-154919:hover {
	background-image: url(/static/image/Sports/Type/blue1/28e3d29.png);
}
.sports-blue1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-blue1-etc.on,
.sports-blue1-etc:hover {
	background-image: url(/static/image/Sports/Type/blue1/b595a85.png);
}
.sports-blue2--1 {
	background-image: url(/image/Sports/Type/al.png);
}
.sports-blue2--1.on,
.sports-blue2--1:hover {
	background-image: url(/image/Sports/Type/blue2/al.png);
}
.sports-blue2-6046 {
	background-image: url(/image/Sports/Type/soccer.png);
}
.sports-blue2-6046.on,
.sports-blue2-6046:hover {
	background-image: url(/image/Sports/Type/blue2/soccer.png);
}
.sports-blue2-265917 {
	background-image: url(/image/Sports/Type/tt.png);
}
.sports-blue2-265917.on,
.sports-blue2-265917:hover {
	background-image: url(/image/Sports/Type/blue2/tt.png);
}
.sports-blue2-48242 {
	background-image: url(/image/Sports/Type/basket.png);
}
.sports-blue2-48242.on,
.sports-blue2-48242:hover {
	background-image: url(/image/Sports/Type/blue2/basket.png);
}
.sports-blue2-154830 {
	background-image: url(/image/Sports/Type/volly.png);
}
.sports-blue2-154830.on,
.sports-blue2-154830:hover {
	background-image: url(/image/Sports/Type/blue2/volly.png);
}
.sports-blue2-35232 {
	background-image: url(/image/Sports/Type/hockey.png);
}
.sports-blue2-35232.on,
.sports-blue2-35232:hover {
	background-image: url(/image/Sports/Type/blue2/hockey.png);
}
.sports-blue2-54094 {
	background-image: url(/image/Sports/Type/tennis.png);
}
.sports-blue2-54094.on,
.sports-blue2-54094:hover {
	background-image: url(/image/Sports/Type/blue2/tennis.png);
}
.sports-blue2-35709 {
	background-image: url(/image/Sports/Type/hball.png);
}
.sports-blue2-35709.on,
.sports-blue2-35709:hover {
	background-image: url(/image/Sports/Type/blue2/hball.png);
}
.sports-blue2-131506 {
	background-image: url(/image/Sports/Type/football.png);
}
.sports-blue2-131506.on,
.sports-blue2-131506:hover {
	background-image: url(/image/Sports/Type/blue2/football.png);
}
.sports-blue2-154914 {
	background-image: url(/image/Sports/Type/base.png);
}
.sports-blue2-154914.on,
.sports-blue2-154914:hover {
	background-image: url(/image/Sports/Type/blue2/base.png);
}
.sports-blue2-687890 {
	background-image: url(/image/Sports/Type/egame.png);
}
.sports-blue2-687890.on,
.sports-blue2-687890:hover {
	background-image: url(/image/Sports/Type/blue2/egame.png);
}
.sports-blue2-154919 {
	background-image: url(/image/Sports/Type/mma.png);
}
.sports-blue2-154919.on,
.sports-blue2-154919:hover {
	background-image: url(/image/Sports/Type/blue2/mma.png);
}
.sports-blue2-etc {
	background-image: url(/image/Sports/Type/etc.png);
}
.sports-blue2-etc.on,
.sports-blue2-etc:hover {
	background-image: url(/image/Sports/Type/blue2/etc.png);
}
.sports-blue3--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-blue3--1.on,
.sports-blue3--1:hover {
	background-image: url(/static/image/Sports/Type/blue3/605380b.png);
}
.sports-blue3-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-blue3-6046.on,
.sports-blue3-6046:hover {
	background-image: url(/static/image/Sports/Type/blue3/6bb7526.png);
}
.sports-blue3-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-blue3-265917.on,
.sports-blue3-265917:hover {
	background-image: url(/static/image/Sports/Type/blue3/4247f44.png);
}
.sports-blue3-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-blue3-48242.on,
.sports-blue3-48242:hover {
	background-image: url(/static/image/Sports/Type/blue3/500eec1.png);
}
.sports-blue3-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-blue3-154830.on,
.sports-blue3-154830:hover {
	background-image: url(/static/image/Sports/Type/blue3/3e779f1.png);
}
.sports-blue3-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-blue3-35232.on,
.sports-blue3-35232:hover {
	background-image: url(/static/image/Sports/Type/blue3/ebdbeba.png);
}
.sports-blue3-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-blue3-54094.on,
.sports-blue3-54094:hover {
	background-image: url(/static/image/Sports/Type/blue3/2c11cd6.png);
}
.sports-blue3-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-blue3-35709.on,
.sports-blue3-35709:hover {
	background-image: url(/static/image/Sports/Type/blue3/8fbcf1c.png);
}
.sports-blue3-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-blue3-131506.on,
.sports-blue3-131506:hover {
	background-image: url(/static/image/Sports/Type/blue3/0543676.png);
}
.sports-blue3-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-blue3-154914.on,
.sports-blue3-154914:hover {
	background-image: url(/static/image/Sports/Type/blue3/2b6e3de.png);
}
.sports-blue3-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-blue3-687890.on,
.sports-blue3-687890:hover {
	background-image: url(/static/image/Sports/Type/blue3/d39d34b.png);
}
.sports-blue3-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-blue3-154919.on,
.sports-blue3-154919:hover {
	background-image: url(/static/image/Sports/Type/blue3/6c65cc9.png);
}
.sports-blue3-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-blue3-etc.on,
.sports-blue3-etc:hover {
	background-image: url(/static/image/Sports/Type/blue3/9ed7d05.png);
}
.sports-blue4--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-blue4--1.on,
.sports-blue4--1:hover {
	background-image: url(/static/image/Sports/Type/blue4/0078f2e.png);
}
.sports-blue4-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-blue4-6046.on,
.sports-blue4-6046:hover {
	background-image: url(/static/image/Sports/Type/blue4/640e836.png);
}
.sports-blue4-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-blue4-265917.on,
.sports-blue4-265917:hover {
	background-image: url(/static/image/Sports/Type/blue4/393337c.png);
}
.sports-blue4-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-blue4-48242.on,
.sports-blue4-48242:hover {
	background-image: url(/static/image/Sports/Type/blue4/07d1e36.png);
}
.sports-blue4-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-blue4-154830.on,
.sports-blue4-154830:hover {
	background-image: url(/static/image/Sports/Type/blue4/9404010.png);
}
.sports-blue4-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-blue4-35232.on,
.sports-blue4-35232:hover {
	background-image: url(/static/image/Sports/Type/blue4/a2fd256.png);
}
.sports-blue4-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-blue4-54094.on,
.sports-blue4-54094:hover {
	background-image: url(/static/image/Sports/Type/blue4/43daf01.png);
}
.sports-blue4-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-blue4-35709.on,
.sports-blue4-35709:hover {
	background-image: url(/static/image/Sports/Type/blue4/648b8ad.png);
}
.sports-blue4-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-blue4-131506.on,
.sports-blue4-131506:hover {
	background-image: url(/static/image/Sports/Type/blue4/a503981.png);
}
.sports-blue4-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-blue4-154914.on,
.sports-blue4-154914:hover {
	background-image: url(/static/image/Sports/Type/blue4/f7773b6.png);
}
.sports-blue4-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-blue4-687890.on,
.sports-blue4-687890:hover {
	background-image: url(/static/image/Sports/Type/blue4/53fadc3.png);
}
.sports-blue4-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-blue4-154919.on,
.sports-blue4-154919:hover {
	background-image: url(/static/image/Sports/Type/blue4/b7ee4be.png);
}
.sports-blue4-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-blue4-etc.on,
.sports-blue4-etc:hover {
	background-image: url(/static/image/Sports/Type/blue4/8f957af.png);
}
.sports-blue5--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-blue5--1.on,
.sports-blue5--1:hover {
	background-image: url(/static/image/Sports/Type/blue5/ee8555b.png);
}
.sports-blue5-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-blue5-6046.on,
.sports-blue5-6046:hover {
	background-image: url(/static/image/Sports/Type/blue5/89b5c3e.png);
}
.sports-blue5-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-blue5-265917.on,
.sports-blue5-265917:hover {
	background-image: url(/static/image/Sports/Type/blue5/1c765b9.png);
}
.sports-blue5-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-blue5-48242.on,
.sports-blue5-48242:hover {
	background-image: url(/static/image/Sports/Type/blue5/d1b8aa4.png);
}
.sports-blue5-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-blue5-154830.on,
.sports-blue5-154830:hover {
	background-image: url(/static/image/Sports/Type/blue5/5bc4bbe.png);
}
.sports-blue5-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-blue5-35232.on,
.sports-blue5-35232:hover {
	background-image: url(/static/image/Sports/Type/blue5/6b26cc3.png);
}
.sports-blue5-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-blue5-54094.on,
.sports-blue5-54094:hover {
	background-image: url(/static/image/Sports/Type/blue5/1763fd7.png);
}
.sports-blue5-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-blue5-35709.on,
.sports-blue5-35709:hover {
	background-image: url(/static/image/Sports/Type/blue5/3537f3f.png);
}
.sports-blue5-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-blue5-131506.on,
.sports-blue5-131506:hover {
	background-image: url(/static/image/Sports/Type/blue5/3239294.png);
}
.sports-blue5-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-blue5-154914.on,
.sports-blue5-154914:hover {
	background-image: url(/static/image/Sports/Type/blue5/de02a19.png);
}
.sports-blue5-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-blue5-687890.on,
.sports-blue5-687890:hover {
	background-image: url(/static/image/Sports/Type/blue5/d7a87a1.png);
}
.sports-blue5-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-blue5-154919.on,
.sports-blue5-154919:hover {
	background-image: url(/static/image/Sports/Type/blue5/e560bf5.png);
}
.sports-blue5-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-blue5-etc.on,
.sports-blue5-etc:hover {
	background-image: url(/static/image/Sports/Type/blue5/9724944.png);
}
.sports-yellow--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-yellow--1.on,
.sports-yellow--1:hover {
	background-image: url(/static/image/Sports/Type/yellow/4da98fa.png);
}
.sports-yellow-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-yellow-6046.on,
.sports-yellow-6046:hover {
	background-image: url(/static/image/Sports/Type/yellow/d27fd24.png);
}
.sports-yellow-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-yellow-48242.on,
.sports-yellow-48242:hover {
	background-image: url(/static/image/Sports/Type/yellow/47539dd.png);
}
.sports-yellow-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-yellow-154830.on,
.sports-yellow-154830:hover {
	background-image: url(/static/image/Sports/Type/yellow/c651918.png);
}
.sports-yellow-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-yellow-35232.on,
.sports-yellow-35232:hover {
	background-image: url(/static/image/Sports/Type/yellow/7c716be.png);
}
.sports-yellow-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-yellow-54094.on,
.sports-yellow-54094:hover {
	background-image: url(/static/image/Sports/Type/yellow/9c94c43.png);
}
.sports-yellow-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-yellow-35709.on,
.sports-yellow-35709:hover {
	background-image: url(/static/image/Sports/Type/yellow/36f8294.png);
}
.sports-yellow-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-yellow-131506.on,
.sports-yellow-131506:hover {
	background-image: url(/static/image/Sports/Type/yellow/a4ea14d.png);
}
.sports-yellow-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-yellow-154914.on,
.sports-yellow-154914:hover {
	background-image: url(/static/image/Sports/Type/yellow/9150f95.png);
}
.sports-yellow-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-yellow-687890.on,
.sports-yellow-687890:hover {
	background-image: url(/static/image/Sports/Type/yellow/b21824b.png);
}
.sports-yellow-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-yellow-154919.on,
.sports-yellow-154919:hover {
	background-image: url(/static/image/Sports/Type/yellow/7c716be.png);
}
.sports-yellow-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-yellow-etc.on,
.sports-yellow-etc:hover {
	background-image: url(/static/image/Sports/Type/yellow/d31ec77.png);
}
.sports-yellow1--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-yellow1--1.on,
.sports-yellow1--1:hover {
	background-image: url(/static/image/Sports/Type/yellow1/4da98fa.png);
}
.sports-yellow1-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-yellow1-6046.on,
.sports-yellow1-6046:hover {
	background-image: url(/static/image/Sports/Type/yellow1/d27fd24.png);
}
.sports-yellow1-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-yellow1-48242.on,
.sports-yellow1-48242:hover {
	background-image: url(/static/image/Sports/Type/yellow1/47539dd.png);
}
.sports-yellow1-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-yellow1-154830.on,
.sports-yellow1-154830:hover {
	background-image: url(/static/image/Sports/Type/yellow1/c651918.png);
}
.sports-yellow1-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-yellow1-35232.on,
.sports-yellow1-35232:hover {
	background-image: url(/static/image/Sports/Type/yellow1/7c716be.png);
}
.sports-yellow1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-yellow1-54094.on,
.sports-yellow1-54094:hover {
	background-image: url(/static/image/Sports/Type/yellow1/9c94c43.png);
}
.sports-yellow1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-yellow1-35709.on,
.sports-yellow1-35709:hover {
	background-image: url(/static/image/Sports/Type/yellow1/36f8294.png);
}
.sports-yellow1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-yellow1-131506.on,
.sports-yellow1-131506:hover {
	background-image: url(/static/image/Sports/Type/yellow1/a4ea14d.png);
}
.sports-yellow1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-yellow1-154914.on,
.sports-yellow1-154914:hover {
	background-image: url(/static/image/Sports/Type/yellow1/9150f95.png);
}
.sports-yellow1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-yellow1-687890.on,
.sports-yellow1-687890:hover {
	background-image: url(/static/image/Sports/Type/yellow1/b21824b.png);
}
.sports-yellow1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-yellow1-154919.on,
.sports-yellow1-154919:hover {
	background-image: url(/static/image/Sports/Type/yellow1/7c716be.png);
}
.sports-yellow1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-yellow1-etc.on,
.sports-yellow1-etc:hover {
	background-image: url(/static/image/Sports/Type/yellow1/d31ec77.png);
}
.sports-yellow2--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-yellow2--1.on,
.sports-yellow2--1:hover {
	background-image: url(/static/image/Sports/Type/yellow2/4de1ea0.png);
}
.sports-yellow2-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-yellow2-6046.on,
.sports-yellow2-6046:hover {
	background-image: url(/static/image/Sports/Type/yellow2/754fbf6.png);
}
.sports-yellow2-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-yellow2-48242.on,
.sports-yellow2-48242:hover {
	background-image: url(/static/image/Sports/Type/yellow2/f479481.png);
}
.sports-yellow2-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-yellow2-154830.on,
.sports-yellow2-154830:hover {
	background-image: url(/static/image/Sports/Type/yellow2/8b5cc86.png);
}
.sports-yellow2-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-yellow2-35232.on,
.sports-yellow2-35232:hover {
	background-image: url(/static/image/Sports/Type/yellow2/126dec7.png);
}
.sports-yellow2-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-yellow2-54094.on,
.sports-yellow2-54094:hover {
	background-image: url(/static/image/Sports/Type/yellow2/3fb71bf.png);
}
.sports-yellow2-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-yellow2-35709.on,
.sports-yellow2-35709:hover {
	background-image: url(/static/image/Sports/Type/yellow2/0d4491c.png);
}
.sports-yellow2-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-yellow2-131506.on,
.sports-yellow2-131506:hover {
	background-image: url(/static/image/Sports/Type/yellow2/a833540.png);
}
.sports-yellow2-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-yellow2-154914.on,
.sports-yellow2-154914:hover {
	background-image: url(/static/image/Sports/Type/yellow2/787be36.png);
}
.sports-yellow2-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-yellow2-687890.on,
.sports-yellow2-687890:hover {
	background-image: url(/static/image/Sports/Type/yellow2/43b9206.png);
}
.sports-yellow2-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-yellow2-154919.on,
.sports-yellow2-154919:hover {
	background-image: url(/static/image/Sports/Type/yellow2/4c0159a.png);
}
.sports-yellow2-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-yellow2-etc.on,
.sports-yellow2-etc:hover {
	background-image: url(/static/image/Sports/Type/yellow2/94b1fc7.png);
}
.sports-yellow3--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-yellow3--1.on,
.sports-yellow3--1:hover {
	background-image: url(/static/image/Sports/Type/yellow3/38d85f6.png);
}
.sports-yellow3-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-yellow3-6046.on,
.sports-yellow3-6046:hover {
	background-image: url(/static/image/Sports/Type/yellow3/be2ecdb.png);
}
.sports-yellow3-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-yellow3-48242.on,
.sports-yellow3-48242:hover {
	background-image: url(/static/image/Sports/Type/yellow3/dfa67c7.png);
}
.sports-yellow3-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-yellow3-154830.on,
.sports-yellow3-154830:hover {
	background-image: url(/static/image/Sports/Type/yellow3/0075b46.png);
}
.sports-yellow3-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-yellow3-35232.on,
.sports-yellow3-35232:hover {
	background-image: url(/static/image/Sports/Type/yellow3/8549aba.png);
}
.sports-yellow3-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-yellow3-54094.on,
.sports-yellow3-54094:hover {
	background-image: url(/static/image/Sports/Type/yellow3/ac42015.png);
}
.sports-yellow3-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-yellow3-35709.on,
.sports-yellow3-35709:hover {
	background-image: url(/static/image/Sports/Type/yellow3/1bcd199.png);
}
.sports-yellow3-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-yellow3-131506.on,
.sports-yellow3-131506:hover {
	background-image: url(/static/image/Sports/Type/yellow3/c26a65d.png);
}
.sports-yellow3-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-yellow3-154914.on,
.sports-yellow3-154914:hover {
	background-image: url(/static/image/Sports/Type/yellow3/2a01339.png);
}
.sports-yellow3-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-yellow3-687890.on,
.sports-yellow3-687890:hover {
	background-image: url(/static/image/Sports/Type/yellow3/4d98cfd.png);
}
.sports-yellow3-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-yellow3-154919.on,
.sports-yellow3-154919:hover {
	background-image: url(/static/image/Sports/Type/yellow3/1898245.png);
}
.sports-yellow3-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-yellow3-etc.on,
.sports-yellow3-etc:hover {
	background-image: url(/static/image/Sports/Type/yellow3/010dd53.png);
}
.sports-white--1 {
	background-image: url(/static/image/Sports/Type/white/007a33d.png);
}
.sports-white--1.on,
.sports-white--1:hover {
	background-image: url(/static/image/Sports/Type/white/e470744.png);
}
.sports-white--1 .cat-count {
	color: #fff !important;
}
.sports-white--1.on .cat-count,
.sports-white--1:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-6046 {
	background-image: url(/static/image/Sports/Type/white/8ac2bad.png);
}
.sports-white-6046.on,
.sports-white-6046:hover {
	background-image: url(/static/image/Sports/Type/white/ae69287.png);
}
.sports-white-6046 .cat-count {
	color: #fff !important;
}
.sports-white-6046.on .cat-count,
.sports-white-6046:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-48242 {
	background-image: url(/static/image/Sports/Type/white/655d06b.png);
}
.sports-white-48242.on,
.sports-white-48242:hover {
	background-image: url(/static/image/Sports/Type/white/560d26b.png);
}
.sports-white-48242 .cat-count {
	color: #fff !important;
}
.sports-white-48242.on .cat-count,
.sports-white-48242:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-154830 {
	background-image: url(/static/image/Sports/Type/white/8565e98.png);
}
.sports-white-154830.on,
.sports-white-154830:hover {
	background-image: url(/static/image/Sports/Type/white/d30ff56.png);
}
.sports-white-154830 .cat-count {
	color: #fff !important;
}
.sports-white-154830.on .cat-count,
.sports-white-154830:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-35232 {
	background-image: url(/static/image/Sports/Type/white/eb27b38.png);
}
.sports-white-35232.on,
.sports-white-35232:hover {
	background-image: url(/static/image/Sports/Type/white/6ca4aef.png);
}
.sports-white-35232 .cat-count {
	color: #fff !important;
}
.sports-white-35232.on .cat-count,
.sports-white-35232:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-54094 {
	background-image: url(/static/image/Sports/Type/white/51a4ec3.png);
}
.sports-white-54094.on,
.sports-white-54094:hover {
	background-image: url(/static/image/Sports/Type/white/ac93598.png);
}
.sports-white-54094 .cat-count {
	color: #fff !important;
}
.sports-white-54094.on .cat-count,
.sports-white-54094:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-35709 {
	background-image: url(/static/image/Sports/Type/white/e8e1a8c.png);
}
.sports-white-35709.on,
.sports-white-35709:hover {
	background-image: url(/static/image/Sports/Type/white/44eebb5.png);
}
.sports-white-35709 .cat-count {
	color: #fff !important;
}
.sports-white-35709.on .cat-count,
.sports-white-35709:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-131506 {
	background-image: url(/static/image/Sports/Type/white/3315521.png);
}
.sports-white-131506.on,
.sports-white-131506:hover {
	background-image: url(/static/image/Sports/Type/white/6182c73.png);
}
.sports-white-131506 .cat-count {
	color: #fff !important;
}
.sports-white-131506.on .cat-count,
.sports-white-131506:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-154914 {
	background-image: url(/static/image/Sports/Type/white/53cd623.png);
}
.sports-white-154914.on,
.sports-white-154914:hover {
	background-image: url(/static/image/Sports/Type/white/20306a5.png);
}
.sports-white-154914 .cat-count {
	color: #fff !important;
}
.sports-white-154914.on .cat-count,
.sports-white-154914:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-687890 {
	background-image: url(/static/image/Sports/Type/white/60f2e76.png);
}
.sports-white-687890.on,
.sports-white-687890:hover {
	background-image: url(/static/image/Sports/Type/white/2324898.png);
}
.sports-white-687890 .cat-count {
	color: #fff !important;
}
.sports-white-687890.on .cat-count,
.sports-white-687890:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-154919 {
	background-image: url(/static/image/Sports/Type/white/2f1aaeb.png);
}
.sports-white-154919.on,
.sports-white-154919:hover {
	background-image: url(/static/image/Sports/Type/white/5a777fb.png);
}
.sports-white-154919 .cat-count {
	color: #fff !important;
}
.sports-white-154919.on .cat-count,
.sports-white-154919:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white-etc {
	background-image: url(/static/image/Sports/Type/white/91b9a99.png);
}
.sports-white-etc.on,
.sports-white-etc:hover {
	background-image: url(/static/image/Sports/Type/white/ee41802.png);
}
.sports-white-etc .cat-count {
	color: #fff !important;
}
.sports-white-etc.on .cat-count,
.sports-white-etc:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1--1 {
	background-image: url(/static/image/Sports/Type/white1/007a33d.png);
}
.sports-white1--1.on,
.sports-white1--1:hover {
	background-image: url(/static/image/Sports/Type/white1/e8e8465.png);
}
.sports-white1--1 .cat-count {
	color: #fff !important;
}
.sports-white1--1.on .cat-count,
.sports-white1--1:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-6046 {
	background-image: url(/static/image/Sports/Type/white1/8ac2bad.png);
}
.sports-white1-6046.on,
.sports-white1-6046:hover {
	background-image: url(/static/image/Sports/Type/white1/c0e9ced.png);
}
.sports-white1-6046 .cat-count {
	color: #fff !important;
}
.sports-white1-6046.on .cat-count,
.sports-white1-6046:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-48242 {
	background-image: url(/static/image/Sports/Type/white1/655d06b.png);
}
.sports-white1-48242.on,
.sports-white1-48242:hover {
	background-image: url(/static/image/Sports/Type/white1/915d1e3.png);
}
.sports-white1-48242 .cat-count {
	color: #fff !important;
}
.sports-white1-48242.on .cat-count,
.sports-white1-48242:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-154830 {
	background-image: url(/static/image/Sports/Type/white1/8565e98.png);
}
.sports-white1-154830.on,
.sports-white1-154830:hover {
	background-image: url(/static/image/Sports/Type/white1/f694295.png);
}
.sports-white1-154830 .cat-count {
	color: #fff !important;
}
.sports-white1-154830.on .cat-count,
.sports-white1-154830:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-35232 {
	background-image: url(/static/image/Sports/Type/white1/eb27b38.png);
}
.sports-white1-35232.on,
.sports-white1-35232:hover {
	background-image: url(/static/image/Sports/Type/white1/c48e16b.png);
}
.sports-white1-35232 .cat-count {
	color: #fff !important;
}
.sports-white1-35232.on .cat-count,
.sports-white1-35232:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-54094 {
	background-image: url(/static/image/Sports/Type/white1/51a4ec3.png);
}
.sports-white1-54094.on,
.sports-white1-54094:hover {
	background-image: url(/static/image/Sports/Type/white1/d8699bf.png);
}
.sports-white1-54094 .cat-count {
	color: #fff !important;
}
.sports-white1-54094.on .cat-count,
.sports-white1-54094:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-35709 {
	background-image: url(/static/image/Sports/Type/white1/e8e1a8c.png);
}
.sports-white1-35709.on,
.sports-white1-35709:hover {
	background-image: url(/static/image/Sports/Type/white1/53dd8fc.png);
}
.sports-white1-35709 .cat-count {
	color: #fff !important;
}
.sports-white1-35709.on .cat-count,
.sports-white1-35709:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-131506 {
	background-image: url(/static/image/Sports/Type/white1/3315521.png);
}
.sports-white1-131506.on,
.sports-white1-131506:hover {
	background-image: url(/static/image/Sports/Type/white1/05c05f5.png);
}
.sports-white1-131506 .cat-count {
	color: #fff !important;
}
.sports-white1-131506.on .cat-count,
.sports-white1-131506:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-154914 {
	background-image: url(/static/image/Sports/Type/white1/53cd623.png);
}
.sports-white1-154914.on,
.sports-white1-154914:hover {
	background-image: url(/static/image/Sports/Type/white1/1119a94.png);
}
.sports-white1-154914 .cat-count {
	color: #fff !important;
}
.sports-white1-154914.on .cat-count,
.sports-white1-154914:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-687890 {
	background-image: url(/static/image/Sports/Type/white1/60f2e76.png);
}
.sports-white1-687890.on,
.sports-white1-687890:hover {
	background-image: url(/static/image/Sports/Type/white1/d5a6bdc.png);
}
.sports-white1-687890 .cat-count {
	color: #fff !important;
}
.sports-white1-687890.on .cat-count,
.sports-white1-687890:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-154919 {
	background-image: url(/static/image/Sports/Type/white1/be9b311.png);
}
.sports-white1-154919.on,
.sports-white1-154919:hover {
	background-image: url(/static/image/Sports/Type/white1/62d938c.png);
}
.sports-white1-154919 .cat-count {
	color: #fff !important;
}
.sports-white1-154919.on .cat-count,
.sports-white1-154919:hover .cat-count {
	color: #f8d346 !important;
}
.sports-white1-etc {
	background-image: url(/static/image/Sports/Type/white1/91b9a99.png);
}
.sports-white1-etc.on,
.sports-white1-etc:hover {
	background-image: url(/static/image/Sports/Type/white1/2d4e70a.png);
}
.sports-white1-etc .cat-count {
	color: #fff !important;
}
.sports-white1-etc.on .cat-count,
.sports-white1-etc:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-red--1.on,
.sports-red--1:hover {
	background-image: url(/static/image/Sports/Type/red/84e1a84.png);
}
.sports-red--1 .cat-count {
	color: #fff !important;
}
.sports-red--1.on .cat-count,
.sports-red--1:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-red-6046.on,
.sports-red-6046:hover {
	background-image: url(/static/image/Sports/Type/red/102c2ff.png);
}
.sports-red-6046 .cat-count {
	color: #fff !important;
}
.sports-red-6046.on .cat-count,
.sports-red-6046:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-red-48242.on,
.sports-red-48242:hover {
	background-image: url(/static/image/Sports/Type/red/d61465b.png);
}
.sports-red-48242 .cat-count {
	color: #fff !important;
}
.sports-red-48242.on .cat-count,
.sports-red-48242:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-red-154830.on,
.sports-red-154830:hover {
	background-image: url(/static/image/Sports/Type/red/abc7924.png);
}
.sports-red-154830 .cat-count {
	color: #fff !important;
}
.sports-red-154830.on .cat-count,
.sports-red-154830:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-red-35232.on,
.sports-red-35232:hover {
	background-image: url(/static/image/Sports/Type/red/cde1711.png);
}
.sports-red-35232 .cat-count {
	color: #fff !important;
}
.sports-red-35232.on .cat-count,
.sports-red-35232:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-red-54094.on,
.sports-red-54094:hover {
	background-image: url(/static/image/Sports/Type/red/0c303e8.png);
}
.sports-red-54094 .cat-count {
	color: #fff !important;
}
.sports-red-54094.on .cat-count,
.sports-red-54094:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-red-35709.on,
.sports-red-35709:hover {
	background-image: url(/static/image/Sports/Type/red/4f00c81.png);
}
.sports-red-35709 .cat-count {
	color: #fff !important;
}
.sports-red-35709.on .cat-count,
.sports-red-35709:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-red-131506.on,
.sports-red-131506:hover {
	background-image: url(/static/image/Sports/Type/red/b6709cc.png);
}
.sports-red-131506 .cat-count {
	color: #fff !important;
}
.sports-red-131506.on .cat-count,
.sports-red-131506:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-red-154914.on,
.sports-red-154914:hover {
	background-image: url(/static/image/Sports/Type/red/0bb6cd3.png);
}
.sports-red-154914 .cat-count {
	color: #fff !important;
}
.sports-red-154914.on .cat-count,
.sports-red-154914:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-red-687890.on,
.sports-red-687890:hover {
	background-image: url(/static/image/Sports/Type/red/2a4bc49.png);
}
.sports-red-687890 .cat-count {
	color: #fff !important;
}
.sports-red-687890.on .cat-count,
.sports-red-687890:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-red-154919.on,
.sports-red-154919:hover {
	background-image: url(/static/image/Sports/Type/red/a2be9df.png);
}
.sports-red-154919 .cat-count {
	color: #fff !important;
}
.sports-red-154919.on .cat-count,
.sports-red-154919:hover .cat-count {
	color: #f8d346 !important;
}
.sports-red-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-red-etc.on,
.sports-red-etc:hover {
	background-image: url(/static/image/Sports/Type/red/cdbb129.png);
}
.sports-red-etc .cat-count {
	color: #fff !important;
}
.sports-red-etc.on .cat-count,
.sports-red-etc:hover .cat-count {
	color: #f8d346 !important;
}
.sports-silver--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-silver--1.on,
.sports-silver--1:hover {
	background-image: url(/static/image/Sports/Type/silver/8025c69.png);
}
.sports-silver--1 .cat-count {
	color: #fff !important;
}
.sports-silver--1.on .cat-count,
.sports-silver--1:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-silver-6046.on,
.sports-silver-6046:hover {
	background-image: url(/static/image/Sports/Type/silver/ae630eb.png);
}
.sports-silver-6046 .cat-count {
	color: #fff !important;
}
.sports-silver-6046.on .cat-count,
.sports-silver-6046:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-silver-48242.on,
.sports-silver-48242:hover {
	background-image: url(/static/image/Sports/Type/silver/a32ffe5.png);
}
.sports-silver-48242 .cat-count {
	color: #fff !important;
}
.sports-silver-48242.on .cat-count,
.sports-silver-48242:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-silver-154830.on,
.sports-silver-154830:hover {
	background-image: url(/static/image/Sports/Type/silver/6f88025.png);
}
.sports-silver-154830 .cat-count {
	color: #fff !important;
}
.sports-silver-154830.on .cat-count,
.sports-silver-154830:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-silver-35232.on,
.sports-silver-35232:hover {
	background-image: url(/static/image/Sports/Type/silver/b54762b.png);
}
.sports-silver-35232 .cat-count {
	color: #fff !important;
}
.sports-silver-35232.on .cat-count,
.sports-silver-35232:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-silver-54094.on,
.sports-silver-54094:hover {
	background-image: url(/static/image/Sports/Type/silver/ed41bd2.png);
}
.sports-silver-54094 .cat-count {
	color: #fff !important;
}
.sports-silver-54094.on .cat-count,
.sports-silver-54094:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-silver-35709.on,
.sports-silver-35709:hover {
	background-image: url(/static/image/Sports/Type/silver/3250883.png);
}
.sports-silver-35709 .cat-count {
	color: #fff !important;
}
.sports-silver-35709.on .cat-count,
.sports-silver-35709:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-silver-131506.on,
.sports-silver-131506:hover {
	background-image: url(/static/image/Sports/Type/silver/33b751f.png);
}
.sports-silver-131506 .cat-count {
	color: #fff !important;
}
.sports-silver-131506.on .cat-count,
.sports-silver-131506:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-silver-154914.on,
.sports-silver-154914:hover {
	background-image: url(/static/image/Sports/Type/silver/e98ee5f.png);
}
.sports-silver-154914 .cat-count {
	color: #fff !important;
}
.sports-silver-154914.on .cat-count,
.sports-silver-154914:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-silver-687890.on,
.sports-silver-687890:hover {
	background-image: url(/static/image/Sports/Type/silver/d76897f.png);
}
.sports-silver-687890 .cat-count {
	color: #fff !important;
}
.sports-silver-687890.on .cat-count,
.sports-silver-687890:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-silver-154919.on,
.sports-silver-154919:hover {
	background-image: url(/static/image/Sports/Type/silver/8131a46.png);
}
.sports-silver-154919 .cat-count {
	color: #fff !important;
}
.sports-silver-154919.on .cat-count,
.sports-silver-154919:hover .cat-count {
	color: #4969b2 !important;
}
.sports-silver-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-silver-etc.on,
.sports-silver-etc:hover {
	background-image: url(/static/image/Sports/Type/silver/5f53e87.png);
}
.sports-silver-etc .cat-count {
	color: #fff !important;
}
.sports-silver-etc.on .cat-count,
.sports-silver-etc:hover .cat-count {
	color: #4969b2 !important;
}
.sports-gold--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-gold--1.on,
.sports-gold--1:hover {
	background-image: url(/static/image/Sports/Type/gold/2352874.png);
}
.sports-gold-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-gold-6046.on,
.sports-gold-6046:hover {
	background-image: url(/static/image/Sports/Type/gold/f58695c.png);
}
.sports-gold-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-gold-48242.on,
.sports-gold-48242:hover {
	background-image: url(/static/image/Sports/Type/gold/a7bbb06.png);
}
.sports-gold-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-gold-154830.on,
.sports-gold-154830:hover {
	background-image: url(/static/image/Sports/Type/gold/05a7a27.png);
}
.sports-gold-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-gold-35232.on,
.sports-gold-35232:hover {
	background-image: url(/static/image/Sports/Type/gold/53bf584.png);
}
.sports-gold-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-gold-54094.on,
.sports-gold-54094:hover {
	background-image: url(/static/image/Sports/Type/gold/6383687.png);
}
.sports-gold-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-gold-35709.on,
.sports-gold-35709:hover {
	background-image: url(/static/image/Sports/Type/gold/85a7623.png);
}
.sports-gold-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-gold-131506.on,
.sports-gold-131506:hover {
	background-image: url(/static/image/Sports/Type/gold/652b374.png);
}
.sports-gold-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-gold-154914.on,
.sports-gold-154914:hover {
	background-image: url(/static/image/Sports/Type/gold/33aed7c.png);
}
.sports-gold-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-gold-687890.on,
.sports-gold-687890:hover {
	background-image: url(/static/image/Sports/Type/gold/f0e2ab2.png);
}
.sports-gold-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-gold-154919.on,
.sports-gold-154919:hover {
	background-image: url(/static/image/Sports/Type/gold/5745f51.png);
}
.sports-gold-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-gold-etc.on,
.sports-gold-etc:hover {
	background-image: url(/static/image/Sports/Type/gold/e850cf3.png);
}
.sports-gold1--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-gold1--1.on,
.sports-gold1--1:hover {
	background-image: url(/static/image/Sports/Type/gold1/ee0960b.png);
}
.sports-gold1-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-gold1-6046.on,
.sports-gold1-6046:hover {
	background-image: url(/static/image/Sports/Type/gold1/99c4110.png);
}
.sports-gold1-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-gold1-48242.on,
.sports-gold1-48242:hover {
	background-image: url(/static/image/Sports/Type/gold1/dafec64.png);
}
.sports-gold1-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-gold1-154830.on,
.sports-gold1-154830:hover {
	background-image: url(/static/image/Sports/Type/gold1/fd42870.png);
}
.sports-gold1-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-gold1-35232.on,
.sports-gold1-35232:hover {
	background-image: url(/static/image/Sports/Type/gold1/8e5a229.png);
}
.sports-gold1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-gold1-54094.on,
.sports-gold1-54094:hover {
	background-image: url(/static/image/Sports/Type/gold1/1d1a0b6.png);
}
.sports-gold1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-gold1-35709.on,
.sports-gold1-35709:hover {
	background-image: url(/static/image/Sports/Type/gold1/772925c.png);
}
.sports-gold1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-gold1-131506.on,
.sports-gold1-131506:hover {
	background-image: url(/static/image/Sports/Type/gold1/d2565c7.png);
}
.sports-gold1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-gold1-154914.on,
.sports-gold1-154914:hover {
	background-image: url(/static/image/Sports/Type/gold1/af9d8ea.png);
}
.sports-gold1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-gold1-687890.on,
.sports-gold1-687890:hover {
	background-image: url(/static/image/Sports/Type/gold1/52f52ca.png);
}
.sports-gold1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-gold1-154919.on,
.sports-gold1-154919:hover {
	background-image: url(/static/image/Sports/Type/gold1/330d99e.png);
}
.sports-gold1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-gold1-etc.on,
.sports-gold1-etc:hover {
	background-image: url(/static/image/Sports/Type/gold1/d715315.png);
}
.sports-gold2--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-gold2--1.on,
.sports-gold2--1:hover {
	background-image: url(/static/image/Sports/Type/gold2/0c1f506.png);
}
.sports-gold2-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-gold2-6046.on,
.sports-gold2-6046:hover {
	background-image: url(/static/image/Sports/Type/gold2/711ed35.png);
}
.sports-gold2-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-gold2-48242.on,
.sports-gold2-48242:hover {
	background-image: url(/static/image/Sports/Type/gold2/49799a1.png);
}
.sports-gold2-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-gold2-154830.on,
.sports-gold2-154830:hover {
	background-image: url(/static/image/Sports/Type/gold2/c865907.png);
}
.sports-gold2-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-gold2-35232.on,
.sports-gold2-35232:hover {
	background-image: url(/static/image/Sports/Type/gold2/d9dad76.png);
}
.sports-gold2-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-gold2-54094.on,
.sports-gold2-54094:hover {
	background-image: url(/static/image/Sports/Type/gold2/c431c97.png);
}
.sports-gold2-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-gold2-35709.on,
.sports-gold2-35709:hover {
	background-image: url(/static/image/Sports/Type/gold2/1605c5d.png);
}
.sports-gold2-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-gold2-131506.on,
.sports-gold2-131506:hover {
	background-image: url(/static/image/Sports/Type/gold2/180cd96.png);
}
.sports-gold2-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-gold2-154914.on,
.sports-gold2-154914:hover {
	background-image: url(/static/image/Sports/Type/gold2/bc883c0.png);
}
.sports-gold2-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-gold2-687890.on,
.sports-gold2-687890:hover {
	background-image: url(/static/image/Sports/Type/gold2/a5e5745.png);
}
.sports-gold2-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-gold2-154919.on,
.sports-gold2-154919:hover {
	background-image: url(/static/image/Sports/Type/gold2/b35d873.png);
}
.sports-gold2-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-gold2-etc.on,
.sports-gold2-etc:hover {
	background-image: url(/static/image/Sports/Type/gold2/0698943.png);
}
.sports-grey--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-grey--1.on,
.sports-grey--1:hover {
	background-image: url(/static/image/Sports/Type/grey/77f7474.png);
}
.sports-grey-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-grey-6046.on,
.sports-grey-6046:hover {
	background-image: url(/static/image/Sports/Type/grey/9ea1827.png);
}
.sports-grey-265917 {
	background-image: url(/static/image/Sports/Type/1897bfc.png);
}
.sports-grey-265917.on,
.sports-grey-265917:hover {
	background-image: url(/static/image/Sports/Type/grey/32148eb.png);
}
.sports-grey-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-grey-48242.on,
.sports-grey-48242:hover {
	background-image: url(/static/image/Sports/Type/grey/686dd83.png);
}
.sports-grey-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-grey-154830.on,
.sports-grey-154830:hover {
	background-image: url(/static/image/Sports/Type/grey/5d2d3fc.png);
}
.sports-grey-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-grey-35232.on,
.sports-grey-35232:hover {
	background-image: url(/static/image/Sports/Type/grey/cfa9878.png);
}
.sports-grey-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-grey-54094.on,
.sports-grey-54094:hover {
	background-image: url(/static/image/Sports/Type/grey/1b6a584.png);
}
.sports-grey-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-grey-35709.on,
.sports-grey-35709:hover {
	background-image: url(/static/image/Sports/Type/grey/6646cb9.png);
}
.sports-grey-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-grey-131506.on,
.sports-grey-131506:hover {
	background-image: url(/static/image/Sports/Type/grey/66210b6.png);
}
.sports-grey-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-grey-154914.on,
.sports-grey-154914:hover {
	background-image: url(/static/image/Sports/Type/grey/7ce2a79.png);
}
.sports-grey-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-grey-687890.on,
.sports-grey-687890:hover {
	background-image: url(/static/image/Sports/Type/grey/819407f.png);
}
.sports-grey-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-grey-154919.on,
.sports-grey-154919:hover {
	background-image: url(/static/image/Sports/Type/grey/65c1f40.png);
}
.sports-grey-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-grey-etc.on,
.sports-grey-etc:hover {
	background-image: url(/static/image/Sports/Type/grey/da97196.png);
}
.sports-grey1--1 {
	background-image: url(/static/image/Sports/Type/940024d.png);
}
.sports-grey1--1.on,
.sports-grey1--1:hover {
	background-image: url(/static/image/Sports/Type/grey1/493ff4a.png);
}
.sports-grey1-6046 {
	background-image: url(/static/image/Sports/Type/f4fdd01.png);
}
.sports-grey1-6046.on,
.sports-grey1-6046:hover {
	background-image: url(/static/image/Sports/Type/grey1/01ca348.png);
}
.sports-grey1-48242 {
	background-image: url(/static/image/Sports/Type/8f9ad30.png);
}
.sports-grey1-48242.on,
.sports-grey1-48242:hover {
	background-image: url(/static/image/Sports/Type/grey1/a153a25.png);
}
.sports-grey1-154830 {
	background-image: url(/static/image/Sports/Type/6804623.png);
}
.sports-grey1-154830.on,
.sports-grey1-154830:hover {
	background-image: url(/static/image/Sports/Type/grey1/9225097.png);
}
.sports-grey1-35232 {
	background-image: url(/static/image/Sports/Type/457364e.png);
}
.sports-grey1-35232.on,
.sports-grey1-35232:hover {
	background-image: url(/static/image/Sports/Type/grey1/f11582b.png);
}
.sports-grey1-54094 {
	background-image: url(/static/image/Sports/Type/d9b5d29.png);
}
.sports-grey1-54094.on,
.sports-grey1-54094:hover {
	background-image: url(/static/image/Sports/Type/grey1/19b151c.png);
}
.sports-grey1-35709 {
	background-image: url(/static/image/Sports/Type/3e45b67.png);
}
.sports-grey1-35709.on,
.sports-grey1-35709:hover {
	background-image: url(/static/image/Sports/Type/grey1/30bdd75.png);
}
.sports-grey1-131506 {
	background-image: url(/static/image/Sports/Type/b1609ac.png);
}
.sports-grey1-131506.on,
.sports-grey1-131506:hover {
	background-image: url(/static/image/Sports/Type/grey1/c83619a.png);
}
.sports-grey1-154914 {
	background-image: url(/static/image/Sports/Type/d0032f0.png);
}
.sports-grey1-154914.on,
.sports-grey1-154914:hover {
	background-image: url(/static/image/Sports/Type/grey1/263bd8c.png);
}
.sports-grey1-687890 {
	background-image: url(/static/image/Sports/Type/af7f6cc.png);
}
.sports-grey1-687890.on,
.sports-grey1-687890:hover {
	background-image: url(/static/image/Sports/Type/grey1/748723e.png);
}
.sports-grey1-154919 {
	background-image: url(/static/image/Sports/Type/60806d6.png);
}
.sports-grey1-154919.on,
.sports-grey1-154919:hover {
	background-image: url(/static/image/Sports/Type/grey1/34e7231.png);
}
.sports-grey1-etc {
	background-image: url(/static/image/Sports/Type/e32c98e.png);
}
.sports-grey1-etc.on,
.sports-grey1-etc:hover {
	background-image: url(/static/image/Sports/Type/grey1/b00c573.png);
}
.slider-orange-prev {
	background-image: url(/static/image/Sports/Type/orange/a7e7c52.png);
	left: 16px;
}
.slider-orange-next,
.slider-orange-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-orange-next {
	background-image: url(/static/image/Sports/Type/orange/cd39bf3.png);
	right: 16px;
}
.slider-orange-next[disabled],
.slider-orange-prev[disabled] {
	opacity: 0.5;
}
.slider-orange1-prev {
	background-image: url(/static/image/Sports/Type/orange1/a7e7c52.png);
	left: 16px;
}
.slider-orange1-next,
.slider-orange1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-orange1-next {
	background-image: url(/static/image/Sports/Type/orange1/cd39bf3.png);
	right: 16px;
}
.slider-orange1-next[disabled],
.slider-orange1-prev[disabled] {
	opacity: 0.5;
}
.slider-purple-prev {
	background-image: url(/static/image/Sports/Type/purple/81ec890.png);
	left: 16px;
}
.slider-purple-next,
.slider-purple-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-purple-next {
	background-image: url(/static/image/Sports/Type/purple/b9aa7bd.png);
	right: 16px;
}
.slider-purple-next[disabled],
.slider-purple-prev[disabled] {
	opacity: 0.5;
}
.slider-purple1-prev {
	background-image: url(/static/image/Sports/Type/purple1/32482d8.png);
	left: 16px;
}
.slider-purple1-next,
.slider-purple1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-purple1-next {
	background-image: url(/static/image/Sports/Type/purple1/429bbfc.png);
	right: 16px;
}
.slider-purple1-next[disabled],
.slider-purple1-prev[disabled] {
	opacity: 0.5;
}
.slider-blue-prev {
	background-image: url(/static/image/Sports/Type/blue/63ac293.png);
	left: 16px;
}
.slider-blue-next,
.slider-blue-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue-next {
	background-image: url(/static/image/Sports/Type/blue/3ff60a6.png);
	right: 16px;
}
.slider-blue-next[disabled],
.slider-blue-prev[disabled] {
	opacity: 0.5;
}
.slider-blue1-prev {
	background-image: url(/static/image/Sports/Type/blue1/f460440.png);
	left: 16px;
}
.slider-blue1-next,
.slider-blue1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue1-next {
	background-image: url(/static/image/Sports/Type/blue1/6ff417b.png);
	right: 16px;
}
.slider-blue1-next[disabled],
.slider-blue1-prev[disabled] {
	opacity: 0.5;
}
.slider-blue2-prev {
	background-image: url(/static/image/Sports/Type/blue2/63ac293.png);
	left: 16px;
}
.slider-blue2-next,
.slider-blue2-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue2-next {
	background-image: url(/static/image/Sports/Type/blue2/3ff60a6.png);
	right: 16px;
}
.slider-blue2-next[disabled],
.slider-blue2-prev[disabled] {
	opacity: 0.5;
}
.slider-blue3-prev {
	background-image: url(/static/image/Sports/Type/blue3/81ec890.png);
	left: 16px;
}
.slider-blue3-next,
.slider-blue3-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue3-next {
	background-image: url(/static/image/Sports/Type/blue3/b9aa7bd.png);
	right: 16px;
}
.slider-blue3-next[disabled],
.slider-blue3-prev[disabled] {
	opacity: 0.5;
}
.slider-blue4-prev {
	background-image: url(/static/image/Sports/Type/blue4/81ec890.png);
	left: 16px;
}
.slider-blue4-next,
.slider-blue4-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue4-next {
	background-image: url(/static/image/Sports/Type/blue4/b9aa7bd.png);
	right: 16px;
}
.slider-blue4-next[disabled],
.slider-blue4-prev[disabled] {
	opacity: 0.5;
}
.slider-blue5-prev {
	background-image: url(/static/image/Sports/Type/blue5/8e4cf95.png);
	left: 16px;
}
.slider-blue5-next,
.slider-blue5-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-blue5-next {
	background-image: url(/static/image/Sports/Type/blue5/7431408.png);
	right: 16px;
}
.slider-blue5-next[disabled],
.slider-blue5-prev[disabled] {
	opacity: 0.5;
}
.slider-yellow-prev {
	background-image: url(/static/image/Sports/Type/yellow/a1c15f3.png);
	left: 16px;
}
.slider-yellow-next,
.slider-yellow-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-yellow-next {
	background-image: url(/static/image/Sports/Type/yellow/6624f45.png);
	right: 16px;
}
.slider-yellow-next[disabled],
.slider-yellow-prev[disabled] {
	opacity: 0.5;
}
.slider-yellow1-prev {
	background-image: url(/static/image/Sports/Type/yellow1/a1c15f3.png);
	left: 16px;
}
.slider-yellow1-next,
.slider-yellow1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-yellow1-next {
	background-image: url(/static/image/Sports/Type/yellow1/6624f45.png);
	right: 16px;
}
.slider-yellow1-next[disabled],
.slider-yellow1-prev[disabled] {
	opacity: 0.5;
}
.slider-yellow2-prev {
	background-image: url(/static/image/Sports/Type/yellow2/a1c15f3.png);
	left: 16px;
}
.slider-yellow2-next,
.slider-yellow2-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-yellow2-next {
	background-image: url(/static/image/Sports/Type/yellow2/6624f45.png);
	right: 16px;
}
.slider-yellow2-next[disabled],
.slider-yellow2-prev[disabled] {
	opacity: 0.5;
}
.slider-yellow3-prev {
	background-image: url(/static/image/Sports/Type/yellow3/f460440.png);
	left: 16px;
}
.slider-yellow3-next,
.slider-yellow3-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-yellow3-next {
	background-image: url(/static/image/Sports/Type/yellow3/6ff417b.png);
	right: 16px;
}
.slider-yellow3-next[disabled],
.slider-yellow3-prev[disabled] {
	opacity: 0.5;
}
.slider-white-prev {
	background-image: url(/static/image/Sports/Type/white/a1c15f3.png);
	left: 16px;
}
.slider-white-next,
.slider-white-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-white-next {
	background-image: url(/static/image/Sports/Type/white/6624f45.png);
	right: 16px;
}
.slider-white-next[disabled],
.slider-white-prev[disabled] {
	opacity: 0.5;
}
.slider-red-prev {
	background-image: url(/static/image/Sports/Type/red/341d0a1.png);
	left: 16px;
}
.slider-red-next,
.slider-red-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-red-next {
	background-image: url(/static/image/Sports/Type/red/fbc8d03.png);
	right: 16px;
}
.slider-red-next[disabled],
.slider-red-prev[disabled] {
	opacity: 0.5;
}
.slider-silver-prev {
	background-image: url(/static/image/Sports/Type/silver/f460440.png);
	left: 16px;
}
.slider-silver-next,
.slider-silver-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-silver-next {
	background-image: url(/static/image/Sports/Type/silver/6ff417b.png);
	right: 16px;
}
.slider-silver-next[disabled],
.slider-silver-prev[disabled] {
	opacity: 0.5;
}
.slider-gold-prev {
	background-image: url(/static/image/Sports/Type/gold/9aa5be2.png);
	left: 16px;
}
.slider-gold-next,
.slider-gold-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-gold-next {
	background-image: url(/static/image/Sports/Type/gold/49bf22f.png);
	right: 16px;
}
.slider-gold-next[disabled],
.slider-gold-prev[disabled] {
	opacity: 0.5;
}
.slider-gold1-prev {
	background-image: url(/static/image/Sports/Type/gold1/f460440.png);
	left: 16px;
}
.slider-gold1-next,
.slider-gold1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-gold1-next {
	background-image: url(/static/image/Sports/Type/gold1/6ff417b.png);
	right: 16px;
}
.slider-gold1-next[disabled],
.slider-gold1-prev[disabled] {
	opacity: 0.5;
}
.slider-gold2-prev {
	background-image: url(/static/image/Sports/Type/gold2/182eac2.png);
	left: 16px;
}
.slider-gold2-next,
.slider-gold2-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-gold2-next {
	background-image: url(/static/image/Sports/Type/gold2/669e72e.png);
	right: 16px;
}
.slider-gold2-next[disabled],
.slider-gold2-prev[disabled] {
	opacity: 0.5;
}
.slider-grey-prev {
	background-image: url(/static/image/Sports/Type/grey/a7e7c52.png);
	left: 16px;
}
.slider-grey-next,
.slider-grey-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-grey-next {
	background-image: url(/static/image/Sports/Type/grey/cd39bf3.png);
	right: 16px;
}
.slider-grey-next[disabled],
.slider-grey-prev[disabled] {
	opacity: 0.5;
}
.slider-grey1-prev {
	background-image: url(/static/image/Sports/Type/grey1/9aa5be2.png);
	left: 16px;
}
.slider-grey1-next,
.slider-grey1-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
}
.slider-grey1-next {
	background-image: url(/static/image/Sports/Type/grey1/49bf22f.png);
	right: 16px;
}
.slider-grey1-next[disabled],
.slider-grey1-prev[disabled] {
	opacity: 0.5;
}
.sports-category-drop {
	padding: 12px;
	background: #272b2e;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.sports-category-drop:hover {
	background: #3d4347;
}
.sport-category-orange2 {
	float: left;
	background: #1c1f21;
	border-radius: 16px;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	margin-right: 16px;
	min-width: 120px;
	width: calc(16.6% - 16px);
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.sport-category-orange2.on,
.sport-category-orange2:hover {
	background: rgba(245, 100, 6, 0.17);
	color: #f56406;
}
.sport-category-orange2-all {
	content: url(/image/Sports/Category/orange2/all.png);
}
.sport-category-color-orange2.on .sport-category-orange2-all,
.sport-category-orange2.on .sport-category-orange2-all,
.sport-category-orange2:hover .sport-category-orange2-all {
	content: url(/image/Sports/Category/orange2/all_2.png);
}
.sport-category-orange2-6046 {
	content: url(/image/Sports/Category/orange2/6046.png);
}
.sport-category-color-orange2.on .sport-category-orange2-6046,
.sport-category-orange2.on .sport-category-orange2-6046,
.sport-category-orange2:hover .sport-category-orange2-6046 {
	content: url(/image/Sports/Category/orange2/6046_2.png);
}
.sport-category-orange2-35232 {
	content: url(/image/Sports/Category/orange2/35232.png);
}
.sport-category-color-orange2.on .sport-category-orange2-35232,
.sport-category-orange2.on .sport-category-orange2-35232,
.sport-category-orange2:hover .sport-category-orange2-35232 {
	content: url(/image/Sports/Category/orange2/35232_2.png);
}
.sport-category-orange2-35709 {
	content: url(/image/Sports/Category/orange2/35709.png);
}
.sport-category-color-orange2.on .sport-category-orange2-35709,
.sport-category-orange2.on .sport-category-orange2-35709,
.sport-category-orange2:hover .sport-category-orange2-35709 {
	content: url(/image/Sports/Category/orange2/35709_2.png);
}
.sport-category-orange2-48242 {
	content: url(/image/Sports/Category/orange2/48242.png);
}
.sport-category-color-orange2.on .sport-category-orange2-48242,
.sport-category-orange2.on .sport-category-orange2-48242,
.sport-category-orange2:hover .sport-category-orange2-48242 {
	content: url(/image/Sports/Category/orange2/48242_2.png);
}
.sport-category-orange2-54094 {
	content: url(/image/Sports/Category/orange2/54094.png);
}
.sport-category-color-orange2.on .sport-category-orange2-54094,
.sport-category-orange2.on .sport-category-orange2-54094,
.sport-category-orange2:hover .sport-category-orange2-54094 {
	content: url(/image/Sports/Category/orange2/54094_2.png);
}
.sport-category-orange2-131506 {
	content: url(/image/Sports/Category/orange2/131506.png);
}
.sport-category-color-orange2.on .sport-category-orange2-131506,
.sport-category-orange2.on .sport-category-orange2-131506,
.sport-category-orange2:hover .sport-category-orange2-131506 {
	content: url(/image/Sports/Category/orange2/131506_2.png);
}
.sport-category-orange2-154830 {
	content: url(/image/Sports/Category/orange2/154830.png);
}
.sport-category-color-orange2.on .sport-category-orange2-154830,
.sport-category-orange2.on .sport-category-orange2-154830,
.sport-category-orange2:hover .sport-category-orange2-154830 {
	content: url(/image/Sports/Category/orange2/154830_2.png);
}
.sport-category-orange2-154914 {
	content: url(/image/Sports/Category/orange2/154914.png);
}
.sport-category-color-orange2.on .sport-category-orange2-154914,
.sport-category-orange2.on .sport-category-orange2-154914,
.sport-category-orange2:hover .sport-category-orange2-154914 {
	content: url(/image/Sports/Category/orange2/154914_2.png);
}
.sport-category-orange2-154919 {
	content: url(/image/Sports/Category/orange2/154919.png);
}
.sport-category-color-orange2.on .sport-category-orange2-154919,
.sport-category-orange2.on .sport-category-orange2-154919,
.sport-category-orange2:hover .sport-category-orange2-154919 {
	content: url(/image/Sports/Category/orange2/154919_2.png);
}
.sport-category-orange2-265917 {
	content: url(/image/Sports/Category/orange2/265917.png);
}
.sport-category-color-orange2.on .sport-category-orange2-265917,
.sport-category-orange2.on .sport-category-orange2-265917,
.sport-category-orange2:hover .sport-category-orange2-265917 {
	content: url(/image/Sports/Category/orange2/265917_2.png);
}
.sport-category-orange2-687890 {
	content: url(/image/Sports/Category/orange2/687890.png);
}
.sport-category-color-orange2.on .sport-category-orange2-687890,
.sport-category-orange2.on .sport-category-orange2-687890,
.sport-category-orange2:hover .sport-category-orange2-687890 {
	content: url(/image/Sports/Category/orange2/687890_2.png);
}
.sport-category-color-orange {
	color: #fc6200 !important;
}
.sport-category-color-orange1 {
	color: #f50 !important;
}
.sport-category-color-orange2 {
	background: #161719;
	padding: 12px 0;
	width: 80px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sport-category-color-orange2.on {
	background: rgba(239, 97, 7, 0.16);
	color: #ef6107;
	border-bottom: 1px solid #ef6107;
}
.sport-category-color-purple {
	color: #144ade !important;
}
.sport-category-color-purple1 {
	color: #c6426e !important;
}
.sport-category-color-blue {
	color: #1fb3ff !important;
}
.sport-category-color-blue1 {
	color: #dabd57 !important;
}
.sport-category-color-blue2 {
	color: #2e7de5 !important;
}
.sport-category-color-blue3 {
	color: #ffc105 !important;
}
.sport-category-color-blue4 {
	color: #4269b2 !important;
}
.sport-category-color-blue5 {
	color: #4c6f87 !important;
}
.sport-category-color-yellow,
.sport-category-color-yellow1 {
	color: #f1c80d !important;
}
.sport-category-color-yellow2 {
	color: #ffbe00 !important;
}
.sport-category-color-yellow3 {
	color: #ffdb00 !important;
}
.sport-category-color-white {
	color: #000 !important;
}
.sport-category-color-white1 {
	color: #ed765e !important;
}
.sport-category-color-red {
	color: #ff2c2c !important;
}
.sport-category-color-silver {
	color: #4969b2 !important;
}
.sport-category-color-gold {
	color: #ffa863 !important;
}
.sport-category-color-gold1 {
	color: #f7b800 !important;
}
.sport-category-color-gold2 {
	color: #f39200 !important;
}
.sport-category-color-grey {
	color: #fc6200 !important;
}
.sport-category-color-grey1 {
	color: #fbbd5a !important;
}
.level-avatar-orange-1 {
	background-image: url(/static/image/level/orange/8a5a065.png);
}
.level-avatar-orange-1,
.level-avatar-orange-2 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-orange-2 {
	background-image: url(/static/image/level/orange/dc3e643.png);
}
.level-avatar-orange-3 {
	background-image: url(/static/image/level/orange/eb3eb6d.png);
}
.level-avatar-orange-3,
.level-avatar-orange-4 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-orange-4 {
	background-image: url(/static/image/level/orange/a5b93c5.png);
}
.level-avatar-orange-5 {
	background-image: url(/static/image/level/orange/dd3e277.png);
}
.level-avatar-blue-1,
.level-avatar-orange-5 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-blue-1 {
	background-image: url(/static/image/level/blue/c01133e.png);
}
.level-avatar-blue-2 {
	background-image: url(/static/image/level/blue/09f4145.png);
}
.level-avatar-blue-2,
.level-avatar-blue-3 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-blue-3 {
	background-image: url(/static/image/level/blue/4420097.png);
}
.level-avatar-blue-4 {
	background-image: url(/static/image/level/blue/2b88ab2.png);
}
.level-avatar-blue-4,
.level-avatar-blue-5 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-blue-5 {
	background-image: url(/static/image/level/blue/e90c692.png);
}
.level-avatar-grey-1 {
	background-image: url(/static/image/level/grey/cffe53f.png);
}
.level-avatar-grey-1,
.level-avatar-grey-2 {
	background-size: 100% 100%;
	width: 45px;
	height: 41px;
}
.level-avatar-grey-2 {
	background-image: url(/static/image/level/grey/e5619b5.png);
}
.level-avatar-grey-3 {
	background-image: url(/static/image/level/grey/5defcc4.png);
}
.level-avatar-grey-3,
.level-avatar-grey-4 {
	background-size: 100% 100%;
	width: 45px;
	height: 41px;
}
.level-avatar-grey-4 {
	background-image: url(/static/image/level/grey/127e753.png);
}
.level-avatar-grey-5 {
	background-image: url(/static/image/level/grey/8ba3b65.png);
}
.level-avatar-grey-5,
.level-avatar-grey-6 {
	background-size: 100% 100%;
	width: 45px;
	height: 41px;
}
.level-avatar-grey-6 {
	background-image: url(/static/image/level/grey/61c95dc.png);
}
.level-avatar-grey-7 {
	background-image: url(/static/image/level/grey/62292ef.png);
}
.level-avatar-grey-7,
.level-avatar-grey-8 {
	background-size: 100% 100%;
	width: 45px;
	height: 41px;
}
.level-avatar-grey-8 {
	background-image: url(/static/image/level/grey/20f42b7.png);
}
.level-avatar-grey-9 {
	background-image: url(/static/image/level/grey/75fe48f.png);
}
.level-avatar-grey-9,
.level-avatar-grey-10 {
	background-size: 100% 100%;
	width: 45px;
	height: 41px;
}
.level-avatar-grey-10 {
	background-image: url(/static/image/level/grey/bc4f09c.png);
}
.level-avatar-yellow-1 {
	background-image: url(/static/image/level/yellow/d6b8588.png);
}
.level-avatar-yellow-1,
.level-avatar-yellow-2 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow-2 {
	background-image: url(/static/image/level/yellow/b9f4e77.png);
}
.level-avatar-yellow-3 {
	background-image: url(/static/image/level/yellow/536f6a6.png);
}
.level-avatar-yellow-3,
.level-avatar-yellow-4 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow-4 {
	background-image: url(/static/image/level/yellow/3369ef2.png);
}
.level-avatar-yellow-5 {
	background-image: url(/static/image/level/yellow/2477b0c.png);
}
.level-avatar-yellow-5,
.level-avatar-yellow-6 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow-6 {
	background-image: url(/static/image/level/yellow/2aa589c.png);
}
.level-avatar-yellow-7 {
	background-image: url(/static/image/level/yellow/a233387.png);
}
.level-avatar-yellow-7,
.level-avatar-yellow-8 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow-8 {
	background-image: url(/static/image/level/yellow/19d36d8.png);
}
.level-avatar-yellow-9 {
	background-image: url(/static/image/level/yellow/5c28068.png);
}
.level-avatar-yellow-9,
.level-avatar-yellow-10 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow-10 {
	background-image: url(/static/image/level/yellow/e86c750.png);
}
.level-avatar-yellow2-1 {
	background-image: url(/static/image/level/yellow2/b4b00ba.png);
}
.level-avatar-yellow2-1,
.level-avatar-yellow2-2 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow2-2 {
	background-image: url(/static/image/level/yellow2/14ecac9.png);
}
.level-avatar-yellow2-3 {
	background-image: url(/static/image/level/yellow2/5c1ab14.png);
}
.level-avatar-yellow2-3,
.level-avatar-yellow2-4 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow2-4 {
	background-image: url(/static/image/level/yellow2/1ddc317.png);
}
.level-avatar-yellow2-5 {
	background-image: url(/static/image/level/yellow2/599562a.png);
}
.level-avatar-yellow2-5,
.level-avatar-yellow2-6 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow2-6 {
	background-image: url(/static/image/level/yellow2/b4b00ba.png);
}
.level-avatar-yellow2-7 {
	background-image: url(/static/image/level/yellow2/14ecac9.png);
}
.level-avatar-yellow2-7,
.level-avatar-yellow2-8 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow2-8 {
	background-image: url(/static/image/level/yellow2/5c1ab14.png);
}
.level-avatar-yellow2-9 {
	background-image: url(/static/image/level/yellow2/1ddc317.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-yellow2-10 {
	background-image: url(/static/image/level/yellow2/599562a.png);
}
.level-avatar-white-1,
.level-avatar-yellow2-10 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-white-1 {
	background-image: url(/static/image/level/white/601094a.png);
}
.level-avatar-white-2 {
	background-image: url(/static/image/level/white/6f9c9ed.png);
}
.level-avatar-white-2,
.level-avatar-white-3 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-white-3 {
	background-image: url(/static/image/level/white/5906ddd.png);
}
.level-avatar-white-4 {
	background-image: url(/static/image/level/white/afd89a1.png);
}
.level-avatar-white-4,
.level-avatar-white-5 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-white-5 {
	background-image: url(/static/image/level/white/b51c181.png);
}
.level-avatar-red-1 {
	background-image: url(/static/image/level/red/7761f75.png);
}
.level-avatar-red-1,
.level-avatar-red-2 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-2 {
	background-image: url(/static/image/level/red/69cbe99.png);
}
.level-avatar-red-3 {
	background-image: url(/static/image/level/red/02c3dfa.png);
}
.level-avatar-red-3,
.level-avatar-red-4 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-4 {
	background-image: url(/static/image/level/red/6d884da.png);
}
.level-avatar-red-5 {
	background-image: url(/static/image/level/red/a2d09e3.png);
}
.level-avatar-red-5,
.level-avatar-red-6 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-6 {
	background-image: url(/static/image/level/red/84cf6f1.png);
}
.level-avatar-red-7 {
	background-image: url(/static/image/level/red/b557a9b.png);
}
.level-avatar-red-7,
.level-avatar-red-8 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-8 {
	background-image: url(/static/image/level/red/29d84c6.png);
}
.level-avatar-red-9 {
	background-image: url(/static/image/level/red/dbc010c.png);
}
.level-avatar-red-9,
.level-avatar-red-10 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-10 {
	background-image: url(/static/image/level/red/070d4d8.png);
}
.level-avatar-red-11 {
	background-image: url(/static/image/level/red/cdea254.png);
}
.level-avatar-red-11,
.level-avatar-red-12 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-12 {
	background-image: url(/static/image/level/red/87769ce.png);
}
.level-avatar-red-13 {
	background-image: url(/static/image/level/red/35e04fc.png);
}
.level-avatar-red-13,
.level-avatar-red-14 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-14 {
	background-image: url(/static/image/level/red/20baada.png);
}
.level-avatar-red-15 {
	background-image: url(/static/image/level/red/2d679de.png);
}
.level-avatar-red-15,
.level-avatar-red-16 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-16 {
	background-image: url(/static/image/level/red/a06ab78.png);
}
.level-avatar-red-17 {
	background-image: url(/static/image/level/red/ca588e1.png);
}
.level-avatar-red-17,
.level-avatar-red-18 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-18 {
	background-image: url(/static/image/level/red/10b1797.png);
}
.level-avatar-red-19 {
	background-image: url(/static/image/level/red/4764fa0.png);
}
.level-avatar-red-19,
.level-avatar-red-20 {
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
.level-avatar-red-20 {
	background-image: url(/static/image/level/red/51f0d02.png);
}
.level-number-orange-1 {
	background-image: url(/static/image/level/orange/2a23ff8.png);
}
.level-number-orange-1,
.level-number-orange-2 {
	background-size: 100% 100%;
	width: 50px;
	height: 19px;
}
.level-number-orange-2 {
	background-image: url(/static/image/level/orange/afae6b9.png);
}
.level-number-orange-3 {
	background-image: url(/static/image/level/orange/8769887.png);
}
.level-number-orange-3,
.level-number-orange-4 {
	background-size: 100% 100%;
	width: 50px;
	height: 19px;
}
.level-number-orange-4 {
	background-image: url(/static/image/level/orange/c4093d5.png);
}
.level-number-orange-5 {
	background-image: url(/static/image/level/orange/d72ca68.png);
}
.level-number-blue-1,
.level-number-orange-5 {
	background-size: 100% 100%;
	width: 50px;
	height: 19px;
}
.level-number-blue-1 {
	background-image: url(/static/image/level/blue/2703d24.png);
}
.level-number-blue-2 {
	background-image: url(/static/image/level/blue/6776590.png);
}
.level-number-blue-2,
.level-number-blue-3 {
	background-size: 100% 100%;
	width: 50px;
	height: 19px;
}
.level-number-blue-3 {
	background-image: url(/static/image/level/blue/03b9660.png);
}
.level-number-blue-4 {
	background-image: url(/static/image/level/blue/9e456e2.png);
}
.level-number-blue-4,
.level-number-blue-5 {
	background-size: 100% 100%;
	width: 50px;
	height: 19px;
}
.level-number-blue-5 {
	background-image: url(/static/image/level/blue/4257680.png);
}
.level-number-grey-1 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMjozNCArMDkwMBtVuEoAAAAHdElNRQfiBA8EAiOt4x2TAAAACXBIWXMAAArwAAAK8AFCrDSYAAAABGdBTUEAALGPC/xhBQAAAPJJREFUeNpjDJy9kWEQABYgVpSRIVWbv54KFR0xYdsBpoEOCKTwgAAFLqb9tx4BGY5qcg++/UPmAklkKYKGXrxzD6IeokVfRYkEdwB1rkvxAzKC5mwCxhQyF0giSxHjCIh6iBZi3EH9eEF2BPGA+u4ARgQwDCChOJDuAMZCgZcDdcLj/pMnlDgFmETwcLECFkwh5CQGZCNzickvyJkFAiBc/KmVBb+hEKcQ7wgGjHQK106sOyDpC1kOUnJABIl0BFZz4EYR5Q6gNSrSkn8ZmZFFGGClPpGOYACHPzEFBhpASafIjqAzAIUHGbljAmUZChMAAP2vfxeTlsKAAAAAAElFTkSuQmCC);
}
.level-number-grey-1,
.level-number-grey-2 {
	background-size: 100% 100%;
	width: 45px;
	height: 15px;
}
.level-number-grey-2 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMjozNCArMDkwMBtVuEoAAAAHdElNRQfhAg4GECtpINF3AAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAQBJREFUeNpjDJy9kWEQABYgVpSRIVWbv54KFR0xYdsBpoEOCKTwgAAFLqb9tx4BGY5qcg++/UPmAklkKYKGXrxzD6IeAoC69FWUiHUHUOe6FD8gI2jOJmBMIXOBJLIUMY6AqIcAiAn4ncLCQG0AcQTEbogHIFz87qBh+oBEKJGA+u4AWg/0PZBEjlmCbsIeL/efPCHbHZDwR3MECekUDuBJDGgEJHbhXGLyC3I6haQSSN6hKJ1CnEK8I5BDAs1LxLoDEq/IcpBIhQgS6Qis5jAQkWYR7gBaoyIt+ZeRGVmEAVbqE+kIBnD4E0wNmAAlvyA7gs4AFB5k5I4JFGQorAAAGfWOX5pk5s0AAAAASUVORK5CYII=);
}
.level-number-grey-3 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMjo1MSArMDkwMI8CnmoAAAAHdElNRQfhAg4GEjjfqPIrAAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAARRJREFUeNpjjF2RwjAIAAsQqyurkapNS1Kdio5Yf2Qz00AHBFJ4QADjZ4YTd84AGRYqJv95UbhAElmKILh+6yZEPQQAdWmqEQg/hDuAOjelrgQy/GaHmxuawLlxK1OBJLIUMY6AqIcAoC4gid8pLAzUBhBHQOyGeADCxe8O6qcPYCwAbYXEJvGA+uEB9DcQzd+2FB41xDgLe3icPH+GgVwATB9AR0BCBRI7QAchJ1tiwwPZH0D2ovDZyN76T8gdaOmDSEAgXiBOQTiCiEwLCQm0/EIwXljQ9KOZyADLdUQ6ggGWP5GNIq38AFpjqWf6jxkR8BAWpMAgGB1oTiFoMRpASafIjqAzAIXHzbu3SNVGhhb8AADHVYEImQhu0QAAAABJRU5ErkJggg==);
}
.level-number-grey-3,
.level-number-grey-4 {
	background-size: 100% 100%;
	width: 45px;
	height: 15px;
}
.level-number-grey-4 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMzowOCArMDkwML24vuMAAAAHdElNRQfhAg4GEw2QAAdJAAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAQZJREFUeNpj3NfGMBgACxArKyqQqk1O6wcVHbF/6wumgQ4IKEC44weP+N37D4AIyEDjokkRCW49kgd6FIiADIKKWeCsp5dPOlb+B4VSOyMwppC5QBJZikhHIJugJidBbHhQESA7gkhAfXfAHQEJyAFzB1ZHEEwiLFhFgUmSQtcgRwrEWfiTCAseI4CagWxkrrSuOcOXl/hdAFQDDwx4OgVpZHiIRxeBeIGbCDGLg5AjgEBN7qGjtwQQoQni14UID2R/wEXgTiHSEVgDhmBgoLgDaI28ogYLA6jA/s8A0s8IthhaYJDoCEgYwNLEQ4KKWVA50FqDkYGErE8VAHIHGbnj7n0quwMApJGKHXfXnGwAAAAASUVORK5CYII=);
}
.level-number-grey-5 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMzoxOSArMDkwMNdltckAAAAHdElNRQfhAg4GExz6sCe7AAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAARtJREFUeNpjZPDUZqAzYAQDMPUfCBhABAtIQkmEZLOslShxyX8wggPmZWeZ6B0Y2AAzEzMLgievy7B/P4jh6Mjw8DIKFwiQpfCDJ9xQxcgAqFHmK253MCG5Y//+/9uuAGlGLx1QTCFzgcGILIUfwDQiA5DGWDNcOphQ3EFtAPEAIjwYcIbHv3//aOgOeKigOAgb+EsTdzg6IlsMdA0Q4Y+Xv//+4sgv995Q7hpoAicCYA8P5PCE+AbOJSq/gNMpwbhAtfI/gXiBOIUERzBA4wU5y0D14k6nQMCCph89bOGpjEhHAAGwnEAzCm/hAXUrqH6BFQmczGzf//6CioPDC6c+ysp1dLD4FEq8wByB1wW0AWB3kJE7KM9QqAAAunh5BbfBnvUAAAAASUVORK5CYII=);
}
.level-number-grey-5,
.level-number-grey-6 {
	background-size: 100% 100%;
	width: 45px;
	height: 15px;
}
.level-number-grey-6 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMzozMiArMDkwMJdH5k4AAAAHdElNRQfhAg4GEyzcaRcXAAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAN1JREFUeNpjZFB2ZRgEgAVESJuTrE8rmJqu2F3GNNABgRweUC8KMuzeAWK4ejBce4/CBTkZSYow2AdVDwEgE5yIdsfuHf/v7ALSjCpuoJhC5jIwoEgR4QiIeggA6XIl3h3UAqgeQIQoXjAI0we1ATxqwPHCgD+J4AiPpycpdwfQekTaQk62RIYHsj+AbFRvEZlfSAYE0gc8rZHgCFcPeDAgEiyhpMqCqR9ZBOEUEkLCCZgaUIwiovxgBNUvsCKBk43p+69/EGEQ+I9bH7XLdZT0AXUEfhfQBjAOkvoWAC/OVtPD/ELoAAAAAElFTkSuQmCC);
}
.level-number-grey-7 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMzo0MiArMDkwMJ2C71cAAAAHdElNRQfhAg4GFBiynHVlAAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAPxJREFUeNpjFGfwZhgEgAWItcQCSdWmyEWyFjxg64M4poEOCKTwgAA+vm8n7uwEMixU3D994kLmAklkKfwmvmVZClGMDIAahf9EE+UOoOYX/7cAGRKMPsCYQuYCSWQp/O6Aa0QGQI3eCsS5g1oA6HWI0yEA001YAfXTBzD8vRUWAREDUihCIpeu7oAAYCpBcxw57rj2aj2F7kBOXgQDgwFr+oDHKNAIIBuZC84vJLuJYGAwEIwXeIqDOYKLoInkAUR4oKVzBljJAREk1RFw00CG/CGsnhFYv8CLBDZOhl8/wKJg7v//OLVRvVxHSR+/vkMZ/8kwjDLAOEjqWwDj/GWnWlC39gAAAABJRU5ErkJggg==);
}
.level-number-grey-7,
.level-number-grey-8 {
	background-size: 100% 100%;
	width: 45px;
	height: 15px;
}
.level-number-grey-8 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowMzo1MiArMDkwMFEo78kAAAAHdElNRQfhAg4GFCsNTBRzAAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAppJREFUeNqtVc9rE0EUnpnd7W5+04ZS73poxRz0JrR6UOpBaBD9C1qv/ile+2cUqiBWRAtS9O4hQhUPBiEkarPbbHazOzN+2WmmpsmuCfTxWL6dnZn33jfvm6WbhmGYpmXbcGYYhJAoDOFxFPEokuTyzUgisuTJ41hwjqdJGVvPOXa5fKVWO221pJQLxWK70Yh6vYHgkoupez21rHnDU8dBCtQwJOcErjBjwM9sG1RYVi6XX6pef/zk++H74soKaHCbTT4Y0DC8TD5UYN8HlEKgfrU5sL24yICYZS2USsJ17fWN8p27ovPLdJzlpeonST4SslypwAEUniXi/tVrO1GkHa/DUVTl+zKO4UQIBRR2CgWTUAqnjLZLpYfb25j/fG/PJuy16x5gEiH3MYGQt1IqfHuGJF58aaj5yoY7rK7Vv31NW4IzMYmUIo7jIMgVi3o0Dvx4MEg/anDIQCwZEasx7OUoCV0AHLie3lLQBEO7oiWDk5P93V01+vnoKPQ8npAx3RBlnFiN4Up0qSWYpgYaB70e4wkZfqfz8/hYjf5ptZAZcpxOhJkVBvbo5q0HSQDFhCJma3VNBZaj8s5qSCz0fXMoX0oGnuee9tRo3/M+JLKejKFEL2Kekce75o8LjXXhXGihAK3KINAYfJhDjmMuKNd31qtkhtpI16Re69VqN+j/S++kofn/cy4QDlpK7ZBg1DzqL0mmXhWqpjNuK5XfbhdXrWZ1qm9CGom8085lUreYdF4WwuioekSnAtzudtEcuHCpwUi6bbw58G7U0CJ8dLJbiWizr0R6jxB9JbB8TvT75x8nluoMdlimKBxHQvZCkNkMd93YMQu/n71AJltnK3NoYFvO90sY8jGvTf1h8nF9Ofl8xtdJ+wslJ9AkbkFwDQAAAABJRU5ErkJggg==);
}
.level-number-grey-9 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAIAAAD/HNHwAAAAKXRFWHRDcmVhdGlvbiBUaW1lAMitIDE0IDIgMjAxNyAxNTowNDowNSArMDkwMD6zxFoAAAAHdElNRQfhAg4GFDn+9WU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAAcJJREFUeNrNVc1Kw0AQ/rYtBQVPPRStkEj1YCtUvHnJG/gIycWn8AHUR/C+i08gePSQNyiIWutPREUogoJKQcR1u9ukyWbbBBTpsC2zOzNfvpnZTIhlWZgCKYlfcPcFrAItYANYA5Y/MPsAXAMXwBnQAW6BJ+C7AtSBJrAuHVeAGlB4FhhAFziX6xK4L+ClJn0b0rEh9Xmg2AOugFOgLf+7A1zbsgpJWkSuhPCYTT8duvOYURk4SYeorWYI0UuRk+f2fH9HKI7jHDC663q+76vtkkjQ9xelzjpUByJEY+t6Wyr2Rq43x2lQNnwoNyc34iEig0CUF7Ztp7cjvZrRaddrRbFKBlGeuyepTLoffyvpBIQofYIUMnH/R37HgxvOxB2KVyInkrkvTcvOFU0MZ4y2Xc+JGpGTiqEeQShaWmIrcs2shwZlDhzDYyxelJbCYsc0wYCYo9RVjZPYnviyIOzLAC/qayQqCXUo9ENGUclT4wSU0DezSCB+Pyirfs7sl/tiCtffMfMo5jojYkqX5Vw/0aAMw3VkY/SoiNcF8YEA5mAiQfTRHb+nvNznoduYipsfHUHycBk6TeJzPWUmU/K9/QE1Y7Gs66nzsAAAAABJRU5ErkJggg==);
}
.level-number-grey-9,
.level-number-grey-10 {
	background-size: 100% 100%;
	width: 45px;
	height: 15px;
}
.level-number-grey-10 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAPCAYAAABwfkanAAAC9UlEQVRIidWWXUgUURTHf7MtW2ubQZriB82ERqRGVkRJNL0kfelLBNtDuxBYSAgRFGWGUbRUFEXhQx+C4BK01FtmiSK4EQkVGoWWKa3lR21Rua1ulOz0MLO5X5O7UQ8duMzcc+85//+cufecI4iiqPCfiRHAMzgJLAGWASuAIiCfcVIYAgaAF0AP8BJ4DYwCwTQgDygEijWzRUAOYPgIeIBXQK82+oC3GPhMjmZaoJkVaPMsYIYX6AeeA0+15ysVVBJFlXSkCNqIFSVqV9xFbUGocSC0tQLfUBaYUG4WqvpSP/jgA+DTgkEtFGyNCxkX3BCut9u8SGI1kliO3VYJgMNmZ68ocUmU+GGzs9BmxyhK5IoSti32uF9hWLcWoc3N2Yoqms9cQXgzpm6pGkbwKXQ1dBPoDNLX9I7NJVbunpiGcJT/iEi73W48Hg8AkiTp6iLmmXEAJicZbbpHRno6LR3tU7iPAlzdfxkA8xoDpyvOcabmIqvLXLjOwpGDCZAnKtJ/TYxGsso2cb7+ypRuJADAjnIrp6+eAuBY/QH8E352W4/ScStx9/+EdPD+gxid0PKexRn5ALgeuphTq+q7nz0hN1tMyv/fJ62XQPv9ZM/LYnxiHIBZ2sXz+X1JQ/yWdKEoJe1QJ/FAvoWRT6PMTpkNwLc7qjrVkpo0hC5pj8fza4RfwPBLKMtyrKFOpJWNmbz09gNgLbHyVcsYxUtXMjQy+Cekpy+KIeKhd1mWcTY3xpLVi3S2GYAbt10c3lMNwPGKc1hSLFxznWT99sRJG8ORZFmOIBeSUERDa7Isc93ZCGmJAwEoq8zsuVBJV8NjAp1BvB+9HHLsA8CaYLoLI61KozOT7+ZTmAJFQB5+zAwDA06BXsCEWsbbnXE8RUVY2SBzsL4OtSLOVXV1uVA6xvJdxZiAmYAZ2Farw04gboGOKuMKpsDUURF0/3UciTphiqMGxbETtd/oQe09FJRWCwJfmA/ko3Y8RVEcf8HqnFrhf+zyfgKuPOxko1WuxQAAAABJRU5ErkJggg==);
}
.bet-history-tab-orange {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #fc6200;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-orange.on {
	background-color: #171c22;
	border: 2px solid #fc6200;
	border-bottom: 0;
}
.bet-history-tab-orange1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f50;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-orange1.on {
	background-color: #171c22;
	border: 2px solid #f50;
	border-bottom: 0;
}
.bet-history-tab-orange2 {
	background-color: #101012;
	color: #fff;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	width: auto !important;
	padding: 3px 64px;
}
.bet-history-tab-orange2.on {
	border-bottom: 1px solid #fc6200;
}
.bet-history-tab-purple {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #144ade;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-purple.on {
	background-color: #171c22;
	border: 2px solid #144ade;
	border-bottom: 0;
}
.bet-history-tab-purple1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #c6426e;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-purple1.on {
	background-color: #171c22;
	border: 2px solid #c6426e;
	border-bottom: 0;
}
.bet-history-tab-blue {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #1f8fff;
	cursor: pointer;
	width: 20%;
}
.bet-history-tab-blue.on {
	background-color: #171c22;
	border: 2px solid #1f8fff;
	border-bottom: 0;
}
.bet-history-tab-blue1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #dabd57;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-blue1.on {
	background-color: #171c22;
	border: 2px solid #dabd57;
	border-bottom: 0;
}
.bet-history-tab-blue2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #2e7de5;
	cursor: pointer;
	width: 50%;
}
.bet-history-tab-blue2.on {
	background-color: #171c22;
	border: 2px solid #2e7de5;
	border-bottom: 0;
}
.bet-history-tab-blue25 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #2e7de5;
	cursor: pointer;
	width: 33%;
}
.bet-history-tab-blue25.on {
	background-color: #171c22;
	border: 2px solid #2e7de5;
	border-bottom: 0;
}
.bet-history-tab-blue3 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffc105;
	cursor: pointer;
	width: 20%;
}
.bet-history-tab-blue3.on {
	background-color: #171c22;
	border: 2px solid #ffc105;
	border-bottom: 0;
}
.bet-history-tab-blue4 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #4269b2;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-blue4.on {
	background-color: #171c22;
	border: 2px solid #4269b2;
	border-bottom: 0;
}
.bet-history-tab-blue5 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #4c6f87;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-blue5.on {
	background-color: #171c22;
	border: 2px solid #4c6f87;
	border-bottom: 0;
}
.bet-history-tab-yellow {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f1c80d;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-yellow.on {
	background-color: #171c22;
	border: 2px solid #f1c80d;
	border-bottom: 0;
}
.bet-history-tab-yellow1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #d40511;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-yellow1.on {
	background-color: #171c22;
	border: 2px solid #d40511;
	border-bottom: 0;
}
.bet-history-tab-yellow2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffbe00;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-yellow2.on {
	background-color: #171c22;
	border: 2px solid #ffbe00;
	border-bottom: 0;
}
.bet-history-tab-yellow3 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffdb00;
	cursor: pointer;
	width: 16.6%;
}
.bet-history-tab-yellow3.on {
	background-color: #171c22;
	border: 2px solid #ffdb00;
	border-bottom: 0;
}
.bet-history-tab-white {
	background-color: #bebebd;
	color: #000;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f1c80d;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-white.on {
	background-color: #fff;
	border: 2px solid #f1c80d;
	border-bottom: 0;
}
.bet-history-tab-white1 {
	background-color: #bebebd;
	color: #000;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ed765e;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-white1.on {
	background-color: #fff;
	border: 2px solid #ed765e;
	border-bottom: 0;
}
.bet-history-tab-red {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ff2c2c;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-red.on {
	background-color: #171c22;
	border: 2px solid #ff2c2c;
	border-bottom: 0;
}
.bet-history-tab-silver {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #9c9ea0;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-silver.on {
	background-color: #171c22;
	border: 2px solid #9c9ea0;
	border-bottom: 0;
}
.bet-history-tab-gold {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #ffa863;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-gold.on {
	background-color: #171c22;
	border: 2px solid #ffa863;
	border-bottom: 0;
}
.bet-history-tab-gold1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f7b800;
	cursor: pointer;
	width: 16.6%;
}
.bet-history-tab-gold1.on {
	background-color: #171c22;
	border: 2px solid #f7b800;
	border-bottom: 0;
}
.bet-history-tab-gold2 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f39200;
	cursor: pointer;
	width: 16.6%;
}
.bet-history-tab-gold2.on {
	background-color: #171c22;
	border: 2px solid #f39200;
	border-bottom: 0;
}
.bet-history-tab-grey {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #fc6200;
	cursor: pointer;
	width: 25%;
}
.bet-history-tab-grey.on {
	background-color: #171c22;
	border: 2px solid #fc6200;
	border-bottom: 0;
}
.bet-history-tab-grey1 {
	background-color: #2b343b;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #fbbd5a;
	cursor: pointer;
	width: 16.6%;
}
.bet-history-tab-grey1.on {
	background-color: #171c22;
	border: 2px solid #fbbd5a;
	border-bottom: 0;
}
.bet-history-tab-in {
	border-left: 2px solid #171c22;
	border-right: 2px solid #171c22;
	padding: 13px 0;
	height: 100%;
}
.bet-history-tab-in-white {
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	padding: 13px 0;
	height: 100%;
}
.bet-result-table .el-table__header-wrapper {
	display: none;
}
.bet-result-table.el-table tr {
	background-color: #171c22;
}
.bet-result-table.el-table td {
	border-bottom: 0;
}
.bet-result-table.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #171c22;
}
.bet-result-table.el-table {
	border-radius: 0;
	background-color: #171c22;
}
.bet-result-table.el-table--mini td,
.bet-result-table.el-table--mini th {
	padding: 0 !important;
}
.bet-result-table.el-table .cell {
	padding-left: 0;
	padding-right: 0;
}
.bet-result-table-white .el-table__header-wrapper {
	display: none;
}
.bet-result-table-white.el-table tr {
	background-color: #ebebeb;
}
.bet-result-table-white.el-table td {
	border-bottom: 0;
}
.bet-result-table-white.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: #fff;
}
.bet-result-table-white.el-table {
	border-radius: 0;
	background-color: #fff;
}
.bet-result-table-white.el-table--mini td,
.bet-result-table-white.el-table--mini th {
	padding: 0 !important;
}
.bet-result-table-white.el-table .cell {
	padding-left: 0;
	padding-right: 0;
}
.sport-rule-cross-bg-orange,
.sport-rule-cross-bg-orange1 {
	background: #191919 !important;
}
.sport-rule-cross-bg-orange2 {
	background: #1f2124 !important;
}
.sport-rule-cross-bg-blue,
.sport-rule-cross-bg-blue1,
.sport-rule-cross-bg-blue2,
.sport-rule-cross-bg-blue3,
.sport-rule-cross-bg-purple {
	background: #191919 !important;
}
.sport-rule-cross-bg-blue4 {
	background: #1a1b22 !important;
}
.sport-rule-cross-bg-blue5,
.sport-rule-cross-bg-yellow,
.sport-rule-cross-bg-yellow1,
.sport-rule-cross-bg-yellow2,
.sport-rule-cross-bg-yellow3 {
	background: #191919 !important;
}
.sport-rule-cross-bg-white,
.sport-rule-cross-bg-white1 {
	background: #dedede !important;
}
.sport-rule-cross-bg-gold,
.sport-rule-cross-bg-red,
.sport-rule-cross-bg-silver {
	background: #191919 !important;
}
.sport-rule-cross-bg-gold1 {
	background: #091724 !important;
}
.sport-rule-cross-bg-gold2,
.sport-rule-cross-bg-grey,
.sport-rule-cross-bg-grey1 {
	background: #191919 !important;
}
.sport-rule-confirm-orange {
	color: #fc6200;
}
.sport-rule-confirm-orange1 {
	color: #f50;
}
.sport-rule-confirm-orange2 {
	color: #f56406;
}
.sport-rule-confirm-purple {
	color: #144ade;
}
.sport-rule-confirm-blue {
	color: #1fb3ff;
}
.sport-rule-confirm-blue1,
.sport-rule-confirm-blue2 {
	color: #dabd57;
}
.sport-rule-confirm-blue3 {
	color: #ffc105;
}
.sport-rule-confirm-blue4 {
	color: #4269b2;
}
.sport-rule-confirm-blue5 {
	color: #4c6f87;
}
.sport-rule-confirm-yellow {
	color: #f1c80d;
}
.sport-rule-confirm-yellow1 {
	color: #d40511;
}
.sport-rule-confirm-yellow2 {
	color: #ffbe00;
}
.sport-rule-confirm-yellow3 {
	color: #ffdb00;
}
.sport-rule-confirm-white {
	color: #f11d1c;
}
.sport-rule-confirm-white1 {
	color: #ed765e;
}
.sport-rule-confirm-red {
	color: #ff2c2c;
}
.sport-rule-confirm-silver {
	color: #4969b2;
}
.sport-rule-confirm-gold {
	color: #ffa863;
}
.sport-rule-confirm-gold1 {
	color: #f7b800;
}
.sport-rule-confirm-gold2 {
	color: #f39200;
}
.sport-rule-confirm-grey {
	color: #fc6200;
}
.sport-rule-confirm-grey1 {
	color: #fbbd5a;
}
.button-sort-orange {
	background-color: #fc6200;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #fc6200;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-orange.on {
	border: 2px solid #fff;
}
.button-sort-orange1 {
	background-color: #f50;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f50;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-orange1.on {
	border: 2px solid #fff;
}
.button-sort-orange2 {
	background: #232529;
	border-radius: 18px;
	font-size: 14px;
	padding: 8px 16px;
	cursor: pointer;
	float: left;
	width: auto;
	text-align: center;
	color: #fff;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.button-sort-orange2:hover {
	background: #3a3d42;
}
.button-sort-orange2.on {
	background: rgba(245, 100, 6, 0.11);
	color: #e25d07;
}
.button-sort-purple {
	background: #0037ce !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #0037ce;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-purple.on {
	border: 2px solid #fff;
}
.button-sort-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #c6426e;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-purple1.on {
	border: 2px solid #fff;
}
.button-sort-blue {
	background-color: #1f8fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #1f8fff;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-blue.on {
	border: 2px solid #fff;
}
.button-sort-blue1 {
	background-image: linear-gradient(90deg, #ae8625 0, #f7ef8a 30%, #d2ac47 60%, #fdd286) !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #dabd57;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}

#bet-list .bs-odds {
	float: right;
	padding-right: 0px;
	color: #fff;	
}

.bs-match>p {
	margin: 0;
}
.bs-match .bs_lname {
	font-size: 12px;
}
.bs-side>p {
	margin: 0;
	float: left;
	width: 150px;
}

.button-sort-blue1.on {
	border: 2px solid #fff;
}
.button-sort-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #2e7de5;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-blue2.on {
	border: 2px solid #fff;
}
.button-sort-blue3 {
	background: #082481 !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #082481;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-blue3.on {
	border: 2px solid #fff;
}
.button-sort-blue4 {
	background: #4269b2 !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #4269b2;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-blue4.on {
	border: 2px solid #fff;
}
.button-sort-blue5 {
	background: #4c6f87 !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #4c6f87;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-blue5.on {
	border: 2px solid #fff;
}
.button-sort-yellow {
	background-color: #f1c80d;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f1c80d;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-yellow.on {
	border: 2px solid #fff;
}
.button-sort-yellow1 {
	background-color: #f1c80d;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f1c80d;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-yellow1.on {
	border: 2px solid #fff;
}
.button-sort-yellow2 {
	background-color: #ffbe00;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #ffbe00;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-yellow2.on {
	border: 2px solid #fff;
}
.button-sort-yellow3 {
	background-color: #ffdb00;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #ffdb00;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-yellow3.on {
	border: 2px solid #fff;
}
.button-sort-white {
	background-color: #f1c80d;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f1c80d;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-white.on {
	border: 2px solid #fff;
}
.button-sort-white1 {
	background-color: #ed765e;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #ed765e;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-white1.on {
	border: 2px solid #fff;
}
.button-sort-red {
	background-color: #ff2c2c;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #ff2c2c;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-red.on {
	border: 2px solid #fff;
}
.button-sort-silver {
	background-image: linear-gradient(90deg, #4b6cb7 0, #182848) !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #4969b2;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-silver.on {
	border: 2px solid #fff;
}
.button-sort-gold {
	background-color: #ffa863;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #ffa863;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-gold.on {
	border: 2px solid #fff;
}
.button-sort-gold1 {
	background-color: #f7b800;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f7b800;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-gold1.on {
	border: 2px solid #fff;
}
.button-sort-gold2 {
	background-color: #f39200;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f39200;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-gold2.on {
	border: 2px solid #fff;
}
.button-sort-grey {
	background-color: #fc6200;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #fc6200;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #fff;
}
.button-sort-grey.on {
	border: 2px solid #fff;
}
.button-sort-grey1 {
	background-color: #fbbd5a;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #fbbd5a;
	cursor: pointer;
	float: left;
	font-weight: 700;
	width: auto;
	text-align: center;
	color: #000;
}
.button-sort-grey1.on {
	border: 2px solid #fff;
}
.level-setting-orange {
	background-image: url(/static/image/Sports/orange/78c4516.png);
}
.level-setting-orange,
.level-setting-orange1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-orange1 {
	background-image: url(/static/image/Sports/orange1/78c4516.png);
}
.level-setting-orange2 {
	background-image: url(/static/image/Sports/orange2/78c4516.png);
}
.level-setting-orange2,
.level-setting-purple {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-purple {
	background-image: url(/static/image/Sports/purple/6239189.png);
}
.level-setting-purple1 {
	background-image: url(/static/image/Sports/purple1/7f80ca7.png);
}
.level-setting-blue,
.level-setting-purple1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-blue {
	background-image: url(/static/image/Sports/blue/bd851f8.png);
}
.level-setting-yellow {
	background-image: url(/static/image/Sports/yellow/c0e6658.png);
}
.level-setting-yellow,
.level-setting-yellow1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-yellow1 {
	background-image: url(/static/image/Sports/yellow1/c0e6658.png);
}
.level-setting-yellow2 {
	background-image: url(/static/image/Sports/yellow2/c0e6658.png);
}
.level-setting-yellow2,
.level-setting-yellow3 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-yellow3 {
	background-image: url(/static/image/Sports/yellow3/25a057b.png);
}
.level-setting-white {
	background-image: url(/static/image/Sports/white/c0e6658.png);
}
.level-setting-white,
.level-setting-white1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-white1 {
	background-image: url(/static/image/Sports/white1/350867b.png);
}
.level-setting-red {
	background-image: url(/static/image/Sports/red/9fb48ec.png);
}
.level-setting-red,
.level-setting-silver {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-silver {
	background-image: url(/static/image/Sports/silver/25a057b.png);
}
.level-setting-blue1 {
	background-image: url(/static/image/Sports/blue1/d18d9b2.png);
}
.level-setting-blue1,
.level-setting-blue2 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-blue2 {
	background-image: url(/static/image/Sports/blue2/19724fb.png);
}
.level-setting-blue3 {
	background-image: url(/static/image/Sports/blue3/2b1eb60.png);
}
.level-setting-blue3,
.level-setting-blue4 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-blue4 {
	background-image: url(/static/image/Sports/blue4/2df13e8.png);
}
.level-setting-blue5 {
	background-image: url(/static/image/Sports/blue5/b900822.png);
}
.level-setting-blue5,
.level-setting-gold {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-gold {
	background-image: url(/static/image/Sports/gold/3ee88b2.png);
}
.level-setting-gold1 {
	background-image: url(/static/image/Sports/gold1/d18d9b2.png);
}
.level-setting-gold1,
.level-setting-gold2 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-gold2 {
	background-image: url(/static/image/Sports/gold2/2dac6c9.png);
}
.level-setting-grey {
	background-image: url(/static/image/Sports/grey/78c4516.png);
}
.level-setting-grey,
.level-setting-grey1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	max-width: 91px;
}
.level-setting-grey1 {
	background-image: url(/static/image/Sports/grey1/011570f.png);
}
.friend-main-blue1,
.friend-main-blue2,
.friend-main-blue3,
.friend-main-blue4,
.friend-main-gold,
.friend-main-gold1,
.friend-main-gold2,
.friend-main-green,
.friend-main-grey,
.friend-main-grey1,
.friend-main-orange,
.friend-main-purple,
.friend-main-purple1,
.friend-main-red,
.friend-main-silver,
.friend-main-white,
.friend-main-white1,
.friend-main-yellow,
.friend-main-yellow1,
.friend-main-yellow2,
.friend-main-yellow3 {
	width: auto;
	display: unset;
}
.friend-main-blue,
.friend-main-blue5 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.friend-main-orange1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.3%;
}
.friend-main-orange2 {
	width: 50%;
	text-align: right;
}
.friend-title-orange {
	color: #fc6200;
	font-size: 18px;
}
.friend-title-orange1 {
	color: #f50;
	font-size: 18px;
}
.friend-title-orange2 {
	color: #ff4a00;
	font-size: 18px;
}
.friend-title-purple1 {
	color: #c6426e;
	font-size: 18px;
}
.friend-title-blue {
	color: #1fb3ff;
	font-size: 18px;
}
.friend-title-blue1 {
	color: #dabd57;
	font-size: 18px;
}
.friend-title-blue2 {
	color: #2e7de5;
	font-size: 18px;
}
.friend-title-blue3 {
	color: #ffc105;
	font-size: 18px;
}
.friend-title-blue5 {
	color: #4c6f87;
	font-size: 18px;
}
.friend-title-yellow {
	color: #f1c80d;
	font-size: 18px;
}
.friend-title-yellow1 {
	color: #d40511;
	font-size: 18px;
}
.friend-title-yellow2 {
	color: #ffbe00;
	font-size: 18px;
}
.friend-title-yellow3 {
	color: #ffdb00;
	font-size: 18px;
}
.friend-title-white {
	color: #37a9d6;
	font-size: 23px;
}
.friend-title-red {
	color: #ff2b29;
	font-size: 18px;
}
.friend-title-silver {
	color: #4b6cb7;
	font-size: 18px;
}
.friend-title-gold {
	color: #ffa863;
	font-size: 18px;
}
.friend-title-gold1 {
	color: #f7b800;
	font-size: 18px;
}
.friend-title-grey1 {
	color: #fbbd5a;
	font-size: 18px;
}
.friend-comment-blue,
.friend-comment-blue1,
.friend-comment-blue2,
.friend-comment-blue3,
.friend-comment-blue4,
.friend-comment-blue5,
.friend-comment-gold,
.friend-comment-gold1,
.friend-comment-gold2,
.friend-comment-green,
.friend-comment-grey,
.friend-comment-grey1,
.friend-comment-orange,
.friend-comment-orange1,
.friend-comment-purple,
.friend-comment-purple1,
.friend-comment-red,
.friend-comment-silver,
.friend-comment-yellow,
.friend-comment-yellow1,
.friend-comment-yellow2,
.friend-comment-yellow3 {
	background-color: #2c3137;
	border-radius: 5px;
	width: calc(50% - 44px);
	font-size: 13px;
	padding: 20px;
}
.friend-comment-white,
.friend-comment-white1 {
	background-color: #cacaca;
	border-radius: 5px;
	width: calc(50% - 44px);
	font-size: 13px;
	padding: 20px;
}
.friend-comment-orange2 {
	width: calc(50% - 44px);
	font-size: 13px;
	padding: 24px;
}
.friend2-comment-blue,
.friend2-comment-blue1,
.friend2-comment-blue2,
.friend2-comment-blue3,
.friend2-comment-blue4,
.friend2-comment-blue5,
.friend2-comment-gold,
.friend2-comment-gold1,
.friend2-comment-gold2,
.friend2-comment-green,
.friend2-comment-grey,
.friend2-comment-grey1,
.friend2-comment-orange,
.friend2-comment-orange1,
.friend2-comment-purple,
.friend2-comment-purple1,
.friend2-comment-red,
.friend2-comment-silver,
.friend2-comment-yellow,
.friend2-comment-yellow1,
.friend2-comment-yellow2,
.friend2-comment-yellow3 {
	background: #191919;
}
.friend2-comment-white,
.friend2-comment-white1 {
	background: #ebebeb;
}
.friend-tab-blue,
.friend-tab-blue1,
.friend-tab-blue2,
.friend-tab-blue3,
.friend-tab-blue4,
.friend-tab-blue5,
.friend-tab-gold,
.friend-tab-gold1,
.friend-tab-gold2,
.friend-tab-green,
.friend-tab-grey,
.friend-tab-grey1,
.friend-tab-orange,
.friend-tab-orange1,
.friend-tab-purple,
.friend-tab-purple1,
.friend-tab-red,
.friend-tab-silver,
.friend-tab-yellow,
.friend-tab-yellow1,
.friend-tab-yellow2,
.friend-tab-yellow3 {
	border: 1px solid #616161;
	background: #2f343a;
	width: 49%;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}
.friend-tab-white,
.friend-tab-white1 {
	border: 1px solid #616161;
	background: #fff;
	width: 49%;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}
.friend-tab-orange2 {
	text-align: center;
	cursor: pointer;
	background: #1e2224;
	border-radius: 16px;
	padding: 8px 50px;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.friend-tab-blue1.on,
.friend-tab-blue2.on,
.friend-tab-blue3.on,
.friend-tab-blue4.on,
.friend-tab-blue5.on,
.friend-tab-blue.on,
.friend-tab-gold1.on,
.friend-tab-gold2.on,
.friend-tab-gold.on,
.friend-tab-green.on,
.friend-tab-grey1.on,
.friend-tab-grey.on,
.friend-tab-orange1.on,
.friend-tab-orange.on,
.friend-tab-purple1.on,
.friend-tab-purple.on,
.friend-tab-red.on,
.friend-tab-silver.on,
.friend-tab-yellow1.on,
.friend-tab-yellow2.on,
.friend-tab-yellow3.on,
.friend-tab-yellow.on {
	background: #191919;
}
.friend-tab-white1.on,
.friend-tab-white.on {
	background: #f1c80d;
}
.friend-tab-orange2:hover {
	background: #3a3d42;
}
.friend-tab-orange2.on {
	background: rgba(245, 100, 6, 0.17);
	color: #ff4a00;
}
.friend-total-blue,
.friend-total-blue1,
.friend-total-blue2,
.friend-total-blue3,
.friend-total-blue4,
.friend-total-blue5,
.friend-total-gold,
.friend-total-gold1,
.friend-total-gold2,
.friend-total-green,
.friend-total-grey,
.friend-total-grey1,
.friend-total-orange,
.friend-total-orange1,
.friend-total-purple,
.friend-total-purple1,
.friend-total-red,
.friend-total-silver,
.friend-total-white,
.friend-total-white1,
.friend-total-yellow,
.friend-total-yellow1,
.friend-total-yellow2,
.friend-total-yellow3 {
	text-align: center;
	font-size: 14px;
	float: left;
	width: calc(25% - 11px);
}
.friend-total-orange2 {
	text-align: center;
	font-size: 14px;
	float: left;
	padding: 12px;
}
.friend-total-blue1 .top,
.friend-total-blue2 .top,
.friend-total-blue3 .top,
.friend-total-blue4 .top,
.friend-total-blue5 .top,
.friend-total-blue .top,
.friend-total-gold1 .top,
.friend-total-gold2 .top,
.friend-total-gold .top,
.friend-total-green .top,
.friend-total-grey1 .top,
.friend-total-grey .top,
.friend-total-orange1 .top,
.friend-total-orange .top,
.friend-total-purple1 .top,
.friend-total-purple .top,
.friend-total-red .top,
.friend-total-silver .top,
.friend-total-yellow1 .top,
.friend-total-yellow2 .top,
.friend-total-yellow3 .top,
.friend-total-yellow .top {
	margin-bottom: 8px;
	padding: 12px;
	border-radius: 3px;
	background-color: #12151a;
}
.friend-total-white1 .top,
.friend-total-white .top {
	margin-bottom: 8px;
	padding: 12px;
	border-radius: 3px;
	background-color: #cacaca;
}
.friend-total-orange2 .top {
	margin-bottom: 24px;
	padding: 8px 24px;
	border: 1px solid #ff4a00;
	border-radius: 24px;
}
.friend-total-blue1 .bottom,
.friend-total-blue2 .bottom,
.friend-total-blue3 .bottom,
.friend-total-blue4 .bottom,
.friend-total-blue5 .bottom,
.friend-total-blue .bottom,
.friend-total-gold1 .bottom,
.friend-total-gold2 .bottom,
.friend-total-gold .bottom,
.friend-total-green .bottom,
.friend-total-grey1 .bottom,
.friend-total-grey .bottom,
.friend-total-orange1 .bottom,
.friend-total-orange .bottom,
.friend-total-purple1 .bottom,
.friend-total-purple .bottom,
.friend-total-red .bottom,
.friend-total-silver .bottom,
.friend-total-yellow1 .bottom,
.friend-total-yellow2 .bottom,
.friend-total-yellow3 .bottom,
.friend-total-yellow .bottom {
	border: 2px solid #2b3034;
	border-radius: 3px;
	padding: 12px;
	font-size: 18px;
	background-color: #2b3034;
}
.friend-total-white1 .bottom,
.friend-total-white .bottom {
	border: 2px solid #2b3034;
	border-radius: 3px;
	padding: 12px;
	font-size: 18px;
	background-color: #ebebeb;
}
.friend-total-orange2 .bottom {
	background: #1e2224;
	border-radius: 24px;
	padding: 8px 24px;
	font-size: 18px;
}
.side-money-orange {
	color: #fc6200;
}
.side-money-orange1 {
	color: #f50;
}
.side-money-purple {
	color: #144ade;
}
.side-money-purple1 {
	color: #c6426e;
}
.side-money-blue {
	color: #1f8fff;
}
.side-money-blue2 {
	color: #2e7de5;
}
.side-money-blue3 {
	color: #ffc105;
}
.side-money-blue5 {
	color: #4c6f87;
}
.side-money-yellow {
	color: #f8d346;
}
.side-money-yellow1 {
	color: #d40511;
}
.side-money-yellow3 {
	color: #ffdb00;
}
.side-money-white {
	color: #37a9d6;
}
.side-money-white1 {
	color: #ed765e;
}
.side-money-red {
	color: #c80002;
}
.side-money-silver {
	color: #4b6cb7;
}
.side-money-gold {
	color: #ffa863;
}
.side-money-gold1 {
	color: #f7b800;
}
.side-money-gold2 {
	color: #f39200;
}
.side-money-grey {
	color: #fc6200;
}
.side-money-grey1 {
	color: #fbbd5a;
}
.side-search-btn-orange {
	background: none !important;
}
.side-search-btn-orange1 {
	background: #fff !important;
	color: #000 !important;
}
.side-search-btn-purple,
.side-search-btn-purple1 {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.side-search-btn-blue {
	background: none !important;
}
.side-search-btn-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
	color: #000 !important;
}
.side-search-btn-blue2 {
	background: #fff !important;
	color: #000 !important;
}
.side-search-btn-blue3 {
	background: #ffc105 !important;
	color: #000 !important;
}
.side-search-btn-blue4 {
	background: none !important;
	color: #fff !important;
}
.side-search-btn-blue5 {
	background: #4c6f87 !important;
	color: #000 !important;
}
.side-search-btn-yellow,
.side-search-btn-yellow1 {
	background: #f1c80d !important;
	color: #000 !important;
}
.side-search-btn-yellow2 {
	background: none !important;
}
.side-search-btn-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000 !important;
}
.side-search-btn-white {
	background: #f1c80d !important;
	color: #000 !important;
}
.side-search-btn-white1 {
	background: #ed765e !important;
	color: #000 !important;
}
.side-search-btn-red {
	background: #c80000 !important;
	color: #fff !important;
}
.side-search-btn-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
}
.side-search-btn-gold {
	background: #ffa863 !important;
	color: #000 !important;
}
.side-search-btn-gold1 {
	background: #f7b800 !important;
	color: #000 !important;
}
.side-search-btn-gold2 {
	background: #f39200 !important;
	color: #000 !important;
}
.side-search-btn-grey {
	background: none !important;
}
.side-search-btn-grey1 {
	background: #aaa !important;
	color: #151515;
}
table.bl-container {
	border-collapse: collapse;
	width: 90%;
	margin:0 auto;
}

table.bl-container tbody {
	background: #22282e; 
}

table.bl-container tbody>tr>td {
	border: 1px solid #000000;
	font-size: 12px;
	text-align: -moz-center;
	text-align: -webkit-center;
	word-break: break-word;
	white-space: normal;
    padding: 5px;
    font-weight: 700;	
}

table.bl-container thead>tr>th {
	background: #25292c;
    border: 1px solid #000000;
	font-size: 13px;
	white-space: nowrap;
    padding: 10px 0;
    color: #fff;
    text-align: center;
	
}

table.bl-container tbody>tr>td.bl-odds.selected ,
table.bl-container tbody>tr>td.bl-odds:hover {
    background: #3065ad;
}

table.bl-container tbody>tr.view_bet {
	padding: 0;
	margin: 0;
}

table.bl-container tbody>tr.view_bet .match-odds.bet-odds {
	padding: 0;
	width: 100%;
	background: #0e0e0e;
	border: none;
	margin: 0;
}

table.bl-container tbody>tr.view_bet .match-odds.bet-odds span {
	font-size: 12px;
	
}

table.bl-container tbody>tr.view_bet .match-odds.bet-odds .odds-container {
	border: none;
}

table.bl-container tbody>tr.view_bet .match-odds.bet-odds tbody {
	background: none;
	border: none;
}

table.bl-container tr.view_bet .match-odds.bet-odds thead {
	background: none;
}

table.bl-container tbody>tr.view_bet .match-odds.bet-odds tbody>tr>td {
	border: none;
}

#ajax-content #asian-container #sports-wrapper #board-container .board-container .speech-bubble table.bl-container tbody>tr.view_bet .match-odds.bet-odds .type-name span {
	font-size: 12px;
	color: aliceblue;
	font-weight: 300;
}
table.bl-container tbody>tr.view_bet .type-name .home-name {
	
}
table.bl-container tbody>tr.view_bet .type-name .away-name {
	
}
table.bl-container tbody>tr.view_bet .type-name .bet-view-sport-detail .vs {
    color: #FF5722;
}
table.bl-container tbody>tr.view_bet .type-name .vs, table.bl-container tbody>tr.view_bet .type-name .away-name, table.bl-container tbody>tr.view_bet .type-name .home-name {
    display: inline;
    margin: 3px;
}
table.bl-container tbody>tr.view_bet .type-name .bet_view_result {
    width: 20%;
    float: right;
    text-align: right;
}
section.page-find {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.bet-odds {
	width: calc(100% - 17px);
	border: 5px solid #2d3c54;
    background: #161f2e;
}

.bet-odds .type-name {
	height: 30px;
	padding-top: 10px;
}

.bet-odds .type-name .bet_view_sport_id_details {
    /* float: left; */
    /* width: 100%; */
    /* text-align: center; */
    /* height: auto; */
    /* line-height: 19px; */
}
.bet-odds .type-name .bet_view_sport_id_details i {
    display: inline-block;
    vertical-align: middle;
	float: unset; 	
}

.bet-view-sport-detail {
    /* float: left; */
    /* border: 1px solid rgba(62, 62, 62, 0.6); */
    /* border-radius: 1px; */
    /* height: auto; */
    /* background: #181818; */
    /* text-align: -moz-center; */
    /* text-align: center; */
    /* overflow: hidden; */
    /* padding: 2px 4px; */
    /* width: calc(100% - 12px); */
}
.bl-container .type-name .bet-view-sport-detail{
    float: left;
    border: 1px solid rgba(62, 62, 62, 0.6);
    border-radius: 1px;
    height: auto;
    background: #181818;
    text-align: -moz-center;
    text-align: -webkit-center;
    overflow: hidden;
    padding: 2px 4px;
    width: calc(100% - 12px);
}

.betviewleftside  {
    float: left;
    width: 65%;
}

.betviewrightside {
    float: left;
    width: 35%;
}


.betviewleftside, .betviewrightside {
    padding: 0 7px;
}
.betviewleftside {
    text-align: left;
}

.betviewrightside {
    text-align: right;
}
.bet-odds .type-name .bet_view_middle {
	color: #FF9800;
	width: 35%;
	float: right;
	text-align: right;
}


.bet-odds .odds-container .round-box {
	width: calc(50% - 15px);
}

.bet-odds .odds-container .round-box.threerows {
	width: calc(33.3% - 15px);
	border: 1px solid;
}
.bet-odds .odds-container .round-box.singlerow {
	width: calc(100% - 15px);
	border: 1px solid;
}

.bet-odds .odds-container .round-box:hover {
	background-color: #3d9ac275 !important;
	box-shadow: inset 0 0 1px 1px #d6d6d6;
}

.bet-odds .odds-container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	margin: 0px;
}

.match-odds.bet-odds .odds-container .round-box {
	background: linear-gradient(180deg, #2D353C, #222);
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 4px;
	margin: 2px;
	color: #f7f7f7;
	border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;	
	min-height: 50px;
}

.match-odds.bet-odds table{
	width:100%;    margin-bottom: 10px;
}
.speech-bubble p {
	color: #ffffff;
	font-size: 14px;
	/* padding-left: 10px; */
}

.speech-bubble {
	width: auto;
	min-height: 30px;
	margin: 15px;
	padding: 15px;
	word-break: break-word;
	box-shadow: 0 6px 20px 0 rgba(0,0,0,0.6);	
}

.speech-bubble h1,
.speech-bubble p {
	padding: 0;
	margin: 0;
	line-height: 25px;
}

.speech-bubble h1 {
	color: #1c5cdc;
	font-size: 16px;
	border-bottom: unset;	
	padding-bottom: 5px;
	font-weight: 600;
}

.speech-bubble p {
	color: #ffffff;
	font-size: 14px;
	/* padding-left: 10px; */
}

.speech-bubble h1>span.right {
	color: #bdc5d2;
	font-weight: 300;
	font-size: 13px;
}
.speech-bubble input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d2d2d2;
	opacity: 1; /* Firefox */
}

.speech-bubble input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #d2d2d2;
}

.speech-bubble input::-ms-input-placeholder { /* Microsoft Edge */
	color: #d2d2d2;
}
.speech-bubble input {
	padding: 6px 7px 6px 7px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #0000004d;
    color: #ffffff;
    min-width: 65%;
    border: 1px solid #283b5a;
}

.speech-bubble button {
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #3e5b8c !important;
    color: #ffffff !important;
    border-top: 2px solid #2b2b2b;
    border-bottom: 2px solid #2b2b2b;
    text-align: -moz-center;
    text-align: -webkit-center;
    width: 27%;
    line-height: 19px;
	font-size: 13px;
    background: #2c3e67;
}

.home-content-blue,
.home-content-blue1,
.home-content-gold,
.home-content-green,
.home-content-orange,
.home-content-red,
.home-content-silver,
.home-content-yellow2 {
	padding: 4px;
}
.home-content-blue5,
.home-content-purple,
.home-content-purple1,
.home-content-yellow,
.home-content-yellow1 {
	background-color: #111 !important;
	padding: 4px;
}
.home-content-grey {
	background: #242a30 !important;
	padding: 4px;
}
.home-content-blue2,
.home-content-blue3 {
	padding: 4px;
}
.home-content-blue4 {
	background: #212227 !important;
	padding: 4px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.home-content-grey1 {
	background-color: #151515 !important;
	padding: 4px;
}
.home-content-orange2 {
	background: #111314 !important;
	padding: 0;
}
.home-content-orange1 {
	background: #081a30 !important;
}
.home-content-orange1,
.home-content-yellow3 {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	padding: 4px;
}
.home-content-yellow3 {
	background: #0a0d29 !important;
}
.home-content-gold2 {
	background-color: #111 !important;
}
.home-content-gold1,
.home-content-gold2 {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	padding: 4px;
}
.home-content-gold1 {
	background: #0e1d30 !important;
}
.home-content-white,
.home-content-white1 {
	background: #ebebeb !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	color: #000 !important;
	padding: 4px;
}
.home-notice-left-orange,
.home-notice-left-orange1 {
	border-right: 1px solid #000;
	padding: 20px 19px 15px 8px;
}
.home-notice-left-orange2 {
	padding: 24px 12px 0 0;
}
.home-notice-left-orange2 .core-content {
	border-radius: 6px;
	background: #16171a;
}
.home-notice-left-orange2:hover .home-notice-bottom {
	height: 0;
}
.home-notice-left-blue,
.home-notice-left-blue1,
.home-notice-left-blue2,
.home-notice-left-blue3,
.home-notice-left-purple,
.home-notice-left-purple1 {
	border-right: 1px solid #000;
	padding: 20px 19px 15px 8px;
}
.home-notice-left-blue4 {
	padding: 20px 8px 15px;
}
.home-notice-left-blue4 .core-content {
	border-radius: 6px;
	background: #14151a;
	padding: 16px;
}
.home-notice-left-blue5 {
	padding: 20px 8px 15px;
}
.home-notice-left-blue5 .core-content {
	border-radius: 6px;
	background: #0d0d0d;
	padding: 16px;
}
.home-notice-left-yellow,
.home-notice-left-yellow1,
.home-notice-left-yellow2,
.home-notice-left-yellow3 {
	border-right: 1px solid #000;
	padding: 20px 19px 15px 8px;
}
.home-notice-left-white,
.home-notice-left-white1 {
	border-right: 1px solid #a2a2a2;
	padding: 20px 19px 15px 8px;
}
.home-notice-left-gold,
.home-notice-left-gold1,
.home-notice-left-gold2,
.home-notice-left-green,
.home-notice-left-grey,
.home-notice-left-grey1,
.home-notice-left-red,
.home-notice-left-silver {
	border-right: 1px solid #000;
	padding: 20px 19px 15px 8px;
}
.home-notice-right-orange,
.home-notice-right-orange1 {
	border-left: 1px solid #000;
	padding: 20px 8px 15px 19px;
}
.home-notice-right-orange2 {
	padding: 24px 0 0 12px;
}
.home-notice-right-orange2 .core-content {
	border-radius: 6px;
	background: #16171a;
}
.home-notice-right-orange2:hover .home-notice-bottom {
	height: 0;
}
.home-notice-right-blue,
.home-notice-right-blue1,
.home-notice-right-blue2,
.home-notice-right-blue3,
.home-notice-right-purple,
.home-notice-right-purple1 {
	border-left: 1px solid #000;
	padding: 20px 8px 15px 19px;
}
.home-notice-right-blue4 {
	padding: 20px 8px 15px;
}
.home-notice-right-blue4 .core-content {
	border-radius: 6px;
	background: #14151a;
	padding: 16px;
}
.home-notice-right-blue5 {
	padding: 20px 8px 15px;
}
.home-notice-right-blue5 .core-content {
	border-radius: 6px;
	background: #0d0d0d;
	padding: 16px;
}
.home-notice-right-yellow,
.home-notice-right-yellow1,
.home-notice-right-yellow2,
.home-notice-right-yellow3 {
	border-left: 1px solid #000;
	padding: 20px 8px 15px 19px;
}
.home-notice-right-white,
.home-notice-right-white1 {
	border-left: 1px solid #a2a2a2;
	padding: 20px 8px 15px 19px;
}
.home-notice-right-gold,
.home-notice-right-gold1,
.home-notice-right-gold2,
.home-notice-right-green,
.home-notice-right-grey,
.home-notice-right-grey1,
.home-notice-right-red,
.home-notice-right-silver {
	border-left: 1px solid #000;
	padding: 20px 8px 15px 19px;
}
.home-notice-orange {
	color: #fc6200;
}
.home-notice-orange1 {
	color: #f50;
}
.home-notice-orange2 {
	color: #e15d07;
}
.home-notice-purple {
	color: #144ade;
}
.home-notice-purple1 {
	color: #c6426e;
}
.home-notice-blue {
	color: #1f8fff;
}
.home-notice-blue1 {
	color: #dbbe58;
}
.home-notice-blue2 {
	color: #2e7de5;
}
.home-notice-blue3 {
	color: #ffc105;
}
.home-notice-blue4 {
	color: #4269b2;
}
.home-notice-blue5 {
	color: #4c6f87;
}
.home-notice-yellow {
	color: #f8d346;
}
.home-notice-yellow1 {
	color: #d40511;
}
.home-notice-yellow2 {
	color: #ffbe00;
}
.home-notice-yellow3 {
	color: #ffdb00;
}
.home-notice-white {
	color: #ff6da1;
}
.home-notice-white1 {
	color: #ed765e;
}
.home-notice-red {
	color: #ff2c2c;
}
.home-notice-silver {
	color: #4b6cb7;
}
.home-notice-gold {
	color: #ffa863;
}
.home-notice-gold1 {
	color: #f7b800;
}
.home-notice-gold2 {
	color: #f39200;
}
.home-notice-grey {
	color: #fc6200;
}
.home-notice-grey1 {
	color: #fbbd5a;
}
.home-notice-green {
	color: #79e80d;
}
.home-notice-tcontent-orange2 {
	padding: 16px;
	line-height: 26px;
	height: 64px;
}
.home-notice-content-blue,
.home-notice-content-blue1,
.home-notice-content-blue2,
.home-notice-content-blue3,
.home-notice-content-blue4,
.home-notice-content-blue5,
.home-notice-content-gold,
.home-notice-content-gold1,
.home-notice-content-gold2,
.home-notice-content-green,
.home-notice-content-grey,
.home-notice-content-grey1,
.home-notice-content-orange,
.home-notice-content-orange1,
.home-notice-content-purple,
.home-notice-content-purple1,
.home-notice-content-red,
.home-notice-content-silver,
.home-notice-content-white,
.home-notice-content-white1,
.home-notice-content-yellow,
.home-notice-content-yellow1,
.home-notice-content-yellow2,
.home-notice-content-yellow3 {
	margin-bottom: 7px;
}
.home-notice-content-orange2 {
	padding: 0 16px;
	background: #141517;
	border-bottom: 1px solid #242424;
	height: 48px;
	line-height: 16px;
	transition: background-color 0.1s ease-out 0s;
}
.home-notice-content-orange2:hover {
	background: hsla(0, 0%, 100%, 0.08);
}
.home-event-content-orange {
	background: #2a3034 !important;
}
.home-event-content-orange,
.home-event-content-orange1 {
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 5px 0 5px 13px;
}
.home-event-content-orange1 {
	background: #1e2a3a !important;
}
.home-event-content-purple,
.home-event-content-purple1 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #262626 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-blue,
.home-event-content-blue1 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #2a3034 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-blue2,
.home-event-content-blue3 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #262626 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-blue4 {
	background: #1b1c20 !important;
}
.home-event-content-blue4,
.home-event-content-blue5 {
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 5px 0 5px 13px;
}
.home-event-content-blue5 {
	background: #111 !important;
}
.home-event-content-yellow,
.home-event-content-yellow1,
.home-event-content-yellow2,
.home-event-content-yellow3 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #262626 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-white,
.home-event-content-white1 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #fff !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-red,
.home-event-content-silver {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #2a3034 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-gold,
.home-event-content-gold1,
.home-event-content-gold2 {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #262626 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-grey {
	background: #2a3034 !important;
}
.home-event-content-grey,
.home-event-content-grey1 {
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 5px 0 5px 13px;
}
.home-event-content-grey1 {
	background: #262626 !important;
}
.home-event-content-green {
	margin-bottom: 5px;
	border-radius: 2px;
	background: #2a3034 !important;
	padding: 5px 0 5px 13px;
}
.home-event-content-orange2 {
	padding: 0 16px;
	background: #141517;
	border-bottom: 1px solid #242424;
	height: 48px;
	line-height: 19px;
	transition: background-color 0.1s ease-out 0s;
}
.home-event-content-orange2:hover {
	background: hsla(0, 0%, 100%, 0.08);
}
.home-category-notice-icon {
	content: url(/image/Home/orange2/notice1.png);
	margin-right: 24px;
}
.home-notice-content-orange2:hover .home-category-notice-icon {
	content: url(/image/Home/orange2/notice.png);
}
.home-notice-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: linear-gradient(180deg, rgba(20, 21, 23, 0) 63.16%, rgba(20, 21, 23, 0.8) 88.15%);
	transition: height 0.1s ease-out 0s;
}
.subcat {
	border-radius: 6px;
	overflow: hidden;
}
.subcat-over {
	display: none;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	border: 1px solid #818181;
}
.subcat:hover .subcat-over {
	display: block;
}
.go-sign-up-orange {
	color: #fc6200;
}
.go-sign-up-orange1 {
	color: #f50;
}
.go-sign-up-purple {
	color: #144ade;
}
.go-sign-up-purple1 {
	color: #c6426e;
}
.go-sign-up-blue {
	color: #1f8fff;
}
.go-sign-up-blue1 {
	color: #dabd57;
}
.go-sign-up-blue4 {
	color: #4269b2;
}
.go-sign-up-blue5 {
	color: #4c6f87;
}
.go-sign-up-yellow,
.go-sign-up-yellow1 {
	color: #f8d346;
}
.go-sign-up-yellow2 {
	color: #ffbe00;
}
.go-sign-up-white,
.go-sign-up-white1 {
	color: #ff1f2c;
}
.go-sign-up-red {
	color: #c80000;
}
.go-sign-up-silver {
	color: #9c9ea0;
}
.go-sign-up-gold {
	color: #ffa863;
}
.go-sign-up-gold1 {
	color: #f7b800;
}
.go-sign-up-gold2 {
	color: #f39200;
}
.go-sign-up-grey {
	color: #fc6200;
}
.go-sign-up-green {
	color: #79e80d;
}
.sign-content-blue,
.sign-content-blue1,
.sign-content-blue2,
.sign-content-blue3,
.sign-content-blue4,
.sign-content-blue5,
.sign-content-gold,
.sign-content-gold1,
.sign-content-gold2,
.sign-content-green,
.sign-content-orange,
.sign-content-orange1,
.sign-content-purple,
.sign-content-purple1,
.sign-content-red,
.sign-content-silver,
.sign-content-white,
.sign-content-white1,
.sign-content-yellow,
.sign-content-yellow1,
.sign-content-yellow2,
.sign-content-yellow3 {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 35px;
}
.sign-content-grey,
.sign-content-grey1 {
	margin-top: 3px;
	background: #212121;
}
.sign-content-orange2 {
	margin-top: 40px;
}
.headernav-right-blue,
.headernav-right-blue1,
.headernav-right-blue2,
.headernav-right-blue3,
.headernav-right-blue4,
.headernav-right-blue5,
.headernav-right-gold,
.headernav-right-gold1,
.headernav-right-gold2,
.headernav-right-green,
.headernav-right-grey,
.headernav-right-grey1,
.headernav-right-orange,
.headernav-right-orange1,
.headernav-right-purple,
.headernav-right-purple1,
.headernav-right-red,
.headernav-right-silver,
.headernav-right-white,
.headernav-right-white1,
.headernav-right-yellow,
.headernav-right-yellow1,
.headernav-right-yellow2,
.headernav-right-yellow3 {
	margin-top: 11px !important;
}
.headernav-right-blue3 {
	margin-top: 17px !important;
}
.headernav-right-orange2 {
	margin-top: 16px !important;
}
.header-button-login-orange {
	color: #fff !important;
	border: 2px solid #fc6200 !important;
}
.header-button-login-orange1 {
	color: #fff !important;
	border: 2px solid #f50 !important;
}
.header-button-login-orange2 {
	color: #fff !important;
	border: 1px solid #f56406 !important;
	height: 32px;
}
.header-button-login-purple {
	color: #fff !important;
	border: 2px solid #144ade !important;
}
.header-button-login-purple1 {
	color: #fff !important;
	border: 2px solid #c6426e !important;
}
.header-button-login-blue {
	color: #fff !important;
	border: 2px solid #1fb3ff !important;
}
.header-button-login-blue1 {
	color: #fff !important;
	border: 2px solid #dbbe58 !important;
}
.header-button-login-blue2 {
	color: #fff !important;
	border: 2px solid #2e7de5 !important;
}
.header-button-login-blue3 {
	color: #fff !important;
	border: 2px solid #ffc105 !important;
}
.header-button-login-blue4 {
	color: #fff !important;
	border: 2px solid #4269b2 !important;
}
.header-button-login-blue5 {
	color: #fff !important;
	border: 2px solid #4c6f87 !important;
}
.header-button-login-yellow {
	color: #fff !important;
	border: 2px solid #f8d346 !important;
}
.header-button-login-yellow1 {
	color: #d40511 !important;
	border: 2px solid #d40511 !important;
}
.header-button-login-yellow2 {
	color: #ffbe00 !important;
	border: 2px solid #ffbe00 !important;
}
.header-button-login-yellow3 {
	color: #ffdb00 !important;
	border: 2px solid #ffdb00 !important;
}
.header-button-login-white {
	color: #000 !important;
	border: 2px solid #fc6200 !important;
}
.header-button-login-white1 {
	color: #000 !important;
	border: 2px solid #ed765e !important;
}
.header-button-login-red {
	color: #fff !important;
	border: 2px solid #c80000 !important;
}
.header-button-login-silver {
	color: #c1bfc0 !important;
	border: 2px solid #c1bfc0 !important;
}
.header-button-login-gold {
	color: #fff !important;
	border: 2px solid #ffa863 !important;
}
.header-button-login-gold1 {
	color: #fff !important;
	border: 2px solid #f7b800 !important;
}
.header-button-login-gold2 {
	color: #fff !important;
	border: 2px solid #f39200 !important;
}
.header-button-login-grey {
	color: #fff !important;
	border: 2px solid #911515 !important;
}
.header-button-login-grey1 {
	color: #fff !important;
	border: 2px solid #fbbd5a !important;
}
.header-button-login-green {
	color: #fff !important;
	border: 2px solid #79e80d !important;
}
.header-button-signup-orange {
	color: #fff !important;
	background: #fb6200 !important;
	border: 2px solid #fc6200 !important;
}
.header-button-signup-orange1 {
	color: #fff !important;
	background: #f50 !important;
	border: 2px solid #f50 !important;
}
.header-button-signup-orange2 {
	color: #fff !important;
	background: #f56406 !important;
	border: 1px solid #f56406 !important;
	height: 32px;
}
.header-button-signup-purple {
	color: #fff !important;
	background: #144ade !important;
	border: 2px solid #144ade !important;
}
.header-button-signup-purple1 {
	color: #fff !important;
	background: #c6426e !important;
	border: 2px solid #c6426e !important;
}
.header-button-signup-blue {
	color: #fff !important;
	background: #1fb3ff !important;
	border: 2px solid #1fb3ff !important;
}
.header-button-signup-blue1 {
	color: #000 !important;
	background: #dbbe58 !important;
	border: 2px solid #dbbe58 !important;
}
.header-button-signup-blue2 {
	color: #fff !important;
	background: #2e7de5 !important;
	border: 2px solid #2e7de5 !important;
}
.header-button-signup-blue3 {
	color: #000 !important;
	background: #ffc105 !important;
	border: 2px solid #ffc105 !important;
}
.header-button-signup-blue4 {
	color: #fff !important;
	background: #4269b2 !important;
	border: 2px solid #4269b2 !important;
}
.header-button-signup-blue5 {
	color: #fff !important;
	background: #4c6f87 !important;
	border: 2px solid #4c6f87 !important;
}
.header-button-signup-yellow {
	color: #000 !important;
	background: #f8d346 !important;
	border: 2px solid #f8d346 !important;
}
.header-button-signup-yellow1 {
	color: #fff !important;
	background: #d40511 !important;
	border: 2px solid #d40511 !important;
}
.header-button-signup-yellow2 {
	color: #000 !important;
	background: #ffbe00 !important;
	border: 2px solid #ffbe00 !important;
}
.header-button-signup-yellow3 {
	color: #000 !important;
	background: #ffdb00 !important;
	border: 2px solid #ffdb00 !important;
}
.header-button-signup-white {
	color: #000 !important;
	background: #fc6200 !important;
	border: 2px solid #fc6200 !important;
}
.header-button-signup-white1 {
	color: #000 !important;
	background: #ed765e !important;
	border: 2px solid #ed765e !important;
}
.header-button-signup-red {
	color: #fff !important;
	background: #c80000 !important;
	border: 2px solid #c80000 !important;
}
.header-button-signup-silver {
	color: #000 !important;
	background: #c1bfc0 !important;
	border: 2px solid #c1bfc0 !important;
}
.header-button-signup-gold {
	color: #000 !important;
	background: #ffa863 !important;
	border: 2px solid #ffa863 !important;
}
.header-button-signup-gold1 {
	color: #000 !important;
	background: #f7b800 !important;
	border: 2px solid #f7b800 !important;
}
.header-button-signup-gold2 {
	color: #000 !important;
	background: #f39200 !important;
	border: 2px solid #f39200 !important;
}
.header-button-signup-grey {
	color: #fff !important;
	background: #911515 !important;
	border: 2px solid #911515 !important;
}
.header-button-signup-grey1 {
	color: #000 !important;
	background: #fbbd5a !important;
	border: 2px solid #fbbd5a !important;
}
.header-button-signup-green {
	color: #fff !important;
	background: #79e80d !important;
	border: 2px solid #79e80d !important;
}
.side-icon-orange {
	color: #fc6200;
	font-size: 11px !important;
}
.side-icon-orange1 {
	color: #fff;
	font-size: 11px !important;
}
.side-icon-orange2 {
	color: #e05c07;
	font-size: 12px !important;
}
.side-icon-purple,
.side-icon-purple1 {
	color: #fff;
	font-size: 11px !important;
}
.side-icon-blue {
	color: #1f8fff;
	font-size: 11px !important;
}
.side-icon-blue1 {
	color: #dbbe58;
	font-size: 11px !important;
}
.side-icon-blue2 {
	color: #2e7de5;
	font-size: 11px !important;
	text-align: right;	
}
.side-icon-blue3,
.side-icon-blue4,
.side-icon-blue5 {
	color: #fff;
	font-size: 11px !important;
}
.side-icon-yellow,
.side-icon-yellow1 {
	color: #f8d346;
	font-size: 11px !important;
}
.side-icon-yellow2 {
	color: #ffbe00;
}
.side-icon-white,
.side-icon-yellow2,
.side-icon-yellow3 {
	font-size: 11px !important;
}
.side-icon-white {
	color: red;
}
.side-icon-gold,
.side-icon-gold1,
.side-icon-gold2,
.side-icon-white1 {
	font-size: 11px !important;
}
.side-icon-grey,
.side-icon-grey1 {
	color: #348fe2;
	font-size: 11px !important;
}
.side-icon-red {
	color: #c80000;
	font-size: 11px !important;
}
.side-icon-silver {
	color: #9c9ea0;
	font-size: 11px !important;
}
.payin-caution-white {
	color: red;
}
.rule-bg-blue,
.rule-bg-blue1,
.rule-bg-blue3,
.rule-bg-gold,
.rule-bg-gold2,
.rule-bg-green,
.rule-bg-grey1,
.rule-bg-orange,
.rule-bg-purple,
.rule-bg-purple1,
.rule-bg-red,
.rule-bg-silver,
.rule-bg-yellow,
.rule-bg-yellow1,
.rule-bg-yellow2,
.rule-bg-yellow3 {
	background: #191919 !important;
	border: 2px solid #25282b;
	border-radius: 3px;
	padding: 25px 40px;
	margin-top: 10px;
}
.rule-bg-white,
.rule-bg-white1 {
	background: #fff !important;
}
.rule-bg-gold1,
.rule-bg-white,
.rule-bg-white1 {
	border: 2px solid #25282b;
	border-radius: 3px;
	padding: 25px 40px;
	margin-top: 10px;
}
.rule-bg-gold1 {
	background: #0a1727 !important;
}
.rule-bg-orange1 {
	background: #0f1722 !important;
}
.rule-bg-blue2,
.rule-bg-blue4,
.rule-bg-blue5,
.rule-bg-orange1 {
	border: 2px solid #25282b;
	border-radius: 3px;
	padding: 25px 40px;
	margin-top: 10px;
}
.rule-bg-blue2,
.rule-bg-blue4,
.rule-bg-blue5 {
	background: #1c1c1c !important;
}
.rule-bg-orange2 {
	background: #141517 !important;
	padding: 24px;
}
.token-bet-button-orange {
	background-color: #fc6200;
}
.token-bet-button-blue,
.token-bet-button-orange {
	position: absolute;
	left: calc(50% - 50px);
	top: 55%;
	padding: 10px 20px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.token-bet-button-blue {
	background-color: #1f8fff;
}
.token-bet-button-yellow {
	position: absolute;
	left: calc(50% - 50px);
	top: 55%;
	padding: 10px 20px;
	background-color: #f8d346;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	color: #000;
}
.mini-page-bg-blue,
.mini-page-bg-orange {
	background: #171c22 !important;
}
.mini-page-bg-blue1,
.mini-page-bg-blue3,
.mini-page-bg-gold,
.mini-page-bg-purple,
.mini-page-bg-purple1,
.mini-page-bg-red,
.mini-page-bg-silver,
.mini-page-bg-yellow,
.mini-page-bg-yellow1 {
	background-color: #111 !important;
}
.mini-page-bg-gold1 {
	background-color: #0e1d30 !important;
}
.mini-page-bg-yellow3 {
	background-color: #0a0d29 !important;
}
.mini-page-bg-orange1 {
	background-color: #081a30 !important;
}
.mini-page-bg-orange2 {
	background-color: #111314 !important;
}
.mini-page-bg-white,
.mini-page-bg-white1 {
	background: #ebebeb !important;
}
.mini-page-bg-grey1 {
	background-color: #151515 !important;
}
.mini-page-bg-blue2 {
	background-color: #3d3d3c !important;
}
.mini-header-top-button {
	height: 43px;
	background: #141414;
}
.mini-header-top-button,
.mini-header-top-button-orange2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.mini-header-top-button-orange2 {
	height: 44px;
	background: #191a1c;
	transition: background-color 0.1s ease-out 0s;
}
.mini-header-top-button.on-orange {
	background: #fc6200;
}
.mini-header-top-button.on-orange1 {
	background: #f50;
}
.mini-header-top-button-orange2:hover {
	background: #2c2f33;
}
.mini-header-top-button-orange2.on-orange2 {
	background: #212326;
}
.mini-header-top-button.on-purple {
	background: #144ade;
}
.mini-header-top-button.on-purple1 {
	background: #c6426e;
}
.mini-header-top-button.on-blue {
	background: #1fb3ff;
}
.mini-header-top-button.on-blue1 {
	background: #dabd57;
}
.mini-header-top-button.on-blue2 {
	background: #2e7de5;
}
.mini-header-top-button.on-blue3 {
	background: #ffc105;
	color: #000;
}
.mini-header-top-button.on-blue4 {
	background: #4269b2;
	color: #000;
}
.mini-header-top-button.on-blue5 {
	background: #4c6f87;
	color: #fff;
}
.mini-header-top-button.on-yellow {
	background: #f8d346;
	color: #000;
}
.mini-header-top-button.on-yellow1 {
	background: #d40511;
	color: #000;
}
.mini-header-top-button.on-yellow2 {
	background: #ffbe00;
	color: #000;
}
.mini-header-top-button.on-white,
.mini-header-top-button.on-white1 {
	background: #fc6200;
}
.mini-header-top-button.on-red {
	background: #ff2c2c;
}
.mini-header-top-button.on-gold {
	background: #e79c62;
	color: #000;
}
.mini-header-top-button.on-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.mini-header-bottom-button {
	background: #2c353c;
	height: 37px;
}
.mini-header-bottom-button,
.mini-header-bottom-button-orange2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.mini-header-bottom-button-orange2 {
	background: #212326;
	height: 54px;
	transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
}
.mini-header-bottom-button.on-blue,
.mini-header-bottom-button.on-blue1,
.mini-header-bottom-button.on-blue2,
.mini-header-bottom-button.on-blue4,
.mini-header-bottom-button.on-blue5,
.mini-header-bottom-button.on-gold,
.mini-header-bottom-button.on-orange,
.mini-header-bottom-button.on-purple,
.mini-header-bottom-button.on-purple1,
.mini-header-bottom-button.on-red,
.mini-header-bottom-button.on-silver,
.mini-header-bottom-button.on-white,
.mini-header-bottom-button.on-yellow,
.mini-header-bottom-button.on-yellow1,
.mini-header-bottom-button.on-yellow2 {
	background: #1b1e23;
}
.mini-header-bottom-button-orange2.on-orange2 {
	color: #f56406;
}
.mini-header-bottom-button-orange2:hover {
	background: #2c2f33;
}
.door-background-blue,
.door-background-orange {
	background-image: linear-gradient(90deg, #0d0d0d 0, #181818 50%, #0d0d0d);
}
.door-background-yellow {
	background: url(/image/login/goalin.jpg) no-repeat;
}
.door-background-yellow1 {
	background: url(/image/login/dhl.png) no-repeat;
}
.door-background-white {
	background: url(/image/login/now.png) no-repeat;
	background-size: 100% auto;
}
.door-background-white1 {
	background: url(/image/login/worker.png) no-repeat;
}
.door-background-red {
	background-image: linear-gradient(90deg, #0d0d0d 0, #181818 50%, #0d0d0d);
}
.door-background-gold {
	background: url(/image/login/gold.jpg) no-repeat;
	background-size: 100% auto;
}
.header-mob-orange {
	background: #2e2e2e !important;
}
.header-mob-orange,
.header-mob-orange1 {
	height: 43px;
	border-bottom: 2px solid #000;
}
.header-mob-orange1 {
	background: #05162a !important;
}
.header-mob-orange2 {
	height: 64px;
	background: #16171a !important;
}
.header-mob-purple {
	background: #2e2e2e !important;
}
.header-mob-purple,
.header-mob-purple1 {
	height: 43px;
	border-bottom: 2px solid #000;
}
.header-mob-purple1 {
	background: #1b1b23 !important;
}
.header-mob-blue,
.header-mob-green {
	height: 43px;
	background: #2e2e2e !important;
	border-bottom: 2px solid #000;
}
.header-mob-blue1 {
	height: 43px;
	background: #15307d !important;
	border-bottom: 2px solid #000;
}
.header-mob-blue2,
.header-mob-blue3 {
	height: 43px;
	background: #1b1b23 !important;
	border-bottom: 2px solid #000;
}
.header-mob-blue4 {
	background: #2e2e2e !important;
}
.header-mob-blue4,
.header-mob-blue5 {
	height: 43px;
	border-bottom: 2px solid #000;
}
.header-mob-blue5 {
	background: #1b1b23 !important;
}
.header-mob-yellow,
.header-mob-yellow1 {
	height: 45px;
	background: #2e2e2e !important;
	border-bottom: 2px solid #000;
}
.header-mob-yellow2 {
	background: #e6360d !important;
}
.header-mob-yellow2,
.header-mob-yellow3 {
	height: 45px;
	border-bottom: 2px solid #000;
}
.header-mob-yellow3 {
	background: #0a0d29 !important;
}
.header-mob-white,
.header-mob-white1 {
	height: 43px;
	background: #efefef !important;
	border-bottom: 2px solid #a1a1a1;
}
.header-mob-red,
.header-mob-silver {
	height: 60px;
	background: #2e2e2e !important;
	border-bottom: 2px solid #000;
}
.header-mob-gold,
.header-mob-gold1 {
	height: 45px;
	background: #2e2e2e !important;
	border-bottom: 2px solid #000;
}
.header-mob-gold2 {
	background: #1b1b23 !important;
}
.header-mob-gold2,
.header-mob-grey {
	height: 45px;
	border-bottom: 2px solid #000;
}
.header-mob-grey {
	background: -webkit-linear-gradient(#2d353c, #222);
}
.header-mob-grey1 {
	height: 45px;
	background: #1b1b23;
	border-bottom: 2px solid #000;
}
.header-mob-left-blue,
.header-mob-left-blue1,
.header-mob-left-blue2,
.header-mob-left-blue3,
.header-mob-left-blue4,
.header-mob-left-blue5,
.header-mob-left-gold,
.header-mob-left-gold1,
.header-mob-left-gold2,
.header-mob-left-green,
.header-mob-left-grey,
.header-mob-left-grey1,
.header-mob-left-orange,
.header-mob-left-orange1,
.header-mob-left-purple,
.header-mob-left-purple1,
.header-mob-left-white,
.header-mob-left-white1 {
	padding-top: 7px;
}
.header-mob-left-yellow,
.header-mob-left-yellow1,
.header-mob-left-yellow2,
.header-mob-left-yellow3 {
	padding-top: 9px;
}
.header-mob-left-red,
.header-mob-left-silver {
	padding-top: 15px;
}
.header-mob-right-blue,
.header-mob-right-blue1,
.header-mob-right-blue2,
.header-mob-right-blue3,
.header-mob-right-blue4,
.header-mob-right-blue5,
.header-mob-right-gold,
.header-mob-right-gold1,
.header-mob-right-gold2,
.header-mob-right-green,
.header-mob-right-grey,
.header-mob-right-grey1,
.header-mob-right-orange,
.header-mob-right-orange1,
.header-mob-right-purple,
.header-mob-right-purple1,
.header-mob-right-white,
.header-mob-right-white1 {
	padding-top: 6px;
}
.header-mob-right-yellow,
.header-mob-right-yellow1,
.header-mob-right-yellow2,
.header-mob-right-yellow3 {
	padding-top: 8px;
}
.header-mob-right-red,
.header-mob-right-silver {
	padding-top: 14px;
}
.header-text-blue,
.header-text-blue1,
.header-text-blue2,
.header-text-blue3,
.header-text-blue4,
.header-text-blue5,
.header-text-gold,
.header-text-gold1,
.header-text-gold2,
.header-text-green,
.header-text-grey,
.header-text-grey1,
.header-text-orange,
.header-text-orange1,
.header-text-purple,
.header-text-purple1,
.header-text-red,
.header-text-silver,
.header-text-yellow,
.header-text-yellow2,
.header-text-yellow3 {
	color: #fff !important;
}
.header-text-yellow1 {
	color: #d40511 !important;
}
.header-text-white,
.header-text-white1 {
	color: #000 !important;
}
.favorite-orange.back {
	background: #2d353c !important;
}
.favorite-orange1.back {
	background-color: #081a30 !important;
}
.favorite-purple.back {
	background: #202020 !important;
}
.favorite-purple1.back {
	background: #121212 !important;
}
.favorite-blue.back {
	background: #2d353c !important;
}
.favorite-blue1.back {
	background: #202020 !important;
}
.favorite-blue2.back {
	background: #1b1b23 !important;
}
.favorite-blue3.back {
	background: #121212 !important;
}
.favorite-blue4.back {
	background: #1a1b22 !important;
}
.favorite-yellow1.back,
.favorite-yellow.back {
	background-color: #111 !important;
}
.favorite-yellow2.back {
	background: #2d353c !important;
}
.favorite-yellow3.back {
	background: #0a0d29 !important;
}
.favorite-white1.back,
.favorite-white.back {
	background: none !important;
}
.favorite-red.back,
.favorite-silver.back {
	background-color: #202020 !important;
}
.favorite-gold.back {
	background-color: #111 !important;
}
.favorite-gold1.back {
	background-color: #1f2b37 !important;
}
.favorite-gold2.back {
	background-color: #111 !important;
}
.favorite-grey.back {
	background: #2d353c !important;
}
.favorite-grey1.back {
	background: #151515 !important;
}
.favorite-orange .top {
	color: #fff;
}
.favorite-orange1 .top {
	border-top: 1px solid #4f565e;
	border-bottom: 1px solid #141b23;
	background-image: linear-gradient(180deg, #0e1720 0, #1b2733) !important;
	color: #fff;
}
.favorite-blue .top {
	color: #fff;
}
.favorite-blue1 .top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #111;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-blue2 .top {
	border-top: 1px solid #161616;
	border-bottom: 3px solid #1d1d1d;
	background-image: linear-gradient(180deg, #272727 0, #252525 20%, #222 50%, #1e1e1e 80%, #1c1c1c) !important;
	color: #fff;
}
.favorite-blue3 .top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #111;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-blue4 .top {
	border-top: 1px solid #14151a;
	border-bottom: 3px solid #111;
	background: #14151a !important;
	color: #fff;
}
.favorite-blue5 .top {
	border-top: 1px solid #101010;
	border-bottom: 3px solid #1f1f1f;
	background-image: linear-gradient(180deg, #101010 0, #1f1f1f) !important;
	color: #fff;
}
.favorite-yellow .top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #000;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-yellow1 .top {
	border-top: 1px solid #4a4a4a;
	border-bottom: 3px solid #111;
	background-image: linear-gradient(180deg, #282828 0, #222 20%, #1b1b1b 50%, #131313 80%, #111) !important;
	color: #f8d346;
}
.favorite-yellow2 .top {
	color: #fff;
}
.favorite-yellow3 .top {
	border-top: 1px solid #a18610;
	border-bottom: 1px solid #a18610;
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
	color: #000;
	font-size: 15px;
	font-weight: 900;
}
.favorite-white1 .top,
.favorite-white .top {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #7d797a;
	background-image: linear-gradient(180deg, #d0d0d0 0, #d7d7d7 20%, #e7e7e7 50%, #f4f4f4 80%, #fafafa) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	color: #000;
	font-size: 15px;
	font-weight: 900;
}
.favorite-red .top {
	border-bottom: 3px solid #111;
}
.favorite-gold .top,
.favorite-red .top {
	border-top: 1px solid #565656;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-gold .top {
	border-bottom: 3px solid #000;
}
.favorite-gold1 .top {
	border-top: 1px solid #6b727c;
	border-bottom: 3px solid #12171d;
	background-image: linear-gradient(180deg, #0d1e30 0, #17283c) !important;
	color: #fff;
}
.favorite-gold2 .top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #000;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-green .top {
	color: #fff;
}
.favorite-silver .top {
	border-top: 1px solid #565656;
	border-bottom: 3px solid #111;
	background-image: linear-gradient(180deg, #101010 0, #121212 20%, #181617 50%, #1c1a1b 80%, #201c1b) !important;
	color: #fff;
}
.favorite-grey1 .top,
.favorite-purple1 .top,
.favorite-purple .top {
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #121212;
	background-image: linear-gradient(180deg, #121212 0, #202020) !important;
	color: #fff;
}
.favorite-orange .item {
	background: #12161a;
}
.favorite-orange1 .item {
	background: #1e2a3a;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.favorite-blue .item {
	background: #12161a;
}
.favorite-blue1 .item {
	background: #262626;
	border-bottom: 1px solid #111;
}
.favorite-blue2 .item {
	background: #161616;
	border-top: 1px solid #111;
}
.favorite-blue3 .item {
	background: #090909;
	border-bottom: 1px solid #111;
}
.favorite-blue4 .item {
	background: #25262a;
	border-bottom: 1px solid #111;
}
.favorite-blue5 .item {
	background: #121212;
	border-bottom: 1px solid #111;
}
.favorite-yellow1 .item,
.favorite-yellow .item {
	background: #262626;
	border-bottom: 1px solid #111;
}
.favorite-yellow2 .item {
	background: #12161a;
}
.favorite-yellow3 .item {
	background-image: linear-gradient(180deg, #171a40 0, #171a40);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.favorite-white1 .item,
.favorite-white .item {
	background: #eee;
	margin-top: 2px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.favorite-gold .item,
.favorite-red .item {
	background: #262626;
	border-bottom: 1px solid #111;
}
.favorite-gold1 .item {
	background: #17283c;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.favorite-gold2 .item {
	background: #1a1a1a;
	border-bottom: 1px solid #111;
}
.favorite-purple1 .item,
.favorite-purple .item,
.favorite-silver .item {
	background: #262626;
	border-bottom: 1px solid #111;
}
.favorite-grey1 .item {
	background: #282828;
	border-bottom: 1px solid #111;
}
.favorite-blue .time,
.favorite-orange1 .time,
.favorite-orange .time {
	color: #fff;
}
.favorite-blue1 .time {
	color: #dbbe58;
}
.favorite-blue2 .time,
.favorite-blue3 .time,
.favorite-blue4 .time,
.favorite-blue5 .time {
	color: #fff;
}
.favorite-yellow1 .time,
.favorite-yellow .time {
	color: #f8d346;
}
.favorite-yellow2 .time {
	color: #fff;
}
.favorite-yellow3 .time {
	color: #ffdb00;
}
.favorite-white1 .time,
.favorite-white .time {
	color: #000;
}
.favorite-red .time {
	color: #ff2c2c;
}
.favorite-gold .time {
	color: #f8d346;
}
.favorite-gold1 .time {
	color: #f7b800;
}
.favorite-gold2 .time {
	color: #fff;
}
.favorite-silver .time {
	color: #9499a1;
}
.favorite-grey1 .time,
.favorite-purple1 .time,
.favorite-purple .time {
	color: #fff;
}
.favorite-orange .name {
	color: #fc6200;
}
.favorite-orange1 .name {
	color: #fff;
}
.favorite-blue .name {
	color: #1fb3ff;
}
.favorite-blue1 .name,
.favorite-blue2 .name,
.favorite-blue3 .name,
.favorite-blue4 .name,
.favorite-blue5 .name,
.favorite-yellow1 .name,
.favorite-yellow .name {
	color: #fff;
}
.favorite-yellow2 .name {
	color: #ffbe00;
}
.favorite-yellow3 .name {
	color: #fff;
}
.favorite-white1 .name,
.favorite-white .name {
	color: #000;
}
.favorite-gold1 .name,
.favorite-gold2 .name,
.favorite-gold .name,
.favorite-grey1 .name,
.favorite-purple1 .name,
.favorite-purple .name,
.favorite-red .name,
.favorite-silver .name {
	color: #fff;
}
.friend-box-color-orange {
	color: #fc6200 !important;
}
.friend-box-color-blue {
	color: #1fb3ff !important;
}
.friend-box-color-yellow,
.friend-box-color-yellow1 {
	color: #f1c80d !important;
}
.friend-box-color-white {
	color: #000 !important;
}
.friend-box-color-white1 {
	color: #ed765e !important;
}
.friend-box-color-red {
	color: #ff2c2c !important;
}
.friend-box-color-gold {
	color: #ffa863 !important;
}
.btn-betting-gold {
	background: url(/image/Sidebar/gold/bet.png) no-repeat;
	background-size: 100% 100%;
}
.btn-cancel-gold {
	background: url(/image/Sidebar/gold/cancel.png) no-repeat;
	background-size: 100% 100%;
}
.headernav-green {
	margin-left: 314px;
	margin-right: 309px;
}
.preview-login-button-orange {
	color: #fc6200 !important;
	border: 2px solid #fc6200 !important;
}
.preview-login-button-orange1 {
	color: #f50 !important;
	border: 2px solid #f50 !important;
}
.preview-login-button-orange2 {
	color: #fff !important;
	border: 2px solid #f56406 !important;
	background: #f56406 !important;
	border-radius: 6px !important;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.casino-preview-login-button-orange2 {
	background: #f56406 !important;
	border-radius: 6px !important;
}
.preview-login-button-orange2:hover {
	background: #ff802e !important;
	border: 2px solid #ff802e !important;
}
.preview-login-button-purple {
	color: #144ade !important;
	border: 2px solid #144ade !important;
}
.preview-login-button-purple1 {
	color: #c6426e !important;
	border: 2px solid #c6426e !important;
}
.preview-login-button-blue {
	color: #1fb3ff !important;
	border: 2px solid #1fb3ff !important;
}
.preview-login-button-blue1 {
	color: #000 !important;
	border: 2px solid #dabd57 !important;
}
.preview-login-button-blue2 {
	color: #5927a0 !important;
	border: 2px solid #5927a0 !important;
}
.preview-login-button-blue3 {
	color: #000 !important;
	border: 2px solid #ffc105 !important;
}
.preview-login-button-blue4 {
	color: #4269b2 !important;
	border: 2px solid #4269b2 !important;
}
.preview-login-button-blue5 {
	color: #4c6f87 !important;
	border: 2px solid #4c6f87 !important;
}
.preview-login-button-yellow,
.preview-login-button-yellow1 {
	color: #000 !important;
	border: 2px solid #f8d346 !important;
}
.preview-login-button-yellow2 {
	color: #000 !important;
	border: 2px solid #ffbe00 !important;
}
.preview-login-button-red {
	color: #ff1515 !important;
	border: 2px solid #c80000 !important;
}
.preview-login-button-gold {
	color: #000 !important;
	border: 2px solid #ffa863 !important;
}
.preview-login-button-gold1 {
	color: #000 !important;
	border: 2px solid #f7b800 !important;
}
.preview-login-button-gold2 {
	color: #000 !important;
	border: 2px solid #f39200 !important;
}
.preview-login-button-green {
	color: #000 !important;
	border: 2px solid #79e80d !important;
}
.preview-login-button-grey {
	color: #348fe2 !important;
	border: 2px solid #348fe2 !important;
}
.preview-login-button-grey1 {
	color: #000 !important;
	border: 2px solid #fbbd5a !important;
}
.preview-login-button-silver {
	color: #4969b2 !important;
	border: 2px solid #4b6cb7 !important;
}
.preview-login-button-white {
	color: #000 !important;
	border: 2px solid #f8d346 !important;
}
.preview-login-button-white1 {
	color: #000 !important;
	border: 2px solid #ed765e !important;
}
.preview-login-button-yellow3 {
	color: #ffdb00 !important;
	border: 2px solid #ffdb00 !important;
}
.preview-signup-button-orange {
	color: #fff !important;
	border: 2px solid #fc6200 !important;
	background: #fb6200 !important;
}
.preview-signup-button-orange1 {
	color: #fff !important;
	border: 2px solid #f50 !important;
	background: #f50 !important;
}
.preview-signup-button-orange2 {
	color: #fff !important;
	border: 2px solid #f56406 !important;
	background: none !important;
	border-radius: 6px !important;
	transition: background-color 0.1s ease-out 0s, border 0.1s ease-out 0s;
}
.preview-signup-button-orange2:hover {
	background: #f56406 !important;
}
.casino-preview-signup-button-orange2 {
	background: hsla(0, 0%, 100%, 0.37) !important;
	border-radius: 6px !important;
	border: 2px solid #707174 !important;
}
.preview-signup-button-purple {
	color: #fff !important;
	border: 2px solid #144ade !important;
	background: #0037ce !important;
}
.preview-signup-button-purple1 {
	color: #fff !important;
	border: 2px solid #c6426e !important;
	background: #c6426e !important;
}
.preview-signup-button-blue {
	color: #fff !important;
	border: 2px solid #1fb3ff !important;
	background: #1fb3ff !important;
}
.preview-signup-button-blue1 {
	color: #000 !important;
	border: 2px solid #dabd57 !important;
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
}
.preview-signup-button-blue2 {
	color: #fff !important;
	border: 2px solid #2e7de5 !important;
	background: #2e7de5 !important;
}
.preview-signup-button-blue3 {
	color: #000 !important;
	border: 2px solid #ffc105 !important;
	background: #ffc105 !important;
}
.preview-signup-button-blue4 {
	color: #fff !important;
	border: 2px solid #4269b2 !important;
	background: #4269b2 !important;
}
.preview-signup-button-blue5 {
	color: #fff !important;
	border: 2px solid #4c6f87 !important;
	background: #4c6f87 !important;
}
.preview-signup-button-yellow,
.preview-signup-button-yellow1 {
	color: #000 !important;
	border: 2px solid #f8d346 !important;
	background: #f1c80d !important;
}
.preview-signup-button-yellow2 {
	color: #000 !important;
	border: 2px solid #ffbe00 !important;
	background: #ffbe00 !important;
}
.preview-signup-button-red {
	color: #fff !important;
	border: 2px solid #c80000 !important;
	background: #c80000 !important;
}
.preview-signup-button-gold {
	color: #ffd98a !important;
	border: 2px solid #ffa863 !important;
	background: #3b3b3b !important;
}
.preview-signup-button-gold1 {
	color: #000 !important;
	border: 2px solid #f7b800 !important;
	background: #f7b800 !important;
}
.preview-signup-button-gold2 {
	color: #000 !important;
	border: 2px solid #f39200 !important;
	background: #f39200 !important;
}
.preview-signup-button-green {
	color: #000 !important;
	border: 2px solid #79e80d !important;
	background: #7aea0c !important;
}
.preview-signup-button-grey {
	color: #fff !important;
	border: 2px solid #348fe2 !important;
	background: #348fe2 !important;
}
.preview-signup-button-grey1 {
	color: #000 !important;
	border: 2px solid #fbbd5a !important;
	background: #fbbd5a !important;
}
.preview-signup-button-silver {
	color: #fff !important;
	border: 2px solid #4b6cb7 !important;
	background: #4b6cb7 !important;
}
.preview-signup-button-white {
	color: #000 !important;
	border: 2px solid #f8d346 !important;
	background: #f1c80d !important;
}
.preview-signup-button-white1 {
	color: #000 !important;
	border: 2px solid #ed765e !important;
	background: #ed765e !important;
}
.preview-signup-button-yellow3 {
	color: #000 !important;
	border: 2px solid #ffdb00 !important;
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
}
.casino-banner-orange1 {
	background: #f50 !important;
	color: #fff !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-yellow {
	background: #f1c80d !important;
	color: #000 !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-yellow1 {
	background: #d40511 !important;
	color: #fff !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-yellow2 {
	background: #ffbe00 !important;
	color: #e6360d !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-gold {
	background: #ffa863 !important;
}
.casino-banner-gold,
.casino-banner-gold1 {
	color: #000 !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-gold1 {
	background: #f7b800 !important;
}
.casino-banner-gold2 {
	background: #f39200 !important;
}
.casino-banner-gold2,
.casino-banner-green {
	color: #000 !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-green {
	background: #7aea0c !important;
}
.casino-banner-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
	color: #000 !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
}
.casino-banner-blue2,
.casino-banner-blue3 {
	color: #fff !important;
	padding: 5px 0;
}
.casino-banner-blue3 {
	background: #082481 !important;
}
.casino-banner-blue5 {
	background: #4c6f87 !important;
	color: #fff !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000 !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-purple {
	background: #0037ce !important;
}
.casino-banner-purple,
.casino-banner-purple1 {
	color: #fff !important;
	margin: 40px 0 30px;
	padding: 5px 0;
}
.casino-banner-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.casino-banner-red {
	background: #ff2c2c !important;
	padding: 5px 0;
}
.casino-banner-blue,
.casino-banner-grey,
.casino-banner-grey1,
.casino-banner-orange,
.casino-banner-red,
.casino-banner-yellow3 {
	color: #fff !important;
	margin: 40px 0 30px;
}
.casino-banner-white {
	background: #f1c80d !important;
}
.casino-banner-white,
.casino-banner-white1 {
	color: #fff !important;
	margin: 40px 0 30px;
	padding: 10px 0;
}
.casino-banner-white1 {
	background: #ed765e !important;
}
.casino-banner-img-blue1,
.casino-banner-img-blue2,
.casino-banner-img-blue3,
.casino-banner-img-blue5,
.casino-banner-img-gold,
.casino-banner-img-gold1,
.casino-banner-img-gold2,
.casino-banner-img-green,
.casino-banner-img-orange1,
.casino-banner-img-purple,
.casino-banner-img-purple1,
.casino-banner-img-red,
.casino-banner-img-silver,
.casino-banner-img-yellow,
.casino-banner-img-yellow1,
.casino-banner-img-yellow2 {
	width: 50px;
}
.casino-banner-img-blue,
.casino-banner-img-grey,
.casino-banner-img-grey1,
.casino-banner-img-orange,
.casino-banner-img-white,
.casino-banner-img-white1,
.casino-banner-img-yellow3 {
	width: 85px;
}
.casino-banner-slot-blue1,
.casino-banner-slot-blue2,
.casino-banner-slot-blue3,
.casino-banner-slot-blue5,
.casino-banner-slot-gold,
.casino-banner-slot-gold1,
.casino-banner-slot-gold2,
.casino-banner-slot-green,
.casino-banner-slot-orange1,
.casino-banner-slot-purple,
.casino-banner-slot-purple1,
.casino-banner-slot-red,
.casino-banner-slot-silver,
.casino-banner-slot-yellow,
.casino-banner-slot-yellow1,
.casino-banner-slot-yellow2 {
	width: 40px;
}
.casino-banner-slot-blue,
.casino-banner-slot-grey,
.casino-banner-slot-grey1,
.casino-banner-slot-orange,
.casino-banner-slot-white,
.casino-banner-slot-white1,
.casino-banner-slot-yellow3 {
	width: 66px;
}
.casino-banner-text-blue1,
.casino-banner-text-blue2,
.casino-banner-text-blue3,
.casino-banner-text-blue5,
.casino-banner-text-gold,
.casino-banner-text-gold1,
.casino-banner-text-gold2,
.casino-banner-text-green,
.casino-banner-text-orange1,
.casino-banner-text-purple,
.casino-banner-text-purple1,
.casino-banner-text-red,
.casino-banner-text-silver,
.casino-banner-text-yellow,
.casino-banner-text-yellow1,
.casino-banner-text-yellow2 {
	color: #fff;
	font-size: 20px;
	margin-top: 7px;
}
.casino-banner-text-orange {
	color: #fc6200;
	font-size: 20px;
	margin-top: 20px;
}
.casino-banner-text-blue {
	color: #1f8fff;
	font-size: 20px;
	margin-top: 20px;
}
.casino-banner-text-grey {
	color: #348fe2;
	font-size: 20px;
	margin-top: 20px;
}
.casino-banner-text-grey1 {
	color: #aaa;
	font-size: 20px;
	margin-top: 20px;
}
.casino-banner-text-yellow3 {
	color: #ffdb00;
	font-size: 20px;
	margin-top: 20px;
}
.casino-banner-text-white,
.casino-banner-text-white1 {
	color: #000;
	font-size: 20px;
	margin-top: 20px;
}
.slot-select-container-blue1,
.slot-select-container-blue2,
.slot-select-container-blue3,
.slot-select-container-blue5,
.slot-select-container-gold,
.slot-select-container-gold1,
.slot-select-container-gold2,
.slot-select-container-green,
.slot-select-container-orange1,
.slot-select-container-purple,
.slot-select-container-purple1,
.slot-select-container-red,
.slot-select-container-silver,
.slot-select-container-yellow,
.slot-select-container-yellow1,
.slot-select-container-yellow2 {
	width: 200px;
	margin: 1px 20px 0 0;
	float: right;
}
.slot-select-container-blue,
.slot-select-container-grey,
.slot-select-container-grey1,
.slot-select-container-orange,
.slot-select-container-white,
.slot-select-container-white1,
.slot-select-container-yellow3 {
	width: 200px;
	margin: 40px 20px 0 0;
	float: right;
}
.attendance-comment-left-orange {
	text-align: left;
	float: left;
	width: 260px;
}
.attendance-comment-left-orange1 {
	text-align: left;
	float: left;
	width: 33%;
}
.attendance-comment-left-orange2 {
	width: 50%;
	text-align: right;
	padding-right: 36px;
}
.attendance-comment-left-blue {
	text-align: left;
	float: left;
	width: 50%;
}
.attendance-comment-left-blue5 {
	text-align: left;
	float: left;
	width: 40%;
}
.attendance2-panel-left {
	padding: 17px 50px 0 0;
	text-align: center;
	float: left;
}
.attendance2-panel-right {
	padding: 17px 0 0 50px;
	text-align: center;
	float: left;
}
.attendance2-panel-left-orange2 {
	padding: 12px 48px 0 0;
	text-align: center;
	float: left;
	width: calc(50% - 1px);
}
.attendance2-panel-right-orange2 {
	padding: 12px 0 0 48px;
	text-align: center;
	float: left;
	width: calc(50% - 1px);
}
.attendance2-panel-center {
	float: left;
	height: 270px;
	border-right: 2px solid #2f343a;
}
.bg-attendance-weekday-blue,
.bg-attendance-weekday-blue1,
.bg-attendance-weekday-blue2,
.bg-attendance-weekday-blue5,
.bg-attendance-weekday-gold,
.bg-attendance-weekday-gold1,
.bg-attendance-weekday-gold2,
.bg-attendance-weekday-green,
.bg-attendance-weekday-grey,
.bg-attendance-weekday-grey1,
.bg-attendance-weekday-orange,
.bg-attendance-weekday-orange1,
.bg-attendance-weekday-purple,
.bg-attendance-weekday-purple1,
.bg-attendance-weekday-red,
.bg-attendance-weekday-silver,
.bg-attendance-weekday-yellow2,
.bg-attendance-weekday-yellow3 {
	background: #0d1015;
	margin-bottom: 10px;
	padding: 5px 0;
}
.bg-attendance-weekday-white,
.bg-attendance-weekday-white1,
.bg-attendance-weekday-yellow,
.bg-attendance-weekday-yellow1 {
	background: #f1c80d;
	margin-bottom: 10px;
	color: #000;
	padding: 5px 0;
}
.bg-attendance-weekday-orange2 {
	background: #1a1d1f;
	padding: 12px 0;
	text-align: center;
}
.bg-attendance-main-orange {
	background: #11161a;
}
.bg-attendance-main-orange1 {
	background: #061626;
}
.bg-attendance-main-orange2 {
	background: #1a1d1f;
}
.bg-attendance-main-purple {
	background: #11161a;
}
.bg-attendance-main-purple1 {
	background: #0e0e0e;
}
.bg-attendance-main-blue,
.bg-attendance-main-blue1,
.bg-attendance-main-blue2 {
	background: #11161a;
}
.bg-attendance-main-blue5 {
	background: #0e0e0e;
}
.bg-attendance-main-gold,
.bg-attendance-main-gold1,
.bg-attendance-main-gold2,
.bg-attendance-main-green,
.bg-attendance-main-grey,
.bg-attendance-main-red,
.bg-attendance-main-silver,
.bg-attendance-main-yellow,
.bg-attendance-main-yellow1,
.bg-attendance-main-yellow2 {
	background: #11161a;
}
.bg-attendance-main-white,
.bg-attendance-main-white1 {
	background: #babbbd;
}
.bg-attendance-main-grey1,
.bg-attendance-main-yellow3 {
	background: #11161a;
}
.bg-popup-orange {
	background: #fb6200 !important;
}
.bg-popup-orange1 {
	background: #f50 !important;
}
.bg-popup-orange2 {
	background: #2f3338 !important;
}
.bg-popup-purple {
	background: #0037ce !important;
}
.bg-popup-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.bg-popup-blue {
	background: #1fb3ff !important;
}
.bg-popup-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
}
.bg-popup-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
}
.bg-popup-blue3 {
	background: #082481 !important;
}
.bg-popup-blue4 {
	background: #4269b2 !important;
}
.bg-popup-blue5 {
	background: #4c6f87 !important;
}
.bg-popup-yellow {
	background: #f1c80d !important;
}
.bg-popup-yellow1 {
	background: #d40511 !important;
}
.bg-popup-yellow2 {
	background: #ffbe00 !important;
}
.bg-popup-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
}
.bg-popup-red {
	background: #ff2c2c !important;
}
.bg-popup-gold {
	background: #ffd889 !important;
}
.bg-popup-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
}
.bg-popup-gold2 {
	background: #f39200 !important;
}
.bg-popup-green {
	background: #7aea0c !important;
}
.bg-popup-grey {
	background: #348fe2 !important;
}
.bg-popup-grey1 {
	background: #fbbd5a !important;
}
.bg-popup-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
}
.bg-popup-white {
	background: #f1c80d !important;
}
.bg-popup-white1 {
	background: #ed765e !important;
}
.bg-popup-bottom-orange {
	background: #fb6200 !important;
}
.bg-popup-bottom-orange1 {
	background: #f50 !important;
}
.bg-popup-bottom-orange2 {
	background: #2f3238 !important;
}
.bg-popup-bottom-purple {
	background: #0037ce !important;
}
.bg-popup-bottom-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
}
.bg-popup-bottom-blue {
	background: #1fb3ff !important;
}
.bg-popup-bottom-blue1 {
	background-image: linear-gradient(90deg, #8c6313 0, #d7cc63 30%, #c2993f 60%, #dcae61) !important;
}
.bg-popup-bottom-blue2 {
	background-image: linear-gradient(90deg, #2e7de5 0, #0c294e) !important;
}
.bg-popup-bottom-blue3 {
	background: #082481 !important;
}
.bg-popup-bottom-blue4 {
	background: #4269b2 !important;
}
.bg-popup-bottom-blue5 {
	background: #4c6f87 !important;
}
.bg-popup-bottom-yellow {
	background: #f1c80d !important;
}
.bg-popup-bottom-yellow1 {
	background: #d40511 !important;
}
.bg-popup-bottom-yellow2 {
	background: #ffbe00 !important;
}
.bg-popup-bottom-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00 0, #ffb700) !important;
}
.bg-popup-bottom-red {
	background: #ff2c2c !important;
}
.bg-popup-bottom-gold {
	background: #ffa863 !important;
}
.bg-popup-bottom-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
}
.bg-popup-bottom-gold2 {
	background: #f39200 !important;
}
.bg-popup-bottom-green {
	background: #7aea0c !important;
}
.bg-popup-bottom-grey {
	background: #348fe2 !important;
}
.bg-popup-bottom-grey1 {
	background: #fbbd5a !important;
}
.bg-popup-bottom-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
}
.bg-popup-bottom-white {
	background: #f1c80d !important;
}
.bg-popup-bottom-white1 {
	background: #ed765e !important;
}
.loginform-orange,
.loginform-orange1 {
	margin-top: 35px;
	padding: 0 50px;
}
.loginform-blue,
.loginform-blue1,
.loginform-blue2,
.loginform-blue3,
.loginform-blue4,
.loginform-blue5,
.loginform-gold,
.loginform-gold1,
.loginform-gold2,
.loginform-green,
.loginform-purple,
.loginform-purple1,
.loginform-red,
.loginform-yellow,
.loginform-yellow1,
.loginform-yellow2,
.loginform-yellow3 {
	margin-top: 35px;
	padding: 0 50px;
}
.loginform-grey,
.loginform-grey1 {
	margin-top: 4px;
	padding: 40px;
	border: 1px solid #454545;
	background-color: rgba(0, 0, 0, 0.4);
}
.loginform-silver,
.loginform-white,
.loginform-white1 {
	margin-top: 35px;
	padding: 0 50px;
}
.bg-customer-grey {
	background: #2d353c !important;
}
.bg-customer-grey1 {
	background: #151515 !important;
}
.bg-bar-grey1 {
	background: #161616 !important;
	border: 2px solid #aaa !important;
	color: #aaa !important;
}
.bg-bar-grey1:hover {
	background-color: #2f2f2f !important;
}
.note-comment-blue,
.note-comment-blue1,
.note-comment-blue2,
.note-comment-blue3,
.note-comment-blue4,
.note-comment-blue5,
.note-comment-gold,
.note-comment-gold1,
.note-comment-gold2,
.note-comment-green,
.note-comment-orange,
.note-comment-orange1,
.note-comment-purple,
.note-comment-purple1,
.note-comment-red,
.note-comment-silver,
.note-comment-yellow,
.note-comment-yellow1,
.note-comment-yellow2,
.note-comment-yellow3 {
	background: #2e3439;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.note-comment-white,
.note-comment-white1 {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.note-comment-orange2 {
	background: #171719;
	border-radius: 6px;
	padding: 5px 16px;
	margin-bottom: 12px;
}
.table-history-blue,
.table-history-blue1,
.table-history-blue2,
.table-history-blue3,
.table-history-blue4,
.table-history-blue5,
.table-history-gold,
.table-history-gold1,
.table-history-gold2,
.table-history-green,
.table-history-grey,
.table-history-grey1,
.table-history-orange,
.table-history-orange1,
.table-history-orange2,
.table-history-purple,
.table-history-purple1,
.table-history-red,
.table-history-silver,
.table-history-white,
.table-history-white1,
.table-history-yellow,
.table-history-yellow1,
.table-history-yellow2,
.table-history-yellow3 {
	font-size: 14px;
}
.table-history-blue1 .table-header,
.table-history-blue2 .table-header,
.table-history-blue3 .table-header,
.table-history-blue4 .table-header,
.table-history-blue5 .table-header,
.table-history-blue .table-header,
.table-history-gold1 .table-header,
.table-history-gold2 .table-header,
.table-history-gold .table-header,
.table-history-green .table-header,
.table-history-grey1 .table-header,
.table-history-grey .table-header,
.table-history-orange1 .table-header,
.table-history-orange .table-header,
.table-history-purple1 .table-header,
.table-history-purple .table-header,
.table-history-red .table-header,
.table-history-silver .table-header,
.table-history-yellow1 .table-header,
.table-history-yellow2 .table-header,
.table-history-yellow3 .table-header,
.table-history-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #2f343a;
}
.table-history-white1 .table-header,
.table-history-white .table-header {
	font-weight: 700;
	font-size: 16px;
	display: flex;
	padding: 10px 0;
	background: #cacaca;
}
.table-history-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 16px 0;
	background: #09090a;
	border-radius: 6px;
}
.table-history-flex-field {
	flex: 1 1 0px;
}
.table-history-tr {
	display: flex;
}
.table-history-blue1 .table-history-tr,
.table-history-blue2 .table-history-tr,
.table-history-blue3 .table-history-tr,
.table-history-blue4 .table-history-tr,
.table-history-blue5 .table-history-tr,
.table-history-blue .table-history-tr,
.table-history-gold1 .table-history-tr,
.table-history-gold2 .table-history-tr,
.table-history-gold .table-history-tr,
.table-history-green .table-history-tr,
.table-history-grey1 .table-history-tr,
.table-history-grey .table-history-tr,
.table-history-orange1 .table-history-tr,
.table-history-orange .table-history-tr,
.table-history-purple1 .table-history-tr,
.table-history-purple .table-history-tr,
.table-history-red .table-history-tr,
.table-history-silver .table-history-tr,
.table-history-yellow1 .table-history-tr,
.table-history-yellow2 .table-history-tr,
.table-history-yellow3 .table-history-tr,
.table-history-yellow .table-history-tr {
	background: #151e2d;
	border-bottom: 1px solid #616161;
}
.table-history-white1 .table-history-tr,
.table-history-white .table-history-tr {
	background: #fff;
	border-bottom: 1px solid #616161;
}
.table-history-orange2 .table-history-tr {
	background: #17171a;
	margin-top: 12px;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s;
}
.table-history-orange2 .table-history-tr.on,
.table-history-orange2 .table-history-tr:hover {
	background: #121214;
}
.table-history-td-first {
	border-right: 1px solid #616161;
	padding: 16px 5px;
}

.cash-log-list-row .table-history-td-first {
	word-break:break-word;
}
.table-history-orange2 .table-history-td-first {
	border: none;
}
.table-history-td {
	border-right: 1px solid #616161;
	padding: 16px 5px;
}
.table-history-tr [class*="table-history-td"] {
    word-break: break-word;
}
.table-history-td:last-child{
	border-right: 0px solid #616161 !important;
}
.table-history-orange2 .table-history-td {
	border: none;
}
.table-history-blue1 .table-history-content,
.table-history-blue2 .table-history-content,
.table-history-blue3 .table-history-content,
.table-history-blue4 .table-history-content,
.table-history-blue5 .table-history-content,
.table-history-blue .table-history-content,
.table-history-gold1 .table-history-content,
.table-history-gold2 .table-history-content,
.table-history-gold .table-history-content,
.table-history-green .table-history-content,
.table-history-grey1 .table-history-content,
.table-history-grey .table-history-content,
.table-history-orange1 .table-history-content,
.table-history-orange .table-history-content,
.table-history-purple1 .table-history-content,
.table-history-purple .table-history-content,
.table-history-red .table-history-content,
.table-history-silver .table-history-content,
.table-history-yellow1 .table-history-content,
.table-history-yellow2 .table-history-content,
.table-history-yellow3 .table-history-content,
.table-history-yellow .table-history-content {
	background: #2d353c;
}
.table-history-white1 .table-history-content,
.table-history-white .table-history-content {
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.table-history-orange2 .table-history-content {
	background: #171719;
	border-radius: 6px;
}
.table-coupon-blue,
.table-coupon-blue1,
.table-coupon-blue2,
.table-coupon-blue3,
.table-coupon-blue4,
.table-coupon-blue5,
.table-coupon-gold,
.table-coupon-gold1,
.table-coupon-gold2,
.table-coupon-green,
.table-coupon-grey,
.table-coupon-grey1,
.table-coupon-orange,
.table-coupon-orange1,
.table-coupon-orange2,
.table-coupon-purple,
.table-coupon-purple1,
.table-coupon-red,
.table-coupon-silver,
.table-coupon-white,
.table-coupon-white1,
.table-coupon-yellow,
.table-coupon-yellow1,
.table-coupon-yellow2,
.table-coupon-yellow3 {
	font-size: 14px;
}
.table-coupon-blue1 .table-header,
.table-coupon-blue2 .table-header,
.table-coupon-blue3 .table-header,
.table-coupon-blue4 .table-header,
.table-coupon-blue5 .table-header,
.table-coupon-blue .table-header,
.table-coupon-gold1 .table-header,
.table-coupon-gold2 .table-header,
.table-coupon-gold .table-header,
.table-coupon-green .table-header,
.table-coupon-grey1 .table-header,
.table-coupon-grey .table-header,
.table-coupon-orange1 .table-header,
.table-coupon-orange .table-header,
.table-coupon-purple1 .table-header,
.table-coupon-purple .table-header,
.table-coupon-red .table-header,
.table-coupon-silver .table-header,
.table-coupon-yellow1 .table-header,
.table-coupon-yellow2 .table-header,
.table-coupon-yellow3 .table-header,
.table-coupon-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #25292c;
	border-radius: 6px;
}
.table-coupon-white1 .table-header,
.table-coupon-white .table-header {
	font-weight: 700;
	font-size: 16px;
	display: flex;
	padding: 10px 0;
	background: #cacaca;
}
.table-coupon-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 16px 0;
	background: #09090a;
	border-radius: 6px;
}
.table-coupon-flex-field {
	flex: 1 1 0px;
}
.table-coupon-tr {
	display: flex;
}
.table-coupon-blue1 .table-coupon-tr,
.table-coupon-blue2 .table-coupon-tr,
.table-coupon-blue3 .table-coupon-tr,
.table-coupon-blue4 .table-coupon-tr,
.table-coupon-blue5 .table-coupon-tr,
.table-coupon-blue .table-coupon-tr,
.table-coupon-gold1 .table-coupon-tr,
.table-coupon-gold2 .table-coupon-tr,
.table-coupon-gold .table-coupon-tr,
.table-coupon-green .table-coupon-tr,
.table-coupon-grey1 .table-coupon-tr,
.table-coupon-grey .table-coupon-tr,
.table-coupon-orange1 .table-coupon-tr,
.table-coupon-orange .table-coupon-tr,
.table-coupon-purple1 .table-coupon-tr,
.table-coupon-purple .table-coupon-tr,
.table-coupon-red .table-coupon-tr,
.table-coupon-silver .table-coupon-tr,
.table-coupon-yellow1 .table-coupon-tr,
.table-coupon-yellow2 .table-coupon-tr,
.table-coupon-yellow3 .table-coupon-tr,
.table-coupon-yellow .table-coupon-tr {
	background: #1b2024;
	margin-top: 12px;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s;
}
.table-coupon-white1 .table-coupon-tr,
.table-coupon-white .table-coupon-tr {
	background: #fff;
	border-bottom: 1px solid #616161;
}
.table-coupon-orange2 .table-coupon-tr {
	background: #17171a;
	margin-top: 12px;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s;
}
.table-coupon-orange2 .table-coupon-tr.on,
.table-coupon-orange2 .table-coupon-tr:hover {
	background: #121214;
}
.table-coupon-td-first {
	border: none;
	padding: 16px 5px;
}
.table-coupon-orange2 .table-coupon-td-first {
	border: none;
}
.table-coupon-td {
	border: none;
	padding: 16px 5px;
}
.table-coupon-orange2 .table-coupon-td {
	border: none;
}
.table-coupon-blue1 .table-coupon-content,
.table-coupon-blue2 .table-coupon-content,
.table-coupon-blue3 .table-coupon-content,
.table-coupon-blue4 .table-coupon-content,
.table-coupon-blue5 .table-coupon-content,
.table-coupon-blue .table-coupon-content,
.table-coupon-gold1 .table-coupon-content,
.table-coupon-gold2 .table-coupon-content,
.table-coupon-gold .table-coupon-content,
.table-coupon-green .table-coupon-content,
.table-coupon-grey1 .table-coupon-content,
.table-coupon-grey .table-coupon-content,
.table-coupon-orange1 .table-coupon-content,
.table-coupon-orange .table-coupon-content,
.table-coupon-purple1 .table-coupon-content,
.table-coupon-purple .table-coupon-content,
.table-coupon-red .table-coupon-content,
.table-coupon-silver .table-coupon-content,
.table-coupon-yellow1 .table-coupon-content,
.table-coupon-yellow2 .table-coupon-content,
.table-coupon-yellow3 .table-coupon-content,
.table-coupon-yellow .table-coupon-content {
	background: #2d353c;
}
.table-coupon-white1 .table-coupon-content,
.table-coupon-white .table-coupon-content {
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.table-coupon-orange2 .table-coupon-content {
	background: #171719;
	border-radius: 6px;
}
.table-sbetlog-blue,
.table-sbetlog-blue1,
.table-sbetlog-blue2,
.table-sbetlog-blue3,
.table-sbetlog-blue4,
.table-sbetlog-blue5,
.table-sbetlog-gold,
.table-sbetlog-gold1,
.table-sbetlog-gold2,
.table-sbetlog-green,
.table-sbetlog-grey,
.table-sbetlog-grey1,
.table-sbetlog-orange,
.table-sbetlog-orange1,
.table-sbetlog-orange2,
.table-sbetlog-purple,
.table-sbetlog-purple1,
.table-sbetlog-red,
.table-sbetlog-silver,
.table-sbetlog-white,
.table-sbetlog-white1,
.table-sbetlog-yellow,
.table-sbetlog-yellow1,
.table-sbetlog-yellow2,
.table-sbetlog-yellow3 {
	font-size: 14px;
	word-break: keep-all;
}
.table-sbetlog-blue1 .table-header,
.table-sbetlog-blue2 .table-header,
.table-sbetlog-blue3 .table-header,
.table-sbetlog-blue4 .table-header,
.table-sbetlog-blue5 .table-header,
.table-sbetlog-blue .table-header,
.table-sbetlog-gold1 .table-header,
.table-sbetlog-gold2 .table-header,
.table-sbetlog-gold .table-header,
.table-sbetlog-green .table-header,
.table-sbetlog-grey1 .table-header,
.table-sbetlog-grey .table-header,
.table-sbetlog-orange1 .table-header,
.table-sbetlog-orange .table-header,
.table-sbetlog-purple1 .table-header,
.table-sbetlog-purple .table-header,
.table-sbetlog-red .table-header,
.table-sbetlog-silver .table-header,
.table-sbetlog-yellow1 .table-header,
.table-sbetlog-yellow2 .table-header,
.table-sbetlog-yellow3 .table-header,
.table-sbetlog-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #25292c;
	color: #fff;
}
.table-sbetlog-white1 .table-header,
.table-sbetlog-white .table-header {
	display: flex;
	padding: 10px 0;
	background: #cacaca;
	color: #000;
	font-weight: 900;
}
.table-sbetlog-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #09090a;
	border-radius: 6px;
	color: #fff;
}
.table-sbetlog-flex-field {
	flex: 1 1 0px;
}
.table-sbetlog-tr {
	display: flex;
}
.table-sbetlog-blue1 .table-sbetlog-tr,
.table-sbetlog-blue2 .table-sbetlog-tr,
.table-sbetlog-blue3 .table-sbetlog-tr,
.table-sbetlog-blue4 .table-sbetlog-tr,
.table-sbetlog-blue5 .table-sbetlog-tr,
.table-sbetlog-blue .table-sbetlog-tr,
.table-sbetlog-gold1 .table-sbetlog-tr,
.table-sbetlog-gold2 .table-sbetlog-tr,
.table-sbetlog-gold .table-sbetlog-tr,
.table-sbetlog-green .table-sbetlog-tr,
.table-sbetlog-grey1 .table-sbetlog-tr,
.table-sbetlog-grey .table-sbetlog-tr,
.table-sbetlog-orange1 .table-sbetlog-tr,
.table-sbetlog-orange .table-sbetlog-tr,
.table-sbetlog-purple1 .table-sbetlog-tr,
.table-sbetlog-purple .table-sbetlog-tr,
.table-sbetlog-red .table-sbetlog-tr,
.table-sbetlog-silver .table-sbetlog-tr,
.table-sbetlog-yellow1 .table-sbetlog-tr,
.table-sbetlog-yellow2 .table-sbetlog-tr,
.table-sbetlog-yellow3 .table-sbetlog-tr,
.table-sbetlog-yellow .table-sbetlog-tr ,
table.bl-container tbody>tr>td { 
	background: #0c0e10;
	border-bottom: 1px solid #343d46;
	color: #fff;
}
.table-sbetlog-white1 .table-sbetlog-tr,
.table-sbetlog-white .table-sbetlog-tr {
	background: #ebebeb;
	color: #000;
	border-bottom: 1px solid #343d46;
	font-weight: 900;
}
.table-sbetlog-orange2 .table-sbetlog-tr {
	background: #1b1c1f;
	margin-top: 8px;
	border-radius: 6px;
	color: #fff;
}
.table-sbetlog-td-first {
	padding: 5px;
	display: flex;
	align-items: center;
	border-left: 1px solid #343d46;
	border-right: 1px solid #343d46;
}
.table-sbetlog-orange2 .table-sbetlog-td-first {
	border: none;
}
.table-sbetlog-td {
	border-right: 1px solid #343d46;
	padding: 5px;
	display: flex;
	align-items: center;
}
.table-sbetlog-orange2 .table-sbetlog-td {
	border: none;
}
.table-sbetlog-blue1 .table-sbetlog-content,
.table-sbetlog-blue2 .table-sbetlog-content,
.table-sbetlog-blue3 .table-sbetlog-content,
.table-sbetlog-blue4 .table-sbetlog-content,
.table-sbetlog-blue5 .table-sbetlog-content,
.table-sbetlog-blue .table-sbetlog-content,
.table-sbetlog-gold1 .table-sbetlog-content,
.table-sbetlog-gold2 .table-sbetlog-content,
.table-sbetlog-gold .table-sbetlog-content,
.table-sbetlog-green .table-sbetlog-content,
.table-sbetlog-grey1 .table-sbetlog-content,
.table-sbetlog-grey .table-sbetlog-content,
.table-sbetlog-orange1 .table-sbetlog-content,
.table-sbetlog-orange .table-sbetlog-content,
.table-sbetlog-purple1 .table-sbetlog-content,
.table-sbetlog-purple .table-sbetlog-content,
.table-sbetlog-red .table-sbetlog-content,
.table-sbetlog-silver .table-sbetlog-content,
.table-sbetlog-yellow1 .table-sbetlog-content,
.table-sbetlog-yellow2 .table-sbetlog-content,
.table-sbetlog-yellow3 .table-sbetlog-content,
.table-sbetlog-yellow .table-sbetlog-content {
	width: 100%;
	text-align: left;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}
.table-sbetlog-white1 .table-sbetlog-content,
.table-sbetlog-white .table-sbetlog-content {
	width: 100%;
	text-align: left;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	background: #ebebeb;
	color: #000;
	display: inline-block;
	font-weight: 900;
}
.table-sbetlog-orange2 .table-sbetlog-content {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 14px;
	padding: 32px 0;
	display: inline-block;
}
.table-sbetlog-container-blue,
.table-sbetlog-container-blue1,
.table-sbetlog-container-blue2,
.table-sbetlog-container-blue3,
.table-sbetlog-container-blue4,
.table-sbetlog-container-gold,
.table-sbetlog-container-gold1,
.table-sbetlog-container-gold2,
.table-sbetlog-container-green,
.table-sbetlog-container-grey,
.table-sbetlog-container-grey1,
.table-sbetlog-container-orange,
.table-sbetlog-container-orange1,
.table-sbetlog-container-purple,
.table-sbetlog-container-purple1,
.table-sbetlog-container-red,
.table-sbetlog-container-silver,
.table-sbetlog-container-yellow,
.table-sbetlog-container-yellow1,
.table-sbetlog-container-yellow2,
.table-sbetlog-container-yellow3 {
	background: #191919;
	padding: 4px;
}
.table-sbetlog-container-white,
.table-sbetlog-container-white1 {
	background: #cacaca;
	padding: 4px;
}
.table-sbetlog-container-orange2 {
	background: #16171a;
	padding: 4px;
	color: #fff;
}
.table-mbetlog-blue,
.table-mbetlog-blue1,
.table-mbetlog-blue2,
.table-mbetlog-blue3,
.table-mbetlog-blue4,
.table-mbetlog-blue5,
.table-mbetlog-gold,
.table-mbetlog-gold1,
.table-mbetlog-gold2,
.table-mbetlog-green,
.table-mbetlog-grey,
.table-mbetlog-grey1,
.table-mbetlog-orange,
.table-mbetlog-orange1,
.table-mbetlog-orange2,
.table-mbetlog-purple,
.table-mbetlog-purple1,
.table-mbetlog-red,
.table-mbetlog-silver,
.table-mbetlog-white,
.table-mbetlog-white1,
.table-mbetlog-yellow,
.table-mbetlog-yellow1,
.table-mbetlog-yellow2,
.table-mbetlog-yellow3 {
	font-size: 14px;
	word-break: keep-all;
}
.table-mbetlog-blue1 .table-header,
.table-mbetlog-blue2 .table-header,
.table-mbetlog-blue3 .table-header,
.table-mbetlog-blue4 .table-header,
.table-mbetlog-blue5 .table-header,
.table-mbetlog-blue .table-header,
.table-mbetlog-gold1 .table-header,
.table-mbetlog-gold2 .table-header,
.table-mbetlog-gold .table-header,
.table-mbetlog-green .table-header,
.table-mbetlog-grey1 .table-header,
.table-mbetlog-grey .table-header,
.table-mbetlog-orange1 .table-header,
.table-mbetlog-orange .table-header,
.table-mbetlog-purple1 .table-header,
.table-mbetlog-purple .table-header,
.table-mbetlog-red .table-header,
.table-mbetlog-silver .table-header,
.table-mbetlog-yellow1 .table-header,
.table-mbetlog-yellow2 .table-header,
.table-mbetlog-yellow3 .table-header,
.table-mbetlog-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #25292c;
	color: #fff;
	border-bottom: 1px solid #000;
}
.table-mbetlog-white1 .table-header,
.table-mbetlog-white .table-header {
	display: flex;
	padding: 10px 0;
	background: #cacaca;
	color: #000;
	font-weight: 900;
}
.table-mbetlog-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #09090a;
	border-radius: 6px;
	color: #fff;
}
.table-mbetlog-flex-field {
	flex: 1 1 0px;
}
.table-mbetlog-tr {
	display: flex;
}
.table-mbetlog-blue1 .table-mbetlog-tr,
.table-mbetlog-blue2 .table-mbetlog-tr,
.table-mbetlog-blue3 .table-mbetlog-tr,
.table-mbetlog-blue4 .table-mbetlog-tr,
.table-mbetlog-blue5 .table-mbetlog-tr,
.table-mbetlog-blue .table-mbetlog-tr,
.table-mbetlog-gold1 .table-mbetlog-tr,
.table-mbetlog-gold2 .table-mbetlog-tr,
.table-mbetlog-gold .table-mbetlog-tr,
.table-mbetlog-green .table-mbetlog-tr,
.table-mbetlog-grey1 .table-mbetlog-tr,
.table-mbetlog-grey .table-mbetlog-tr,
.table-mbetlog-orange1 .table-mbetlog-tr,
.table-mbetlog-orange .table-mbetlog-tr,
.table-mbetlog-purple1 .table-mbetlog-tr,
.table-mbetlog-purple .table-mbetlog-tr,
.table-mbetlog-red .table-mbetlog-tr,
.table-mbetlog-silver .table-mbetlog-tr,
.table-mbetlog-yellow1 .table-mbetlog-tr,
.table-mbetlog-yellow2 .table-mbetlog-tr,
.table-mbetlog-yellow3 .table-mbetlog-tr,
.table-mbetlog-yellow .table-mbetlog-tr {
	background: #171c22;
	border-bottom: 1px solid #353c46;
	color: #fff;
}
.table-mbetlog-white1 .table-mbetlog-tr,
.table-mbetlog-white .table-mbetlog-tr {
	background: #ebebeb;
	color: #000;
	border-bottom: 1px solid #353c46;
	font-weight: 900;
}
.table-mbetlog-orange2 .table-mbetlog-tr {
	background: #1b1c1f;
	margin-top: 8px;
	border-radius: 6px;
	color: #fff;
}
.table-mbetlog-td-first {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	border-left: 1px solid #353c46;
	border-right: 1px solid #353c46;
}
.table-mbetlog-orange2 .table-mbetlog-td-first {
	border: none;
}
.table-mbetlog-td {
	border-right: 1px solid #353c46;
	padding: 10px 5px;
	display: flex;
	align-items: center;
}
.table-mbetlog-orange2 .table-mbetlog-td {
	border: none;
}
.table-mbetlog-blue1 .table-mbetlog-content,
.table-mbetlog-blue2 .table-mbetlog-content,
.table-mbetlog-blue3 .table-mbetlog-content,
.table-mbetlog-blue4 .table-mbetlog-content,
.table-mbetlog-blue5 .table-mbetlog-content,
.table-mbetlog-blue .table-mbetlog-content,
.table-mbetlog-gold1 .table-mbetlog-content,
.table-mbetlog-gold2 .table-mbetlog-content,
.table-mbetlog-gold .table-mbetlog-content,
.table-mbetlog-green .table-mbetlog-content,
.table-mbetlog-grey1 .table-mbetlog-content,
.table-mbetlog-grey .table-mbetlog-content,
.table-mbetlog-orange1 .table-mbetlog-content,
.table-mbetlog-orange .table-mbetlog-content,
.table-mbetlog-purple1 .table-mbetlog-content,
.table-mbetlog-purple .table-mbetlog-content,
.table-mbetlog-red .table-mbetlog-content,
.table-mbetlog-silver .table-mbetlog-content,
.table-mbetlog-yellow1 .table-mbetlog-content,
.table-mbetlog-yellow2 .table-mbetlog-content,
.table-mbetlog-yellow3 .table-mbetlog-content,
.table-mbetlog-yellow .table-mbetlog-content {
	width: 100%;
	text-align: left;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	color: #11b485;
	display: inline-block;
}
.table-mbetlog-white1 .table-mbetlog-content,
.table-mbetlog-white .table-mbetlog-content {
	width: 100%;
	text-align: left;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	background: #ebebeb;
	color: #11851d;
	display: inline-block;
	font-weight: 900;
}
.table-mbetlog-orange2 .table-mbetlog-content {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 14px;
	padding: 32px 0;
	display: inline-block;
}
.table-betlog-container-blue,
.table-betlog-container-blue1,
.table-betlog-container-blue2,
.table-betlog-container-blue3,
.table-betlog-container-gold,
.table-betlog-container-gold1,
.table-betlog-container-gold2,
.table-betlog-container-green,
.table-betlog-container-grey,
.table-betlog-container-grey1,
.table-betlog-container-orange,
.table-betlog-container-orange1,
.table-betlog-container-purple,
.table-betlog-container-purple1,
.table-betlog-container-red,
.table-betlog-container-silver,
.table-betlog-container-yellow,
.table-betlog-container-yellow1,
.table-betlog-container-yellow2,
.table-betlog-container-yellow3 {
	background: #191919;
	padding: 4px;
}
.table-betlog-container-white,
.table-betlog-container-white1 {
	background: #cacaca;
	padding: 4px;
}
.table-betlog-container-orange2 {
	background: #16171a;
	padding: 4px;
	color: #fff;
}
.table-betlog-blue,
.table-betlog-blue1,
.table-betlog-blue2,
.table-betlog-blue3,
.table-betlog-gold,
.table-betlog-gold1,
.table-betlog-gold2,
.table-betlog-green,
.table-betlog-grey,
.table-betlog-grey1,
.table-betlog-orange,
.table-betlog-orange1,
.table-betlog-orange2,
.table-betlog-purple,
.table-betlog-purple1,
.table-betlog-red,
.table-betlog-silver,
.table-betlog-white,
.table-betlog-white1,
.table-betlog-yellow,
.table-betlog-yellow1,
.table-betlog-yellow2,
.table-betlog-yellow3 {
	font-size: 14px;
}
.table-betlog-blue1 .table-header,
.table-betlog-blue2 .table-header,
.table-betlog-blue3 .table-header,
.table-betlog-blue .table-header,
.table-betlog-gold1 .table-header,
.table-betlog-gold2 .table-header,
.table-betlog-gold .table-header,
.table-betlog-green .table-header,
.table-betlog-grey1 .table-header,
.table-betlog-grey .table-header,
.table-betlog-orange1 .table-header,
.table-betlog-orange .table-header,
.table-betlog-purple1 .table-header,
.table-betlog-purple .table-header,
.table-betlog-red .table-header,
.table-betlog-silver .table-header,
.table-betlog-yellow1 .table-header,
.table-betlog-yellow2 .table-header,
.table-betlog-yellow3 .table-header,
.table-betlog-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #25292c;
}
.table-betlog-white1 .table-header,
.table-betlog-white .table-header {
	display: flex;
	padding: 10px 0;
	background: #cacaca;
	color: #000;
}
.table-betlog-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #141517;
	border-radius: 6px;
}
.table-betlog-flex-field {
	flex: 1 1 0px;
}
.table-betlog-tr {
	display: flex;
}
.table-betlog-blue1 .table-betlog-tr,
.table-betlog-blue2 .table-betlog-tr,
.table-betlog-blue3 .table-betlog-tr,
.table-betlog-blue .table-betlog-tr,
.table-betlog-gold1 .table-betlog-tr,
.table-betlog-gold2 .table-betlog-tr,
.table-betlog-gold .table-betlog-tr,
.table-betlog-green .table-betlog-tr,
.table-betlog-grey1 .table-betlog-tr,
.table-betlog-grey .table-betlog-tr,
.table-betlog-orange1 .table-betlog-tr,
.table-betlog-orange .table-betlog-tr,
.table-betlog-purple1 .table-betlog-tr,
.table-betlog-purple .table-betlog-tr,
.table-betlog-red .table-betlog-tr,
.table-betlog-silver .table-betlog-tr,
.table-betlog-yellow1 .table-betlog-tr,
.table-betlog-yellow2 .table-betlog-tr,
.table-betlog-yellow3 .table-betlog-tr,
.table-betlog-yellow .table-betlog-tr {
	background: #171c22;
	border-bottom: 1px solid #353c46;
}
.table-betlog-white1 .table-betlog-tr,
.table-betlog-white .table-betlog-tr {
	background: #ebebeb;
	color: #000;
	border-bottom: 1px solid #353c46;
}
.table-betlog-orange2 .table-betlog-tr {
	background: #1b1c1f;
	margin-top: 8px;
	border-radius: 6px;
}
.table-betlog-td-first {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	border-left: 1px solid #353c46;
	border-right: 1px solid #353c46;
}
.table-betlog-orange2 .table-betlog-td-first {
	border: none;
}
.table-betlog-td {
	border-right: 1px solid #353c46;
	padding: 10px 5px;
	display: flex;
	align-items: center;
}
.table-betlog-orange2 .table-betlog-td {
	border: none;
}
.table-betlog-blue1 .table-betlog-content,
.table-betlog-blue2 .table-betlog-content,
.table-betlog-blue3 .table-betlog-content,
.table-betlog-blue .table-betlog-content,
.table-betlog-gold1 .table-betlog-content,
.table-betlog-gold2 .table-betlog-content,
.table-betlog-gold .table-betlog-content,
.table-betlog-green .table-betlog-content,
.table-betlog-grey1 .table-betlog-content,
.table-betlog-grey .table-betlog-content,
.table-betlog-orange1 .table-betlog-content,
.table-betlog-orange .table-betlog-content,
.table-betlog-purple1 .table-betlog-content,
.table-betlog-purple .table-betlog-content,
.table-betlog-red .table-betlog-content,
.table-betlog-silver .table-betlog-content,
.table-betlog-yellow1 .table-betlog-content,
.table-betlog-yellow2 .table-betlog-content,
.table-betlog-yellow3 .table-betlog-content,
.table-betlog-yellow .table-betlog-content {
	background: #171c22;
	color: #39b1d6;
}
.table-betlog-white1 .table-betlog-content,
.table-betlog-white .table-betlog-content {
	background: #ebebeb;
	color: #000;
}
.table-betlog-orange2 .table-betlog-content {
	background: #171719;
	border-radius: 6px;
}
.table-board-blue,
.table-board-blue1,
.table-board-blue2,
.table-board-blue3,
.table-board-blue4,
.table-board-blue5,
.table-board-gold,
.table-board-gold1,
.table-board-gold2,
.table-board-green,
.table-board-grey,
.table-board-grey1,
.table-board-orange,
.table-board-orange1,
.table-board-orange2,
.table-board-purple,
.table-board-purple1,
.table-board-red,
.table-board-silver,
.table-board-white,
.table-board-white1,
.table-board-yellow,
.table-board-yellow1,
.table-board-yellow2,
.table-board-yellow3 {
	font-size: 14px;
}
.table-board-blue1 .table-header,
.table-board-blue2 .table-header,
.table-board-blue3 .table-header,
.table-board-blue4 .table-header,
.table-board-blue5 .table-header,
.table-board-blue .table-header,
.table-board-gold1 .table-header,
.table-board-gold2 .table-header,
.table-board-gold .table-header,
.table-board-green .table-header,
.table-board-grey1 .table-header,
.table-board-grey .table-header,
.table-board-orange1 .table-header,
.table-board-orange .table-header,
.table-board-purple1 .table-header,
.table-board-purple .table-header,
.table-board-red .table-header,
.table-board-silver .table-header,
.table-board-yellow1 .table-header,
.table-board-yellow2 .table-header,
.table-board-yellow3 .table-header,
.table-board-yellow .table-header  {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #25292c;
}
.table-board-white1 .table-header,
.table-board-white .table-header {
	font-weight: 700;
	font-size: 16px;
	display: flex;
	padding: 10px 0;
	background: #cacaca;
}
.table-board-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 16px 0;
	background: #09090a;
	border-radius: 6px;
}
.table-board-flex-field {
	/* flex: 1 1 0px; */
}
.table-board-tr {
	display: flex;
}
.table-board-blue1 .table-board-tr,
.table-board-blue2 .table-board-tr,
.table-board-blue3 .table-board-tr,
.table-board-blue4 .table-board-tr,
.table-board-blue5 .table-board-tr,
.table-board-blue .table-board-tr,
.table-board-gold1 .table-board-tr,
.table-board-gold2 .table-board-tr,
.table-board-gold .table-board-tr,
.table-board-green .table-board-tr,
.table-board-grey1 .table-board-tr,
.table-board-grey .table-board-tr,
.table-board-orange1 .table-board-tr,
.table-board-orange .table-board-tr,
.table-board-purple1 .table-board-tr,
.table-board-purple .table-board-tr,
.table-board-red .table-board-tr,
.table-board-silver .table-board-tr,
.table-board-yellow1 .table-board-tr,
.table-board-yellow2 .table-board-tr,
.table-board-yellow3 .table-board-tr,
.table-board-yellow .table-board-tr {
	background: #2c353c;
	border-bottom: 1px solid #151c22;
}
.table-board-white1 .table-board-tr,
.table-board-white .table-board-tr {
	background: #fff;
	border-bottom: 1px solid #151c22;
}
.table-board-orange2 .table-board-tr {
	background: #17171a;
	margin-top: 12px;
	border-radius: 6px;
	transition: background-color 0.1s ease-out 0s;
}
.table-board-orange2 .table-board-tr.on,
.table-board-orange2 .table-board-tr:hover {
	background: #121214;
}
.table-board-td-first {
	border-left: 1px solid #151c22;
	border-right: 1px solid #151c22;
	padding: 16px 5px;
	display: flex;
	align-items: center;
    justify-content: center;	
	word-break: keep-all;
}
.table-board-orange2 .table-board-td-first {
	border: none;
}
.table-board-td-first._open_board_.title_not , .title_evt,
.table-board-td-first._open_board_event.title_not , .title_evt {
    text-align: left;
    justify-content: left;
    position: relative;
    overflow: hidden;	
	z-index:1;
}
.board-topfix .table-board-td-first._open_board_.title_not ,
.board-topfix .table-board-td-first._open_board_event.title_not,
.event_tbl .title_evt  {
    background: #291832;
    border: 1px solid #6404b6;		
}

.table-board-td {
	border-right: 1px solid #151c22;
	padding: 16px 5px;
	display: flex;
	align-items: center;
	word-break: keep-all;
}
.table-board-orange2 .table-board-td {
	border: none;
}
.table-board-blue1 .table-board-content,
.table-board-blue2 .table-board-content,
.table-board-blue3 .table-board-content,
.table-board-blue4 .table-board-content,
.table-board-blue5 .table-board-content,
.table-board-blue .table-board-content,
.table-board-gold1 .table-board-content,
.table-board-gold2 .table-board-content,
.table-board-gold .table-board-content,
.table-board-green .table-board-content,
.table-board-grey1 .table-board-content,
.table-board-grey .table-board-content,
.table-board-orange1 .table-board-content,
.table-board-orange .table-board-content,
.table-board-purple1 .table-board-content,
.table-board-purple .table-board-content,
.table-board-red .table-board-content,
.table-board-silver .table-board-content,
.table-board-yellow1 .table-board-content,
.table-board-yellow2 .table-board-content,
.table-board-yellow3 .table-board-content,
.table-board-yellow .table-board-content {
	background: #1e2327;
	color: #39b1d6;
}
.table-board-white1 .table-board-content,
.table-board-white .table-board-content {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #161c22;
	border-left: 1px solid #161c22;
	border-right: 1px solid #161c22;
}
.table-board-orange2 .table-board-content {
	background: #171719;
	border-radius: 6px;
}
.table-virtual-container-blue,
.table-virtual-container-blue1,
.table-virtual-container-blue2,
.table-virtual-container-blue3,
.table-virtual-container-blue4,
.table-virtual-container-blue5,
.table-virtual-container-gold,
.table-virtual-container-gold1,
.table-virtual-container-gold2,
.table-virtual-container-green,
.table-virtual-container-grey,
.table-virtual-container-grey1,
.table-virtual-container-orange,
.table-virtual-container-orange1,
.table-virtual-container-purple,
.table-virtual-container-purple1,
.table-virtual-container-red,
.table-virtual-container-silver,
.table-virtual-container-yellow,
.table-virtual-container-yellow1,
.table-virtual-container-yellow2,
.table-virtual-container-yellow3 {
	background: #191919;
	padding: 4px;
}
.table-virtual-container-white,
.table-virtual-container-white1 {
	background: #cacaca;
	padding: 4px;
}
.table-virtual-container-orange2 {
	background: #16171a;
	padding: 4px;
	color: #fff;
}
.table-virtual-blue,
.table-virtual-blue1,
.table-virtual-blue2,
.table-virtual-blue3,
.table-virtual-blue4,
.table-virtual-blue5,
.table-virtual-gold,
.table-virtual-gold1,
.table-virtual-gold2,
.table-virtual-green,
.table-virtual-grey,
.table-virtual-grey1,
.table-virtual-orange,
.table-virtual-orange1,
.table-virtual-orange2,
.table-virtual-purple,
.table-virtual-purple1,
.table-virtual-red,
.table-virtual-silver,
.table-virtual-white,
.table-virtual-white1,
.table-virtual-yellow,
.table-virtual-yellow1,
.table-virtual-yellow2,
.table-virtual-yellow3 {
	font-size: 14px;
}
.table-virtual-blue1 .table-header,
.table-virtual-blue2 .table-header,
.table-virtual-blue3 .table-header,
.table-virtual-blue4 .table-header,
.table-virtual-blue5 .table-header,
.table-virtual-blue .table-header,
.table-virtual-gold1 .table-header,
.table-virtual-gold2 .table-header,
.table-virtual-gold .table-header,
.table-virtual-green .table-header,
.table-virtual-grey1 .table-header,
.table-virtual-grey .table-header,
.table-virtual-orange1 .table-header,
.table-virtual-orange .table-header,
.table-virtual-purple1 .table-header,
.table-virtual-purple .table-header,
.table-virtual-red .table-header,
.table-virtual-silver .table-header,
.table-virtual-yellow1 .table-header,
.table-virtual-yellow2 .table-header,
.table-virtual-yellow3 .table-header,
.table-virtual-yellow .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #161b1f;
}
.table-virtual-white1 .table-header,
.table-virtual-white .table-header {
	display: flex;
	padding: 10px 0;
	background: #cacaca;
	color: #000;
}
.table-virtual-orange2 .table-header {
	font-weight: 700;
	display: flex;
	padding: 10px 0;
	background: #141517;
	border-radius: 6px;
}
.table-virtual-flex-field {
	flex: 1 1 0px;
}
.table-virtual-tr {
	display: flex;
}
.table-virtual-blue1 .table-virtual-tr,
.table-virtual-blue2 .table-virtual-tr,
.table-virtual-blue3 .table-virtual-tr,
.table-virtual-blue4 .table-virtual-tr,
.table-virtual-blue5 .table-virtual-tr,
.table-virtual-blue .table-virtual-tr,
.table-virtual-gold1 .table-virtual-tr,
.table-virtual-gold2 .table-virtual-tr,
.table-virtual-gold .table-virtual-tr,
.table-virtual-green .table-virtual-tr,
.table-virtual-grey1 .table-virtual-tr,
.table-virtual-grey .table-virtual-tr,
.table-virtual-orange1 .table-virtual-tr,
.table-virtual-orange .table-virtual-tr,
.table-virtual-purple1 .table-virtual-tr,
.table-virtual-purple .table-virtual-tr,
.table-virtual-red .table-virtual-tr,
.table-virtual-silver .table-virtual-tr,
.table-virtual-yellow1 .table-virtual-tr,
.table-virtual-yellow2 .table-virtual-tr,
.table-virtual-yellow3 .table-virtual-tr,
.table-virtual-yellow .table-virtual-tr {
	background: #252a30;
	margin-top: 4px;
}
.table-virtual-white1 .table-virtual-tr,
.table-virtual-white .table-virtual-tr {
	background: #ebebeb;
	margin-top: 4px;
	color: #000;
}
.table-virtual-orange2 .table-virtual-tr {
	background: #1b1c1f;
	margin-top: 8px;
	border-radius: 6px;
}
.table-virtual-td-first {
	padding: 10px 5px;
	display: flex;
	align-items: center;
}
.table-virtual-orange2 .table-virtual-td-first {
	border: none;
}
.table-virtual-td {
	padding: 10px 5px;
	display: flex;
	align-items: center;
}
.table-virtual-orange2 .table-virtual-td {
	border: none;
}
.table-virtual-blue1 .table-virtual-content,
.table-virtual-blue2 .table-virtual-content,
.table-virtual-blue3 .table-virtual-content,
.table-virtual-blue4 .table-virtual-content,
.table-virtual-blue5 .table-virtual-content,
.table-virtual-blue .table-virtual-content,
.table-virtual-gold1 .table-virtual-content,
.table-virtual-gold2 .table-virtual-content,
.table-virtual-gold .table-virtual-content,
.table-virtual-green .table-virtual-content,
.table-virtual-grey1 .table-virtual-content,
.table-virtual-grey .table-virtual-content,
.table-virtual-orange1 .table-virtual-content,
.table-virtual-orange .table-virtual-content,
.table-virtual-purple1 .table-virtual-content,
.table-virtual-purple .table-virtual-content,
.table-virtual-red .table-virtual-content,
.table-virtual-silver .table-virtual-content,
.table-virtual-yellow1 .table-virtual-content,
.table-virtual-yellow2 .table-virtual-content,
.table-virtual-yellow3 .table-virtual-content,
.table-virtual-yellow .table-virtual-content {
	background: #1e2327;
	color: #39b1d6;
}
.table-virtual-white1 .table-virtual-content,
.table-virtual-white .table-virtual-content {
	background: #fff;
	color: #000;
}
.table-virtual-orange2 .table-virtual-content {
	background: #171719;
	border-radius: 6px;
}
.moneymove-button {
	position: absolute;
	left: calc(50% - 52px);
	top: -28px;
	cursor: pointer;
}
.moneymove-button:hover {
	content: url(/image/Money/orange2/moveo.svg);
}
.payout-radio {
	float: left;
	cursor: pointer;
}
.payout-radio.on img {
	content: url(/image/Money/orange2/radio1.svg);
}
.tab-orange2 {
	padding: 16px 50px;
	float: left;
	font-size: 14px;
	cursor: pointer;
}
.tab-orange2.on,
.tab-orange2:hover {
	border-bottom: 1px solid #f56406;
}
.panel-page-blue,
.panel-page-blue1,
.panel-page-blue2,
.panel-page-blue3,
.panel-page-gold,
.panel-page-green,
.panel-page-grey,
.panel-page-grey1,
.panel-page-orange,
.panel-page-purple,
.panel-page-purple1,
.panel-page-red,
.panel-page-siver,
.panel-page-yellow,
.panel-page-yellow1,
.panel-page-yellow2,
.panel-page-yellow3 {
	margin-bottom: 30px;
}
.panel-page-gold1,
.panel-page-gold2,
.panel-page-orange1,
.panel-page-white,
.panel-page-white1 {
	margin-bottom: 30px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.panel-page-white,
.panel-page-white1 {
	background: #ebebeb !important;
}
.panel-page-orange2 {
	background: #111314 !important;
	padding: 0 48px;
	max-width: 1350px;
	width: 100%;
}
.panel-page-blue4 {
	margin-bottom: 30px;
	background: #212227 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.panel-page-blue5 {
	margin-bottom: 30px;
	background: #111 !important;
}
.input-orange2 .el-input__inner {
	background: #121212 !important;
	border: 1px solid #3d3d3d !important;
	color: #fff !important;
}
.home-mob-cat {
	padding: 0 4px;
}
.home-mob-cat .cat-content {
	background: #1b1b1c;
	border-radius: 6px;
}
.orange2-dialog .el-dialog {
	margin-top: 15vh !important;
}
.provider-dialog .el-dialog {
	margin-top: 88px !important;
}
.virtual-dtab {
	background: #161719;
	height: 48px;
	text-align: center;
	padding-top: 12px;
	border-bottom: 1px solid #242424;
}
.virtual-dtab.on {
	border-bottom: 1px solid #ef6107;
}
.signup-orange2-dialog .el-dialog {
	margin-top: 64px !important;
}
.signup-color-blue,
.signup-color-blue1,
.signup-color-blue2,
.signup-color-blue3,
.signup-color-blue4,
.signup-color-blue5,
.signup-color-gold,
.signup-color-gold1,
.signup-color-gold2,
.signup-color-grey,
.signup-color-grey1,
.signup-color-orange,
.signup-color-orange1,
.signup-color-orange2,
.signup-color-purple,
.signup-color-purple1,
.signup-color-red,
.signup-color-yellow,
.signup-color-yellow1,
.signup-color-yellow2,
.signup-color-yellow3 {
	color: #fff !important;
}
.signup-color-blue3 {
	color: #082481 !important;
}
.signup-color-white,
.signup-color-white1 {
	color: #000 !important;
}
.event-orange2 {
	width: calc(33.3% - 24px);
	margin: 0 12px 48px;
	background: #16181a;
	border-radius: 8px;
	padding: 16px;
	float: left;
	word-break: keep-all;
	color: #fff;
	cursor: pointer;
}
.event-orange2:hover {
	transform: translateY(-24px);
	background: #1e2224;
	box-shadow: 0 4px 45px rgba(0, 0, 0, 0.5);
}
.event-orange2-img,
.event-orange2:hover {
	transition: all 0.4s ease-in-out;
}
.betrefresh {
	padding: 6px;
	background: #2e3236;
	border-radius: 6px;
	cursor: pointer;
}
.betrefresh:hover {
	background: #44484f;
}
.v-box1-agero-orange2 {
	background: #141517;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-radius: 6px;
	width: 100%;
	clear: both;
}
.category-bet-button-blue2 {
	color: #09c2f1;
	font-size: 24px;
}
.category-bet-button-blue2,
.category-bet-button-blue4 {
	width: 100%;
	font-weight: 900;
	margin-top: 30px;
	cursor: pointer;
}
.category-bet-button-blue4 {
	color: #fff;
	font-size: 18px;
}
.category-bet-button-blue4 span {
	border: 2px solid #4269b2;
	padding: 4px 12px 8px 8px;
	border-radius: 6px;
	font-style: italic;
}
.category-bet-button-gold2 {
	width: 100%;
	font-weight: 900;
	margin-top: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}
.category-bet-button-gold2 span {
	border-radius: 6px;
	padding: 4px 12px 8px 8px;
	background: #e96a09;
}
.coupon-item {
	width: 33.3%;
	display: flex;
	float: left;
	padding: 12px;
}
.coupon-item .left-panel {
	flex: 1 1;
}
.coupon-item .left-panel,
.coupon-item .right-panel {
	float: left;
	background: #19191c;
	padding: 24px 12px;
	border-radius: 6px;
}
.coupon-item .right-panel {
	margin-left: 8px;
	cursor: pointer;
}
.coupon-item .right-panel:hover .img-coupon {
	content: url(/static/image/Money/eecdd21.png);
}


.liveboxoutline {
	border: 2px solid #000;
	border-radius: 0 0 5px 5px;
}
.liveboxoutline2-grey {
	border: 2px solid #005fac;
	border-radius: 0 0 5px 5px;
}
.liveboxoutline2-grey1 {
	border: 2px solid #aaa;
	border-radius: 0 0 5px 5px;
}
.v-box-live {
	border-radius: 0 0 5px 5px;
}
.v-box-live,
.v-box-live2 {
	background: #242f42;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	width: 100%;
	clear: both;
}
.v-box1 {
	background: #121619;
	padding: 0;
	border-radius: 5px;
	border: 1px solid #1e2327;
}
.v-box1,
.v-box1-agero-grey {
	text-align: left;
	vertical-align: top;
	width: 100%;
	clear: both;
}
.v-box1-agero-grey {
	background: #242f42;
	padding: 10px;
	border-radius: 5px;
}
.v-box1-agero-inplay-grey {
	background-image: url(/static/image/Sports/grey/8b57773.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #35470b;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	clear: both;
}
.v-box1-agero-inplay-orange2 {
	padding: 0;
}
.v-box2-orange,
.v-box2-orange1 {
	background: #121619;
}
.v-box2-orange,
.v-box2-orange1,
.v-box2-orange2 {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-orange2 {
	background: #141517;
}
.v-box2-blue,
.v-box2-blue2,
.v-box2-blue3,
.v-box2-blue4,
.v-box2-blue5,
.v-box2-purple,
.v-box2-purple1,
.v-box2-yellow,
.v-box2-yellow1,
.v-box2-yellow2,
.v-box2-yellow3 {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	background: #121619;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-white,
.v-box2-white1 {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	background: #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-blue1,
.v-box2-gold,
.v-box2-gold1,
.v-box2-gold2,
.v-box2-red,
.v-box2-silver {
	padding: 0;
	background: #121619;
}
.v-box2-blue1,
.v-box2-gold,
.v-box2-gold1,
.v-box2-gold2,
.v-box2-grey,
.v-box2-red,
.v-box2-silver {
	text-align: center;
	clear: both;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-grey {
	padding: 2px 20px 20px;
	background: #0b1423;
}
.v-box2-grey1 {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	background: #121619;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-loading {
	position: relative;
	display: table-cell;
	clear: both;
	padding: 50px;
}
.v-box2-agero-grey {
	background: #0b1423;
}
.v-box2-agero-grey,
.v-box2-agero-grey1 {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 2px 20px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v-box2-agero-grey1 {
	background: #212121;
}
.clockbox {
	width: 310px;
	height: 82px;
	font: 700 40px Open Sans Condensed, sans-serif;
}
.clockbox,
.scorebox2 {
	overflow-x: hidden;
	overflow-y: hidden;
}
.scorebox2 {
	background: #b50000;
	background: linear-gradient(180deg, #b50000, #d00);
	margin: 0 auto;
	white-space: nowrap;
	padding: 1px;
	min-width: 30px;
	max-width: 40px;
	height: 26px;
	line-height: 23px;
	border: 1px solid #b90f0f;
	font-weight: 700;
	font-family: arial;
	font-size: 11pt;
	color: #fafafa;
}
.livebox {
	border: 2px solid #818fab;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.livebox,
.livebox2 {
	width: 100%;
	padding: 0;
}
.livebox2 {
	border: 2px solid red;
	border-radius: 6px;
}
.livebox2,
.liveboxtitle2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.liveboxtitle2 {
	border-radius: 6px;
	width: 75px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	top: -7px;
	left: 10px;
	background: red;
	z-index: 5;
	text-align: center;
	color: #fff;
	padding: 0;
}
.scorebox {
	background: #1e2737;
	background: linear-gradient(180deg, #1e2737, #0b1423);
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 1px;
	min-width: 30px;
	max-width: 40px;
	height: 26px;
	line-height: 23px;
	border: 1px solid #415b87;
	font-weight: 700;
	font-family: arial;
	font-size: 11pt;
	color: #fc0;
}
.liveboxinbg {
	width: 100%;
	height: 100%;
	background: #1b1b23;
	z-index: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.liveboxinbg,
.liveboxtitle {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.liveboxtitle {
	width: 75px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	top: -7px;
	left: 10px;
	background: #818fab;
	z-index: 5;
	text-align: center;
	color: #000;
	padding: 0;
}
.liveboxintxt {
	position: absolute;
	top: 0;
	left: 0;
	color: #cacaca;
	z-index: 10;
}
.upsss {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-name: slideupin;
	animation-name: slideupin;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
@-webkit-keyframes slideupin {
	0% {
		margin: 9px 0 0;
	}
	to {
		margin: 6px 0 0;
	}
}
@keyframes slideupin {
	0% {
		margin: 9px 0 0;
	}
	to {
		margin: 6px 0 0;
	}
}
.downsss {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-name: slidedownin;
	animation-name: slidedownin;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
@-webkit-keyframes slidedownin {
	0% {
		margin: 6px 0 0;
	}
	to {
		margin: 9px 0 0;
	}
}
@keyframes slidedownin {
	0% {
		margin: 6px 0 0;
	}
	to {
		margin: 9px 0 0;
	}
}
.stickybox {
	position: fixed;
	z-index: 1000000;
	right: 3%;
	bottom: -100px;
	margin-left: 0;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
.blinkon {
	-webkit-animation: blink 2s ease-in-out infinite normal;
	animation: blink 2s ease-in-out infinite normal;
}
.oddonoffswitch {
	position: relative;
	width: 124px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.oddonoffswitch-checkbox {
	display: none;
}
.oddonoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e35b00;
	border-radius: 4px;
}
.oddonoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.2s ease-in 0s;
}
.oddonoffswitch-inner:after,
.oddonoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 18px;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	box-sizing: border-box;
}
.oddonoffswitch-inner:before {
	content: "ÃƒÂ«Ã‚Â°Ã‚Â°ÃƒÂ«Ã¢â‚¬Â¹Ã‚Â¹ÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ«Ã‚ÂÃ¢â€žÂ¢ÃƒÂ«Ã‚Â³Ã¢â€šÂ¬ÃƒÂªÃ‚Â²Ã‚Â½ ON";
	padding-right: 10px;
	background-color: #fc6200;
	color: #fafafa;
}
.oddonoffswitch-inner:after {
	content: "ÃƒÂ«Ã‚Â°Ã‚Â°ÃƒÂ«Ã¢â‚¬Â¹Ã‚Â¹ÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ«Ã‚ÂÃ¢â€žÂ¢ÃƒÂ«Ã‚Â³Ã¢â€šÂ¬ÃƒÂªÃ‚Â²Ã‚Â½ OFF";
	padding-right: 5px;
	background-color: #fc6200;
	color: #737373;
	text-align: right;
}
.oddonoffswitch-switch {
	display: block;
	width: 15px;
	margin: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 102px;
	border: 1px solid #e35b00;
	border-radius: 60px;
	transition: all 0.2s ease-in 0s;
}
.oddonoffswitch-checkbox:checked + .oddonoffswitch-label .oddonoffswitch-inner {
	margin-left: 0;
}
.oddonoffswitch-checkbox:checked + .oddonoffswitch-label .oddonoffswitch-switch {
	right: 0;
}


.bg-orange2,
.bg-orange-darker {
	background: #fc6200 !important;
}
.label_orange_bg {
	background: #fc6200;
	font-family: arial;
}
.label_blue_bg {
	background: #1f8fff;
	font-family: arial;
}
.secondary {
	background: #fc6200;
	padding: 6px 20px 5px 10px;
}
.secondary,
.tertiary {
	color: #fff;
	border: 2px solid #fc6200;
	border-radius: 15px;
	outline: none;
}
.tertiary {
	background: none;
	padding: 6px 10px 5px;
}
ol {
	padding-left: 0;
}
.bwizard-steps li.active {
	background: #fc6200 !important;
	color: #fff;
}
.bwizard-steps li.active:hover {
	background: #e85c00 !important;
}
.bwizard-steps li.active small {
	color: #151515 !important;
}


.coming-soon .brand .logo,
.login .login-header .brand .logo,
.navbar-logo {
	border-color: #f8504b #cc4946 #993734;
}
.btn.btn-scroll-to-top,
.label.label-theme,
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
	background: #ff5b57;
}
.navbar.navbar-inverse .navbar-brand {
	color: #fff !important;
}
.sidebar .sub-menu > li.active > a:before,
.text-theme {
	color: #ff5b57;
}

.pace .pace-activity {
	border-top-color: #ff5b57;
	border-left-color: #ff5b57;
}


.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #1b1b23;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}


body,
body #__layout,
body #__nuxt,
html {
	height: 100%;
	width: 100%;
}
.body-scroll {
	height: 100%;
}
.body-scroll .el-scrollbar__wrap {
	overflow-x: auto;
}
.authenticatedCls .el-main,
.notAuthenticatedCls .el-main {
	background: #2d3a4b;
	padding: 0 !important;
}


#app[data-v-7093e5ae] {
	width: 100%;
	height: 100%;
}


body.game-layout,
body.game-layout #__layout,
body.game-layout #__nuxt,
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.VueCarousel-navigation-button[data-v-453ad8cd] {
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	outline: none;
}
.VueCarousel-navigation-button[data-v-453ad8cd]:focus {
	outline: 1px solid lightblue;
}
.VueCarousel-navigation-next[data-v-453ad8cd] {
	right: 0;
	transform: translateY(-50%) translateX(100%);
	font-family: "system";
}
.VueCarousel-navigation-prev[data-v-453ad8cd] {
	left: 0;
	transform: translateY(-50%) translateX(-100%);
	font-family: "system";
}
.VueCarousel-navigation--disabled[data-v-453ad8cd] {
	opacity: 0.5;
	cursor: default;
}

/* Define the "system" font family */
@font-face {
	font-family: system;
	font-style: normal;
	font-weight: 300;
	src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Symbol"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}


.VueCarousel-pagination[data-v-438fd353] {
	width: 100%;
	text-align: center;
}
.VueCarousel-pagination--top-overlay[data-v-438fd353] {
	position: absolute;
	top: 0;
}
.VueCarousel-pagination--bottom-overlay[data-v-438fd353] {
	position: absolute;
	bottom: 0;
}
.VueCarousel-dot-container[data-v-438fd353] {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.VueCarousel-dot[data-v-438fd353] {
	display: inline-block;
	cursor: pointer;
	appearance: none;
	border: none;
	background-clip: content-box;
	box-sizing: content-box;
	padding: 0;
	border-radius: 100%;
	outline: none;
}
.VueCarousel-dot[data-v-438fd353]:focus {
	outline: 1px solid lightblue;
}


.VueCarousel-slide {
	flex-basis: inherit;
	flex-grow: 0;
	flex-shrink: 0;
	user-select: none;
	backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
.VueCarousel-slide-adjustableHeight {
	display: table;
	flex-basis: auto;
	width: 100%;
}


.VueCarousel {
	display: flex;
	flex-direction: column;
	position: relative;
}
.VueCarousel--reverse {
	flex-direction: column-reverse;
}
.VueCarousel-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.VueCarousel-inner {
	display: flex;
	flex-direction: row;
	backface-visibility: hidden;
}
.VueCarousel-inner--center {
	justify-content: center;
}


.mini-bet-panel {
	position: absolute;
	left: 830px;
	top: 0;
	width: calc(100% - 830px);
	border-left: 5px solid #171c22;
	color: #fff;
	height: 641px;
}
.mini-boscore-bet-panel {
	height: 600px;
}
.mini-boscore-bet-panel,
.mini-boscoreball-bet-panel {
	position: absolute;
	left: 800px;
	top: 0;
	width: calc(100% - 800px);
	border-left: 5px solid #171c22;
	background-color: #996148;
	color: #fff;
}
.mini-boscoreball-bet-panel {
	height: 700px;
}
.mini-bubble-bet-panel {
	left: 830px;
	width: calc(100% - 830px);
	height: 609px;
}
.mini-bubble-bet-panel,
.mini-livescore-bet-panel {
	position: absolute;
	top: 0;
	border-left: 5px solid #171c22;
	background-color: #996148;
	color: #fff;
}
.mini-livescore-bet-panel {
	left: 854px;
	width: calc(100% - 854px);
	height: 746px;
}
#mini-game-frame-container,
.bet-game-frame,
.mini-game-boscoreball-frame,
.mini-game-frame {
	position: absolute;
	left: 0;
	top: 0;
}
.bet-game-frame,
.mini-game-boscoreball-frame,
.mini-game-frame {
	touch-action: auto;
}
#east-game-frame-container,
.east-game-frame {
	position: absolute;
	left: 0;
	top: 0;
}
#mini-game-frame-container-in {
	width: 830px;
	height: 641px;
	overflow: hidden;
	margin: 0 auto;
}
#east-game-frame-container-in {
	width: 830px;
	height: 560px;
	overflow: hidden;
	margin: 0 auto;
}
#boscore-game-frame-container-in {
	width: 800px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
}
#bubble-game-frame-container-in {
	width: 830px;
	height: 609px;
	overflow: hidden;
	margin: 0 auto;
}
#boscoreball-game-frame-container-in {
	width: 800px;
	height: 700px;
	overflow: hidden;
	margin: 0 auto;
}
#livescore-game-frame-container-in {
	width: 854px;
	height: 746px;
	overflow: hidden;
	margin: 0 auto;
}
.east-bet-lock,
.mini-bet-lock {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.east-bet-panel {
	position: absolute;
	left: 830px;
	top: 0;
	width: calc(100% - 830px);
	border-left: 5px solid #171c22;
	background-color: #153939;
	color: #fff;
	height: 560px;
}
.text-brown {
	color: #f9e5c0;
}
.bg-brown {
	background-color: #4a3427;
}
.bg-brown1 {
	background-color: #674836;
}
.mini-bet-row {
	padding: 9px 0;
	border-top: 1px solid #fff;
}
.east-bet-row {
	padding: 9px 0;
	border-top: 2px solid #02b9c7;
}
.mini-bet-type {
	border: 2px solid #fff;
	border-radius: 5px;
}
.mini-bet-type,
.mini-bet-type-on {
	padding: 25px 0;
	margin: 8px 5%;
	width: 90%;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.mini-bet-type-on {
	border: 2px solid #2e7de5;
	border-radius: 5px;
}
.mini-bet-type-name {
	background-color: #25262a;
	color: #e9d6b5;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: keep-all;
	border-radius: 5px;
	height: 91px;
}

.east-bet-type-name,
.mini-bet-type-name{
	font-size: 14px;
	width: 90%;
	margin: 0 5%;
	height: 91px;
}
.east-bet-type-name {
	background-color: #0d3131;
	color: #fff;
	border: 2px solid #02b9c7;
	padding-top: 35px;
}
.east-bet-button {
	background-color: #124e4e;
	color: #fff;
	width: 90%;
	margin: 0 5%;
	border: 2px solid #01b8c6;
	height: 91px;
	cursor: pointer;
}
.east-bet-button:hover {
	background-color: #36a1a9;
}
.east-bet-button:hover .mini-bet-base {
	display: none;
}
.mini-bet-button {
	width: 90%;
	margin: 0 5%;
	border: 1px solid #25262a;
	height: 91px;
	cursor: pointer;
	border-radius: 5px;
}
.mini-bet-button:hover {
	background-color: #8a868b;
	color: #fff;
}
.mini-bet-button:hover .mini-bet-odds-value {
	background-color: #2e7de5;
	color: #fff;
}
.mini-bet-button:hover .mini-bet-base,
.mini-bet-button:hover .mini-bet-img-size {
	/*display: none;*/
}
.mini-bet-button-keno {
	color: #fff;
	width: 98%;
	margin: 0 1%;
	border: 3px solid #25262a;
	height: 91px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mini-bet-button-keno:hover {
	background-color: #8a868b;
	color: #fff;
}
.mini-bet-button-keno:hover .mini-bet-base {
	display: none;
}
.mini-bet-odds-value {
	background-color: #25262a;
	color: #fff;
}
.mini-bet-img {
	width: 45px;
}
.mini-bet-num-img {
	width: 30px;
}
.mini-bet-lad-img {
	width: 50px;
}
.mini-bet-lad-img-small {
	width: 35px;
}
.mini-bet-lad-img-plus {
	width: 15px;
}
.east-goal-img {
	width: 51px;
}
.gameoutter {
	margin-top: 0 !important;
}
.mini-ifram-lock {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 100%;
	display: block;
}
.mini-mob-tab {
	padding: 20px 0 30px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.hva-line::-webkit-scrollbar {
	height: 6px;
}
.hva-line::-webkit-scrollbar-thumb {
	background-color: #fff;
}

.hva-line::-webkit-scrollbar-track {
	background-color: #2f3542;
}
#mini_wrap {overflow: hidden;}


.game-view-close {
	display: none;
}


#mini_wrap #game-frame.width_gameCROWN {
	width: 75%;
}
#mini_wrap #game-frame.width_gameCROWN:has(iframe.s1200) {
	width: 100%;
}

#game-bet.betBOX_gameCROWN {
	width: 25%;
}

#mini_wrap #game-frame.width_gameCROWN:has(iframe.s1200) + #game-bet.betBOX_gameCROWN {
	width: 100%;
}
#mini_wrap .pladder_frame #game-frame {
    width: 785px;
}

#mini_wrap .pladder_frame #game-bet {
	width: calc(100% - 785px);
}
#mini_wrap .bepick_frame #game-frame {
    width: 910px;
}
#game-bet .game-bet li._betside4, 
#game-bet .game-bet li._betside3 ,
#game-bet .game-bet li._betside1 ,
#game-bet .game-bet li._betside2  {
	background: #596b7c;
	margin: 2px 0px 10px 7px;
	border-radius:3px;
	background-color: #000000;
	position: relative;
}
#game-bet .game-bet-center ._betside2,
#game-bet .game-bet-center ._betside3,
#game-bet .game-bet-center ._betside4 ,
#game-bet .game-bet-center ._betside1 {
    background: #664e88;
    background: -webkit-linear-gradient( 180deg, #2D353C, #222);
    background: -moz-linear-gradient(180deg, #2D353C, #222);
    background: -ms-linear-gradient(180deg, #2D353C, #222);
    background: -o-linear-gradient(180deg, #2D353C, #222);
    background: linear-gradient( 180deg, #363a4b, #191826);	
	margin: 4px;
    border: 1px solid #000;	
    position: relative;	
}
#game-bet .game-bet li._betside3 .triangle ,
#game-bet .game-bet .triangle ,
#game-bet .game-bet-center .triangle {
    position: absolute;
    left: 0;
    bottom: 0;
}



/*	#game-bet .game-bet ._betside4._bet:nth-child(1) ._gamebet_ {
	border: 2px solid #F14A16;
    color:#F14A16;
	}
	#game-bet .game-bet ._betside4._bet:nth-child(2) ._gamebet_ {
	border: 2px solid #FFBD35;
    color: #FFBD35;
	
	}
	#game-bet .game-bet ._betside4._bet:nth-child(3) ._gamebet_ {
	border: 2px solid #82ff87;
    color: #82ff87;
	
	}
	#game-bet .game-bet ._betside4._bet:nth-child(4) ._gamebet_ {
	border: 2px solid #1CC5DC;
    color: #1CC5DC;
	}
	
	#game-bet .game-bet ._betside4._bet:nth-child(5) ._gamebet_ {
	border: 2px solid #F21170;
    color: #F21170;
	}
	#game-bet .game-bet ._betside4._bet:nth-child(6) ._gamebet_ {
	border: 2px solid #ffa888;
    color: #ffa888;
	}
	#game-bet .game-bet ._betside4._bet:nth-child(7) ._gamebet_ {
	border: 2px solid #afff52;
    color: #afff52;
	}
	#game-bet .game-bet ._betside4._bet:nth-child(8) ._gamebet_ {
	border: 2px solid #1f9cff;
    color: #1f9cff;
	}
	#game-bet .game-bet ._betside4._bet:nth-child(9) ._gamebet_ {
	border: 2px solid #df25ff;
    color: #df25ff;
	}
	
#game-bet .game-bet ._betside4._bet:nth-child(10) ._gamebet_ {border: 2px solid #ffc61d;color: #ffc61d;}	*/
#game-bet .game-bet-center ._bet.upv {
    background-color: #5f884e;
}

#game-bet .game-bet-center ._bet.downv {
    background-color: #884e76;
}
#game-bet .game-bet li._betside1, #game-bet .game-bet-center li._betside1 {
    width: calc(100% - 8px);
}
#game-bet .game-bet li._betside2 ,
#game-bet .game-bet-center li._betside2 {
	width: calc(50% - 8px);
}
#game-bet .game-bet li._betside3 ,
#game-bet .game-bet-center li._betside3 {
	width: calc(33.33% - 8px);
}

#game-bet .game-bet li._betside4 ,
#game-bet .game-bet-center li._betside4 {
	width: calc(25% - 8px);
}

.page-with-two-sidebar .content .sp_nav_top .width-full .el-row {
    width: 100% !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;	
}

.page-with-two-sidebar .content .sp_nav_top .width-full .el-row .sp_cat {
    display: inline-block;
    float: unset;
    overflow: hidden;
    text-overflow: unset;
    white-space: break-spaces;
	word-break: normal;
    padding: 0 6px;
    padding-top: 40px;
    height: 80px;
}
#mini_wrap #game-frame {float: left;width: 70%;display: flex;justify-content: center;position: relative;padding-top: 80px;}
#mini_wrap #game-frame.eos_frame {
    min-width: 657px;
    width: 688px;
}

#game-bet.eos_frame {
    width: calc(100% - 688px);
}
#mini_wrap #game-frame.full-width-frame {
	float: unset;
	width: 100%;
	padding: 0;
	height: 100%;
}
#mini_wrap #game-frame.yes-header {
	top: 80px;
}
#game-bet {
	/* position: absolute; */
	/* left: 830px; */
	padding: 5px;
	right:0px;
	top: 0;
	width: calc(30% - 0px);
	border-left: NONE;
	color: #fff;
	background-color: #262a30;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 85px !important;
	height: 100%;
}
#game-bet .game-header img {
    display: block;
    height: 31px !important;
    width: 30px !important;
    float: left;
    margin: 0 10px;
}

#mini_wrap .game-view-close {
    background: red;
    color: #fff;
    background-color: #6b0f1a;
    background-image: linear-gradient(181deg, #032b4b 0%, #193e6f 74%);
    line-height: 42px;
    text-align: center;
    border-bottom: 3px solid #000;
}
#mini_wrap #game-frame iframe {
	border: none;
}
#mini_wrap #game-frame.full-width-frame iframe {
	margin: 0 auto;
	display: block;
}
#mini_wrap #game-frame ._view_rules {
	text-align: right;
	color: #ffba03;
	width: 40px;
	height: 50px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 0;
	z-index: 1;
}
#game-bet .game-header {
	padding: 10px 16px;
	background: #222532;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	Z-INDEX: 9;
	line-height: normal;
	/* border-bottom: 1px solid #000000; */
	/* border-radius: 5px; */
	padding-right: 200px;
	height: 80px;
	font-size: 23px;
	display: flex;
	align-items: center;
}  

#mini_wrap #game-frame.wide_mode ,
#mini_wrap #game-frame.fifty_short{
	width: 70%;
}
#game-bet.fifty_short {
	width: 30%;
}
.game-bet>div {
	padding: 9px 0;
	border-top: 1px solid #fff;
}

#game-bet ul, #game-bet li {
	list-style: none;
	margin:0px;
	margin-top:0px;
	padding:0px;
}
#mini_wrap #game-frame.pball_frame {
    min-width: 657px;
    width: 688px;
}

#game-bet.pball_frame {
    width: calc(100% - 688px);
}

#game-bet ul {
    display: table;
    width: 100%;
}

#game-bet .game-bet li {
    display: table-cell;
}

#game-bet .game-bet ul:nth-child(odd) {float: left;width: 20%;}

#game-bet .game-bet ul:nth-child(even) {
    width: 80%;
    float: right;
}

#game-bet .game-bet ul:last-child {
    width: 80%;
}
#sports-detail{
	width:100%;
}

#game-bet.betBOX_gameCROWN ul {
    width: 100%;
}
.sip_lotus_frame #game-bet ul {
    width: 100%;
}
#game-bet .game-bet .game-title.double_row ,
#game-bet .game-bet-center .game-title.double_row ,
._gamebet_.double_row {
    height: 192px;
}
#mini_wrap .coin_ladder_frame #game-bet ._gamebet_.double-height {
    height: 162px;
}

#game-bet ul.double_row-reset:nth-child(odd) {
    width: 80%;
}
#game-bet ul.full_row {
    width: 100%;
}
.bitball_frame .game-bet ul:nth-child(odd) ul {
    width: 33%;
}
.bitball_frame #game-bet .game-bet ul:nth-child(even) {
    width: 75%;
}
.bitball_frame #game-bet .game-bet ul:nth-child(odd) {
    width: 25%;
}
.bitball_frame #game-bet .game-bet .game-title {
    font-size: 11px;
    height: 150px;
}
.bitball_frame #game-bet .game-bet ._gamebet_ {
    height: 150px;
}
.bitball_frame #game-bet .game-bet ul.full_row {
    width: 100%;
}
.bitball_frame #game-bet .game-bet ul.full_row .game-title {
    height: 80px;
    font-size: 17px;
}
.bitball_frame #game-bet .game-bet .game-title.double_row {
    height: 315px;
}
.bitball_frame #game-bet .game-bet ul.double_row-reset {
    width: 75%;
}
#mini_wrap .coin_ladder_frame #game-frame {
    min-width: 789px;
    width: 789px;
}
#mini_wrap .coin_ladder_frame #game-bet {
    width: calc(100% - 789px);
}
#sports-detail .sports-detail-country {
	padding: 5px 10px;
	display: block;
	font-weight: 100;
	color: #889097;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #282f34;
	border-bottom: 1px solid #111;
}	

#sports-detail .sports-detail-country ._sports_ .menu-flag {
	margin-top:0px !important;
}	

#sports-detail .sports-detail-country ._sports_{
	display:block;
}	


#sports-detail .sports-detail-country .match_cnt{
	background: #1b1b23;
	width: 35px !important;
	font-weight: 100 !important;
	float: right !important;
	font-size: 11px !important;
	margin-top: 1px !important;
	text-align: center;
}

#game-frame {
	/* background-color:#161c22 !important; */
	/* background-color: #000000; */
	/* background-image: linear-gradient(to top, #161c22 0%, #2c353c 100%); */
	/* background: url(/image/bg/fall.png); */
	/* background-size: cover; */
	/* background-position: bottom; */
}

.none {
	display:none;
}

.game-title , #game-bet .game-bet .game-title, #game-bet .game-bet-center .game-title {
	
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #2d2e3d;
    color: #9799c5;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    border-radius: 0px;
    height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 2px 3px 10px 3px;
    border: 1px solid #13131b;
	border-radius: 3px;	
    font-size: 12px;
    padding: 4px;
    text-align: center;
	
}

#game-bet .game-bet-center .game-title {
	border: none;
    margin: 15px 5px 0px 4px;
	padding: 0;
    background-color: #000000;
    text-align: left;
    height: unset;
    font-size: 12px;	
}
._betside2 {
	width:42%;
	float:left;
	box-sizing:border-box;
}

._betside3 {
	width:27%;
	float:left;
	box-sizing:border-box;
}

._betside4 {
	width:20%;
	float:left;
	box-sizing:border-box;
}





/* .game-title {
	width: 20%;
	float: left;
	border-image: 0;
	border: none;
	border-bottom: 2px solid #262a30; 
	border-radius: 0;
	margin: 0;
	background-color: #262a3000;
	background-image: linear-gradient(to top, #161c22 0%, #161c22 74%); 
	text-align: left;
	display: block;
	color: #fff9;
	height: unset;
	padding: 8px 16px;
	word-break: keep-all;
	}
	
	#game-bet .game-bet-center ._gamebet_ {
	margin: 5px 3px;
	font-size: 20px;
    font-weight: 700;
    padding-top: 42px;	
	}
	
	#game-bet .game-bet-center ._betside2._bet:nth-child(2) ._gamebet_ {
    border: 2px solid #600004;
    border-radius: 50%;
    width: 50px;
    height: 43px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 12px;
    padding: 0;
    padding-top: 7px;
    color: #ffffff;
    background-color: #a82a09;
    background-image: linear-gradient(315deg, #eb4511 0%, #902002 ,  #b02e0c 74%);
	}
	#game-bet .game-bet-center ._betside2._bet:nth-child(1) ._gamebet_ {
    border: 2px solid #043a96;
    border-radius: 50%;
    width: 50px;
    height: 43px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 12px;
    padding: 0;
    padding-top: 7px;
    color: #ffffff;
    background-color: #a82a09;
    background-image: linear-gradient(315deg, #1163eb 0%, #023490 , #0c55b0 74%);
	}
	#game-bet .game-bet-center ._betside3._bet:nth-child(2) ._gamebet_ {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #009688;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
    margin: 35px 4px 10px;
    background-image: linear-gradient(315deg, #a3eb11 0%, #3f9002 , #79b00c 74%);
	}
	#game-bet .game-bet-center ._betside3._bet:nth-child(1) ._gamebet_ {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #1361d7;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
    margin: 35px 4px 10px;
    background-image: linear-gradient(315deg, #1163eb 0%, #023490 , #0c55b0 74%);
	}
	#game-bet .game-bet-center ._betside3._bet:nth-child(3) ._gamebet_ {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #af0c00;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
    margin: 35px 4px 10px;
    background-image: linear-gradient(315deg, #eb1111 0%, #900202 , #b00c0c 74%);
	}
*/

#game-bet .game-bet-center {
    background: black;
    border: 5px solid #3d3a62;
    padding: 7px;	
}
._betside2 {
	width:calc(50% - 1px);
	float:left;
	box-sizing:border-box;
}

._betside3 {
	width: calc(33.33% - 1px);
	float:left;
	box-sizing:border-box;
}

._betside4 {
	width: calc(25% - 1px);
	float:left;
	box-sizing:border-box;
}


#game-bet .game-bet .game-odds ,
#game-bet .game-bet-center .game-odds {
	color: #fff;
	border-radius: 0;
	width: 100%;
	margin:0 auto;
	position: absolute;
	top: 0;
	left: 0;
}
#game-bet .game-bet .game-odds  {
	background-color: #493960; 
}
#game-bet .game-bet-center .game-odds { 	    
	background: #1f1f30;
font-size: 18px; }

._gamebet_ {
	
	height: 90px;
	cursor: pointer;
	text-align: center;
	padding-top: 21px;
	font-size: 12px;
    color: #c7b9dc;
}


#game-bet .game-bet-center ._gamebet_ {
	padding-top: 31px;	
	
}
._gamebet_:hover {
	/* background-color: #8a868b; */
	color: #fff;
}
._bet.selected .game-odds {
	background: unset;
}
#game-bet .game-bet ._gamebet_:hover .game-odds ,
#game-bet .game-bet-center ._gamebet_:hover .game-odds {
	/* background-color: #2e7de5; */
	color: #fff;
	background:unset;
}

._gamebet_ .bold {
    font-size: 21px;
    font-weight: 700;
    color: #ebddff;
    vertical-align: top;	
}
.game-header .game-header-title {
	background-image:linear-gradient(90deg, #0c294e 0, #2e7de5)!important;
	padding: 5px 8px;
	border-radius: 2px 0 0 2px;	
}
#MATCHID2, .game-round-time ,
#MATCHID {
	padding: 3px 8px;
	background: #13161a;
	margin: 0 6px;
	/* font-size: 14px; */
	box-shadow: inset 0px 1px 6px #000000, inset 0px 1px 0px #adbdff, inset 0px 1px 6px #000000, inset 0px -1px 0px #adbdff;
}
.game-round-time {
	margin-left: -3px;
}	
#game-bet .game-header .remaining-time , #game-bet .game-header .game-round-time {
    position: absolute;
}

#game-bet .game-header .remaining-time {
    right: 122px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    padding: 4px 6px;
    border: 2px solid #000;
    padding: 12px;
    font-size: 13px;
}


#game-bet .game-header .game-round-time {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    padding: 1px 5px;
    border-radius: 0;
    width: 109px;
    text-align: center;
    font-size: 31px;
    background-color: #2b2e3d;
    box-shadow: inset 0px 1px 6px #000000, inset 0px 1px 5px #a3afe0;
    text-shadow: 0 1px 2px #000, 0 1px 2px #000;	
}
#mini_wrap #game-frame .nav-tabs ul {
	padding: 0;
	border-right: 5px solid   #222532;
	border-radius: 3px;
}
#mini_wrap #game-frame .nav-tabs .btn-link {
	width: 65px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	border-bottom: unset;
	font-size: 20px;
	display: block;
	margin: 18px -1px 30px 14px;
	padding: 0;
	position: relative;
}
#mini_wrap #game-frame .nav-tabs .btn-link a {
	color: #5d8ebe;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 64%), 0 -2px 9px rgb(0 0 0 / 53%);
}
#mini_wrap #game-frame .nav-tabs .btn-link .scope {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    color: #000000;
    background: repeating-linear-gradient( 45deg, rgb(255 200 0), rgb(255 200 0) 5px, rgb(255 194 0) 5px, rgb(255 194 0) 10px);
    box-shadow: 0 6px 0 #b76113, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #75421f, 0 12px 0 5px #8a542b, 0 15px 0 5px #593116, 0 15px 1px 6px rgb(0 0 0 / 30%);
	-webkit-box-shadow:0 6px 0 #b76113, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #75421f, 0 12px 0 5px #8a542b, 0 15px 0 5px #593116, 0 15px 1px 6px rgb(0 0 0 / 30%);
	-moz-box-shadow:  0 6px 0 #b76113, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #75421f, 0 12px 0 5px #8a542b, 0 15px 0 5px #593116, 0 15px 1px 6px rgb(0 0 0 / 30%);
    border-bottom: 3px solid rgb(205 102 0 / 50%);
    /* text-shadow: 2px 2px 1px #e78700, -2px 2px 1px #e78700, 2px -2px 1px #e78700, -2px -2px 1px #e78700, 0px 2px 1px #e78700, 0px -2px 1px #e78700, 0px 4px 1px #c96100, 2px 4px 1px #c96100, -2px 4px 1px #c96100; */
}
#mini_wrap #game-frame .nav-tabs .btn-link .scope.selected {
    color: #000000;
    border-radius: 10px 0px 0 10px;
    background: repeating-linear-gradient( 45deg, rgb(255 112 0), rgb(255 152 0) 5px, rgb(255 106 0) 5px, rgb(255 106 0) 10px);
	box-shadow: 0 6px 0 #e2d0b0, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #727272, 0 12px 0 5px #585049, 0 15px 0 5px #c1b7b0, 0 15px 1px 6px rgb(70 65 64);
	-webkit-box-shadow: 0 6px 0 #e2d0b0, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #727272, 0 12px 0 5px #585049, 0 15px 0 5px #c1b7b0, 0 15px 1px 6px rgb(70 65 64);
	-moz-box-shadow: 0 6px 0 #e2d0b0, 0 8px 1px 1px rgb(0 0 0 / 30%), 0 10px 0 5px #727272, 0 12px 0 5px #585049, 0 15px 0 5px #c1b7b0, 0 15px 1px 6px rgb(70 65 64);
    border-bottom: 3px solid rgb(205 102 0 / 50%);
    /* text-shadow: 2px 2px 1px #e78700, -2px 2px 1px #e78700, 2px -2px 1px #e78700, -2px -2px 1px #e78700, 0px 2px 1px #e78700, 0px -2px 1px #e78700, 0px 4px 1px #c96100, 2px 4px 1px #c96100, -2px 4px 1px #c96100; */
}
#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px 6px;
	position: relative;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td {
	padding-left: 11px;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	margin: 0;
	transition: all 0.15s ease;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 8px;
}

/*
	#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}*/

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 20px;
	width: 70%;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 20px;
	font-size: 7px;
	color: #889097;
	margin-top: 0px;
	margin-left: 0px;
	content: "\e94b";
	font-weight: bold;
}

table#sports-detail:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181F;
}

#menu_sports tr#sp_mini #sports-detail tbody>tr>td {
	padding-left: 20px;
}

#menu_sports tr#sp_mini #sports-detail tbody>tr>td:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}

#menu_sports #sports-detail #league-detail tbody>tr>td {
	border: none;
	padding: 0 4px 0 0px;
	background: #2d353c;
	color: #889097;
}

#menu_sports #sports-detail #league-detail tbody>tr>td:hover {
	background: #2D353C;
	background: url(linear-gradient.png) 0 0 repeat-x;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #404c56, #22282d);
	color: #ffcc00;
}


#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tr {
	width: 100%;
	border: none;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	background: #1D2225;
	font-size: 9pt;
	color: #889097;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail td._sports_:hover {
	background: #2D353C;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #2D353C, #222);
	color: #ffcc00;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #league-detail td._sports_:hover {
	background: #2D353C;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #2D353C, #222);
	color: #ffcc00;
}

#content #left-content .sports-menu #menu_sports ._sports_ ._sports_snip {
	max-width: 200px !important;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tr:last-of-type {
	width: 100%;
	border: 0px solid;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px 6px;
	position: relative;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td {
	padding-left: 11px;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	margin: 0;
	transition: all 0.15s ease;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 8px;
}

/*
	#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}*/

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 20px;
	width: 70%;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 20px;
	font-size: 7px;
	color: #889097;
	margin-top: 0px;
	margin-left: 0px;
	content: "\e94b";
	font-weight: bold;
}

table#sports-detail:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181F;
}

#menu_sports #sports-detail tbody>tr>td {
	padding-left: 20px;
}


#menu_sports #sports-detail #league-detail tbody>tr>td {
	border: none;
	padding: 0 4px 0 0px;
	background: #2d353c;
	color: #889097;
}

#menu_sports #sports-detail #league-detail tbody>tr>td:hover {
	background: #2D353C;
	background: url(linear-gradient.png) 0 0 repeat-x;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #404c56, #22282d);
	color: #ffcc00;
}

#menu_sports td {
	padding: 0;
	border: 0px;
}


#menu_sports tr:hover {
	background: #232a2f;
	color: #a8acb1;
}



#menu_sports #league-detail {
	width: 100%;
	font-size: 13px;
	color: darkgrey;
	background: #1D2225;
}

#menu_sports #league-detail td {
	background: #293135;
}

#menu_sports #league-detail td:hover {
	color: #ffcc00;
}

.m_box_warp img {
    width: 100%;
	/* add css*/
}
.calendar-container {
	background: #110a1e;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
}
.calendar-container:before {
    content: "";
    position: absolute;
    background: url(/image/dna/BG-calendar.png) no-repeat bottom center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.calendar-container table.calendar {
	text-align: center;
    margin-bottom: 10px;
    width: 28vw;
    padding: 20px;
    margin: 0 auto;
}
.calendar-container table.calendar thead {
    display: none;
}
.calendar-container table.calendar tr {
	text-align: left;
	margin: 0 auto;
}

.calendar-container table.calendar>thead td {
	height: 90px;
    width: 36px;
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 0;
    margin: 1px 0;
    border-radius: 0;
    vertical-align: top;
    text-align: center;
    color: #a5a5a5;
    background-color: #25262a;
    background-image: -webkit-linear-gradient(top, #ffffff33 0%, #2525257d 97% , #ffffff33 );
    background-image: linear-gradient(to top, #434343 , #2a2a2a , #2a2a2a, #494949 );
    text-shadow: 0 1px 0 #ffffff;
    border-radius: 50%;
    background: url(/image/dna/no_click_log.png) no-repeat center;
    background-size: 90%;
}

.calendar-container table.calendar>thead td:first-child {
	background: #FF5722;
}

.calendar-container table.calendar>tbody td {
    height: 90px;
    width: 36px;
    color: #3c3c3c;
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 0;
    margin: 1px 0;
    border-radius: 0;
    vertical-align: top;
    text-align: center;
    color: #a5a5a5;
    background-color: #25262a;
    background-image: -webkit-linear-gradient(top, #ffffff33 0%, #2525257d 97% , #ffffff33 );
    background-image: linear-gradient(to top, #434343 , #2a2a2a , #2a2a2a, #494949 );
    text-shadow: 0 1px 0 #ffffff;
    border-radius: 50%;
    background: url(/image/dna/no_click_log.png) no-repeat center;
    background-size: 90%;
}

.calendar-container table.calendar>tbody.en td {
	background: url(/image/dna/en_no_click_log.png) no-repeat center;
	background-size: contain;
}

.calendar-container table.calendar td.stamped {
    background: url(/image/dna/click_log.png) no-repeat center;
    background-size: 90%;
    color: #fff;
}
.calendar-container table.calendar>tbody.en td.stamped {
	background: url(/image/dna/en_click_log.png) no-repeat center;
	background-size: 90%;
	color: #fff;
	
}
.calendar-container table {
	display:table;
	border-collapse:separate;
	box-sizing:border-box;
	text-indent:initial;
	border-spacing:2px;
	border-color:grey;
}

.calendar-container table.calendar td.stamped:before {
	background-image: url(/image/icon/chk-stamped.png);
	background-size: 100%;
	display: block;
	/* width: 70%; */
	/* height: 80%; */
	content: "";
	background-repeat: no-repeat;
	margin: 0 auto;
    background: unset;	
}


h2#loginevent_ym {
	
}

.calendar_points {
	color: #fff;
    margin: 20px 0px 0px;	
}

.calendar_points span {
	border-radius: unset;
	font-weight: unset;
	background: unset;
	border: unset;
	color: unset;
	border-top: unset;
	border-bottom: unset;
	margin-left: unset;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.calendar_points .event_text {
    font-size: 15px;
    padding: 5px;
    margin: 0;
}
.calendar_points span.cmnbtn.event_btn {
	border-radius: 8px;
	font-weight: unset;
	font-weight: 700;
	border-top: unset;
	border-bottom: unset;
	margin-left: unset;
	width: 120px;
	margin: 0 auto;
	
	
	background: #a8fe5f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#feda71, 0), color-stop(#febb4a, 1));
	background: -webkit-linear-gradient(top, #d6fe71 0%, #b1fe4a 100%);
	background: -moz-linear-gradient(top, #d6fe71 0%, #b1fe4a 100%);
	background: -o-linear-gradient(top, #d6fe71 0%, #b1fe4a 100%);
	background: linear-gradient(to top, #d6fe71 0%, #b1fe4a 100%);
	border: 1px solid #a6f54e;
	border-color: #cff54e #7be53e #85d62f;
	-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2fe95;
	color: #2b6800;
	font-weight: 700;
    border-radius: 25px;
}

.calendar_points span.cmnbtn.event_btn.done {
	background: #fe5f5f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#feda71, 0), color-stop(#febb4a, 1));
    background: -webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    border: 1px solid;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fe9595;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ffc2bd;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    background: linear-gradient(180deg, #f44336, #8a0900);
    border-color: #ce2e23;
}

.calendar_points span.cmnbtn.event_btn.unreached {
	background: #cfd214;
	color: #000000;
	background: #b02b57;
	background: -webkit-linear-gradient(top, #fe9071 0%, #fe4aa6 100%);
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	color: #570037;
	
}

.calendar_points span.cmnbtn.event_btn:hover {
    filter: brightness(1.5);
}
.calendar_points span:after,
.calendar_points span:before {
	display: unset;
	clear: unset;
	content: unset;
}


.cmnbtn {
	padding: 2px 10px;
	font-size:12px;
	white-space: nowrap;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.red-button2 {
    background-color: crimson;
}
.calendar.deposit_calendar.style_two {
	left: 0;
}

.calendar.deposit_calendar {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-bottom: 10px;
	float: unset;
	margin: 0 auto;
	position:relative;
}

.calendar.deposit_calendar {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-bottom: 10px;
	float: unset;
	margin: 0 auto;
}

table.calendar.deposit_calendar>thead td {
	height: 12px;
	width: 79px;
	color: black;
	text-align: center;
	border: none;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 1px 0;
	border: 1px solid black;
	border-right: 0;
}

table.calendar.deposit_calendar>thead td:last-child {
	border-right: 1px solid #9dabbb61;
}

table.calendar.deposit_calendar>tbody td {
	height: 70px;
	width: 80px;
	color: #ffffff;
	text-align: center;
	border: none;
	background: radial-gradient(ellipse closest-side, rgba(255, 255, 255, 0.16), #a9a9a92b), url(/img/asset/cldn-ed.png) center no-repeat;
	background-size: cover;
	font-size: 12px;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 1px 0;
	border-radius: 3px;
	border-right: 1px solid #9dabbb61;
}

.calendar_points div.point_section {
    height: 72px;
    width: 170px;
    background: url(/image/dna/redeem_box.png);
    background-repeat: no-repeat;
    background-size: 100% 72px;
    display: inline-block;
}

.calendar.deposit_calendar.style_two td.deposit_calendar {
    height: 110px;
    width: 133px;
	text-align: center;
	border: 1px solid #656565;
	background: var(--bg-logo_provider-before);
	background-size: cover;
	font-size: 12px;
	padding: 0;
	margin: 1px 0;
	border-radius: 0;
	text-shadow: 1px 1px #000000;
	vertical-align: top;
	box-sizing: border-box;
	font-family: unset;
	position: relative;
	z-index: 1;
    display: table-cell;	
}

.calendar.deposit_calendar.style_two td.deposit_calendar .date {
	text-align: center;
	background: #272727;
	padding: 6px;
	color: #ccc;
}

.calendar.deposit_calendar.style_two td.stamped:after {
	content: "";
	background-image: url(/image/asset/depo_stamp.png);
	background-size: 100%;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: -1;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.calendar.deposit_calendar.style_two td.redeemed:after {
	content: "";
	background-image: url(/image/asset/redeem_stamp.png?v=03);
	background-size: 100%;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: -1;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

table.calendar tr {
	text-align: left;
	margin: 0 auto;
}

.calendar.deposit_calendar {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-bottom: 10px;
	float: unset;
	margin: 0 auto;
	
}

.calendar thead>tr>th {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}

.deposit_calendar>thead td {
	height: 12px;
	width: 79px;
	color: black;
	text-align: center;
	border: none;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 1px 0;
	border: 1px solid black;
	border-right: 0;
}

.cal_event_cashout, .cal_event_cashout_h {
	width: 155px;
	height: 40px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	color: #10656c;
	border: 1px solid #000000;
	text-shadow: 1px 0px 2px #c9e7e2;
	background-color: #4c8572;
	background: linear-gradient(to bottom, #aed7d2 0%, #487983 74%);
	cursor: pointer;
}

.wb-right {
	float:right;
}

#register-container {
	text-align:center;
}

#register-container .result_r_div .result_r_table {
	display: table;
	border: 1px solid;
	margin-bottom: 10px;
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
}

#register-container .result_r_div .result_r_table thead>tr>th {
	/*width: 25%;*/
	border: 1px solid #64748d;
	background: #17202b;
}

#register-container .result_r_div .result_r_table tbody>tr>td {
	border: 1px solid #64748d;
	background: #384a65;
}
#register-container .result_r_div .result_r_table thead>tr>th,
#register-container .result_r_div .result_r_table tbody>tr>td {
	color: azure;
	font-size: 14px;
	padding: 5px;
}

/*virtual*/
.detail-Viframe {
	width: 80%;
	text-align: center;
	background: url(/img/bg/music_headphone.jpg);
	background-size: cover;
	background-color: #000;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 100%;
	float: right;
}

.blockV-event {
	width: auto;
	background:#0d1525;
	float: left;
	display: table;
	width: 100%;
	float: left;
	/* height: 51vh; */
}
.blockV-event .sportsbtn.vview-all.__time {
	position: relative;
	height: 43px;
	line-height: 44px;
    text-align: -webkit-center;
    text-align: center;
    width: 220px;
    font-size: 13px;
    display: table-cell;
    cursor: pointer;
    transition: border-bottom .15s ease;
    border-bottom: 2px solid #8843f2;
    border-radius: 0;
    color: #a8acb1;
}

.blockV-event .sportsbtn.vview-all.__time:hover ,
.blockV-event .sportsbtn.vview-all.__time.selected {
	border: 2px solid #8843f2;
	border-width:2px 2px 0px 2px;
	line-height: 45px;
	transition: all ease 0.7s;
	background: #000000;
	color: #fff;
}
#blockV-container.two_section {
    float: left;
    width: 50%;
    /* height: 50vh; */
    /* overflow: scroll; */
}
.blockV-content {
	background: #000000;
	float: left;
	width: 100%;
}
.blockV-content table {
	width: 100%;
	border-collapse: collapse;
}

.blockV-content .border_Vevent {
	border-top: 2px solid #000000;
}

.blockV-content .labels td {
	font-weight: bold;
	color: #fff;
}
.blockV-content .paging .btn-next {
    position: absolute;
}
.blockV-content .paging {
    padding-right: 50px;
    max-width: 80%;
    margin: 0 auto;
	float:left;
}
.blockV-content .labels label {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 600;
	background-color: #000000;
	color:#fff;
}
.tabs_content .panel-body {
    border: 3px solid #000;
}
.blockV-content .labels label:before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	margin: 0 5px;
	color: red;
}
.blockV-content .labels label:after {
    content: "";
    background: url(/image/asset/bet365_logo_color.png);
    background-size: 100%;
    height: 100%;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: bottom;
    float: left;
}
.blockV-content  .__title {
	text-align: left;
	color: #24a19c;
	height: 30px;
	line-height: 30px;
	padding: 5px 16px;
	font-size: 17px;
	font-weight: 600;
	background: #111111;
}

.blockV-content .blockmatch_ tr td {
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	cursor: pointer;
}

.blockV-content .blockmatch_ .value_color {
	color: #ffc60b;
	margin: 0 7px;
	float: right;
}

.blockV-content .blockmatch_  .__vbet {
	float: left;
	box-sizing: border-box;
	padding: 6px 12px;
	border-radius: 3px;
	border: 1px solid #000;
	background: -webkit-linear-gradient( 180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient( 180deg, #2D353C, #222);
	margin: 3px;
    height: 45px;
    overflow: hidden;	
} 
.vsports_list .sportsbtn.vview-all {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    line-height: unset;
}

.vsports_list .sportsbtn.low-virtual-menu.selected {
	background:linear-gradient(179deg, #8642eeb3 0%, #361362b3 74%);
}

.vsports_list .sportsbtn.vview-all:before {
    content: "";
    position: absolute;
    background: url(/image/Bet365-tp-Logo.png);
    background-size: 87px;
    height: 100%;
    width: 100%;
    /* background-repeat: no-repeat; */
    background-position: center;
    left: 0;
    opacity: 0.1;
}
.vsports_list .sportsbtn.vview-all .sportsname {    
    font-size: 20px;
    text-transform: capitalize;
    line-height: 60px;
}

.vsports_list .wb-right {
    display: table;
    width: 100%;
}

.vsports_list .sportsbtn.vview-all i {
    width: auto;
    position: unset;
    display: inline-table;
    margin: 0;
    float: unset;
    vertical-align: bottom;
	
}
.blockV-content .blockmatch_ .__vbet:nth-child(3n + 1 ) {
	border-left: none;
}

.blockV-content .blockmatch_  .__vbet:hover {
	
}

.blockV-content .blockmatch_  ._onebox {
	width: calc(100% - 6px);
} 

.blockV-content .blockmatch_  ._twobox {
	width: calc(50% - 6px);
} 
.blockV-content .blockmatch_  ._threebox {
	width: calc(33.33% - 6px);
}
.blockV-content .blockmatch_  .two_inner {
	width:70%;
	float:left;
	margin: 0 7px;
} 


._bonus .bonusodds.selected {
	background: linear-gradient(180deg, #088BDC, #1a3d60)
}
._bonus .bonusodds .pull-left.f-s-14 {
    padding-top: 6px;
    display: block;
    width: 100%;
}
.page_arrow-right {
	float: right;
	color: #FFEB3B;
	font-weight: bold;
	cursor: pointer;
	right: 0;
	border: none;
	padding: 0;
	border-radius: 20px;
	margin: 10px 3px 0px 5px;
	font-size: 0px;
	background: transparent;
}


.page_arrow-left {
	float: left;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, Helvetica;
	right: 0;
	border: none;
	padding: 0;
	border-radius: 20px;
	margin: 10px 3px 0px 5px;
	font-size: 0px;
	background: transparent;
}

div.paging {
	text-align: -webkit-center;
	margin-left: 6px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 47px;
	white-space: nowrap;
}

.sp_league .match_star:before{
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	font-style: normal;
	margin-left: 5px;
}

.match_star:before {
	margin-left: 0px;
}


.match_star:before,
.match_star:before,
.league_star:before,
.league_star:before {
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	font-style: normal;
	margin-left: 5px;
}
.favorite {
	color: #ebef02;
}


._sports_  i
{ background: url('/image/icon/icon_menu_sports_left_new2.png?v=011') no-repeat top left; width: 20px; height: 22px; margin: 4px 10px 4px 10px } 

.sportsbtn.sview-live,
.sportsbtn.sview-all ,
.sportsbtn.sviewlive-all ,
.sportsbtn.sview-result ,
.sportsbtn.vview-all ,
.sportsbtn.vview-all {
    line-height: 60px;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    text-align: center;
    background-color: #363636;
    background: -moz-linear-gradient(top, #3d4650, #111);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3d4650), to(#111));
    background: -o-linear-gradient(top, #3d4650, #111);
    background: linear-gradient(to bottom, #3d4650, #111);
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #171c22;
    width: 64px;
    height: 60px;
    display: inline-table;
    vertical-align: middle;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
}

.page-with-two-sidebar .content .sp_nav_top .width-full .el-row .sp_cat.sportsbtn.sview-result:before {content: unset;}

.lock img {
    width: 110px !Important;
    margin-top: 0 !Important;
    background: linear-gradient(180deg,#080f1b,#525252) !important;
    border: 2px solid #484848 !Important;
    padding: 6px 14px !Important;	
	border-radius: 30px !important;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.page-with-two-sidebar .content #match-frame iframe {
    border: none;
}
#game-bet .game-bet-slip .game-bet-slip-table:before {
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	position: absolute;
	z-index: 1;
}

iframe {
    border: none;
}	



.float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menu , .float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menuselected {
    display: table;
    width: 100%!important;
    float: unset !important;
}
.el-row.bd_bb1.p_cat .el-row {
    display: table;
    width: 100%;
}
.float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menu, .float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menuselected {
    background: url(/image/Bet365-tp-Logo.png);
    border-color: #ffffff;
    background-size: 29%;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 30px;
    background-position-y: 3px;
}

.float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menu .on_sel, .float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menuselected .on_sel {
	background:unset;
    height: 100%;	
}

.float-left.el-row.width-11pro.p-l-1.p-r-2.low-virtual-menuselected .mini-header-bottom-button.on-blue2 {
}

.panel-page-blue2.reset_margin {
    margin-bottom: 0;
}
#mini_wrap #V-league-container {
    display: table;
    width: 20%;
    float: left;
    height: 294px;
    overflow: hidden;
}

#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(1) ,
#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(1)~.vsport_block  {  height:calc(calc(100%/1) - 0px);}

#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(2) ,
#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(2)~.vsport_block  {  height:calc(calc(100%/2) - 0px);}

#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(3) ,
#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(3)~.vsport_block  {  height:calc(calc(100%/3) - 0px);}
#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(4) ,
#mini_wrap #V-league-container .vsport_block:first-child:nth-last-child(4)~.vsport_block  { height:calc(calc(100%/4) - 0px);}
#mini_wrap #V-league-container .vsport_block {border-bottom: 5px solid   #111111;background: #322d3c;color:#a8acb1;}
#mini_wrap #V-league-container .vsport_block :hover, #mini_wrap #V-league-container .vsport_block.low-virtual-menuselected {
	background-color: #000000; background: linear-gradient(179deg, #8642eeb3 0%, #361362b3 74%);position: initial; color:#ffffff;
}
/* #mini_wrap #V-league-container .vsport_block.low-virtual-menuselected:after {content: "";background: #8843F2;width: 2px;height: 100%;position: absolute;right: 0;/* top: 0; *//*z-index: 1;} */
.bet-odds {
    width: calc(100% - 0px) !important;
    border: 0 !important;
    background: #000000 !important;
}
.bet-odds .odds-container .round-box.threerows {
    width: calc(33.3% - 4px) !important;
    border: 1px solid;
    border-color: black !important;
	
}
.match-odds.bet-odds .round-box.active {
    background: linear-gradient(90deg, #8843F2 0, #2b0c4e) !important;
}


.triangle {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
}
.triangle-0 {
	width: 60px;
	height: 60px;
	border-bottom: solid 30px rgb(200,30,50);
	border-right: solid 30px rgb(200,30,50);
	border-left: solid 30px transparent;
	border-top: solid 30px transparent;
}
.triangle-1 {
	width: 30px;
	height: 30px;
	border-bottom: solid 15px rgb(200,30,50);
	border-left: solid 15px rgb(200,30,50);
	border-right: solid 15px transparent;
	border-top: solid 15px transparent;
}
.triangle-2 {
	width: 30px;
	height: 60px;
	border-right: solid 30px rgb(200,30,50);
	border-bottom: solid 30px transparent;
	border-top: solid 30px transparent;
}
.triangle-3 {
	width: 30px;
	height: 60px;
	border-left: solid 30px rgb(200,30,50);
	border-bottom: solid 30px transparent;
	border-top: solid 30px transparent;
}
.triangle-4 {
	width: 60px;
	height: 30px;
	border-bottom: solid 30px rgb(200,30,50);
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
}
.triangle-5 {
	width: 60px;
	height: 30px;
	border-top: solid 30px rgb(200,30,50);
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
}


.board-topfix .triangle-6,
.event_tbl .title_evt .triangle-6  {
	min-width: 30px;
    max-width: 50px;
    height: 30px;
    border-left: solid 15px #c81e32;
    border-top: solid 15px #c81e32;
    border-bottom: solid 15px transparent;
    border-right: solid 15px transparent;
    position: absolute;
    top: 0;
    left: 0;		
}




.circle {
    border-radius: 50%;
    width: 37px;
    height: 37px;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 0% / 9%) 50%, hsla(0, 0%, 100%, 0.2) );
    border: 1px solid;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
    /* font-size: 100%; */
	font-size: 14px;
}
.circle-L {
    border-radius: 50%;
    width: auto;
    height: 50px;
    margin: -3px auto !important;
    overflow: hidden;
    padding: 0;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 0% / 9%) 50%, hsla(0, 0%, 100%, 0.2) );
    border: 1px solid;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    padding: 0 7px;
}
.circle-m {
    border-radius: 50%;
    width: 50px;
    height: 48px;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 0% / 9%) 50%, hsla(0, 0%, 100%, 0.2) );
    border: 1px solid;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
	font-size: 14px;	
}
.circle-s {
	border-radius: 50%;
    width: 31px;
    height: 29px;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 0% / 9%) 50%, hsla(0, 0%, 100%, 0.2) );
    border: 1px solid;
    line-height: 29px;
    color: #fff;
    font-weight: 900;
    font-size: 12px !important;
}
.circle-1 {
    background-color:#3F51B5;
    border-color: #2e3b83;
}
.circle-2 {
    background-color: #c81e32;
    border-color: #791723;	
}
.circle-3 {
    background-color: #148deb;
    border-color: #148deb;
    font-size: 14px;
    color: #ffffff;
}

.circle-4 {
    background-color: #d73636;
    border-color: #d73636;
    font-size: 14px;
    color: #ffffff;
}

.circle-5 {
    background-color: #cdba01;
    border-color: #cdba01;
    font-size: 14px;
    color: #ffffff;
}
.circle-6 {
    background-color: #00bd96;
    border-color: #00bd96;
    font-size: 14px;
    color: #ffffff;
}
.circle-7 {
    background-color: #000000; 
    border-color: #000000;
    color: #ffffff;
}
.circle-8 {
    background-color: #5aa305;
    border-color: #588325;
    color: #ffffff;
}
.circle-9 {
    background-color: #2c2e30;
    border-color: #262626;
    color: #ffffff;
}
.circle-10 {
    background-color: #c4426e;
    border-color: #a12d54;
    color: #ffffff;
}
.circle-11 {
    background-color: #009406;
    border-color: #007005;
}
.circle-black {
    background-color: black;
    border-color: black;
}
.circle-blue {background-color: #0962e7;border-color: dodgerblue;}

.circle-red {background-color: #e0170a;border-color: red;}
.circle-darkred {
    background-color: darkred;
    border-color: darkred;
}
.circle-darkblue {
    background-color: darkblue;
    border-color: darkblue;
}
.circle-aquagreen {
    background-color: aqua;
    border-color: aqua;
    color: black;
}
.circle-blueturqoise {
    background-color: #45aec7;
    border-color: #45aec7;
}
.circle-white {
    background-color: white;
    border-color: #adadad;
    color: black;
}
.circle-orange {
    background-color: orangered;
    border-color: orangered;
    color: black;
}

.circle-pear {background-color: lawngreen;color: black;border-color: lawngreen;}
.circle-tran-green {
	background-color: #000;
    border-color: #9ddf18;
    color: #9ddf18;
}

.circle-tran-blue {
	background-color: #000;
    border-color: #1882df;
    color: #1882df;
}
.circle-tran-blueturqoise {
	background-color: #000;
    border-color: #45aec7;
    color: #45aec7;
}

.circle-tran-red {
	background-color: #000;
    border-color: #df1818;
    color: #df1818;
}
.circle-yellow {
    background-color: #f1c80d;
    border-color: #f1c80d;
    color: #000000;
}


#game-bet .game-bet-center .height-auto {
    height: auto;
}
#game-bet .game-bet-center ._bet.upv ._gamebet_ ,
#game-bet .game-bet-center ._bet.tiev ._gamebet_ ,
#game-bet .game-bet-center ._bet.downv ._gamebet_ { height:107px;}
.inline {
    display: inline-block;
}
.block {
    display:block;
}


._gamebet_ .pos {
    position: relative;
    top: -12px;
}
.color-3 {border-bottom: solid 15px #F8485E;border-left: solid 15px #F8485E;}
.color-2 {border-bottom: solid 15px #3381f6;border-left: solid 15px #3381f6;}
.color-1 {border-bottom: solid 15px #9AE66E;border-left: solid 15px #9AE66E;}


#menu_sports li> a > div:first-child.menu-p-0 {
    padding: 0 !important;
}
#menu_sports ._asian_ .fa-solid {
	width: 20px;
    height: 22px;
    margin: 4px 10px 4px 10px;font-size: 22px;
}






.multi-tabs_wrapper {
	width: 100%;
}

.tab_content {
	display: none;
}

/* 2nd new tabs */
#new2_tabs {
}
.tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* float:left;*/
	white-space: nowrap;
	display: table;
	width:100%;
	border: none !important;	
}
.tabs ul li {
    display: inline-block;
    float: left;
}

.tabs ul li:first-child:nth-last-child(1), .tabs ul li:first-child:nth-last-child(1)~ li { width: calc(100% / 1)}
.tabs ul li:first-child:nth-last-child(2), .tabs ul li:first-child:nth-last-child(2)~ li { width: calc(100% / 2)}
.tabs ul li:first-child:nth-last-child(3), .tabs ul li:first-child:nth-last-child(3)~ li { width: calc(100% / 3)}
.tabs ul li:first-child:nth-last-child(4), .tabs ul li:first-child:nth-last-child(4)~ li { width: calc(100% / 4);}
.tabs ul li:first-child:nth-last-child(5), .tabs ul li:first-child:nth-last-child(5)~ li { width: calc(100% / 5)}
.tabs ul li:first-child:nth-last-child(6), .tabs ul li:first-child:nth-last-child(6)~ li { width: calc(100% / 6)}
.tabs ul li:first-child:nth-last-child(7), .tabs ul li:first-child:nth-last-child(7)~ li { width: calc(100% / 7)}
.tabs ul li:first-child:nth-last-child(8), .tabs ul li:first-child:nth-last-child(8)~ li { width: calc(100% / 8)}
.tabs ul li:first-child:nth-last-child(9), .tabs ul li:first-child:nth-last-child(9)~ li { width: calc(100% / 9)}
.tabs ul li:first-child:nth-last-child(10), .tabs ul li:first-child:nth-last-child(10)~ li { width: calc(100% / 10)}
.tabs ul li:first-child:nth-last-child(11), .tabs ul li:first-child:nth-last-child(11)~ li { width: calc(100% / 11)}
.tabs ul li:first-child:nth-last-child(12), .tabs ul li:first-child:nth-last-child(12)~ li { width: calc(100% / 12)}
.tabs ul li:first-child:nth-last-child(13), .tabs ul li:first-child:nth-last-child(13)~ li { width: calc(100% / 13)}
.tabs ul li:first-child:nth-last-child(14), .tabs ul li:first-child:nth-last-child(14)~ li { width: calc(100% / 14)}
.tabs ul li:first-child:nth-last-child(15), .tabs ul li:first-child:nth-last-child(15)~ li { width: calc(100% / 15)}
.tabs ul li:first-child:nth-last-child(16), .tabs ul li:first-child:nth-last-child(16)~ li { width: calc(100% / 16)}
.tabs ul li:first-child:nth-last-child(17), .tabs ul li:first-child:nth-last-child(17)~ li { width: calc(100% / 17)}

.tabs ul.main_tabs:has(> :nth-child(11)) li.tmain a {
	font-size: 13px;
}
.tabs ul.main_tabs:has(> :nth-child(12)) li.tmain a {
	font-size: 12px;
}
.tabs .main_tabs .tmain {
	padding:13px 15px;
    color: #a8acb1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #2e2e42;
    background: linear-gradient( 180deg, #35353f, #161622);
    border: solid #000000;
    border-width: 0 2px 0px 2px;	
    font-weight: 700;
    font-size: 15px;
}
.tabs .main_tabs .tmain.active {
    color: #f9f9f9;
    background: #393964;
    border-bottom: 0;
    background: linear-gradient( 180deg, #2c2c48 ,  #3a3a62);
}

.tabs .main_tabs .tmain:hover {
    background: linear-gradient( 180deg, #161622, #35353f);
}

.tabs .main_tabs .tmain a , .tabs ul .tlayer a {
    color: #ddd;
	text-decoration:none;
}
.tabs ul li a:hover {
	color: #888888;
}

.tabs ul .tlayer.active {
    color: #f9f9f9;
    background-color: #2e2e42;
}
.tabs ul li.active a {
	color:#fff;
}
.tabs ul li.active a:hover {
	color: white;
}
.tabs ul .tlayer {
    padding: 4px 7px;
    outline: none;
    height: 50px;
    font-size: 13px;
    background: #393964;
    border: solid #151522;
    border-width: 2px 1px;
    text-align: center;
    color: #c5c5ea;
    background: linear-gradient( 180deg, #161622, #393964);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;	
}

.tabs ul .tlayer:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.tabs ul .tlayer:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tabs ul .tlayer:hover, .tabs ul .tlayer.selected {
    background: #2e7de5 ;
	transition: all ease 0.3s;
}
li.tlayer.mini_menu.game-header {
    position: relative;
}

.tabs ul .tlayer .game-header-time {
    position: absolute;
    height: 42px;
    width: 100%;
    top: 0;
    padding-top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.tabs_content {
	
	float:left;
	width: 100%;
}

#miniall .multi-tabs_wrapper .tabs .tlayer {
    width: 10%;
}
#miniall.tab_content {
    display: block;
}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(1), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(1)~ li { width: calc(100% / 1)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(2), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(2)~ li { width: calc(100% / 2)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(3), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(3)~ li { width: calc(100% / 3)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(4), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(4)~ li { width: calc(100% / 4);}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(5), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(5)~ li { width: calc(100% / 5)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(6), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(6)~ li { width: calc(100% / 6)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(7), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(7)~ li { width: calc(100% / 7)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(8), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(8)~ li { width: calc(100% / 8)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(9), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(9)~ li { width: calc(100% / 9)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(10), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(10)~ li { width: calc(100% / 10)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(11), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(11)~ li { width: calc(100% / 11)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(12), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(12)~ li { width: calc(100% / 12)}

#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13)~ li { width: calc(100% / 13)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(14), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13)~ li { width: calc(100% / 14)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(15), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13)~ li { width: calc(100% / 15)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(16), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13)~ li { width: calc(100% / 16)}
#miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(17), #miniall .multi-tabs_wrapper .tabs .tlayer:first-child:nth-last-child(13)~ li { width: calc(100% / 17)}


#miniall .multi-tabs_wrapper .tabs ul .tlayer:first-child , #miniall .multi-tabs_wrapper .tabs ul .tlayer:last-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#menu_sports #sports-detail #league-detail tbody>tr>td {
    height: auto !important;
    display: block;
    background: #39383e !important;
    white-space: normal;
    border-bottom: 1px solid #595959;
    overflow: hidden;
    color: #c8c8c8;
    margin: 6px 0;
}
#sports-detail .none {
    flex-flow: column nowrap;
}
#menu_sports #sports-detail #league-detail ._sports_ ._sports_snip {
    width: calc(100% - 55px);
    float: left;
    white-space: normal;
    font-size:12px;
}
#sns-list {
    width: 100%;
}
#sns-list td > img {
    width: 100%;
}

.social_links .right-sns span {
    display: inline-block;
    line-height: 20px;
}



.speech-bubble button {
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    text-align: -moz-center;
    text-align: -webkit-center;
    width: 80px !important;
    line-height: 20px !important;
    font-size: 13px;
    background: #ca7900 !important;
    padding: 6px 7px 6px 7px;
    vertical-align: bottom;
}
.speech-bubble input {
    padding: 6px 7px 6px 7px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #ffffff !Important;
    color: #000000 !important;
    width: calc(100% - 90px) !important;
    border: 1px solid #000000;
}
.speech-bubble h1 .date-note {
    float: right;
    font-size: 12px;
    color: #bcbcbc;
    font-weight: 500;
}
.smtech_img img {
	width: 350px;
}
.smtech_img {
	text-align: center;
}
.smtech_img a {
    display: inline-block;
}
.betradar_img {
	filter: brightness(0.8);
}
.bet-view-sport-detail ,
table.bl-container tbody>tr.view_bet .type-name .vs, table.bl-container tbody>tr.view_bet .type-name .away-name, table.bl-container tbody>tr.view_bet .type-name .home-name , table.bl-container tbody>tr.view_bet .type-name .bet-view-sport-detail .vs {
    /* color: #b8b8b8 !important; */
    background: unset !Important;
    border: none !Important;
}

.bet-view-sport-detail .home-name.snip, .bet-view-sport-detail .away-name.snip ,
.bet-view-sport-detail .home-not.snip, .bet-view-sport-detail .away-not.snip ,
table.bl-container tbody>tr.view_bet .type-name .away-name,
table.bl-container tbody>tr.view_bet .type-name .home-name{
    /* width: auto !important; */
    /* display: inline-block; */
    /* vertical-align: bottom; */
}

.bet-view-sport-detail  .vs , table.bl-container tbody>tr.view_bet .type-name .bet-view-sport-detail .vs {
    width: 4%;
    display: inline-block;
    text-align: center;
}
.bet-view-sport-detail .home-not.snip ,
.bet-view-sport-detail .home-name.snip {
    text-align: right;
}

.bet-view-sport-detail .away-not.snip ,
.bet-view-sport-detail .away-name.snip {
    text-align: left;
}

.bet-odds .type-name .bet_view_sport_id_details.date {
    /* color: #868686; */
    /* font-size: 11px; */
    /* padding: 2px 4px; */
}
.bet-odds .type-name .bet_view_type {
    color: #ffffff;
    /* padding: 2px 10px; */
    text-align: center;	
	width: 28%;
}
.bet-odds .type-name .bet_view_sport_id_details.title.snip {
    /* padding: 0px 10px; */
}
table.bl-container tbody>tr.view_bet .match-odds.bet-odds span.bet-view-sport-detail {
    padding-left: 16px;
}

.bet-odds .odds-container .round-box {
    width: calc(50% - 4px) !Important;
}

.bet_view_result {
    border-radius: 3px;
	float: unset !important;	
}
.result-container {
    width: 100%;
}


/* -------- Mode Switch Styles ------------*/	

.switch-row {
	float: left;
	border-radius: 40px;
}

.switch-row .toggle_mode {
	position: relative;
	z-index: 2;
	width: 304px;
	height: 100%;
	background-color: inherit;
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	margin: 0 auto;
}

.switch-row .toggle_mode .toggle-content {
	display: flex;
	flex-direction: row;
	margin: auto;
	text-align: center;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.switch-row .toggle_mode .toggle-content .heading {
	font-size: 13px;
	font-weight: bolder;
	margin: 0;
	float: left;
	width: 0;
	color: #adadad; 
}

.switch-row .toggle_mode .toggle-content label,
.switch-row .toggle_mode .toggle-content .toggle {
	height: calc(100% - 4px);
	border-radius: 100px;
}
.switch-row .toggle_mode .toggle-content label {
	width: 100%;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, black, transparent);border: 1px solid  var( --swiper-theme-color);border-radius: 100px;
	position: relative;
	cursor: pointer;
/* padding: 3px; */}
.switch-row .toggle_mode .toggle-content .toggle {
	position: absolute;
	width: calc(50% - 3px);
	background-color: var( --swiper-theme-color);
	border: 2px solid var( --swiper-theme-color);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #fff;margin: 2px;box-shadow: -3px 0px 9px #000;}
.switch-row .toggle_mode .toggle-content .names .mode_type {
	font-size: 14px;
	font-weight: bolder;
	width: 50%;
	user-select: none;
	float: left;
	position: relative;
	z-index: 1;
	color: #000000;
	padding: 6px;
	
}
.switch-row .toggle_mode .toggle-content .names .mode_type .western {
	opacity: 0.5;
}

.switch-row .toggle_mode .toggle-content .names .mode_type .only-mobile {
    font-size: 12px;
    display: block;
}
#switch[type="checkbox"] {
	display: none;
}
/* Toggle */
#switch[type="checkbox"]:checked + .modeapp .toggle {
	transform: translateX(100%);
	background-color: #0000008c;
	border: 2px solid var(--swiper-theme-color);
	opacity: 1;
	color: #fff;
}
#switch[type="checkbox"]:checked + .modeapp .asian {
	opacity: 1;
	color: var(--swiper-theme-color);
}
#switch[type="checkbox"]:checked + .modeapp .western {
	opacity: 1;
	color: #ffffff;
}
#switch[type="checkbox"]:checked + .modeapp .switch {
	background-color: #26242e;
	color: white;
}
#switch[type="checkbox"]:checked + .modeapp label {background: linear-gradient(90deg, var( --swiper-theme-color), transparent);}
.right.btn-switch-mode {
	
	float: right;
	
	
}
.switch-row .toggle_mode .toggle-content .names .mode_type .icon {
	margin-right: 7px;
    font-size: 15px;
}
/* -------- End Mode Switch Styles ------------*/








table.bl-container tbody>tr.view_bet .match-odds.bet-odds span {
    padding: 0 !important;
}

.bl-container .type-name .bet-view-sport-detail {
    width: calc(100% - 0px) !IMPORTANT;
}
.lf_nav .lf_close .fa-times:before {
    font-size: 20px;
	
}

.card-content img {
    opacity: 0.5;
    filter: grayscale(1);
}


.board-topfix .anim_line ,
.event_tbl .anim_line {
    position: absolute;
    display: block;
}

.board-topfix .anim_line:nth-child(2) ,
.event_tbl .anim_line:nth-child(2) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff78);
    animation: btn-anim2 5s linear infinite;
}
@keyframes btn-anim2 {
	
	0% {
		left: -100%;
	}
	50%,100% {
		left: 100%;
	} 
}

.board-topfix .anim_line:nth-child(3)  ,
.event_tbl .anim_line:nth-child(3)  {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #ffffff78);
	animation: btn-anim3 5s linear infinite;
	animation-delay: .25s
}

@keyframes btn-anim3 {
	0% {
		top: -100%;
	}
	50%,100% {
		top: 100%;
	}
}

.board-topfix .anim_line:nth-child(4) ,
.event_tbl .anim_line:nth-child(4) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #ffffff78);
	animation: btn-anim4 5s linear infinite;
	animation-delay: .5s
}

@keyframes btn-anim4 {
	0% {
		right: -100%;
	}
	50%,100% {
		right: 100%;
	}
}

.event_tbl .anim_line:nth-child(5) ,
.board-topfix .anim_line:nth-child(5) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #ffffff78);
	animation: btn-anim5 5s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim5 {
	0% {
		bottom: -100%;
	}
	50%,100% {
		bottom: 100%;
	}
}



@keyframes glow-text1 {
	0%
	{
		color: #fff;
		text-shadow: none;
	}
	
	18%
	{
		color: #fff900;
		text-shadow: none;
	}
	
	20%
	{
		color: #fff;
		text-shadow: 0 0 7px #fff900 , 0 0 20px #ff6c00;
	}
	
	
	30%{
		color: #fff900;
		text-shadow: none;
	}
	
	35%{
		color: #fff;
		text-shadow: 0 0 7px #fff900, 0 0 20px #ff6c00;
	}
	
	70%{
		color: #fff;
		text-shadow: none;
	}
	
	
	85%{
		color: #fff900;
		text-shadow: 0 0 7px #fff900, 0 0 20px #ff6c00;
	}
	
	
	90%{
		color: #fff;
		text-shadow: none;
	}
	
	100%{
		color: #ffff;
		text-shadow: none;
	}
}

@keyframes shine {
	0% {
		background-position: -50rem 0;
	}
	25% {
		background-position: -50rem 0;
	}
	100% {
		background-position: 30rem 0;
	}
}
@keyframes flash {
	0% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.board-topfix  .text_glow_1 ,
.event_tbl .text_glow_1 {
	animation: glow-text1 3s infinite linear;	
}
.text_flash {
	animation-name: flash;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}
.text_shine {
	animation-name: shine;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}

.board-topfix .gold-text strong ,
.event_tbl .gold-text strong {
    font-weight: 100;
}
.board-topfix .gold-text ,
.event_tbl .gold-text {
	color: transparent;
	background-color: #e8a95b;
	background-image: radial-gradient(ellipse farthest-corner at right bottom, white 0%, #f0bb7a 20%, #e8a95b 60%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, white 0%, #f0bb7a 50%, #de9945 75%, #e8a95b 100%);
	background-size: 100% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	font-family: 'Black Han Sans', sans-serif; 
    word-break: break-word;	
    font-size: 23px;
    padding-left: 20px;
    padding-right: 145px;
    padding-bottom: 0;
    padding-top: 10px;
}
.event_tbl .gold-text:before ,
.board-topfix .gold-text:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	color: #e8a95b;
	z-index: -1;
	text-shadow: 0 -1px 0 #f4cc9b, 0 1px 0 #a77334, 0 2px 0 #9b6b30, 0 3px 0 #90632d, 0 4px 0 #7a5426, 0 4px 2px #7a5426, 0 0.075em 0.1em rgba(26, 35, 39, 0.3), 0 0.15em 0.3em rgba(222, 153, 69, 0.2);
}



.board-topfix .decoration-text:before ,
.event_tbl .decoration-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #6204b4;
    right: 0;
    height: 100%;
    width: 100%;
    transform: translatex(80%);
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #bfbfbf 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfbfbf 50%, #bfbfbf 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(135deg, #bfbfbf 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfbfbf 50%, #bfbfbf 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(-45deg, #291832 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #291832 50%, #291832 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

._memo_readall {
    background-color: #fc6200;
}


.left-top-menu-t > div{
    width: 33.3%;
    padding-top: 8px !important;
    float: left;
    border: 1px solid #000;
    font-size: 12px;
}
.left-top-menu-t .low-menu {
	padding-top: 0 !important;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: normal;	
}
/*
	.left-top-menu-t .low-menu:first-child:nth-last-child(1) , .left-top-menu-t .low-menu:first-child:nth-last-child(1) ~ .low-menu {width:100%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(2) , .left-top-menu-t .low-menu:first-child:nth-last-child(2) ~ .low-menu {width:50%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(3) , .left-top-menu-t .low-menu:first-child:nth-last-child(3) ~ .low-menu {width:50%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(4) , .left-top-menu-t .low-menu:first-child:nth-last-child(4) ~ .low-menu {width:33.33%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(5) , .left-top-menu-t .low-menu:first-child:nth-last-child(5) ~ .low-menu {
    width: 25%;
	
	}
*/

.left-top-menu-t .low-menu:first-child:nth-last-child(1) , .left-top-menu-t .low-menu:first-child:nth-last-child(1) ~ .low-menu {width:100% !important;}
.left-top-menu-t .low-menu:first-child:nth-last-child(2) , .left-top-menu-t .low-menu:first-child:nth-last-child(2) ~ .low-menu {width:100%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(3) , .left-top-menu-t .low-menu:first-child:nth-last-child(3) ~ .low-menu { width:50%;   }
.left-top-menu-t .low-menu:first-child:nth-last-child(4) , .left-top-menu-t .low-menu:first-child:nth-last-child(4) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(5) , .left-top-menu-t .low-menu:first-child:nth-last-child(5) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(6) , .left-top-menu-t .low-menu:first-child:nth-last-child(6) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(7) , .left-top-menu-t .low-menu:first-child:nth-last-child(7) ~ .low-menu {width:33.33%;}

.left-top-menu-t.even-child-count .low-menu:last-child {
    width: 100% !important;
}



.left-top-menu-l > div{
	/* display: inline-block; */
	width:33.3%;
	/* line-height:42px; */
	float:left;
	border:1px solid #000;
	/* font-weight:700; */
	/* font-size:11px; */
	display:flex;
	justify-content: center;
    align-items: center;    line-height: 14px;
}









.notify {
	-webkit-animation: blinkertext 1s infinite;
	-moz-animation: blinkertext 1s infinite;
	animation: blinkertext 1s infinite;
}

@-webkit-keyframes blinker {
    0%   { background-color: #f64949; }
    49% { background-color: #f64949; }
    50% { background-color: #20262C; }
    99% { background-color: #20262C; }
    100% { background-color: #f64949; }
}
@-moz-keyframes blinker {
    0%   { background-color: #f64949; }
    49% { background-color: #f64949; }
    50% { background-color: #20262C; }
    99% { background-color: #20262C; }
    100% { background-color: #f64949; }
}
@keyframes blinker {
    0%   { background-color: #f64949; }
    49% { background-color: #f64949; }
    50% { background-color: #20262C; }
    99% { background-color: #20262C; }
    100% { background-color: #f64949; }
}

@-webkit-keyframes blinkertext {
    0%   { color: #f64949; }
    49% { color: #f64949; }
    50% { color: #20262C; }
    99% { color: #20262C; }
    100% {color: #f64949; }
}
@-moz-keyframes blinkertext {
    0%   { color: #f64949; }
    49% { color: #f64949; }
    50% { color: #20262C; }
    99% { color: #20262C; }
    100% { color: #f64949; }
}
@keyframes blinkertext {
    0%   { color: #f64949; }
    49% { color: #f64949; }
    50% { color: #20262C; }
    99% { color: #20262C; }
    100% { color: #f64949; }
}

.table-sbetlog-blue2 .el-row > .el-row .table-history-tr:hover {
    background: #4a4846;
}
.live_wrap .view_page {
	height: calc(100vh - 208px);
	width: calc(50% - 10px);
	overflow: auto;
	margin: 0 5px !important;
	scrollbar-width: none;
}

.live_wrap #leftbox_out {
	
}


.sportsbtn.sview-result.on {
    background: #ffffff55;
    border-color: var(--swiper-theme-color);
}



#rightbox .prematch-event-block {
	overflow: hidden;
    background-image: -webkit-linear-gradient(right, #000, #3d3d3d 53%, #000);
    background-image: -moz-linear-gradient(right, #000, #3d3d3d 53%, #000);
    background-image: -o-linear-gradient(right, #000, #3d3d3d 53%, #000);
    background-image: -ms-linear-gradient(right, #000, #3d3d3d 53%, #000);
    background-image: linear-gradient(to left, #a9403c, #000000 53%, #3f6cb5);
	width: calc(100% - 2px);border-radius: 7px;margin: 0 0 10px 0;padding: 10px;
}
#rightbox .home_logo , #rightbox .away_logo {display: block;margin: 0 auto;}

#rightbox .detail-home , #rightbox .detail-away {width: calc(50% - 50px);font-size: medium;color: #fff;}

#rightbox .detail-vs {width: 100px;height: 75px;font-family: fantasy;
    font-weight: bold;
    font-size: 0;
    text-shadow: unset;
    color: #ffffff;
    background: #0000 url(/image/asset/gold-vursus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-blend-mode: initial;
mix-blend-mode: lighten;}

#rightbox .prematch-event-block [class|=detail] {text-align: center;}

#rightbox .detail-home span, #rightbox .detail-away span {padding: 25px 0 10px 0px;display: inline-block;}

#ad-top {
    width: calc(100% - 0px);
    margin: 0 auto;
	padding: 0px 10px 0;
    margin-top: 8px;
    overflow: hidden;
    position: relative;	
	
}
#ad-top .ad_area > ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}
#ad-top .ad_area li {
	list-style: none;
    float: left;
    color: #e7ddcb;
    width: 100%;
    padding: 0;
    line-height: unset;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(bottom, #373737, #8e8e8e 25%, #fff 52%, #808080 75%, #373737);
    background-image: -moz-linear-gradient(bottom, #373737, #8e8e8e 25%, #fff 52%, #808080 75%, #373737);
    background-image: -o-linear-gradient(bottom, #373737, #8e8e8e 25%, #fff 52%, #808080 75%, #373737);
    background-image: -ms-linear-gradient(bottom, #373737, #8e8e8e 25%, #fff 52%, #808080 75%, #373737);
    background-image: linear-gradient(to top, #373737, #8e8e8e 25%, #fff 52%, #808080 75%, #373737);
}
#ad-top .ad-topclose{
    cursor: pointer;
    position: absolute;
    right: 13px;
    padding: 0px 6px;
    font-size: 30px;
    background: transparent;
    border-radius: 50%;
    color: #818181;
    z-index: 2;
	top: 50%;
    transform: translate(-13%, -56%);
}

#ad-top .ad_area  marquee {
    background: #3b3b3b;
    border: 1px solid #0A0E16;
    position: relative;
    z-index: 1;
    padding: 6px;
	float: left;
    margin: 3px;
    background-image: -webkit-linear-gradient(bottom, #737373, #282828);
    background-image: -moz-linear-gradient(bottom, #737373, #282828);
    background-image: -o-linear-gradient(bottom, #737373, #282828);
    background-image: -ms-linear-gradient(bottom, #737373, #282828);
    background-image: linear-gradient(to top, #737373, #282828);
	white-space: nowrap;	
}

#ad-top .ad_area marquee:before {
    left: 0;
    background: linear-gradient(to right, #0d1119 0%, transparent 100%);
}

#ad-top .ad_area marquee:after {
    right: 0;
    background: linear-gradient(to right, #0000 0%, #0d1119 100%);
}

#ad-top .ad_area marquee:after , #ad-top .ad_area marquee:before {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.name-header {width: 100% !important;
    opacity: 1;
    transition: opacity 0.3s linear;
    background-image: linear-gradient(90deg, #000 0, #2a2a2a) !important;
    color: #fff !important;
    text-align: left !important;
    font-size: 18px !important;
    border-radius: 4px;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
position: relative;}

.name-header.result-sports {
    padding: 0;
}
.button_sonow_slot,
.button_kplay_slot,
.button_gs_slot,
.button_hub_slot,
.button_honor_slot {    
	display: inline-block;
    margin: 2px;
    padding: 4px 16px;
    background: #272727;
    background-image: linear-gradient(90deg, #272727, #535353);
    border-radius: 3px;
    border: 1px solid #212121;
    cursor: pointer;
    position: relative;
    z-index: 1;
    line-height: 50px;
    height: 70px;
    overflow: hidden;
font-size: 0;}

.logo_provider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    display: inline-block;
}

.button_sonow_slot.clicked,
.button_kplay_slot.clicked,
.button_gs_slot.clicked,
.button_hub_slot.clicked,
.button_honor_slot.clicked {
    border: 1px solid var(--swiper-theme-color);
}
.button_sonow_slot:hover,
.button_kplay_slot:hover,
.button_gs_slot:hover,
.button_hub_slot:hover,
.button_honor_slot:hover {
	
    background: var(--bg-logo_provider-before);
    transition: 0.3s all ease-in-out;
	
}
#slotgame-bet {
    width: 100%;
}

.bg-tslot {
    background: #6c6c6c8c;
}
.provider_container .button_sonow_slot,
.provider_container .button_kplay_slot,
.provider_container .button_gs_slot,
.provider_container .button_hub_slot ,
.provider_container .button_honor_slot {
    width: calc(calc(100% / 2) - 6px);
	overflow: hidden;	
}
#game-bet.bg-slot {margin: 0 !important;width: 100%;background: #494746;}


.slot_group ._game_item {cursor: pointer;
    display: inline-block;
    padding: 10px;width: calc(20% - 0px);
position: relative;}


.provider_container {
    float: left;
    width: 420px;
    height: calc(100vh - 225px);
    overflow: auto;
}

#slotbox {
    width: calc(100% - 420px);
    float: left;
    height: calc(100vh - 225px);
    overflow: auto;
}

.provider_container .btn_panelSnow {
	overflow: hidden;   
	background: #383838;
    padding: 5px;
text-align: center;}


button#totop {position: absolute;bottom: 0;right: 0; display:none;}

.slot_group ._game_item img {width: 70%;}

.slot_group ._game_item .btn-ent {width: 100%;float: left;text-align: center;}

.slot_group ._game_item .btn-ent .first {display: block; margin-top: 10px;}
.slot_group ._game_item .snow_lobby:hover .btn-ent:before {
    background: url(/static/image/Casino/c41171c.png) no-repeat;
    background-size: 30%;
    background-position: center;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.slot_group ._game_item .snow_lobby:hover {
    color: #ffffff;
}


.provider_container .button_kplay_slot[idx~="PP"]:before {
    background: url(/image/slot-logo/pragmatic-play-white.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="BNG"]:before {
    background: url(/image/slot-logo/BNG.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="PLS"]:before ,
.provider_container .button_honor_slot[idx~="PLS"] .logo_provider:before ,
.provider_container .button_honor_slot[idx~="PlaySon"] .logo_provider:before  {
    background: url(/image/slot-logo/playson.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="ELS"]:before {
    background: url(/image/slot-logo/elysium.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="SKW"]:before {
    background: url(/image/slot-logo/skywind.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="BB"]:before {
    background: url(/image/slot-logo/bbt.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="gpi_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/gameplay-int.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="GPI"]:before {
    background: url(/image/slot-logo/gameplay-int.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 110px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="naga_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/naga.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="booming_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/booming.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="boomerang_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/boomerang.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="4tp_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/4theplayer.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="upg_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/upg.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="expanse_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/expanse.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="reelplay_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/reelplay.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="fantasma_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/fantasma.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="bgaming_slot"]:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/bgaming.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx~="netent_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/netent.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="NT"]:before {
    background: url(/image/slot-logo/netent.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="RT"]:before {
    background: url(/image/slot-logo/red-tiger.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	}.provider_container .button_kplay_slot[idx~="RLX"]:before {
    background: url(/image/slot-logo/relax-gaming.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	}.provider_container .button_kplay_slot[idx~="CQ9"]:before {
    background: url(/image/slot-logo/CQ9.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="ftg_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/funta.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="FTG"]:before {
    background: url(/image/slot-logo/funta.png?v=05) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 120px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="playtech_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/playtec.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="PT"]:before {
    background: url(/image/slot-logo/playtec.png?v=05) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 110px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="MG"]:before {
    background: url(/image/slot-logo/Microgaming.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="PLT"]:before {
    background: url(/image/slot-logo/platipus.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="NLC"]:before {
    background: url(/image/slot-logo/nolimit.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	}.provider_container .button_kplay_slot[idx~="DGS"]:before {
    background: url(/image/slot-logo/dragoonsoft.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	filter: brightness(10.5);
	}.provider_container .button_kplay_slot[idx~="PNG"]:before {
    background: url(/image/slot-logo/PLAYG.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="BLP"]:before {
    background: url(/image/slot-logo/blueprint.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	
}
.provider_container .button_hub_slot[idx~="quickspin_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/quickspin.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="QSP"]:before {
    background: url(/image/slot-logo/quickspin.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
	}.provider_container .button_kplay_slot[idx~="KRN"]:before {
    background: url(/image/slot-logo/kiron.jpg?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="spearhead_slot"]:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/spearhead.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_kplay_slot[idx~="SPH"]:before {
    background: url(/image/slot-logo/spearhead.png?v=04) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 120px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="ELK"]:before {
    background: url(/image/slot-logo/elk.png?v=05) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="RR"]:before {
    background: url(/image/slot-logo/redrake.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_kplay_slot[idx~="HBN"]:before {
    background: url(/image/slot-logo/habanero.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}

/* honor slot*/
.provider_container .button_gs_slot:before {
    background-color: #0e0e0e;
    background-image: url(/image/icon/no-game.png?v=02);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot:before {
    background-color: #0e0e0e;
    background-image: url(/image/icon/no-game.png?v=02);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Booongo"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="BOOONGO"] .logo_provider:before,
.provider_container .button_honor_slot[idx="slot-booongo"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/BNG.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="EVOPLAY"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Evoplay"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="evoplay"] .logo_provider:before   {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/ep.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: center;
	
}
.provider_container .button_honor_slot[idx="MicroGaming Plus Slo"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="microgameslot"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="MicroGaming"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/Microgaming.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 46px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="pragmatic_slot"] .logo_provider:before,
.provider_container .button_honor_slot[idx="PragmaticPlay"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="8"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="99"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="3"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="pp"] .logo_provider:before,
.provider_container .button_honor_slot[idx="300"] .logo_provider:before,
.provider_container .button_honor_slot[idx="PRAGMATIC"] .logo_provider:before,
.provider_container .button_honor_slot[idx="slot-pragmatic"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Pragmatic"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/pragmatic-play-white.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_honor_slot[idx="Habanero"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="HABANERO"] .logo_provider:before,
.provider_container .button_honor_slot[idx="slot-habanero"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="habanero"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/habanero.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: center;
}



.provider_container .button_hub_slot[idx="12"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/quickspin.png?v=05) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="17"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/REDLAKE-.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="18"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/RELEX-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="relax_slot"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/relax-gaming.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="30"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/SPEERHEAD-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="gmw_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="41"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/GMW-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="aspect_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="52"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/aspect-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="58"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/quickspin.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="betsoft_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="59"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/Betsoft-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="79"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/NETGAMING-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="nextspin_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="86"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/Nextspin-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="hs_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="90"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="hacksaw"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Hacksaw"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="HacksawGaming"] .logo_provider:before   {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/HACKSOWGAMING-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="aux_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="91"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/AVATAUX-.png?v=03) ;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}


.provider_container .button_hub_slot[idx="8"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/Microgaming.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_honor_slot[idx="Wazdan"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/wazdan.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Relax Gaming"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="RelaxGaming"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/relax-gaming.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Triple Profit Gaming"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/tpg.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="gameart_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="46"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="GameArt"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/gameart.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="cq9_slot"] .logo_provider:before,
.provider_container .button_honor_slot[idx="CQ9"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/cq9.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="redtiger_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="27"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/red-tiger.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="ag_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="22"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/asia-gaming.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="31"] .logo_provider:before  {
	background: var(--bg-logo_provider-before);
	background-image:url(/image/slot-logo/elysium.png?v=04) ;
	content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="15"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Blueprint Gaming"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Blueprint"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/blueprint.png?v=06);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="ps_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="84"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PlayStar"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/playstar.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}


.provider_container .button_honor_slot[idx="ezugi"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/zekiro_ezugi.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}


.provider_container .button_hub_slot[idx="77"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/funta.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 100%  60px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_hub_slot[idx="png_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="87"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="playngo"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PlaynGo"] .logo_provider:before 
{
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/PLAYG.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="fachai"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Fachai"] .logo_provider:before  
{
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/fachai-slot.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="JDB"] .logo_provider:before 
{
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/jdb-slot.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="kagaming"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="KaGaming"] .logo_provider:before 
{
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/ka-gaming.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="jili"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="JiLi"] .logo_provider:before  
{
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/jili.png);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="skywind_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="60"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image:url(/image/slot-logo/skywind.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="btg_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="56"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="BigTimeGaming"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="BigTime"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/btg.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="45"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PlaySon"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Playson"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/playson2.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Thunderkick"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/thunderk.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="nlc_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="88"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Nolimit City"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="NolimitCity"] .logo_provider:before  {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/nolimit.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Mobilots"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/mobilots.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="PlayPearls"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/playpearl.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}


.provider_container .button_hub_slot[idx="dragoon_slot"] .logo_provider:before {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/dragoonsoft.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="29"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="Dragoon Soft"] .logo_provider:before,
.provider_container .button_honor_slot[idx="DragoonSoft"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/dragoonsoft.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="1X2 Gaming"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/1X2.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_honor_slot[idx="Elk Studios"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/elk.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="pgsoft_slot"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PG Soft"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="slot-pgsoft"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PG Soft"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PGSoft"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="pgsoft"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="57"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/pgsoft.png?v=03);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.button_honor_slot {
    padding: 0;
}

.button_gs_slot {
    padding: 0;
}
.button_hub_slot {
    padding: 0;
}


.provider_container .button_gs_slot[idx="PRAGMATIC"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/pragmatic-play-white.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_gs_slot[idx="GENESIS"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/GENESIS.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_gs_slot[idx="PGSOFT"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/PSOFT.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_gs_slot[idx="TOPTREND"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/TTG.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="habanero_slot"] .logo_provider:before,
.provider_container .button_gs_slot[idx="HABANERO"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/habanero.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_gs_slot[idx="REELKINGDOM"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/REELKINGDOM.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 100%  60px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="booongo_slot"] .logo_provider:before ,
.provider_container .button_hub_slot[idx="44"] .logo_provider:before ,
.provider_container .button_gs_slot[idx="BOOONGO"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/BNG.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="23"] .logo_provider:before ,
.provider_container .button_gs_slot[idx="CQ9"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/CQ9.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="playson_slot"] .logo_provider:before ,
.provider_container .button_gs_slot[idx="PLAYSON"] .logo_provider:before ,
.provider_container .button_honor_slot[idx="PLAYSON"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/playson2.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.provider_container .button_gs_slot[idx="DREAMTECH"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/dreamtech.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 58px;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_hub_slot[idx="evo_slot"] .logo_provider:before,
.provider_container .button_hub_slot[idx="evo_slot	"] .logo_provider:before,
.provider_container .button_gs_slot[idx="EVOPLAY"] .logo_provider:before {
    background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/ep.png?v=05);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}


.provider_container .button_sonow_slot[idx~="6"]:before {
    background: url(/image/slot-logo/bbt.png?v=03) no-repeat left;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    height: 52px;
    width: 82px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_sonow_slot[idx~="8"]:before ,
.provider_container .button_sonow_slot[idx~="99"]:before {
    background: url(/image/slot-logo/pragmatic-play-white.png) no-repeat left;
    content: "";
    position: relative;
    top: 1px;
    left: 0;
    height: 52px;
    width: 102px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_sonow_slot[idx~="11"]:before  {
    background: url(/image/slot-logo/STARG.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 52px;
    width: 77px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
    filter:brightness(15.5);
}
.provider_container .button_sonow_slot[idx~="10"]:before  {
    background: url(/image/slot-logo/isoftbet-logo.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 52px;
    width: 86px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
    filter: drop-shadow(0px 0px 6px black);
}
.provider_container .button_sonow_slot[idx~="14"]:before {
    background: url(/image/slot-logo/PSOFT.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 52px;
    width: 54px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_sonow_slot[idx~="15"]:before {
    background: url(/image/slot-logo/bbin.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 47px;
    width: 64px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
    filter: drop-shadow(0px 0px 6px black);  
}
.provider_container .button_sonow_slot[idx~="19"]:before {
    background: url(/image/slot-logo/real-time-slots.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 52px;
    width: 54px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}
.provider_container .button_hub_slot[idx~="microgaming_slot"]:before ,
.provider_container .button_hub_slot[idx~="MicroGaming"]:before  {
	background: var(--bg-logo_provider-before);
    background-image: url(/image/slot-logo/Microgaming.png?v=04);
    content: "";
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: inline-block;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.provider_container .button_sonow_slot[idx~="21"]:before {
	background: url(/image/slot-logo/Microgaming.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0;
	height: 52px;
	width: 75px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: drop-shadow(0px 0px 6px black);
}
.provider_container .button_sonow_slot[idx~="23"]:before {
    background: url(/image/slot-logo/CQ9.png) no-repeat left;
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 52px;
    width: 52px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
    filter: drop-shadow(0px 0px 6px gray);
}
.provider_container .button_sonow_slot[idx~="24"]:before {
	background: url(/image/slot-logo/HABANERO.png) no-repeat left;
	content: "";
	position: relative;
    top: -5px;
    left: 0;
    height: 52px;
    width: 92px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: drop-shadow(0px 0px 6px gray);
}
.provider_container .button_sonow_slot[idx~="29"]:before {
	background: url(/image/slot-logo/PSTAR.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 45px;
	width: 54px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
}
.provider_container .button_sonow_slot[idx~="30"]:before {
	background: url(/image/slot-logo/GART.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 45px;
	width: 91px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: invert(1);
}
.provider_container .button_sonow_slot[idx~="32"]:before {
	background: url(/image/slot-logo/TTG.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 48px;
	width: 75px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="33"]:before {
	background: url(/image/slot-logo/GENESIS.png?v=05) no-repeat left;
	content: "";
	position: relative;
	top: 0px;
	left: 0px;
	height: 48px;
    width: 79px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
}
.provider_container .button_sonow_slot[idx~="34"]:before {
	background: url(/image/slot-logo/tpg.png) no-repeat left;
	content: "";
	position: relative;
	top: 0px;
	left: 0px;
	height: 49px;
	width: 78px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: brightness(2.5);
}
.provider_container .button_sonow_slot[idx~="36"]:before {
	background: url(/image/slot-logo/playson.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 50px;
	width: 91px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: brightness(6.5);
}
.provider_container .button_sonow_slot[idx~="37"]:before {
	background: url(/image/slot-logo/bng.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 51px;
	width: 86px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="40"]:before {
	background: url(/image/slot-logo/ep.png) no-repeat left;
	content: "";
	position: relative;
	top: 1px;
	left: 0px;
	height: 45px;
	width: 82px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="41"]:before {
	background: url(/image/slot-logo/dreamtech.png) no-repeat left;
	content: "";
	position: relative;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 68px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="44"]:before {
	background: url(/image/slot-logo/asia-gaming.png) no-repeat left;
	content: "";
	position: relative;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 77px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="47"]:before {
	background: url(/image/slot-logo/bally_theshow.png) no-repeat left;
	content: "";
	position: relative;
	top: 0px;
	left: 0;
	height: 45px;
	width: 106px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="57"]:before {
	background: url(/image/slot-logo/PSTAR.png) no-repeat left;
	content: "";
	position: relative;
	top: -1px;
	left: 0px;
	height: 45px;
	width: 54px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	filter: drop-shadow(0px 0px 6px WHITE);
    
}
.provider_container .button_sonow_slot[idx~="51"]:before {
	background: url(/image/slot-logo/PLAYG.png) no-repeat left;
	content: "";
	position: relative;
	top: 3px;
	left: 0;
	height: 45px;
	width: 97px;
	z-index: -1;
	display: inline-block;
	background-size: 100%;
	/* filter: drop-shadow(0px 0px 6px WHITE); */
}
.provider_container .button_sonow_slot[idx~="99"]:before {
    background: url(/image/slot-logo/pragmatic-play-white.png) no-repeat left;
    content: "";
    position: relative;
    top: 1px;
    left: 0;
    height: 52px;
    width: 102px;
    z-index: -1;
    display: inline-block;
    background-size: 100%;
}

/*
	.provider_container .button_sonow_slot:first-child:nth-last-child(1),
	.provider_container .button_sonow_slot:first-child:nth-last-child(1)~.button_sonow_slot {
    width: calc(calc(100% / 1) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(2),
	.provider_container .button_sonow_slot:first-child:nth-last-child(2)~.button_sonow_slot {
    width: calc(calc(100% / 2) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(3),
	.provider_container .button_sonow_slot:first-child:nth-last-child(3)~.button_sonow_slot {
    width: calc(calc(100% / 3) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(4),
	.provider_container .button_sonow_slot:first-child:nth-last-child(4)~.button_sonow_slot {
    width: calc(calc(100% / 4) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(5),
	.provider_container .button_sonow_slot:first-child:nth-last-child(5)~.button_sonow_slot {
    width: calc(calc(100% / 5) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(6),
	.provider_container .button_sonow_slot:first-child:nth-last-child(6)~.button_sonow_slot {
    width: calc(calc(100% / 6) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(7),
	.provider_container .button_sonow_slot:first-child:nth-last-child(7)~.button_sonow_slot {
    width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(8),
	.provider_container .button_sonow_slot:first-child:nth-last-child(8)~.button_sonow_slot {
    width: calc(calc(100% / 8) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(9),
	.provider_container .button_sonow_slot:first-child:nth-last-child(9)~.button_sonow_slot {
    width: calc(calc(100% / 9) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(10),
	.provider_container .button_sonow_slot:first-child:nth-last-child(10)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(11),
	.provider_container .button_sonow_slot:first-child:nth-last-child(11)~.button_sonow_slot {
    width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(12),
	.provider_container .button_sonow_slot:first-child:nth-last-child(12)~.button_sonow_slot {
    width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(13),
	.provider_container .button_sonow_slot:first-child:nth-last-child(13)~.button_sonow_slot {
    width: calc(calc(100% / 8) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(14),
	.provider_container .button_sonow_slot:first-child:nth-last-child(14)~.button_sonow_slot {
    width: calc(calc(100% / 8) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(15),
	.provider_container .button_sonow_slot:first-child:nth-last-child(15)~.button_sonow_slot {
    width: calc(calc(100% / 9) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(16),
	.provider_container .button_sonow_slot:first-child:nth-last-child(16)~.button_sonow_slot {
    width: calc(calc(100% / 9) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(17),
	.provider_container .button_sonow_slot:first-child:nth-last-child(17)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(18),
	.provider_container .button_sonow_slot:first-child:nth-last-child(18)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(19),
	.provider_container .button_sonow_slot:first-child:nth-last-child(19)~.button_sonow_slot {
    width: calc(calc(100% / 12) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(20),
	.provider_container .button_sonow_slot:first-child:nth-last-child(20)~.button_sonow_slot {
    width: calc(calc(100% / 12) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(21),
	.provider_container .button_sonow_slot:first-child:nth-last-child(21)~.button_sonow_slot {
    width: calc(calc(100% / 12) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(22),
	.provider_container .button_sonow_slot:first-child:nth-last-child(22)~.button_sonow_slot {
    width: calc(calc(100% / 12) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(23),
	.provider_container .button_sonow_slot:first-child:nth-last-child(23)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(24),
	.provider_container .button_sonow_slot:first-child:nth-last-child(24)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(25),
	.provider_container .button_sonow_slot:first-child:nth-last-child(25)~.button_sonow_slot {
    width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	@media only screen 
	and (max-width :1550px) {
	.provider_container .button_sonow_slot:first-child:nth-last-child(1),
	.provider_container .button_sonow_slot:first-child:nth-last-child(1)~.button_sonow_slot {
	width: calc(calc(100% / 1) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(2),
	.provider_container .button_sonow_slot:first-child:nth-last-child(2)~.button_sonow_slot {
	width: calc(calc(100% / 2) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(3),
	.provider_container .button_sonow_slot:first-child:nth-last-child(3)~.button_sonow_slot {
	width: calc(calc(100% / 3) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(4),
	.provider_container .button_sonow_slot:first-child:nth-last-child(4)~.button_sonow_slot {
	width: calc(calc(100% / 4) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(5),
	.provider_container .button_sonow_slot:first-child:nth-last-child(5)~.button_sonow_slot {
	width: calc(calc(100% / 5) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(6),
	.provider_container .button_sonow_slot:first-child:nth-last-child(6)~.button_sonow_slot {
	width: calc(calc(100% / 6) - 5px);
	overflow: hidden;
	}
	.provider_container .button_sonow_slot:first-child:nth-last-child(7),
	.provider_container .button_sonow_slot:first-child:nth-last-child(7)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(8),
	.provider_container .button_sonow_slot:first-child:nth-last-child(8)~.button_sonow_slot {
	width: calc(calc(100% / 8) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(9),
	.provider_container .button_sonow_slot:first-child:nth-last-child(9)~.button_sonow_slot {
	width: calc(calc(100% / 9) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(10),
	.provider_container .button_sonow_slot:first-child:nth-last-child(10)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(11),
	.provider_container .button_sonow_slot:first-child:nth-last-child(11)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(12),
	.provider_container .button_sonow_slot:first-child:nth-last-child(12)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(13),
	.provider_container .button_sonow_slot:first-child:nth-last-child(13)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(14),
	.provider_container .button_sonow_slot:first-child:nth-last-child(14)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(15),
	.provider_container .button_sonow_slot:first-child:nth-last-child(15)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(16),
	.provider_container .button_sonow_slot:first-child:nth-last-child(16)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(17),
	.provider_container .button_sonow_slot:first-child:nth-last-child(17)~.button_sonow_slot {
	width: calc(calc(100% / 7) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(18),
	.provider_container .button_sonow_slot:first-child:nth-last-child(18)~.button_sonow_slot {
	width: calc(calc(100% / 8) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(19),
	.provider_container .button_sonow_slot:first-child:nth-last-child(19)~.button_sonow_slot {
	width: calc(calc(100% / 9) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(20),
	.provider_container .button_sonow_slot:first-child:nth-last-child(20)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(21),
	.provider_container .button_sonow_slot:first-child:nth-last-child(21)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(22),
	.provider_container .button_sonow_slot:first-child:nth-last-child(22)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 5px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(23),
	.provider_container .button_sonow_slot:first-child:nth-last-child(23)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(24),
	.provider_container .button_sonow_slot:first-child:nth-last-child(24)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 0px);
	overflow: hidden;
	}
	
	.provider_container .button_sonow_slot:first-child:nth-last-child(25),
	.provider_container .button_sonow_slot:first-child:nth-last-child(25)~.button_sonow_slot {
	width: calc(calc(100% / 10) - 0px);
	overflow: hidden;
	}
	
	}
*/


.autobetting_form input, .autobetting_form select, .autobetting_form button {
    border-radius: 5px;
    cursor: auto;
    padding: 12px;
    font-size: 15px;
/* margin: 20px 50px; */}

.autobetting_form input {
    color: #000;
    border: 1px solid #fff;	
}
.autobetting_form button, .autobetting_form input[type=button] {
    padding: 12px 20px;
    font-size: 14px;
	cursor:pointer;
}


.autobetting_form #add_pattern {background-color: #269edb;color: #fff;border-color: #269edb;}
.autobetting_form #save_autobetting {
    background-color: forestgreen;
    color: #fff;
    border-color: forestgreen;
}


.autobetting_form input:focus {
    outline: 0;
    box-shadow: inset 1px 1px 7px #2ca3db;
    border: 1px solid #2ca3db;
}
.autobetting_form select {
	cursor: pointer;background-color:
	#25292c;color: #fff;border-color: #25292c;
	appearance: unset;padding-right: 50px;
	background-image: linear-gradient(45deg, transparent 50%, #27a3e2 50%), linear-gradient(135deg, #27a3e2 50%, transparent 50%), linear-gradient(to right, #87ceeb00, #87ceeb00);
    background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 10px 10px, 10px 10px, 5em 5em;
    background-repeat: no-repeat;
}


.autobetting_form table {
	border-spacing: 20px 0px;
	border-collapse: separate;
	font-size: 17px;
    color: #fff;
	width:100%;
}

.autobetting_form table>tbody>.gradeamount0 >tr {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    overflow: hidden;
    align-items: flex-end;
}
.autobetting_form table>tbody>.gradeamount0 >tr>td {flex: 50%;    margin-bottom: 7px;}

.autobetting_form table>tbody>.gradeamount0{
	align-items: flex-start;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 20px;
	padding: 20px 0px 20px 50px;
}

.autobetting_form table>tbody>tr:first-child {
    font-weight:700;
    overflow: hidden;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
}

/* .autobetting_form table>tbody>tr:not(:first-child) >td {padding-left: 50px;padding-top: 10px;padding-bottom: 10px;color: #fff;font-size: 15px;font-weight: 700;border-bottom: 1px solid #0a0a0a;border-top: 2px solid #171c22;} */
.autobetting_form table>tbody>tr:not(:first-child) {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #0a0a0a;
    border-top: 2px solid #171c22;
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    padding: 9px 0px 9px 50px;
}

.header-btn.cmnbtn {
    padding: 7px 27px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 3px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.cmnbtn._autobetting_select_use {background: forestgreen;border: 1px solid forestgreen;}

.cmnbtn._autobetting_select_nouse {background: #2e7de5;
border: 1px solid #2e7de5;}

.cmnbtn._autobetting_delall {background: #e52e2e;
border: 1px solid #e52e2e;}

input[type="button"].share_check ,
input[type="button"].sports_share_check {
    background: #f1950d;
    border: 1px solid #f1950d;
    color: #fff;
    -webkit-appearance: none;
}	


#match-container #autobetting_form {
    width: 90%;
    margin: 0 auto;
	background-color: #15191c;
}	

#match-container #autobetting_form table>tbody>tr:not(:first-child) {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #0a0a0a;
    border-top: 2px solid #171c22;
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    padding: 9px 0px 9px 50px;
}

#match-container #autobetting_form table>tbody>tr:not(:first-child) >td {
    padding: 0;
    border: 0;
}


#user-container.collection-wrapper {
    padding: 0;
    width: 100%;
	overflow: auto;
}

.tabs ul .tlayer.scope .snip {
    display: block;
    height: 100%;
    padding-top: 10px;
}

.tabs ul .tlayer.onchoice {
    color: #fff;
    text-shadow: 2px 1px #333;
    font-weight: 700;
    background-image: linear-gradient(90deg, #000000 , var(--swiper-theme-color), #000 );
}

.autobetting_form input[type=button].delete_autobetting {
    background-color: #e52e2e;
    color: #fff;
    border-color: #e52e2e;
}

#autobetting-container .pr-content {
    position: relative;
    width: 700px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 25px 40px;
}

#autobetting-container .pr-content .section-explain {
    text-align: left;
    font-size: 17px;
    padding: 25px 30px;
    word-break: keep-all;
    color: #ffffff;
    background-color: #1c1c1c;
    border: 2px solid #25282b;
}

#autobetting-container .pr-content .section-explain .title {
    font-size: 20px;
    font-weight: bolder;
    color: #ff4d4d;
}





#write-panel #boardbetlist-content {
    margin: 0 !important;
    width: 100% !important;
    padding: 4px 0px;
}
#write-panel #boardbetlist-content .panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#write-panel form:before , #write-panel form:after {
    content: "";
    display: table;
    clear: both;
}



#write-panel [type=button], #write-panel button, [class |='gametype-button'] {
    padding: 7px  10px!important;
}

#write-panel [class |='gametype-button']._bet_add_board .m-l-10 {
    padding: 0 !important;
    margin-left: 0 !important;
}
#tabwidth-config .bet-history-tab {
}


#tabwidth-config .bet-history-tab:first-child:nth-last-child(1) , #tabwidth-config .bet-history-tab:first-child:nth-last-child(1) ~ .bet-history-tab  {
    width: 100%;
}


#tabwidth-config .bet-history-tab:first-child:nth-last-child(2) , #tabwidth-config .bet-history-tab:first-child:nth-last-child(2) ~ .bet-history-tab  {
    width: 50%;
}

input._calc {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}


.module_ {
    border-collapse: collapse;border-spacing:0;
    width: calc(100% - 40px);
    margin: 0 20px;
    font-size: 14px;
    cursor: default;
    text-align: center;
}

.module_ thead>tr>th {
    border-color: var(--swiper-topboard-color);
    border-style:
    solid;
    border-width: 1px 0;
    overflow:
    hidden;
    padding:10px 5px;
    color: var(--swiper-topboard-color);
    text-align: center;
}


.result_date {
	
}

.module_ .sortlist {
    border-color: #292827;
    border-style: solid;
    border-width: 0 0 3px 0;
    line-height: 38px;
    color: #fff;
}

.module_ .sortlist:last-child {
    border: 0;
}
.contain-text .lead {
    font-weight: 600;
}
.text-colorgrad {
    background-image: -webkit-linear-gradient(top, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
    background-image: -moz-linear-gradient(top, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
    background-image: -o-linear-gradient(top, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
    background-image: -ms-linear-gradient(top, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
    background-image: linear-gradient(to bottom, #b48132, #fae0af 30%, #d7b676 50%, #f8fbc0 72%, #b4812e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 58px;
    font-weight: 900;
}

.contain-text {
    float: left;
}

.headermedal {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
}

.headermedal .img-contain {
    width: 470px;
    float: left;
    height: 147px;
    background-image: url(/image/asset/headermedal.png);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.module_ .sortlist:first-child > td:first-child {
    background-image: url(/image/asset/gold_medal.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-size: 0;
}

.module_ .sortlist:nth-child(2) > td:nth-child(1) {
    background-image: url(/image/asset/silver_medal.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-size: 0;
}
.module_ .sortlist:nth-child(3) > td:nth-child(1) {
    background-image: url(/image/asset/bronze_medal.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-size: 0;
}

#sp_list.ithere {
    background-color: #333;
    margin: 10px;
    padding: 0px 10px;
    overflow: hidden;
    height: calc( 778px - 20px);
}

#sp_list .contain-title {
    text-align: center;
    color: var(--swiper-topboard-color);
}

.table-board-content {
    white-space: normal;
    word-break: keep-all;
}


.tbl  {border-collapse:collapse;border-spacing:0;}
.tbl td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tbl th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tbl .tbl-red{border-color:inherit;color:#fd6864;text-align:center;vertical-align:top}
.tbl .tbl-u8j1{border-color:inherit;color:#fe996b;text-align:center;vertical-align:top}
.table_tittle {border-color:inherit;font-weight:bold;text-align:center;vertical-align:top;   background-image: linear-gradient(180deg, #343434, #000000);
    color: #fff;
	line-height: 35px;
    font-size: 17px;
    float: left;
    width: 827px;
}
.tbl .tbl-blue{border-color:inherit;color:#3ab2fa;text-align:center;vertical-align:top}
.tbl .tbl-db_analysis{border-color:inherit;text-align:center;vertical-align:top}
.left.analysiscon {
	width: 827px;
    height: 230px;
    overflow: auto;
	position:relative;
}

.left.analysiscon table {
    width: 100%;
	background: var(--bg-logo_provider-before);
    border-color: #000;
}

.left.analysiscon::-webkit-scrollbar {
    width: 8px;
}

.context {
    text-align: center;
    width: 29px;
    line-height: 26px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.digit-in-circle {
    border-radius: 50%;
	display: block;
}
._red {
    background-color: #e52e2e;
}


._blue {
    background-color: #2e7de5;
}



.sp_nav_top .sp_nav_btn {
    display: inline-block;
    overflow: hidden;
    text-overflow: unset;
    white-space: break-spaces;
    word-break: normal;
    height: 80px;
}



.sp_nav_top .sp_nav_btn .spname- {
    font-style: normal;
    white-space: normal;
    word-break: normal;
}


.cs_item .img-botaspeed {
    content: url(/image/banner_casino/botaSPEED.png);
}
.cs_item .img-botaseam {
    content: url(/image/banner_casino/botaSEAM.png);
}


.name-header.slot_header ._search_slot {
	width: auto;
	padding-left:35px;
	margin: 0;
}
.wrap-searchslot {
    position: relative;
    z-index: 1;
    float: right;
}

.wrap-searchslot .fa-search {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: #767676;
    font-size: 22px;
}





/* ------------------------------------- */
/* *.  - Media Queries ............... */
/* ------------------------------------- */

._memo_readall .icon {
  font-size: 22px;
  position: relative;
  top: 6px;
}

.two_groupbtn {
  width: 100px;
}
._memo_delall.two_groupbtn {
  margin-right: 3px !important;
}
.two_groupbtn .cenitem {
  display: inline-block;
  text-align: center;
}
._memo_delall.two_groupbtn {
  margin-right: 3px !important;
}

.two_groupbtn .float-left,
.two_groupbtn .cenitem {
  display: block;
  width: 100%;
  float: unset !important;
  text-align: center;
  margin: 0 !important;
  margin-top: 9px;
}

.gametype-button-orange.two_groupbtn {
  height: 60px !important;
}

.tkb-only,
.left-top-menu-t > .tkb-only {
  display: none;
}

.arrow {
  font-size: 14px;
}

#ajax-content
  #asian-container
  .league-box
  table
  > tbody
  > tr
  .round-box
  .arrow.up:before {
  right: 7px;
  top: -4px;
  margin: 0 8px;
}
#ajax-content
  #asian-container
  .league-box
  table
  > tbody
  > tr
  .round-box
  .arrow.down {
  margin: 0 5px;
}

#ajax-content
  #asian-container
  .league-box
  table
  > tbody
  > tr
  .round-box
  .arrow.down:before {
  top: 7px;
  right: -20px;
}
#ajax-content #asian-container .league-box .mid-side._noclick {
  filter: contrast(0.8);
  cursor: default;
}

.cswrap-l {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.cswrap-l .cas-image,
.img-header-l,
.img-header-l .btn-ent {
  height: 100%;
  float: left;
  width: 100%;
}
.cswrap-l .cas-image .img-header-l .btn-ent {
  position: absolute;
  top: 0;
  font-size: 0;
}
.cswrap-l .cas-image:hover .img-header-l .btn-ent {
  position: absolute;
  opacity: 0.53;
  background: url(/image/banner_casino/play-big.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
}

.ent-container {
  position: relative;
  z-index: 1;
}
.Noclickoverlay {
  pointer-events: none;
}

#service-maintenance {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
#service-maintenance .overlay-msg-bg {
  height: 100%;
  width: 100%;
  background: #000 url(/image/banner_casino/stripe-border2-maintenance.png);
  opacity: 0.7;
  top: 0;
  z-index: -1;
  background-attachment: fixed;
  background-size: 100% 140px;
  background-position: center;
  background-repeat: no-repeat;
}
#service-maintenance .tool-icon {
  margin-top: 20px;
}

#service-maintenance.overlay-msg-xs .tool-icon {
  font-size: 3px;
  display: inline-block;
  margin-top: 0;
}

.overlay-msg-xs .description h3,
.overlay-msg-xs .description h6 {
  text-align: center;
  line-height: normal;
  margin: 0;
}

.overlay-msg-xs .description h3 {
  font-size: 13px;
}

.overlay-msg-xs .description h6 {
  font-size: 9px;
}

.overlay-msg-xs .description {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

#service-maintenance.overlay-msg-xs .overlay-msg-bg-xs {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  z-index: -1;
  opacity: 0.7;
}

#service-maintenance.overlay-msg-xs {
  height: 60px;
}

#mini_wrap #game-frame.margin-minus {
  margin-top: -80px;
}

.right-sns > a > img,
.right-sns > img {
  height: auto !important;
}

#ajax-content .rule_ .word-keep > p {
  white-space: initial;
  text-align: center;
}
.calendar thead > tr > th {
  color: #00f900;
  font-size: 14px;
}
._calander_day.cmnbtn {
  background-color: #358fe1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.calendar_event_warn {
  font-size: 15px;
  color: #ff2c2c;
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  margin: 20px 0;
}
.stampedplus_text {
  color: #a8ffaa;
  word-break: keep-all;
  font-size: 12px;
  margin: 0;
  font-weight: 900;
  background: #00000099;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #558156;
}

.day_text {
  color: #fff;
  font-weight: 900;
}
.btnnext {
  padding: 0px 11px;
  font-size: 29px;
  font-weight: 900;
  background-color: #2a5287b3;
  color: #ffbe00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin: 0 10px;
  border: 1px solid #778089;
  background: rgb(181, 189, 200); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(181, 189, 200, 1) 0%,
    rgba(130, 140, 149, 1) 36%,
    rgba(40, 52, 59, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(181, 189, 200, 1) 0%,
    rgba(130, 140, 149, 1) 36%,
    rgba(40, 52, 59, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(200 195 181) 0%,
    rgb(147 149 130) 36%,
    rgb(59 51 40) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
  text-shadow: 0 0 8px black;
}
.btnnext:hover {
  background: #ffffff73;
}
.btnnext .fa {
  float: left;
}

.stylus_dateitem {
  font-size: 34px;
  display: inline-block;
  font-weight: 700;
  color: #f7bd34;
  vertical-align: middle;
}
.login_socmedicon {
  display: none;
}

.zero-scrollbar::-webkit-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}

#mini_wrap .bepick_frame #game-frame .zero-scrollbar_pballgame iframe {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 290px;
}

#mini_wrap .bepick_frame #game-frame .zero-scrollbar_pballgame {
  width: 792px !important;
  overflow: hidden;
  height: 270px;
  text-align: center;
  display: block;
  margin: 0 auto;
  float: unset;
}

.provider_container .button_hub_slot[idx="6"] .logo_provider:before {
  background: var(--bg-logo_provider-before);
  background-image: url(/image/slot-logo/habanero.png?v=04);
  content: "";
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: inline-block;
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center;
}

.left-top-menu-t > div,
.left-top-menu-l > div,
.sp_btn,
#live-append .sports_box .sp_btn,
#sp_list .sports_box .sp_btn {
  font-size: 13px;
  word-break: keep-all;
  font-weight: 700;
}

.match-oddslist {
  background: #121619;
}
.match-oddslist thead > tr {
  background-color: #21282e;
  border-top: 1px solid #414244;
  border-bottom: 1px solid #000;
}

.bet-side,
.bet-side2 {
  color: #fff;
  background: #2d353c;
  border-color: #424242 #181818 #232324 #2c3339;
  background: linear-gradient(180deg, #2d353c, #222);
}

.lv_odds_search {
  background-color: #2b343b;
  color: #fff;
  border-bottom: 2px solid #2e7de5;
}

.nav-profile .bg-login-side1-blue4 img {
  height: 30px;
}

div#warning-box1 {
  width: 100% !important;
}

#mini_wrap #game-frame.fifty_short.white_mode .nav-tabs {
  position: initial;
}

.live_odds-list .match-oddslist {
  text-align: center;
  clear: both;
  width: 100%;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.live_odds-list .match-oddslist thead > tr {
  width: 100% !important;
  font-size: 10pt !important;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  font-weight: 700;
  padding: 3px 7px 9px;
  height: 29px;
  margin-bottom: 2px;
  cursor: pointer;
}
.live_odds-list .bet-side {
  width: 33.3%;
  float: left;
  height: 30px;
  line-height: 15px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 9pt;
  font-family: "Malgun Gothic", dotum;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 300;
}
.live_odds-list .bet-side2 {
  width: 50%;
  float: left;
  height: 30px;
  line-height: 15px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 9pt;
  font-family: "Malgun Gothic", dotum;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 300;
}
.live_odds-list .bet-side > span:nth-child(1) {
  width: calc(100% - 100px);
  float: left;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
}
.live_odds-list .bet-side > span:nth-child(2) {
  width: 50px;
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
  font-weight: bold;
}
.live_odds-list .bet-side > span:nth-child(3) {
  width: 50px;
  float: right;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
}
.live_odds-list .bet-side2 > span:nth-child(1) {
  width: calc(100% - 120px);
  float: left;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
}
.live_odds-list .bet-side2 > span:nth-child(2) {
  width: 70px;
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
  font-weight: bold;
}
.live_odds-list .bet-side2 > span:nth-child(3) {
  width: 50px;
  float: right;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
}

.live_odds-list .odds-find {
  width: 100% !important;
  padding: 16px !important;
  margin: 0 !important;
  float: left;
  position: relative;
  min-height: 1px;
}
#lv_odds_search {
  display: flex;
  padding: 0 !important;
  margin-bottom: 9px !important;
  width: 100%;
}
.lv_odds_search > .lv_odds_search {
  display: flex;
  padding: 0 !important;
  margin-bottom: 9px !important;
  width: 100%;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  flex: 1;
}
.lv_odds_search {
  border-left: 0px;
  padding: 9px 0;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  flex: 1;
}
.match-odds {
  width: 100% !important;
  padding: 0px 16px !important;
  margin: 0 !important;
  float: left;
  position: relative;
  min-height: 1px;
}
.type-name {
  /* width: 100% !important; */
  /* font-size: 10pt !important; */
  /* text-align: left; */
  /* vertical-align: middle; */
  /* width: 100%; */
  /* font-weight: 700; */
  /* padding: 3px 7px 9px; */
  /* height: 29px; */
  /* margin-bottom: 2px; */
  /* cursor: pointer;	 */
  /* color: #2e7de5 !important; */
}
#copyright-text-login {
  font-size: 11px;
  text-align: center;
  padding: 3px 5px;
}
.table-history-blue2 {
  text-align: center;
}
.NEXT_POINT {
  padding: 6px 18px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #4941e1;
  border: 1px solid #000;
  margin: 10px 5px;
  margin-left: auto;
  cursor: pointer;
  display: inline-block;
  box-shadow: inset 0 0 3px #adadad;
}

.NEXT_POINT + .NEXT_POINT {
  background-color: royalblue;
}

.NEXT_POINT:hover {
  background-image: linear-gradient(180deg, black, transparent);
}

#user-container #modify_birthday .info-group input {
  width: 100%;
}

#user-container #modify_birthday .info-group {
  width: calc(100% - 225px);
  display: inline-block;
}

.bet-odds {
  border: 5px solid #2d3c54;
  background: #161f2e;
}

.match-odds.bet-odds .odds-container .round-box {
  background: linear-gradient(180deg, #2d353c, #222);
  color: #f7f7f7;
  border: 1px solid #000;
}

.match-odds.bet-odds .round-box.active {
  background: linear-gradient(180deg, #088bdc, #1a3d60);
}

.bet-view-sport-detail {
  border: 1px solid rgba(62, 62, 62, 0.6);
  background: #181818;
}

#content
  #content-wrapper
  #sports-wrapper
  #bl-container
  .bl-container
  .type-name
  .bet-view-sport-detail {
  border: 1px solid rgba(62, 62, 62, 0.6);
  background: #181818;
}

.bet-odds .odds-container .round-box.threerows {
  width: calc(33.3% - 15px);
  border: 1px solid;
}

.bet-odds .odds-container .round-box.singlerow {
  width: calc(100% - 15px);
  border: 1px solid;
}

.bet-view-sport-detail {
  border: 1px solid rgba(62, 62, 62, 0.6);
  background: #181818;
}

.nameTeam,
.score_wrap .color_text_firstline {
  color: var(--swiper-theme-color) !important;
}

.maxbet-only {
  display: none !important;
}

.cryptic_verstyle select {
  background-color: #a2a4a5;
  border-radius: 3px;
  height: 45px;
  font-size: 1.5rem;
  width: 100%;
  padding: 0 8px;
  border: 1px solid transparent;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(/image/Money/blue2/Down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 23px;
}
.cryptic_verstyle select:after {
  content: "";
  display: inline-block;
  width: 51px;
  height: 100%;
  vertical-align: middle;
}

.cryptic_verstyle .btn.btn-success {
  font-weight: 900;
  background-blend-mode: overlay;
  animation: glow-green ease 600ms infinite alternate;
  width: 193px !important;
  height: 45px;
  position: relative;
  margin: 0 10px;
}

.cryptic_verstyle #coin_main_title,
.cryptic_verstyle .controls > p:first-child,
.cryptic_verstyle .controls > label {
  font-size: 17px;
  color: #fff;
  margin: 7px 0 !important;
  font-weight: 700;
  display: block;
}

.cryptic_verstyle .controls > input {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: calc(50% - 5px) !important;
  margin: 2px 0;
}

.cryptic_verstyle .panel_cc {
  text-align: center;
  border: 1px dashed #dddddd45;
  padding: 10px;
  margin: 10px 0;
  background: #9b9d9e1f;
  border-radius: 3px;
}

.cryptic_verstyle .panel_cc #qrcode img {
  display: inline-block;
  margin: 0 auto;
}

.cryptic_verstyle #coin_main_title,
.cryptic_verstyle #coin_main_address {
  display: inline-block;
  vertical-align: middle;
}

.cryptic_verstyle #coin_main_address {
  font-size: 14px;
  color: #ffdf7b;
}

.cryptic_verstyle .controls > p:first-child,
.cryptic_verstyle .controls > label {
  float: left;
  width: 100px;
  line-height: 35px;
}

.cryptic_verstyle .controls > input.txid {
  width: calc(50% + 207px) !important;
}

@keyframes glow-green {
  0% {
    background-position: 150% 0%;
    box-shadow: 0 0 15px rgb(146 255 245 / 80%);
    background-image: linear-gradient(45deg, #ffffff69, transparent);
  }
  10% {
    background-position: 100% 0%;
    box-shadow: 0 0 20px rgb(255 255 255 / 45%);
  }
  35% {
    background-image: linear-gradient(
      45deg,
      transparent,
      #ffffffd1,
      transparent
    );
  }
  75% {
    box-shadow: 0 0 15px rgb(60 255 237 / 75%);
    background-image: linear-gradient(45deg, transparent, #ffffff69);
  }
  100% {
    background-position: -50% 0%;
  }
}

@media only screen and (min-width: 600px) {
  /* For landscape layouts only */
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu:before {
    top: 21px;
    transform: translateX(-50%) scale(0.7);
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }

  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }

  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }

  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .live_wrap ._live_details_.wide,
  ._live_details_v.wide {
    display: none;
  }
  .live_wrap ._live_details_.narrow,
  ._live_details_v.narrow {
    width: calc(100% - 10px);
    height: auto;
  }

  .live_prv .prv_b {
    width: 100%;
  }

  .rightside.pc-only {
    display: none;
  }

  #sp_list .rightside.pc-only {
    display: none;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .switch-row .toggle_mode .toggle-content .names .mode_type .long {
    display: none !important;
  }
  .switch-row .toggle_mode .toggle-content .names .mode_type .only-mobile {
    display: inline-block !important;
  }

  .top-menu-in {
    width: 100%;
    overflow: auto;
  }

  .top-menu-in::-webkit-scrollbar {
    height: 4px;
  }

  .provider_container {
    width: 25%;
  }

  #slotbox {
    width: 75%;
  }

  .provider_container .button_sonow_slot,
  .provider_container .button_kplay_slot {
    width: calc(calc(100% / 1) - 6px);
    overflow: hidden;
  }

  #top_m .short-nav {
    overflow: auto;
  }

  #top_m .short-nav .space-range {
    white-space: nowrap;
  }

  #top_m .short-nav .space-range ._btn_ {
    display: inline-block;
    float: unset;
  }

  .name-header {
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .provider_container {
    width: 40%;
  }
  #slotbox {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .el-col-sm-0 {
    display: none;
    width: 0;
  }
  .el-col-sm-offset-0 {
    margin-left: 0;
  }
  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-sm-1 {
    width: 4.16667%;
  }
  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-sm-2 {
    width: 8.33333%;
  }
  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-sm-3 {
    width: 12.5%;
  }
  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-sm-4 {
    width: 16.66667%;
  }
  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-sm-5 {
    width: 20.83333%;
  }
  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-sm-6 {
    width: 25%;
  }
  .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-sm-7 {
    width: 29.16667%;
  }
  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-sm-8 {
    width: 33.33333%;
  }
  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-sm-9 {
    width: 37.5%;
  }
  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-sm-10 {
    width: 41.66667%;
  }
  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-sm-11 {
    width: 45.83333%;
  }
  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-sm-12 {
    width: 50%;
  }
  .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-sm-13 {
    width: 54.16667%;
  }
  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-sm-14 {
    width: 58.33333%;
  }
  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-sm-15 {
    width: 62.5%;
  }
  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-sm-16 {
    width: 66.66667%;
  }
  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-sm-17 {
    width: 70.83333%;
  }
  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-sm-18 {
    width: 75%;
  }
  .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-sm-19 {
    width: 79.16667%;
  }
  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-sm-20 {
    width: 83.33333%;
  }
  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-sm-21 {
    width: 87.5%;
  }
  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-sm-22 {
    width: 91.66667%;
  }
  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-sm-23 {
    width: 95.83333%;
  }
  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-sm-24 {
    width: 100%;
  }
  .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }

  .hidden-sm-and-up {
    display: none !important;
  }

  .slot_group ._game_item {
    width: calc(25% - 0px);
    position: relative;
    vertical-align: text-top;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media only screen and (min-width: 899px) and (max-width: 1440px) {
  .away-t > span:nth-child(2),
  .home-t > span:nth-child(1) {
    overflow: auto !important;
    white-space: nowrap;
    height: 27px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-category,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-category {
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

  .live_wrap ._live_details_.wide,
  ._live_details_v.wide {
    display: block;
  }
  .live_wrap ._live_details_.narrow,
  ._live_details_v.narrow {
    display: none;
  }

  #sp_list .pre_.pc-only {
    display: none;
  }

  .modal-lg {
    width: 900px;
  }

  .leftpre_.pc-only {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }

  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .el-scrollbar__wrap-main .el-scrollbar__view {
    overflow: auto;
    height: calc(100vh - 180px);
  }

  .el-col-md-0 {
    display: none;
    width: 0;
  }
  .el-col-md-offset-0 {
    margin-left: 0;
  }
  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-md-1 {
    width: 4.16667%;
  }
  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-md-2 {
    width: 8.33333%;
  }
  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-md-3 {
    width: 12.5%;
  }
  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-md-4 {
    width: 16.66667%;
  }
  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-md-5 {
    width: 20.83333%;
  }
  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-md-6 {
    width: 25%;
  }
  .el-col-md-offset-6 {
    margin-left: 25%;
  }
  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-md-7 {
    width: 29.16667%;
  }
  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-md-8 {
    width: 33.33333%;
  }
  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-md-9 {
    width: 37.5%;
  }
  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-md-10 {
    width: 41.66667%;
  }
  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-md-11 {
    width: 45.83333%;
  }
  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-md-12 {
    width: 50%;
  }
  .el-col-md-offset-12 {
    margin-left: 50%;
  }
  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-md-13 {
    width: 54.16667%;
  }
  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-md-14 {
    width: 58.33333%;
  }
  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-md-15 {
    width: 62.5%;
  }
  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-md-16 {
    width: 66.66667%;
  }
  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-md-17 {
    width: 70.83333%;
  }
  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-md-18 {
    width: 75%;
  }
  .el-col-md-offset-18 {
    margin-left: 75%;
  }
  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-md-19 {
    width: 79.16667%;
  }
  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-md-20 {
    width: 83.33333%;
  }
  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-md-21 {
    width: 87.5%;
  }
  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-md-22 {
    width: 91.66667%;
  }
  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-md-23 {
    width: 95.83333%;
  }
  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-md-24 {
    width: 100%;
  }
  .el-col-md-offset-24 {
    margin-left: 100%;
  }
  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }

  .hidden-md-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md-only {
    display: none !important;
  }
}

@media (min-width: 998px) {
  .right_wrap #rightbox.match_right,
  #leftbox_out .hlaf_sp .el-scrollbar {
    /* height: calc(100vh - 420px) !important; */
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .container {
    width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .el-col-lg-0 {
    display: none;
    width: 0;
  }
  .el-col-lg-offset-0 {
    margin-left: 0;
  }
  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-lg-1 {
    width: 4.16667%;
  }
  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-lg-2 {
    width: 8.33333%;
  }
  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-lg-3 {
    width: 12.5%;
  }
  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-lg-4 {
    width: 16.66667%;
  }
  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-lg-5 {
    width: 20.83333%;
  }
  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-lg-6 {
    width: 25%;
  }
  .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-lg-7 {
    width: 29.16667%;
  }
  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-lg-8 {
    width: 33.33333%;
  }
  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-lg-9 {
    width: 37.5%;
  }
  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-lg-10 {
    width: 41.66667%;
  }
  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-lg-11 {
    width: 45.83333%;
  }
  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-lg-12 {
    width: 50%;
  }
  .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-lg-13 {
    width: 54.16667%;
  }
  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-lg-14 {
    width: 58.33333%;
  }
  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-lg-15 {
    width: 62.5%;
  }
  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-lg-16 {
    width: 66.66667%;
  }
  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-lg-17 {
    width: 70.83333%;
  }
  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-lg-18 {
    width: 75%;
  }
  .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-lg-19 {
    width: 79.16667%;
  }
  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-lg-20 {
    width: 83.33333%;
  }
  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-lg-21 {
    width: 87.5%;
  }
  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-lg-22 {
    width: 91.66667%;
  }
  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-lg-23 {
    width: 95.83333%;
  }
  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-lg-24 {
    width: 100%;
  }
  .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }

  .hidden-lg-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg-only {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .responsive-iframe-container .iframe_livehlf {
    max-width: 618px;
    aspect-ratio: 618 / 548;
    scrollbar-width: none;
    margin: 0 auto;
    display: block;
    margin-bottom: -3vh;
  }
}

@media only screen and (min-width: 1920px) {
  .el-col-xl-0 {
    display: none;
    width: 0;
  }
  .el-col-xl-offset-0 {
    margin-left: 0;
  }
  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-xl-1 {
    width: 4.16667%;
  }
  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-xl-2 {
    width: 8.33333%;
  }
  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-xl-3 {
    width: 12.5%;
  }
  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xl-4 {
    width: 16.66667%;
  }
  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-xl-5 {
    width: 20.83333%;
  }
  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-xl-6 {
    width: 25%;
  }
  .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xl-7 {
    width: 29.16667%;
  }
  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-xl-8 {
    width: 33.33333%;
  }
  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-xl-9 {
    width: 37.5%;
  }
  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xl-10 {
    width: 41.66667%;
  }
  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-xl-11 {
    width: 45.83333%;
  }
  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-xl-12 {
    width: 50%;
  }
  .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xl-13 {
    width: 54.16667%;
  }
  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-xl-14 {
    width: 58.33333%;
  }
  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-xl-15 {
    width: 62.5%;
  }
  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xl-16 {
    width: 66.66667%;
  }
  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-xl-17 {
    width: 70.83333%;
  }
  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-xl-18 {
    width: 75%;
  }
  .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xl-19 {
    width: 79.16667%;
  }
  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-xl-20 {
    width: 83.33333%;
  }
  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-xl-21 {
    width: 87.5%;
  }
  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xl-22 {
    width: 91.66667%;
  }
  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-xl-23 {
    width: 95.83333%;
  }
  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-xl-24 {
    width: 100%;
  }
  .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }

  .hidden-xl-only {
    display: none !important;
  }
}

@media (min-width: 1951px) {
  #sidebar.sidebar.sidebar-grid .lf_m1 {
    display: block;
    background: transparent !important;
 
  }
}

@media (min-width: 2889px) {

}


@media (max-width: 2940px) {
  #topmenu #top_pc .container-fluid,
  #sidebar.sidebar.sidebar-grid .lf_m1 {
    height: 122px;
  }

  #sidebar-right.sidebar,
  .sidebar,
  .el-scrollbar__wrap-main {
    margin-top: 180px;
  }

  .right_wrap #rightbox.match_right,
  #leftbox_out .hlaf_sp .el-scrollbar {
    height: calc(100vh - 260px);
  }

  #topmenu #top_pc .container-fluid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }

  #topmenu #top_pc .container-fluid > .pull-left {
    /* display: grid; */
    /* width: 320px; */
    /* transform: scale(0.75); */
  }
  #topmenu #top_pc .container-fluid > .pull-left .pull-left {
    margin: 0 auto !important;
    /* transform: scale(1.2) translateX(13px); */
  }
  #topmenu #top_pc .container-fluid > .headernav-right-blue2 {
    /* width: calc(100% - 320px); */
    display: flex !important;
    justify-content: right;
    align-items: center;
  }

  #topmenu #top_pc .container-fluid > .pull-left .jackpot-container {
    /* transform: scale(0.8) translateY(10px); */
  }

  .calendar-container table.calendar {
    width: 45vw;
    height: 33vw;
  }
}

@media (max-width: 2500px) {
  .top-menu-in {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 1949px) {
  #sidebar.sidebar.sidebar-grid .lf_m1 {}
}

@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}

@media (max-width: 1859px) and (min-width: 769px) {
  .content {
    margin-left: 0px;
  }
  #sidebar {
    width: 50px;
  }
  .el-scrollbar__wrap-main {
    width: calc(100% - 348px);
    margin-left: 50px !important;
  }
}

@media (max-width: 1650px) {
  .top-menu-in {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1600px) {
  #app {
    /* height: calc(100vh - 121px); */
  }

  #betslip-icon {
    /* left: 0 !important;	 */
  }

  #top_m .short-nav {
    display: flex;
    overflow-x: auto;
  }
  #copyright-text {
    padding-top: 30px;
  }
  .casino-dialog .el-dialog {
    width: 1340px;
    height: 750px;
  }
  #main-banner-img {
    width: 1240px;
  }
  #main-banner-img-green {
    width: 100%;
  }
  .carousel-caption,
  .carousel-caption-green {
    top: 30px;
  }

  .sport-category-orange2 {
    width: calc(20% - 16px);
  }
  .attendance2-panel-left-orange2 {
    padding: 24px 0 0;
  }
  .attendance2-panel-left-orange2,
  .attendance2-panel-right-orange2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .attendance2-panel-right-orange2 {
    padding: 48px 0 0;
  }
  .attendance2-panel-center {
    display: none;
  }

  .mini-game-boscoreball-frame,
  .mini-game-frame {
    left: -241px;
  }
  .east-game-frame {
    left: -110px;
  }
  #mini-game-frame-container-in {
    width: 589px;
  }
  #east-game-frame-container-in {
    width: 720px;
  }
  #boscore-game-frame-container-in {
    width: 670px;
  }
  #bubble-game-frame-container-in {
    width: 730px;
  }
  #boscoreball-game-frame-container-in {
    width: 600px;
  }
  #livescore-game-frame-container-in {
    width: 597px;
  }

  .mini-boscore-bet-panel {
    left: 670px;
    width: calc(100% - 670px);
  }
  .mini-boscoreball-bet-panel {
    left: 600px;
    width: calc(100% - 600px);
  }
  .mini-bubble-bet-panel {
    left: 730px;
    width: calc(100% - 730px);
  }
  .mini-livescore-bet-panel {
    left: 597px;
    width: calc(100% - 597px);
  }
  .east-bet-panel {
    left: 720px;
    width: calc(100% - 720px);
  }
  .mini-ifram-lock {
    display: none;
  }

  .main_tabs {
    overflow: auto;
    overflow-x: scroll;
    width: 100%;
  }

  #new_tabs {
    overflow: auto;
  }

  .tabs ul li.tmain:first-child:nth-last-child(10),
  .tabs ul li.tmain:first-child:nth-last-child(10) ~ li.tmain {
    width: calc(100% / 10);
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: unset; */
  }
}

@media (max-width: 1500px) {
  #match-container #autobetting_form table > tbody > tr:not(:first-child) {
    grid-auto-flow: row;
  }
  .headermedal {
    width: 100%;
  }

  #miniall .multi-tabs_wrapper .tabs .tlayer {
    width: 20%;
  }
}

@media (max-width: 1500px) {
  #top_pc .top-menu .nav > li > a > span {
    font-size: 14px;
  }

  .top-menu-in {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    flex-wrap: wrap;
  }

  .top-menu .nav {
    width: auto;
  }
}

@media (max-width: 1440px) {
  .top-menu-orange2 {
    display: none;
  }
  #copyright-text {
    padding-top: 0;
  }
  .content {
    /* margin-left: 295px; */
  }
  #home-category,
  #home-category-border {
    display: none;
  }
  .casino-dialog .el-dialog {
    width: 1240px;
    height: 650px;
  }
  .carousel-caption .container {
    width: 400px;
  }
  .carousel-caption .price,
  .carousel-caption p {
    font-size: 16px;
  }
  .carousel-caption {
    top: 0;
  }
  #logoimg {
    width: 70%;
  }
  .carousel-caption-green .price,
  .carousel-caption-green p {
    font-size: 16px;
  }
  .carousel-caption-green {
    top: 60px;
  }
  .carousel-caption-yellow .icon img {
    width: 200px;
  }
  .virtual-league-panel {
    display: none;
  }
  .virtual-video-panel,
  .virtual-video-panel-orange2 {
    width: 100%;
  }
  .live-play {
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }
  .live-check {
    width: 90px;
    left: calc(50% - 45px);
    top: calc(50% - 45px);
  }
  .page-with-two-sidebar .content-green {
    margin-right: 0;
  }
  .headernav-green,
  .top-menu-in-green {
    margin: 0 !important;
  }
  .grey-banner {
    height: 225px;
  }
  .live-play-orange2 {
    font-size: 16px;
    padding-top: 24px;
  }
  .casino-comment img,
  .live-play-button {
    display: none;
  }

  .bet-side > .spvalue {
    width: 32px;
  }

  .tabs .main_tabs .tmain {
    font-size: 12px;
  }

  .virtual-pagein-bg-blue,
  .virtual-pagein-bg-orange,
  .virtual-pagein-bg-yellow2 {
    background: #171c22 !important;
  }
  .sport-category-orange2 {
    width: calc(25% - 16px);
  }
  .friend-total-orange2 {
    width: 25%;
  }

  #mini-game-frame-container {
    position: static;
  }
  .p_cat {
    display: none;
  }
  .m_cat {
    display: block;
  }
  .mini-game-frame {
    position: static;
    transform: translateX(-241px);
  }
  .mini-game-boscoreball-frame {
    position: absolute;
    transform: translateX(-241px);
  }
  .mini-bet-panel,
  .mini-boscore-bet-panel,
  .mini-boscoreball-bet-panel,
  .mini-bubble-bet-panel,
  .mini-livescore-bet-panel {
    position: static;
    width: 100%;
    float: left;
  }
  #east-game-frame-container {
    position: static;
  }
  .east-game-frame {
    position: static;
    transform: translateX(-110px);
  }
  .east-bet-panel {
    position: static;
    width: 100%;
    float: left;
  }
  .playerbox3 {
    height: 1282px;
  }
  .east-playerbox3 {
    height: 1201px;
  }
  .boscore-playerbox3 {
    height: 1200px;
  }
  .boscoreball-playerbox3 {
    height: 1405px;
  }
  .bubble-playerbox3 {
    height: 1209px;
  }
  .livescore-playerbox3 {
    height: 1490px;
  }

  .rule-bg-blue2.rule_ {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .headermedal {
    width: 90%;
  }
}

@media (max-width: 1366px) {
  .casino-dialog .el-dialog {
    width: 1140px;
    height: 550px;
  }
}

@media (max-width: 1280px) {
  #main-banner-img {
    width: 912px;
  }
  #main-banner-img-green {
    width: 100%;
  }

  .content {
    /* margin-left: 45px; */
  }
  #content-table .bank-table .table {
    font-size: 10px;
  }
  #companyimg,
  #header-time {
    display: none;
  }
  .casino-dialog .el-dialog {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
  }
  .top-menu-in {
    margin-left: 0;
    margin-right: 0;
  }
  #copyright-text {
    padding-top: 0;
  }
  .carousel-caption-purple p {
    font-size: 30px;
    margin-top: 180px !important;
  }
  .carousel-caption-yellow h3 {
    font-size: 35px;
  }
  .carousel-caption-yellow p {
    font-size: 16px;
    margin-top: 20px;
  }
  .carousel-caption-yellow .price {
    font-size: 16px;
    margin-top: 30px;
  }
  .carousel-caption-yellow .icon {
    margin-top: 20px;
  }
  .carousel-caption-white {
    top: 0;
  }
  .carousel-caption-white #logoimg {
    width: 200px;
  }
  .carousel-caption-green .container {
    padding: 0 60px;
    width: 400px;
  }

  #ajax-content #asian-container {
    overflow-x: hidden;
  }
  #ajax-content #asian-container #match-detail {
    width: 707px;
    margin: 0 auto;
  }
  #ajax-content #asian-container #match-detail #detail-header .detail-home,
  #ajax-content #asian-container #match-detail #detail-header .detail-away {
    font-size: 17px;
  }
}

@media screen and (max-width: 1279px) {
  .pc-text {
    display: none;
  }
  .retry {
    display: block;
  }
  .error-text p {
    margin: 8px 0 0;
  }
}

@media (max-width: 1200px) {
  .orange2-dialog .el-dialog {
    margin-top: 64px !important;
    height: calc(100% - 64px);
  }
  .friend-total-orange2 {
    width: 50%;
  }

  .responsive-iframe-container .iframe_livehlf {
    max-width: 618px;
    aspect-ratio: 618 / 642;
    scrollbar-width: none;
    margin: 0 auto;
    display: block;
    margin-bottom: -3vh;
  }
  .calendar-container table.calendar {
    width: 60vw;
    height: 33vw;
  }
}

@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display: none !important;
  }
  .headermedal {
    width: 100%;
  }

  .hidden-md-and-down {
    display: none !important;
  }
  .headermedal {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .el-scrollbar__wrap-main {
    width: calc(100% - 50px);
  }
  #main-banner-img {
    width: 1007px;
  }
  .carousel-caption,
  .carousel-caption-green {
    top: 20px;
  }
  .page-with-two-sidebar .content {
    margin-right: 0;
  }
  .notice-menu {
    display: none !important;
  }
  #betslip-icon {
    display: block;
  }

  #sp_list,
  .match_right .scroll_hlf {
    padding-bottom: 121px !important;
  }
  .grey-banner {
    height: 325px;
  }
  .page-with-two-sidebar .content .sp_nav_top .width-full .el-row .sp_cat {
    display: inline-block;
    float: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
    padding-top: 40px;
  }
}

@media (max-width: 1074px) {
  .container-fluid > .navbar-collapse button._logout_ {
    position: fixed;

    right: 32px;
    top: 50%;
    transform: translateY(-31%);
  }

  #topmenu #top_pc .container-fluid [alt="LOGO"] {
    margin-left: 0 !important;
  }
}

@media only screen and (max-device-width: 1024px) {
  .paging .el-pager.cmnbtn {
    padding: 2px 0;
  }

  .only-mobile {
    display: block !important ;
    vertical-align: middle;
  }
  .switch-row .toggle_mode .toggle-content .names .mode_type .long {
    display: none;
  }

  .content .panel {
    overflow: auto;
    white-space: nowrap;
    height: 100vh;
  }

  .content .m_mini {
    /* overflow: auto; */
    margin: 0 !important;
    height: 100vh;
  }

  .content #mini_wrap {
    overflow: auto;
    height: calc(100vh - 330px) !important;
  }

  .content .m_mini .panel {
    height: auto;
  }

  #game-bet {
    width: calc(100% - 36px);
    color: #fff;
    height: 100%;
    background: #13191e;
    background-color: #262a30;
    background-size: auto;
    background-position: bottom;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-radius: 11px;
    margin: 16px auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  #game-bet .game-header img {
    display: block;
    height: 31px !important;
    width: 30px !important;
    float: left;
    margin: 0;
    margin-right: 10px;
  }

  #mini_wrap .game-view-close {
    background: red;
    color: #fff;
    background-color: #6b0f1a;
    background-image: linear-gradient(181deg, #343434 0%, #2a2a2a 74%);
    line-height: 55px;
    text-align: center;
    border-bottom: 3px solid #000;
    position: relative;
    z-index: 2;
  }
  #mini_wrap #game-frame iframe {
    border: none;
    margin: 0px auto;
    display: block;
    padding: 0;
    overflow-x: hidden;
  }

  #mini_wrap #game-frame.full-width-frame iframe {
    width: 100%;
  }
  #mini_wrap #game-frame ._view_rules {
    position: absolute;
    left: 0;
    text-align: right;
    color: #ffba03;
  }
  #game-bet .game-header {
    padding: 3px;
    background: #1d262e;
    position: sticky;
    width: 100%;
    top: 0;
    line-height: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .game-bet > div {
    padding: 9px 0;
    border-top: 1px solid #fff;
  }

  #game-bet ul,
  #game-bet li {
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
  }
  #game-bet ul {
    display: table;
    width: 100%;
  }

  .game-header .game-header-title {
    background-image: linear-gradient(90deg, #0c294e 0, #2e7de5) !important;
    padding: 5px 8px;
    border-radius: 2px 0 0 2px;
  }
  #MATCHID2,
  .game-round-time {
    padding: 0px 8px;
    border: 1px solid #2e7de4;
    box-sizing: border-box;
    color: #4093ff;
    background: #13161a;
    border-radius: 25px;
  }
  .game-round-time {
    margin-left: -3px;
  }

  #game-bet .game-header .remaining-time,
  #game-bet .game-header .game-round-time {
    position: initial;
    transform: unset;
    font-size: 15px;
    padding: 5px;
    border: 0;
  }

  .content #mini_wrap .panel-body {
    overflow: auto;
    height: calc(130vh - 0px) !important;
  }

  .content .panel .games-navigation .only-mobile {
    width: 100%;
    overflow: hidden;
  }
  .content .panel .games-navigation .only-mobile .el-row {
    max-width: 100vw;
    overflow-x: scroll;
  }
  .content
    .panel
    .games-navigation
    .only-mobile
    .el-row
    .game-header.mini_menu {
    display: inline-block;
    overflow: unset;
    width: 100px;
    text-decoration: none;
  }
  .swiper-slide img {
    height: 180px;
  }

  #content-table.refresh,
  #content-table.refresh .cashflowlive-box .bank-table {
    height: 190px;
  }
}

@media only screen and (max-width: 1024px) {
  #app .app-wrapper #page-container .main-bg-logo-blue2 .main_m .low-menu,
  #app .app-wrapper #page-container .main-bg-logo-blue2 .main_m .mobile-menu {
    position: relative;
  }

  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu:before,
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .mobile-menu:before {
    content: "";
    background: url(/image/main/m/mobilemenu_iconsflat.png?v=07) top center;
    height: 115px;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%) scale(0.4);
    z-index: 1;
    top: -12px;
    transform: translateX(-50%) scale(0.4);
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="bet_sports"]:before {
    background-position: 0 0;
    width: 98px;
    height: 102px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="board"]:before {
    background-position: -148px 0;
    width: 105px;
    height: 92px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="calendar"]:before {
    background-position: -303px 0;
    width: 88px;
    height: 94px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="casino"]:before {
    background-position: -441px 0;
    width: 100px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="casino_maint"]:before {
    background-position: -441px 0;
    width: 100px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="event"]:before {
    background-position: -585px 0;
    width: 101px;
    height: 107px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu.event_payback:before {
    background-position: -736px 0;
    height: 109px;
    width: 92px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .mobile-menu.event_payback:before {
    background-position: -736px 0;
    height: 109px;
    width: 92px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="live"]:before {
    background-position: -880px 0;
    width: 97px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="memo"]:before {
    background-position: -1027px 0;
    width: 103px;
    height: 101px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="menu-deposit"]:before {
    background-position: -1180px 0;
    width: 118px;
    height: 113px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="menu-notice_rules"]:before {
    background-position: -1348px 0;
    width: 120px;
    height: 109px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="notice"]:before {
    background-position: -1348px 0;
    width: 120px;
    height: 109px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="slot"]:before {
    background-position: -1518px 0;
    width: 93px;
    height: 96px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="tslot"]:before {
    background-position: -1518px 0;
    width: 93px;
    height: 96px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="hubslot"]:before {
    background-position: -1485px 0;
    width: 134px;
    height: 110px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="hslot"]:before {
    background-position: -1518px 0;
    width: 93px;
    height: 96px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="slot_maint"]:before {
    background-position: -1518px 0;
    width: 93px;
    height: 96px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="menu-support"]:before {
    background-position: -1661px 0;
    width: 116px;
    height: 119px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="menu-withdraw"]:before {
    background-position: -1827px 0;
    width: 109px;
    height: 111px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="sports"]:before {
    background-position: -1986px 0;
    width: 103px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="mini"]:before {
    background-position: -2139px 0;
    height: 90px;
    width: 100px;
    margin: 0 auto;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="tv"]:before {
    background-position: -2283px 0;
    width: 100px;
    height: 86px;
    top: -3px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="virtual"]:before {
    background-position: -2433px 0;
    width: 101px;
    height: 105px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="botacasino"]:before {
    background-position: -2555px 0px;
    width: 129px;
    height: 115px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .mobile-menu.event_payback_month:before {
    background-position: -732px 0;
    width: 103px;
    height: 101px;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="mini_maint"]:before {
    background-position: -2139px 0;
    height: 90px;
    width: 100px;
    margin: 0 auto;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="holdem"]:before {
    background-position: -2692px 0;
    width: 100%;
  }
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu[ref~="holdem_maint"]:before {
    background-position: -2692px 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .calendar-container table.calendar {
    width: 73vw;
    height: 33vw;
  }
  .el-scrollbar__wrap {
    /* height: auto; */
    /* height: 100vh; */
  }
}

@media only screen and (max-width: 991px) {
  .hidden-sm-and-down {
    display: none !important;
  }

  .live_board {
    width: 100%;
  }

  .live_wrap .view_page {
    display: none;
  }

  .m_main_menu .img-openhours {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: -7px;*/
  }

  .m_main_menu .img-openhours img {
    border: 0 !important;
    background: transparent !important;
  }

  .cross-shadow-ribbon {
    position: absolute;
    /* background: #ffbe00; */
    top: -19px;
    left: 42%;
    transform: translateX(-50%);
    padding: 2px 3px;
    padding-left: 10px;
    color: #fff;
    border-radius: 0 0 2px 2px;
    height: 29px;
    line-height: 23px;
    margin: 0;
    z-index: 1;
    border-radius: 25px;
  }
  .cross-shadow-ribbon:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 23px solid #ffbe00;
    border-left: 8px solid transparent;
    transform: rotate(124deg);
    z-index: 0;
  }

  .btn-sideboard-xs .cross-shadow-ribbon {
    height: 20px;
    line-height: 20px;
    top: 0;
    padding: 0 3px;
    left: 0;
    transform: unset;
    border-radius: 0 25px 25px 0;
  }
  .btn-sideboard-xs .cross-shadow-ribbon:before {
    top: 13px;
    left: 7px;
    border-bottom: 19px solid #ffbe00;
    transform: rotate(-90deg);
    border-left: 9px solid transparent;
    display: none;
  }

  .btn-sideboard-xs .cross-shadow-ribbon img {
    height: 15px;
  }

  .arrow-ribbon {
    background: #fc0;
    color: #fff;
    padding: 0px 2px;
    position: absolute;
    right: -1px;
    line-height: 25px;
    top: 8px;
    border-radius: 25px 0px 0px 25px;
    z-index: 1;
  }
  .arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    content: "";
    right: 5px;
    border-top: 12px solid transparent;
    border-right: 12px solid #b18d00;
    border-bottom: 9px solid transparent;
    width: 0;
    transform: rotate(43deg);
    z-index: 0;
  }
}

@media only screen and (max-width: 800px) {
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu:before,
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .mobile-menu:before {
    top: 0px;
    transform: translateX(-50%) scale(0.6);
  }
}

@media only screen and (max-width: 779px) {
  .cryptic_verstyle .btn.btn-success {
    width: auto !important;
  }

  .cryptic_verstyle .controls > input.txid {
    width: calc(100% - 141px) !important;
  }
}

@media (max-width: 768px) {
  #top_m ._logout_.logout-topm {
    padding: 10px;
    border: 1px solid var(--swiper-theme-color);
    text-align: center;
    border-radius: 5px;
    width: 60%;
  }

  .sidebar,
  .el-scrollbar__wrap-main {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .el-scrollbar__wrap-main {
    width: calc(100% - 0px);
    margin-left: 0px !important;
  }
  .tabs .main_tabs .tmain:nth-child(5n + 5).active {
    border-bottom: 1px solid var(--swiper-theme-color);
  }

  .minor_event {
    float: left;
    width: calc(100% - 0px);
  }

  .main_enter.game_b {
    display: none !important;
  }

  .tabs ul li.tmain:first-child:nth-last-child(1),
  .tabs ul li.tmain:first-child:nth-last-child(1) ~ li.tmain {
    width: calc(100% / 1);
  }
  .tabs ul li.tmain:first-child:nth-last-child(2),
  .tabs ul li.tmain:first-child:nth-last-child(2) ~ li.tmain {
    width: calc(100% / 2);
  }
  .tabs ul li.tmain:first-child:nth-last-child(3),
  .tabs ul li.tmain:first-child:nth-last-child(3) ~ li.tmain {
    width: calc(100% / 3);
  }
  .tabs ul li.tmain:first-child:nth-last-child(4),
  .tabs ul li.tmain:first-child:nth-last-child(4) ~ li.tmain {
    width: calc(100% / 4);
  }
  .tabs ul li.tmain:first-child:nth-last-child(5),
  .tabs ul li.tmain:first-child:nth-last-child(5) ~ li.tmain {
    width: calc(100% / 5);
  }
  .tabs ul li.tmain:first-child:nth-last-child(6),
  .tabs ul li.tmain:first-child:nth-last-child(6) ~ li.tmain {
    width: calc(100% / 6);
  }
  .tabs ul li.tmain:first-child:nth-last-child(7),
  .tabs ul li.tmain:first-child:nth-last-child(7) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(8),
  .tabs ul li.tmain:first-child:nth-last-child(8) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(9),
  .tabs ul li.tmain:first-child:nth-last-child(9) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(10),
  .tabs ul li.tmain:first-child:nth-last-child(10) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(11),
  .tabs ul li.tmain:first-child:nth-last-child(11) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(12),
  .tabs ul li.tmain:first-child:nth-last-child(12) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(13),
  .tabs ul li.tmain:first-child:nth-last-child(13) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }
  .tabs ul li.tmain:first-child:nth-last-child(14),
  .tabs ul li.tmain:first-child:nth-last-child(14) ~ li.tmain {
    width: calc(100% / 5);
    float: initial;
  }

  .tabs ul li.tlayer:first-child:nth-last-child(1),
  .tabs ul li.tlayer:first-child:nth-last-child(1) ~ li.tlayer {
    width: calc(100% / 1);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(2),
  .tabs ul li.tlayer:first-child:nth-last-child(2) ~ li.tlayer {
    width: calc(100% / 2);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(3),
  .tabs ul li.tlayer:first-child:nth-last-child(3) ~ li.tlayer {
    width: calc(100% / 3);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(4),
  .tabs ul li.tlayer:first-child:nth-last-child(4) ~ li.tlayer {
    width: calc(100% / 4);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(5),
  .tabs ul li.tlayer:first-child:nth-last-child(5) ~ li.tlayer {
    width: calc(100% / 5);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(6),
  .tabs ul li.tlayer:first-child:nth-last-child(6) ~ li.tlayer {
    width: calc(100% / 3);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(7),
  .tabs ul li.tlayer:first-child:nth-last-child(7) ~ li.tlayer {
    width: calc(100% / 4);
    border-right: 0 !important;
  }
  .tabs ul li.tlayer:first-child:nth-last-child(8),
  .tabs ul li.tlayer:first-child:nth-last-child(8) ~ li.tlayer {
    width: calc(100% / 4);
  }
  .tabs ul li.tlayer:first-child:nth-last-child(9),
  .tabs ul li.tlayer:first-child:nth-last-child(9) ~ li.tlayer {
    width: calc(100% / 3);
    border-right: 0 !important;
  }

  .tabs .main_tabs .tmain {
    padding: 15px 0;
    color: #a8acb1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to bottom, #443d50, #111);
    border: solid #171c22;
    border-width: 1px 1px 2px 1px;
    border-bottom: 2px solid #8843f2;
    overflow: hidden;
    border: solid #4c4c4c;
    border-width: 1px;
  }
  .tabs .main_tabs .tmain.active {
    color: #f9f9f9;
    background: #1e1e2a;
    border: 2px solid #8843f2;
    border-bottom: 0;
  }
  .tabs .main_tabs .tmain a,
  .tabs ul .tlayer a {
    color: #ddd;
    text-decoration: none;
  }
  .tabs ul li a:hover {
    color: #888888;
  }

  .tabs ul .tlayer.active {
    color: #f9f9f9;
    background-color: #8843f2;
  }
  .tabs ul .tlayer.selected {
    background: #2e7de5;
    transition: all ease 0.3s;
  }

  .tlayer.mini_menu.game-header {
    position: relative;
  }

  .tabs ul .tlayer .game-header-time {
    position: absolute;
    height: 42px;
    width: 100%;
    top: 0;
    padding-top: 23px;
    /* left: 7px; */
    color: #9c9c9c;
  }

  .tabs ul .tlayer.selected .game-header-time {
    color: #fff;
  }

  .tabs ul li.active a {
    color: #fff;
  }
  .tabs ul li.active a:hover {
    color: white;
  }
  .tabs ul .tlayer {
    padding: 4px 7px;
    outline: none;
    height: 47px;
    font-size: 13px;
    background: #3d2d53;
    background: #1e1b22;
    border: solid #000000;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .tabs_content {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }

  .autobetting_form table {
    border-spacing: 10px 0px;
    font-size: 17px;
  }

  .autobetting_form table > tbody > .gradeamount0 > tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    overflow: hidden;
    align-items: flex-end;
  }
  .autobetting_form table > tbody > .gradeamount0 > tr > td {
    flex: 100%;
    margin-bottom: 7px;
  }

  .autobetting_form table > tbody > .gradeamount0 {
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 0px;
    padding: 20px 0px 10px 25px;
  }

  .autobetting_form table > tbody > tr:first-child {
    font-size: 18px;
  }

  .autobetting_form table > tbody > tr:not(:first-child) > td {
    padding-left: 25px;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }

  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .navbar-inverse .navbar-header {
    border-bottom: 2px solid #000;
    background: linear-gradient(180deg, #2d353c, #111);
  }

  .rightside.pc-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .el-col-xs-0 {
    display: none;
    width: 0;
  }
  .el-col-xs-offset-0 {
    margin-left: 0;
  }
  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-xs-1 {
    width: 4.16667%;
  }
  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-xs-2 {
    width: 8.33333%;
  }
  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-xs-3 {
    width: 12.5%;
  }
  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xs-4 {
    width: 16.66667%;
  }
  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-xs-5 {
    width: 20.83333%;
  }
  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-xs-6 {
    width: 25%;
  }
  .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xs-7 {
    width: 29.16667%;
  }
  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-xs-8 {
    width: 33.33333%;
  }
  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-xs-9 {
    width: 37.5%;
  }
  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xs-10 {
    width: 41.66667%;
  }
  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-xs-11 {
    width: 45.83333%;
  }
  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-xs-12 {
    width: 50%;
  }
  .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xs-13 {
    width: 54.16667%;
  }
  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-xs-14 {
    width: 58.33333%;
  }
  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-xs-15 {
    width: 62.5%;
  }
  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xs-16 {
    width: 66.66667%;
  }
  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-xs-17 {
    width: 70.83333%;
  }
  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-xs-18 {
    width: 75%;
  }
  .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xs-19 {
    width: 79.16667%;
  }
  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-xs-20 {
    width: 83.33333%;
  }
  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-xs-21 {
    width: 87.5%;
  }
  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xs-22 {
    width: 91.66667%;
  }
  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-xs-23 {
    width: 95.83333%;
  }
  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-xs-24 {
    width: 100%;
  }
  .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }

  .circle {
    width: 26px;
    height: 27px;
    line-height: 27px;
    font-size: 11px;
  }

  .hidden-xs-only {
    display: none !important;
  }

  .sp_title {
    /* margin-top: 30px; */
  }

  .name-header {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .right_wrap #rightbox.match_right,
  #leftbox_out .hlaf_sp .el-scrollbar {
    /* height: calc(100vh - 300px); */
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .el-scrollbar__wrap-main {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    margin-left: 0px !important;
    /* margin-top: 105px; */
    margin-top: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: sticky;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
  }
  .casino-tab {
    margin-right: 0;
  }
  #home-category-green {
    display: none;
  }
  #main-banner-img,
  #main-banner-img-green {
    width: 100%;
  }
  .carousel-caption .price,
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption p {
    margin-bottom: 5px;
  }
  .carousel-caption .container {
    width: 100%;
  }
  .carousel-caption {
    top: 0;
    margin: 0;
    padding: 0;
  }
  .carousel-caption-green .price,
  .carousel-caption-green p {
    font-size: 14px;
  }
  .carousel-caption-green p {
    margin-bottom: 5px;
  }
  .carousel-caption-green .container {
    width: 100%;
  }
  #logoimg {
    width: 30%;
  }
  .carousel-caption-green {
    top: 20px;
    margin: 0;
    padding: 0;
  }
  .page-with-two-sidebar .content {
    margin-right: 0px !important;
    margin-left: 0 !important;
    padding: 0;
    margin-top: 0;
  }
  .m_mini {
    margin-top: 46px !important;
  }
  .live-game-cont,
  .slot-game-cont {
    width: 50%;
  }
  .mini-bet-panel {
    padding-right: 6px !important;
  }
  .live-game-cont-orange2,
  .slot-game-cont-orange2 {
    width: 50%;
    padding: 6px;
    font-size: 12px;
  }
  .sidebar {
    margin-top: 43px;
    z-index: 1040;
  }
  .btn-block {
    padding-left: 3px;
    padding-right: 3px;
  }
  .main-table {
    font-size: 12px;
  }
  .main-table.el-table th > .cell {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .virtual-table,
  .virtual-table.el-table th > .cell {
    font-size: 11px;
  }
  .live-tmenu-name {
    font-size: 14px;
  }
  .main-select-drop {
    font-size: 11px;
  }
  .main-select-casino-img-blue,
  .main-select-casino-img-blue1,
  .main-select-casino-img-blue2,
  .main-select-casino-img-blue3,
  .main-select-casino-img-blue4,
  .main-select-casino-img-blue5,
  .main-select-casino-img-gold,
  .main-select-casino-img-gold1,
  .main-select-casino-img-gold2,
  .main-select-casino-img-green,
  .main-select-casino-img-grey,
  .main-select-casino-img-grey1,
  .main-select-casino-img-orange,
  .main-select-casino-img-orange1,
  .main-select-casino-img-orange2,
  .main-select-casino-img-purple,
  .main-select-casino-img-purple1,
  .main-select-casino-img-red,
  .main-select-casino-img-silver,
  .main-select-casino-img-white,
  .main-select-casino-img-yellow,
  .main-select-casino-img-yellow1,
  .main-select-casino-img-yellow2,
  .main-select-casino-img-yellow3,
  .main-select-no-img-blue,
  .main-select-no-img-blue1,
  .main-select-no-img-blue2,
  .main-select-no-img-blue3,
  .main-select-no-img-blue4,
  .main-select-no-img-blue5,
  .main-select-no-img-gold,
  .main-select-no-img-gold1,
  .main-select-no-img-gold2,
  .main-select-no-img-green,
  .main-select-no-img-grey,
  .main-select-no-img-grey1,
  .main-select-no-img-orange,
  .main-select-no-img-orange1,
  .main-select-no-img-orange2,
  .main-select-no-img-purple,
  .main-select-no-img-purple1,
  .main-select-no-img-red,
  .main-select-no-img-silver,
  .main-select-no-img-white,
  .main-select-no-img-yellow,
  .main-select-no-img-yellow1,
  .main-select-no-img-yellow2,
  .main-select-no-img-yellow3,
  .main-select-sports-img-blue,
  .main-select-sports-img-blue1,
  .main-select-sports-img-blue2,
  .main-select-sports-img-blue3,
  .main-select-sports-img-blue4,
  .main-select-sports-img-blue5,
  .main-select-sports-img-gold,
  .main-select-sports-img-gold1,
  .main-select-sports-img-gold2,
  .main-select-sports-img-green,
  .main-select-sports-img-grey,
  .main-select-sports-img-grey1,
  .main-select-sports-img-orange,
  .main-select-sports-img-orange1,
  .main-select-sports-img-orange2,
  .main-select-sports-img-purple,
  .main-select-sports-img-purple1,
  .main-select-sports-img-red,
  .main-select-sports-img-silver,
  .main-select-sports-img-white,
  .main-select-sports-img-yellow,
  .main-select-sports-img-yellow1,
  .main-select-sports-img-yellow2,
  .main-select-sports-img-yellow3 {
    width: 26px;
    height: 26px;
  }
  .main-select-text {
    padding-left: 5px;
    height: 26px;
  }
  #money-move-img {
    transform: rotate(90deg);
  }
  .gametype-button-blue,
  .gametype-button-gold,
  .gametype-button-gold1,
  .gametype-button-grey,
  .gametype-button-orange,
  .gametype-button-orange1,
  .gametype-button-red,
  .gametype-button-white,
  .gametype-button-white1,
  .gametype-button-yellow,
  .gametype-button-yellow1 {
    font-size: 12px;
    padding: 10px 5px;
  }
  .bg-logo {
    height: 500px;
    background-position: center 300px;
  }
  .bg-logo,
  .main-bg-logo {
    background-size: 276px 103px;
  }
  .main-bg-logo {
    background-position: center 150px;
  }
  .event-no-blue1,
  .event-no-blue2,
  .event-no-blue3,
  .event-no-blue4,
  .event-no-blue5,
  .event-no-gold,
  .event-no-gold1,
  .event-no-gold2,
  .event-no-grey1,
  .event-no-orange,
  .event-no-orange1,
  .event-no-orange2,
  .event-no-purple,
  .event-no-purple1,
  .event-no-red,
  .event-no-silver,
  .event-no-white,
  .event-no-white1,
  .event-no-yellow,
  .event-no-yellow1,
  .event-no-yellow2,
  .event-no-yellow3 {
    font-size: 14px;
    width: 180px;
    padding: 8px 0 8px 10px;
  }
  .event-no-blue {
    font-size: 14px;
    width: 80%;
    padding: 8px 0 8px 10px;
  }
  .table-b,
  .table-h {
    font-size: 12px;
  }
  .attendance-1 {
    width: 23%;
    margin: 10px 1%;
  }
  .main-odd-team {
    width: calc(100% - 30px);
  }
  .main-odd-val {
  }
  .main-odd-val-white {
    width: 50px;
  }
  .popup-dialog .el-dialog {
    margin-top: 0 !important;
  }
  .tl_reg_item {
    width: 100%;
  }
  .lbl_reg.popup_lbl label,
  .tl_input_popup_required {
    color: #000;
  }
  .auth-dialog.signup .el-input__inner {
    border: 1px solid #969495;
    background-color: #f1f1f1;
  }
  .el-table--border td:first-child .cell,
  .el-table--border th:first-child .cell,
  .el-table .cell {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .odds-main-type-tab-in,
  .odds-main-type-tab-in-orange2,
  .odds-main-type-tab-in-white {
    padding: 12px 0;
  }
  .bet-type-blue,
  .bet-type-red,
  .status-cancel,
  .status-lose,
  .status-no,
  .status-wait,
  .status-win,
  .status-yes {
    width: 100%;
  }
  .bethistory-livescore {
    position: unset;
  }
  .bethistory-livescore-in {
    width: 100%;
    height: 190px;
  }
  .img-odds-up {
    top: calc(-50% - 2px);
    left: calc(100% - 10px);
  }
  .img-odds-down {
    top: calc(50% + 5px);
    left: calc(100% - 10px);
  }
  .el-message-box {
    width: 90% !important;
  }
  .button-sort-blue,
  .button-sort-blue1,
  .button-sort-blue2,
  .button-sort-blue3,
  .button-sort-blue4,
  .button-sort-blue5,
  .button-sort-gold,
  .button-sort-gold1,
  .button-sort-gold2,
  .button-sort-grey1,
  .button-sort-orange,
  .button-sort-orange1,
  .button-sort-orange2,
  .button-sort-purple,
  .button-sort-purple1,
  .button-sort-red,
  .button-sort-silver,
  .button-sort-white,
  .button-sort-white1,
  .button-sort-yellow,
  .button-sort-yellow1,
  .button-sort-yellow2,
  .button-sort-yellow3 {
    width: 45% !important;
    margin: 0 2.5%;
  }
  .league-favorite {
    position: absolute;
    right: 45px;
    top: 27px;
  }
  .carousel-caption-purple p {
    font-size: 16px;
    margin-top: 90px !important;
  }
  .carousel-caption-yellow h3 {
    font-size: 20px;
    margin-top: 10px !important;
  }
  .carousel-caption-yellow .price,
  .carousel-caption-yellow p {
    font-size: 13px;
    margin-top: 10px;
  }
  .carousel-caption-yellow .icon {
    margin-top: 20px;
  }
  .carousel-caption-yellow .icon img {
    display: none;
  }
  .carousel-caption-white {
    top: 0;
    margin-top: 0;
    font-size: 14px;
    left: 20px;
  }
  .carousel-caption-white #logoimg {
    width: 100px;
  }
  .width-100-pro-10 {
    width: 100% !important;
  }
  .grey-banner {
    height: 145px;
  }
  .grey-banner .grey-video {
    top: -30px;
  }
  .grey-banner .large-span {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: arial;
    font-size: 23pt;
  }
  .grey-banner .small-span {
    font-size: 12px;
  }
  .grey-banner .grey-logo {
    position: absolute;
    right: 35px;
    bottom: 5px;
    width: 90px;
    z-index: 100;
  }
  .main-select-drop-agero {
    font-size: 11px;
  }
  .VueCarousel-pagination {
    display: none;
  }
  .coin-dialog {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 100px;
    background-color: #ebebeb;
    border-radius: 10px;
    padding-bottom: 30px;
    border: 3px solid #fec106;
  }
  .casino-comment {
    height: 42px;
    padding: 4px 12px;
  }
  .casino-over {
    bottom: 42px;
  }
  .live-game:hover .live-banner-orange2,
  .live-game:hover .live-play,
  .live-game:hover .live-play-orange2 {
    display: none;
  }
  .event-tab-blue,
  .event-tab-grey1 {
    width: 33.3%;
    font-size: 13px;
  }
  .grey2-button {
    background: #202024;
  }
  .orange-banner-title {
    font-size: 16px;
    padding: 16px 16px 8px;
    height: 64px;
  }
  .orange-banner-subtitle {
    font-size: 12px;
    padding: 0 16px;
  }
  .orange-banner-button {
    font-size: 14px;
    margin: 12px 0 0 16px;
  }

  .mini-header-top-button-orange2 {
    background: #181a1c;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 12px 0;
    height: 64px;
  }
  .mini-header-top-button-orange2:hover {
    background: #181a1c;
  }
  .mini-header-top-button-orange2.on-orange2 {
    background: #121314;
    border-bottom: 1px solid #ef6107;
  }
  .token-bet-button-blue,
  .token-bet-button-orange,
  .token-bet-button-yellow {
    left: 70%;
    top: 40%;
    padding: 5px 10px;
    width: 80px;
    border-radius: 10px;
  }
  .mini-header-top-button {
    font-size: 13px;
  }
  .door-background-yellow1 {
    background: url(/image/login/dhl-mob.png) no-repeat;
    background-size: 100% 100%;
  }
  .door-background-white {
    background: url(/image/login/now-mob.png) no-repeat;
    background-size: 100% 100%;
  }
  .door-background-gold {
    background: url(/image/login/gold-mob.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .sign-content-blue,
  .sign-content-blue1,
  .sign-content-blue2,
  .sign-content-blue3,
  .sign-content-blue4,
  .sign-content-blue5,
  .sign-content-gold,
  .sign-content-gold1,
  .sign-content-gold2,
  .sign-content-green,
  .sign-content-orange,
  .sign-content-orange1,
  .sign-content-orange2,
  .sign-content-purple,
  .sign-content-purple1,
  .sign-content-red,
  .sign-content-silver,
  .sign-content-white,
  .sign-content-white1,
  .sign-content-yellow,
  .sign-content-yellow1,
  .sign-content-yellow2,
  .sign-content-yellow3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
  .sign-content-grey,
  .sign-content-grey1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg-back-grey {
    background: #1c1e21 !important;
  }
  .bg-back-grey1 {
    background: #1b1b23 !important;
  }
  .bg-customer-grey {
    background-color: #111 !important;
  }
  .sub-title-blue,
  .sub-title-blue1,
  .sub-title-blue2,
  .sub-title-blue3,
  .sub-title-blue4,
  .sub-title-gold,
  .sub-title-gold1,
  .sub-title-gold2,
  .sub-title-green,
  .sub-title-grey1,
  .sub-title-orange,
  .sub-title-orange1,
  .sub-title-purple,
  .sub-title-purple1,
  .sub-title-red,
  .sub-title-siver,
  .sub-title-white,
  .sub-title-white1,
  .sub-title-yellow,
  .sub-title-yellow1,
  .sub-title-yellow2,
  .sub-title-yellow3 {
    margin-bottom: 0;
    height: 35px;
    padding-top: 6px;
  }
  .casino-banner-img-blue,
  .casino-banner-img-blue1,
  .casino-banner-img-blue2,
  .casino-banner-img-blue3,
  .casino-banner-img-blue5,
  .casino-banner-img-gold,
  .casino-banner-img-gold1,
  .casino-banner-img-gold2,
  .casino-banner-img-green,
  .casino-banner-img-grey,
  .casino-banner-img-grey1,
  .casino-banner-img-orange1,
  .casino-banner-img-purple,
  .casino-banner-img-purple1,
  .casino-banner-img-red .casino-banner-img-orange,
  .casino-banner-img-silver,
  .casino-banner-img-white,
  .casino-banner-img-white1,
  .casino-banner-img-yellow,
  .casino-banner-img-yellow1,
  .casino-banner-img-yellow2,
  .casino-banner-img-yellow3 {
    width: 58px;
  }
  .casino-banner-slot-blue,
  .casino-banner-slot-blue1,
  .casino-banner-slot-blue2,
  .casino-banner-slot-blue3,
  .casino-banner-slot-blue5,
  .casino-banner-slot-gold,
  .casino-banner-slot-gold1,
  .casino-banner-slot-gold2,
  .casino-banner-slot-green,
  .casino-banner-slot-grey,
  .casino-banner-slot-grey1,
  .casino-banner-slot-orange1,
  .casino-banner-slot-purple,
  .casino-banner-slot-purple1,
  .casino-banner-slot-red .casino-banner-slot-orange,
  .casino-banner-slot-silver,
  .casino-banner-slot-white,
  .casino-banner-slot-white1,
  .casino-banner-slot-yellow,
  .casino-banner-slot-yellow1,
  .casino-banner-slot-yellow2,
  .casino-banner-slot-yellow3 {
    width: 45px;
  }
  .slot-select-container-blue1,
  .slot-select-container-blue2,
  .slot-select-container-blue3,
  .slot-select-container-blue5,
  .slot-select-container-gold,
  .slot-select-container-gold1,
  .slot-select-container-gold2,
  .slot-select-container-green,
  .slot-select-container-orange1,
  .slot-select-container-purple,
  .slot-select-container-purple1,
  .slot-select-container-red,
  .slot-select-container-silver,
  .slot-select-container-yellow,
  .slot-select-container-yellow1,
  .slot-select-container-yellow2 {
    width: 100%;
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .casino-banner-text-blue1,
  .casino-banner-text-blue2,
  .casino-banner-text-blue3,
  .casino-banner-text-blue5,
  .casino-banner-text-gold,
  .casino-banner-text-gold1,
  .casino-banner-text-gold2,
  .casino-banner-text-green,
  .casino-banner-text-orange1,
  .casino-banner-text-purple,
  .casino-banner-text-purple1,
  .casino-banner-text-red,
  .casino-banner-text-silver,
  .casino-banner-text-yellow,
  .casino-banner-text-yellow1,
  .casino-banner-text-yellow2 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
  }
  .casino-banner-text-orange {
    color: #fc6200;
    font-size: 14px;
    margin-top: 0;
  }
  .casino-banner-text-blue {
    color: #1f8fff;
    font-size: 14px;
    margin-top: 0;
  }
  .casino-banner-text-grey {
    color: #348fe2;
    font-size: 14px;
    margin-top: 0;
  }
  .casino-banner-text-grey1 {
    color: #aaa;
    font-size: 14px;
    margin-top: 0;
  }
  .casino-banner-text-yellow3 {
    color: #ffdb00;
    font-size: 14px;
    margin-top: 0;
  }
  .casino-banner-text-white,
  .casino-banner-text-white1 {
    color: #000;
    font-size: 14px;
    margin-top: 0;
  }
  .virtual-left-league-white,
  .virtual-left-league-white1 {
    font-size: 12px;
  }
  .attendance-comment-left-blue,
  .attendance-comment-left-blue1,
  .attendance-comment-left-blue2,
  .attendance-comment-left-blue3,
  .attendance-comment-left-blue5,
  .attendance-comment-left-gold,
  .attendance-comment-left-gold1,
  .attendance-comment-left-gold2,
  .attendance-comment-left-green,
  .attendance-comment-left-grey,
  .attendance-comment-left-grey1,
  .attendance-comment-left-orange,
  .attendance-comment-left-orange1,
  .attendance-comment-left-purple,
  .attendance-comment-left-purple1,
  .attendance-comment-left-red,
  .attendance-comment-left-silver,
  .attendance-comment-left-white,
  .attendance-comment-left-white1,
  .attendance-comment-left-yellow,
  .attendance-comment-left-yellow1,
  .attendance-comment-left-yellow2,
  .attendance-comment-left-yellow3 {
    text-align: center;
    width: 100%;
  }
  .bg-attendance-weekday-blue,
  .bg-attendance-weekday-blue1,
  .bg-attendance-weekday-blue2,
  .bg-attendance-weekday-blue5,
  .bg-attendance-weekday-gold,
  .bg-attendance-weekday-gold1,
  .bg-attendance-weekday-gold2,
  .bg-attendance-weekday-green,
  .bg-attendance-weekday-grey,
  .bg-attendance-weekday-grey1,
  .bg-attendance-weekday-orange,
  .bg-attendance-weekday-orange1,
  .bg-attendance-weekday-purple,
  .bg-attendance-weekday-purple1,
  .bg-attendance-weekday-red,
  .bg-attendance-weekday-silver,
  .bg-attendance-weekday-white,
  .bg-attendance-weekday-white1,
  .bg-attendance-weekday-yellow,
  .bg-attendance-weekday-yellow1,
  .bg-attendance-weekday-yellow2,
  .bg-attendance-weekday-yellow3 {
    margin-bottom: 0;
  }
  .table-board-blue,
  .table-board-blue1,
  .table-board-blue2,
  .table-board-blue3,
  .table-board-blue4,
  .table-board-blue5,
  .table-board-gold,
  .table-board-gold1,
  .table-board-gold2,
  .table-board-green,
  .table-board-grey,
  .table-board-grey1,
  .table-board-orange,
  .table-board-orange1,
  .table-board-orange2,
  .table-board-purple,
  .table-board-purple1,
  .table-board-red,
  .table-board-silver,
  .table-board-white,
  .table-board-white1,
  .table-board-white1 .table-header,
  .table-board-white .table-header,
  .table-board-yellow,
  .table-board-yellow1,
  .table-board-yellow2,
  .table-board-yellow3,
  .table-history-blue,
  .table-history-blue1,
  .table-history-blue2,
  .table-history-blue3,
  .table-history-blue4,
  .table-history-blue5,
  .table-history-gold,
  .table-history-gold1,
  .table-history-gold2,
  .table-history-green,
  .table-history-grey,
  .table-history-grey1,
  .table-history-orange,
  .table-history-orange1,
  .table-history-orange2,
  .table-history-purple,
  .table-history-purple1,
  .table-history-red,
  .table-history-silver,
  .table-history-white,
  .table-history-white1,
  .table-history-white1 .table-header,
  .table-history-white .table-header,
  .table-history-yellow,
  .table-history-yellow1,
  .table-history-yellow2,
  .table-history-yellow3 {
    font-size: 12px;
  }
  .attendance2-panel-left,
  .attendance2-panel-right {
    width: 100%;
    padding: 17px 0 0;
  }
  .table-virtual-td {
    font-size: 13px;
  }
  .virtula-league-tab-white,
  .virtula-league-tab-white1 {
    padding-top: 3px;
  }
  .friend-total-blue,
  .friend-total-blue1,
  .friend-total-blue2,
  .friend-total-blue3,
  .friend-total-blue4,
  .friend-total-blue5,
  .friend-total-gold,
  .friend-total-gold1,
  .friend-total-gold2,
  .friend-total-green,
  .friend-total-grey,
  .friend-total-grey1,
  .friend-total-orange,
  .friend-total-orange1,
  .friend-total-orange2,
  .friend-total-purple,
  .friend-total-purple1,
  .friend-total-red,
  .friend-total-silver,
  .friend-total-white,
  .friend-total-white1,
  .friend-total-yellow,
  .friend-total-yellow1,
  .friend-total-yellow2,
  .friend-total-yellow3 {
    width: 100%;
    padding: 0 30px;
  }
  .sport-pagein-bg-grey,
  .sport-pagein-bg-white,
  .sport-pagein-bg-white1 {
    margin-top: 0 !important;
  }
  .panel-page-blue,
  .panel-page-blue1,
  .panel-page-blue2,
  .panel-page-blue3,
  .panel-page-blue4,
  .panel-page-blue5,
  .panel-page-gold,
  .panel-page-gold1,
  .panel-page-gold2,
  .panel-page-green,
  .panel-page-grey,
  .panel-page-grey1,
  .panel-page-orange,
  .panel-page-orange1,
  .panel-page-orange2,
  .panel-page-purple,
  .panel-page-purple1,
  .panel-page-red,
  .panel-page-siver,
  .panel-page-white,
  .panel-page-white1,
  .panel-page-yellow,
  .panel-page-yellow1,
  .panel-page-yellow2,
  .panel-page-yellow3 {
    margin-bottom: 0;
  }
  .home-content-blue,
  .home-content-blue1,
  .home-content-blue2,
  .home-content-blue3,
  .home-content-gold,
  .home-content-gold1,
  .home-content-gold2,
  .home-content-green,
  .home-content-grey1,
  .home-content-orange,
  .home-content-orange1,
  .home-content-purple,
  .home-content-purple1,
  .home-content-red,
  .home-content-silver,
  .home-content-yellow,
  .home-content-yellow1,
  .home-content-yellow2,
  .home-content-yellow3 {
    background: #1b1b23 !important;
  }
  .home-content-grey {
    background-color: #1c1e21 !important;
  }
  .home-content-orange2 {
    padding: 16px 8px 8px;
  }
  .home-content-orange1 {
    background-color: #081a30 !important;
  }
  .panel-page-orange2 {
    padding: 0;
  }
  .tab-orange2 {
    padding: 16px;
  }
  .orange2-dialog .el-dialog {
    margin-top: 0 !important;
    height: 100% !important;
  }
  .bet-history-tab-orange2 {
    padding: 0;
    width: 25% !important;
  }
  .gametype-button-orange2 {
    padding: 8px 32px;
    margin: 0;
  }
  .sport-sort-orange2 {
    padding: 0;
  }
  .attendance-comment-left-orange2 {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .attendance2-panel-left-orange2,
  .attendance2-panel-right-orange2 {
    padding: 0;
    width: 100%;
    margin: 24px 0;
  }
  .friend-tab-orange2 {
    padding: 8px 32px;
  }
  .mini-header-bottom-button-orange2 {
    padding: 16px 24px;
    font-size: 12px;
  }
  .mini-header-bottom-button-orange2:hover {
    background: #212326;
  }
  .mini-header-bottom-button-orange2.on-orange2 {
    border-bottom: 1px solid #ef6107;
  }
  .virtual-tmenu-orange2 {
    width: 25%;
    margin: 0;
    border-radius: 0;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .virtual-tab-orange2 {
    border-bottom: 1px solid #ef6107 !important;
  }
  .virtual-video-tab {
    width: auto;
    padding: 8px 16px;
    background: #1c1f21;
    border-radius: 18px;
    margin-right: 8px;
  }
  .virtual-video-tab.on {
    background: rgba(245, 100, 6, 0.17);
  }
  .virtula-league-tab-orange2 {
    border-radius: 6px 6px 0 0;
  }
  .virtula-league-tab-orange2.on {
    background: rgba(245, 100, 6, 0.11);
  }
  .table-mbetlog-blue,
  .table-mbetlog-blue1,
  .table-mbetlog-blue2,
  .table-mbetlog-blue3,
  .table-mbetlog-blue4,
  .table-mbetlog-blue5,
  .table-mbetlog-gold,
  .table-mbetlog-gold1,
  .table-mbetlog-gold2,
  .table-mbetlog-green,
  .table-mbetlog-grey,
  .table-mbetlog-grey1,
  .table-mbetlog-orange,
  .table-mbetlog-orange1,
  .table-mbetlog-orange2,
  .table-mbetlog-purple,
  .table-mbetlog-purple1,
  .table-mbetlog-red,
  .table-mbetlog-silver,
  .table-mbetlog-white,
  .table-mbetlog-white1,
  .table-mbetlog-yellow,
  .table-mbetlog-yellow1,
  .table-mbetlog-yellow2,
  .table-mbetlog-yellow3,
  .table-sbetlog-blue,
  .table-sbetlog-blue1,
  .table-sbetlog-blue2,
  .table-sbetlog-blue3,
  .table-sbetlog-blue4,
  .table-sbetlog-blue5,
  .table-sbetlog-gold,
  .table-sbetlog-gold1,
  .table-sbetlog-gold2,
  .table-sbetlog-green,
  .table-sbetlog-grey,
  .table-sbetlog-grey1,
  .table-sbetlog-orange,
  .table-sbetlog-orange1,
  .table-sbetlog-orange2,
  .table-sbetlog-purple,
  .table-sbetlog-purple1,
  .table-sbetlog-red,
  .table-sbetlog-silver,
  .table-sbetlog-white,
  .table-sbetlog-white1,
  .table-sbetlog-yellow,
  .table-sbetlog-yellow1,
  .table-sbetlog-yellow2,
  .table-sbetlog-yellow3 {
    font-size: 12px;
  }
  .table-board-orange2 .table-board-tr,
  .table-history-orange2 .table-history-tr,
  .table-mbetlog-orange2 .table-mbetlog-tr,
  .table-sbetlog-orange2 .table-sbetlog-tr {
    background: #1f2124;
  }
  .note-comment-orange2 {
    background: #1e1e21;
  }
  .v-box1-agero-orange2 {
    padding: 0 2px;
  }
  .signup-color-blue,
  .signup-color-blue1,
  .signup-color-blue2,
  .signup-color-blue4,
  .signup-color-blue5,
  .signup-color-gold,
  .signup-color-gold1,
  .signup-color-gold2,
  .signup-color-green,
  .signup-color-grey,
  .signup-color-grey1,
  .signup-color-purple,
  .signup-color-purple1,
  .signup-color-red,
  .signup-color-silver,
  .signup-color-yellow,
  .signup-color-yellow1,
  .signup-color-yellow2,
  .signup-color-yellow3 {
    color: #000 !important;
  }
  .coupon-item {
    width: 100%;
  }
  .friend-main-blue,
  .friend-main-blue1,
  .friend-main-blue2,
  .friend-main-blue3,
  .friend-main-blue4,
  .friend-main-blue5,
  .friend-main-gold,
  .friend-main-gold1,
  .friend-main-gold2,
  .friend-main-green,
  .friend-main-grey,
  .friend-main-grey1,
  .friend-main-orange,
  .friend-main-orange1,
  .friend-main-orange2,
  .friend-main-purple,
  .friend-main-purple1,
  .friend-main-red,
  .friend-main-silver,
  .friend-main-white,
  .friend-main-white1,
  .friend-main-yellow,
  .friend-main-yellow1,
  .friend-main-yellow2,
  .friend-main-yellow3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .right.btn-switch-mode {
    position: absolute;
    top: 7px;
    right: 25px;
  }

  .sp_title {
    padding-top: 17px !important;
  }

  .sp_title._livetitle {
    padding-top: 14px !important;
  }

  .east-game-frame,
  .mini-game-boscoreball-frame,
  .mini-game-frame {
    position: absolute;
  }
  .live-tmenu-countdown,
  .live-tmenu-name {
    font-size: 11px;
  }
  .mini-bet-type-name {
    height: 24px;
    margin: 0 0 8px 5px;
    width: calc(100% - 10px);
  }
  .boscore-playerbox3,
  .boscoreball-playerbox3,
  .bubble-playerbox3,
  .east-bet-panel,
  .east-playerbox3,
  .livescore-playerbox3,
  .mini-bet-panel,
  .mini-boscore-bet-panel,
  .mini-boscoreball-bet-panel,
  .mini-bubble-bet-panel,
  .mini-livescore-bet-panel,
  .playerbox3 {
    height: auto;
  }
  #ifboxa {
    position: absolute;
  }

  .provider_container {
    width: 100%;
    height: 100px;
  }
  #slotbox {
    width: 100%;
  }

  .provider_container .button_sonow_slot,
  .provider_container .button_kplay_slot {
    float: unset;
    width: calc(20% - 6px);
  }

  .btn_panelSnow {
    overflow: auto;
    white-space: nowrap;
  }

  #top_m .short-nav {
    overflow: auto;
  }
  #top_m .short-nav::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  #top_m .short-nav .space-range {
    white-space: nowrap;
  }

  #top_m .short-nav .space-range ._btn_ {
    display: inline-block;
    float: unset;
  }

  .switch-row .toggle_mode .toggle-content .names .mode_type .long {
    display: none;
  }
  .switch-row .toggle_mode .toggle-content .names .mode_type .only-mobile {
    display: inline-block !important;
  }
}

@media (max-width: 500px) {
  .calendar-container table.calendar {
    width: 100%;
    height: auto;
  }
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
  #app
    .app-wrapper
    #page-container
    .main-bg-logo-blue2
    .main_m
    .low-menu:before {
    top: -10px;
    transform: translateX(-50%) scale(0.3);
  }

  #game-frame.mgm_bc {
    height: 312px;
  }

  #mini_wrap #game-frame .game-mobile-mgmbaccarat,
  #mini_wrap #game-frame .game-mobile-mgmoe,
  #mini_wrap #game-frame .game-mobile-mgmgostop {
    margin-top: -115px;
    margin-bottom: -137px;
  }
}

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    transform: translateZ(0);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}