﻿body {
    background: #264653;
    font: normal 70% Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
}

/* Sidebar
----------------------------------------------------------------------------------------------------*/
#sidebar
{
    position: absolute;
    background-image: url(../assets/images/misc/mask.png);
    background-repeat: repeat;
    background-position: -99999px -99999px;
    width: 200px;
    height: 100%;
    text-align: center;
    color: #C0C0C0;
    bottom: 0 auto;
    right: 0;
}

#sidebar img
{
    position: relative;
    top: 10px;
    width: 80px;
    padding-bottom: 15px;
}

#sidebar h1
{
    font-weight: bold;
    font-size: 20px;
}


/* Login
----------------------------------------------------------------------------------------------------*/
#splash
{
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255,255,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 72%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(72%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 72%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 72%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 72%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 72%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);
}

#formLogin
{
    position: absolute;
    width: 210px;
    height: 100%;
    padding: 15px 0 0 20px;
}
#formLogin h1
{
    padding-left: 25px;
    color: #808080;
    font-size: 22px;
    line-height: 2.5;
}

#formLogin p
{
    text-align: justify;
    font-size: 12px;
    color: #333333;
}


input[type=password], input[type=text]
{
    width: 100%;
    text-transform: uppercase;
    color: black;
    border: 1px solid #ccc;
    height: 23px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}

#logo
{
    position: absolute;
    width: 349px;
    height: 100%;
    right: 0;
    border-left: 1px solid;
    border-left-color: #CCCCCC;
}

#logo img
{
    position: absolute;
    top: 20px;
   /* width: 90%;*/
    left: 60px;
}

/*.btn
{
    background: url('../Imagem/bt1_1.png') center center no-repeat;
    position: relative;
    left: 135px;
    top: 20px;
    height: 29px;
    width:78px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: 0;
}*/

.btn 
{
    position:relative;
    left:115px;
    top:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #a6a6a6;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}
.btn:active {
	position:relative;
	top:13px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
