@charset "UTF-8";

/* Ajustes Ini */


.table-max-height {
    max-height: 313px;
  }
  
  .table-sm thead th,
  .table-sm tbody td {
    padding: 7px 8px !important;
    font-size: .8em;
  }
  
  .table-sm thead th {
    font-size: .9em;
  }
  
  .checkbox label::before {
    border-width: 1px;
  }
  .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: rgb(66, 133, 244);
    border-color: rgb(66, 133, 244);
  }
  
  .input-file {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    margin: 0;
    border: 1px solid #ced4da;
    background: transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .input-file:before {
    display: inline-block;
    height: 100%;
    padding: 8px 10px 0;
    content: 'Seleccionar Archivo';
    background: #4285f4;
    font-size: .81rem;
    color: #FFF;
    text-transform: uppercase;
  }
  .input-file input {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .input-file span {
    display: inline-block;
    padding: 8px 10px;
    font-size: .81rem;
  }

.canal.title-canal{
    color: #fff;
}

.canal.title-canal.title-CANAL_4{
    background-color: red;
}

.canal.title-canal.title-CANAL_10{
    background-color: blue;
}

.canal.title-canal.title-CANAL_12{
    background-color: green;
}

#DataTables_Table_0_info, #DataTables_Table_1_info, #DataTables_Table_0_filter, #DataTables_Table_1_filter{
    display: none;
}


  .content-page .content-login {
    margin: 0 auto;
    padding: 2.25rem;
    background: url("../images/bg-login.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    max-width: 451px; }
    .content-page .content-login h1 {
      text-align: center;
      color: #6c757d;
      font-size: 24px; }
    .content-page .content-login input.form-control {
      background-color: white;
      border: 1px solid #ced4da;
      color: #6c757d; }
    .content-page .content-login .form-check-label, .content-page .content-login .asteriskField, .content-page .content-login .col-form-label {
      color: #6c757d; }
    .content-page .content-login .secondaryAction {
      color: #6658dd; }
    .content-page .content-login button.btn-primary {
      display: block;
      width: 100%;
      margin-top: 20px; }

    
      .configuration .content-page table, .configuration .content-page tr, .configuration .content-page t {
        display: block;
        width: 100%; }
      
      .configuration .content-page td {
        display: inline-block; }
      
      .configuration .content-page .table-col-2 td {
        width: 49%; }
        @media (max-width: 600px) {
          .configuration .content-page .table-col-2 td {
            width: 100%;
            text-align: center; } }
        .configuration .content-page .table-col-2 td .form-group {
          text-align: center;
          position: relative; }
      
      .configuration .content-page .table-col-4 td {
        width: 24%; }
        @media (max-width: 600px) {
          .configuration .content-page .table-col-4 td {
            width: 49%;
            text-align: center; } }
        .configuration .content-page .table-col-4 td .form-group {
          text-align: center; }
        .configuration .content-page .table-col-4 td input.form-control[type="color"] {
          margin: 0 auto; }
      
      .configuration input[type="file"] {
        max-width: 200px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: 1; }
      
      .configuration label[for="mi-archivo"] {
        margin: 0 auto;
        padding: 5px 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        background-color: #106BA0;
        display: block;
        transition: all .5s;
        cursor: pointer;
        text-transform: uppercase;
        width: fit-content;
        text-align: center;
        max-width: 200px; }
      
      .configuration input[type="file"] + label {
        cursor: pointer;
        /* "hand" cursor */ }

        /*css INPIT FILE*/
.InputFileWrapper {
  position: relative;
  height: 110px; }
 
 .InputFile {
  padding: 50px 0px;
  border: 1px dashed #333;
  background-color: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
  color: #333;
  width: 100%;
  position: absolute;
  text-align: center; }
  .InputFile__badge {
    position: relative;
    top: -1px;
    left: 5px;
    background-color: #333;
    font-weight: 600;
    font-size: 10px;
    margin-top: 1px;
    display: inline-block;
    /* min-width: 10px; */
    width: 15px;
    height: 15px;
    padding-top: 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50%; }
 
 #id_file_to_upload {
  position: absolute;
  /* background: red; */
  padding: 50px 0px;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }
 
 .buttonHolder__right {
  text-align: right; }

  .buttonSearch {
    margin-top: 20px;
    border: 1px solid #4285f4;
    display: inline-block;
    padding: 7px 10px;
    font-weight: 500;
    color: #4285f4 !important;
    border-radius: 5px; }
      
    .configuration table, .configuration tr, .configuration tbody {
      display: block;
      width: 100%; }
     
     .configuration td {
      display: inline-block; }
     
     .configuration .table-col-2 tr {
      display: inline-block;
      width: 49%; }
     
     .configuration .table-col-2 td {
      width: 49%; }
      @media (max-width: 600px) {
        .configuration .table-col-2 td {
          width: 100%;
          text-align: center; } }
      .configuration .table-col-2 td .form-group {
        text-align: center;
        position: relative; }
     
     .configuration .table-col-4 td {
      width: 24%; }
      @media (max-width: 600px) {
        .configuration .table-col-4 td {
          width: 49%;
          text-align: center; } }
      .configuration .table-col-4 td .form-group {
        text-align: center; }
      .configuration .table-col-4 td input.form-control[type="color"] {
        margin: 0 auto; }
     
     .configuration input[type="file"] {
      max-width: 200px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: 1; }
     
     .configuration label[for="mi-archivo"] {
      margin: 0 auto;
      padding: 5px 20px;
      border-radius: 10px;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      background-color: #106BA0;
      display: block;
      transition: all .5s;
      cursor: pointer;
      text-transform: uppercase;
      width: fit-content;
      text-align: center;
      max-width: 200px; }
     
     .configuration input[type="file"] + label {
      cursor: pointer; }

      .TableSmall {
        max-width: 360px;
        margin-left: 0 !important; }

        .carousel-control-prev, .carousel-control-next{
          width: 4%;
          background-color: #333;
        }

        .textWhite{
          color: white!important;
          font-weight: bold;
        }

        .textDetail{
          font-weight: bold;
        }

        .SearchContent {
          margin-top: -30px;
          margin-bottom: 15px;
      }

      .MainTable {
        margin-top: -30px;
    }

    .AltoTabla {
      max-height: 500px !important;
  }