.test-ribbon {
    width: 300px;
    top: 44px;
    left: -75px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9999;
    position: fixed;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background: rgba(255,0,0,.6);
    pointer-events: none;
}

form {
    width: calc(100% - 16px);
}

#frmsearch{
    width: 100% !important;
}

#frmsearch > .mdl-card {
    width: 100%;
}

.siic-card__full-width {
    width: calc(100% - 16px);
}

.siic-card__full-width--nopadding {
    width: 100%;
}

.enter{
  color:red;
  font-weight: bold;
  float: right !important;
  position: relative !important;
  display: none;
  text-align: right;
  width: 100%;
  top: 13px;
  font-size: 12px;
  animation-name: updown;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.siic-card__supporting-text {
    padding: 8px 16px;
}

.siic-header {
    position: relative;
    background-image: url(../images/header-bg.jpg);
}

.siic-header .mdl-layout__header-row {
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.siic-logo-row {
    min-height: 200px;
}

.is-compact .siic-logo-row {
    min-height: auto;
}

.siic-logo {
    background: url(../images/logo.png) 50% no-repeat;
    background-size: cover;
    height: 150px;
    width: 250px;
    margin: auto auto 10px;
}

.is-compact .siic-logo {
    height: 50px;
    width: 80px;
    margin-top: 7px;
}

.siic-list {
    height: 150px;
    width: calc(100% - 16px);
    /*overflow: scroll;*/
}

.siic-list__item {
    cursor: pointer;
    min-height: 32px;
    padding: 4px 16px;
}

.siic-invisible{
    display: none;
}

/*Modificaciones MDL*/
.mdl-card__supporting-text {
    width: calc(100% - 32px);
}

.mdl-layout__title {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.mdl-tabs__panel.is-active {
    display: flex !important;
}

.is-compact .mdl-layout__title span {
    display: none;
}

#reports-container {
    overflow: overlay;
}
.select_p{
  font-weight: bold;
  padding: 5px 10px;
  color: #875a7b;
  border-block-color: #875a7b;
}
@keyframes updown {
  from {top: 13px;}
  to {top: 8px;}
}
.show{
  display: block !important;
}
.hidden{
  display: none !important;
}

.red{
  background-color: red !important;
}
