/*
Proyecto: Akuerapp
Diseño: José Mario Sosa
2016 - jose.im
==================================*/


@import "font-awesome.min.css";

/* General
==================================*/
h1 {
    color: #fff;
    text-shadow: 0 1px 0px #000;
    font-size: 42px;
}


/* Utilities
==================================*/
.title-bordered {
    border-top: solid 2px #bbb;
    padding-top: 30px;
}

p {
    color: #555;
    margin: 0 0 25px;
}

.scroll {
    height: 100%;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

/* Bar calm
==================================*/


.bar-calm {
    background-color: #3a7cc0 !important;
}

.button-calm {
    background-color: #3a7cc0 !important;
}

.btn-primary {
    background-color: #3a7cc0 !important;
}

.btn-link {
    color: #3a7cc0 !important;
}

.bar-calm .button {
    box-shadow: none;
    min-height: 42px;
    min-width: 42px;
    max-width: 48px;
    max-height: 42px;
    width: 48px;
}

.bar-calm .button .back-text {
    display: none;
}

.bar-calm .buttons-right .button:before {
    font-size: 24px !important;
    padding: 7px !important;
    position: relative;
    left: -10px;
    top: -4px;
}

.bar-calm .buttons-right .button.ion-android-search:before{
    top: -1px;
    left: -4px;
}

.bar-calm .button.filter-bar-clear {
    display: none !important;
}

.bar-calm .filter-bar-cancel {
    text-indent: -9999px;
}

.bar-calm .filter-bar-cancel:after {
    font-family: "FontAwesome";
    content: "\f00d";
    text-indent: 0;
    font-size: 1.3em;
    top: 6px;
    left: 2px;
    text-align: center;
}


/* Menu
==================================*/
.menu .bar.bar-header.expanded {
    transition: all .5s ease-in-out;
}

.menu-open .bar.bar-header.expanded {
    background-color: #3a7cc0;
}

.menu h2 {
    bottom: 0;
    font-size: 18px;
    left: 16px;
    position: absolute;
}

.menu .avatar {
    height: 88px;
    width: 88px;
}

.menu.menu-left * {
    font-weight: bold;
}

.menu-open .ion-navicon {
    transform: rotate(-360deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-open .ion-navicon:before {
    content: "\f2ca";
}


/* Login
==================================*/
.app-icon {
    background-color: #fff;
    background: url('../img/crown.jpg') center;
    background-size: cover;
    border-radius: 50%;
    height: 125px;
    margin: 0 auto;
    width: 125px;
}

.social-login {
    position: fixed;
    bottom: 0;
}
.item-thumbnail-left>img:first-child {
    border-radius: 0%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
    border: 1px solid #ccc;
}

.centered-outer {
    position: relative;
}

.centered-inner {
    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}

.centered-with-margin.centered-inner {
    margin: 50px;
}
.error-container {
    margin: 5px 0;
}

.error-container:last-child {
    margin: 5px 0 0;
}

.error {
    padding: 10px 16px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    vertical-align: middle;
}

.error i {
    font-size: 24px;
    color: #B83E2C;
    vertical-align: middle;
}

.last-error-container > .error {
    padding: 10px 16px 0;
}

.has-errors {
    border-bottom: 3px solid #B83E2C;
}

.count-error {
  color: #B83E2C !important;
}

.no-errors {
    border-bottom: 3px solid green;
}

.list .item {
    min-height: 70px;
    text-align: left;
    border: 0;
}

.item-notificacion {
  min-height: 80px !important;
  text-align: left;
  border:1px solid #ddd !important;
}

/* Box shadow panel
==================================*/

.bs-panel {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #EEE;
    background-color: #ffffff;
    transition: .3s ease-in-out;
}

/* Menu
==================================*/

.menu {
    background-color: #ffffff;
}

.menu .has-header {
    top:180px !important;
}

.menu .user-sidebar {
    background-color: #3a7cc0;
    min-height: 180px;
    padding-top: 45px;
    position: relative;
    z-index: 11;
    color: #ffffff;
}

.menu .user-sidebar .user-sidebar-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.menu .user-sidebar .user-sidebar-content .avatar {
    border-radius: 90px;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0;
    width: 60px;
    height: 60px;
    position: relative;
    top: 0;
    left: 0;
}

.menu .user-sidebar .user-sidebar-content h2 {
    position: relative;
    top: 0;
    left: 0;
    margin: 3px 0;
    font-size: 1.1em;
}

.menu .user-sidebar .user-sidebar-content .mail {
    font-weight: normal;
}

.menu .list .item {
    min-height: 40px;
}

.menu .list .item a {
    text-decoration: none;
}

/* Home
==================================*/

.pane {
    background-color: #F3F3F3;
}

.hero {
    /*height: 230px;*/
    background-position: center;
    color: #3a7cc0;
}

.hero >.content {
    bottom: 15px;
}

.hero:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    min-height: 10px;
    background-color: rgba(255,255,255,0.75);
}

.hero .logo {
    width: 340px;
    height: 96px;
    background-size: cover;
    margin: 0 auto 15px auto;
}

.hero h3 {
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #3a7cc0;
}

.hero h4 {
    font-size: .9em;
    font-style: italic;
    color: #3a7cc0;
    font-size: 16px;
}

.msp-bar {
    padding: 4px 0;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}

.msp-bar .button {
    margin: 30px 10px;
    font-size: .9em;
    padding: 15px 14px;
    height: auto;
    min-height: inherit;
    line-height: 100%;
}

.banner-slider {
    margin: 5px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border: 1px solid #EEE;
}

.banner-slider .slider {
    padding-bottom: 40px;
}

.banner-slider .slider .slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.banner-slider .slider .slide .slide-inner {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.banner-slider .slider .card h4 {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    padding: 0 !important;
}

.banner-slider .slider .card p {
    font-size: 16px !important;
    margin-bottom: 25px !important;
}

.banner-slider .slider .card {
    box-shadow: none !important;
}

.banner-slider .slider .slide img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.banner-slider .slider .slider-pager {
    font-size: 15px;
    bottom: 15px;
}

.banner-slider .slider .slider-page .slider-pager-page {
    margin: 0;
}

.social-bar {
    margin-bottom: 15px;
    text-align: center;
}

.social-bar a.social-link {
    text-align: center;
    padding: 10px;
    font-size: 1.7em;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 3px 5px;
    background-color: #EEEEEE;
    color: #ffffff;
    border-radius: 80px;
    line-height: 125%;
}

.social-bar a.social-link:hover,
.social-bar a.social-link:active {
    opacity: .7;
}

.social-bar a.social-link.facebook {
    background-color: #4C66A4;
}


.social-bar a.social-link.twitter {
    background-color: #54ABEE;
}

.activated {
  background-color: #ececec;
}

/* Notificaciones
==================================*/

.card {
    max-width: 768px;
    margin: 12px auto;
}

.card.fullw {
    max-width: initial;
}

.card p {
    white-space: normal;
}

.card .item.wopad {
    padding:0;
}

.list {
    max-width: 768px;
    margin: 12px auto;
}

.card-list {
    margin: 10px 0;
}

.card-list .card .article-img {
    width: 100%;
    height: auto;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .card-list .card .article-img {
        float:left;
        width: 25%;
        margin: 15px;
    }
}

.card-list .card .article-text {
    padding: 15px;
}

.card-list .card .article-text .pub-time, .pub-time {
    text-align: right;
    font-size: .8em;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

.card-list .card .article-text h4 {
    font-weight: 600;
    font-size: 1.1em;
    color: #3a7cc0;
    text-decoration: none;
    overflow: visible;
    white-space: normal;
    line-height: 135%;
}

.card-list .card .article-text p {
    margin-bottom: 10px;
    overflow: visible;
    white-space: normal;
}

.card-list .card .article-text .establecimiento-name {
    font-style: italic;
    font-weight: 400;
}

.card-list .item {
    padding: 10px 10px;
}

.establecimiento-list .card h2 {
    white-space: normal;
    overflow: visible;
    line-height: 130%;
}

.establecimiento-list .card {
  margin: 0px;
}


/* Listado de Productos
==================================*/

.item-product {
    position: relative;
}

.item-product .item-content-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.item-product .item-content-row:first-child {
    border-bottom: 1px solid #EEE;
}

.item-product span {
    font-size: .8em;
    opacity: .7;
    display: block;
    margin-bottom: 4px;
}

.item-product h2 {
    font-size: 1.3em;
    font-weight: 500;
}

.item-product h3 {
    font-size: 1em;
}

.item-product .distance {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color: #3a7cc0;
}

.establecimiento-list .item-product .item-content-row,
.product-list .item-product .item-content-row {
    max-width: 87%;
}

.product-list .card {
    margin:  0px;
}



/* Ionic Filter Bar
==================================*/


.filter-bar-clear, .filter-bar-cancel {
  box-shadow: none !important;
}

.filter-bar-search {
  border: none !important;
}



/* Show notification
==================================*/

.hero.notification-image {
    height: 300px !important;
    box-shadow: none;
}

.hero.notification-image:before {
    display: none;
}

.notificacion-content {
    position: relative;
    background-color: white;
    padding: 15px;
}

.notificacion-content p {
    overflow: hidden;
    white-space: normal;
}

.notificacion-info {
    width: 100%;
    padding: 20px;
    z-index: 2;
    text-align: center;
}

.notificacion-info .notificacion-name {
    color: #444;
    font-size: 20px;
    white-space: normal;
}

.notificacion-article {
    font-size: 1em;
    color: #888;
    text-align: justify;
}

.notificacion-article a {
    color: #888;
}

.rate-input {
    margin: 10px 0;
    text-align: center;
    font-size: 30px;
}

.rate-input span {
    font-weight: 300;
    font-size: 25px;
    padding-right: 15px;
}

.rate-input.left {
    text-align: left;
}

.rate-input a {
    text-decoration: none;
}

.rate-input a:before {
    font-size: 35px;
}

.rate-comment {
    padding-left: 0;
    font-weight: normal;
    font-size: 1em;
}

.rate-comment textarea {
    padding: 10px;
    height: 120px;
    border: 0;

}

.buttons-rate .button {
    margin-right: 10px;
}

/* Maps
==================================*/

.map-container {
  position: relative;
  height: 260px;
  width: 100%;
  box-shadow: none !important;
}

.map-container img {
    box-shadow: none !important;
}

map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.scroll {
  height: 100%;
}


/* Reportar
==================================*/

.box-reportar {
    padding: 20px 0 !important;
    text-align: center;
    border-bottom: 0px !important;
}

.box-reportar h2 {
    margin: 16px 0 !important;
    padding: 0;
}

.box-reportar.slim-bar {
    padding: 10px 0 !important;
}

.form-reportar h2 {
    margin: 5px 0 15px;
    font-weight: 600;
}

.item-form .item {
    border: 0;
}

.item-form .item-input .item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 40px
}

.item-form .input-label {
    font-weight: 600;
}

.item-form .item-input {
    padding-left: 0;
}

.item-form .item-input .item-checkbox .checkbox {
    top: 40%;
}

.item-form .item-input select {
    margin: 10px 0;
    padding: 12px;
    font-weight: 400;
}

.establecimiento-main-title {
    text-align: center;
}

/* Detalle del Establecimiento
==================================*/

ion-content.ak-web {
  @media screen and (min-width: $screen-sm-min) {
    max-width: 80%;
    margin: 0 auto;
  }
  @media screen and (min-width: $screen-md-min) {
    max-width: 60%;
    margin: 0 auto;
  }
  @media screen and (min-width: $screen-lg-min) {
    max-width: 45%;
    margin: 0 auto;
  }
}


/* inputs
==================================*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
select {
    font-weight: 400 !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    margin: 4px 0;
    font-size: 1.1em;
    height: 45px !important;
    line-height: 120%;
}
textarea {
    font-weight: 400 !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    margin: 4px 0;
    font-size: 1.1em;
    height: 160px !important;
    line-height: 120%;
}
input[type="search"] {
    font-weight: 400 !important;
    padding: 16px !important;
    margin: 4px 0;
    font-size: 1.1em;
    height: 40px;
    line-height: 120%;
}

/* About
==================================*/

.about-item {
    text-align: center;
    background-color: #fafafa;
}

.about-item p {
    margin-bottom: 25px;
}

.logo-about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 89px;
    text-indent: -9999px;
    display: inline-block;
    margin: 5px;
}

.logo-about.logo-msp {
    background-image: url('../img/ministerio-salud-2026-transparente.png?v=1');
    background-size: contain;
    width: 680px;
    max-width: calc(100% - 20px);
    height: 150px;
}

.logo-about.logo-gobierno {
    background-image: url('../img/logo-gobierno.jpg');
}

.logo-about.logo-usaid {
    background-image: url('../img/logo-usaid.jpg');
}

.logo-about.logo-ceamso {
    background-image: url('../img/logo-ceamso.jpg');
}

.logo-about.logo-senatics {
    background-image: url('../img/logo-senatics.png');
}

.logo-about.print-akuerapp {
    background-image: url('../img/akuerapp.jpg');
}
.logo-about.print-gobierno {
    background-image: url('../img/gobierno.jpg');
}
.logo-about.print-salud {
    background-image: url('../img/salud.jpg');
}

.user-register-card .hero {
    height: 200px;
}

.user-register-card .hero:after {
    display: none;
}

.user-register-card img {
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    z-index: 4;
    top: -20px;
}

.user-register-card .user-info {
    position: relative;
    margin: 30px auto 0;
    color: #ffffff !important;
    z-index: 4;
}

.user-register-card .user-info .user-name {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.user-register-card .user-info .user-mail {
    font-style: italic;
}


/* Notificaciones
=========================================*/
.card.new-notification textarea {
    height: 150px;
}

.card-admin-notificaciones h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 15px 15px 15px 15px;
    width: 100% !important;
}

.card-admin-notificaciones .dataTables_wrapper table {
    width: 100% !important;
    white-space: normal;
    border: 1px solid #eee;
    padding: 5px;
}

.card-admin-notificaciones .dataTables_wrapper table th {
    font-weight: 600;
}

.card-admin-notificaciones .dataTables_filter input,
.card-admin-notificaciones .dataTables_filter select {
    margin: 0 5px;
}

ion-item.item {
    padding-bottom: 0;
}

ion-item.item:last-child {
    padding-top: 0;
}

.map-card {
    margin-bottom: 0;
}

.card-info-establecimiento {
    margin-top: 0;
}

.card-info-establecimiento h4 {
    white-space: normal;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}


.item-checkbox .checkbox {
    top: 37%;
}

@media screen and (max-width: 500px){
    .hero {
        height: 180px;
    }

    .hero .logo {
        width: 228px;
        height: 67px;
    }

    .about-item p {
        margin-bottom: 15px;
    }

    .about-item .row {
        flex-direction:column;
    }

    .card-info-establecimiento .row {
        flex-flow: column;
    }

    .logo-about.logo-msp {
        width: 360px;
        max-width: calc(100% - 20px);
        height: 95px;
    }

    .msp-bar .button {
        margin: 20px 10px;
    }

    .user-register-card img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 375px){
    .msp-bar .logo-msp {
        width: 180px;
        height: 56px;
        margin: 16px 2px;
    }
}

.popup-container .popup {
    width: 300px;
    w
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.popup-container .popup .popup-head {
    text-align: left;
    border-bottom: 0;
    padding: 20px 20px 0;
}

.popup-container .popup .popup-body {
    padding: 20px;
}

.popup-container .popup .popup-body input {
    border: 0 !important;
    border-bottom: 2px solid #3a7cc0 !important;
    background-color: transparent !important;
}

.popup-container .popup .popup-buttons {
    text-align: right;
    display: block;
    height: auto;
}

.popup-container .popup .popup-buttons .button {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    padding: 10px !important;
    height: auto !important;
    min-height: initial;
    line-height: 100% !important;
    flex: 0;
    width: auto;
    font-weight: 600;
    min-width: 70px;
    display: inline-block;
    color: #3a7cc0;
    float: none;
    white-space: normal;
}

.popup-container .popup .popup-buttons .button:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.collection-repeat-container {
    margin-bottom: 20px;
}

.collection-repeat-container:after {
    display: block;
    content:"";
    clear: both;
}

.filter-bar .filter-bar-wrapper .item-input-inset .item-input-wrapper {
    margin: 6px;
}

.buttons-mobile-prod-estb {
    font-size: .8em;
}

.loginbar {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    transition: none;
}

.loginbar a {
    position: relative;
    z-index: 11;
    pointer-events: auto;
    transition: none;
}

.hero .logo-msp {
    display: none;
    background-image: url('../img/ministerio-salud-2026-transparente.png?v=1');
    background-size: contain;
    width: 680px;
    max-width: calc(100% - 20px);
    height: 150px;

}

.hero .buscador-desktop {
    display: none;
    border: 0;
    width: 55%;
    margin: 0 auto;
    padding: 0;
}

.buscador-mobile {
    padding: 0;
}

.buscador-mobile .row.list {
    margin-top: 0;
}

.hero .buscador-desktop .item-input {
    padding: 0;
}

.hero .buscador-desktop input {
    margin: 0;
}

.hero .buscador-desktop .list .item {
    min-height: 20px;
}

.appstore-logos {
    display: none;
    margin: 10px auto;
    text-align: center;
}

.appstore-logos .appstore {
    display: inline-block;
    margin: 5px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 195px;
    height: 64px;
}

.appstore-logos .appstore.google-play {
    background-image: url('../img/playstore.png');
}

.appstore-logos .appstore.apple {
    background-image: url('../img/appstore.png');
}

.buttons-desktop {
    display: none;
    margin: 10px auto;
    width: 750px;
}

.buttons-desktop .btn {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
}

.buttons-desktop .btn .fa {
    display: block;
    margin: 12px auto;
    font-size: 45px;
}

.fa-pill {
    width: 50px;
    height: 45px;
    background-image: url('../img/pill.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.spinner {
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -12px;
}

/* From Desktop to Tablet
==================================*/

@media screen and (max-width: 768px) {

    .hero:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        min-height: 10px;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0.9) 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 75%,rgba(255,255,255,0.9) 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 75%,rgba(255,255,255,0.9) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}




/* From Tablet To Desktop
==================================*/

@media screen and (min-width: 769px){
    .hero.hero-home {
        min-height: 95vh;
        height: auto;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .hero.hero-home .content {
        position: relative;
        bottom: initial;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .hero.hero-home .logo-msp {
        display: inline-block;
    }

    .hero.hero-home .buscador-desktop {
        display: block;
    }

    .buscador-mobile {
        display: none;
    }

    .buttons-desktop {
        display: block;
    }

    .buttons-mobile-prod-estb {
        display: none;
    }

    .appstore-logos {
        display: block;
    }

    .msp-bar {
        display: none;
    }

    .loginbar {
        display: block;
    }
}

/* DASHBOARD
==================================*/

/* Columnas */
.ui.column.grid>[class*="sixteen wide"].column, .ui.grid>.column.row>[class*="sixteen wide"].column, .ui.grid>.row>[class*="sixteen wide"].column, .ui.grid>[class*="sixteen wide"].column {
    width: 100%!important;
}
.ui.grid>.column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid>.column:not(.row), .ui.grid>.row>.column {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}

/* Fluid card */
.ui.three.cards>.card:nth-child(3n+1) {
    clear: left;
}
.ui.three.cards>.card {
    width: -webkit-calc(33.33333333% - 2em);
    width: calc(33.33333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
}
.ui.cards>.card {
    font-size: 1em;
}

/* contenido para cards */
.ui.card>.content, .ui.cards>.card>.content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: 0 0;
    margin: 0;
    padding: 1em;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
}
/* Botones */
a.button {
    text-decoration: none;
}
a.button {
    text-decoration: none;
}
.button {
    overflow: hidden!important;
}
/* Icono */
.button .icon {
    vertical-align: top;
    pointer-events: none;
}

/* Header */
.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: -.165em;
    line-height: 1.33em;
}
.ui.card>.content>a.header, .ui.cards>.card>.content>a.header {
    color: rgba(0,0,0,.85);
}

/* Content */
.ui.card>.content, .ui.cards>.card>.content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: 0 0;
    margin: 0;
    padding: 1em;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
}
/**********************************************************************/
/* Imágenes */
.ui.card>.image>img, .ui.cards>.card>.image>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .2857rem .2857rem 0 0;
    border: none;
}
/* Contenido de Cards */
.ui.card>.content, .ui.cards>.card>.content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: 0 0;
    margin: 0;
    padding: 1em;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
}

.ui.card>.image, .ui.cards>.card>.image {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0;
    background: rgba(0,0,0,.05);
}

/* UI tree*/
.ui.three.cards {
    margin-left: -1em;
    margin-right: -1em;
}
.ui.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -.875em -.5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a {
    color: #59abc3;
}

.ui.teal.button, .ui.teal.buttons .button {
    background-color: #3a7cc0;
    color: #fff;
    text-shadow: none;
    background-image: none;
}
.ui.attached.button {
    display: block;
    margin: 0;
    box-shadow: 0 0 0 1px rgba(39,41,43,.15)!important;
    border-radius: 0;
}
.ui.button, .ui.buttons .button, .ui.buttons .or {
    font-size: 1rem;
}
.ui.button, .ui.buttons .button, .ui.buttons .or {
    font-size: 1rem;
}

.btn.btn-default.form-control.ui-select-toggle {
    width: 100%;
}

.form-control.ui-select-search {
    width: 100%;
}

.header-impresion {
        visibility: hidden;
    }


/* Areas de impresión */
@media print  {
    @page {
         margin: 0.3cm 0.3cm 0.3cm 0.3cm;
    }
    .scroll-content {
    position: relative;
    }

    .pane {
        position: initial;
    }
​
    body * {
        visibility: hidden;
    }

    ion-nav-view * {
        visibility: hidden;
    }

    .hidden-button-print {
        display: none !important;
    }
​
    .header-impresion {
        visibility: visible !important;
        font-size: 60px;
    }
​
    
    .visible-impresion, .visible-impresion * {
        visibility: visible;
        display:block;
        position: relative;
    }
    
    .escondido-impresion, .escondido-impresion *{
        visibility: hidden;
        display: none !important;
    }
    
 
    #section-to-print, #section-to-print *, .to-print * {
        visibility: visible;
        display: block;
    }
      
    #section-to-print {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        margin-top:10px;
        font-size: 14px;
        line-height: 18px;
        visibility: visible;
    }
    
    .to-print {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        margin: auto;
        font-size: 17px;
        line-height: 22px;
        visibility: visible;
    }
​
    .to-print .control-label {
        font-size: 16px;
    }
​
    .to-print .form-group {
        line-height: 17px;
    }
​
    .visible-impresion p * {
        display: inline;
        line-height: 22px;
    }

      
}


.identity-login-card .identity-login-link {
  display: inline-block;
  margin-top: 12px;
}

.identity-login-card .identity-login-link img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.identity-login-card .identity-register-link {
  margin: 24px auto 4px;
  max-width: 460px;
  text-align: center;
}

.identity-login-card .identity-register-link .button {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
}
