
:roots {
    --bs-dark-rgb: #e73743;
    --color-comite: #e73743;
}

.bg-redcomite {background-color:  #e73743;}


body {
    font-size: .875rem;
}

pre{
    font-size: .875rem;
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


/*
 * Sidebar
 */

 @media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

@media (max-width: 576px){
    .col-sm-10 {
       flex: 0 0 auto;
     /*   width: 50%;*/
    }
}


.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 50px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}


.sidebar-sticky {
    position: fixed;
    top: 0;
    height: calc(200vh - 10px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 700;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
  

}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Navbar
 */


.navbar {
    background-color: #e73743;
    box-shadow: inset -1px 0 0 #e73743;
} 
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #e73743;
    box-shadow: inset -1px 0 0 #e73743;
}

.navbar-title {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    color: #ffffff;
}

.navbar-image {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #ffffff;
    box-shadow: inset -1px 0 0 #ffff;
    
}
.img_back{
    width:100%;
    min-height:100px;}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.bg-dark_ccna {
    --bs-bg-opacity: 1;
    background-color: #e73743;
  }

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem
}

.card-header {
    margin-bottom: 0;
    border-bottom: 1px solid transparent
}

.card-footer,
.card-header {
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, .03)
}

.card-footer {
    border-top: 1px solid transparent
}

.card-heading {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em
}

.card-body {
    padding: 0
}

.card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px)
}

.card-profile .card-header {
    height: 9rem;
    background-position: 50%;
    background-size: cover
}

.card {
    border: none;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.card-header {
    position: relative;
    padding: 2rem;
    border-bottom: none;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    z-index: 2
}

.table-shadow {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    padding: 1rem!important;
    margin-bottom: 3rem!important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important;
    border-radius: .25rem!important;
}

.h1_comite, .h2_comite, .h3_comite, .h4_comite, .h5_comite, .h6_comite, h1_comite, h2_comite, h3_comite, h4_comite, h5_comite, h6_comite {
    color: #e73743!important;
}


img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 100%;
      
    /* Set up proportionate scaling */
    width: auto;
    height: auto;
      
    /* Set up positioning */
    /*position: fixed;*/
    top: 0;
    left: 0;
    opacity: 5%;
  }
  
  @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
      left: 50%;
      margin-left: -512px;   /* 50% */
    }
  }


  .bgccm {
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 50%;
    height: 50%;
    
  }
  .bgccm img {
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: 15%; 
    min-width: 10%;
    min-height: 10%;
    opacity: 5%;
  } 

.table-header-cell{
    text-align: center;
    color: black;
  }

  .k-grid-header{
    font-weight: 700;
  }


  .k-grid .k-grid-header .k-header{
    /*background-color: red;*/
   /* background-color:  #e73743;*/
   /* color : white;*/
    font-weight: 700;

  }


  pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family: var(--bs-body-font-family); 
    margin: 0px 0px;
    vertical-align: middle;
   }

   table.table-hor {
    /*border:  0px solid #E73743;*/
    border: 0px solid #000000;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
  }
  table.table-hor td, table.table-hor th {
    /*border: 1px solid #E73743;*/
    border: 1px solid #000000;
    padding: 3px 2px;
  }
  table.table-hor tr:nth-child(even) {
    background: #FFFFFF;
  }
  table.table-hor thead {
    background: #E73743;
  }
  table.table-hor thead a{
    background: #E73743;
  }
  table.table-hor thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: #E73743;
    text-align: center;
    /*border-left: 0px solid #E73743;*/
  }

 caption.caption_em{
    caption-side: top;
    border-collapse: collapse;
    font-size: 16px;
    color: #E73743;
    text-align: center;
    font-weight: bold;
      
 }




 caption.caption_hor{
  caption-side: top;
  border-collapse: collapse;
  font-size: 18px;
  color: #e73743!important;
  text-align: center;
  font-weight: bold;
    
}



  span.span_titulo{
    caption-side: top;
    border-collapse: collapse;
    font-size: 16px;
    color: #E73743;
    text-align: center;
    font-weight: bold;
    border-top: 0px;  
  }
  
  span.span_titulo_hor{
    caption-side: top;
    border-collapse: collapse;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    border-top: 0px;  
  }



  span.span_fuente {
    border-collapse: collapse;
    font-size: 10px;
    color: #6d6c6c;
    text-align: left;
    /*font-weight: bold;*/
    }

    table.table-vote  thead , th{
      font-size: 15px;
      /*font-weight: bold;*/
      font-weight: normal;
      color: #000;
      background: #ffffff;
      text-align: center;
      border-bottom: 2px solid #000;
    }
  
    table.table-vote caption{
      caption-side: top;
      border-collapse: collapse;
      font-size: 16px;
      color: #E73743;
      text-align: center;
      font-weight: bold;
      }  
  
    table.table-vote_bold  th {
      /*font-size: 15px;*/
      font-weight: bold;
      /*color: #000;
      background: #ffffff;
      text-align: center;
      border-bottom: 2px solid #000;*/
    }
  




