/*INDEX*/
.logo-name {
	color: #e87b23;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: -10px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px black;
}

.n-format::-webkit-outer-spin-button, .n-nif::-webkit-inner-spin-button  {
	-webkit-appearance: none;
	margin: 0; 
}

input[type=number].n-nif {
	-moz-appearance:textfield; /* Firefox */
}

/*TAMANHO INICIAL*/
html {
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#navbar-wrapper {
	position: absolute;
	min-height: 100%;
	background-color: #e87b23;
}

#navigation {
	min-height: 100%;
	position: relative;
}

#page-wrapper {
	min-height: 100%;
}

/*APLICADOS AO ELEMENTO*/
textarea {
	resize: vertical;
}

label {
	margin-bottom: unset;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*BARRA TOPO*/
@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: -35px;
	}
}
.navbar {
	background-color: #fff;
}
.navbar-button {
	padding: 17px 15px;
}

.dashboard-header {
  padding-top: 15px;
}

/*COR PRINCIPAL*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
	background-color: #e87b23;
}

.navbar-default {
	background-color: #e87b23;
}

.nav-header {
	background-color:#e87b23;
}

.nav > li.active {
	background:  #e87b23;
}

body.mini-navbar .nav-header {
	background-color: #e87b23;
}

body {
	background-color: #f3f3f4;
}

/*MENU LATERAL*/
.navbar-divider {
	margin: 0.5rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

body:not(.mini-navbar) .navbar-user-text {
	color:#fff;
	display: unset;
	text-shadow: 0px 0px 1px black;
}

.navbar-user-text {
	display: none;
	color:#fff;
}

body:not(.mini-navbar) .navbar-user {
	text-align:center;
}

.navbar-user {
	text-align:center;
	left: -7px;
}

.nav > li.active > a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 1px black;
}

body:not(.mini-navbar) .image-profile {
	width: 60px;
	height: 60px;
	border-radius: 20% !important;
	padding: 2px;
	border: 1px solid #ddd;
}

.fixed-content {
	min-height:100%;
	position:fixed !important;
	overflow-y:hidden;
	overflow-x:hidden;
}
.mini-navbar .nav-second-level {
	position: fixed;
	top: 70px;
}

/*COR BUTOES PRIMARIOS*/
.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #18a689;
	border-color: #18a689;
	color: #FFFFFF;
}

.btn-primary:active:focus, .btn-primary:active:hover {
	background-color: #18a689 !important;
	border-color: #18a689 !important;
}

/* CORES */
.bg-warning-stk {
	background-color: #ffd66e !important;
}

.bg-danger-stk {
	background-color: #ff9d94 !important;
}

/*IMAGEM */
.image-profile {
	width: 35px;
	height: 35px;
	border-radius: 20% !important;
	padding: 2px;
	border: 1px solid #ddd;
}

.popover-image {
	width:200px;
	height:200px;
}

/*MARGIN PADDING*/
.d-none {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 5px;
}
.mb-2 {
	margin-bottom: 10px;
}

.mb-3 {
	margin-bottom: 15px;
}

.mb-50 {
	margin-bottom: 50px;
}

.p-0 {
	padding: 0px;
}

.p-1 {
	padding: 5px;
}

.p-2 {
	padding: 10px;
}

.ptb-1 {
	padding-top: 5px;
	padding-bottom: 15px;
}

/*AJUSTES ESPECIAIS*/
.ibox-title-page {
	border-color: #e7eaec;
	border-style: solid solid none;
	border-width: 4px 0px 0;
	padding: 5px 0px 0px 5px;
}

.list-home {
	border-radius:.25em; 
	padding: 5px;
	background-color: #f5f5f5;
	color: #585a5c;
	margin-bottom: 10px;
}

.border-input {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.costom_login {
	width: 450px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	border-radius: 1rem;
	background: #ffffff;
	padding:50px;
	margin-top: -350px !important;
}

.plataform-name {
	background-color: #e87b23;
	height: 68px;
	padding-top: 10px;
	cursor: default;
	color: #fff;
	text-shadow: 1px 1px 2px black;
}

.input-group-custom {
	background-color: #eaecf4;
	border: 1px solid #d1d3e2;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/*TABLE*/
.table-condensed {
	width: 100%;
}

.table-condensed thead {
	background-color: #d3d3d3;
}

.table-condensed tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.table-condensed tr {
	height: 42px;
	color: #585a5c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7eaec;
}

.table-condensed img {
	cursor:pointer;
	width: 26px;
	height: 26px;
}

.table-baseconhecimento tr {
	height: 32px;
}

.table-hover tr:hover {
	filter: brightness(90%);
}

.thead-assis tr, .thead-assis th {
	padding: 0px !important;
	height: 0px !important;
}

.tbody-hover tr {
	border-bottom-width: 0px;
}

.tbody-hover tr:last-child { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7eaec;
}

.tbody-hover tbody:hover {
	filter: brightness(90%);
}

/*BUTOES COSTOMISADOS*/
.oi-point {
	cursor: pointer;
	color: #1c84c6;
	font-size: 18px;
}

.btn-pesquisar {
	margin-top: 18px;
	margin-bottom: 0px !important;
}

.btn-opt {
	height: 30px !important;
	width: 30px !important;
	margin: 0px !important;
	padding: 5px !important;
}

.btn-opt i {
	vertical-align: unset !important;
}

.chk-control {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

/*SCROL TOP*/
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  border-radius: 0.35rem !important;
}

.scroll-to-top:focus, .scroll-to-top:hover {
	color: white;
}

.scroll-to-top:hover {
	background: #5a5c69;
}

.scroll-to-top i {
	font-weight: 800;
}