/*
    DEMO STYLE
*/
/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
/*@font-face{
    font-family: Orbitron;
    /*src: url("http://localhost/webexipar/web-app/fonts/orbitron-medium.otf");
    src: url("https://www.exipar.com/clientes/web-app/fonts/orbitron-medium.otf");
}

@font-face{
    font-family: Orbitron-light;
    /*src: url("http://localhost/webexipar/web-app/fonts/orbitron-light.otf");
    src: url("https://www.exipar.com/clientes/web-app/fonts/orbitron-light.otf");
}
*/


body {
    /*font-family: 'Poppins', sans-serif;*/
    background: #fafafa;
    /*background: rgb(159,162,217);*/

}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a.normal-link{
    color: blue;
    text-decoration: none;
}

a.normal-link:hover{
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

.center-login{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -175px;
    width: 350px;
    height: 350px;
}

.center-login-img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -480px;
    margin-left: -400px;
    width: 800px;
    height: 800px;
}


.btn-login{
    background:rgb(96,73,122);
    border-color: rgb(96,73,122);
}


.navbar {
    font-family: 'Orbitron', sans-serif, Arial;
    letter-spacing: 0px;
    /*padding: 15px 10px;*/
    color: #ffffff;
    /*background: #023463;*/
    background: rgba(96,73,122,1);
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-text {
    /*font-family: 'Orbitron', sans-serif, Arial;*/
    color: #FFF;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    margin-top: 19px;
}

.navbar-header .navbar-center {
    /*position: absolute;*/
    /*left: 50%;*/
    transform: translatex(100%);
}


.nav-shopping-cart{
    padding-right: 40px;
    font-size: 14px;
}

.nav-shopping-cart > a:hover,
.nav-shopping-cart > a:focus,
.nav-shopping-cart > a > .activa:hover,
.nav-shopping-cart > a > .activa:focus {
    color: #8e7cb7;
    border-color: #8e7cb7;
}

.nav-shopping-cart-space{
    padding-right: 230px;
}

.nav-shopping-cart .menu-item{
    border-top: 5px solid transparent;
}

.nav-shopping-cart .menu-item-active{
    color: #8e7cb7;
    border-top: 5px solid;
    border-color: #8e7cb7;
}

.menu-item > a,
.menu-item .active > a{
    color: #ffffff;
}

.menu-item:hover,
.menu-item:focus,
.menu-item > .activa:hover,
.menu-item > .activa:focus {
    border-top: 5px solid;
    border-color: #8e7cb7;
}

.menu-item > .item{
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-item-active > .item{
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav-shopping-cart-btn{    
    padding-top:18px;
    padding-bottom:4px;
    padding-right: 10px;
    font-size: 14px;
}

.nav-shopping-cart-btn > a:hover,
.nav-shopping-cart-btn > a:focus,
.nav-shopping-cart-btn > a > .active:hover,
.nav-shopping-cart-btn > a > .active:focus {
    color: #8e7cb7;
    border-color: #8e7cb7;
}

.menu-item-shopping-btn > a{
    font-size: 14px;
}

.nopadding-left{
    padding-left: 0px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/*.text-right { 
    text-align: right; 
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    font-family: 'Orbitron-light', sans-serif, Arial;
    font-weight: 200;
    padding-top: 30px;
    min-width: 250px;
    max-width: 250px;
	display:block;
	position: fixed;
	height: 100%;
    /*background: #023463;*/
    background: rgba(96,73,122,1);
    color: #fff;
    transition: all 0.3s;
	overflow-y: auto;
    z-index: 100;
	
}

#sidebar.active {
    padding-top: 30px;
    min-width: 95px;
    max-width: 95px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding-left: 20px;
    padding-top: 20px;
    /*background: #023463;*/
    background: rgba(96,73,122,1);
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #023463;*/
    border-bottom: rgba(96,73,122,1);
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    /*color: #023463;*/
    /*color: rgba(96,73,122,1);*/
    color: #fff;
    background: #000;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    /*background: #023463;*/
    background: rgba(96,73,122,1);
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #023463;*/
    background: rgba(96,73,122,1);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*padding: 20px;*/
    padding-top: 35px;
	padding-left: 250px;
    /*min-height: 100%;*/
    width: 100%;
    transition: all 0.3s;
}

#content.active{
    /*padding: 20px;*/
    padding-top: 35px;
	padding-left: 95px;
    /*min-height: 100%;*/
    width: 100%;
    transition: all 0.3s;
}

.text-small{
    font-size: 0.8em;
}

#sidebarCollapse{
    background-color: #000;
}

