/**
* Design By eddga-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Mitr:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

body,td,th {
	font-family: Kanit;
	color:#434A54;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}
a {
	color: #ff85b1;
	text-decoration: none;
}
a:hover,
a:focus {
  color: #ff4949;
  text-decoration: none;
  outline: 0 !important;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/**
* Nav Bar Menu
**/
.navbar_menu .navbar_menu_bg {
	width:100%;
	height:79px;
	margin:0 auto;
	background-color:#2b2a32;
	-webkit-box-shadow:1px 2px 3px rgba(170, 231, 255, 0.5), inset 0 -2px 0 #27262d;
	-moz-box-shadow:1px 2px 3px rgba(170, 231, 255, 0.5), inset 0 -2px 0 #27262d;
	box-shadow:1px 2px 3px rgba(170, 231, 255, 0.5), inset 0 -2px 0 #27262d;
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:79px;
	position:relative;
}
.navbar_menu .dropdown_menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	z-index:5;
	margin-left:-1px;
	left:0;
	width:110%;
	transform:translateY(-2em);
	z-index:-1;
	transition:all .5s ease-in-out 0s,visibility 0s linear .5s,z-index 0s linear 0s;
}
.navbar_menu .dropdown_menu {
	font-size:12px;
    background-color: #2b2a32;
    border: solid 1px #0c0b0e;
	border-top:0;
	padding:0 auto;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
}
.navbar_menu .navbar_container:hover .dropdown_menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s,0s,0.3s;
}
.navbar_menu .dropdown_menu a {
	padding:10px 5px 10px 8px;
	text-align:left;
	font-weight: 200;
	border-bottom: solid 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu a:hover {
	padding-left:13px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu>li:last-child a{
	border-bottom:0;
}
.navbar_menu ul{
	width:1170px;
	margin:0 auto;
	list-style:none;
	padding-left:65px;
}
.navbar_menu nav a{
	cursor: pointer;
	color:#fff;
	font-family:Kanit;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:18px 22px;
	text-decoration:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu nav a:hover{
	color:#00e5ff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar_menu nav ul,.navbar_menu nav ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.navbar_menu nav span{
	font-weight:300;
	display:block;
	font-size:70%;
	text-transform: uppercase;
}
.navbar_menu nav .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../../images/angel.png) center top no-repeat;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 15px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px #1b1b1b;
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 550px;
	top: 79px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 3;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	min-width: 1200px;
    height: 1500px;
    background-image: url(../../images/bg_page.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.change {
	position:absolute;
	width:100%;
	min-width: 1200px;
	height:1500px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_page1.jpg);
	z-index:1;
	-webkit-animation: 2s change infinite linear;
	-moz-animation:  2s change infinite linear;
    -o-animation:  2s change infinite linear;
    -ms-animation: 2s change infinite linear;
	animation: 2s change infinite linear;
}
@-webkit-keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
.header_table {
    width: 1200px;
    position: relative;
    z-index: 2;
    margin: -107.1em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	background: url(../../images/logo_body.png);
	width: 564px;
	height: 240px;
	position: absolute;
	z-index: 10;
	top: -17em;
    left: 24em;
	-webkit-animation: 1.5s logo infinite linear;
	-moz-animation:  1.5s logo infinite linear;
    -o-animation:  1.5s logo infinite linear;
    -ms-animation: 1.5s logo infinite linear;
	animation: 1.5s logo infinite linear;	
}
@-webkit-keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.95)}
	60%{transform:scale(1.05)}
	100%{transform:scale(1)}
}
@keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.95)}
	60%{transform:scale(1.05)}
	100%{transform:scale(1)}
}
/**
* Register From
**/
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.guide-header {
	font-family: Kanit;
	font-size:16px;
	font-weight:300;
	color:#7bad3b;
	text-transform: uppercase;
    letter-spacing: .1em;
	border-bottom: 1px solid #e8e8e8;
	margin: 1px 0 2px;
	padding-bottom: 7px;
}
.main-header {
	font-family: Kanit;
	font-size: 26px;
    font-weight: 400;
    color: #585858;
    text-transform: uppercase;
    letter-spacing: .05em;
	border-bottom: 1px solid #e8e8e8;
	margin: 1px 0 25px;
	padding-bottom: 7px;
}
small {
    font-size: 50%;
}
.img_header {
	margin-top: -8px;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.breadcrumb {
    padding: 6px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
	font-weight:300;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, .05);
    box-shadow:0 0 2px rgba(0, 0, 0, .05);	
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
    padding: 0 10px 0 5px;
    color: #e0e0e0;
    content: "\f105";
}
.modal-header {
	border-bottom: none;
}
.modal-title {
	font:24px'Kanit';
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	padding: 15px;
}
.modal-lg {
	width: 1000px;
	margin: 60px auto 0;
}
.fade-scale {
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
/**
* Nav Menu Support
**/
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 5px;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #848484;
  font-weight: 300;
  letter-spacing: .15em;
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ff784e;
  font-weight: 300;
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  letter-spacing: .15em;
  padding-left: 10px;
	outline: 0 !important;
}
/**
* Eddga Alert
**/
.eddga-alert {
	font-family: 'Kanit',sans-serif;
	font-size:14px;
	font-weight:300;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 15px;
	background:#cce9f2;
	border: 1px solid #86cde3;
	color:#2584a0;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}
.eddga-alert-success {
	background: #d8f1c6;
	border-color: #b3cda1;
	color: #749958;
}
.eddga-alert-danger {
	background: #f9d9d9;
	border-color: #e1a1a1;
	color: #b55454;
}
.eddga-alert-warning {
	background: #fbf4dd;
	border-color: #d1c9ae;
	color: #978c68;
}
.eddga-alert-plain {
	background: #f8f8f8;
	border-color: #d1d1d1;
	color: #8c8c8c;
}
.eddga-alert-purple {
    background: #f2edff;
    border-color: #d0c6ea;
    color: #6d4ebb;
}
/**
* IcheckBox
**/
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../../images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  background-position: 0 0;
}
.icheckbox_minimal.hover {
  background-position: -20px 0;
}
.icheckbox_minimal.checked {
  background-position: -40px 0;
}
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal {
  background-position: -100px 0;
}
.iradio_minimal.hover {
  background-position: -120px 0;
}
.iradio_minimal.checked {
  background-position: -140px 0;
}
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 15px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 0px;
}
.btn-register {
	color: #fff;
	background-color: #3991ff;
	border-color: #3991ff;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}
.btn-register:hover {
	color: #fff;
	background-color: #62a8ff;
	border-color: #62a8ff;
	border-radius: 6px;
	letter-spacing: 2px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-shadow: none;
	box-shadow: none;
}
.btn-register:focus, .btn-register.focus {
	color: #fff;
	background-color: #3991ff;
	border-color: #3991ff;
	outline: 0 !important;
}
.btn-register:active, .btn-register.active {
	color: #fff;
	background-color: #78b4ff;
	border-color: #78b4ff;
}
.btn-close {
	color: #fff;
	background-color: #ff6e56;
	border-color: #ff6e56;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}
.btn-close:hover {
	color: #fff;
	background-color: #ff836e;
	border-color: #ff836e;
	border-radius: 6px;
	letter-spacing: 2px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-shadow: none;
	box-shadow: none;
}
.btn-close:focus, .btn-close.focus {
	color: #fff;
	background-color: #ff6e56;
	border-color: #ff6e56;
	outline: 0 !important;
}
.btn-close:active, .btn-close.active {
	color: #fff;
	background-color: #ff917e;
	border-color: #ff917e;
}
.btn:close, .btn.close {
	background-image: none;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .080);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .080);
}
/* Download */
.btn-download {
    color: #1a5d34;
    background-color: #3be27e;
    border-color: #3be27e;
    letter-spacing: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-download:hover {
    color: #26cc68;
    background-color: #fff;
    border-color: #3be27e;
	letter-spacing: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.btn-download:focus, .btn-download.focus {
    color: #1a5d34;
    background-color: #2fd872;
    border-color: #2fd872;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	outline: 0 !important;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
}
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
	font-size:16px;
	font-weight: 400;
}
.table-bordered > tbody > tr > td {
	font-size: 14px;
    font-weight: 400;
	vertical-align: middle;
}
.table-bordered-s {
    border: 1px solid #cecece;
}
.table-bordered-s > thead > tr > th {
    border-bottom-width: 1px;
	font-size:14px;
	font-weight: 400;
}
.table-bordered-s > tbody > tr > td {
	font-size: 12px;
    font-weight: 300;
	vertical-align: middle;
}
.table-bordered-s > thead > tr > th.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td {
	border: 1px solid #cecece;
}
/* Server Info*/
.box-sv {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
    box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
}
.box-info {
    border-color: #c8e3ff;
}
.box-green {
    border-color: #eaeaea;
}
.box-sv-body {
    padding: 10px;
}
.line-box {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eaeaea;
}
.box-text-haeder {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: -5px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b89ff;
}
.box-text-haeder small {
    font-size: 75%;
	color: #7c9cda;
}
.list-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 5px;
}
.list-text2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.list-haeder {
    font-size: 10px;
    color: #5387e8;
    padding-left: 25px;
    letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.font-org {
    color: #ff7843;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}
.font-org2 {
    color: #ff7843;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
.btn-event {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: .5s all;
	transition: .5s all;
}
.btn-event:hover {
    color: #1559d6;
    background-color: #fff;
    border-color: #4578d6;
	-webkit-text-shadow: none;
	text-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0px;
}
.btn-event:focus {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	outline: 0 !important;
}
.btn-event:active {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
}
.tooltip {
	font-size:11px;
}
.text-wel {
	color:red;
	padding-top:10px;
	font-size:18px;
}
.text-userid {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-statusid {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-cashpoint {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-cc {
    color: #ef7408;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.text-pp {
    font-size: 12px;
	color: #ef7408;
}
.text-usershow {
    text-transform: uppercase;
    color: #0087ff;
}
.badge-status {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.badge-on {
    background: #7ebb65;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.badge-off {
    background: #ff6c6c;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.badge-online {
    display: inline-block;
    min-width: 10px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0da249;
    border-radius: 10px;
		-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-offline {
    display: inline-block;
    min-width: 10px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f34343;
    border-radius: 10px;
		-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-cash {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #21a4f1;
    border-radius: 10px;
		-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-log {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff9800;
  border-radius: 10px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-old {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  border-radius: 10px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-check {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  border-radius: 10px;
}
.badge-oknopoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-okpoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-noerror {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff5555;
  border-radius: 10px;
}
.table {
	margin-bottom: 0;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.table > tbody > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: none;
  font-size: 12px;
}
.list-group-item {
  padding: 5px 10px;
	font-size: 14px;
	font-weight: 300;
}
a.list-group-item {
  color: #555;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
  outline: 0 !important;
}
a.list-group-item:hover {
  color: #ff4b4b;
  text-decoration: none;
  background-color: #f5f5f5;
  padding-left: 15px;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
a.list-group-item:focus {
  color: #ff4b4b;
  text-decoration: none;
  background-color: #f5f5f5;
  padding-left: 15px;
	outline: 0 !important;
}
/**
* Footer Page
**/
#pagetop {
	position: fixed;
}
.pagetop {
	bottom: 90px;
	right: 0;
	display: block;
	z-index:5;
	-webkit-animation: 1.5s gost_doil infinite linear;
	-moz-animation: 1.5s gost_doil infinite linear;
	-o-animation: 1.5s gost_doil infinite linear;
	-ms-animation: 1.5s gost_doil infinite linear;
	animation: 1.5s gost_doil infinite linear;
}
@-webkit-keyframes gost_doil {
	0% {
	bottom: 90px;}
	50% {
	bottom: 100px;}
	100% {
	bottom: 90px;}
}
@keyframes gost_doil {
	0% {
	bottom: 90px;}
	50% {
	bottom: 100px;}
	100% {
	bottom: 90px;}
}
.chara {
}
.page_footer {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin-top:110em;
  z-index:2;
}
.page_main_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2b2a32;
  border-top: solid 1px 0 0 10px rgba(170, 231, 255, 0.5);
  -webkit-box-shadow: 0 0 5px 0 0 10px rgba(170, 231, 255, 0.5);
  box-shadow: 0 0 10px 0 0 5px rgba(170, 231, 255, 0.5);
}
.footer_container {
	width:100%;
	height: 90px;
	padding-top: 2em;
	margin: 0 auto;
}
.footer_container span {
	text-align: center;
	line-height: 1.5em;
	display: block;
	font-family: 'Tahoma',sans-serif;
	font-size: 12px;
    font-weight: 400;
	letter-spacing: .15em;
    text-transform: uppercase;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.50);
    text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.50);
}
@media(max-width:1170px){
body,html{
	width:1200px;
	}
}