body {
	margin: 0px;
	padding: 0px;
    
	background-color: #242323;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
    margin-top: 0px;
    font-size: 1.8em;
    font-weight: normal;
    color: black;
    text-align: center;
}

h2 {
    margin-top: 0px;
	  font-size: 1.8em;
    font-weight: normal;
    color: white;
}


h3 {
    margin-top: 0px;
	  font-size: 1.4em;
    font-weight: bold;
    color: black;
    text-align: center;
}

/*Bloquear campos*/
p, ol, ul {
  margin-bottom: 5px;
  line-height: 160%;
  list-style-type: none;
  font-size: 18px;
}

a {
  color: black;
  font-size: medium;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
    background: url(images/banner.jpg) no-repeat center top;
	height: 220px;
	margin: 0px auto;
    background-size: cover;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

/* Post */

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	background: #444444;
	padding: 10px 25px;
	font-size: 1.4em;
    font-weight: bold;
}


/* Footer / Rodapé */
.footer {
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}
.footer p {

	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

.footer a {
	color: #FFFFFF;
    font-size: smaller;
}

form label {
    display: block;
    font-size: 16px;
}

textarea {
    height: 100px;
}


.help_text {
    font-size: 12px;
    font-style: italic;
    padding: 0;
    color: #999999;
    display: block;
}

/*input[type="text"], textarea {
  border-color: #7C7C7C #C3C3C3 #DDDDDD;
  border-style: solid;
  border-width: 1px;
  width: 400px;
  height: 30px;
  font-size: 18px;
  margin: 10px;
}*/

p{
      font-size: medium;
  }


ul.errorlist {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 15px;
  color: red;
  font-size: small;
}

.field_title {
   font-weight: bold;
   text-align: left;
}
 
table#tabela_relatorio tr td{
  border-collapse:collapse;
  border: 1px solid;
  text-align: center;
  white-space: nowrap;
}

.projetos {
  padding: 0px;
  font-size: low;
  margin: auto;
  width: 600px;
  text-align:left;
}

.devolucao {
  padding: 0px;
  font-size: medium;
  margin: auto;
  width: 400px;
  text-align:left;
}

.tag{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
}


*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
    color: #fff;

}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #35acdf;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #1921D1;   
}


.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

.sidebar-nav .sidebar-brand  {
    height: 25px;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sidebar-nav .sidebar-brand li a{
     color: #ddd;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
    color: #fff;
}

.nav{
  background: #444;
}

.login{
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.titulo{
  color: #000;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.aria-label{
  font-size: 18px;
}

.form-control{
  display: table-cell;
  width: 95%;
  margin: 10px 0px 0px 0px;
}

#nome{
  width: 500px;
}

#cpf, #numero_pasta{
  width: 250px;
}
#botao{
  margin-top: 30px;
}

.locais{
  padding: 10px;
}