#filterNav{
    background-color: #000;
}

.exp-table-header{
    text-align: center;
    background: #000;
}

.exp-table-header > .white-font-h{
    color: #ddd;
    font-size: 1.8em;
    padding: 0; 
    font-weight: bold;
    /*transform:scale(5,1); /* W3C */
    /*letter-spacing: 1em;*/
}

.white-font{
    color: #ddd;
    font-size: 1.8em;
    padding: 0; 
    font-weight: bold;
    /*transform:scale(5,1); /* W3C */
    letter-spacing: 1em;
}


.vertical-column{
    float: left;
    width: 0;
}


.vertical-text{
    background: #000;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode:tb-rl;
    text-orientation: upright;
    float: left;
    text-align: center;
}

.vertical-text-h-b{
    writing-mode: sideways-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode:tb-rl;
    text-orientation: unset;
    /*float: left;
    text-align: center;*/
    padding: 1px 2px;
    color: #000;
}

.vertical-text-h-b:hover{
    color: #fafafa;
}

.vertical-text-h-w{
    writing-mode: sideways-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode:tb-rl;
    text-orientation: unset;
    /*float: left;
    text-align: center;*/
    padding: 1px 2px;
    color: #fafafa;
}

.border-bottom-list{
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    padding-bottom: 2px;    
}

.product-group img{
    width: 90%; 
    max-width: 600px;
}

.product-group:hover img{
    opacity: 1;
    transform: scale(1.05, 1.05);
}

.product-group:hover .label-item{
    opacity: 1;
    transform: scale(1.4, 1.4);
}

.white-font-cell{
    color: #fafafa;
}

/* ---------------------------------------------------
    TABLE STYLE
----------------------------------------------------- */
.tablepress-small th,td{
    font-size: 0.8em;
}

.tablepress-large th,td{
    font-size: 1.0em;
}

.table.table-borderless tr,
.table.table-borderless td {
    border-width: 0;
}

.fix-size-h{
  width: 65px;
}

.fix-size-h-l{
  width: 36px;
}

.fix-size{
  padding: 3px; 
  width: 65px;
}

.fix-size-l{
  padding: 3px; 
  width: 35px;
}

.table-nomax {
  /*width: 100%;*/
  max-width: 100%;
  /*margin-bottom: 20px;*/
}

.fixedElement {
    background-color: #c0c0c0;
    position:fixed;
    top:65px;
    padding-left: 0;
    width:100%;
    z-index:100;
}

.fixed_headers {
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_headers thead tr {
  display: block;
  position: relative;
}
  
.fixed_headers tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    /*width: 100%;*/
    /*max-height: 576px;*/
}

.label-largo{
    height:656px;
}
 
.old_ie_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.old_ie_wrapper tbody { height: auto; }

.fixed_headers .headcol {
    position: relative;
}


/*.tablepress-small tbody td{
    font-size: 0.7em;
}*/

/* ---------------------------------------------------
    FORM STYLE
----------------------------------------------------- */
.exp-select { 
    border: 1px; 
    border-color: #aaa;
    border-width: 1px;
    overflow: hidden;
    background: #1a1a1a;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    /*-webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;*/
    padding: 1px;
} 

.exp-select-p { 
    border: 1px; 
    border-color: #aaa;
    border-width: 1px;
    overflow: hidden;
    background: #8d90c7;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    /*-webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;*/
    padding: 1px;
} 

.select-bckg { 
    background: #666;
}

.black-bckg { 
    background: #000;
} 

.black-bckg .col-md-10 { 
    padding-left: 1px;
} 

.purple-bckg { 
    background: rgb(159,162,217);
}

.purple-black-bckg { 
    background: rgba(96,73,122,1);
}

.purple-bckg .col-md-10 { 
    padding-left: 1px;
} 

.purple-font { 
    color: rgb(159,162,217);
}

.white-bckg { 
    background: #fafafa;
} 

.gray-bckg { 
    background: #A7A7A7;
}

option.avatar {
      /*background-repeat: no-repeat !important;*/
      padding-left: 20px;
    }
    .avatar .ui-icon {
      background-position: left top;
    }

.fix-size-menu{
    width: 100%;
}

