body,
html {
    height: 100%;
}
body {
	background: #1B1D29;
    font-size: 12px;
    font-family: dotum,gulim,Arial,sans-serif;
    color: #707478;
    margin: 0;
    padding: 0;
}
.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 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -webkit-transition: color 100ms 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/m_sp_common.png) no-repeat;
    background-image: url(static/image/m_sp_common.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: 304px 944px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: 304px 944px;
    background-size: 304px 944px;
}

.nick .icicon{display:inline-block;width:11px;height:11px;margin:3px 2px 0 0;background-position:-45px -48px;vertical-align:top}
.money .icicon{display:inline-block;width:11px;height:11px;margin:3px 2px 0 0;background-position:-54px -48px;vertical-align:top}
.point .icicon{display:inline-block;width:11px;height:11px;margin:3px 2px 0 0;background-position:-69px -48px;vertical-align:top}
/* -------------------------------
   2.0 Page Structure Settings
------------------------------- */

/* 2.1 Page Options */

.page-header-fixed {
    padding-top: 54px;
}
.page-sidebar-fixed .sidebar {
    position: fixed;
}
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
    position: fixed;
}
.page-with-two-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar .sidebar-bg.sidebar-right {
    right: 0;
    left: auto;
}

.page-with-two-sidebar .content {
    /* margin-right: 299px; */
}

