/* =============================================================================
   Log-in RPS Adif - Riegos ADIF CSS
   ========================================================================== */
@font-face {
  font-family: 'AdifFagoCBd';
  src: url('../fonts/AdFaCBd_.ttf');
}
@font-face {
  font-family: 'AdifFagoCMd';
  src: url('../fonts/AdFaCMd_.ttf');
}
@font-face {
  font-family: 'AdifFagoRegular';
  src: url('../fonts/AdFaCRg_.ttf');
}
@font-face {
  font-family: 'AdifFagoNBd';
  src: url('../fonts/AdFaNBd_.ttf');
}
@font-face {
  font-family: 'AdifFagoNMd';
  src: url('../fonts/AdFaNMd_.ttf');
}
@font-face {
  font-family: 'AdifFagoNRd';
  src: url('../fonts/AdFaNRd_.ttf');
}
@font-face {
  font-family: 'SohoRegular';
  src: url('../fonts/SohoStd-Regular.otf');
}
@font-face {
  font-family: 'SohoBold';
  src: url('../fonts/SohoStd-Bold.otf');
}
   
html,body {
	height:100%;
	width: 100%;
	overflow: auto;
}
body {
	background-repeat: no-repeat; 
	background: #404040;
	color: #666666;
	font-family: 'SohoRegular', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
canvas{
  display:block;
  vertical-align:bottom;
} 
.pen-title {
  padding: 20px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #ed2553;
}
.pen-title span a {
  color: #ed2553;
  font-weight: 600;
  text-decoration: none;
}

/* Rerun */
.rerun {
  margin: 0 0 30px;
  text-align: center;
}
.rerun a {
  cursor: pointer;
  display: inline-block;
  background: #ed2553;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rerun a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#codepen, #portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #3C8A2E;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  text-align: center;
}
#codepen i, #portfolio i {
  line-height: 56px;
}
#codepen:hover, #portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #3C8A2E;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
  animation: buttonFadeInUp 1s ease;
}
#portfolio i {
  line-height: 44px;
}
.container {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto 100px;
}
/* .container.active .:first-child { */
/*   background: #f2f2f2; */
/*   margin: 0 15px; */
/* } */
.container.active{
  background: #f2f2f2;
  margin: 0 15px;
}
.container.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.container.active .card.alt {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.container.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(14);
  transform: scale(15);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.container.active .card.alt .toggle:before {
  content: '';
}
.container.active .card.alt .title,
.container.active .card.alt .input-container,
.container.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.container.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.container.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.container.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.container.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.container.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.card {
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 0px;
  margin: 10px;
}

.panel-body{
	background: white;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (min-width: 700px) and (max-width: 1500px) {
.card:first-child {
  margin-top: 10%;
}}
@media (min-width: 1500px) {
.card:first-child {
  margin-top: 25%;
}}
h1 {
  font-size: 32px;
  background: -webkit-linear-gradient(#00f58b, #006338);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card .title {
  font-family: 'AdifFagoNBd';
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 10px 0 10px 50px;
  color:#00f58b;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .input-container {
  position: relative;
  margin: 0px 15px 10px;
}
@media (max-width: 320px) {
.card .input-container input{
  margin: 0 0px 0px !important;
}}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 40px;
  border: 0;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}
.card .input-container input:focus{ 
 	color: #9d9d9d;
}
/* .card .input-container input:focus ~ label { */
/*   color: #9d9d9d; */
/*   -webkit-transform: translate(-12%, -50%) scale(0.75); */
/*           transform: translate(-12%, -50%) scale(0.75); */
/* } */
/* .card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after { */
/*   width: 50%; */
/* } */
/* .card .input-container input:valid ~ label { */
/*   color: #9d9d9d; */
/*   -webkit-transform: translate(-12%, -50%) scale(0.75); */
/*           transform: translate(-12%, -50%) scale(0.75); */
/* } */
.card .input-container label {
  position: relative;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  display: inline;
  /* line-height: 60px; */
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding-bottom: 30px;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9f9f9f;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #006338;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  text-align: center;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 100%;
  border: 2px solid #e3e3e3;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 15px;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #ddd;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #006338;
  width: 40px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #006338;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #00f58b;
  background: -webkit-linear-gradient(#00f58b, #006338);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}
.card.alt {
  position: absolute;
  top: 40px;
  right: -70px;
  z-index: 10;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card.alt .toggle {
  position: relative;
  background: #3C8A2E;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 42px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.card.alt .toggle:before {
  content: '\f067';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
input:focus {
	background: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #3C8A2E;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}

@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
  	position: fixed;
  	top: 0px;
  	z-index:1;
}
.table-user {
vertical-align: top;
margin-top: 10px;
}
.u-con {
	display: inline-block;
	font-weight: normal;
}
.form-control:focus { 
    outline: none !important;
    border-color: #63a158 !important;
    box-shadow: 0 0 10px #3C8A2E !important;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.logo-img-10 {
      padding: 10px;
	  width: auto;
	  height: 70px;
}
.logo-img {
      width: 100%;
 	  border-top-left-radius: 10px !important;
	  border-top-right-radius: 10px !important;	
      display: inline-block;
      background-repeat: no-repeat;
}
.logo {
	margin-top: 10px;
	padding: 0px;
	color: white;
	letter-spacing: 0.05em;
	font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 1.4em;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
}
.card .input-container select {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 40px;
    border: 1px #9f9f9f solid;
    color: #757575;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.form-control {
    box-shadow: none;

    .color:hover {
    color: #006338 !important;
 	background-color: #ccd4d5 !important;
    }
}

.form-control:active {
    border: 0px;
}

.form-control:focus {
  border-color: #006338 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #006338 !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #006338 !important;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0px;
  border-width:0px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.highlight {
    background-color:#006338;
    cursor:pointer;
}
.modal-header{
	background: #f5f5f5;
	border-radius: 5px 5px 0 0;
	color: #333;
	text-align: center;
}
.modal-body{
	text-align: center;	
}
.modal-title{
	display: inline-block;
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
}
.error-title{
     display: block; 
     height: 30px; 
     line-height: 30px;  
}
.infoerror{
	color: #212121;
    font-size: 16px;
}
.modal .btn {
    padding: 6px 25px !important;
}
.btn-success:hover {
    outline: 0px transparent #5cb85c !important;
}
.btn:hover {
	outline: none; 
} 
.btn:focus, .btn.focus {
	outline: 1px solid #006338 !important;
}
.version {
	font-weight: normal;
    text-align: right;
    color: white;
    font-size: 8;
}
.fa{
	width: 15px;
	vertical-align: middle;
    font-size: 20px !important;
}
:focus {
    outline: #006338 auto 5px !important;
    outline-color: #006338 !important;
    outline-style: auto;
    outline-width: 5px;
}
.inner-addon { 
    position: relative; 
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.btn-eaj, .btn-eaj:after {
    color: #ffffff;
    background-color: #006338;
    border-color: #006338;
}
.btn-eaj:hover, .btn-eaj:active, .btn-eaj:focus {
	color: #fff;
    background-color: #338260;
    border-color: #338260;
}
.panel-body {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
}
.form-control {
    height: 40px !important;
    font-size: 18px !important;
}
.input-group-addon {
padding-top: 6px;
    padding-right: 16px !important;
    padding-bottom: 6px;
    padding-left: 12px !important;
}
.textleft {
    padding-left: 45px;
    text-align: left !important;
}