@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

* {
  font-family: 'Lato', sans-serif !important;
}

body{
	background:#f1f9f9;
}
/*
body#entrada{
background: #1e5799; 
background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 50%, #398ed3 100%);
background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 50%,#398ed3 100%); 
background: linear-gradient(to right, #1e5799 0%,#2989d8 50%,#398ed3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#398ed3',GradientType=1 ); 
}*/

body#entrada{
  background: rgba(0,30,103,1);
  background: -moz-linear-gradient(top, rgba(0,30,103,1) 0%, rgba(1,69,176,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,30,103,1)), color-stop(100%, rgba(1,69,176,1)));
  background: -webkit-linear-gradient(top, rgba(0,30,103,1) 0%, rgba(1,69,176,1) 100%);
  background: -o-linear-gradient(top, rgba(0,30,103,1) 0%, rgba(1,69,176,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,30,103,1) 0%, rgba(1,69,176,1) 100%);
  background: linear-gradient(to bottom, rgba(0,30,103,1) 0%, rgba(1,69,176,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e67', endColorstr='#0145b0', GradientType=0 );
  height: 100vh;
}

#header{
    margin: 0 0 100px 0;
    background: #001e67; /* none */
    padding: 1em;
    color: white;
    position: fixed;
    width: 100%;
    height: 5.3em;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: margin-left .5s;
}

.sair{
font-size: 18px;
margin-top: -68px;
margin-right: 5px;
color: white !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 36px;
}

.sidenav a, .sidenav span {
    padding: 8px 8px 8px 24px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sidenav a, .sidenav a:hover{
    font-size: 18px;
    line-height: 1.1em;
    color: #818181;
    border-bottom: 1px #eee3 solid;
}

.sidenav span{
    font-size: 23px;
    line-height: 1.3em;
    color: #ccc;
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    margin-top: 0.5em;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main, .top {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.form-signin {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 3em;
    background-color: none;
	font-family:Tahoma, Geneva, sans-serif;
	color:white;
	font-weight:lighter;
}

.signin-page{
 padding: 2em;
 margin-top: 60px;
}

.signin-page a, .signin-page a:hover{
    color: #bddefb
}

.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"], #btn-submit {
    font-size: 16px;
    height: 55px;
    padding: 10px 15px;
}
.h5{
	font-family:Verdana, Geneva, sans-serif;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
}
fieldset{margin:1% auto;}
table{ margin-top: 20px;}	
.box-mensagem-crud{ margin-top: 10px;}
.msg-erro{ color: red; }
.cpfinv{ display: none; }

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later 
.sidebar {
  display: none;
}*/
@media (min-width: 768px) {
  .sidebar {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

#post .jumbotron{
  background: white !important;
}

#post{
  background: #2980b9 !important;
  padding: 15px;
  margin: -15px;
  height: calc(100vh - 5.3em);
}

.jumbotron{
  background: none !important;
}

.box-paginacao{  
      width: 370px;  
      height: 30px;  
      margin: 0 auto;  
 }  
 
 a.box-navegacao{  
      color: #3436A1;  
      font-size: 13px;  
      border: 1px solid #3436A1;  
      float: left;  
      margin: 0 5px;  
      padding: 4px 5px;  
      cursor: pointer;  
 }  
 
 a.box-navegacao:hover{  
      color: red;  
      text-decoration: underline;  
 }  
 
 a.box-numero{  
      display: block;  
      font-size: 13px;  
      float: left;  
      width: 28px;  
      height: 28px;  
      color: #fff;  
      background-color: #3436A1;  
      text-align: center;  
      padding: 6px 5px;  
      margin: 0 3px;  
      cursor: pointer;  
 }  
 
 a.box-numero:hover, a.destaque{  
      color: red;  
      border: 1px solid #3436A1;  
      background-color: #fff;  
 } 

 /*.row p{
      padding: 15px 10px;
      width: 300px;
      margin: 0 auto;
 } */

 .esconder{
      visibility: hidden;
 }

 .mostrar{
      visibility: visible;
 }

 .escondido {
  display: block;
 }

 #subir{
  position: fixed;
  float: bottom;
  bottom: 15px;
  right: 20px;
  z-index: 100;
}