/*
body {
    padding-top: 60px;
    padding-bottom: 40px;
}
*/

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#navlogotext {
    color: rgba(0, 0, 0, 1);
    /*font-size: 14px;*/
    padding: 0px;
}
	
.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

textarea {
   resize: none;
}
/* NM */
.radio {
   display: inline-block;
}

.has-error {
    color: #a94442
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}


.ent-active {
	background-color: #90EE90;
}
.ent-erro {
	background-color: #EEEE90;
}
.ent-suspenso {
	background-color: #EE9090;
}

.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


/* registo */

.labelx {
	text-align: left;
	width: 100%;
	display: block;
	float: left;
	clear: left;
	margin-right: 3px;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.invisible {
	visibility: hidden;
}

/* Monique */


/* CSS Document */

body {
    margin: 0;
    color: #4c4c4c;
    text-align: left;


	/*font-family: 'Open Sans', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}


footer {
	/*position: fixed;*/
    height: 100px;
    bottom: 0;
    width: 100%;
}

.table50 {
	    width: 50%;
}

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 350px 0 100px;
  }
}

section {
  padding: 50px 0;
	border: none !important;
}

@media (min-width: 1200px){
.form-page {
	max-width: 1140px;}
}
@media (min-width: 992px){
.form-page {
	max-width: 960px;}
}
@media (min-width: 768px){
.form-page {
    max-width: 720px;}
}
@media (min-width: 576px){
.form-page {
    max-width: 540px;
}
}
.form-page {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
	}

.page-title{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	margin-top: 50px;

	}

.bg-dark{
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #d42e12 0%, #991426 70%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #d42e12 0%, #991426 70%) repeat scroll 0 0;
}

.bg-img {
	background-image: none;
}

.label{
	cursor: default;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}


@media (min-width: 992px){
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 640px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;

}

.control-button {text-align: center;
}
#button{
    background-color: transparent;
    border-color: #4c4c4c;
    color: #4c4c4c;
	vertical-align: middle;
}
#button{
   font-family: Arial, Helvetica, sans-serif;
	/* font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 2em;
    padding: 0 40px;
    margin: 0 8px 0 calc(16px / 2);
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    min-height: calc( 8px + 2em + 8px );
    margin-top: 8px;
}


#button:disabled,
button[disabled]{
  border: 1px solid #ADADAD;
  background-color:#E1E1E1;
  color:#ADADAD;
}


a:link, a:visited {
    color: #0066d4;
    text-decoration: none;
    display: inline-block;
}


a:hover, a:active {
    color: red;
}

a.linkbotao:link, a.linkbotao:visited {
    color: #F4F4F4;
    text-decoration: none;
    display: inline-block;
}






.titulo{
	vertical-align: top;
	padding: 8px 8px;
	    margin-bottom: 0px;
}

.elementos{
	padding: 8px 8px;
	    margin-bottom: 0px;
}

.control-container{
	width: 640px;
    background-color: rgb(255, 255, 255);
    padding: 5px;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.check{

	padding: 8px 8px;
	margin-top: 8px;
}
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

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

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

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid black;
    border-radius: 5px;
}

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

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

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

input[type="radio"] { display: none; } input[type="radio"] + label span { display: inline-block; width: 18px; height: 18px; margin: -2px 10px 0px; vertical-align: middle; cursor: pointer; -moz-border-radius: 50%; border-radius: 50%; border: 3px solid #dadada; } input[type="radio"] + label span { background-color: #dadada; } input[type="radio"]:checked + label { color: #333; font-weight: 700; } input[type="radio"]:checked + label span { background-color: #333; border: 4px solid #dadada; box-shadow: 2px 2px 2px rgba(0,0,0,.1); } input[type="radio"] + label span, input[type="radio"]:checked + label span { -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear; }

.intro-texto{ width:640px;
text-align:justify;
text-indent: 15px;
line-height: 1.5;
margin-top: 20px;}

.intro-titulo{ display: block;
    font-size: 2rem;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
	font-weight: 500;
text-align: center;}

.intro-subtitulo{display: block;
    font-size: 1.25rem;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
text-align: center;}


.spaceban {
	height: 220px;
	width: 220px;
	float: left;
	border: 2px solid #3264ff;
	background-color: #3264ff;
	margin: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;

}

.fontbanlabelbox{
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;
}


.fontbannumberbox{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	font-size: 5em;
	display: block;
	color: #fff;
}


.menuban {
	height: 100%;
	/*width: 500px;*/
	border: 1px solid #3264ff;
	margin: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*text-align: center;*/
		background-color: #fff;


}

 .menuitemlineban {
		height:1px;
background-color: #3264ff;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align:middle;
}

 .menuitemban a, .menuitemban{

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-align: center;*/
	display: block;
	color: #3264ff;
	vertical-align:middle;



}


.menuitemban:hover a, .menuitemban:hover{
	background-color: #3264ff;
	color: #fff;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;

}

.menuitemlabelban{

	font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		text-decoration:none;
		padding:10px;


}

/* ******************************* */
/* botão das listas  (seta com movimento)*/


.toggle-btn-ba {
	position: relative;
	display: inline-block;
	color: back;
	width: 15px;
	/*padding: 15px;*/
	text-decoration: none;
	margin-bottom: 5px;
}

.arrow {
	position: absolute;
	top: 5px;
	right: 20px;
}

.arrow::before, .arrow::after {
	position: relative;
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #000099;
	transition: 0.3s ease-in-out;
}

.arrow::before {
	transform: rotate(45deg);
}

.arrow::after {
	left: 6px;
	top: -1px;
	transform: rotate(-45deg);
}

.toggle-btn-ba.active .arrow::before {
	transform: rotate(-45deg);
}

.toggle-btn-ba.active .arrow::after {
	transform: rotate(45deg);
}
/* fim botão das listas  (seta com movimento)*/
/* ******************************* */



/* ******************************* */
/* botão dropdown das acções*/


.dropbtn {
  background-color: #3498DB;
  color: white;
 /* padding: 2px;*/
  font-size: 14px;
  border: none;
  cursor: pointer;
 /* height:25px;*/
  border-radius:4px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:8px;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.showDrop {display: block;}

/* fim botão dropdown das acções*/
/* ******************************* */







