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

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

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

.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;
}

label > small {
	color: #EB2E32;
}

.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--open, .daterangepicker {
	z-index: 99999;
}

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

.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
	}
}

.skin-black .main-header .navbar,
.skin-black .main-header .navbar > .sidebar-toggle,
.skin-black .main-header .navbar .sidebar-toggle:hover,
.skin-black .main-header .navbar .nav > li > a,
.skin-black .main-header .navbar .nav > li > a:hover,
.skin-black .main-header .navbar .nav > li > a:active,
.skin-black .main-header .navbar .nav .open > a, 
.skin-black .main-header .navbar .nav .open > a:hover, 
.skin-black .main-header .navbar .nav .open > a:focus,
.skin-black .main-header .logo,
.skin-black .main-header .logo:hover
{
	background-color: #141414;
	color: #0075f2;
}

.skin-black .main-header .navbar > .sidebar-toggle,
.skin-black .main-header .logo,
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black .sidebar-menu > li.active > a
{
	border: none;
}

.skin-black .sidebar-menu > li:hover > a, 
.skin-black .sidebar-menu > li.active > a, 
.skin-black .sidebar-menu > li.menu-open > a 
{
	background-color: #0075f2;
}

.skin-black .wrapper, 
.skin-black .main-sidebar, 
.skin-black .left-side {
	background-color: #141414;
}

.main-sidebar .user-panel {
	white-space: inherit;
}

.user-panel > .info {
	line-height: 1.2;
}

.skin-black .sidebar-menu > li > .treeview-menu {
	margin: 0 1px 0 20px;
	background: #003895;
}

.skin-black .sidebar-menu .treeview-menu > li > a {
	color: #b8c7ce;
}

.btn-adicionar {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	color: #0073aa;
}

.btn-adicionar:hover, 
.btn-adicionar:active {
	border-color: #008ec2;
	background-color: #008ec2;
	color: #fff;
}

.input-upper {
	text-transform: uppercase;
}

.input-lower {
	text-transform: lowercase;
}

.select2-selection.select2-selection--multiple {
	height: auto !important;
}

.dd-option-image {
	max-width: 80px !important;
}

.dd-selected-image {
	max-width: 20px !important;
}

.table-modal {
	width: 100%;
	margin: 15px 0 25px;
}

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

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

.table-produtos {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.table-produtos tr th, .table-produtos tr td {
	border: 1px solid #555;
	padding: 5px 10px;
	text-align: center;
}

.valores-produtos {
	font-size: 20px;
	margin-top: 20px;
}

.login-page {
	background-color: #141414;
}

span.aula-modulo {
	display: inline-block;
	margin-top: 2px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sortable-handle {
	cursor: grab;
	margin-right: 8px;
}

.navbar-nav > .user-menu > .dropdown-menu {
	width: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
	padding: 0;
}

.divisoria-modal {
	margin-top: 20px;
}

.divisoria-modal h4 {
	margin-bottom: 5px;
	font-weight: 500;
}

.divisoria-modal hr {
	margin: 0 0 20px;
}

.textarea-fake {
	display: block;
	width: 100%;
	height: 90px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #d2d6de;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	overflow-y: auto;
}

.textarea-fake.alternativa {
	height: 35px;
}

.pergunta-pesquisa {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.pesquisa-quantidades {
	margin-top: 0;
}

#table-painel {
	width: 100%;
}

#table-painel thead tr th {
	width: 6%;
	font-size: 14px;
	text-align: right;
	background: #DEE8EA;
	color: #333;
	padding: 5px 7px;
}

#table-painel thead tr th:first-child, 
#table-painel tbody tr td:first-child {
	width: 22%;
	text-align: left;
}

#table-painel tbody tr td {
	font-size: 12px;
	text-align: right;
	color: #333;
	padding: 5px 7px;
	border-right: 1px solid #F0F3F4;
}

#table-painel tbody tr td:last-child {
	border-right: none;
}

#table-painel tbody tr td span.previsto {
	font-style: italic;
	color: #666;
}

#table-painel tbody tr.grupo td {
	background-color: #F0F3F4;
}

.btn-sm.gerar-recibo {
	padding: 2px 6px;
}

.login-logo > img {
	max-width: 210px;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

[hidden] {
	display: none !important;
}