/* ---------------------------------------------------
    SCREENS
----------------------------------------------------- */

#block-screen {
    background: none repeat scroll 0 0 #f1f1f1;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.65;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
}

.block-element {
    background: none repeat scroll 0 0 #f1f1f1;
    opacity: 0.41;
}

.block-element-2 {
    opacity: 0.31;
}

.center-row {
    display: table-cell;
    vertical-align: middle;
}

#module-name{
        display: none;
    }

.show-into-small{
    display: none;
}

.img-small{
    max-width: 14px;
}

.img-med{
    max-width: 14px;
}

.img-large{
    max-width: 14px;
}

.btn.active-pkg {
  background-color: #337ab7 ;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.active-pkg img {
  filter: invert(90%);
}

/* ---------------------------------------------------
    Product table
----------------------------------------------------- */
.shopping-cart{
    width: 1620px;
}

.shopping-cart .product-name{
    font-size: 0.9em;
    font-weight: bold;
    color: #04278F !important;
}

.shopping-cart .product-detail{
    font-size: 0.8em;
}

.shopping-cart .product-price{
    font-size: 1em;
    
    color: #C12704 !important;
}

.shopping-cart .product-label{
    font-size: 1.1em;
    font-weight: bold;
}

.shopping-cart .form-group {
    margin-bottom: 0px;
}

.shopping-cart .input-sm {
  height: 22px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.striped-div{
    background-color: rgb(234,234,234); /*#e5e5e5;*/
}

.striped-div-w{
    background-color: #fafafa; /*#e5e5e5;*/
}

.modal .modal-large{
  width: 40%;
}

/* ---------------------------------------------------
    Load Iframe
----------------------------------------------------- */
 .holds-the-iframe {
    background:url(../img/loader.gif) center center no-repeat;
 }

.table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow: auto;
    /*overflow-y: hidden;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
  }

.table-responsive > .table {
    margin-bottom: 0;
}


.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}


.back-img-mob{
    position: absolute;
    display: block;
    width: 88%;
    height: 95%;
    z-index: -99;
    background-size: 120%; 
    background-position-x: -35%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.back-img-mob-list{
    position: fixed;    
    width: 88%;
    height: 95%;
    z-index: -99;
    background-size: 120%; 
    background-position-y: 50%;
    background-attachment: fixed;
    opacity: 0.4;
}

/* ---------------------------------------------------
    Alerts
----------------------------------------------------- */
.alert-small{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.alert-center{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}





/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1380px) {
    .shopping-cart{width: 100%;}
    
    .nav-shopping-cart{
        padding-right: 20px;
        font-size: 14px;
    }
    
    .nav-shopping-cart-space{
        padding-right: 120px;
    }

    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 360px;*/
    }

    .label-largo{
        height:440px;
    }
    
}
@media (max-width: 1200px) {
    .shopping-cart{width: 100%;}

    #sidebar {
        padding-top: 30px;
        min-width: 95px;
        max-width: 95px;
        text-align: center;
        margin-left: -90px !important ;
    }

     .nav-shopping-cart{
        padding-right: 15px;
        font-size: 14px;
    }
    
    .nav-shopping-cart-space{
        padding-right: 100px;
    }

    /*#module-name{
        display: block;
    }*/

    /*.hidden-into-small{
        display: none;
    }

    .show-into-small{
        display: block;
    }*/

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    
    #content{
        padding: 0;
        padding-top: 35px;
    }
    #content.active{
        padding-left: 95px;
        padding-top: 35px;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }

    .col-md-4-no-responsive{
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
      }

    .modal .modal-large{
        width: 95%;
    }

/*.ui-menu-item {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
  }

.ui-state-active, .ui-state-hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}*/

}

@media (max-width: 990px) {
    .shopping-cart{width: 100%;}


    .nav-shopping-cart{
        padding-right: 8px;
        font-size: 14px;
    }
    
    .nav-shopping-cart-space{
        padding-right: 50px;
    }
    
    #module-name{
        display: block;
    }

    .hidden-into-small{
        display: none;
    }

    .show-into-small{
        display: block;
    }
}

@media (max-width: 890px) {
    .nav-shopping-cart{
        display: none;
    }
    
    .nav-shopping-cart-space{
        padding-right: 5px;
    }

}


@media (max-height:2159px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1330px;*/
    }

    .label-largo{
        height:1410px;
    }

}

