.navbar-brand {
	padding: 0 15px;
}

.navbar-brand > img {
	height: 50px;
}

.skin-red .main-header .navbar {
	background-color: #0b2b1e;
}

.content-header h1 {
	margin: 0;
	font-size: 24px;
}

.content-header button > i, .navbar-nav li a > i, .ajs-primary.ajs-buttons .btn-warning > i, .box-footer button > i {
	margin-right: 5px;
}

.modal-dialog {
	margin-top: 60px;
}

.btn-radio {
	border: 2px solid #888;
	display: inline-block;
	padding: 3px 10px;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
}

.btn-radio.btn-fisica {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.btn-radio.btn-juridica {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

input[type="radio"].toggle {
	display: none;
}

input[type="radio"].toggle + label {
	cursor: pointer;
	min-width: 80px;
}

input[type="radio"].toggle + label:hover {
	background: none;
	color: #1a1a1a;
}

input[type="radio"].toggle + label:after {
	background: #1a1a1a;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
	width: 100%;
	z-index: -1;
}

input[type="radio"].toggle.toggle-left + label {
	border-right: 0;
}

input[type="radio"].toggle.toggle-left + label:after {
	left: 100%;
}

input[type="radio"].toggle.toggle-right + label {
	margin-left: -5px;
}

input[type="radio"].toggle.toggle-right + label:after {
	left: -100%;
}

input[type="radio"].toggle:checked + label {
	cursor: default;
	color: #fff;
	transition: color 200ms;
	background-color: #888;
}

input[type="radio"].toggle:checked + label:after {
	left: 0;
}

.form-group label > small {
	color: #0b2b1e;
}

.modal {
	z-index: 9999;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border: 1px solid #d2d6de;
	height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #0b2b1e;
}

.select2-container--open, .daterangepicker {
	z-index: 99999;
}

.nav-tabs > li > a {
	color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #0b2b1e;
}

.itens-venda {
	width: 100%;
	margin: 15px 0 25px;
}

.itens-venda tr th, .itens-venda tr td {
	border-bottom: 1px solid #333;
	padding: 5px;
	font-size: 14px;
}

.itens-venda tr th {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
}

@media (min-width:992px) {
	.modal-xl {
		width: 1200px
	}
}

.modal-open .ui-datepicker {
	z-index: 2000 !important;
}

#modalMostrarVenda .form-group {
	margin-bottom: 5px;
}

#modalMostrarVenda .form-group span {
	margin-left: 5px;
}

#modalMostrarVenda .form-group.valores-venda label, #modalMostrarVenda .form-group.valores-venda span {
	font-size: 22px;
}

.dataTables_wrapper > .row {
	overflow: auto !important;
}

.nav > li > a {
	padding-right: 14px;
	padding-left: 14px;
}