/* ---------------------------------
    Portal Ciudadano
--------------------------------- */

body.retys--portal-ciudadano:before {
  content: '';
  height: 270px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  background-color: #EAB82E;
}

.retys--portal-ciudadano header > .navbar {
  min-height: 135px;
  margin: 0;
}

.retys--portal-ciudadano .navbar-header {
  background-image: url(/media/logo_150.png);
  background-repeat: no-repeat;
  background-position: left;

  min-width: 155px;
  min-height: 131px;
}

.retys--portal-ciudadano .navbar-nav {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .retys--portal-ciudadano .navbar-header {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left;

    min-width: 100px;
    min-height: 64px;
  }

  .retys--portal-ciudadano header > .navbar {
    min-height: 64px;
    margin: 0;
  }
}


#footer {
  background-color: #93999E; color:#fff;
  position: relative;
}

.background-footer {
    background-image: url(/media/paisajelineal.png);
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 3px);
    height: 100px;
    margin-bottom: 10px;
    border-bottom: 2px solid #7d858b;
    background-color: #EDECEC;
}

/* ---------------------------------
    Header Search
--------------------------------- */

.h-search {
  padding: 2px 30px 2px 0;
}
.h-search,
.hs-input,
.hs-reset:before,
.hs-reset:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.hs-input {
  border: 0;
  height: 50px;
  padding: 10px 20px 10px 50px;
  border-radius: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 15px;
}
.hs-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.hs-input:-ms-input-placeholder {
  color: #ffffff;
}
.hs-input::-webkit-input-placeholder {
  color: #ffffff;
}
.hs-input.ie9-placeholder {
  color: #fff !important;
}
.focused .hs-input {
  background-color: #fff;
  color: #5e5e5e;
}
.focused .hs-input + .hs-reset {
  color: #5e5e5e;
}
.focused .hs-input + .hs-reset:before {
  -webkit-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.focused .hs-input + .hs-reset:after {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.focused .hs-input::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
.focused .hs-input:-ms-input-placeholder {
  color: #6b6b6b;
}
.focused .hs-input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.hs-reset {
  left: 0;
  font-size: 20px;
  color: #fff;
  top: 0;
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 100%;
}
.hs-reset:hover {
  opacity: 0.7;
}
.hs-reset:before,
.hs-reset:after {
  position: absolute;
  left: 20px;
  top: 16px;
}
.hs-reset:after {
  content: '\f2ff';
  -webkit-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  color: #5e5e5e;
}
@media (min-width: 992px) {
  /* Search trigger icon for mobile */
  .hm-search-trigger {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* Header Search */
  .h-search {
    padding: 40px 40px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #009688;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, -65px, 0);
    transform: translate3d(0, -65px, 0);
  }
  .h-search.toggled {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hs-input {
    background-color: #fff;
    color: #777777;
  }
  .hs-input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .hs-input:-ms-input-placeholder {
    color: #cccccc;
  }
  .hs-input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .hs-reset:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  /* Header Search for IE9 */
  .ie9 .h-search {
    display: none;
  }
  .ie9 .h-search.toggled {
    display: block;
  }
  /* Search trigger icon for mobile */
  .hm-search-trigger {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  /* Header Search */
  .h-search {
    padding: 30px 15px 0;
  }
}

/* .action-header */
.retys--portal-ciudadano .action-header {
  padding: 25px 30px;
  line-height: 100%;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  min-height: 65px;
}
.retys--portal-ciudadano .action-header .actions {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 10;
}

.retys--portal-ciudadano .ah-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: #f7f7f7;
  display: none;
}

.retys--portal-ciudadano .action-header .progress {
  position: absolute;
  z-index: 12;
  width: 100%;
  left: 0;
  bottom: 0;
}

.retys--portal-ciudadano .ahs-input {
  border: 0;
  padding: 0 26px 0 55px;
  height: 100%;
  font-size: 15px;
  width: 100%;
  font-weight: 100;
  background: #f7f7f7;
  border-bottom: 1px solid #EEE;
  line-height: 60px;
}

.retys--portal-ciudadano .ah-search-close {
  font-style: normal;
  position: absolute;
  top: 23px;
  left: 22px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}

.retys--portal-ciudadano .ah-search-close:hover {
  opacity: 0.7;
}

.retys--portal-ciudadano .ah-btn-back {
  font-size: 15px;
    padding: 0 0 0 15px;
    margin: 0;
}

.retys--portal-ciudadano .ah-btn-back > span {
  font-style: normal;
  position: absolute;
  left: 22px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}

/* card */
.retys--portal-ciudadano .c-header > h2 {
    color: #fff !important;
    margin: 0;
    font-weight: 400;
    font-size: 27px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.retys--portal-ciudadano .card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 2px;
}

.retys--portal-ciudadano .card.c-dark .card-header > h2 {
  color: #fff;
}

.retys--portal-ciudadano .card.c-dark .card-header > h2 small {
  color: rgba(255, 255, 255, 0.7);
}

.retys--portal-ciudadano .card > .actions,
.retys--portal-ciudadano .card-header .actions {
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 25px;
}

.retys--portal-ciudadano .card-body.card-padding {
  padding: 30px 33px;
}

.retys--portal-ciudadano .card-body.card-padding-sm {
  padding: 15px;
}

.retys--portal-ciudadano .card-body > .btn-float {
  bottom: 30px;
  right: 30px;
}

.retys--portal-ciudadano .card-header {
  position: relative;
  padding: 30px;
  border-radius: 2px 2px 0 0;
}

.retys--portal-ciudadano .card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
}

.retys--portal-ciudadano .card-header h2 small {
  display: block;
  margin-top: 10px;
  line-height: 160%;
  font-size: 12px;
  color: #AEAEAE;
}

.retys--portal-ciudadano .card-header.ch-dark h2,
.retys--portal-ciudadano .card-header.ch-dark small {
  color: #fff;
}

.retys--portal-ciudadano .card-header .btn-float {
  right: 25px;
  bottom: -23px;
  z-index: 1;
}

.retys--portal-ciudadano .card-header.ch-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.retys--portal-ciudadano .card-header.ch-img h2,
.retys--portal-ciudadano .card-header.ch-img small {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

.retys--portal-ciudadano .card-header + .card-body {
  padding-top: 0;
}



/* ---------------------------------
    Tiles
--------------------------------- */
.retys--portal-ciudadano .tiles-container {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
}

.retys--portal-ciudadano .tiles {
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}

.retys--portal-ciudadano .tile {
  width: 200px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
  will-change: all;
}

.retys--portal-ciudadano .tile a {
  text-align: center;
}

.retys--portal-ciudadano .tile p {
  padding-bottom: .3em;
}

.retys--portal-ciudadano .tile .title,
.retys--portal-ciudadano .tile .amount,
.retys--portal-ciudadano .tile .icon {
  color: #ccc;
}

.retys--portal-ciudadano .tile .title {
  font-size: 16px;
  text-align: center;
  color: #ccc;
}

.retys--portal-ciudadano .tile .amount {
  font-size: 10px;
  font-weight: 200;
  opacity: .7;
}

.retys--portal-ciudadano .tile .icon {
  font-size: 40px;
  padding-bottom: .3em;
}

.retys--portal-ciudadano .tile:hover,
.retys--portal-ciudadano .tile.initial {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
         transform: scale(1.05) translate3d(0, 0, 0);
  background-color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.20);
  -webkit-transition: .3s;
  transition: .3s;
}

.retys--portal-ciudadano .tile:hover .icon,
.retys--portal-ciudadano .tile:hover .title,
.retys--portal-ciudadano .tile:hover .amount,
.retys--portal-ciudadano .tile.initial .icon,
.retys--portal-ciudadano .tile.initial .title,
.retys--portal-ciudadano .tile.initial .amount {
  color: #786eab;
  opacity: 1;
}


/* ---------------------------------
    ListView
--------------------------------- */

.list-group {
  margin-bottom: 0;
}
.list-group.lg-alt .list-group-item {
  border: 0;
  margin: 0;
  padding: 15px 25px;
}
.list-group:not(.lg-alt).lg-listview .list-group-item {
  border-left: 0;
  border-right: 0;
}
.list-group:not(.lg-alt).lg-listview .list-group-item:last-child {
  border-bottom: 0;
}
.list-group.lg-odd-white .list-group-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.12);
}
.list-group.lg-even-white .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.12);
}
.list-group.lg-odd-black .list-group-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}
.list-group.lg-even-black .list-group-item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}


