@import url("https://fonts.googleapis.com/css?family=Exo");
html {
  scroll-behavior: smooth;
}
.header {

}
body {
	background: #fbfbfb;
}
.sitemenu {
	text-align: left;
}
#content {
	position: relative;
    top: 260px;
    right: 0;
    left: 0;
}
#container {
    width: 70%;
}
.lefttitle {
	font-family: exo;
    font-size: 18px;
    color: #fff;
	text-decoration: none;
}
.menulink {
	color: #fff;
    font-family: exo;
    text-decoration: none;
}
.menulink-login{
	color: #fff;
    font-family: exo;
    text-decoration: none;
    border: solid 1px #fff;
    padding: 7px;
    border-radius: 3px;
}
.menulink-logout{
	cursor: pointer;
	color: #fff;
    font-family: exo;
    text-decoration: none;
    border: solid 1px #1e6ad9;
    padding: 9px;
    border-radius: 3px;
    background: #1e6ad9;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menulink-logout:hover {
	background: #1a5cbd;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menulink-addbalance{
	color: #FF9338;
    font-family: exo;
    text-decoration: none;
    border: solid 2px #FF9338;
    padding: 9px;
    border-radius: 3px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menulink-addbalance:hover {
	background: #FF9338;
	color: #fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menulink-viewpayments{
	text-align: center;
	color: #D3D4DC;
    font-family: exo;
    text-decoration: none;
    border: solid 2px #333845;
	background: #333845;
    padding: 9px;
    border-radius: 3px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menulink-viewpayments:hover {
	background: #262B38;
	color: #fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.top-news {
	background: #222630;
    padding: inherit;
    color: #ababab;
    font-family: exo;
    font-size: 14px;
	position: absolute;
	z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}
.top-news-p {
    margin: 0;
    padding: 10px;
    width: 69.5%;
    text-align: left;
}

.big-info {
    background: #080a10;
    padding-top: 14px;
	padding-bottom: 14px;
    position: absolute;
	z-index: 100;
    top: 38px;
    right: 0;
    left: 0;
}
.big-info-content {
	color: #fff;
	font-family: exo;
}

.top-page-title {
	font-size: 16px;
    font-weight: bold;
    font-family: exo;
}
.home-my-serverlist {
	text-decoration: none;
    color: #3768D0;
    background: rgba(55, 104, 208, .08);
    padding: 9px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    font-family: exo;
}
.home-all-serverlist {
	text-decoration: none;
    color: #90929E;
    padding: 9px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    font-family: exo;
}
.srvbox {
	border: solid 1px #d3d3d3;
    padding: 15px;
	background: #ffffff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 3px;
}
.srvbox:hover {
	box-shadow: 0 0 3px #b9b9b9;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pend {
	border: solid 1px #ff93389e;
}
.susp {
	border: solid 1px #cc61619e;
}
.consolego {
	border: solid 1px #1ed9ae;
	background: #1ed9ae;
}
.consolego:hover {
	background: #1dc19c;
}
.redbtn {
	border: solid 1px #cd4848;
	background: #c11d1dcf;
}
.redbtn:hover {
	background: #c11d1d;
}
.holder {
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    border: solid 1px #56565669;
}
.textbox {
	display: block;
    padding: .3125rem .75rem;
    font-size: 13px;
    line-height: 1.714286;
    color: #313338;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced0da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    font-family: exo;
	width: 92%;
}
.textbox:hover {
	border-color: #609ae9;
}
.textbox:focus {
	color: #313338;
    background-color: #fff;
    border-color: #609ae9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96,154,233,.25);
}
.datas th {
	background: #f3f3f3;
    padding: 10px;
    font-size: 14px;
    font-family: exo;
	border-top: solid 1px #d3d3d3; 
	border-bottom: solid 1px #d3d3d3; 
	text-align: left;
}
.datas td {
    font-size: 13px;
    font-family: exo;
    width: 20%;
    text-align: left;
	border-bottom: solid 1px #d3d3d3; 
    padding: 8px;
}
.msgred {
	text-align: left;
    border: solid 1px #f54949;
    padding: 10px;
    background: #f52f2fde;
    font-size: 14px;
    font-family: exo;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.msggreen {
	text-align: left;
    border: solid 1px #00e651de;
    padding: 10px;
    background: #00e651de;
    font-size: 14px;
    font-family: exo;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.noaccess-box{
	background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
	font-family: exo;
}
.loginbox {
	margin-top: 65px;
    padding: 25px;
    width: 400px;
	background: #fff;
    border: solid 1px #d3d3d3;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loginbox:hover {
    box-shadow: 0 0 2px #d3d3d3;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a {
    font-size: 12px;
    font-family: exo;
    text-decoration: none;
    color: #00b59c;
}
.menuja {
    position: absolute;
    padding-top: 22px;
    left: 2%;
}
.inside {
	border-radius: 4px;
    background: #333845f2;
    border: solid 1px #333845f2;
    text-align: center;
    cursor: pointer;
    padding: 6px;
    font-family: exo;
    font-size: 11px;
    color: #fff;
    width: 68px;
    height: 60px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inside:hover {
    border: solid 1px #333845e0;
    background: #333845e0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inside img {
	width: 30px;
}


progress {
	display:inline-block;
	width: auto;
	height:20px;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
progress::-webkit-progress-bar {
	height:20px;
	width:170px;
	margin:0 auto;
	background-color: #CCC;
	border-radius: 2px;
	box-shadow:0px 0px 6px #d3d3d3 inset;
}
progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:20px;
	margin:0px -10px 0 0;
	background: #313641;
	border-radius: 2px;
	box-shadow:0 0 6px #666 inset;
}
progress:after {
	margin:-26px 0 0 -7px;
	padding:0;
	display:inline-block;
	float:left;
	/*content: attr(value) ;*/
}

hr {
width: 100%;  margin-left: 1px; border: solid 0.5px #d3d3d3;
}
.titulli-srv {
	text-align: left;
    padding-left: 15px;
    font-family: exo;
    font-weight: 600;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;

}
.tdleft {
	letter-spacing: 1px;
    font-family: exo;
    font-size: 13px;
    font-weight: bold;
}
.tdright {
	font-family: exo;
    font-size: 12px;
}
#console{
	overflow: auto;
	overflow-x: hidden;
	outline: none;
    border: solid 1px #d3d3d3;
    border-radius: 5px;
	font-family: exo;
}


#console::-webkit-scrollbar-track{
	background-color: #e2e2e2;
}

#console::-webkit-scrollbar{
	width: 7px;
	background-color: #F5F5F5;
	cursor: pointer;
}

#console::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: #313641;
}


.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
	transition: all 0.3s ease-out;
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
	background-color: #31364114;
    border: 1px solid #cacaca;
    font-weight: bold;
    transition: all 0.2s ease-out;
    padding: 10px;
	border-radius: 4px;
    font-family: exo;
    letter-spacing: 1px;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
	background-color: #31364114;
	border: 1px solid #999999;
    font-weight: bold;
    transition: all 0.2s ease-out;
    padding: 10px;
    border-radius: 4px;

}
.boxrow {
	display: block; 
	float: left;
    border: 1px solid #d3d3d3;
    padding: 30px;
    background: #fbfbfb;
    margin-left: 20px;
    text-align: center;
    box-shadow: 0 22px 113px #fbfbfb inset;
}

}