@charset "utf-8";

button:focus {
  outline: 2px solid #ffbf47; /* ou outra cor que destaque o botão */
}

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: red;
}

body {
	/*background: url('images/e.png') no-repeat;*/
	/*background-color: white;*/
	font-family: arial black, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

#vt_page {
	width: 1000px;
	margin: auto;
}

#vt_header {
	width: 1000px;
	height: 276px;
	float: left;
	background: url('images/header.png') no-repeat;
}

#vt_container {
	width: 1000px;
	float: left;
	background: url('images/contentmid.png') repeat-y;
}

/**
 * Footer Style Definitions
 */
#vt_footer {
	width: 1000px;
	padding: 20px 0px 10px 0px;
	float: left;
	background: url('images/contentbot.png') repeat-y;
	color: #000000;
}

#vt_footer .column {
	float: left;
}

#vt_footer .first {
	width: 180px;
}

#vt_footer .second {
	width: 575px;
	text-align: center;
}

#vt_footer .third {
	width: 245px;
}

/**
 * Menu Style Definitions
 */
#vt_menu {
	width: 180px;
	float: left;
	background: url('images/menubackground.png') top no-repeat;
	padding-top: 50px;
}

#vt_menu .header {
	width: 145px;
	height: 36px;
	background: url('images/inicio.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

#vt_menu .serv {
	width: 145px;
	height: 36px;
	background: url('images/servidor.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

#vt_menu .comu {
	width: 145px;
	height: 36px;
	background: url('images/comu.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

#vt_menu .info {
	width: 145px;
	height: 36px;
	background: url('images/infos.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

#vt_menu ul {
	width: 165px;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	list-style: none;
}

#vt_menu li {
	padding: 5px;
	/*background: url('images/menuarrow.png') right center no-repeat;*/
}

#vt_menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#vt_menu a:hover {
	color: #bedae7;
}

/**
 * Content Style Definitions
 */
#vt_content {
	width: 535px;
	padding: 8px 20px 7px 20px;
	float: left;
	color: black;
}

#vt_content .message .title, #vt_content .news .newsTitle {
	width: 485px;
	height: 33px;
	padding: 15px 10px 0px 200px;
	background: url('images/contentheader.png') no-repeat;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
}

#vt_content .header .left {
	width: 485px;
	position: absolute;
	text-align: right;
}

#vt_content a { 
	color: black
}

#vt_content a:hover {
	text-decoration: none;
}

#vt_content input {
	background: #f1e4d6;
	border: 1px solid #bea282;
	color: #896840;
	padding: 3px;
	margin: 2px;
}

#vt_content textarea {
	background: #f1e4d6;
	border: 1px solid #bea282;
	color: #896840;
	padding: 3px;
	margin: 2px;
}

#vt_content select {
	background: #f1e4d6;
	border: 1px solid #bea282;
	color: #896840;
	padding: 3px;
	margin: 2px;
}

#vt_content .comment {
	background: #fdefe4;
	border: 1px solid #f2dece;
}

#vt_content .commentBody {
	border-bottom: 1px dotted #f2dece;
}

#vt_content .bar {
	background: #fdefe4;
	border: 1px solid #f2dece;
	padding: 5px;
}

#vt_content .messageAdd {
	margin-top: -1px;
	background: #fdefe4;
	border-left: 1px solid #f2dece;
	border-right: 1px solid #f2dece;
	border-bottom: 1px solid #f2dece;
	padding: 5px;
}

/**
 * Panel Style Definitions
 */
#vt_panel {
	width: 245px;
	float: left;
	background: url('images/panelmid.png') repeat-y;
	color: #56422e;
}

#vt_panel .top {
	width: 245px;
	float: left;
	background: url('images/paneltop.png') top no-repeat;
}

#vt_panel .bot {
	width: 217px;
	float: left;
	padding: 10px 4px 10px 4px;
	background: url('images/panelbot.png') bottom no-repeat;
}

#vt_panel .button1 {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/panelbutton.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#vt_panel .button1 span {
	font-size: 12px;
	display: block;
	font-weight: bold;
	text-transform: none;
}

#vt_panel .button1:hover {
	background: url('images/panelbuttonhover.png') no-repeat;
	color: black;
}

#vt_panel .button2 {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/panelbutton1.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#vt_panel .button2 span {
	font-size: 12px;
	display: block;
	font-weight: bold;
	text-transform: none;
}

#vt_panel .button2:hover {
	background: url('images/panelbuttonhover1.png') no-repeat;
	color: black;
}

#vt_panel .button {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/panelbutton2.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#vt_panel .button span {
	font-size: 12px;
	display: block;
	font-weight: bold;
	text-transform: none;
}

#vt_panel .button:hover {
	background: url('images/panelbuttonhover2.png') no-repeat;
	color: black;
}


.vt_panel_module {
	width: 198px;
	padding: 0px 8px 5px 9px;
}

