@charset "UTF-8";

/*
    Document   : app
    Created on : 10/03/2016
    Author     : Javier Romero
    Description:
        Estilos propios para el sistema de login y registro de educ.ar y encuentro.
Pisa estilos de bootstrap cuando sea necesario.
*/

/*******************************************************************************
 * IMPORTS
 ******************************************************************************/

.flexboxContainer {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexboxColumn {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Img responsive /////////////////////////////////////////////////////////////////////
////////////////////////////////// */

html {
  height: 100% !important;
}

body.registro-educar {
  margin-top: 0px !important;
  min-height: 100%;
  font-family: "Average Sans", sans-serif;
  position: relative;
  font-size: 16px !important;
}

/* Header  */

.BarraInstitucional {
  background-color: #0072bc;
  padding: 1em 0;
}

.BarraInstitucional .navbar-collapse.collapse {
  display: block;
  float: right;
  font-size: 1em;
  color: white;
  box-shadow: none;
}

.BarraInstitucional .navbar-collapse.collapse .dropdown-toggle:hover,
.BarraInstitucional .navbar-collapse.collapse .dropdown-toggle:active,
.BarraInstitucional .navbar-collapse.collapse .dropdown-toggle:focus {
  color: #fafafa;
  background: transparent;
}

.l-siteWrapper {
  width: 100%;
}

.BarraInstitucional .Logo--ministerio {
  float: left;
  margin-left: -5px;
  width: 280px;
  max-width: 80%;
}

.BarraInstitucional .Logo--ministerio img {
  width: 100%;
}

.navbar-nav .open .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -130px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-collapse.collapse.navbar-mobile {
  display: block;
  box-shadow: none;
}

@media all and (min-width: 992px) {
  .navbar-collapse.collapse.navbar-mobile {
    display: none !important;
  }
}

.headerActions {
  float: right;
  margin: 5px 0 0 0;
}

.headerActions .btn.btn-login,
.headerActions .btn.btn-register {
  display: none;
}

@media all and (min-width: 992px) {
  .headerActions .btn.btn-login,
  .headerActions .btn.btn-register {
    display: inline-block;
  }
}

/* fin header */

/* Footer  */

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ccc;
  font-size: 0.75em;
  height: 170px;
}

.l-footer .u-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 992px) {
  .l-footer .u-center {
    display: block;
    -ms-flex-pack: none;
    justify-content: none;
  }
}

.l-footer .u-center.u-pullRight {
  width: 100%;
}

@media all and (min-width: 992px) {
  .l-footer .u-center.u-pullRight {
    width: auto;
  }
}

.LogoStrip {
  padding: 10px 0 10px 0;
}

@media all and (min-width: 480px) {
  .LogoStrip {
    text-align: center;
  }
}

.LogoStrip .Logo {
  margin: 0.7em 0;
}

.LogoIR {
  display: inline-block;
  height: 67px;
  margin: 18px 0 0 25px;
  overflow: hidden;
  transform: scale(0.8);
  float: left;
}

.LogoIR.educar img {
  width: 110px;
}

.LogoIR.nuestra-escuela img {
  width: 150px;
}

.LogoIR.infod img {
  width: 115px;
}

@media all and (min-width: 480px) {
  .LogoIR {
    transform: scale(1);
  }
}

.LogoIR--ministerio {
  margin: 10px 0 0 -16px;
  display: block;
  width: 270px;
}

@media all and (min-width: 992px) {
  .LogoIR--ministerio {
    display: inline-block;
    margin-bottom: 0;
  }
}

.LogoIR--encuentro {
  width: 76px;
  background-position: -406px -16px;
}

@media all and (min-width: 992px) {
  .LogoIR--encuentro {
    width: 107px;
  }
}

.LogoIR--pakapaka {
  width: 76px;
  background-position: -541px -16px;
}

@media all and (min-width: 992px) {
  .LogoIR--pakapaka {
    width: 104px;
  }
}

.LogoIR--deportv {
  width: 83px;
  background-position: -667px -16px;
}

.CopyRight {
  background: #5bc0de;
  padding: 12px 0 12px 0;
  font-family: "Myriad pro", sans-serif;
}

.CopyRight .CopyrightContacto {
  text-align: center;
  margin: 0;
}

@media all and (min-width: 992px) {
  .CopyRight .CopyrightContacto {
    text-align: left;
  }
}

.CopyRight .Copyright-derechos {
  text-align: center;
  margin: 0;
}

@media all and (min-width: 992px) {
  .CopyRight .Copyright-derechos {
    text-align: left;
  }
}

