.style-txt label {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
}
.style-txt input[type="text"],.style-txt input[type="password"],.style-txt select {
  margin: 0;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-txt input[type="text"]:focus,
.style-txt input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
.style-txt input[type="password"]:focus,
.style-txt input[type="password"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

a:link {
    color: #015ec6;
	text-decoration:none;
}
a:visited {
    color: #015ec6;
	text-decoration:none;
}
a:hover {
    color: #015ec6;
	text-decoration: underline;
}
a:active {
    color: #015ec6;
	text-decoration:none;
}


/*body{
    background-color: #dadada;
	width: 90%;
	position: absolute;
	left: 50%;
	margin-left: -45%;
	font: 110% sans-serif;
}*/

.link{
	color: #015ec6;
	text-decoration:none;
}
.link:hover{
	color: #015ec6;
	text-decoration:underline;
	cursor: pointer;
}
.mensagem{
	text-align: right;
	color: #6B6B6B;
}

input{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

select{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

.eficacia table,.eficacia tr,.eficacia td{
	border: 1px solid;
}
.eficacia{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #cbcbcb;
	vertical-align:center;
}
.eficacia td,.pure-table th{
	border-left:1px solid #cbcbcb;
	border-width:0 0 0 1px;
	font-size:inherit;
	margin:0;
	overflow:visible;
	padding:.5em 1em
}

/* check */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


body {
  background-color: #dadada;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* check - end*/

.button-acao {
  background-color: #015ec6;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

div#notificacoes {
    z-index: 1500;
}