.vt_panel_module .header {
	width: 178px;
	height: 21px;
	padding: 13px 10px 10px 10px;
	margin-bottom: 5px;
	background: url('images/panelheader.png') no-repeat;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.vt_panel_module a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.vt_panel_module a:hover {
	color: #56422e;
}

/**
 * Modo Escuro por Yan Liima
 */
 
html[dark] {
    background-color: #323232; /* ou #171c21 */
}

html[dark] #vt_header{
    width: 1000px;
	height: 276px;
	float: left;
	background: url('images/dark/header.png') no-repeat;
}

html[dark] #vt_container{
    width: 1000px;
	float: left;
	background: url('images/dark/contentmid.png') repeat-y;
}

html[dark] #vt_footer {
	width: 1000px;
	padding: 20px 0px 10px 0px;
	float: left;
	background: url('images/dark/contentbot.png') repeat-y;
	color: #FFFFFF;
}

html[dark] #vt_menu {
	width: 180px;
	float: left;
	background: url('images/dark/menubackground.png') top no-repeat;
	padding-top: 50px;
}

html[dark] #vt_menu .header {
	width: 145px;
	height: 36px;
	background: url('images/dark/inicio.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

html[dark] #vt_menu .serv {
	width: 145px;
	height: 36px;
	background: url('images/dark/servidor.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

html[dark] #vt_menu .comu {
	width: 145px;
	height: 36px;
	background: url('images/dark/comu.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

html[dark] #vt_menu .info {
	width: 145px;
	height: 36px;
	background: url('images/dark/infos.png') no-repeat;
	color: #000000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 0px 10px;
	
}

html[dark] #vt_menu ul {
	width: 165px;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	list-style: none;
}

html[dark] #vt_menu li {
	padding: 5px;
	/*background: url('images/menuarrow.png') right center no-repeat;*/
}

html[dark] #vt_menu a {
	color: #D3D3D3;
	font-weight: bold;
	text-decoration: none;
}

html[dark] #vt_menu a:hover {
	color: #bedae7;
}

html[dark] #vt_content .message .title, html[dark] #vt_content .news .newsTitle {
	width: 485px;
	height: 33px;
	padding: 15px 10px 0px 200px;
	background: url('images/dark/contentheader.png') no-repeat;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
}

html[dark] #vt_panel {
	width: 245px;
	float: left;
	background: url('images/dark/panelmid.png') repeat-y;
	color: #ffffff;
}

html[dark] #vt_panel .top {
	width: 245px;
	float: left;
	background: url('images/dark/paneltop.png') top no-repeat;
}

html[dark] #vt_panel .bot {
	width: 217px;
	float: left;
	padding: 10px 4px 10px 4px;
	background: url('images/dark/panelbot.png') bottom no-repeat;
}

html[dark] #vt_panel .button1 {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/dark/panelbutton.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

html[dark] #vt_panel .button1:hover {
	background: url('images/dark/panelbuttonhover.png') no-repeat;
	color: black;
}

html[dark] #vt_panel .button2 {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/dark/panelbutton1.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

html[dark] #vt_panel .button2:hover {
	background: url('images/dark/panelbuttonhover1.png') no-repeat;
	color: black;
}

html[dark] #vt_panel .button {
	display: block;
	width: 207px;
	height: 53px;
	padding: 14px 0px 0px 10px;
	background: url('images/dark/panelbutton2.png') no-repeat;
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

html[dark] #vt_panel .button:hover {
	background: url('images/dark/panelbuttonhover2.png') no-repeat;
	color: black;
}

html[dark] .vt_panel_module .header {
	width: 178px;
	height: 21px;
	padding: 13px 10px 10px 10px;
	margin-bottom: 5px;
	background: url('images/dark/panelheader.png') no-repeat;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

html[dark] #vt_content {
	width: 535px;
	padding: 8px 20px 7px 20px;
	float: left;
	color: #8A9A5B;
}

html[dark] #vt_content .header .left {
	width: 485px;
	position: absolute;
	text-align: right;
}

html[dark] #vt_content a { 
	color: #8A9A5B
}

html[dark] #vt_content a:hover {
	text-decoration: none;
}

html[dark] #vt_content input {
	background: #cbcbcb;
	border: 1px solid #a3a3a3;
	color: #000000;
	padding: 3px;
	margin: 2px;
}

html[dark] #vt_content textarea {
	background: #cbcbcb;
	border: 1px solid #a3a3a3;
	color: #ffffff;
	padding: 3px;
	margin: 2px;
}

html[dark] #vt_content select {
	background: #cbcbcb;
	border: 1px solid #a3a3a3;
	color: #000000;
	padding: 3px;
	margin: 2px;
}

html[dark] #vt_content .comment {
	background: #cbcbcb;
	border: 1px solid #a3a3a3;
}

html[dark] #vt_content .commentBody {
	border-bottom: 1px dotted #a3a3a3;
}

html[dark] #vt_content .bar {
	background: #cbcbcb;
	border: 1px solid #a3a3a3;
	padding: 5px;
}

