
@font-face {
    font-family: 'Batang'; /*a name to be used later*/
    src: url('../fonts/Batang.ttf'); /*URL to font*/
  }
  
  @font-face {
    font-family: 'OpenSans-Light'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Light.ttf'); /*URL to font*/
  }
  
  
  @font-face {
    font-family: 'Philosopher-Regular'; /*a name to be used later*/
    src: url('../fonts/Philosopher-Regular.ttf'); /*URL to font*/
  }
  
  @font-face {
    font-family: 'Averta-Cyrillic-Regular'; /*a name to be used later*/
    src: url('../fonts/AvertaCyrillicRegular.otf'); /*URL to font*/
  }
  
  @font-face {
    font-family: 'Averta-Cyrillic-ExtraBold'; /*a name to be used later*/
    src: url('../fonts/Averta Cyrillic ExtraBold.otf'); /*URL to font*/
  }
  
  @font-face {
    font-family: 'Averta-Cyrillic-RegularItalic'; /*a name to be used later*/
    src: url('../fonts/Averta Cyrillic Regular Italic.otf'); /*URL to font*/
  }
  

body {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'OpenSans-Light';
    color: #444444;
    padding-top: 50px;
    font-family: Averta-Cyrillic-Regular;
}
.navbar-fixed {  
    display: none;
}

#frm-estado-order{
    display: none !important;
}
#slide-out{
    display: none !important;
}
.contenedor a {
    display: none;
}
.contenedor tr {
    line-height: 3px;
}
.page-footer,.header{
    display: none;
}
.logo-user, .menu, #menu, .modal-newsletter{
    display: none;
}
.codebar-cont {
    position: relative;
}
.codebar-cont>div{
    top: -100px;
}
.btn-regresar{
    display:none;
}


table, th, td {
    border: none;
  }
  
  table {
    width: 100%;
    display: table;
  }
  
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
  }
  
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  
  table.striped > tbody > tr > td {
    border-radius: 0;
  }
  
  table.highlight > tbody > tr {
    transition: background-color .25s ease;
  }
  
  table.highlight > tbody > tr:hover {
    background-color: #f2f2f2;
  }
  
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center;
  }
  
  thead {
    border-bottom: 1px solid #d0d0d0;
  }
  
  td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    
    padding: 0;
    margin: 0;
    line-height: 23px;
}
  
.tb-orden2{
    border: #eee solid 3px;
    padding: 0;
    margin: 0;
    line-height: 23px;
}
.h-mov,.hide-on-large-only{
    display: none;
}
.logo-print{
  display: block !important;
  position: absolute;
  top: -37px;
  left: -7px;
}
.forprint{
  display: block;
  width: 100%;
}
@media(max-width:780px){
  .contenedor tr {
    line-height: inherit !important;
  }
}