body {
  /* background-color: #bc2130; */
}
.page__background {
    background-color: #fff;
}
.toolbar {
  background-color: #bc2130;
  color: white;
}
.back-button__icon{
  fill:#fff!important;
}
ons-fab.ticket-fab {
    margin: 5px;
}
.toolbar__title {
  color: white;
}

.toolbar-button {
  color: white;
}

.back-button__icon {
  color: white !important;
}
.back-button__label {
  color: white !important;
}

.profile {

}

.profile-image {
  position: relative;
  width: 76px;
  height: 60px;
  padding-right: 10px;
  float: left;
}
.profile-image img {
  max-width: 100%;
  height: auto;;
}
.profile-rol {
  font-size: 12px;
}
:checked + .tabbar__button {
    color: #bc2130;
}

/* resume */
.notificaciones {
    display: block;
    width: 100%;
    position:absolute;
    top:0px;
    height:0px;
    padding:0px;
    overflow:hidden;
    background-color: #fff;
    color: #666;
    list-style: none;
    margin:0px;
    z-index:99;
}
.notificaciones li{
  padding:10px;
  border-top: solid thin #dedede;
}
.footer-notifications{
  background-color:#bc2130;
  color:#fff!important;
  font-size:12px;
  padding:3px!important;
  text-align:right;
}
.footer-notifications .button {
    padding: 0px;
    background-color: transparent;
    font-size: 12px;
    margin: 0px;
    line-height: initial;
}
.tickets-info {
  float: left;
  padding-right: 12px;
}

.info-box {
  position: relative;
  display: block;
  min-height: 56px;
  margin-bottom: 6px;
}
.info-box-icon {
  width: 56px;
  height: 56px;
  font-size: 32px;
  line-height: 56px;
}

.info-box-content {
    margin-left: 56px;
}

.info-go {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
}
.info-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.button--large--cta{
  margin-bottom: 6px !important;
}

.c-level1 {
  background-color: rgba(220,80,80,1);
  color: white;
}
.c-level1-viewed {
  /*background-color: rgba(220,80,80,.5);*/
  border-style: solid;
  border-color: rgba(220,80,80,1);
  border-width: thin;
  color: black;
}
.c-level1-viewed i {
  color: rgba(220,80,80,1);
}

.c-level2 {
  background-color: #337ab7;
}
.c-level3 {
  background-color: #f0ad4e;
}
.c-level4 {
  background-color: #5cb85c;
}

/* cards */

.card {
  position: relative;
}

.c-expired {
  position: relative;
  float: left;
  margin-right: 6px;
  background-color: yellow;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: rgba(220,80,80,1);
  text-align: center;
}

.c-expired i {
  line-height: 22px;
}

.c-shop {
  position: relative;
  float: left;
  padding-right: 6px;
}
.c-create {
  position: relative;
  float: left;
  padding-right: 6px;
}
.c-go {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
}
.c-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Alerts */

.alert-shop {
  position: relative;
  float: left;
  padding-right: 14px;
  font-size: 12px;
}
.alert-create {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
}
.alert-time {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
}
.alert-title {
  font-size: 16px;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}

.filter-shop {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 12px;
}
.filter-technical {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 12px;
}
.filter-time {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 12px;
}

.filters {
  padding: 6px;
  /*height: 30px;*/
  overflow: auto!important;
}

.filter-item {
  padding-bottom: 10px;
}

.alert-go {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
}
.alert-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.alert-detail {
  background-color: white;
  color: black;
  padding: 6px;
}

.progress {
  height: 3px;
}

.progress-bar {
  height: 100%;
  background-color: gray !important;
}
.progress-label {
  font-size: 12px;
}

.progress-description {
  font-size: 12px;
}

.viewed {
  font-size: 12px;
}

.info-box-icon {
    background: rgba(0, 0, 0, 0.4);
}

/* tickets */

.timeline {
  margin-left: 8px;
  margin-right: 8px;
}

.timeline-header {
  padding: 0px 0px 0px 0px !important;
  font-size: 12px;
}

.time {
  padding: 0px !important;
}

.timeline-body {
  padding: 4px 4px 4px 0px !important;
  font-size: 14px;
}

.button-circle {
  position: relative;
  background-color: #3c8dbc;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-right: 12px;
  float: left;
}
.button-circle i {
  font-size: 52;
}

.card {
  padding: 0px;
  display: block;
}

.card-header {
    padding: 6px;
    overflow: hidden;
}
.card-body {
    padding: 6px;
}


.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header-color1 {
  background-color: #c23321;
  color: white;
}
.header-color2 {
  background-color: #c23321;
  color: white;
}
.header-color3 {
  background-color: #c23321;
  color: white;
}
.header-color4 {
  background-color: #c23321;
  color: white;
}


.detail-title {
  font-size: 20px;
}

ons-list-item {
  height: 54px !important;
}
ons-fab {
  width: 50px !important;
  height: 50px !important;
}
.list-item--nodivider__right {
  padding: 0px !important;
}
.list-item--nodivider__center {
  padding: 0px !important;
}
.fab--material__icon {
  line-height: 50px;
}