.CopyRight .respImg {
  margin-top: 2px;
  margin-left: 1em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.CopyRight .respImg a {
  width: 280px;
  max-width: 100%;
}

.CopyRight .respImg img {
  display: inline-block;
  width: 100%;
}

.CopyRight .recursosEducativosAbiertos {
  margin: 10px 0 0 0;
}

.CopyRight .creativeCommons {
  margin: 15px 18px 0 0;
}

/* Fin Footer  */

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Apr 26, 2016, 5:50:04 PM
    Author     : angelcaido
*/

/* Estilos globales para el proyecto oAuth */

/* utilities  */

.u-alignCenter {
  text-align: center;
}

.u-alignLeft {
  text-align: left;
}

.u-rel-position {
  position: relative;
}

.u-pullLeft {
  float: left !important;
}

.u-pullRight {
  float: right !important;
}

.u-fontSpacer {
  display: none;
}

@media all and (min-width: 768px) {
  .u-fontSpacer {
    display: inline-block;
  }
}

/* Fin utilities */

/* mensajes  */

.alert {
  list-style: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0;
}

.alert ul {
  padding: 0;
}

.alert ul li {
  list-style: none !important;
}

.alert.alert-danger {
  font-size: 1em;
  text-align: left;
  clear: both;
}

.alert-success.alert {
  color: #43553f !important;
  clear: both;
}

.alert.alert-danger.upper-alert {
  background-color: #ffcdcd !important;
}

.alert.alert-success.upper-alert {
  background-color: #abf09e !important;
}

.upper-errors .alert.alert-success {
  background-color: #abf09e !important;
}

.upper-errors .alert.alert-danger {
  background-color: #ffcdcd !important;
}

.jumbotron--marginTop {
  margin-top: 3em;
}

.jumbotron h3 {
  margin-top: 0;
}

.flag {
  background: white none repeat scroll 0% 0%;
  padding: 0 1em 0.3em;
  border-radius: 3px;
  position: relative;
}

.flag:after {
  content: "";
  border-width: 14px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -27px;
  left: 20px;
}

.flags-container {
  padding: 1em;
  background: transparent;
}

.flags-container .flag + p {
  margin-top: 1em;
}

/* fin mensajes */

/* Títulos  */

.PrimaryTitle {
  padding: 1em 0;
  text-align: center;
}

/* Fin títulos */

/* Íconos */

.input-w-icon {
  text-indent: 24px;
}

.icon-input-mail:after {
  font-family: 'FontAwesome';
  color: #5bc0de;
  position: absolute;
  z-index: 99999999;
  left: 10px;
  top: 32px;
  font-weight: normal;
  content: "\f003";
}

.icon-input-password:after {
  font-family: 'FontAwesome';
  color: #5bc0de;
  position: absolute;
  z-index: 99999999;
  left: 10px;
  top: 32px;
  font-weight: normal;
  content: "\f069";
}

.icon-input-usr:after {
  font-family: 'FontAwesome';
  color: #5bc0de;
  position: absolute;
  z-index: 99999999;
  left: 10px;
  top: 32px;
  font-weight: normal;
  left: 10px;
  content: "\f007";
}

.bullet {
  position: relative;
  padding-left: 10px;
}

.bullet:before {
  content: "·";
  font-weight: bold;
  font-size: 35px;
  position: absolute;
  top: -15px;
  left: 0;
}

/* Fin íconos */

.is-required::after {
  content: "*";
  color: #EC6C6C;
  margin-left: 0.15em;
  font-size: 1.25em;
}

/* Imgs */

.u-elasticImg {
  max-width: 100%;
  display: block;
}

.respImg {
  width: 100px;
  display: inline-block;
  padding: 0 !important;
}

/* fin imgs */

/* Links */

a {
  color: #5bc0de;
}

.jumbotron a {
  color: #107B75;
}

.jumbotron a.btn {
  color: white;
}

/* Fin links */

/*******************************************************************************
 * MODULES
 ******************************************************************************/

.Usuario .blockDisplay {
  display: block;
}

.Usuario .alert {
  text-align: left;
  padding: 0 !important;
  margin: 0;
  font-size: 0.875em;
}

.Usuario .alert.success-custom {
  margin-top: 20px;
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  padding: 15px !important;
}

.Usuario .upper-errors .alert {
  text-align: center;
  padding: 15px !important;
  margin-top: 0;
  font-size: 1em;
}

.Usuario .jumbotron .btn-cancel {
  background: none;
  color: #5bc0de;
  text-decoration: underline;
}

.Usuario .jumbotron p {
  margin-bottom: 1em;
  font-size: 16px;
}

.Usuario span {
  font-size: 0.875em;
  color: #786a6a;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Apr 26, 2016, 11:35:22 AM
    Author     : angelcaido
*/

.Login .PrimaryTitle {
  padding: 1em 0 0;
}

.Login .msjPostTitle {
  text-align: center;
  padding: 0 0 2.5em;
}

.Login .container-login {
  width: 100%;
}

@media all and (min-width: 992px) {
  .Login .container-login {
    float: right;
    max-width: 246px;
    margin-top: -18px;
  }

  .Login .container-login .login-password {
    margin-top: 8px;
  }
}

@media all and (min-width: 1200px) {
  .Login .container-login {
    float: right;
    max-width: 310px;
  }
}

.Login .container-login .alert.alert-danger.usr-o-pass {
  margin: 0;
  padding: 0;
  text-align: left;
}

.Login .btn.btn-register.btn-enviar {
  margin-left: 0;
}

@media all and (min-width: 992px) {
  .container.Login .alert.alert-danger,
  .container.Login .alert-success {
    margin-left: 7.8em;
    margin-right: 1em;
  }
}

.login-social {
  min-height: 180px;
}

.dotted-border {
  position: relative;
  border-top: 1px dashed gray;
  padding-top: 2em;
}

@media all and (min-width: 992px) {
  .dotted-border {
    border-left: 1px dashed gray;
    border-top: none;
    padding-top: 0;
  }
}


@media all and (min-width: 992px) {
  .dotted-border:before {
    left: -4px;
    top: 57px;
    text-align: left;
  }
}

.btn.btn-login {
  padding: 0.6em;
  background-color: #7c7c7c;
  color: white;
  margin-right: 15px;
}

.btn.btn-login:hover,
.btn.btn-login:active,
.btn.btn-login:focus {
  background: #6f6f6f;
}

.btn.btn-register {
  padding: 0.6em;
  background-color: #5bc0de;
  color: white;
}

.btn.btn-register:hover,
.btn.btn-register:active,
.btn.btn-register:focus {
  background: #46b8da;
}

.btn.btn-social {
  color: white;
  display: block;
  margin: 10px 0;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

@media all and (min-width: 992px) {
  .btn.btn-social {
    max-width: 246px;
    margin: 10px 10px 10px 0;
  }
}

@media all and (min-width: 1200px) {
  .btn.btn-social {
    max-width: 310px;
  }
}

.btn.btn-social i.fa {
  margin-right: 1em;
}

.btn.btn-social i.fa.fa-google {
  margin-right: 0.8em;
}

.btn.btn-fb {
  background: #2056a0;
  margin-bottom: 1em;
}

.btn.btn-fb:hover,
.btn.btn-fb:active,
.btn.btn-fb:focus {
  background: #183f76;
}

.btn.btn-gplus {
  background: #f94f2c;
}

.btn.btn-gplus:hover,
.btn.btn-gplus:active,
.btn.btn-gplus:focus {
  background: #eb2e07;
}

.rememberMe {
  display: block;
  font-weight: normal;
  margin: 35px 0 15px;
}

.rememberMe input {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 6px;
}

.link-forgot-pass {
  margin-top: 2em;
  display: block;
}

.link-register-wrapper {
  display: block;
}

.Recuperar-clave .recuperar-titulo {
  color: #049696;
}

.Recuperar-clave .col-md-4 {
  padding-top: 20px;
}

@media all and (min-width: 992px) {
  .Recuperar-clave .col-md-4 {
    padding-top: 30px;
  }
}

.Recuperar-clave-pasos {
  display: inline-block;
  background: none;
  border-top: 2px solid #999;
  position: relative;
  padding: 10px 0 0 50px;
  color: #999;
  min-height: 56px;
  width: 100%;
}

@media all and (min-width: 992px) {
  .Recuperar-clave-pasos {
    margin: 0;
    padding-left: 54px;
  }
}

.Recuperar-clave-pasosNum {
  background-color: #999;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  position: absolute;
  top: -23px;
  left: 0px;
}

@media all and (min-width: 992px) {
  .Recuperar-clave-pasosNum {
    font-size: 40px;
    line-height: 52px;
    height: 55px;
    width: 55px;
    top: -30px;
  }
}

.pasos {
  background-color: #999;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

@media all and (min-width: 992px) {
  .pasos {
    margin-bottom: 0;
  }
}

.paso-activo {
  border-color: #049696;
}

.paso-activo .Recuperar-clave-pasosNum {
  background-color: #049696;
}

.pasos p {
  margin-bottom: 10px;
}

.jumbotron a {
  color: #107B75;
}

.jumbotron p {
  margin-bottom: 10px;
  font-size: 16px;
}