:root {
  --primary-color: #48579e;
 
   --original-color: #d8f1f1;
  --compatible-color: #6b7ac1;
  --keydiy-color: #78d8d8;

}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?glhlim');
  src:  url('../fonts/icomoon.eot?glhlim#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?glhlim') format('truetype'),
    url('../fonts/icomoon.woff?glhlim') format('woff'),
    url('../fonts/icomoon.svg?glhlim#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xkey:before {
  content: "\e900";
}
.icon-mando-2:before {
  content: "\e901";
}
.icon-mando:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e906";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-bell:before {
  content: "\e951";
}
.icon-save:before {
  content: "\e962";
}
.icon-user:before {
  content: "\e971";
}
.icon-search:before {
  content: "\e986";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-filter:before {
  content: "\ea5b";
}
.icon-mail2:before {
  content: "\ea84";
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.50);
}

body.registro, body.login, body.recuperacion-contrasenya {
    background-color: var(--primary-color);
}
body.recuperacion-contrasenya strong{
    color: var(--primary-color);
}
body.registro div.have-you, body.login div.have-you {
    color: #fff;
}
body.registro div.have-you a, body.login div.have-you a {
    color: yellow;
}
table.table-list td, .instrucciones {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
td img {
    height: 50px;
    margin: 0 auto;
    display: block;
}
ul#menu {
    border-top: 1px solid #fff;
    margin-top: 1rem;
    padding-top: .5rem;
}
ul#menu .item{
  padding: 0 2rem;
}
ul#menu .item a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all .5s;
}

ul#menu .item a:hover {
    color: #f1d501;
    text-decoration: none;
    transform: scale(1.1);
    display: inline-block;
    transition: all .5s;
}
.pull-right.user-info {
    margin-right: 2rem;
    padding: 0 1rem;
}
.header .cercle{
    border-radius: 50%;
    font-size: 2rem;
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: all 1s;
    color:var(--primary-color);
    padding: 0 1rem;
    margin:0 .5rem;
}
.pull-right.log-out i {
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 24px;
    color: var(--primary-color);
    transition: all 1s;
}
.log-out:hover i { 
    color: red;
    transition: all 1s;
}
.reportar:hover i { 
    color: orange;
    transition: all 1s;
}
img{
  max-width: 100%;
}
th{
	text-transform: uppercase;
	text-align: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
   align-items: center;
}

select.form-control {
    min-width: 25rem;
}
.flex-auto{
	flex: auto;
}
.flex.no-wrap{
  flex-wrap: nowrap;
}
img#logo {/* 200 x 300 */
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
}
.bg-default {
    background-color: #efefef;
    padding: 2rem 0;
}

figure.marca {
    border: 1px solid #010101;
    padding: 1rem;
    height: 200px;
    max-width: 285px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
}
.control{
  padding: 0 1rem;

}
span.vehiculo.dinamico {
    background-color: #fff;
}
span.vehiculo.dinamico:before {
    content: "[";
    display: inline-block;
    margin-right: .5rem;
}
span.vehiculo.dinamico:after {
    content: "]";
    display: inline-block;
    margin-left: .5rem;
}

.originales-container {
    border-top: 1px solid #010101;
    border-bottom: 2px solid #010101;
    padding-bottom: 3rem;
    opacity: 0;
    transition: all 1s;
}

.originales-container.muestra{
  opacity: 1;
  transition: all 1s;
}

.compatibles-container{
  padding: 2rem 0;
}
.flex.stretch {
    align-items: stretch;
}
.flex.start {
    justify-content: flex-start;
}
.flex.center {
    justify-content: center;
}
.line-2{
  line-height: 2;
}
.card {
    box-shadow: 0px 0px 4px #010101;
    padding: 3rem;
    width: 280px;
    background-color: #f9f9f9;
}
.card h5{  
  text-align: center;
  font-weight: 900;
  position: relative;
}

.card li a{
  display: block;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
}
.card figure {
    width: 215px;
    margin: 0 auto;
    border: 1px solid gray;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li{
  position: relative;
}

ul.lista-compatibles li:after {
    content: '-';
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: .5;
}


.card h5:after, ul.lista-compatibles li:last-child:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ff6a00;
    margin: 1.5rem 0px;
}

.card .instrucciones {
    padding: .5rem;
    background-color: #fff;
    border: 1px solid #b3afaf;
    border-radius: 4px;
    font-size: .95em;
    display: none;
}
.card .instrucciones.visible {
  display: inherit;
}

tr.periodo:hover {
    background: #eaeaea;
    box-shadow: 0px 0px 4px #3c763d;
}
tr.periodo.bg-success:hover {
    background: #dff0d8;
    box-shadow: 0px 0px 4px #3c763d;
}
a{
  cursor: pointer;
}

.logo-container {
    max-width: 250px;
    margin: auto auto 2rem auto;
    border: 1px solid #010101;
    padding: 1rem;
    background-color: #fff;
}

