/**
* Design By Eggda-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 {
	font-family: "Kanit",sans-serif;
	background-color: #000;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
ul{
	list-style-type:none;
}

/**
* Nav Bar Menu
**/

/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 550px;
	top: 0;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/

/* 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: #eee;
}
.box-sv-body {
    padding: 10px;
}
.line-box {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.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: #636363;
}
.box-text-haeder small {
    font-size: 75%;
	color: #757575;
}
.btn-default {
    color: #5d5d5d;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn-default:hover {
    color: #333;
    background-color: #fbfbfb;
    border-color: #d4d4d4;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.03);
}
.btn-default:focus {
    color: #333;
    background-color: #fbfbfb;
    border-color: #cccccc;
    outline: 0 !important;
}
.btn-default:active {
    color: #333;
    background-color: #fbfbfb;
    border-color: #d8d8d8;
}
.btn:active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    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: #ff0000;
    padding-left: 25px;
    letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.font-org {
    color: #341bff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.font-org2 {
    color: #341bff;
    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;
}
/**
* Dashboard System
**/
.ui.message {
	background: #fff;
	box-shadow: none;
}
.ui.text.container {
	max-width: 1100px!important;
	font-size: 1.5rem;
}
.ui.form {
    font-size: 1.5rem;
}
.ui.button, .ui.buttons .button, .ui.buttons .or {
    font-size: 1.5rem;
}
.ui.menu {
    font-size: 1.5rem;
}
.ui.segment, .ui.segments .segment {
    font-size: 1.5rem;
}
.ui.statistic>.value, .ui.statistics .statistic>.value {
    font-size: 6rem!important;
}
.ui-red-status {
	color: #DB2828!important;
	font-size: 1em;font-weight: 400;
}
.ui-green-status {
	color: #21BA45!important;
	font-size: 1em;
	font-weight: 400;
}
.ui-org-status {
	color: #ff8433!important;
	font-size: 1em;
	font-weight: 400;
}
/**
* Footer Page
**/
.devil_box {
	display:block;
	position: fixed;
	width: 12%;
	height:0;
	padding-bottom: 13%;
	right:0%;
	bottom:0%;
	z-index:10000;
	}
.devil {
	position:relative;
	width:100%;
	height:0;
	padding-bottom: 109%;
	}
.btn_body {
	position:absolute;
	width: 56%;
	height:0;
	padding-bottom: 103%;
	background-image:url(../../images/demon_body.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 0%;
	bottom: 0%;
	z-index:3;
	}
.devil_hand {
	position:absolute;
	width: 51%;
	height:0;
	padding-bottom: 100%;
	background-image:url(../../images/demon_hand.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 43%;
	bottom: -39%;
	z-index:2;
	}
.devil_wing {
	position:absolute;
	width: 31%;
	height:0;
	padding-bottom: 25%;
	background-image:url(../../images/demon_wing.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 41%;
	top: 65%;
	-webkit-animation: 2s devil_wing infinite linear;
	-moz-animation:  2s devil_wing infinite linear;
	-o-animation:  2s devil_wing infinite linear;
	-ms-animation: 2s devil_wing infinite linear;
	animation: 2s devil_wing infinite linear;
	}
	@keyframes devil_wing {
		0% { transform-origin:100% 50%;}
		50% { transform-origin:100% 50%; transform:rotate(-20deg);}
		100% { transform-origin:100% 50%;}
	}
.page_footer {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin-top:146.7em;
  z-index:2;
}
.page_main_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #503014;
  border-top: solid 1px #503014;
  -webkit-box-shadow: 0 0 3px #ffab2c;
  box-shadow: 0 0 3px #ffab2c;
}
.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);
}
