/***** GERAL *****/
body {
	background-color: #f5f5f5 !important;
	font-size: 14px;
}
.container {
	width: 90% !important;
	max-width: inherit;
}
.cursor-grab {
	cursor:grab;
}
.color-2 {
	color: #444;
}
.pagination .active a {
	background-color: rgba(9, 30, 66, 0.08) !important;
	box-shadow: inset 0px 1px 11px -4px #999 !important;	
}
.btn-primary.active-custom {
	box-shadow: inset 0px 1px 11px -4px blue !important;	
}
.fs-6 {
  font-size: 12px !important;
}
.image-upload {
	height: 120px;
	max-width: 100%;
	width: auto;
}
/***** TELA PRINCIPAL *****/
.card {
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.card-header {
	background-color: #ddd;
	border: none;
	text-transform: uppercase;
	color: #666;
}

/***** TABLE *****/
.table .thead-dark th {
	color: #666;
	background-color: #ddd;
	border: 2px solid #b7b5b5;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

/***** BOTOES ******/
.btn {
	font-size: 12px;
	text-transform: uppercase;
}
.btn-mini {
	font-size: 10px;
	padding: 2px 4px;
}
.btn-custom {
    background-color: #f5f6f7 !important;
    border: 1px solid #f5f6f7 !important;
    color: #337ab7 !important;
}
.btn-menu {
    color: #fff;
    background-color: #007dba;
    border-color: #007dba;
}

/***** MENU *****/
.navbar-light {
	background-color: #007dba !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .8rem;
	padding-left: .8rem;
}

/***** LOGIN *****/
.login {
	width: auto;
	max-width: 370px;
	margin: 10% auto;
	background: #fff;
	border: 1px solid #dddddd;
	padding: 20px;
}

/***** SIMPLE AUTOCOMPLETE *****/
div.autocomplete {
	z-index: 1000;
	position: absolute;
	min-width: 429px;
	background-color: #eee;
	border: 2px solid #ccc;
	font-size: 14px;
	font-family: "calibri";
}
div.autocomplete ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
div.autocomplete ul li {
	padding: 1px 10px;
	cursor: pointer;
	color: #000;
}
div.autocomplete ul li.sel {
	background-color: #87cefa;
}

/***** BOOTSTRAP *****/
.nav-tabs .nav-link {
	border: none;
	color: #888;
}
.nav-tabs .nav-link.active {
	background: #f5f5f5;
	border-bottom: 1px solid #fff !important;
}
.tab-content > .active {
	border-bottom: 1px solid #dee2e6;
}