@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight:400 !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  /*font-family: "Open Sans", sans-serif;
  height: 100vh;*/
  background: url(kids.jpg) no-repeat center center fixed;
  background-size: 100% 100%;
}

@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
* {
  box-sizing: border-box;
}

.wrapper {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  padding-bottom: 100px;
  padding-top: 20%;
}

@media (min-width: 768px) {
  .wrapper {
    padding-top: 20px;
  }
}

.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  margin-top: 5%;
    opacity: .95;
}
.login.loading .button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading .button .spinner {
  opacity: 1;
  top: 40%;
}
.login.loading input {
  visibility: hidden;
}
.login.loading a {
  visibility: hidden;
}
.login.ok .button {
  background-color: #992135;
}
.login.error .button {
  background-color: red;
}
.login.ok .button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login.error .button .fa {
	font-size: 40px;
	display: block;
	margin-bottom: 20px;
}
.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -43px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #444;
  border-color: #992135;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.9em;
  color: #992135;
  text-decoration: none;
}
.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.login .button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #992135;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login .button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) .button:hover {
  box-shadow: 0px 1px 3px #992135;
}
.login:not(.loading) .button:focus {
  border-bottom-width: 4px;
}

footer {
  display: block;
  padding-top: 50px;
  text-align: center;
  color: #ddd;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}
footer a, footer a:link {
  color: #fff;
  text-decoration: none;
}
.form-error {
    font-size: 11px;
    color: #AD0D18;
}

.footer1 {
    width: 100%;
    min-height: 30px;
    background-color: rgba(255, 255, 255, 0.28);
    color: white;
    position: fixed;
    /*position: fixed;
    position:relative;*/
    bottom: 0px;
    text-align: center;
    left: 0px;
    z-index: 999;
    padding-top: 6px;
}

.footeresq {
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 11px;
    margin-left: 2%;
    width: 40%;
}

.footerdrt {
    display: inline-block;
    text-align: right;
    font-size: 9px;
    margin-right: 2%;
    width: 55%;
}

.socialcor {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.socialcor:hover {
	display: inline-block;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
}

.clear {
  background:none;
  border:none;
  cursor:pointer;
  padding:5px 10px;
  position:absolute;
  right:30px;
  top:4px;
}

@media screen and (max-width:749px) {
	.footer1 {
        width: 100%;
        min-height: 30px;
        background-color: rgb(0, 0, 0);
        color: white;
        position: fixed;
        /*position: fixed;
    position:relative;*/
        bottom: 0px;
        text-align: center;
        left: 0px;
        z-index: 999;
        padding-top: 6px;
    }

    .footeresq {
        display: block;
        text-align: center;
        font-size: 11px;
        margin: 2%;
        width: 98%;
    }

    .footerdrt {
        display: block;
        font-size: 9px;
        margin: 2%;
        width: 98%;
        text-align: center;
    }
}

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.ui-dropdown-list {
  position: relative;
}

p.ui-dropdown-list-trigger {
	margin-top: 0;
}

.ui-dropdown-list-trigger strong {
	position: relative;
	z-index: 999;
}

.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	content: '';
	right: 5px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #012D6B;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
	display: block;
	width: 80px;
	cursor: pointer;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 13px;
	color: #012D6B;
	font-weight: normal;
}

.ui-dropdown-list ul {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	margin-top: 0;
	padding: 0;
	z-index: 1000;
}

.ui-dropdown-list li {
	list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
	position: relative;
	display: block;
	float: right;
	background-color: #D9CBA2;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
	border-bottom: none;
	background-color: #009AFF;
	color: #fff;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
	display: block;
}

.ui-dropdown-list.active strong {
	background-color: #012D6B;
	color: #fff;
}

.ui-dropdown-list.active strong:after {
	border-top-color: #fff;
}

#lang-switcher a,
#lang-switcher strong {
	padding-left: 30px;
	background-image: url(../Imagens/Paises/pt.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#lang-switcher a.en,
#lang-switcher .en strong {
	background-image: url(../Imagens/Paises/gb.png);
}

#lang-switcher strong {
	float: right;
}

div.loadingDIV{
    min-height: inherit;
    margin-bottom: -50px;
    text-align: center;
}

img.loadingGIF {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%,0);
    margin-top: -30px;
}


/* FIX FOR RADIO LABELS */
.checkbox label, .radio label {
    padding: 5px 5px 0px 0px;
}