html[dark] #vt_content .messageAdd {
	margin-top: -1px;
    background: #cbcbcb;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding: 5px;
}

html[dark] ::-webkit-scrollbar {
    background-color: #2b2d2d;
    color: #aca496;
}

html[dark] ::-webkit-scrollbar-thumb {
    background-color: #4e5151;
}

#darkimg {
	position: fixed; 
	left: 8px;
	bottom: 5px;
	}
/**
 * FIM Modo Escuro por Yan Liima
 */

.discordtable {
    position: fixed;
    margin-left: 69%;
    text-align: left;
    background: rgba(52, 63, 88, 0.7) !important;
    border: 2px solid #8595bb;
    padding: 9px 8px 6px 47px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    margin-top: -2px;
    font: 400 9pt Verdana,Arial,Times New Roman,sans-serif;
    box-shadow: 2px 2px 18px 1px #c4ccdd;
    z-index: 100;
    transition: all 300ms ease-out;
}
.discordtable:hover {
    box-shadow: 2px 2px 18px 1px #03ff0d;
    border: 2px solid #03ff0d;
	/*box-shadow: 2px 2px 18px 1px #03ff0d;
    border: 2px solid #03ff0d;*/
    background: rgba(52, 63, 88, 0.9) !important;
    transition: all 300ms ease-out;
    z-index: 100;
    cursor: pointer;
}
.discordtable small {
    transition: all 300ms ease-out;
    display: none;
}
.discordtable:hover small {
    transition: all 300ms ease-out;
    display: block;
}

.discordtable img {
    position: absolute;
    margin-left: -47px;
    margin-top: -8px;
    width: 43px;
}

.whatsapptable {
    position: fixed;
    margin-left: 59%;
    text-align: left;
    background: rgba(52, 63, 88, 0.7) !important;
    border: 2px solid #8595bb;
    padding: 9px 8px 6px 47px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    margin-top: -2px;
    font: 400 9pt Verdana,Arial,Times New Roman,sans-serif;
    box-shadow: 2px 2px 18px 1px #c4ccdd;
    z-index: 100;
    transition: all 300ms ease-out;
}
.whatsapptable:hover {
    box-shadow: 2px 2px 18px 1px #03ff0d;
    border: 2px solid #03ff0d;
    background: rgba(52, 63, 88, 0.9) !important;    
    z-index: 100;
    cursor: pointer;
    transition: all 300ms ease-out;
}
.whatsapptable small {
    transition: all 300ms ease-out;
    display: none;
}
.whatsapptable:hover small {
    transition: all 300ms ease-out;
    display: block;
    margin-left: -40px;

}

.whatsapptable img {
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
    width: 32px;
}

.nav-fix {
    background: url(widget/bg-nav-fix.png) no-repeat;
    width: 81px;
    height: 268px;
    position: fixed;
    right: 0;
    margin-right: 20px;
    top: 30%;
    z-index: 100;
}
.nav-fix #discord {
    background: url(widget/discord.png) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin: 60px 20px 0px;
    transition: 1s;
}
.nav-fix #discord:hover {
    background: url(widget/dhover.png) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin: 60px 20px 0px;
    transition: 1s;
}

.nav-fix #face {
    background: url(widget/face.png) no-repeat;
    width: 16px;
    height: 32px;
    display: block;
    margin: 24px 26px 0px;
    transition: 1s;
}

.nav-fix #face:hover {
    background: url(widget/fhover.png) no-repeat;
    width: 16px;
    height: 32px;
    display: block;
    margin: 24px 26px 0px;
    transition: 1s;
}
.nav-fix #youtube {
    background: url(widget/youtube.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 24px 20px 0px;
    transition: 1s;
}
.nav-fix #youtube:hover {
    background: url(widget/yhover.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 24px 20px 0px;
    transition: 1s;
}
/*::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 13px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #18af52
}*/

.social {
  position: fixed;
  top:50%;
  z-index:100;
  list-style-type: none;
  right: 0;
  height: 100px;
  margin-top: -50px;
}

.social li a {
  display: block;
  height: 20px;
  width: 40px;
  background: #222;
  border-bottom: 1px solid #333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child  a:hover { background: #3b5998 }
.social li:nth-child(2) a:hover { background: #ec4d4d }
.social li:nth-child(3) a:hover { background: #ea4c89 }
.social li:nth-child(4) a:hover { background: #836cca }
.social li:nth-child(5) a:hover { background: #4dec59 }

.social li:first-child a { border-radius: 5px 0 0 0 }
.social li:last-child  a { border-radius: 0 0 0 5px }
    
.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;

  border-radius: 5px;
  transition: all .5s ease .300ms
}

.characters-cap {
	position:relative;
	padding:10px;
	font-size:2em;
	border-radius:8px;
	margin-bottom:5px;
	background-image:url(/system/pages/imagens/characters_background.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-weight:700;
	height:52px
}.characters-cap 
.fa-adjust {
	color:#e43a33;
	transform:rotate(90deg)
}
