@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Minecraft Regular";
    src: url("./fonts/minecraft.eot?") format("eot"),url("./fonts/minecraft.woff") format("woff"), url("./fonts/minecraft.ttf") format("truetype");
    font-weight: normal;
    font-style:normal;
}

	 
html {
scrollbar-face-color: #000000;
background-attachment: fixed; 
background-position:center;
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-arrow-color: #000000; 
scrollbar-track-color: #000000; 
scrollbar-darkshadow-color: #000000

}
body
{ 
	 
     background-image:url(../images/bg.jpg);
	 background-attachment:fixed;
	 background-size:100%;
	 background-position:center;
	 background-repeat:no-repeat;
	 height:100%;
	
}
tb,div
{
font-family: "Minecraft Regular", Helvetica, Arial, sans-serif;
}
.font_r
{
color:#FF0000;
}
.tbl_full
{
	width:100%;
	height:100%;
 	margin-top:51px;
	
	font-family: "Minecraft Regular", Helvetica, Arial, sans-serif;
	
	
}
.tbl_no_top
{
	background-image:url(../images/bg_opacity.png);
	border-top:none;
	border-bottom:2px solid;
	border-left:solid;
	border-right:solid;
	font-family: "Minecraft Regular", Helvetica, Arial, sans-serif;
}
.icon_stx
{
	margin-top:-5px; 
	margin-left:5px; 
	margin-right:5px;

}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput .uneditable-input {
  white-space: normal;
}

.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .uneditable-input {
  color: #c09853;
  border-color: #faebcc;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #c09853;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .uneditable-input {
  color: #b94a48;
  border-color: #ebccd1;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #b94a48;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .uneditable-input {
  color: #468847;
  border-color: #d6e9c6;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #468847;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}