.lgi-heading {
  color: #333;
  margin-bottom: 4px;
}

.lgi-heading > small {
  font-size: 11px;
  color: #C5C5C5;
  margin-left: 10px;
}

.lgi-heading,
.lgi-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lgi-text {
  display: block;
  font-size: 12px;
  color: #AEAEAE;
}

.lgi-text:not(:last-child) {
  margin-bottom: 4px;
}

.lgi-checkbox {
  margin-top: 8px;
  margin-bottom: 0;
}

.lgi-attrs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lgi-attrs > li {
  display: inline-block;
  border: 1px solid #D6D6D6;
  margin: 2px 2px 2px 0;
  padding: 2px 5px;
  font-size: 12px;
  color: #AEAEAE;
  background: #fff;
}

.lgi-attrs > li > a {
  display: block;
}

.list-group-item-header {
  padding: 0 30px;
  margin: 20px 0 10px;
}

/*----------------------------------
    Avatars
-----------------------------------*/

.avatar-img,
.avatar-char {
  border-radius: 50%;
}

.avatar-img:not(.a-lg),
.avatar-char:not(.a-lg) {
  width: 38px;
  height: 38px;
}

.avatar-img.a-lg,
.avatar-char.a-lg {
  width: 50px;
  height: 50px;
}

.avatar-char {
  color: #ccc;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.avatar-char.ac-light {
  color: #717171;
}



/* ------------- */