button.btn{
  position: relative;
}
button.btn.form-control i {
    position: absolute;
    left: 1rem;
    font-size: 1.5em;
    top: 4px;
}

.card a.programacion {
    line-height: 3;
    margin: 1rem 0;
    display: inline-block;
    border: 1px solid #010101;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 1rem;
    color: #010101;
}

.container-mando .item.mando {
    border: 1px solid gray;
    padding: 1rem;
    background-color: var(--original-color);
    margin: 1rem 1.5rem;
}
.container-mando .item.mando-original {
    background-color: var(--original-color);
}
.container-mando .item.mando-compatible {
    background-color: var(--compatible-color);
}
.container-mando .item.mando-keydiy {    
    background-color: var(--keydiy-color);
}
label[for=compatible]{
  display: inline-block;
  background-color: var(--compatible-color);
}
label[for=keydiy]{
  display: inline-block;
  background-color: var(--keydiy-color);
}


a.accion {
    display: inline-block;
    margin: 0 1rem;
    background-color: #fff;
    padding: .5rem .75rem;
    border: 1px solid gray;
}

header.header {
    background-color: var(--primary-color);
    padding: 1rem;
    line-height: 2;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid #000;
}

.check-form *{
  display: none;
}
.check-form .check{
  display: inherit;
}

.message-container {
    text-align: center;
    padding: 0 1.5rem;
}

/*

SPINNER
 */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C90000;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}


.spinner-fixed{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


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

.login-form .form-control , .sign-form form .login-form .form-control{
    box-shadow: none;
    border-color: #ddd;
  }

 .login-form .form-control:focus , .sign-form form .login-form .form-control:focus{
    border-color: var(--primary-color); 
  }
  .login-form {
    width: 350px;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 100%;
  }
  .sign-form {
    width: 768px;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 100%;
  }

    .login-form form , .sign-form form {
        color: #434343;
    border-radius: 1px;
      margin-bottom: 15px;
        background: #fff;
    border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
  }
  .login-form h4 , .sign-form h4 {
    text-align: center;
    font-size: 22px;
        margin-bottom: 20px;
  }
    .login-form .avatar , .sign-form .avatar {
        color: #fff;
    margin: 0 auto 30px;
        text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    background: var(--primary-color);
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
    .login-form .avatar i , .sign-form .avatar i {
        font-size: 62px;
    }
    .login-form .form-group , .sign-form .form-group {
        margin-bottom: 20px;
    }
  .login-form .form-control, .login-form .btn , .sign-form .form-control, .login-form .btn {
    min-height: 40px;
    border-radius: 2px; 
        transition: all 0.5s;
  }
  .login-form .close , .sign-form .close {
        position: absolute;
    top: 15px;
    right: 15px;
  }
  .login-form .btn , .sign-form .btn {
    background: var(--primary-color);
    border: none;
    line-height: normal;
  }
  .login-form .btn:hover, .login-form .btn:focus , .sign-form .btn:hover, .sign-form .btn:focus {
    background: var(--primary-color);
  }
    .login-form .checkbox-inline , .sign-form .checkbox-inline {
        float: left;
    }
    .login-form input[type="checkbox"] , .sign-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .forgot-link , .sign-form .forgot-link {
        float: right;
    }
    .login-form .small , .sign-form .small {
        font-size: 13px;
    }
    .login-form a , .sign-form a {
        color: var(--primary-color);
    }
    .login-form .icono i , .sign-form .icono i {    
        font-size: 5rem;
        color: var(--primary-color);
    }

.periodo[role=row]{
      cursor: pointer;
    }
td[role=cell] {
    text-align: center;
}

  @media
    only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table.table-list,table.table-list thead,table.table-list tbody,table.table-list th,table.table-list td,table.table-list tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.table-list thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    table.table-list tr {
      margin: 0 0 1rem 0;
    }
      
    table.table-list tr:nth-child(odd) {
      background: #ccc;
    }

    
    table.table-list td, .table.table-list > tbody > tr > td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      text-align: left;
    }
  
    table.table-list td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 8px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: 900;
    }

    /*
    Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    table.table-list td:nth-of-type(1):before { content: "DESDE"; }
    table.table-list td:nth-of-type(2):before { content: "HASTA"; }
    table.table-list td:nth-of-type(3):before { content: "ESPADÍN"; }
    table.table-list td:nth-of-type(4):before { content: "CRIPTOLOGÍA"; }
    table.table-list td:nth-of-type(5):before { content: "ID TRANSPONDER"; }
    /*td:nth-of-type(6):before { content: "Secret Alias"; }
    td:nth-of-type(7):before { content: "Date of Birth"; }
    td:nth-of-type(8):before { content: "Dream Vacation City"; }
    td:nth-of-type(9):before { content: "GPA"; }
    td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
  }

#programacion-modal .modal-body {   
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}