
@charset "UTF-8";

/*------------ GENERAL ------------*/

body, li, p, ul, span {
  color: #0e3f50;
}
span.default-title {
  color: white !important;
}span.previous-title {
  color: white !important;
}
body {
  /* cursor: url('https://ionicframework.com/img/finger.png'), auto; */
}

li {
  font-size: 14px;
}
.chat_geducar_body{
  padding-top: 2em;
}

/***** Developer by PIXtig - @ieddu ****/

/**
 * Icons Geducar.
*/
@font-face {
  font-family: "geducar";
  src:url("../fonts/geducar.eot");
  src:url("../fonts/geducar.eot?#iefix") format("embedded-opentype"),
  url("../fonts/geducar.woff") format("woff"),
  url("../fonts/geducar.ttf") format("truetype"),
  url("../fonts/geducar.otf") format("opentype"),
  url("../fonts/geducar.svg#geducar") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitoblack';
  src: url('../fonts/nunito-black-webfont.eot');
  src: url('../fonts/nunito-black-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito-black-webfont.woff2') format('woff2'),
  url('../fonts/nunito-black-webfont.woff') format('woff'),
  url('../fonts/nunito-black-webfont.svg#nunitoblack') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nunitobold';
  src: url('../fonts/nunito-bold-webfont.eot');
  src: url('../fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito-bold-webfont.woff2') format('woff2'),
  url('../fonts/nunito-bold-webfont.woff') format('woff'),
  url('../fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nunitoregular';
  src: url('../fonts/nunito-regular-webfont.eot');
  src: url('../fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito-regular-webfont.woff2') format('woff2'),
  url('../fonts/nunito-regular-webfont.woff') format('woff'),
  url('../fonts/nunito-regular-webfont.svg#nunitoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

body, li, p, ul, span {
  color: #0e3f50;
  font-family: "nunitobold" !important;
}


.button.button-positive,
.button.button-positive.activated {
  background: #004662;
  border: none;
}
.button.button-download {
  background: transparent;
  border: solid black 1px;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.bar.bar-positive.bar-footer {
  background: #004662;
}

h1 {
  margin-bottom: 0;
  color: #2b9db5;
  font-size: 30px;
}

h1 span {
  position: relative;
  top: -8px;
  color: #2b9db5;
}

/*.item-avatar > img:first-child,*/
/*.item-avatar .item-image,*/
/*.item-avatar .item-content > img:first-child,*/
/*.item-avatar .item-content .item-image,*/
/*.item-avatar-left > img:first-child,*/
/*.item-avatar-left .item-image,*/
/*.item-avatar-left .item-content > img:first-child,*/
/*.item-avatar-left .item-content .item-image {*/
/*  position: absolute;*/
/*  top: 11px;*/
/*  left: 11px;*/
/*  max-width: 14%;*/
/*  max-height: 65%;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 50%;*/
/*}*/

.loading-container .loading {
  padding: 0px;
  border-radius: 0;
  background-color: transparent;;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 15px;
}

.spinner {
  fill: #004661;
}

.item-input .icon {
  font-size: 22px;
}

.bar.bar-positive,
.bar.bar-positive.activated {
  background: #004662;
}

.popup-body {
  text-align: center;
}

.button-bar.bar-green > .button {
  border-color: #1cba8b;
  background-color: #1cba8b;
  color: #ffffff;
}

.bar-green .button.active, .bar-green .button.activated {
  border-color: #004662;
  background-color: #004662;
  color: #ffffff;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly]:not(.cloned-text-input),
textarea[readonly]:not(.cloned-text-input),
select[readonly] {
  background-color: transparent;
}

hr {
  border-style: ridge;
  border-color: #2597ac;
  border-width: 1px;
  margin: 10px 1px;
}
.password-input {
  height: 47px;
}

.white-border {
  border-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

.sky-text {
  color: #27bdef !important;
}

/*------------- LOGIN -------------*/

.login-pane {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c8e7ec+37,1f96aa+100 */
  background: #E4EDF4; /* Old browsers */
  background: -moz-linear-gradient(top,  #E4EDF4 0%, #c8e7ec 37%, #1f96aa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #E4EDF4 0%,#c8e7ec 37%,#1f96aa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #E4EDF4 0%,#c8e7ec 37%,#1f96aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4EDF4', endColorstr='#1f96aa',GradientType=0 ); /* IE6-9 */
}

.ingreso-plataforma {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/geducar-background.png');
}

.colegio-search-result {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  width: 96%;
  padding: 10px;
  top: 53px;
  border: 1px solid #2292a9;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
}

.colegio-search-result > li {
  padding: 5px;
  border-bottom: 1px solid #2292a9;
}

.login-pane form {
  padding: 0 6%;
}

.login .icon.logo-login {
  background-repeat: no-repeat;
  background-position: 50%;
  height: 80px;
  width: 100%;
  background-image: url('../img/logo-home.png');
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
}

.login .icon.logo-ingreso {
  background-repeat: no-repeat;
  background-position: 50%;
  height: 15rem;
  width: 100%;
  background-image: url('../img/geducar-logo.png');
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
}

.login .title {
  padding-top: 70px;
}

.login .title-ingreso{
  padding-top: 0px;
}

.button.button-positive.login-submit {
  background: #27bdef;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.item-input {
  margin-bottom: 10px;
  border-radius: 50px;
  border-color: #49a6b8;
}

.item-input.last {
  margin-bottom: 0;
}

.item-input input {
  color: #004564;
}

.login-pane .item-input input {
  text-transform: lowercase;
  padding-top: 0;
}

.item-input input::-webkit-input-placeholder {
  /* color: rgba(0, 70, 97, 0.7); */
  color: rgb(39, 189, 239);
  font-size: 15px;
}

.placeholder-icon:first-child {
  padding-right: 10px;
  color: #004564;
}

.ion-eye:before {
  padding-right: 10px;
  /* color: #004564; */
}


/* SLIDES INTRO*/
.slider {
  height: 100%;
}

.slider-slide {
  color: #000;
  background-color: #fff;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

.intro-nav {
  background-color: transparent;
  z-index: 4;
  position: absolute;
  padding: 10px 10px 10px;
  width: 100%;
}

.intro-nav button {
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  color: #ffffff;
  /* font-weight: bold; */
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}


.intro-step {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.intro-step1 {
  background-image: url('../img/intro/step1.jpg');
}

.intro-step2 {
  background-image: url('../img/intro/step2.jpg');
}

.intro-step3 {
  background-image: url('../img/intro/step3.jpg');
}

.intro-step4 {
  background-image: url('../img/intro/step4.jpg');
}

.intro-step5 {
  background-image: url('../img/intro/step5.jpg');
}

/* COMMENTS */

.bg-comments-main-container {
  background-image: linear-gradient(rgba(0,70,98, 0.7)65%, rgba(255,255,255,0.7));
  /* background-color: rgba(0, 70,98, 0.6); */
}

.comment-container {
  padding: 10px;
  border: 1px solid #004662;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #fff;
}


/* END SLIDES  */

.form-login {
  padding-bottom: 0;
  margin-bottom: 0;
}

.popup-container.active .popup {
  border-radius: 5px;
}

.input-label {
  color: #004564;
}

.item-select select {
  color: #004564;
}

.item-input .https {
  background-color: transparent;
  padding-right: 0;
  padding-left: 5px;
  width: 55px !important;
  display: block;
  position: absolute;
  left: 35px;
}

.item-input .subdominio {
  text-align: center;
  display: inline-block;
  width: 175px !important;
  font-size: 14px;
  padding-bottom: 5px;
}

.item-input .geducarcom {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.mensaje-dominio {
  margin: 15px 10px 0;
}

.mensaje-dominio .bar {
  border-radius: 5px;
}

.login-title h2 {
  font-size: 30px;
  color: #004564;
}

.edit-domain {
  color: #004564;
  font-size: 20px;
  text-decoration: none;
  text-decoration: none;
}

.links-recuperacion a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.titulo-recuperar {
  text-align: center;
  font-size: 25px;
  color: #004564;
}

/*------------ HEADER -------------*/

.has-tabs-top{
  top: 49px;
}

.has-tabs-margin-top {
  top: 85px;
}

.bar-subheader {
  top: 50px;
}

.tabs .tab-item .icon.geducar {
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
  background-image: url('../img/geducar-app.png');
  -webkit-background-size: contain;
  background-size: contain;
}

.tabs .tab-item .icon.anuncios::before {
  font-family: "nunitoregular" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\34";
  width: 100%;
  float: left;
  margin-top: 11px;
  font-size: 26px;
}

.divider-bottom {
  border-bottom: 2px solid #f4b439;
}

.divider-top {
  border-top:2px solid #b2b2b2;;
}

.margin-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.responsive-img{
  width: 100%;
  height:  auto;
}

.menu-icon.tab-item.tab-item-active .icon,
.menu-icon.tab-item.active .icon,
.menu-icon.tab-item.activated .icon {
  color: #ffffff;
}

.menu-items{
  color: #666;
  text-decoration: none;
}

.margin-top-10{
  margin-top: 10px !important;
}

.tabs-striped .tabs {
  border-bottom: 0;
}

/*------------ TABLAS -------------*/

.bar {
  background-image: none;
}

.tabs {
  background: #2497AC !important;
}

.tabs-top > .tabs,
.tabs.tabs-top{
  top: 0px !important;
}

.table-data{
  width: 100%;
  border: 1px solid #2597ac;
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px rgb(150, 150, 150);
}

.table-data.datos-alumno {
  background: #004662;
  color: #ffffff;
}

.table-data.datos-alumno tr th {
  padding: 10px 0 10px 4px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

.table-data__principal-title{
  background-color: #1cba8b;
  border-bottom: 1px solid #2597ac;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
}

.title-table {
  text-align: left;
  font-weight: bold;
  padding: 3px 0 3px 3px;
  background-color: #e4edf4;
  border-right: 1px solid #2597ac;
  color: #004662;
  width: 45%;
}

.detail-table {
  padding-left: 10px;
  color: #004662;
}

.nota_curso{
  font-weight: 500;
}

.reproba_curso{
  color: #ef473a;
}

.tabs .tab-item {
  opacity: 1;
}

.tabs .tab-item.geducar {
  width: 116px !important;
  flex: inherit;
  padding-left: 5%;
}

.tabs .tab-item.messages {
  padding-left: 15%;
}

.tabs .tab-item .icon {
  color: #ffffff;
}

.tab-item.tab-item-active,
.tab-item.active,
.tab-item.activated {
    border: 0 !important;
}

.tab-item.tab-item-active .icon,
.tab-item.active .icon,
.tab-item.activated .icon {
    color: #014363;
}

/*------------ SIDE MENU -------------*/

ion-item.item.active {
  background-color: #3b93aa !important;
  color: white;
}

ion-item.item.active > div.row > div.col.col-70.ng-binding > p {
  color: #f0c600;
}

.menu,
.bar.bar-stable,
.menu .item .item-content {
  background-color: transparent;
  color: #2292a8;
}

.bar.bar-stable .title {
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  padding-top: 2px;
}

.profile h5 {
  color: #2292a8;
  font-weight: bold;
  margin-left: 5px;
}

.engranaje {
  display: none;
}

.engranaje i {
  color: #ffffff;
}

.button.log-out {
  color: #2292a8;
  background-color: #ffffff;
  border: none;
}

.button.log-out:hover,
.ion-log-out:before:hover {
  color: #ffffff;
}

.bar-stable .button.button-clear{
  color: #fff !important;
}

.menu .item {
  border-bottom: 1px solid #82afb4;
  border-color: #82afb4;
}

.menu .item i {
  font-size: 18px;
  margin-right: 5px;
}

.menu .item::before {
  font-family: "nunitoregular" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-top: 17px;
  font-size: 18px;
  background: none;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 9999;
  color: white;
  margin-left: 14px;
}

.menu-right .menu-comportamiento::before {
  content: "\77";
}

.menu-right .menu-comportamiento a {
  padding-left: 39px;
}

.menu-right .menu-miaula::before {
  content: "\6f";
}

.menu-right .menu-miaula a {
  padding-left: 39px;
}

.menu-right .menu-admincuenta::before {
  content: "\71";
}

.menu-right .menu-admincuenta a {
  padding-left: 39px;
}

.menu-right .menu-admincontrasena::before {
  content: "\67";
}

.menu-right .menu-admincontrasena a {
  padding-left: 39px;
}

.menu-right .menu-reportescalificaciones::before {
  content: "\70";
}

.menu-right .menu-reportescalificaciones a {
  padding-left: 39px;
}

.menu-right .menu-reportespagos::before {
  content: "Q";
  font-weight: bold !important;
}

.menu-right .menu-reportespagos a {
  padding-left: 39px;
}

.menu-right .menu-padre::before {
  content: "\77";
}

.menu-right .menu-padre a {
  padding-left: 39px;
}

/*------------ HOME -------------*/

.home-icons .button.education {
  text-align: center;
  background-color: transparent;
  color: #2597ac;
  font-weight: bold;
}

.home-icons .icon.educacion {
  background-repeat: no-repeat;
  background-position: 50%;
  height: 71px;
  width: 100%;
  background-image: url('../img/educacion.svg');
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
}

.home-icons .button.recursos {
  text-align: center;
  background-color: transparent;
  color: #2597ac;
  font-weight: bold;
}

.home-icons .icon.recursos {
  background-repeat: no-repeat;
  background-position: 50%;
  height: 71px;
  width: 100%;
  background-image: url('../img/recursos.svg');
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
}

.home-icons .button.mi-aula {
  text-align: center;
  background-color: transparent;
  color: #2597ac;
  font-weight: bold;
}

.home-icons .icon.mi-aula{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 71px;
  width: 100%;
  background-image: url('../img/mi_aula.svg');
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
}

.icon.mi-aula{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/mi_aula.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.logo-cole {
  padding: 5px 5%;
}

.nombre-user {
  margin-bottom: 5%;
}

.nombre-user h4 {
  color: #2b9db5;
  font-size: 22px;
}

.nombre-cole h4 {
  color: #2b9db5;
  font-weight: bold;
}

.profile img {
  border-radius: 20px;
}

/*------------ INTERNAS -------------*/

.button-bar>.button{
  border-width: 0 !important;
}
.header {
  text-transform: capitalize;
}
.cal-cell1 {
  text-transform: capitalize;
}
/*------------ MENSAJES -------------*/

.header-mensajes {
  width: auto;
}

.mensajes .icon.mensajes{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/email.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.datos-fecha {
  width: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 11px;
  font-size: 14px;
}

.datos-fecha > div {
  float: right;
  font-style: italic;
}

.mensajes .asunto {
  text-transform: uppercase;
  color: #004564;
}

.mensajes .respuestas {
  color: #004564;
  font-size: 14px;
}

.margin-top-message{
  margin-top: 85px !important;
}

.margin-top-45{
  margin-top: 45px !important;
}

.white{
  color: #fff !important;
}

.mensajes .icon.sobre{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/enviar.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.icon.sobre-full{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/enviar.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.modal-geducar{
  /*background-image: url('/public/assets/img/Patron_geducar_gris.png');*/
  background-color: #f1f1f1
}

/*.add-splash-geducar{*/
/*  background-image: url('/public/assets/img/Patron_geducar_gris.png');*/
/*}*/

.mensajes .button.button-positive,
.mensajes-modal .button.button-positive {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 37px;
  min-height: 30px;
  top: -14px;
  font-size: 16px;
}

.mensajes-detalle .list {
  margin-top: 44px;
  margin-bottom: 3.3em;
}

.margin-top-message .item {
  border: none;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
}

.profile-pic img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.profile-pic.left {
  left: 10px;
}

.profile-pic.right {
  right: 10px;
}

.message-detail {
  white-space: nowrap;
  font-size: 14px;
}

.message-wrapper {
  position: relative;
}

.message-wrapper:last-child {
  margin-bottom: 10px;
}

.chat-bubble {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  margin: 10px;
  max-width: 80%;
}

.chat-bubble:before {
  content: "\00a0";
  display: block;
  height: 16px;
  width: 9px;
  position: absolute;
  bottom: -7.5px;
}

.chat-bubble.left {
  background-color: #e6e5eb;
  float: left;
  margin-left: 55px;
}

.chat-bubble.left:before {
  background-color: #e6e5eb;
  left: 10px;
  -webkit-transform: rotate(70deg) skew(5deg);
}

.chat-bubble.right {
  background-color: #158ffe;
  color: #fff;
  float: right;
  margin-right: 55px;
}

.chat-bubble.right:before {
  background-color: #158ffe;
  right: 10px;
  -webkit-transform: rotate(118deg) skew(-5deg);
}

.chat-bubble.right a.autolinker {
  color: #fff;
  font-weight: bold;
}

.user-messages-top-icon {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  right: 5px;
}

.msg-header-username {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.right .message.ng-binding p {
  color: #ffffff;
  white-space: normal;
}

.left .message.ng-binding p {
  color: #000000;
  white-space: normal;
}

.right .bold.ng-binding {
  color: #ffffff;
  font-weight: bold;
}

.left .bold.ng-binding {
  color: #000000;
  font-weight: bold;
}

.message-detail .fecha {
  padding: 0;
}

.regresar-mensajes .default-title {
  text-indent: -9999px;
  color: white;
}

.title.header-item {
  text-align: center;
}

.header-avatar {
  border-radius: 50%;
  margin: 5px 10px;
}

.header-titulo {
  line-height: 25px;
  top: -17px;
  position: relative;
  color: #fff;
}

.bar-header.has-tabs-top {
  height: 50px;
}

.button.button-calm {
  background: #004662;
}

.button.button-calm.activated,
.button.button-calm.active {
  background: #2497AC;
}

/*------------ ANUNCIOS -------------*/

.anuncios .icon.anuncios{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/conference.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.anuncio-item {
  background: #f2f2f2;
  border-radius: 5px;
  margin: 20px 10px;
}

.anuncio-item .item {
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.anuncio-item .item p:first-child {
  margin-top: unset;
  margin-bottom: 15px;
  color: #4e4e4e;
}

.anuncio-item .item p {
  color: #0e3f50;
}

.anuncio-item .item-avatar {
  border-top: 2px solid #87d6c0;
  /* margin: 0px 15px; */
  min-height: 50px;
}

.anuncio-item .item-avatar h2 {
  margin-top: 0px;
  color: #0e3f50;
}

.anuncio-item .item-avatar h2,
.anuncio-item .item-avatar p {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

p.footer-anuncio {
  font-size: 1rem;
  width: 100%;
  margin: 1px 0 1px 0;
}

p.footer-anuncio > span, p.footer-anuncio > fav-ad {
  font-size: 1.2rem;
}

p.footer-anuncio > span > a {
  text-decoration: none;
  font-size: 0.7rem;
}

hr.footer-anuncio {
  margin: 1px 0 1px 0;
  border-color: #ddd;
  border-style: outset;
}

.go-to-left {
  float: left;
  margin-right: 10px;
}

.make-comment {
  text-decoration: none;
  left: 38%;
  position: absolute;
  margin-top: 3px;
  font-size: 0.8rem;
}

/*------------ CAMBIAR PASSWORD -------------*/

.anuncios .icon.password{
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  background-image: url('../img/unlock.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

/*------------ CUENTA -------------*/

.cuenta .bar-green .button:nth-child(1) {
  border-radius: 0;
  margin: 0px 3px;
  font-size: 17px;
  line-height: 40px;
  min-height: 40px;
}

.cuenta .bar-green .button:nth-child(2),
.cuenta .bar-green .button:nth-child(3),
.cuenta .bar-green .button:nth-child(4),
.cuenta .bar-green .button:nth-child(5),
.cuenta .bar-green .button:nth-child(6) {
  display: none;
}

.calificaciones .bar-green .button:nth-child(2),
.calificaciones .bar-green .button:nth-child(3) {
  display: none;
}

.calificaciones .bar-green .button:nth-child(1) {
  border-radius: 0;
  margin: 5px 0;
  font-size: 17px;
  line-height: 40px;
  min-height: 40px;
}

.calificaciones-detalle .has-tabs-margin-top {
  top: 98px;
}

.pagos .bar-green .button:nth-child(2) {
  display: none;
}

.pagos .bar-green .button:nth-child(1) {
  border-radius: 0;
  margin: 0px 10px;
  font-size: 17px;
  line-height: 40px;
  min-height: 40px;
}

.calificaciones-detalle .row.error {
  margin: 0 3%;
  width: 94%;
  color: white;
  text-align: center;
}

/* ---------- TOAST ----------------*/

.ionic_toast {
  color: #FFF;
  cursor: default;
  font-size: 1em;
  display: none;
  border-radius: 2px;
  opacity: 1;
  padding: 10px 25px;
  margin: 10px;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  /*background-color: rgba(0, 0, 0, 0.80);*/
  background-color: #2497AC;
}

.ionic_toast_top {
  top: 10px;
}

.ionic_toast_middle {
  top: 40%;
}

.ionic_toast_bottom {
  bottom: 10px;
}

.ionic_toast_close {
  border-radius: 2px;
  color: #CCCCCC;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
}

.toast_close_icon {
  position: relative;
  top: 1px;
}

.ionic_toast_sticky .ionic_toast_close {
  display: block;
}

.ionic_toast_close:active {
  background-color: #555555;
}

.row-info{
  display: inline-block;
  padding: 5px;
  width: 100%;
}

.footer-button-center{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
div.error{
  background-color: #2497AC;
  border-radius: 20px;
  padding: 10px !important;
}

div.center-link {
  color: #005EFF;
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}

.no-margin-top {
  margin-top: -35px !important;
}
.leido {
  /*Clase para mensajes leidos */
}
.recibido.no-leido {
  /*Clase para mensajes no leidos */
  background: rgba(109, 194, 210, 0.24);
}
.no-leido-respuesta {
  /*Clase para mensajes no leidos */
  font-weight: bold;
}


/* ---------- Calendario ----------------*/

span.label.label-warning {
  background-color: #fed120;
  padding: 5px 10px 5px 10px;
  border-radius: 50%;
}

/* ---------- Mi Aula ----------------*/

.mi-aula-general .color_geducar {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.mi-aula-general .color_geducar i {
  padding-right: 8px;
  min-width: 22px;
  display: block;
  float: left;
  text-align: center;
}
.mi-aula-general .color_geducar i.stable {
  font-size: 17px;
}
.mi-aula-general .actividades .item {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.mi-aula-general .actividades .item i {
  padding-right: 8px;
  min-width: 22px;
  display: block;
  float: left;
  text-align: center;
}
.mi-aula-general .actividades i.stable {
  font-size: 17px;
}
.mi-aula-general .actividades .creado-por {
  padding-top: 0;
}
.mi-aula-general .actividades .ver-detalle {
  padding-top: 10px;
}
.aula .btn-arrow{
  background: url(../img/next.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  border: none;
}
.form-tareas{
  display: block;
  margin-bottom: 0;
}
.form-tareas .container,
.form-tareas .col-md-6,
.form-tareas .row{
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
  color: white;
}
.img-responsive{
  max-width: 100%;
  height:auto;
}
.formatos{
  color:#444;
}
.theFile{
  width: 100%;
  background: #004662;
  border-radius: 7px;
  padding: 0 5px 0 0px;
  vertical-align: middle;
  color: white;
}
#wraper_nuevos {
  display: inline-block;
}
.nuevos{
  font-weight: bolder;
  background-color: #c44630;
  border-radius: 20px;
  color: #fff;
  padding: 5px;
}
.temawrapper{
  margin-bottom: 20px;
  background: #E8B118;
}
.white.headerunidad.ng-binding {
  font-size: 26px;
}
.white.tematitulo.ng-binding {
  font-size: 22px;
  float: left;
}
span.nuevos {
  background-color: #c44630 !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 5px !important;
}
.nuevos_wrapper{
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.contenido_unidad {
  margin-bottom: 10px !important;
}
#titulo_tema {
  text-align: center;
}
#wrapper_tema{
  box-shadow: -1px 6px 35px 0px rgba(0,0,0,0.75);
}
#descripcion_tema {
  padding: 19px;
  padding-bottom: 4em;
}
#contenido_tema {
  text-align: justify;
}
.color_geducar{
  background-color: #2497AC;
}
#myFormats {
  padding: 13px;
}
#file_temas{
  position: relative;
  z-index: 2;
  opacity: 0;
  height: 57px;
  cursor: pointer;
}
#file_fakepath_wrapper{
  width: 100%;
  position: relative;
}
#file_fakepath {
  width: 100%;
}
#buton_enviar_archivos {
  margin-left: 0;
}
#lista_archivos_subir {
  margin-bottom: 7px;
}
#wrapper_formup{
  margin-top: 5px;
}
#lista_archivos_subir .item.item-icon-left {
  font-size: 11px;
}
#adjuntar_archivo_button {
  position: absolute;
}
#lista_archivos_subidos .item.item-icon-left {
  font-size: 11px;
  margin-bottom: -17px;
}
#lista_archivos_subidos {
  font-size: 1em;
}
#button_eliminar_tarea{
  cursor: pointer;
}
.popup-head {
  background-color:#02597e !important;
}
.popup-title {
  color: white !important;
}
.button.button-assertive{
  background-color: #e02112 !important;
}

ion-navbar .toolbar-title {
  margin-top: 18px;
  margin-right: 22px;
}
ion-navbar.toolbar {
  padding-left: 6px;
  padding-top: 25px;
  padding-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

.loader-box{
  width: 100%;
  background-color: #999;
  border-radius: 100px;
}
.loader {
  background: #239ed8  !important;
  border-radius: 100px;
  height: 20px;
}
.loader p {
  text-align: center;
  color: white !important;
  text-align: center;
}

.btn-footer::before{
  font-size: 40px !important;
  line-height: 7px !important;
}

.card-color-azul{
  color:#ffffff;
  background: #004b7e; /* Old browsers */
background: -moz-linear-gradient(-45deg, #004b7e 0%, #0071a7 50%, #207cca 52%, #019ad9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #004b7e 0%,#0071a7 50%,#207cca 52%,#019ad9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #004b7e 0%,#0071a7 50%,#207cca 52%,#019ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b7e', endColorstr='#019ad9',GradientType=1 );
}

.card-color-purpura{
  color:#ffffff;
  background: #3f3278; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3f3278 0%, #35286e 48%, #2c2165 58%, #1f1657 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3f3278 0%,#35286e 48%,#2c2165 58%,#1f1657 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3f3278 0%,#35286e 48%,#2c2165 58%,#1f1657 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3278', endColorstr='#1f1657',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.card-color-gris{
  color:#ffffff;
  background: #99a1af; /* Old browsers */
background: -moz-linear-gradient(-45deg, #99a1af 0%, #aab3c2 53%, #b5becd 100%, #1f1657 100%, #c0cddc 100%, #b5becd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #99a1af 0%,#aab3c2 53%,#b5becd 100%,#1f1657 100%,#c0cddc 100%,#b5becd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #99a1af 0%,#aab3c2 53%,#b5becd 100%,#1f1657 100%,#c0cddc 100%,#b5becd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a1af', endColorstr='#b5becd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.amarillo{
  background: linear-gradient(90deg, rgba(229, 199, 50, 1) 38%, rgba(252, 174, 49, 1) 100%);
  border-radius: 15px;
}

.celeste{
  background: linear-gradient(90deg, rgba(111, 190, 237, 1) 50%, rgba(41, 147, 171, 1) 100%);
  border-radius: 15px;
}

.morado{
  background: linear-gradient(90deg, rgba(80, 129, 207, 1) 50%, rgba(82, 65, 155, 1) 100%);
  border-radius: 15px;
}

.azul{
  background: linear-gradient(90deg, rgba(35, 79, 161, 1) 50%, rgba(25, 42, 86, 1) 100%);
  border-radius: 15px;
}

.curso-box{
  box-shadow: 0px 7px 16px 0px rgba(0,0,0,0.3);
  background-color: transparent;
  border-radius: 15px;
}

.scroll-content .menu-padre {
    display: none;
}
.menu-left .item-content img {
    float: left;
}
.menu-left a.item-content {
    line-height: 30px;
    padding: 12px 49px 12px 16px;
}
.menu-left a.item-content i {
    font-size: 24px;
    float: left;
    margin: 0 6px 0 6px;
}
.mi-aula-general .scroll-content .bar-header {
    background: #e8b200;
    text-transform: uppercase;
}
.mi-aula-general .scroll-content .bar-header .icon {
    display: none;
}
.message.info {
    padding: 10px;
    text-align: center;
    background: #149dda;
    margin: 10px;
    color: #fff;
    border-radius: 20px;
}
.aula.scroll-content {
    margin-bottom: 50px;
}


.platform-browser .center_login{
  margin-top: 5rem;
}
.platform-android .center_login{
  margin-top: 1rem;
}
.platform-ios .center_login{
  margin-top: 50%;
}
.platform-ipad .center_login{
  margin-top: 50%;
}

/*TABS CSS*/
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}

.pc-tab {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 1px solid #005274;
  border-bottom: 0;
  background: #005274;
  color: #ffffff;
  width: 50%;
}
.pc-tab ul li label:hover {
  background: #0b6482;
}
.pc-tab ul li label:active {
  background: #0b6482;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  clear: both;
}
.pc-tab section div {
  width: 100%;
  /*background: #fff;*/
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.pc-tab section div h2 {
  margin: 0;
  font-family: "nunitobold";
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: #0b6482;
  color: #ffffff;
  position: relative;
  top: -1px;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0b6482;
  left: 0;
  bottom: -1px;
}

.platform-ios .hide_ios{
  display:none !important;
}
.platform-ipad .hide_ios{
  display:none !important;
}
.table-responsive{
  width: 100%;
}
.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  z-index: 3 !important;
}


@media (max-width: 350px) {                  
  .hide-text-on-small {
    display: none;
  }
}
body.platform-ios{
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
}