table.table-hor caption{
      caption-side: top;
      border-collapse: collapse;
      font-size: 16px;
      color: #E73743;
      text-align: center;
      font-weight: bold;
      }
      
      
  table.table-hor tfoot {
    font-size: 14px;
   /* font-weight: bold;*/
    color: #000000;
    background: #BBCCDC;
    background: -moz-linear-gradient(top, #ccd9e5 0%, #c1d1df 66%, #BBCCDC 100%);
    background: -webkit-linear-gradient(top, #ccd9e5 0%, #c1d1df 66%, #BBCCDC 100%);
    background: linear-gradient(to bottom, #ccd9e5 0%, #c1d1df 66%, #BBCCDC 100%);
    /*border-top: 2px solid #E73743;*/
    border-top: 2px solid #000000;
  }
  table.table-hor tfoot th {
    font-size: 14px;
    background: #e9e9e9;
  }
  
  table.table-hor tfoot .links {
    text-align: right;
    
  }
  table.table-hor tfoot .links a{
    display: inline-block;
    background: #e9e9e9;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
  

  div.leyendas{
    font-size: 8px;
    color: #6d6c6c;
    text-align: left;
  }

  table.table-member-congress thead {
    background: #FFFFFF;
  }
  table.table-member-congress thead a{
    background: #000;
  }

  table.table-member-congress caption{
    caption-side: top;
    border-collapse: collapse;
    font-size: 16px;
    color: #E73743;
    text-align: center;
    font-weight: bold;
    }  


  table.table-member-congress {
    /*border:  0px solid #E73743;*/
  /*  border: 0px solid #000000;
    background-color: #FFFFFF;*/
    width: 100%;
    text-align: center;
  }
  
  table.table-member-congress td, table.table-hor th {
    /*border: 1px solid #E73743;*/
   /* border: 1px solid #000000;*/
    padding: 3px 2px;
  }
  
  table.table-member-congress tr:nth-child(even) {
    background: #FFFFFF;
  }



  table.table-member-congress  thead, th {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #ffffff;
    text-align: center;
    border-bottom: 2px solid #000;
  }

  

  table.table-member-congress tfoot .links a{
    display: inline-block;
    background: #e9e9e9;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }

  table.table-member-congress tfoot th {
    font-size: 14px;
    background: #e9e9e9;
  }
  

 table.table-member-congress tr.selection_row {
    background: #F3DBDB;
  }


  header {
    position: fixed;
    top: 0;
}




table.table-hor th.caption-table{
  caption-side: top;
  border-collapse: collapse;
  font-size: 16px;
  color: #E73743;
  text-align: center;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #000;
  }

table.table-hor th.col-b_negro{
      border-left: 1px solid #000;
      }    

table.table-hor th.col-blanco {
        border: 1px solid #ffffff;
  
        background: #ffffff;
  
      }
table.table-hor th.col-blanco-int {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
  
        background: #ffffff;
  
      }

table.table-hor th.col-blanco-esq {
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        background: #ffffff;
  
      }      



@media print {
  @page {
    size: Letter portrait;
    margin-top:5%;
    margin-bottom:5%;
    margin-left:5%;
    margin-right:5%; 
    margin: 5% !important;
    html{
       margin:0;
    }
    #container{
      position: absolute;
      /* margin: 5%; */
      height: 280mm;
      width: 100%;
      overflow: hidden;
    }

    /*@top-right-corner { 
      content: url(/images/cce_mbc.png); 
      border: solid green; 
    }
    
    @top-left-corner {
      content: "Page " counter(page);
    }
    @top-center {
       content: "@top-center"; color: #E73743; background: #ffffff 

    }*/

    /*@top-center {
      content: element(footerImage2);
    }*/
  
  }

  .footerImage {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    width:200px;
    min-height:50px;
    z-index: 1000;
  }

  /*#footerImage {
    position: running(footerImage);
  }*/
    

  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*font-size: .5em; */
    zoom: 70%;
/*     height: 70%;
    width: 70%;
 */
  }
  span.span_titulo_hor{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;

  }

  div.isVisible_empmex_invierten_edo_empleo{
   /* page-break-before: always;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
  }
 
  div.isVisible_empmex_invierten_cd{
    page-break-before: always;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
  }
  
  div.print_exporting_mexico, div.print_exporting_mexico_edo div.div_Empresa_cd div.div_Empresa_edo{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
  
  }

  
  div.isVisible_members_congress[data-seccion="Cita"]{
      display : none;
    
  }

  div.print_agro[data-seccion="Cita"]{
    display : none;
  }


  #div_Empresa_edo[data-estado="true"]{
      page-break-after: always;
  }
  
  div.isVisible_members_congress{
    page-break-before: always;
  }

  table.table-member-congress {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
  }

  #cuadro_leyendas{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;

  }
  #cuadro_declaraciones , #cuadro_cartas{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
  }
  #id-member-congress {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
 
  }

  div.isVisible_members_congress[data-estado="California"]{
    /* page-break-after: always;*/
     font-family:Arial, Helvetica, sans-serif;
     font-size:10px;
   
   }
 
   div.isVisible_members_congress[data-estado="Texas"]{
     /*page-break-after: always;*/
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
   
   }
   
  
  div.print_exporting_mexico, div.isVisible_exp_imp, div.print_agro { 
      page-break-before: always;
   }
  
  #foot-iqom{
    display : inline-block;;
  }

}



#foot-iqom {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #DFDFDF;
  -moz-box-shadow: 0 0 4px #DFDFDF;
  -webkit-box-shadow: 0 0 4px #DFDFDF;
}

#foot-iqom {
  bottom: 0;
  position: fixed;
  right: 50%;
  z-index: 10000;
  height: 80px;
  width: 120px;
  margin: 0px;
  padding: 0px;
  clear: both;
  text-align: center;
}

table.table-hor tr.foot_th {
  font-size: 14px;
  background: #e9e9e9;
  font-weight: bold;
}
