body {
	font-family:Verdana;
	font-size:13px;
	background-image:url('../img/back.jpg')
}
input[type=text], select{
	text-transform: uppercase;
}
#txt_email{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}
#toolbar {
	margin-top:10px;
	background:url('../img/logo.png') no-repeat;
	height:90px;
	width:100%;
}
#menu {
	margin-top:30px;
	background:#fff;
	padding:20px;
	border:1px solid #bbb;
	width:100%;
}
#menu a {
	display:block;
	border:1px solid #999999;
	border-radius:5px;
	padding:6px;
	margin:8px 0;
	text-decoration:none;
  text-align: center;
	color:#000;
	background:#E6E5E1;
}
#menu a:hover {
	box-shadow:0px 0px 4px #ccc;
}
.table > thead > tr, .table > thead > th{
	background: #f5f5f5 !important;
}
/*
.table > thead > tr, .table > thead > th{
	background: #e6e6e6 !important;
}
.table > tbody > tr{
	background: #e9e9e9;
}
.table > tbody > tr > td{
	border: 1px solid #eee;
}
*/
.margin-right-15{
	margin-right: 15px;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-left-30{
	margin-left: 30px;
}
.margin-top-btn{
	margin-top: 16px;
}
.margin-top-btn-chb{
	margin-top: 20px;
}
.margin-top-1{
  margin-top: 1em;
}
.margin-top-2{
  margin-top: 2em;
}
.margin-top-5{
  margin-top: 5px;
}
.margin-top-15{
  margin-top: 15px;
}
.margin-bottom-0{
	margin-bottom: 0;
}
.margin-bottom-1{
	margin-bottom: 1em;
}
.margin-bottom-2{
	margin-bottom: 2em;
}
.no-padding{
  padding: 0;
}
.no-padding-right{
  padding-right: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-margin{
  margin: 0;
}
.border-bottom{
  border-bottom: 1px solid #ccc;
}
.selectable:hover{
	cursor: pointer;
	background: #eee;
}
.tr-active{
	background: #337ab7 !important;
	color: #fff;
}
.selectable.tr-active:hover{
	background: #337ab7;
	color: #fff;
}
.td-excluir{
	width: 50px;
}
.overflow-x{
	overflow-x: auto;
}
#div_tb_familiar{
	overflow-x: auto;
}
#tb_familiar tbody tr{
	max-width: 100%;
}
label{
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
}
.form-control{
  font-size: 12px;
  height: 30px;
}
.deletar-familiar{
	cursor: pointer;
}
h5{
  padding-bottom: 2px;
}
.table-font-9 thead th, .table-font-9 tbody tr td{
  font-size: 9px;
}
.table-font-12 thead th, .table-font-12 tbody tr td{
  font-size: 12px;
}
.lb-chb{
	margin: 2px 0 0 20px;
	width:auto;
}
.highcharts-credits{
	display: none;
}
