.btn-zIcone
{
	margin-right: 10px;
	width: 24px;
}
.btn-zIcone-mobile
{
	width: 32px;
}

input::placeholder{
	opacity: 0.4 !important;
}

@media (min-width: 576px){
	.modal-dialog.modal-lg-max{
		max-width: 90%;
	}
}

.loading-background
{
	background: rgba(255, 255, 255, 0.5);
	z-index: 99;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.loading
{
	z-index: 99;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.loading:after
{
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	left: calc(50% - 25px);
	bottom: 0;
	border-top: 6px solid rgba(0, 130, 68, 0.25);
	border-bottom: 6px solid rgba(0, 130, 68, 0.25);
	border-left: 6px solid rgba(0, 130, 68, 0.25);
	border-right: 6px solid rgba(0, 130, 68, 1);
	border-radius: 100%;
	animation: loading 2s infinite;
	-webkit-animation: loading 2s infinite;
}
.loading:before
{
	font-size: 20px;
	letter-spacing: 1px;
	color: rgba(0, 130, 68, 1);
	content: "Aguarde, carregando resultado...";
	position: absolute;
	top: 57%;
	text-align: center;
	right: 0;
	left: 0;
}
.loading-background.black-white{
	background: rgba(0, 0, 0, 0.5);
}
.loading.black-white:after
{
	border-top: 6px solid rgba(255, 255, 255, 0.25);
	border-bottom: 6px solid rgba(255, 255, 255, 0.25);
	border-left: 6px solid rgba(255, 255, 255, 0.25);
	border-right: 6px solid rgba(255, 255, 255, 1);
}
.loading.black-white:before{
	color: rgba(255, 255, 255, 1);
}
@-webkit-keyframes loader-rotation
{
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes loading
{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px)
{
	.content-system h2.header2Principal{
		padding-bottom: 5px !important;
	}
}

td::before{
	display: none;
	font-weight: bold;
	font-size: 0.8rem;
	content: attr(data-after-content);
}

.checkTabela{
	width: 20px;
	height: 20px;
}

th::before, th::after{
	/*bottom: 0.3rem !important;*/
	content: "" !important;
}

th.sorting_desc
{
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../imgs/sort_desc.png");
}
th.sorting_asc
{
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../imgs/sort_asc.png");
}
th.sorting
{
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../imgs/sort_both.png");
}

input[type='file']{
	border: 0px;
	padding-left: 0px;
}

@media (max-width: 576px){
	input[type='file']{
		font-size: 0.8rem !important;
	}
}

@media (max-width: 345px){
	input[type='file']{
		font-size: 0.7rem !important;
	}
}

.dataTables_filter label, .dataTables_filter input{
	font-size: 1rem !important;
}
img.imgStatus
{
	border: 1px !important;
	border-style: solid !important;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}
.campoBackgroundMarcado
{
	background: #D0E4F5 !important;
	color: #333 !important;
}
.campoBackgroundSelecionado
{
	background: #018EFF !important;
	color: #FFFFFF !important;
}

tr:nth-child(even)
{
	background: #CAF5D4;
}
table.table-hover tbody tr:hover:nth-child(even)
{
	background: #AAF7BC;
}
table.table-hover tbody tr:hover:nth-child(odd)
{
	background: #E5E5E5;
}
input:not([type="password"]){
	text-transform: uppercase;
}
input .inputDesc
{
	color: rgb(0, 128, 0);
	font-weight: bold;
	background-color: #ffffff;
}
.inline-block
{
	display: inline-block;
}
.inline
{
	display:inline-block;
	margin-right:5px;
}
.PaddingRLZero
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.PaddingTBZero
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.campoLeft
{
	text-align: left !important;
}
.campoCenter
{
	text-align: center !important;
	vertical-align: middle !important;
}
table.tableStyle thead tr th, table.tableStyle tfoot tr td
{
	font-size: 16px;
}
table.tableStyle thead tr td
{
	font-size: 14px;
}
table.tableStyle thead tr th, table.tableStyle tbody tr td, table.tableStyle tfoot tr td
{
	white-space: nowrap;
	border: 1px;
	border-color: rgb(221, 221, 221);
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-collapse: collapse;
	padding: 3px;
	text-align: center;
}
table.tableStyle tfoot tr td {
	font-weight: bold;
}
.Bordas
{
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.well
{
	background: #FFFFFF;
}
.tdDisplayNone
{
	display: none;
}

.form-group {
	margin-bottom: 0.9rem;
}

input[type="date"], input[type="number"] {
	padding-right: 0;
}

.marginx-5{
	margin-left: 5px;
	margin-right: 5px;
}
.padding-5{
	padding: 5px;
}

.logo-zopone-header-img:not(.index):hover{
	cursor:pointer;
}

@media (max-width: 720px) {
	.buttonControle{
		font-size: 1.3rem;
	}
}

nav a{
	color: #03ff87;
}

nav a.active{
	color: #008244 !important;
}

nav a:hover{
	color: #008244;
	background: #CAF5D4;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

.nav-tabs .nav-link.active
{
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

.nav-tabs .nav-link:not(.active)
{
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

/*@media (max-width: 1200px) {
	nav a {
		font-size: 1.2rem !important;
	}
}*/

nav a i {
	display: inline/*none*/ !important;
	padding-right: 5px;
}

@media (max-width: 600px) {
	nav a i{
		/*display: block !important;*/
		padding-right: 0px;
		font-size: 1.7rem !important;
	}
}

nav a span {
	display: inline !important;
}

button.paddingBefore{
	font-weight: normal;
}

button.paddingBefore::before
{
	padding-right: 0.5rem;
	font-weight: bold;
}

@media (max-width: 600px) {
	nav a span {
		display: none !important;
	}
	.hideButtonTitle span{
		display: none !important;
	}

	button.paddingBefore::before{
		padding-right: 0;
	}
}

div.border.rounded.tab-pane {
	border-radius: 0 0 0.25rem 0.25rem !important;
}

div.nav-tabs{
	border: 0px;
}

/*AQUI COMEÇA STYLES COMPRADOS*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
body {
	font-family: "Roboto", sans-serif;
	background: #008244;
	color: #808080;
	/*font-size: 29px;*/
}

.vh100 {
	height: 100vh;
}
@media (max-width: 768px) {
	.vh100 {
		height: auto;
	}
}

.row-vertical {
	flex-direction: column;
}

p {
	line-height: 1rem;
}

.btn {
	border-radius: 10px;
	font-weight: bold;
	padding: 8px 10px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn.btn-light {
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.btn.btn-light:hover {
	background-color: #c5c5c5;
	border-color: #c5c5c5;
}
.btn.btn-primary {
	background-color: #008244;
	border-color: #008244;
}
.btn.btn-primary:hover {
	background-color: #00361c;
	border-color: #00361c;
}
.btn.btn-outline-primary, .badge.badge-outline-primary {
	background-color: transparent;
	color: #008244;
	border-color: #008244;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .badge.badge-outline-primary:hover, .badge.badge-outline-primary:active {
	background-color: #008244 !important;
	color: white !important;
	border-color: #008244 !important;
}
.btn.btn-outline-primary:focus, .badge.badge-outline-primary:focus {
	border-color: #82ffc3 !important;
	box-shadow: 0 0 0 0.2rem #b5ffdc !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #008244;
	border-color: #008244;
}
.badge.badge-primary{
	background-color: #008244;
}

.form-control:focus {
	border-color: #82ffc3 !important;
	box-shadow: 0 0 0 0.2rem #b5ffdc !important;
}

.form-control {
	font-weight: bold !important;
}

label {
	margin-bottom: 5px;
	font-size: 0.9rem;
	white-space: nowrap;
}

/*@media (max-width: 1200px) {
	label, input, select, textarea, button.form-control {
		font-size: 1.2rem !important;
	}
	input[type="checkbox"], input[type="radio"]{
		height: 16px;
		width: 16px;
	}
	label {
		white-space: normal;
	}
}*/

header {
	background: #008244;
	padding: 20px 40px 20px 40px;
	display: flex;
	align-items: center;
	text-align: right;
	height: 70px;
}

/*@media (max-width: 1200px) {
	header {
		padding: 20px 10px 20px 10px;
	}
}*/

@media (max-width: 768px) {
	.buttonFiltro {
		display: none;
	}
}
/*@media (max-width: 1200px) {
	header {
		text-align: left;
	}
}*/

header .menu-mobile {
	display: none;
	font-size: 1.4rem;
	color: white;
	margin-left: 25px;
	font-weight: normal;
}
header .menu-mobile:hover {
	color: #03ff87;
	background-color: #008244 !important;
	border-color: #008244 !important;
}

/*@media (max-width: 1200px) {
	header .menu-mobile {
		display: block;
	}
	header .menu-mobile.menu-opcoes {
		display: none;
	}
}*/

header .logo-zopone-header {
	/*margin-right: 60px;*/
}
/*@media (max-width: 1200px) {
	header .logo-zopone-header {
		flex: 1 1 auto;
	}
}*/
header .logo-zopone-header .logo-zopone-header-img {
	width: 150px;
}
header .menu-header {
	margin: 0;
	padding: 0;
	width: 100%;
}
/*@media (max-width: 1200px) {
	header .menu-header {
		overflow: auto;
		position: absolute;
		left: 0;
		top: 0;
		width: 230px;
		height: 100vh;
		background: #008244;
		z-index: 9999;
		left: -1000vw;
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.8);
	}
	header .menu-header li.user-menu {
		display: block !important;
	}
	header .menu-header li.user-menu .user {
		display: block;
	}
	header .menu-header li.user-menu .user a {
		padding: 3px 10px !important;
	}
	header .menu-header.open {
		left: 0;
		top: 70px;
		transition: all 0.1s ease;
	}
}*/
header .menu-header li {
	margin: 0 0 0 0px;
	padding: 0;
	display: inline-block;
}
header .menu-header li.user-menu {
	display: none;
}
/*@media (max-width: 1200px) {
	header .menu-header li {
		width: 100%;
		margin: 0;
	}
}*/

header .menu-header li > * {
	color: white;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border: 0px;
}
/*@media (max-width: 1200px) {
	header .menu-header li > * {
		padding: 15px 30px;
		display: inline-block;
		width: 100%;
	}
}*/
header .menu-header li > *:not(.dropdown-menu):hover {
	color: #03ff87;
	text-decoration: underline;
	background-color: #008244 !important;
	border-color: #008244 !important;
}
header .menu-header li > *:focus {
    outline: none !important;
    border:0;
    box-shadow: 0 0 0 0;
}
header .menu-header li > * i {
	color: #00cf6c;
	font-size: 1.05rem;
	margin-right: 10px;
}

/*@media (max-width: 1200px) {
	header .menu-header li > * {
		font-size: 1.2rem !important;
	}
}*/

.user {
	background: #008244;
	width: 260px;
	text-align: center;
	padding: 30px;
}
/*@media (max-width: 1200px) {
	.user {
		display: none;
	}
}*/
.user img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 5px solid white;
}
.user h3 {
	color: white;
	font-size: 1rem;
	font-weight: bold;
	margin: 15px 0;
}
.user h3 span {
	font-weight: normal;
	display: block;
	font-size: 0.8rem;
}
.user a {
	display: inline-block;
	background: #00592f;
	border: 1px solid #009c51;
	border-radius: 25px;
	padding: 3px 10px;
	margin: 0 2px;
	font-size: 0.7rem;
	color: #00cf6c;
	text-transform: uppercase;
}

.content-system {
	background: white;
	border-radius: 10px 10px 10px 10px;
	margin: 0 40px 10px 40px;
	padding: 20px 30px 10px 30px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 85px 225px 0 #ebebeb, 85px 0 0 #008244, -76px 225px 0 #ebebeb, -75px 0 0 #008244;
}
/*@media (max-width: 1200px) {
	.content-system {
		margin: 0 10px 10px 10px;
		padding: 20px 10px 10px 10px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 85px 225px 0 #ebebeb, 85px 0 0 #008244, -76px 225px 0 #ebebeb, -75px 0 0 #008244;
	}
}*/

h4 {
	white-space: nowrap;
}

.modal-title{
	white-space: normal;
}

.content-system h2 {
	color: #008244;
	font-size: 1.2rem;
	padding: 0 0 25px 0 !important;
	position: relative;
	margin: 0px;
}
.content-system h2:not(.noBefore)::before {
	content: "";
	width: 10px;
	height: 50px;
	background: #00cf6c;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -35px;
}

/*@media (max-width: 1200px) {
	.content-system h2
	{
		font-size: 1.3rem;
		padding-bottom: 10px;
	}
	.content-system h2::before {
		left: -15px !important;
	}
}*/

/*@media (max-width: 1200px) {
	table.tableStyle thead tr th {
		font-size: 1.3rem;
	}
	table.tableStyle tbody tr td {
		font-size: 1.2rem;
	}
	table.tableStyle tfoot tr td {
		font-size: 1.3rem;
	}
}*/

.login-text {
	background: url(../imgs/bg-login.jpg) 50% 50%;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
	top: 0;
	left: 0;
}
@media (max-width: 768px) {
	.login-text {
		justify-content: flex-start;
	}
}
.login-text .col-login {
	flex: 0 1 auto;
	align-self: auto;
}
@media (max-width: 768px) {
	.login-text .col-login {
		width: 100%;
		text-align: center;
	}
}
.login-text .content-text-login {
	background: linear-gradient(135deg, #00b55f 0%, #004f29 100%);
	width: 370px;
	height: 335px;
	box-shadow: 0 35px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px 0 0 20px;
	padding: 0 0 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.login-text .content-text-login {
		width: 90%;
		align-items: center;
		border-radius: 20px 20px 0 0;
		padding: 30px;
		margin: 0 auto;
		height: auto;
	}
}
.login-text .content-text-login h1 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
}
.login-text .content-text-login h1, .login-text .content-text-login p {
	color: white;
}
.login-text .zopone-login-img {
	padding: 70px 0 30px 70px;
}
@media (max-width: 768px) {
	.login-text .zopone-login-img {
		padding: 40px 10px;
	}
}
.login-text .footer-login {
	padding: 50px 0 30px 70px;
	margin: 0;
}
@media (max-width: 768px) {
	.login-text .footer-login {
		display: none;
	}
}
.login-text .footer-login li {
	padding: 0;
	margin: 0;
	display: inline-block;
	color: white;
	font-size: 0.8rem;
	margin-right: 25px;
}
.login-text .footer-login li i, .login-text .footer-login li img {
	font-size: 0.9rem;
	margin-right: 5px;
}

.form-login .form-login-content {
	background: white;
	width: 420px;
	height: 335px;
	box-shadow: 0 35px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 20px 20px 0;
	padding: 0 0 0 60px;
	position: relative;
	top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.form-login .form-login-content {
		width: 90%;
		margin: -20px auto 50px auto;
		border-radius: 0 0 20px 20px;
		padding: 30px;
	}
}
.form-login .form-login-content p {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 70px;
}
@media (max-width: 768px) {
	.form-login .form-login-content p {
		padding-right: 0;
	}
}
.form-login .form-login-content a {
	color: #008244;
	font-size: 0.8rem;
	margin-right: 10px;
}
.form-login .form-login-content input, .form-login .form-login-content select {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	padding: 8px 10px;
	font-size: 0.9rem;
	color: #808080;
}
.form-login .form-login-content i {
	color: #008244;
	margin-right: 20px;
	font-size: 20px;
}
.form-login .form-login-content .text-right {
	width: 100%;
	padding: 20px 70px 0 0;
}
@media (max-width: 768px) {
	.form-login .form-login-content .text-right {
		padding-right: 0;
	}
}

.shortcut {
	margin: 20px 0 40px 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1200px) {
	.shortcut {
		display: none;
	}
}
.shortcut li {
	margin: 0;
	padding: 0 50px 0 35px;
}
.shortcut li a {
	display: inline-block;
	background: white;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-top: 20px;
	font-size: 0.9rem;
	width: 100%;
	padding: 25px;
	cursor: pointer;
	color: #808080;
	text-decoration: none;
}
.shortcut li a:hover {
	background: #008244;
	color: white;
}
.shortcut li a:hover i {
	color: white;
	opacity: 1;
}
.shortcut li a i {
	font-size: 2rem;
	opacity: 0.4;
	display: block;
	margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */