/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/06/2015, 22:26:57
    Author     : Ely
*/

body{
    padding-top:0px;
    /*color: #999;*/
    color: #000;
    font-size: 16pt;
}			
.navbar.navbar, .navbar-default.navbar {
	background-color: #000000;
	color: rgba(255,255,255,.84);
	padding-top: 6px;
	margin-bottom: 10px;
}
.navbar-brand {
    padding-left: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.mdi-action-spellcheck {
    font-size: 12pt;
}
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
thead {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.btn {
    padding: 10px;
    text-transform: none;
}

.center {
    text-align: center;
}
.control-label {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 10pt;
}
.bootstrap-select {
    margin-top: 0px;
}
.menu {
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: 9pt;
    width: 60px;
    height: 45px;
}
.icone {
    font-size: 20pt;
}

.list-group .list-group-separator:before {
    width: 100%;
}
.active {
    font-weight: bold;
}
.breadcrumb>li+li:before {
  content: "\e7c3";
  //content: "\e6bb";
  font: normal normal normal 14px/1 'Material-Design-Icons';
  padding-left: 0px;
  padding-right: 0px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
  content: "\e7a6";
  font: normal normal normal 16px/1 'Material-Design-Icons';
  padding-right: 3px;
}
.form-group {
    margin-left: 8px;
}
.panel-primary .panel-heading  {
    /*background-color: #43D9E0 !important;
    border-color: #43D9E0  !important;*/
    background-image: none;
    color: #fff;
    text-decoration: underline;
}
.panel-primary {
    margin-left: 8px;
    margin-right: 8px;
    /*border-color: #43D9E0;*/
}

.h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
h4 {
    font-size: 14pt;
	text-decoration: none;
    overflow: hidden;
}
h5 {
	font-size: 16pt;
	text-decoration: none;
}

.btn-default {
    /*color: #999;*/
    color: #000;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 8px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    
}
.btn-primary:hover {
    background-color: #396388;
     border-color: #396388; 
}
.btn-primary:active {
    background-color: #396388;
    border-color: #396388;
}


#btnAtual {
    font-size: 14pt;
    /*border-top: 6px solid #396388;
    border-bottom: 6px solid #396388;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
h5 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.destaque {
    font-weight: bold;
    color: #43D9E0;
}
.textobranco {
   color: white; 
}
a.active {
    text-decoration: none;
}
a:-webkit-any-link {
        text-decoration: none;
}
    
.toast {
    opacity: 0.9 !important;
    margin-top: 60px !important;
}

.btn {
    font-size: 16pt;
    overflow: hidden;
}

.labelbtn {
    display: block; 
    width: 100%;    
    margin-top: 15px !important;
    padding-left: 40px !important;
    font-size: 16pt;
}



input[type='radio'] { 
    transform: scale(2); 
    margin-top: 8px !important;
}
input[type='checkbox'] { 
    transform: scale(2); 
    margin-top: 8px !important;
}

.form-control {
    font-size: 16pt;
}

.navbottom {
    padding-top: 0px !important; 
    margin-bottom: 0px !important;
    background-color: #337ab7 !important;
}
.titulo {
	font-size: 14pt;
	text-decoration: none;
}