@media (max-height:1919px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1330px;*/
    }

    .label-largo{
        height:1410px;
    }

}

@media (max-height:1799px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1330px;*/
    }

    .label-largo{
        height:1410px;
    }

}

@media (max-height:1599px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1330px;*/
    }

    .label-largo{
        height:1410px;
    }

}

@media (max-height:1439px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1227px;*/
    }

    .label-largo{
        height:1307px;
    }

}

@media (max-height:1366px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 1102px;*/
    }

    .label-largo{
        height:1182px;
    }

}


@media (max-height:1199px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 935px;*/
    }

    .label-largo{
        height:1015px;
    }

}

@media (max-height:1079px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 815px;*/
    }

    .label-largo{
        height:895px;
    }
}

@media (max-height:1024px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 700px;*/
    }

    .label-largo{
        height:840px;
    }
}

@media (max-height:950px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 686px;*/
    }

    .label-largo{
        height:766px;
    }
}

@media (max-height:899px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 635px;*/
    }

    .label-largo{
        height:715px;
    }
}

@media (max-height:812px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 548px;*/
    }

    .label-largo{
        height:628px;
    }
}

@media (max-height:799px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 535px;*/
    }

    .label-largo{
        height:615px;
    }
}

@media (max-height:767px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 503px;*/
    }

    .label-largo{
        height:583px;
    }
}

@media (max-height:736px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 524px;*/
    }

    .label-largo{
        height:604px;
    }
}

@media (max-height:667px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 403px;*/
    }

    .label-largo{
        height:483px;
    }
}

@media (max-height:640px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 376px;*/
    }

    .label-largo{
        height:456px;
    }
}

@media (max-height:568px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 304px;*/
    }

    .label-largo{
        height:384px;
    }
}

@media (max-height:414px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 150px;*/
    }

    .label-largo{
        height:230px;
    }
}

@media (max-height:375px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 125px;*/
    }

    .label-largo{
        height:205px;
        font-size: 1.6em;
        width: 46px;
    }
}

@media (max-height:320px )
{
    .fixed_headers tbody {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /*width: 100%;*/
        /*max-height: 75px;*/
    }

    .label-largo{
        height:155px;
        font-size: 1.1em;
        width: 46px;
    }
}



.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  height: 95px;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      /*padding-left: 8px;
      padding-right: 20px;*/
      /*overflow: hidden;*/
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  /*padding: 6px;*/
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  /*background-color: #fff;*/
  background-color:rgb(159,162,217);
  /*border: 1px solid #8d90c7;*/
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  height: 98px;
  /*max-height: 50px;
  /*margin-top: -7px;*/
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25%; 
display: none;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }




@media (max-height:2159px )
{

    
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1919px )
{


    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1799px )
{


    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1599px )
{


    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1439px )
{


    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1366px )
{

    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}


@media (max-height:1199px )
{

    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }

}

@media (max-height:1079px )
{

    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:1024px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:950px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:899px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 750px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:812px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 682px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:799px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 669px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:767px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 546px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:736px )
{
 
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 606px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:667px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 537px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:640px )
{
    
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 510px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:568px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 456px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:414px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 284px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:375px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 245px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media (max-height:320px )
{
    .select2-container--default .select2-results > .select2-results__options {
      /*max-height: 200px;*/
      max-height: 89vh;
      overflow-y: auto; }
}

@media only screen and (min-device-width : 360px) and (max-device-width : 740px) 
{
    .shopping-cart{width: 100%;}

    .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  height: 44px;
  position: relative;
  vertical-align: middle; }

    .center-login-img{
        position: absolute;
        top: 9%;
        left: 50%;
        margin-top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
    }

    .btn-login{
        background:rgb(159,162,217);
        border-color: rgb(159,162,217);
    }
}

@media only screen and (min-device-width : 360px) and (max-device-width : 740px) and (orientation: landscape)
{
    .shopping-cart{width: 100%;}

    .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  height: 45px;
  position: relative;
  vertical-align: middle; }

    .center-login{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -150px;
        margin-left: -200px;
        width: 400px;
        height: 200px;
    }

    .center-login-img{
        display: none;
        position: absolute;
        top: 20%;
        left: 9%;
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
    }

    legend{
        margin-bottom: 5px;
    }

    .btn-login{
        background:rgb(159,162,217);
        border-color: rgb(159,162,217);
    }
}
