/*************************************
Geral
**************************************/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

::-webkit-scrollbar {
	width:10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background:#999;
}

::-webkit-scrollbar-thumb {
	background: #4d9041;
}

html {
	margin: 0;
	padding: 0;
	outline: none!important;
}

.wow {
    visibility: hidden;
}

* {
	outline: none!important;
}

a, a:link, a:hover, a:visited, a:focus {
    text-decoration: none;
}

/*************************************
Fontes
**************************************/

a {
	/* text-decoration: none; */
}

a:hover, a:focus, a:visited, a:link {
   /* color: inherit;
    text-decoration: none; */
}

/*************************************
Especifico
**************************************/

.full_height {
    height: 100vh;
    overflow: hidden;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #cbf5eb;
    cursor: pointer;
}

p {
	
	text-align: justify;
	
}