.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right {
    right: -280px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content {
    margin-right: 0;
}

/* 9.1 Carousel Element Setting */

.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 i,
.carousel-control .glyphicon {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 60px;
    position: initial;
    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:hover,
.carousel-caption .btn:focus {
    background: rgba(255,255,255,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, .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:hover,
.carousel-caption-green .btn:focus {
    background: rgba(255,255,255,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%;
}
.slider .carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .item {
    min-height: 450px;
}
.carousel-indicators li {
    border-width: 2px;
}

/* 9.2 Item Element Setting */

.item {
    background: #fff;
}

/* 2.3 Header & header elements */

.header {
    margin-bottom: 0;
}

.navbar {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    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: 10px solid transparent;
    border-color: #4DCACA #31A3A3 #1D8888;
    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:hover, 
.navbar-toggle:focus {
    background: none !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.navbar-nav > li > a {
    line-height: 20px;
    padding: 17px 15px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.navbar-nav > .open > a, 
.navbar-nav > .open > a:hover, 
.navbar-nav > .open > a:focus {
    background: none !important;
    color: #333;
    opacity: 1.0;
    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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.navbar-form .form-control:focus {
    width: 300px;
    animation: expand .2s;
    -webkit-animation: expand .2s;
}
@keyframes expand {
    from { width: 200px; }
    to { width: 300px; }
}
@-webkit-keyframes expand {
    from { 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;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    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: .3em .6em .3em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.navbar-user img {
    float: left;
    width: 30px;
    height: 30px;
    margin: -5px 10px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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;
}


/* 2.4 Sidebar & sidebar elements */

.sidebar {
    width: 299px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 104px;
    z-index: 1010;
    -webkit-transform: translateZ(0);
}
.sidebar-bg {
    background: #2d353c;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: 1000;
}
.sidebar .nav > li:before,
.sidebar .nav > li:after,
.sidebar .nav > li > a:before,
.sidebar .nav > li > a:after {
    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 #000000;
    border-top: 1px solid #383f46;
}
.sidebar.sidebar-grid .nav > li.active > a {
    border-color: #2d353c;
    z-index: 10;
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background: #232a2f;
    color: #a8acb1;
}
.sidebar .nav > li.active > a, 
.sidebar .nav > li.active > a:hover, 
.sidebar .nav > li.active > a:focus {
    color: #fff;
    background: #00acac;
}
.sidebar .nav > li.active > a .label.label-success,
.sidebar .nav > li.active > a .badge.badge-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: 0px;
    top: 0;
    bottom: 0;
    width: 0px;
    background: none;
}

.sidebar .sub-menu .sub-menu {
    padding: 0 0 0 0px;
    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 > span:hover,
.sidebar .sub-menu > li > span:focus,
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li.active > a:focus {

    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;
}
.sidebar .nav > li li.has-sub.active > a {
	color: #ffcc00;
}
.sidebar .sub-menu > li.active > a:before {
    color: #00acac;
}
.sidebar .nav .sub-menu > li > a .caret {
    float: right; 
    margin-top: 7px;
}
.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: #808080;
}


.sidebar .sports-category.sub-menu .sports-category.sub-menu:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 0px;
    background: none;
}

.sidebar .sports-category.sub-menu .sports-category.sub-menu {
    padding: 0 0 0 0px;
    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 > a:hover,
.sidebar .sports-category.sub-menu > li > a:focus,
.sidebar .sports-category.sub-menu > li.active > a,
.sidebar .sports-category.sub-menu > li.active > a:hover,
.sidebar .sports-category.sub-menu > li.active > a:focus {

    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;
}
.sidebar .nav > li li.has-sub.active > a {
 

	color: #ffcc00;
}
.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:hover,
.sidebar .nav > li.nav-header a:focus {
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn i {
    margin: 0 !important;
    color: #fff;
}

/* 2.5 Content & content elements */

.content {
	margin-top: 41px;
    margin-left: 295px;
    padding: 10px 10px 0 10px;
}
.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;
}


/* 2.6 Footer & footer elements */

.footer {
    z-index: 1020;
    padding: 10px 0;
    margin: 0 280px 0 280px;
    border-top: 2px solid #CAD0D6;
    line-height: 20px;
}


/* -------------------------------
   3. Component Setting
------------------------------- */

/* 3.1 Component - Form Elements */
.border-none {
    border: none !important;
	background: none;
}
.border-none2 {
    border: none;
	background: #ffffff;
}
.border-only-none {
    border: none !important;
}

.form-control {
    border: 1px solid #ccd0d4;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    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;
}
.form-horizontal.form-bordered .form-group > div {
    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-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .help-block, 
.has-success .control-label, 
.has-success .radio, 
.has-success .checkbox, 
.has-success .radio-inline, 
.has-success .checkbox-inline,
.has-success .form-control-feedback {
    color: #00acac;
}
.has-success .form-control {
    border-color: #00acac;
}
.has-success .form-control:focus {
    border-color: #008a8a;
}
.has-warning .help-block, 
.has-warning .control-label, 
.has-warning .radio, 
.has-warning .checkbox, 
.has-warning .radio-inline, 
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
    color: #f59c1a;
}
.has-warning .form-control {
    border-color: #f59c1a;
}
.has-warning .form-control:focus {
    border-color: #c47d15;
}
.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline,
.has-error .form-control-feedback {
    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 {
    border-color: #ccd0d4;
}
select[multiple].form-control {
    border-color: #ccd0d4;
}
.input-group-addon {
    background: #e2e7eb;
    border: none;
}
legend {
    padding-bottom: 3px;
    border-bottom: 1px solid #e2e7eb;
}


/* 3.2 Component - Dropdown Menu */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    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:hover, 
.dropdown-menu > li > a:focus {
    background: #edf0f5;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    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:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
    background: none !important;
    text-decoration: underline !important;
}


/* 3.3 Component - Tooltip */

.tooltip-inner {
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* 3.4 Component - Alert */

.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;
}


/* 3.5 Component - Note Setting */

.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;
}


/* 3.6 Component - Badge & Label Setting */

.badge {
    font-size: 75%;
    line-height: 1.25;
    font-weight: 600;
}
.label {
    font-size: 75%;
    font-weight: 600;
}
.badge.badge-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.badge.badge-default,
.label.label-default {
    background: #b6c2c9 ;
}
.badge.badge-black,
.label.label-black {
    background: #000000 ;
}
.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;
}

/* 3.7 Component - Pagination & pager */

.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;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus,
.pager > .disabled > span,
.pager > .disabled > a {
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-color: #ddd;
}
.pagination > li > a {
    color: #242a30;
    margin-left: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    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:hover, 
.pager li > a:focus, 
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #242a30;
    background: #e2e7eb;
    border-color: #d8dde1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background: #242a30 !important;
    border-color: #242a30 !important;
}


/* 3.8 Component - Progress bar */

.progress {
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    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;
}


/* 3.9 Component - Nav Setting */

.nav > li > a {
    color: #6e7179;
}
.nav > li > a:hover,
.nav > li > a:focus {
    color: #333;
    background: #fafafa;
}


/* 3.10 Component - Nav Tabs */

.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
    border: none !important;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
    color: #242a30;
}
.nav-tabs {
    background: #c1ccd1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.nav-tabs.nav-tabs-inverse {
    background: #242a30;
}
.nav-tabs.nav-justified > li > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
    color: #242a30;
    background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus {
    color: #fff;
    background: none;
}
.nav-tabs > li,
.nav-tabs.nav-justified > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    margin-right: 5px;
    line-height: 20px;
}


/* 3.11 Component - Nav Pills */

.nav-pills {
    margin-bottom: 10px;
}
.nav-pills > li + li {
    margin-left: 5px;
}
.nav-pills > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background: #242a30;
}

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 5px;
}


/* 3.12 Component - Tab Content */

.tab-content {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav-tabs + .tab-content {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


/* 3.13 Component - Accordion Panel */

.panel-title a {
    display: block;
}
.panel-title > a:hover,
.panel-title > a:focus {
    text-decoration: none;
}


/* 3.14 Component - Button */
.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:#333333;
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color:#e6e6e6;
    border:1px solid #cccccc;
    border:0;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btnstyle1:active,.btnstyle1.active{background-color:#cccccc \9;}
.btnstyle1:first-child{*margin-left:0;}
.btnstyle1:hover, .btnstyle1:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    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;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btnstyle1.disabled,.btnstyle1[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btnstyle1-lg{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btnstyle1-lg [class^="icon-"],.btnstyle1-lg [class*=" icon-"]{margin-top:4px;}
.btnstyle1-sm{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;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;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btnstyle1-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btnstyle1-block+.btnstyle1-block{margin-top:5px;}
input[type="submit"].btnstyle1-block,input[type="reset"].btnstyle1-block,input[type="button"].btnstyle1-block{width:100%;}
.btnstyle1-primary.active,.btnstyle1-warning.active,.btnstyle1-danger.active,.btnstyle1-success.active,.btnstyle1-info.active,.btnstyle1-inverse.active,.btnstyle-orange.active,.btnstyle1-inverse3.active{color:rgba(255, 255, 255, 0.75);}
.btnstyle1-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnstyle1-primary:hover,.btnstyle1-primary:focus,.btnstyle1-primary:active,.btnstyle1-primary.active,.btnstyle1-primary.disabled,.btnstyle1-primary[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3;}
.btnstyle1-primary:active,.btnstyle1-primary.active{background-color:#003399 \9;}
.btnstyle1-warning{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #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:hover,.btnstyle1-warning:focus,.btnstyle1-warning:active,.btnstyle1-warning.active,.btnstyle1-warning.disabled,.btnstyle1-warning[disabled]{color:#ffffff;background-color:#f89406;*background-color:#df8505;}
.btnstyle1-warning:active,.btnstyle1-warning.active{background-color:#c67605 \9;}
.btnstyle1-danger{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #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:hover,.btnstyle1-danger:focus,.btnstyle1-danger:active,.btnstyle1-danger.active,.btnstyle1-danger.disabled,.btnstyle1-danger[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a;}
.btnstyle1-danger:active,.btnstyle1-danger.active{background-color:#942a25 \9;}


.btnstyle1-danger2{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#b62d25;background-image:-moz-linear-gradient(top, #e92f29, #8d2823);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #aa312b);background-image:-o-linear-gradient(top, #ee5f5b, #aa312b);background-image:linear-gradient(to bottom, #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:hover,.btnstyle1-danger2:focus,.btnstyle1-danger2:active,.btnstyle1-danger2.active,.btnstyle1-danger2.disabled,.btnstyle1-danger2[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a;}
.btnstyle1-danger2:active,.btnstyle1-danger2.active{background-color:#942a25 \9;}

.btnstyle1-success{
    color:#ffffff;
    border-color:#51a351 #51a351 #387038;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
}
.btnstyle1-success:hover,
.btnstyle1-success:focus,
.btnstyle1-success:active,
.btnstyle1-success.active,
.btnstyle1-success.disabled,
.btnstyle1-success[disabled]{
    color:#ffffff;
    background-color: #51a351;;
}
.btnstyle1-success:active,
.btnstyle1-success.active{
    background-color:#408140;
}

.btnstyle1-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #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:hover,.btnstyle1-info:focus,.btnstyle1-info:active,.btnstyle1-info.active,.btnstyle1-info.disabled,.btnstyle1-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0;}
.btnstyle1-info:active,.btnstyle1-info.active{background-color:#24748c \9;}

.btnstyle1-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #3d4650, #111);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#3d4650), to(#111));background-image:-webkit-linear-gradient(top, #3d4650, #111);background-image:-o-linear-gradient(top, #3d4650, #111);background-image:linear-gradient(to bottom, #3d4650, #111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d4650', endColorstr='#ff111', GradientType=0);border-color:#111 #111 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#111;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnstyle1-inverse:hover,.btnstyle1-inverse:focus,.btnstyle1-inverse:active,.btnstyle1-inverse.active,.btnstyle1-inverse.disabled,.btnstyle1-inverse[disabled]{color:#ffffff;background-color:#111;*background-color:#151515;}
.btnstyle1-inverse:active,.btnstyle1-inverse.active{background-color:#080808 \9;}

.btnstyle1-inverse3{
	color:#c8e1fd;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#0C1524;
	background-image:-moz-linear-gradient(top, #354562, #172946);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#354562), to(#111e33));
	background-image:-webkit-linear-gradient(top, #354562, #111e33);
	background-image:-o-linear-gradient(top, #354562, #111e33);
	background-image:linear-gradient(to bottom, #354562, #111e33);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1111', endColorstr='#ff1111', GradientType=0);
	border-color:#b2571d;
    background-color:#111;
}
.btnstyle1-inverse3:hover,.btnstyle1-inverse3:focus,.btnstyle1-inverse3:active,.btnstyle1-inverse3.active,.btnstyle1-inverse3.disabled,.btnstyle1-inverse3[disabled]{
	color:#ffffff;
	background-color:#111e33;*background-color:#354562;
}

.btnstyle2 {
    background-image:linear-gradient(to bottom, #21a42f, #108118);
    font-weight: 700 !important;
}

.btnstyle3 {
    background-image:linear-gradient(to bottom, #b72323, #761717);
    font-weight: 700 !important;
}

.btn {
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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;
    -ms-touch-action: manipulation;
    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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn:focus, 
.btn:active:focus, 
.btn.active: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 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
} 


/* 3.14.1 Component - Button - Default */

.btn.btn-default {
    color: #fff;
    background: #b6c2c9;
    border-color: #b6c2c9;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.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;
}


/* 3.14.2 Component - Button - White */

.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:hover,
.btn.btn-white.btn-white-without-border.active:focus {
    border-color: #ddd;
}
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-border:focus {
    border-color: #eee;
}
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active,
.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 {
    color: #fff;
    background: #2d353c;
    border-top: 1px solid #424242;
    border-left: 1px solid #2c3339;
    border-right: 1px solid #181818;
    border-bottom: 1px solid #232324;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:9pt;
	font-family:'Malgun Gothic',dotum;
	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);
}
.btn.btn-sports-vs {
    color: #fff;
    background: #2d353c;
    border-top: 1px solid #424242;
    border-left: 1px solid #2c3339;
    border-right: 1px solid #181818;
    border-bottom: 1px solid #232324;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:9pt;
	font-family:'Malgun Gothic',dotum;
	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);
}
.bar-mini {
	background: -webkit-linear-gradient(45deg, #111, #1d2227);
	background:    -moz-linear-gradient(45deg, #111, #1d2227);
	background:     -ms-linear-gradient(45deg, #111, #1d2227);
	background:      -o-linear-gradient(45deg, #111, #1d2227);
	background:         linear-gradient(45deg, #111, #1d2227);
}
.btn-sports:hover, 
.btn-sports:focus, 
.btn-sports:active, 
.btn-sports.active,
.mob-odd-btn.active,
.open .dropdown-toggle.btn-sports {
	color: #ffcc00;
    background: #ff6201;
    border-top: 1px solid #424242;
    border-left: 1px solid #2c3339;
    border-right: 1px solid #181818;
    border-bottom: 1px solid #232324;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:9pt;
	font-family:'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: #ffcc00;
    border-top:1px solid #4b555f;
	border-right:1px solid #4b555f;
	border-bottom:1px solid #4b555f;
	border-left:1px solid #4b555f;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-sports-agero-grey:hover, .btn-sports-agero-grey:focus, .btn-sports-agero-grey:active, .btn-sports-agero-grey.active, .open .dropdown-toggle.btn-sports-agero-grey {
    color: #ffcc00;
    background: #000000;
    border: 1px solid #04122A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 9pt;
    font-family: 'Malgun Gothic',dotum;
    background: -webkit-linear-gradient(180deg, #088BDC, #055f94);
    background: -moz-linear-gradient(180deg, #088BDC, #055f94);
    background: -ms-linear-gradient(180deg, #088BDC, #055f94);
    background: -o-linear-gradient(180deg, #088BDC, #055f94);
    background: linear-gradient(180deg, #088BDC, #055f94);
}
.btn-sports-agero-grey {
    color: #fff;
    background: #2d353c;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 9pt;
    font-family: 'Malgun Gothic',dotum;
    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);
}
.btn-sports-agero-on {
    color: #fff;
    background: #055f94;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 9pt;
    font-family: 'Malgun Gothic',dotum;
    background: -webkit-linear-gradient(180deg, #055f94, #088BDC);
    background: -moz-linear-gradient(180deg, #055f94, #088BDC);
    background: -ms-linear-gradient(180deg, #055f94, #088BDC);
    background: -o-linear-gradient(180deg, #055f94, #088BDC);
    background: linear-gradient(180deg, #055f94, #088BDC);
}

/* 3.14.3 Component - Button - Inverse */

.btn.btn-inverse {
    color: #fff;
    background: #2d353c;
    border-color: #2d353c;
}
.btn-inverse:hover, 
.btn-inverse:focus, 
.btn-inverse:active, 
.btn-inverse.active, 
.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;
}



/* 3.14.4 Component - Button - Primary */

.btn.btn-primary {
    color: #fff;
    background: #348fe2;
    border-color: #348fe2;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.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;
}

/* 3.14.5 Component - Button - Success */

.btn.btn-success {
    color: #fff;
    background: #00acac;
    border-color: #00acac;
}
.btn.btn-success:hover, 
.btn.btn-success:focus, 
.btn.btn-success:active, 
.btn.btn-success.active, 
.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:hover, 
.btn.btn-success2:focus, 
.btn.btn-success2:active, 
.btn.btn-success2.active, 
.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:bold;
    border: 1px solid #111;
	background: -webkit-linear-gradient(180deg, #3d4650, #000);
	background: -moz-linear-gradient(180deg, #3d4650, #000);
	background: -ms-linear-gradient(180deg, #3d4650, #000);
	background: -o-linear-gradient(180deg, #3d4650, #000);
	background: linear-gradient(180deg, #3d4650, #000);
	font-size:12pt;
}
.btn.btn-inverse2:hover, 
.btn.btn-inverse2:focus, 
.btn.btn-inverse2:active, 
.btn.btn-inverse2.active, 
.open .dropdown-toggle.btn-inverse2 {
    color: #000;
	font-weight:bold;
    border: 1px solid #111;
	background: -webkit-linear-gradient(180deg, #93d872, #3a873a);
	background: -moz-linear-gradient(180deg, #93d872, #3a873a);
	background: -ms-linear-gradient(180deg, #93d872, #3a873a);
	background: -o-linear-gradient(180deg, #93d872, #3a873a);
	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;
}




/* 3.14.6 Component - Button - Warning */

.btn.btn-warning {
    color: #fff;
    background: #f59c1a;
    border-color: #f59c1a;
}
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active, 
.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;
}


/* 3.14.7 Component - Button - Danger */

.btn.btn-danger {
    color: #fff;
    background: #ff5b57;
    border-color: #ff5b57;
}
.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active, 
.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;
}


/* 3.14.8 Component - Button - Info */

.btn.btn-info {
    color: #fff;
    background: #49b6d6;
    border-color: #49b6d6;
}
.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.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;
}


/* 3.15 Component - Panel */

.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	font-size: 9pt;
	font-family:'Malgun Gothic',dotum;
}
.panel.panel-no-rounded-corner .panel-heading,
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.panel-heading {
    padding: 10px 15px;
    border: none;
}
.panel-heading + .table,
.panel-heading + .slimScrollDiv {
    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-right,
.panel-heading .progress.pull-left {
    width: 40%;
    min-width: 120px;
}
.panel-heading + .alert {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 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 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-control + .panel-footer {
    border-top: none;
}
.panel-body {
    padding: 0px 0px 2px 0px;
}
.panel-body.no-border {
    border: none !important;
}
.panel-body.with-table > .table {
    border: 0;
    margin: 0;
}
.panel-body.with-table > .table tr:last-child th,
.panel-body.with-table > .table tr:last-child td{
    border-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eee;
}
.panel-footer {
    background: #fff;
    border-top: 1px solid #eee;
}
.panel .tab-content {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.panel-default > .panel-heading {
    background: #fafafa;
}
.panel-inverse > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.panel-primary > .panel-heading,
.panel-info > .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; }


/* 3.16.Component - Panel - Panel Expand */

.panel.panel-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1080;
}
.panel-expand .height-xs,
.panel-expand .height-sm,
.panel-expand .height-md,
.panel-expand .height-lg,
.panel-expand .height-full {
    height: 100% !important;
}
@keyframes panelExpand {
    from { top: 50%; left: 50%; right: 50%; bottom: 50%; }
    to { top: 0; left: 0; right: 0; bottom: 0; }
}
@-webkit-keyframes panelExpand {
    from { 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-heading,
.panel.panel-expand > .panel-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.panel.panel-expand > .panel-body {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 40px;
    overflow-y: scroll;
    z-index: 1020;
}
.panel.panel-expand > .panel-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


/* 3.17 Component - Panel - Panel loading */

.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 .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* 3.18 Component - Modal Setting */

.modal-content {
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff !important;
}
.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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-message .modal-header,
.modal-message .modal-body,
.modal-message .modal-footer {
    width: 60%;
    border: none;
    margin: 0 auto;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/* 3.19 Component - Media Object */

.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 > .pull-left,
.media > .media-left {
    padding-right: 15px;
}
.media > .pull-right,
.media > .media-right {
    padding-left: 15px;
}
.media a:not(.btn):hover,
.media a:not(.btn):focus,
.media a:not(.btn):hover .media-heading,
.media a:not(.btn):focus .media-heading,
.media a:not(.btn).media-heading:hover,
.media a:not(.btn).media-heading:focus {
    color: #242a30;
    text-decoration: none;
}
.media-list.media-list-with-divider > li + li {
    border-top: 1px solid #eee;
    padding-top: 20px;
}


/* 3.20 Component - Table */

.table-dark {
    border-color: #667d93;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: #111;
	width:100%;
	border:1px solid #ccc;
}

.table {
    border-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.table > thead > tr > th {
    color: #242a30;
    font-weight: 600;
    border-bottom: 2px solid #000 !important;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-color: #000;
    padding: 10px 15px;
    background: #fff;
}
.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
    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 > thead > tr > th, 
.table.table-inverse > tbody > tr > th, 
.table.table-inverse > tfoot > tr > th, 
.table.table-inverse > thead > tr > td, 
.table.table-inverse > tbody > tr > td, 
.table.table-inverse > tfoot > tr > td {
    border-color: #999 !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.table.table-inverse,
.table.table-inverse > thead > tr > th, 
.table.table-inverse > tbody > tr > th, 
.table.table-inverse > tfoot > tr > th {
    color: #fff;
}
.table > thead > tr > td.info, 
.table > tbody > tr > td.info, 
.table > tfoot > tr > td.info, 
.table > thead > tr > th.info, 
.table > tbody > tr > th.info, 
.table > tfoot > tr > th.info, 
.table > thead > tr.info > td, 
.table > tbody > tr.info > td, 
.table > tfoot > tr.info > td, 
.table > thead > tr.info > th, 
.table > tbody > tr.info > th, 
.table > tfoot > tr.info > th {
    background: #dbf0f7;
    border-color: #b6e2ef;
}
.table > thead > tr > td.success, 
.table > tbody > tr > td.success, 
.table > tfoot > tr > td.success, 
.table > thead > tr > th.success, 
.table > tbody > tr > th.success, 
.table > tfoot > tr > th.success, 
.table > thead > tr.success > td, 
.table > tbody > tr.success > td, 
.table > tfoot > tr.success > td, 
.table > thead > tr.success > th, 
.table > tbody > tr.success > th, 
.table > tfoot > tr.success > th {
    background: #cceeee;
    border-color: #99dede;
}
.table > thead > tr > td.danger, 
.table > tbody > tr > td.danger, 
.table > tfoot > tr > td.danger, 
.table > thead > tr > th.danger, 
.table > tbody > tr > th.danger, 
.table > tfoot > tr > th.danger, 
.table > thead > tr.danger > td, 
.table > tbody > tr.danger > td, 
.table > tfoot > tr.danger > td, 
.table > thead > tr.danger > th, 
.table > tbody > tr.danger > th, 
.table > tfoot > tr.danger > th {
    background: #ffdedd;
    border-color: #ffbdbc;
}
.table > thead > tr > td.warning, 
.table > tbody > tr > td.warning, 
.table > tfoot > tr > td.warning, 
.table > thead > tr > th.warning, 
.table > tbody > tr > th.warning, 
.table > tfoot > tr > th.warning, 
.table > thead > tr.warning > td, 
.table > tbody > tr.warning > td, 
.table > tfoot > tr.warning > td, 
.table > thead > tr.warning > th, 
.table > tbody > tr.warning > th, 
.table > tfoot > tr.warning > th {
    background: #fdebd1;
    border-color: #fbd7a3;
}
.table > thead > tr > td.active, 
.table > tbody > tr > td.active, 
.table > tfoot > tr > td.active, 
.table > thead > tr > th.active, 
.table > tbody > tr > th.active, 
.table > tfoot > tr > th.active, 
.table > thead > tr.active > td, 
.table > tbody > tr.active > td, 
.table > tfoot > tr.active > td, 
.table > thead > tr.active > th, 
.table > tbody > tr.active > th, 
.table > tfoot > tr.active > th {
    background: #f0f3f5;
    border-color: #e2e7e9;
}


/* 3.21 Component - Well */

.well {
    padding: 15px;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.well-sm {
    padding: 10px;
}
.well-lg {
    padding: 30px;
}


/* 3.22 Component - Jumbotron */

.jumbotron {
    background: #f0f3f4;
}
.jumbotron h1, 
.jumbotron .h1 {
    font-size: 56px;
}
.jumbotron p {
    font-size: 18px;
}


/* 3.23 Component - List Group */

a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
    background: #348fe2;
}
a.list-group-item.active > .badge, 
.nav-pills > .active > a > .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;
}


/* 3.24 Component - Carousel */

.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;
}



/* -------------------------------
   4.0 Predefined CSS Setting
------------------------------- */

/* 4.1 Predefined Classes */

.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; }.row.row-space-18 { 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: 0px !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-14 { margin-top: -14px !important; }.m-t-m-20 { margin-top: -20px !important; }.m-t-m-25 { margin-top: -25px !important; }
.m-t-0 { margin-top: 0px !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: 0px !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-11 { margin-right: 11px !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: 0px !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-32 { margin-bottom: 32px !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: 0px !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-70 { margin-left: 70px !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: 0px !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-36 { padding: 36px !important; }.p-40 { padding: 40px !important; }
.p-t-0 { padding-top: 0px !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: 0px !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-32 { padding-right: 32px !important; }.p-r-35 { padding-right: 35px !important; }.p-r-36 { padding-right: 36px !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: 0px !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-18 { padding-bottom: 18px !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-36 { padding-bottom: 36px !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: 0px !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-36 { padding-left: 36px !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; }.text-left { text-align: left !important; }.text-right { text-align: right !important; }
.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: bold !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-valign-middle th, 
.table-valign-middle td { 
    vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td { 
    vertical-align: middle !important;
}
.table-valign-top th, 
.table-valign-top td { 
    vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td { 
    vertical-align: top !important;
}
.table-valign-bottom th, 
.table-valign-bottom td { 
    vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td { 
    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 { 
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.rounded-corner {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    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-bottom: 1px solid #000000 !important; }
.border-t3-b-1 { border-top: 1px solid #383F46 !important; border-bottom: 1px solid #000000 !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 {
	background-color: transparent;
	height: 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-top: 1px solid rgba(0,0,0,0.9);
	margin: 0;
	clear: both;
}
.hrlinelive {
	background-color: transparent;
	height: 0;
	border: none;
	border-top: 1px solid #152b40;
	margin: 0;
	clear: both;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    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; }
.height-32 { height: 32px !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-36 { height: 36px !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-79 { height: 79px !important; }
.height-80 { height: 80px !important; }
.height-83 { height: 83px !important; }
.height-84 { height: 84px !important; }
.height-87 { height: 87px !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-127 { height: 127px !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-410 { height: 410px !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-50pro { height: 50% !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-half { width: 50% !important; }
.width-8pro { width: 8.33% !important; }
.width-9pro { width: 9.09% !important; }
.width-10pro { width: 10% !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.66% !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: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .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 #000000 !important;
}
.leftline2 {
    border-left: 1px solid #000000 !important;
}
.rightline2 {
    border-right: 1px solid #000000 !important;
}

.overunderline {
	clear: both;
	padding: 0px;
	margin: 10px 0 10px 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #000000;
    border-bottom: 1px solid #292929;
}

.overunderline2 {
	clear: both;
	padding: 0px;
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #292929;
}

.overunderline3 {
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px -2px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #292929;
}

.overunderline4 {
	clear: both;
	padding: 0px;
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
    border-bottom: 1px solid #292929;
}
/* -------------------------------
   5.0 Plugins Setting
------------------------------- */

/*  5.1 Plugins - jQuery Draggable */

.row > [class*="col-"].ui-sortable {
    min-height: 50px;
}
.theme-panel [class*="col-"].ui-sortable,
.panel [class*="col-"].ui-sortable {
    min-height: 0px;
}
.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;
}


/* 5.2 Plugins - Slimscrollbar */

.slimScrollBar {
    width: 5px !important;
    right: 0 !important;
}
.slimScrollRail {
    width: 5px !important;
    right: 0 !important;
}


/* 5.3 Plugins - Gritter Notification */

.gritter-item-wrapper {
    background: none !important;
    overflow: hidden !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    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;
}


/* 5.4 Plugins - Data Table */

.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;
}
div.dataTables_scrollHead .table,
.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table,
.DTFC_RightWrapper div.DTFC_RightHeadWrapper table {
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 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_wrapper .dataTables_scrollBody table.dataTable,
.dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable,
.dataTables_scroll + .dataTables_info {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 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 > tbody + thead > tr > th,
.table.fixedHeader-floating 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 th.focus, 
table.dataTable td.focus {
    position: relative;
    z-index: 1000;
    outline: 2px solid #242a30 !important;
}


/* 5.5 Plugins - Datepicker */

.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover {
    background: #eee !important;
}
.datepicker table tr td.active:hover, 
.datepicker table tr td.active:hover:hover, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled:hover:hover, 
.datepicker table tr td.active:focus, 
.datepicker table tr td.active:hover:focus, 
.datepicker table tr td.active.disabled:focus, 
.datepicker table tr td.active.disabled:hover:focus, 
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, 
.datepicker table tr td.active.disabled:active, 
.datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active, 
.datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:hover.active, 
.open .dropdown-toggle.datepicker table tr td.active, 
.open .dropdown-toggle.datepicker table tr td.active:hover, 
.open .dropdown-toggle.datepicker table tr td.active.disabled, 
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #348fe2 !important;
    color: #fff !important;
}
.datepicker {
    min-width: 250px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !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-to, .irs-single {
    background: #2d353c !important;
}
.datepicker-full-width .datepicker-inline {
    width: 100%;
}


/* 5.6 Plugins - Colorpicker */

.colorpicker {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.colorpicker-hue, .colorpicker-alpha {
    margin-bottom: 0;
}


/* 5.7 Plugins - Bootstrap Timepicker */

.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.bootstrap-timepicker-widget table td input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    border: 1px solid #ddd !important;
    max-width: 200px;
}
.bootstrap-timepicker-widget table td a:hover,
.bootstrap-timepicker-widget table td a:focus {
    background: #348fe2 !important;
    border: none !important;
    color: #fff;
}


/* 5.8 Plugins - jQuery Autocomplete */

.ui-widget {
    font-family: 'Malgun Gothic','Open Sans';
    font-size: 12px;
}
.ui-autocomplete {
    padding: 5px 0 !important;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #ccc !important;
}
.ui-stats-hover, 
.ui-widget-content .ui-stats-hover, 
.ui-widget-header .ui-stats-hover, 
.ui-stats-focus, 
.ui-widget-content .ui-stats-focus, 
.ui-widget-header .ui-stats-focus {
    border: none !important;
    background: #348fe2 !important;
    color: #fff !important;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    
}
.ui-menu .ui-menu-item a {
    padding: 5px 10px;
}


/* 5.9 Plugins - Combobox */

.combobox-container {
    display: table;
    border-collapse: separate;
    width: 100%;
}
.combobox-container input, .combobox-container .uneditable-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;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.combobox-container input:focus, .combobox-container .uneditable-input:focus {
    outline: 0;
    border-color: #d8dce2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    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.0;
    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;
}


/* 5.10 Plugins - Bootstrap Select */

body .bootstrap-select .btn:focus {
    outline: none !important;
}


/* 5.11 Plugins - TagIt */

.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;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !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:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
    text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
    color: #666;
    color: rgba(0,0,0,0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
    color: #666;
    color: rgba(255,255,255,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;
}


/* 5.12 Plugins - Parsley */

.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: #cceeee !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;
}

/* 5.14 Plugins - Bootstrap Wizard */
    
.bwizard-steps {
    font-size: 14px !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    display: table !important;
    width: 100% !important;
}
.bwizard-steps li:before,
.bwizard-steps li:after {
    border: none !important;
}
.bwizard-steps li {
    float: none !important;
    display: table-cell !important;
    padding: 15px !important;
    line-height: 20px !important;
    background: #f0f3f4 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.bwizard-steps li:hover,
.bwizard-steps li:focus {
    background: #d3dadf !important;
}
.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus: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;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.bwizard-steps li.active,
.bwizard-steps li.active:hover,
.bwizard-steps li.active:focus {
    background: #348FE2 !important;
}

/* 5.15 Plugins - Fullcalendar */

.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;
    border: none;
    color: #242a30;
    padding: 10px 15px;
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #D2D6DA;
    border-bottom: 1px solid #D2D6DA;
}
.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
    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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 3px 5px rgba(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: initial;
    height: auto !important;
}
.fc .fc-toolbar h2 {
    font-size: 24px;
    line-height: 30px;
}


/* 5.16 Plugins - jVectorMap */
			    
.jvectormap-zoomin, .jvectormap-zoomout {
    width: 16px !important;
    height: 16px !important;
}

/* 5.17 Plugins - Flot Chart */

.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 0 !important;
}
.legend > div {
    border-radius: 4px !important;
    background: #000 !important;
}
.legend > table tr td.legendLabel {
    padding-right: 10px !important;
    color: #fff;
}
.legend > table tr + tr td {
    padding-top: 0px !important;
}
.legendColorBox > div > div {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-width: 4px !important;
}
.tickLabel,.legendLabel {
    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.0;
    filter: alpha(opacity=100);
    z-index: 10000 !important;
}


/* 5.18 Plugins - Sparkline */

.jqstooltip {
    border: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #333 !important;
    width: auto !important;
    height: auto !important;
}



/* -------------------------------
   6.0 Page Setting
------------------------------- */

/* 6.1 Page - Search Result */
 
.result-list:before,
.result-list:after {
    content: '';
    display: table;
    clear: both;
}
.result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.result-list > li:before,
.result-list > li:after {
    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:hover,
.result-list .result-image a:focus {
    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:hover,
.result-list .btn-row a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.result-list .btn-row a + a {
    margin-left: 10px;
}
.result-list .result-info {

}
.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;
}


/* 6.2 Media Message */

.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;
}


/* 6.3 Widget Stats */

.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:hover, 
.widget-stats .stats-link a:focus {
    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 {
    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;
}

/* 6.4 Todolist */

.todolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.todolist > li > a {
    display: block;
    color: #333;
}
.todolist > li > a:hover,
.todolist > li > a:focus {
    background: #fafafa;
    text-decoration: none;
}
.todolist > li > a:hover .todolist-input i:before,
.todolist > li > a:focus .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:hover .todolist-input i:before,
.todolist > li.active > a:focus .todolist-input i:before {
    content: '\f14a';
    color: #00acac;
    opacity: 1.0;
    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;
}


/* 6.5 Page - Vector / Google Map */

.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;
}


/* 6.6 Page - Invoice */                
          
.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-from,
.invoice-to,
.invoice-date {
    display: table-cell;
    width: 1%;
}
.invoice-from,
.invoice-to {
    padding-right: 20px;
}
.invoice-from strong,
.invoice-to strong,
.invoice-date .date {
    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: normal;
    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%;
}


/* 6.7 Page - Login */
	    
.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: 14px solid transparent;
    border-color: #4DCACA #31A3A3 #1D8888;
    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;
}


/*  6.8 Page - Gallery */

.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;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.gallery .image-inner {
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.gallery .image a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.gallery .image a:hover,
.gallery .image a:focus {
    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;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    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;
}


/* 6.9 Page - Inbox */
      
.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:hover,
.table.table-email .email-btn:focus {
    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;
}


/* 6.10 Page - 404 Error Page */

.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;
}



/* -------------------------------
   7.0 Update - V1.1
------------------------------- */

/* 7.1 Timeline Setting */

.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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #7b7bff;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: background .2s linear;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
}
.timeline .timeline-icon a:hover,
.timeline .timeline-icon a:focus {
    background: #7b7bff;
}
.timeline .timeline-body {
	font-family:'Malgun Gothic',arial,gulim;
	font-size:14pt;
	color:#ffffff;
    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;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    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-header + .timeline-content,
.timeline-header + .timeline-footer,
.timeline-content + .timeline-footer {
    margin-top: 20px;
}
.timeline-content:before,
.timeline-content:after {
    content: '';
    display: table;
    clear: both;
}
.timeline-title {
    margin-top: 0;
}
.timeline-footer {
    margin: -20px -30px;
    padding: 20px 30px;
    background: #e8ecf1;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.timeline-footer a:not(.btn) {
    color: #575d63;
}
.timeline-footer a:not(.btn):hover,
.timeline-footer a:not(.btn):focus {
    color: #2d353c;
}


/* 7.2 Coming Soon Page Setting */

.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: 16px solid transparent;
    border-color: #4DCACA #31A3A3 #1D8888;
    margin-right: 5px;
    position: relative;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    top: -4px;
}
.coming-soon .coming-soon-header .desc,
.coming-soon .coming-soon-header .timer,
.coming-soon .coming-soon-header .brand {
    position: relative;
    z-index: 1020;
}
.coming-soon .coming-soon-header:before {
    background: #000;
}
.coming-soon .coming-soon-header .bg-cover {
    background: #000;
    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:before,
.coming-soon .coming-soon-header .timer:after {
    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 rgba(255,255,255,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;
}



/* -------------------------------
   8.0 Update - V1.2
------------------------------- */

/* 8.1 Theme Panel Setting */

.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;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    transition: right .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;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.theme-panel .theme-list > li > a:hover,
.theme-panel .theme-list > li > a:focus {
    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 0px 3px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 0px 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;
}


/* 8.2 Powerange Slider Setting */

.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-min, .range-max {
    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; }


/* 8.3 Plugins DateTimepicker  */

.datetimepicker table tr td.active,
.datetimepicker table tr span.active {
    background-image: none !important;
    background: #348fe2!important;
    color: #fff !important;
}
.datetimepicker table {
    width: 100%;
}
.datetimepicker th, 
.datetimepicker td {
    padding: 0px 5px !important;
    width: 30px !important;
    height: 30px !important;
}


/* 8.4 Plugins wysihtml5 Sandbox  */

.wysihtml5-sandbox {
    width: 100% !important;
}


/* 8.5 Plugins Typeahead  */

.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;
}


/*  8.6 Plugins Select 2 Choice */

.select2-container.form-control .select2-choice, 
.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, 
.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;
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-drop.select2-drop-above {
    -webkit-box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
    box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-search input {
    border-color: #e2e7eb !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ddd !important;
    background: #fff !important;
}


/*  trans_bg_box */
.transbg {
	margin:30px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*  8.7 Login Page V2 */


.login-v2-m {
    color: #ccc;
    width: 450px;
	margin: 168px auto;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.login-v2-m .login-content {
    padding: 40px;
}   
.login.login-v2-m label {
    color: #ccc;
}
.login.login-v2-m a {
    color: #fff;
}
.login.login-v2-m .login-header {
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.login-v2 .login-content {
    padding: 40px;
}   
.login.login-v2 label {
    color: #ccc;
}
.login.login-v2 a {
    color: #fff;
}
.login.login-v2 .login-header {
    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: #666666; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #666666 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #666666 0%,#000000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #666666 0%,#000000 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #666666 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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 .2s linear;
    -webkit-transition:  all .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%;
}



/* -------------------------------
   9.0 Update - V1.3
------------------------------- */

/* 9.1 Widget Chart Setting */

.widget-chart {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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: rgba(255,255,255,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: rgba(255,255,255,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: rgba(255,255,255,0.3);
}
.morris-inverse .morris-hover {
    border: none !important;
    padding: 8px !important;
    color: #ccc !important;
}
.morris-hover {
    z-index: 0 !important;
}


/* 9.2 List Group Item Inverse Setting */

.list-group-item.list-group-item-inverse {
    background: #2d353c;
    border-color: #242a30;
    color: #fff;
    font-weight: 300;
}
.list-group-item.list-group-item-inverse .label-inverse, 
.list-group-item.list-group-item-inverse .badge-inverse {
    background: #242a30;
    background: rgba(0,0,0,0.4);
}
.list-group-item.list-group-item-inverse:hover, 
.list-group-item.list-group-item-inverse:focus {
    color: #fff;
    background: #282F35;
}


/* 9.3 Bootstrap Calendar Setting */

.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-right,
.bootstrap-calendar .calendar .icon-arrow-left { 
    cursor: pointer;
    display: inline-block;
    font-family: 'Malgun Gothic',FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
.bootstrap-calendar .calendar .icon-arrow-right:hover,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-left:focus {
    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:hover, 
.bootstrap-calendar .calendar .event .popover a:focus {
    color: #2a6496;
    text-decoration: underline;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
    text-shadow: none;
    color: #2d353c;
    box-shadow: none;
    font-weight: normal;
}
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
    color: #fff;
    opacity: 0.8;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus {
    background: none;
    text-align: center;
}
.bootstrap-calendar .calendar .fa-circle {
    position: absolute;
    right: 0;
    top: 0;
}


/* 9.4 Registered Users List Setting */

.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;
}


/* 9.5 Chat List Setting */

.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:before,
.chats > li:after {
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chats .message:before,
.chats .message:after {
    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:before,
.chats .right .message:after {
    left: auto;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #ccd0d4;
}
.chats .right .message:after {
    right: -13px;
    border-left-color: #fff;
}


/* 9.6 Gallery v2 - Superbox Setting */

.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 {
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.65);
    box-shadow: 0 5px 35px rgba(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;
}



/* -------------------------------
   10.0 Update - V1.4
------------------------------- */

/* 10.1 Page - Email Inbox v2 */

.list-email {
    margin-bottom: 0;
    border-top: 1px solid #e2e7eb;
    border-bottom: 1px solid #e2e7eb;
}
.list-email > li.list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.list-email > li.list-group-item {
    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:before,
.list-email > li.list-group-item:after {
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 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 .2s linear;
    -webkit-transition: all .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;
}


/* 10.2 Page - Email Detail v2 */

.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;
}


/* 11.2 Pace Loader Setting */

.ie8 .pace .pace-activity {
    display: none;
}
.pace {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 2000;
}
.pace:before {
    content: '';
    background: none;
    position: fixed;
    top: 54px;
    right: 0;
    left: 0;
    height: 3px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 65px;
    right: 8px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #00acac;
    border-left-color: #00acac;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* -------------------------------
   12.0 Update - V1.6
------------------------------- */

.navbar-header.navbar-header-without-bg .navbar-brand {
    background: none !important;
}

/* 13.5 Top Navbar Mega Menu Setting */

.dropdown.dropdown-lg {
    position: static;
}
.dropdown-menu.dropdown-menu-lg {
    left: 20px;
    right: 20px;
    padding: 20px;
}
.dropdown-header {
    font-size: 14px;
    font-weight: bold;
    color: #242a30;
    padding: 0;
    margin: 0 0 10px;
}
.dropdown-menu.dropdown-menu-lg .nav > li > a {
    padding: 0;
    background: none;
    line-height: 24px;
}


/* 13.6 Login & Register Page with News Feed Setting */

.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: rgba(255,255,255,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: rgba(255,255,255,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;
}


/* 13.7 Plugins - Bootstrap Date Range Picker */

.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background: #348fe2 !important;
    text-shadow: none !important;
    color: #fff;
}
.daterangepicker .calendar th, 
.daterangepicker .calendar td {
    padding: 7px !important;
}
.daterangepicker .ranges li.active, 
.daterangepicker .ranges li:hover {
    background: #348fe2 !important;
    color: #fff !important;
}
.daterangepicker .ranges li {
    color: #242a30 !important;
}


/* 13.8 Plugins - Select 2 */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #348fe2 !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    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;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2) !important;
    box-shadow: 0 2px 5px -1px rgba(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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px !important;
}


/* 13.9 Top Navbar Language Setting */

.navbar-language .flag-icon {
    font-size: 15px;
    margin: 2px 7px 0;
    float: left;
}


/* 13.10 Profile Page Setting */

.profile-container {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.profile-container:before,
.profile-container:after {
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.profile-image img {
    display: block;
    max-width: 100%;
}
.profile-highlight {
    padding: 12px 15px;
    background: #FEFDE1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.profile-highlight h4 {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: bold;
}
.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: normal;
    margin-top: 5px;
}
.table.table-profile > thead > tr > th,
.table.table-profile > tbody > tr > td {
    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:before,
.profile-section:after {
    content: '';
    display: table;
    clear: both;
}
.profile-section .title {
    font-size: 20px;
    margin: 0 0 15px;
}
.profile-section .title small {
    font-weight: normal;
}


/* -------------------------------
   14.0 Update - V1.8
------------------------------- */

/* 14.1 Full Color Panel */

.panel-body[class*="bg-"] {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


/* 14.2 Bootstrap Date Timepicker */

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;
}



/* -------------------------------
   15.0 Update - V1.9
------------------------------- */

/* 15.1 Sidebar Transparent */

.sidebar.sidebar-transparent {
    background: none;
}
.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;
}

/* 15.2 Top Menu Element */

.top-menu {
    background: #2d353c;
    height: 44px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1015;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	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);
}

.top-menu-in {
    height: 43px;
	margin-left: 280px;
	margin-right: 280px;
	padding:0 10px 0 10px;
}

.container-fluid {
    height: 55px;
	vertical-align:middle;
	background: #111;
}


.top-menu-in .has-sub {
    height: 43px;
	line-height:43px;
}

.top-menu .nav {
    white-space: nowrap;
	list-style-type: none;
	display: table;
	width: 100%;
}
.top-menu .nav > li {
    position: relative;
	display: table-cell;
	vertical-align:middle;
}
.top-menu .nav > li + li {
    margin-left: -3px;
}
.top-menu .nav > li > a {
    padding: 10px 20px;
    color: #a8acb1;
    line-height: 20px;
}
.top-menu .nav > li > a .badge,
.top-menu .nav > li > a .label {
    margin-left: 5px;
}
.top-menu .nav > li > a .badge {
    background: #1b1f24;
}
.top-menu .nav > li > a .badge.pull-right,
.top-menu .nav > li > a .label.pull-right {
    margin-top: 1px;
}
.top-menu .nav > li > a i {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    line-height: 18px;
    width: 14px;
    text-align: center;
}
.top-menu .nav > li > a .caret.pull-right {
    margin-top: 8px;
    margin-left: 5px;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
    background: #232a2f;
	border-bottom:3px solid #fc6200;
	height:41px;
}

/* 15.2.1 Top Menu Sub Menu Setting */

.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:hover,
.top-menu .sub-menu > li.active > a:focus,
.top-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:focus {
    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:hover,
.top-menu .nav > li.active > a:focus{
    background: #00acac;
    color: #fff;
}


/* 15.2.2 Top Menu Left & Right Control Setting */

.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 {
    from { left: -50px; }
    to { left: 0; }
}
@-webkit-keyframes slideInLeft {
    from { left: -50px; }
    to { left: 0; }
}
.top-menu .nav > li.menu-control.menu-control-left.show {
    -webkit-animation: slideInLeft .2s;
    animation: slideInLeft .2s;
    left: 0;
}
@keyframes slideInRight {
    from { right: -50px; }
    to { right: 0; }
}
@-webkit-keyframes slideInRight {
    from { right: -50px; }
    to { right: 0; }
}
.top-menu .nav > li.menu-control.menu-control-right.show {
    -webkit-animation: slideInRight .2s;
    animation: slideInRight .2s;
    right: 0;
}
.top-menu .nav > li.menu-control.menu-control-left > a {
    -webkit-box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
    box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
}
.top-menu .nav > li.menu-control.menu-control-right > a {
    -webkit-box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
    box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
}


/* toto-mix-list */
.list-box-g-agero {
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #dddddd;
    overflow-x: hidden;
    height: 24px;
}
.list-box-g2 {
    display: flex;
    flex: 1 1 0px; 
    vertical-align: middle; 
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.list-box-g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    height:24px;
    overflow: hidden;
}
.list-box-g2 {
    display: flex;
    flex: 1 1 0px; 
    vertical-align: middle; 
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.list-box-mg {
    display: table; 
    vertical-align: middle; 
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #fc6200;
    overflow-x: hidden;
	font-size: 23pt; 
	font-family: '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;
}
.home-t {
    display: flex;
    text-align: center;
    vertical-align: middle; 
    width: calc(50% - 39px);
    padding: 1px;
    overflow: hidden;
    float: left;
}
.vs-t {
    display: flex;
    text-align: center;
    vertical-align: middle;
	width: 78px;
    padding: 1px;
    overflow: hidden;
    float: left;
}
.vs-t-agero {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    min-width: 73px;
    width: 6%;
    padding: 1px;
    overflow-x: hidden;
}
.away-t {
    display: flex;
    text-align: center;
    vertical-align: middle; 
    width: calc(50% - 39px);
    padding: 1px;
    overflow: hidden;
    float: left;
}
.home-t-agero {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 1px;
    overflow-x: hidden;
}
.away-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-x: hidden;
    position:relative;
}
.hva_bt_sub1-agero {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 33.3%;
    padding: 1px;
    overflow-x: hidden;
    position: relative;
}
.hva_bt_sub2 {
    text-align: center;
    display: table-cell; 
    vertical-align: middle; 
    width: 50%;
    padding: 1px;
    overflow-x: hidden;
	position:relative;
}
.etc-live {
	 text-align: center;
    display: table-cell; 
    vertical-align: middle; 
    padding: 0px;
    overflow-x: hidden;
}
.etc-live-ban {
	 text-align: center;
    display: table-cell; 
    vertical-align: middle; 
	width: 50%;
    padding: 0px;
    overflow-x: hidden;
}
.etc-live-l {
    text-align: left;
    display: table-cell; 
    vertical-align: middle; 
    overflow-x: hidden;
}
.etc-live-r {
    text-align: right;
    display: table-cell; 
    vertical-align: middle; 
    width: 50px;
    min-width: 50px;
    overflow-x: hidden;
}
.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;
	padding: 4px;
	color: #fafafa;
    height: 30px;
    font-size: 16px;
}

.table-h-agero {
    background: #0c0e10;
    border: 1px solid #333e46;
    padding: 4px;
    color: #fafafa;
    height: 30px;
}

.table-h-grey {
	background: #b5b5b7;
	border:1px solid #b5b5b7;
	padding: 4px;
	color: #fff;
    height: 22px;
    font-size: 16px;
}

.table-b {
	background: #171c20;
	border:1px solid #333e46;
	padding: 4px;
	color: #e8e8e8;
    height: 65px;
    font-size: 14px;
}

.table-b-agero {
    background: #171c20;
    border: 1px solid #333e46;
    padding: 4px;
    color: #e8e8e8;
    height: 30px;
}

.table-b-white {
	background: #fff;
	border:1px solid #000;
	padding: 4px;
	color: #000;
    height: 40px;
    font-size: 14px;
}

.table-b-black {
	background: #191919;
	border:1px solid #fff;
	padding: 4px;
	color: #fff;
    height: 40px;
    font-size: 14px;
}

.cursor {
    cursor: pointer;
}
.sport-icon {
    background: url(static/image/s_icons.svg) no-repeat;
    height: 20px;
    width: 22px;
    display: inline-block;
}

.sport-icon.athletics {
    height: 20px;
    width: 25px;
    background-position: 0px 0px;
}

.sport-icon.aussie-rules {
    height: 20px;
    width: 25px;
    background-position: -36px 0px;
}

.sport-icon.bandy {
    height: 20px;
    width: 25px;
    background-position: -108px 0px;
}

.sport-icon.sicon3 {
    height: 20px;
    width: 25px;
    background-position: -144px 0px;
}

.sport-icon.sicon2 {
    height: 20px;
    width: 25px;
    background-position: -180px 0px;
}

.sport-icon.sicon26 {
    height: 20px;
    width: 25px;
    background-position: -216px 0px;
}

.sport-icon.betting-menu-expand-or-collapse-icon {
    height: 20px;
    width: 25px;
    background-position: -252px 0px;
}

.sport-icon.biathlon {
    height: 20px;
    width: 25px;
    background-position: -288px 0px;
}

.sport-icon.bobsleigh {
    height: 20px;
    width: 25px;
    background-position: -324px 0px;
}

.sport-icon.sicon10 {
    height: 20px;
    width: 25px;
    background-position: -360px 0px;
}

.sport-icon.burger-menu {
    height: 20px;
    width: 25px;
    background-position: -396px 0px;
}

.sport-icon.casino {
    height: 20px;
    width: 25px;
    background-position: -432px 0px;
}

.sport-icon.chess {
    height: 20px;
    width: 25px;
    background-position: -468px 0px;
}

.sport-icon.close {
    height: 20px;
    width: 25px;
    background-position: -504px 0px;
}

.sport-icon.sicon21 {
    height: 20px;
    width: 25px;
    background-position: -540px 0px;
}

.sport-icon.sicon28 {
    height: 20px;
    width: 25px;
    background-position: 0px -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: 0px -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: 0px -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 { filter:alpha(opacity=99); opacity:1; -moz-opacity:1; }
.alpha-99 { filter:alpha(opacity=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.90; -moz-opacity:0.90; }
.alpha-80 { filter:alpha(opacity=80); opacity:0.80; -moz-opacity:0.80; }
.alpha-70 { filter:alpha(opacity=70); opacity:0.70; -moz-opacity:0.70; }
.alpha-60 { filter:alpha(opacity=60); opacity:0.60; -moz-opacity:0.60; }
.alpha-50 { filter:alpha(opacity=50); opacity:0.50; -moz-opacity:0.50; }
.alpha-40 { filter:alpha(opacity=40); opacity:0.40; -moz-opacity:0.40; }
.alpha-30 { filter:alpha(opacity=30); opacity:0.30; -moz-opacity:0.30; }
.alpha-20 { filter:alpha(opacity=20); opacity:0.20; -moz-opacity:0.20; }
.alpha-10 { filter:alpha(opacity=10); opacity:0.10; -moz-opacity:0.10; }
.alpha-0 { filter:alpha(opacity=0); opacity:0; -moz-opacity:0; }

.bettingbox {
	padding:0px;
	padding:0px;
 	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;
 	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	overflow-x: hidden;
	overflow-y: hidden;
 }
 .betlistcolor_a {
	float: left;
	width: 210px;
	min-width: 210px;
	color: #000;
	font-size: 8pt;
	font-family: 'Malgun Gothic',dotum;
	/*letter-spacing:-0.1em;*/
	height: 17px;
	line-height: 17px;
	padding: 0px;
	margin: 7px 0 0 4px;
	overflow: hidden;
 }
 .betlistcolor_b {
	float: left;
	width: 190px;
	min-width: 190px;
	color: #d65708;
	font-size: 12px;
	font-family: 'Malgun Gothic',dotum;
	/*letter-spacing:-0.1em;*/
 	height: 17px;
	line-height: 17px;
	padding: 0px;
	margin: 1px 0 0 4px;
	overflow-x: hidden;
 }
 .betlistcolor_b_odd {
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
    font-family: 'Malgun Gothic',dotum;
    background-color: #d75809;
 	height: 17px;
    line-height: 17px;
    border-radius: 3px;
	padding: 0 3px;
	margin: 0px 6px 0 0;
 }
 .betlistclose {
	float: right;
	color: #d20000;
	font-size: 19px;
	font-family: 'Malgun Gothic',dotum;
	line-height: 17px;
	padding: 5px 10px 10px 10px;
	margin: 0;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
 }
 .betlistclose:hover {
     color: #f37e82;
  }

 .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 !important;
}

.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:0px !important }
.left-0 { left:0px !important }
.right-0 { right:0px !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;
}

.line-bottom9 {
    border-bottom: 5px solid #017ef6;
}

.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-line9:active{
	background:#111;
}

.t-line10{
	border-top:5px solid #9933ff;
}
.t-line9:active{
	background:#111;
}

.live-tmenu-name{
	font-size: 17px;
	color:#fafafa;
	margin:0 0 3px 0;
}
.live-tmenu-name-casino{
	font-size:11pt;
	color:#d0d0d0;
	text-shadow:0 -1px 0 rgba(0,0,0,.33);
	margin:0 0 3px 0;
	font-family:'Malgun Gothic',arial;
}
.live-tmenu-name-agero{
	font-size: 11pt;
    color: #fafafa;
    margin: 0 0 3px 0;
}


.live-tmenu-countdown{
	font:700 17px Open Sans Condensed,sans-serif;
	color:#ffffff;
}

.live-tmenu-countdown-agero{
	font: 700 13px Open Sans Condensed,sans-serif;
    color: #ffffff;
}

.live-tmenu-casino-sub{
	font-size:9pt;
	font-family:'Malgun Gothic',dotum;
	color:#7d7d7d;
	font-weight:normal;
}

.playerbox{
	width:100%;
	height:422px;
	text-align:center;
	position: relative;
}
.playerbox2{
	width:100%;
	height:380px;
	text-align:center;
	position: relative;
}
.playerbox3{
	width:100%;
	height:641px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.east-playerbox3{
	width:100%;
	height:560px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.boscore-playerbox3{
	width:100%;
	height:600px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.boscoreball-playerbox3{
	width:100%;
	height:700px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.bubble-playerbox3{
	width:100%;
	height:609px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.livescore-playerbox3{
	width:100%;
	height:746px;
	text-align:center;
    position: relative;
    overflow: hidden;
}
.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;user-select:none;}
.lottery-item{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%,.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,.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%,.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,.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,.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}


/** 08. Item Box (team, shop, etc)
 **************************************************************** **/
.item-box {
	background:#fff;
	overflow:hidden;
	margin:0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			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;
	/*white-space: nowrap;*/
}
	.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:#eee 1px solid;
	text-align:center;
	display:block;
}


/* hover */
.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;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	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:#424242 1px dotted;
	border-bottom:#424242 1px dotted;
}

.no-radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.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 {
    -webkit-box-sizing: border-box;
    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: 12px 0;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    display: table;
}

.score-button {
    border: 1px solid #fff;
    border-radius: 2px;
    width: 30px;
    display: table-cell;
    padding-bottom: 3px;
    vertical-align: middle;
}

.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 {
    width: 50px;
    float: right;
    text-align: right;
}

.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 {
    background-color: #2e302d;
    border-radius: 0;
    border-top: 1px solid #3f4346;
    border-bottom: 1px solid #000;
    color: #fff;
}

.btn-sports-detail-mob {
    background-color: #2e302d;
    border-radius: 0;
    border-top: 1px solid #3f4346;
    border-bottom: 1px solid #000;
    color: #fff;
}

.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:hover,
.btn-sports-detail:focus,
.btn-sports-detail.active,
.btn-sports-detail-mob.active {
    background-color: #ff6300;
    color: #fff;
}

.img-odds-up {
    position: absolute;
    top: calc(-50% + 2px);
    left: calc(100% - 3px);
}

.img-odds-down {
    position: absolute;
    top: calc(50% + 2px);
    left: calc(100% - 3px);
}

.img-odds-up-right {
    position: absolute;
    top: calc(-50% + 2px);
    right: calc(100% - 3px);
}

.img-odds-down-right {
    position: absolute;
    top: calc(50% + 2px);
    right: calc(100% - 3px);
}

.blinking{
    opacity: 0;
	-webkit-animation:blink 1s ease-in-out 3;
    -moz-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{
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes blink{
    from {opacity:0;}
    to {opacity:1;}
}
@keyframes blink{
    from {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, .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 input {
    background-color: #ffcc00;
    color: #000;
}

.coin-input.el-input.is-disabled .el-input__inner {
    background-color: #ffcc00;
    color: #000;
}

.dialog-grey .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%;
}

.right-button {
    padding: 9px;
    margin-top: 3px;
    right: 5px;
    top: 0;
}



.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 {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #367fde;
    margin: 0 auto;
}

.status-no {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #23272a;
    margin: 0 auto;
}

.status-wait {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #727071;
    margin: 0 auto;
}

.status-lose {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #d73c38;
    margin: 0 auto;
}

.status-win {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #367fde;
    margin: 0 auto;
}

.status-cancel {
    width: 80px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #faaf44;
    margin: 0 auto;
}


.status-cancel-request {
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    background-color: #14851b;
    margin: 0 auto;
}

.td-big, .bet-type-big {
    border: 1px solid red;
    border-radius: 50%;
    padding: 8px 10px;
}

.td-middle, .bet-type-middle {
    border: 1px solid #337dde;
    border-radius: 50%;
    padding: 8px 10px;
}

.td-small, .bet-type-small {
    border: 1px solid #019630;
    border-radius: 50%;
    padding: 8px 10px;
}

.td-under, .bet-type-under {
    border: 1px solid #337dde;
    border-radius: 50%;
    padding: 9px 5px;
}

.td-over, .bet-type-over {
    border: 1px solid red;
    border-radius: 50%;
    padding: 9px 4px;
}

.td-odd, .bet-type-odd {
    background-image: linear-gradient(to bottom, #74b3dc 0%, #367ee0 100%);
    border-radius: 50%;
    padding: 8px 10px;
}

.bet-type-goal {
    background-image: linear-gradient(to bottom, #74b3dc 0%, #367ee0 100%);
    border-radius: 50%;
    padding: 8px 5px;
}

.bet-type-three {
    background-image: linear-gradient(to bottom, #74b3dc 0%, #367ee0 100%);
    border-radius: 50%;
    padding: 8px 13px;
    text-align: center;
}

.bet-type-four {
    background-image: linear-gradient(to bottom, #e25657 0%, #f71312 100%);
    border-radius: 50%;
    padding: 8px 13px;
    text-align: center;
}

.td-even, .bet-type-even {
    background-image: linear-gradient(to bottom, #e25657 0%, #f71312 100%);
    border-radius: 50%;
    padding: 8px 10px;
    text-align: center;
}

.bet-type-nogoal {
    background-image: linear-gradient(to bottom, #e25657 0%, #f71312 100%);
    border-radius: 50%;
    padding: 8px 5px;
    text-align: center;
}

.bet-type-red {
    display: inline-block;
    width: 80px;
    color: #f61416;
    background-color: #2f343a;
    text-align: center;
}

.bet-type-blue {
    display: inline-block;
    width: 80px;
    color: #158dfd;
    background-color: #2f343a;
    text-align: center;
}

.sports-rule-cat {
    background-color: #0f1012;
    width: 95%;
    padding: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.sports-rule-cat-white {
    background-color: #dedede;
    width: 95%;
    padding: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.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/Lock.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.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: #111;
    border-radius: 3px;
}

.main-select-drop {
    background-color: #25292c;
    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: #111;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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 10px;
    border-radius: 3px;
    width: 56px;
    float: left;
}

.input-sign {
    font-size: 13px;
}

label {
    margin: 0;
}

.right-button.el-button.is-loading {
    position: absolute;
}

.collapse {
    display: none;
}

.display-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.display-center-vertical {
    display: flex;
    align-items: center;
}

.bethistory-livescore {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: 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;
}

.collapse-up-orange11 {
    background-image: url("static/image/Virtual/up-orange.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    float: right;
}

.collapse-down-orange11 {
    background-image: url("static/image/Virtual/down-orange.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    float: right;
}

.collapse-up-blue {
    background-image: url("static/image/Virtual/up-blue.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    float: right;
}

.collapse-down-blue {
    background-image: url("static/image/Virtual/down-blue.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    float: right;
}

.rolling-button {
    background-color: #2e3438;
    text-align: center;
    width: calc(25% - 8px);
    padding: 10px 0;
    float: left;
}

.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 {
    color: #fff;
}

.el-select-dropdown__item.selected {
    color: #fff;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #2a3034;
}

.casino-dialog .el-dialog {
    height: 100%;
}

.el-dialog__body {
    height: 100%;
}

.live-play {
    display: none;
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.live-play-orange12 {
    display: none;
    position: absolute;
    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-orange12 {
    display: block;
}

.live-check {
    position: absolute;
    width: 150px;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
}

.live-check-orange12 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 19, 20, 0.85);
    height: 100%;
}

.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-orange11 {
    display: block;
    -webkit-animation:  example-orange 2s ease-in-out 1;
    -moz-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-orange12 {
    display: block;
    -webkit-animation:  example-orange2 0.2s ease-in-out 1;
    -moz-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;
}
@keyframes example-orange {
    0%   {background-color: rgba(252, 98, 0, 0.1);}
    50%  {background-color: rgba(252, 98, 0, 0.2);}
    100% {background-color: rgba(252, 98, 0, 0.3);}
}

@keyframes example-orange2 {
    0%   {background: rgba(17, 19, 20, 0.4);}
    100% {background: rgba(17, 19, 20, 0.88);}
}

@keyframes example-blue {
    0%   {background-color: rgba(0, 98,252, 0.1);}
    50%  {background-color: rgba(0, 98, 252, 0.2);}
    100% {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: 0px !important;
}

#home-category,
#home-category-green {
    display: block;
}

#home-category-border {
    display: block;
}

#header-time {
    display: block;
}

#companyimg {
    display: block;
}

#copyright-text {
    padding-top: 40px;
}

.notice-menu {
    display: block;
}

#logoimg {
    width: 200px;
}

#main-banner-img {
    width: 100%;
}

#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;
}

.popup-dialog .el-dialog__body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.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-orange12 {
    width: 648px;
}

.live-game-btn-blue18 .live-game-img,
.live-game-btn-yellow15 .live-game-img {
    border: 2px solid #181a20;
}
.live-game-layout6 {
    padding: 8px;
    background: #0b0d10;
    border-radius: 6px;
    margin-top: 6px;
}
.live-game-btn-blue18:hover .live-game-img {
    border: 2px solid #1f7aff;
}
.live-game-btn-yellow15:hover .live-game-img {
    border: 2px solid #edbb35;
}
.live-game-btn-blue18:hover .live-game-layout6 {
    background: #1f7aff;
}
.live-game-btn-yellow15:hover .live-game-layout6 {
    background: #edbb35;
    color: #000;
}

.live-game {
    position: relative;
}

.live-game .live-game-img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    background-color: #0b0d10;
}

.live-game [class*="live-game-btn-"] {
    min-height: 200px;
}

.live-game-cont {
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.slot-game-cont {
    width: 20%;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.slot-game-cont-orange12 {
    width: 20%;
    float: left;
    padding: 12px;
    cursor: pointer;
}

#money-move-img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.attendance-1 {
    padding: 0 5px;
    float: left;
    width: 154px;
}

.tl_input_popup_required {
    color: #fff;
}

.lbl_reg.popup_lbl label {
    color: #fff;
}

.auth-dialog.signup .el-input__inner {
    border: 1px solid #DCDFE6;
    background-color: #FFF;
}

.ele-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    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 {
    color: #000 !important;
    font-size: 14px !important;
}
.main-table-white .el-table__empty-text {
    color: #000 !important;
    font-size: 14px !important;
}

.el-message-box {
    width: auto;
}

.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;
}

p {
    margin: 0 !important;
}

.VueCarousel-navigation-prev {
    left: 70px !important;
    width: 62px;
    height: 100px;
    background-image: url("static/image/Home/Prev.png");
}

.VueCarousel-navigation-next {
    right: 70px !important;
    width: 62px;
    height: 100px;
    background-image: url("static/image/Home/next.png");
}

.VueCarousel-navigation-prev,
.VueCarousel-navigation-next {
    font-size: 50px;
    color: #fff !important;
    display: none;    
}

.VueCarousel:hover .VueCarousel-navigation-prev {
    display: block !important;
}
.VueCarousel:hover .VueCarousel-navigation-next {
    display: block !important;
}

.VueCarousel-navigation-button:focus {
    outline: none !important
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-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:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.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: 0px;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 40px;
  height: 51px;
  font-size: 40px;
  font-weight: bold;
  line-height: 51px;
  border-radius: 3px;
  background: #000;
}

.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%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  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 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  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 {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  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; }

/* PLAY */
.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 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear 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; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    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
}
@keyframes fade-in{
    0%{opacity:0}to{opacity:.88;transform:scale(1)}
}
@keyframes fade-out{
    0%{opacity:.88;transform:scale(1)}to{opacity:0;transform:scale(.5)}
}
@keyframes removePath{
    0%{opacity:1}to{opacity:0}
}
.loaderSVG .fade{transform-origin:22% 22%;transform:scale(.88);animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}
.loaderSVG .ring-2{animation-delay:.3s;transform-origin:12% 45%}
.loaderSVG .ring-3{animation-delay:.6s;transform-origin:50% 18%}
.loaderSVG .ring-4{animation-delay:.9s;transform-origin:50% 45%}
.loaderSVG .ring-5{animation-delay:1.2s;transform-origin:84% 22%}
.loaderSVG .ring-6{animation-delay:1.5s;transform-origin:81% 34%}

.loaderSVG-green .fade{transform-origin:22% 22%;transform:scale(.88);animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}
.loaderSVG-green .ring-2{animation-delay:.3s;transform-origin:12% 45%}
.loaderSVG-green .ring-3{animation-delay:.6s;transform-origin:50% 18%}
.loaderSVG-green .ring-4{animation-delay:.9s;transform-origin:50% 45%}
.loaderSVG-green .ring-5{animation-delay:1.2s;transform-origin:84% 22%}
.loaderSVG-green .ring-6{animation-delay:1.5s;transform-origin:81% 34%}

.removePath .fade{opacity:.88;animation:fade-out .3s cubic-bezier(.39,.575,.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}
.error-text .header-text{display:block;padding:0;font-size:20px;font-weight:bold;letter-spacing:.3px;color:#fc6200;margin-block-start:.67em;margin-block-end:.67em;margin-inline-start:0;margin-inline-end:0;margin:8px 0 .1em}
.error-text p{padding:0 20px;line-height:23px;margin:18px 0 0;font-size:15px;letter-spacing:.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:.2px;display:inline-block}
.retry{display:none}.loading-text{color:#fff;font-size:20px;letter-spacing:.3px;text-align:center;margin:-26px 0 0;font-weight: 900;}
@media screen and (max-width:1279px){.pc-text{display:none}
.retry{display:block}.error-text p{margin:8px 0 0}}
.loader-fotball-spinner{height:110px;width:61px;animation:loader-bounce-fotball .6s;animation-direction:alternate;animation-iteration-count:infinite}
.loader-fotball-spinner img{width:100%;height:auto;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 {
    color: #222 !important;
    width: 210px;
    height: 30px;
    background: #222D40;
    border: 1px solid #0A0E16;
    padding: 3px;
}
.circle-grey div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    margin: auto;
    border: 30px solid;
    border-color: rgba(0, 84, 255, 1) rgba(36, 120, 255, 0.3) rgba(36, 120, 255, 0.3) rgba(36, 120, 255, 0.3);
    border-radius: 80px;
    animation: circle 0.7s linear infinite;
}

.circle-grey1 div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    margin: auto;
    border: 30px solid;
    border-radius: 80px;
    animation: circle 0.7s linear infinite;
    border-color: rgba(250, 95, 38, 1) rgba(50, 95, 38, .3) rgba(50, 95, 38, .3) rgba(50, 95, 38, .3);
}

.minibg {
    background-image: url(/static/image/mini/bg-10.jpg);
    background-size: cover;
    background-position: 100%;
}

.sub-title {
    font-size: 9pt;
    color: #999999;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.auto-custom-button {
    background-color: #1f7aff;
    border: 1px solid #1f7aff;
    color: #000;
}
.auto-custom-button:hover,
.auto-custom-button:active,
.auto-custom-button:focus,
.auto-custom-button.is-disabled:hover,
.auto-custom-button.is-disabled:active,
.auto-custom-button.is-disabled:focus {
    background-image: linear-gradient(to bottom, #1e8bfb 0%, #156dd5 20%, #1159b3 50%, #125eba 80%, #1c84ef 100%);
    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;
    width: calc(100% - 4px);
    margin-left: 2px;
    padding: 10px;
    padding-left: 20px;
}

.autocustomitem {
    width: calc(100% - 4px);
    margin-left: 2px;
    border-radius: 5px;
}

.autocustom-item1 {
    background: #008dd5;
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 10px;
}

.autocustom-item2 {
    background: #096da1;
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 10px;
    border-radius: 5px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lotusbg {
    background: url(static/image/bg_page_title.jpg) repeat;
}

.virtual {
    background: url(static/image/Virtual/live_game2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
}

.btn.btn-sports-date {
    color: #d7d7d7;
    background: #1e2428;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 9pt;
    font-family: 'Malgun Gothic',dotum;
}

.btnstyle1-inverse2 {
    color: #c8e1fd;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #0C1524;
    background-image: -moz-linear-gradient(top, #354562, #111e33);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#354562), to(#111e33));
    background-image: -webkit-linear-gradient(top, #354562, #111e33);
    background-image: -o-linear-gradient(top, #354562, #111e33);
    background-image: linear-gradient(to bottom, #354562, #111e33);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1111', endColorstr='#ff1111', GradientType=0);
    border-color: #111 #111 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #111;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bg-black-darker2-1 {
    background: url(static/image/Sports/bg.png) repeat #111111;
}


.sp, .ic, .btn-home-grey, .btn-home-grey1 {
    background: url(static/image/m_sp_common.png) no-repeat;
    -webkit-background-size: 304px 944px;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-menu .menu li .btn-home-grey {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 72px;
    border-radius: 4px;
    background: none;
    background: #535963;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
    background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
    background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
}
.main-menu .menu li .btn-home-grey1 {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 72px;
    border-radius: 4px;
    background: none;
    background: -webkit-linear-gradient(top, #414141 0%, #151515 100%);
}
.main-menu .menu li .btn-home-grey .tit {
    position: absolute;
    left: 7px;
    bottom: 6px;
    font-family: HelveticaNeue-bold,AppleSDGothicNeo-Bold,Sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 90%);
    z-index: 1;
}
.main-menu .menu li .btn-home-grey1 .tit {
    position: absolute;
    left: 7px;
    bottom: 6px;
    font-size: 14px;
    color: #FF8B05;
    font-family: AsiaGDE;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 90%);
    z-index: 1;
}
.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 .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-grey .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 72px;
    content: "";
}
.main-menu .menu li .btn-home-grey1 .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-grey .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 72px;
    content: "";
}
.main-menu .menu li .btn-home-grey1 .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: rgba(0,0,0,0);
}
.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: normal;
    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 #ffffff; color:#ffffff; font-family:arial; font-size:40pt;
}

.grey-banner .small-span {
    color:#eeeeee; 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/icomoon.ttf");
}
@font-face {
	font-family: AsiaGDE;
	src: url('static/fonts/AsiaGDE.woff') format('woff');
}
@font-face {
	font-family: AsiaGDU;
	src: url('static/fonts/AsiaGDU.woff') format('woff');
}
@font-face {
	font-family: GmarketSansBold;
	src: url('static/fonts/GmarketSansBold.otf') format('otf');
}
@font-face {
	font-family: GmarketSansLight;
	src: url('static/fonts/GmarketSansLight.otf') format('otf');
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	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;
	border-radius: 2px;
	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: #aaaaaa;
	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%, .1);
}

.button.small {
	font-size: .8em;
}


.VueCarousel-dot {
    margin-top: 0 !important;
    background-color: #201d16 !important;
    border: 3px solid #201d16 !important;
    background-clip: initial !important;
    margin-right: 5px;
    padding: 3px !important;
    outline: none !important;
}

.VueCarousel-dot.VueCarousel-dot--active {
    background-clip: initial !important;
    padding: 3px !important;
    margin-right: 5px;
    background-color: #4d4f4e !important;
    padding: 3px !important;
    border: 3px solid #201d16 !important;
}

.VueCarousel-pagination {
    position: absolute;
    bottom: 10px;
}

.headernav-menu {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

.home-category-button {
    height: 217px;
    width: 238px;
}

.home-category-button:hover .cbanner {
    transition: all 0.5s ease-out 0s;
    transform: translateX(-10px);
}

.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/orange12/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 0px 0px;
}

.home-category-button .cbottom {
    height: 46px;
    width: 100%;
    background: linear-gradient(180deg, #1C1F21 0%, rgba(28, 31, 33, 0.69) 100%);
    border-radius: 0px 0px 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 img,
.home-category-button .cbanner-mini 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 100%);
}

.orange11-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.orange11-banner-title {
    font-size: 26px;
    font-weight: 900;
    color: #ba0505;
    padding: 30px 0 16px 30px;
}
.yellow11-banner-title {
    font-size: 26px;
    font-weight: 900;
    color: #ffcd00;
    padding: 35px 0 16px 35px;
}
.orange11-banner-subtitle {
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
}
.yellow11-banner-subtitle {
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
}
.orange11-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;
}
.yellow11-banner-button {
    background: #11162b;
    border: 1px solid #ffcd00;
    border-radius: 16px;
    padding: 6px 30px;
    display: inline-block;
    margin: 16px 0 0 35px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.orange12-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;
}

.orange12-signup-img {
    position: absolute;
    right: -140px;
    top: -50px;
    z-index: -1;
}


.orange11-dialog-header-tab {
    float: left;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #292929;
    cursor: pointer;
}

.orange11-dialog-header-tab:hover,
.orange11-dialog-header-tab.on {
    border-bottom: 1px solid #F56406;
}

.casino-tab-orange12 {
    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-orange12:hover,
.casino-tab-orange12.on {
    background: rgba(245, 100, 6, 0.17);
    color: #F56406;
}

.img-main {
    content:url("/image/Casino/orange12/main.png");
}
.casino-tab-orange12:hover .img-main,
.casino-tab-orange12.on .img-main {
    content:url("/image/Casino/orange12/main_1.png");
}

.img-slot {
    content:url("/image/Casino/orange12/slot.png");
}
.casino-tab-orange12:hover .img-slot,
.casino-tab-orange12.on .img-slot {
    content:url("/image/Casino/orange12/slot_1.png");
}

.img-live {
    content:url("/image/Casino/orange12/live.png");
}
.casino-tab-orange12:hover .img-live,
.casino-tab-orange12.on .img-live {
    content:url("/image/Casino/orange12/live_1.png");
}

.img-provider {
    content:url("/image/Casino/orange12/provider.png");
}
.casino-tab-orange12:hover .img-provider,
.casino-tab-orange12.on .img-provider {
    content:url("/image/Casino/orange12/provider_1.png");
}

.casino-tab-yellow15 {
    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-yellow15:hover,
.casino-tab-yellow15.on {
    background: rgba(237, 187, 53, 0.17);
    color: #edbb35;
}

.img-main {
    content:url("/image/Casino/yellow15/main.png");
}
.casino-tab-yellow15:hover .img-main,
.casino-tab-yellow15.on .img-main {
    content:url("/image/Casino/yellow15/main_1.png");
}

.img-slot {
    content:url("/image/Casino/yellow15/slot.png");
}
.casino-tab-yellow15:hover .img-slot,
.casino-tab-yellow15.on .img-slot {
    content:url("/image/Casino/yellow15/slot_1.png");
}

.img-live {
    content:url("/image/Casino/yellow15/live.png");
}
.casino-tab-yellow15:hover .img-live,
.casino-tab-yellow15.on .img-live {
    content:url("/image/Casino/yellow15/live_1.png");
}

.img-provider {
    content:url("/image/Casino/yellow15/provider.png");
}
.casino-tab-yellow15:hover .img-provider,
.casino-tab-yellow15.on .img-provider {
    content:url("/image/Casino/yellow15/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: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__label {
    position: absolute;
    width: 136px;
    height: 136px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.menu-box {
    width: 16%;
    float: left;
    position: relative;
    margin: 0.32%;
    cursor: pointer;
}
.menu-box .menu-overlay, .menu-overlay-button {
    position: absolute;
    top: 10px;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}
.menu-overlay {
    color: #f6f6f6;
    z-index: 500;
    height: 100%;
}
.menu-overlay strong {
    font-size: 15pt;
    color: #a42804;
}
.menu-overlay small {
    font-size: 12px;
}
.menu-overlay-button {
    top: -10px;
    left: 0px;
    padding-top: 50%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
}
.menu-overlay-button button {
    border: none;
    background: transparent;
}
.menu-box img {
    width: 100%;
    border-radius: 5px;
}
.menu-overlay:hover .menu-overlay-button {
    opacity: 1;
    transition: opacity 0.5s;
}
.bg-redred-darker {
    font-family: dotum;
    color: #ffffff;
    background: #FF5B57 !important;
}
.bg-redred-darker:hover {
    color: #d0f7ea;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 43px;
    background-color: #272a2f;
    z-index: 600;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 50%);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#header .btn {
    position: absolute;
    top: 0;
    font-size: 1px;
    line-height: 1px;
    vertical-align: top;
    color: rgba(0,0,0,0);
}
#header .btn--side {
    left: 0;
    width: 43px;
    height: 43px;
    font-size: 18px;
    color: #fff;
    background: none;
}
#header .btn--refresh {
    left: 43px;
    width: 43px;
    height: 43px;
    color: #fff;
    font-size: 18px;
    background: none;
}
#header .btn--logout {
    right: 0;
    width: 44px;
    height: 43px;
    font-size: 18px;
    color: #fff;
    background: none;
}
@media (max-width: 1859px) {
    .content {
        margin-left: 45px;
    }

    #sidebar {
        width: 50px;
    }
}

@media (max-width: 1600px) {
    #copyright-text {
        padding-top: 30px;
    }

    .casino-dialog .el-dialog {
        width: 1340px;
        height: 750px;
    }

    #main-banner-img {
        width: 1240px;
    }

    .carousel-caption {
        top: 30px;
    }
}

@media (max-width: 1440px) {      
    #copyright-text {
        padding-top: 0px;
    }

    .content {
        margin-left:295px;
    }

    #home-category {
        display: none;
    }

    #home-category-border {
        display: none;
    }

    .casino-dialog .el-dialog {
        width: 1240px;
        height: 650px;
    }

    .carousel-caption .container {
        width: 400px;
    }
    .carousel-caption p,
    .carousel-caption .price {
        font-size: 16px;
    }
    .carousel-caption {
        top: 0;
    }

    #logoimg {
        width: 70%;
    }

    .virtual-league-panel {
        display: none;
    }
    
    .virtual-video-panel {
        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);
    }

    .live-play-button {
        display: none;
    }
    .casino-comment img {
        display: none;
    }
}

@media (max-width: 1366px) {
    .casino-dialog .el-dialog {
        width: 1140px;
        height: 550px;
    }
}

@media (max-width: 1280px) {
    #main-banner-img {
        width: 912px;
    }

    .content {
        margin-left: 45px;
    }

    #header-time {
        display: none;
    }
    
    #companyimg {
        display: none;
    }

    .casino-dialog .el-dialog {
        width: 100%;
        height: 100%;
        margin-top: 0px !important;
    }

    .top-menu-in {
        margin-left: 0px;
        margin-right: 0px;
    }

    #copyright-text {
        padding-top: 0px;
    }
}

@media (max-width: 1080px) {
    
    #main-banner-img {
        width: 1007px;
    }

    .carousel-caption {
        top: 20px;
    }

    .page-with-two-sidebar .content {
        margin-right: 0px;
    }
        
    .notice-menu {
        display: none !important;
    }

    #betslip-icon {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .casino-tab-orange12,
    .casino-tab-yellow15 {
        margin-right: 0;
    }

    .page-with-two-sidebar .content {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0;
    }
        
    .live-game-cont,
    .slot-game-cont {
        width: 50%;
    }

    .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 {
        font-size: 11px;
    }

    .virtual-table.el-table th>.cell {
        font-size: 11px;
    }

    .live-tmenu-name {
        font-size: 14px;
    }

    .main-select-drop {
        font-size: 11px;
    }

    .main-select-text {
        padding-left: 5px;
        height: 26px;
    }

    #money-move-img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
        
    .bg-logo {
        height: 500px;
        background-position: center 300px;
        background-size: 276px 103px;
    }
        
    .main-bg-logo {
        background-size: 276px 103px;
        background-position: center 150px;
    }

    .table-h,
    .table-b {
        font-size: 12px;
    }

    .attendance-1 {
        width: 23%;
        margin: 10px 1%;
    }

    .main-odd-team {
        width: calc(100% - 30px);
    }

    .main-odd-val {
        width: 30px;
    }
   
    .main-odd-val-white {
        width: 50px;
    }

    .popup-dialog .el-dialog {
        margin-top: 0 !important;
    }

    .tl_reg_item {
        width: 100%;
    }

    .tl_input_popup_required {
        color: #000;
    }

    .lbl_reg.popup_lbl label {
        color: #000;
    }

    .auth-dialog.signup .el-input__inner {
        border: 1px solid #969495;
        background-color: #f1f1f1;
    }

    .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .status-yes {
        width: 100%;
    }

    .status-no {
        width: 100%;
    }

    .status-wait {
        width: 100%;
    }

    .status-lose {
        width: 100%;
    }

    .status-win {
        width: 100%;
    }

    .status-cancel {
        width: 100%;
    }
        
    .bet-type-red {
        width: 100%;
    }

    .bet-type-blue {
        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;
    }
        
    .league-favorite {
        position: absolute;
        right: 45px;
        top: 27px;
    }

    .width-100-pro-10 { width: 100% !important;}
    
    .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;
    }
}

@media (max-width: 768px) {
    .live-game .live-game-img,
    .live-game [class*="live-game-btn-"] {
        min-height: 150px;
    }
}