.timeline > li > .timeline-item > .timeline-header {
    font-size: 14px;
    padding: 5px;
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
  left: 7px !important;
}
.timeline > li > .timeline-item {
  margin-left: 50px !important;
  margin-right: 8px !important;
  box-shadow: none!important;
}
.timeline:before {
    left: 20px;
}

.ticket-fab {
  margin-left: 10px;
}

.timeline img {
  width: 100px !important;
  height: 70px !important;
  margin: 4px;
}

.callout {
  position: relative;
  margin-bottom: 6px !important;
  padding-left: 12px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.callout h3 {
  margin: 4px 0 !important;
}

.callout p {
  margin-bottom: 4px !important;
}

.margin {
    margin: 10px;
    width: 60 !important;
    height: 30 !important;
}

button {
  background-color: #009688 !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .4) !important;
  color: white !important;
}

.callout-red-alert {
    border-color: yellow !important;
}

.callout-red-viewed {
    border-color: #c23321;
    border-radius: 3px;
    border-right: 1px solid #c23321;
    border-top: 1px solid #c23321;
    border-bottom: 1px solid #c23321;
}
.callout-red-disabled {
    border-color: #c23321;
    border-radius: 3px;
    border-right: 1px solid #c23321;
    border-top: 1px solid #c23321;
    border-bottom: 1px solid #c23321;
    color: gray;
}

.cont3 {
  position: relative;
  width: 33.3%;
  float: left;
}
.sep {
  clear: both;
}
.small-box > .inner {
  padding: 6px;
}
.small-box > .inner > p {
  margin-bottom: 2px;
}
.small-box > .inner > h3 {
  margin-bottom: 2px;
}
.small-box {
  margin-bottom: 4px;
}

#filter-modal {
  background-color: white;
}
.filter-applied {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 4px;
}
.resume-icon {
  width: 20px;
  color: white;
}

.test {
  border-style: solid;
  border-width: medium;
  border-color: black;
}
/*****************
 *** Custom CSS ***
 *****************/

ons-input[type=text] {
  width: 90%;
}

ons-button[modifier=large] {
  width: initial;
  margin: 10px;
}

ons-splitter-side[side="left"][animation="overlay"] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.highlight {
  background-color: lightyellow;
  color: rgba(255, 0, 0, 0.7);
}

.left-label {
  width: 30%;
  font-size: 16px;
  color: #666
}

div#loading {
    position:absolute;
    width:100%;
    height: 100%;
    padding-top: 40%;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    background-color:rgba(255,255,255,.9);
    z-index:1000000;
}
#msg-load{
  text-align:center;
}
#msg-load{
  text-align:center;
  font-size: 1.500em;
  color: #585555;
}
#good-send i{
  font-size: 7em;
  /* font-weight: normal; */
  color:#bc2130;
}
ons-progress-circular {
    width: 100px;
    height: 100px;
    /* color: #f00; */
}
.progress-circular__primary{
    stroke:#bc2130;
}
.mgtop{
  margin-top:15px!important;
}
img.attached {
    display: inline-block;
    max-width: 75px;
    padding: 3px;
}
.stars{
  margin:0px;
  padding:0px;
  list-style:none;
  text-align:center;
  width:100%;
}
.stars li{
  display:inline-block;
  font-size:2em;
  padding:5px;
}
.timeline > li > .fas {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timeline > li > .fas{
    left: 7px !important;
}
/********************
 *** Animation CSS ***
 ********************/

#tabbarPage .list {
  background-color: grey;
  overflow-x: hidden;
  margin-top: -1px;
  border-bottom: 1px solid #ccc;
}

#tabbarPage .list-item {
  min-height: 0;
  height: 44px;
  background-color: white;
  margin: 1px 0 -1px 0;
}

#tabbarPage .list-item--material {
  height: 56px;
}

.list-title {
  margin-top: 12px;
}

.hide-children * {
  overflow: hidden;
}

.animation-swipe-right {
  pointer-events: none;
  -webkit-animation: swipe-right .9s ease-in-out forwards;
          animation: swipe-right .9s ease-in-out forwards;
}

.animation-swipe-left {
  pointer-events: none;
  -webkit-animation: swipe-left .9s ease-in-out forwards;
          animation: swipe-left .9s ease-in-out forwards;
}

.animation-remove {
  pointer-events: none;
  -webkit-animation: remove .7s ease-in-out forwards;
          animation: remove .7s ease-in-out forwards;
}

@-webkit-keyframes swipe-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 0;
    opacity: 0.3;
  }
}

@keyframes swipe-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 0;
    opacity: 0.3;
  }
}

@-webkit-keyframes swipe-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 0;
    opacity: 0.3;
  }
}

@keyframes swipe-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 0;
    opacity: 0.3;
  }
}

@-webkit-keyframes remove {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    height: 0;
  }
}

@keyframes remove {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    height: 0;
  }
}