/*!
 * App Navegah v1 (http://navegah.com.br)
 * Copyright 2016 Navegah Web Design
 * Por Pedro Ferrera
 */

body {
  background: #EAEAEA;
}

body.login .container {
    background-color: transparent;
}

#footer {
    margin-bottom: 80px;
}

.navbar {
    background: #2c3694;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #afff99;
    color: #2c3694;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #afff99;
}

.dropdown-menu {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}

div.separatorForm {
    width: 100%;
    margin: 20px 0;
}

/* ==============================================
   BUTTONS
=============================================== */

.btn-salvar,
.btn-salvar:focus {
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 40px;
    display: inline-block;
    margin:20px 0;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    position: relative;
    background: #3aaa2b;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-salvar:hover,
.btn-salvar:active {
    color: #fff;
    background: #47ce35;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* ==============================================
   AVISOS
=============================================== */

div.sucess {
    background: #97f78a;
    border: 1px solid #54f740;
    color: #3aaa2b;
    padding: 20px 0 10px 0;
    font-weight: 600;
    font-size: 14px;
    
    display: none;
}

div.alert {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    padding: 20px 0 20px 0;
    font-weight: 600;
    font-size: 14px;
    
    display: none;
}

div.aviso {
    margin-top: 8px;
    font-style: italic;
}

/* ==============================================
   FORMS
=============================================== */
form input.form-control, form textarea.form-control {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

form label {
    color: #a8a8a8;
}

/* ==============================================
   DASHBOARD - PÁGINA INICIAL
=============================================== */

.left {
    background: #EAEAEA; padding: 0 10px 0 0;
}

.right {
    background: #EAEAEA; padding: 0 0 0 10px;
}

.widget {
    margin-bottom: 14px; 
    padding: 20px; 
    background: #FFF; 
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09); 
    -webkit-box-shadow: 0 1px 2px,rgba(0,0,0,0.09); 
    box-shadow: 0 1px 2px rgba(0,0,0,0.09); 
    top: 0; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px;
}

/* ==============================================
   DASHBOARD - QUEM SOMOS
=============================================== */

#conteudoDaPagina {
    background: #FFF;
    /*border: 1px solid #e3e3e3;*/
    padding-bottom: 40px;
    margin-bottom: 25px;
    /*-moz-box-shadow: 0 0 5px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.09);
    box-shadow: 0 0 5px rgba(0,0,0,0.09);*/
}

#conteudoDaPagina h1 {
    border-bottom: 1px solid #ededed;
    color: #5c5b5c;
    padding: 40px 0 40px 0;
    font-size: 22px;
    margin-bottom: 40px;
}

#conteudoDaPagina div.separator {
    background: #e3e3e3;
    height: 1px;
    width: 100%;
    margin: 40px 0 40px 0;
}

/* ==============================================
   DASHBOARD - LISTAGEM
=============================================== */

h2.listagem {
    font-size: 22px;
    color: #5c5b5c;
    padding: 0;
    margin: 8px 0 0 0;
}

table.table {
    width: 100%;
}

table.table tr.head {
    background: #4a4a4a;
    color: #FFF;
    font-weight: bold;
}

table.table tr {
    background: #ebebeb;
    color: #5c5c5c;
    vertical-align: middle;
}

table.table tr td {
    padding: 20px;
}

table.table tr.registros:nth-child(odd) td{
    background: #FFF;
    border-bottom: 1px solid #ebebeb;
}

table.table tr.registros td a i.fa-trash {
    color: #ba1b1b;
    font-size: 19px;
}

table.table tr.registros td a i.fa-pencil-square-o {
    color: #1a5aa9;
    font-size: 18px;
    margin-top: 2px;
}

.btn {
    width: 140px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.btn i {
    vertical-align: middle;
    font-size: 18px;
}

.btn-novo {
    background: #4a90e2;
    border: 1px solid #4a90e2;
    color: #FFF;
}

.btn-novo:hover {
    background: #FFF;
    border: 1px solid #4a90e2;
    color: #4a90e2;
}

input.search {
    padding: 8px 12px 9px 12px;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

button.btn-search {
    background: transparent;
    color: #CCC;
    border: 1px solid #eaeaea;
    padding: 8px 8px 9px 8px;
}

button.btn-search:hover {
    border: 1px solid #eaeaea;
    background: #eaeaea;
    color: #CCC;
    
}

/* ==============================================
   DASHBOARD - LOGIN
=============================================== */

.form-signin {
  max-width: 531px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 50px 90px 120px 70px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.09);
  box-shadow: 0 0 5px rgba(0,0,0,0.09);
}
.form-signin a {
    color: #2c3694;
}
.form-signin a:hover {
    text-decoration: underline;
}
h1.form-signin-heading {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #525252;
    padding-bottom: 20px;
    display: block;
    font-weight: 300;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-login {
    background: #30d371;
    color: white;
    margin-top: 15px;
}

.btn-login:hover {
    color: white;
}

body.login .logo {
    padding: 83px 0 37px 0;
}

.aviso {
    color: #FF9794;
    margin-top: 20px;
}

/* ==============================================
   DASHBOARD - PERMISSÕES
=============================================== */
#permissoes .btn.btnLeftRight {
    width: 40px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

/* ==============================================
   DASHBOARD - ACESSO RÁPIDO
=============================================== */
a.adicionar {
    padding: 20px; background: #EEE; display: block; text-decoration: none;
}

/*-----------------------
----- Pagination Styles------
-------------------------*/
.pagination {
	font-size: 80%;
	margin-top: 80px;
}
        
.pagination a {
    text-decoration: none;
	color: white;
	background: white;
	border: 1px solid #EEE;
	color: #666;
		
}

.pagination a, .pagination span {
    display: inline-table;
    padding: 0.8em 1em;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
	font-weight: 700;
	border: 1px solid #EEE;
	color: #666;
	background: #FFF;
}

.pagination a:hover { 
	text-decoration: none; border: 1px solid #1a2f4e;
	color: white;
	background: #1a2f4e; 
}

.pagination .current {
    border: 1px solid #ec6700;
	color: white;
	background: #ec6700;
    font-weight: 700;
}

.pagination .current.prev, .pagination .current.next{
	border: 1px solid #EEE;
	color: #CCC;
	background: white;
}

.pagination .current.next{
	margin-left: 5px;
}

.pagination .prev{
	margin-right: 5px;
	
}

.pagination .next{
	margin-left: 5px;
}
/*-----------------------
----- Pagination Styles------
-------------------------*/