html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
    background: url('../img/feap_login.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;
}

.logo {
    width: 200px;
    height: 200px;
    background: url('../img/feap.png') no-repeat;
    margin: 30px auto;
}


.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #01a65a;
    margin: 0 auto;
}

.service-block {
    top: 300px;
    width: 700px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #01a65a;
    margin: 0 auto;
}

.grid-block {
    top: 300px;
    min-width: 500px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #01a65a;
    margin: 0 auto;
    margin-top: 20px;
    min-height: 150px;
}


#saaLoginPart{
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}

#logoSP{
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}
/* INPUTS */
input{
    /*width: 100%;
    height: 42px;*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

input:active, input:focus {
    border: 1px solid #01a65a;
}

/*END OF INPUT*/

.login-block input#cpfUsuario {
    background: #fff url('../img/feap_iconeUsuario.png') 20px top no-repeat;
    background-size: 16px 80px;
}

/*.login-block input#cpfUsuario:-webkit-autofill{
  -webkit-box-shadow:0 0 0 50px white inset;  Change the color to your own background color
  -webkit-text-fill-color: #333;
  background: #fff url('../img/iconeUsuario.png') 20px top no-repeat;
  background-size: 16px 80px;
}*/

.login-block input#cpfUsuario:focus {
    background: #fff url('../img/feap_iconeUsuario.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

/*.login-block input#cpfUsuario:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
    background: #fff url('../img/iconeUsuario.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}*/


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    /*-webkit-text-fill-color: #333;*/
}

input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px white inset;
    /*-webkit-text-fill-color: #333;*/
}

.login-block input#senha {
    background: #fff url('../img/feap_iconeSenha.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#senha:focus {
    background: #fff url('../img/feap_iconeSenha.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #01a65a;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #01a65a;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #01a65a;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #00d271;
}

.botaoSaa {
    background: #01a65a;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #01a65a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: 6px;
}

.botaoSaa:hover {
    background: #00d271;
}

.btn{
  margin-bottom: 5px;
}

.recuperar{
  text-align: right;
  margin-bottom: 10px;
}

a{
  color: #01a65a;
}
a:hover{
  color: #00d271;
}

a.botaoSaa:hover
{
  color: #FFF;
}

#slideout {
    position: fixed;
    top: 40px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #01a65a;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#slideout_inner {
    position: fixed;
    top: 40px;
    left: -350px;
    background: #F9F9F9;
    width: 300px;
    padding-left: 25px;
    min-height: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    border-top: 5px solid #01a65a;
    border-bottom: 5px solid #01a65a;
    border-right: 1px solid #01a65a;
}
#slideout_inner textarea {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}

/*#slideout:hover, #slideout.hovered {
    left: 326px;
}
#slideout:hover #slideout_inner, #slideout_inner.hovered {
    left: 0;
}*/

#slideout.hovered {
    left: 326px;
}

#slideout_inner.hovered {
    left: 0;
}

.vertical-text {
  color: #F00;
	transform: rotate(90deg);
	transform-origin: left top 0;
  float:left;
}

.notice {
  position: relative;
  margin: 0em;
  background: #F9F9F9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #DDD;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074D9;
}

.info:before {
  font-family: FontAwesome;
  content: "\f129";
  background-color: #0074D9;
}

.success {
  border-color: #2ECC40;
}

.success:before {
  font-family: FontAwesome;
  content: "\f00c";
  background-color: #2ECC40;
}

.warning {
  border-color: #FFDC00;
}

.warning:before {
  font-family: FontAwesome;
  content: "\f071";
  background-color: #FFDC00;
}

.error {
  border-color: #FF4136;
}

.error:before {
  font-family: FontAwesome;
  content: "\f00d";
  background-color: #FF4136;
}

/* Sobrepor o Scriptcase */

.scFormHeaderFont {
    font-size: 14px;
    font-family: Montserrat;
}

.scFormDataFontOdd{
  font-size: 12px;
  font-family: Montserrat;
}

.scFormBlockFont{
  font-size: 13px;
  font-family: Montserrat;
}

.scFormObjectOdd {
    background-color: transparent;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #333333;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-decoration: none;
}

.scFormObjectFocusOdd {
  background-color: transparent;
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  /* border-color: #CCCCCC; */
  /* border-style: solid; */
  border-width: 0px;
  /* color: #000000; */
  font-family: Montserrat;
  font-size: 12px;
  /* font-weight: normal; */
  padding: 2px;
  text-decoration: none
}

.captcha{
  width: 100px;
  font-size: 17px;
  font-family: Montserrat;
}

.scFormDataOdd {
    background-color: transparent !important;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000000;
    font-family: Arial, sans-serif;
    /* font-size: 12px; */
    padding: 4px 4px 4px 10px;
    text-decoration: none;
}

.custom-input-select{
  font-size: 17px !important;
}

.ui-autocomplete {
  position:absolute;
  z-index: 9999;
  top: 0;
  height: 500px;
  width: 500px;
}