.sec{
    margin-top: 3%;
    margin-left: 2%;
    width: 92%;
    overflow: hidden;
}
.sidebar-nav .badge{
  display: initial !important;
}
.vertical{
  position: relative !important;
  background-color: #9E9E9E !important;
  border-radius: 0px !important;
}
.vertical li a, .vertical li a{
  border-bottom:0px !important;
}

.btn-exportar{
    margin-bottom: -40px;
    float: right;
}
.btn-exportar .btn{
  z-index: 9999;
}
.color1{
  background-color: #fff !important;
}
.color2{
  background-color: #ececec !important;
}
.color1 .sorting_1{
  background-color: transparent !important;
}
.color2 .sorting_1{
  background-color: transparent !important;
}

.tb{
	background-color: #556080;
    padding: 5px;
    border: solid 1px #eaeaea;
    font-size: 0.8em;
    color: azure;
    min-height: 27px;
        font-weight: bold;

}
.tbs{
    background-color: #eaeaea;
    padding: 5px;
    border: solid 1px #eaeaea;
    font-size: 0.7em;
    min-height: 20px;
    font-weight: bold;
}
.ocultar{
  visibility: hidden !important;
}

.form-control, .form-group .form-control{
  font-size: 1.2em;
}
.top-15{
  margin-top: -15px;
}
.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}

.modal-content .modal-footer{
      border-top: none;
    padding: 20px;
    margin-top: 10px;    
}
.txt5{
  font-size: 0.8em;
}

.negrita{
   font-weight: bold;
}
.navbar-header, .navbar-toggle{
  z-index:  9999;
}

.form-group label.control-label{
  font-size: 0.8em !important;
}
/*.fright{
    float: right !important;    
    background-color: transparent;
    padding: 15px;    
    z-index:  10;
    position: absolute;
    right: 0;
    top: 0px;
    color: #000 !important;
    height: 50px;
    width: 100%;
}*/
.opcionesmenu{
  background-color: #fff;
}
.fixtop20 {
  margin-top: -23px;
  color: #fff;
  float: right !important;
  width: 50%;
}

.modal-content .modal-body {
    padding-top: 15px;
    padding-right: 24px;
    padding-bottom: 5px;
    padding-left: 24px;
}

.btn, .input-group-btn .btn{
	    margin: 6px 1px;
}

.colortot{
  background-color: #dff6ff !important;
  font-weight: bold;
}
.colortotal{
    background-color: #005a8e !important;
    color: #fff;
    font-weight: bold;
}

.neto{
  /*background-color: #fff;*/
      /*font-weight: bold;*/
      cursor: auto !important;
}
#total, #totalLista, #totalDto{
  cursor: auto !important;
  padding-top: 16px;
    margin-top: -18px;
}
.totaltxt{
    color: #fff;
    /* margin-top: 22px; */
    top: 14px;
    position: relative;
    margin-left: 15px;
    float: left;
    width: 40%;
}
.form-group .is-empty{
  padding: 0px;
  margin: 0px;
}
.fixmenuabajo{
  margin-top: -14px;
}
body .container .jumbotron, body .container .well, body .container-fluid .jumbotron, body .container-fluid .well{
  padding: 14px !important;
}
/*Estilo del buscador*/

/*table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
  border: solid 1px #d6d6d6;
}*/
.panel-title{
  font-weight: bold;
}
.panel{
  -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3),0 1px 12px 0 rgba(0,0,0,0.2);
}
.search-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 86px;
    left: 75%;
    margin-bottom: 10%;
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    width:70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width:450px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 50px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width:70px;
    height:70px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height:50px;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #974BE0;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #974BE0;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:24px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FFF;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}

.fixlogo{
    max-width: 180px;
    
}

.fixcalendar{
    max-width: 36px;
    float: left;
    margin-top: -5px;
}

/*.jumbotron p{
    font-size: 1.2em;
    margin-bottom: 5px;
}*/

/*colores de fondo*/
.fondoCeleste{
    background-color: #2196f3 !important;
}
.fixpadd0{
    padding: 0px !important;
    background-color: #2196f3;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.19);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.19);
}
.fixm0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.w100{
    width: 100% !important;
}
ol, ul {
    display: inline-block;
}
.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

.navbar{
  margin-bottom: 4px !important;
}
.navbar-nav{
    float: none; 
    margin: 0;
    /* width: 100%; */
/*    margin-left: -62px;
    margin-bottom: -3px;*/
}
.navbar .nav>li>a{
    /* height: 40px !important; */
    /* padding: 10px !important; */
    margin-top: 20px !important;
    /* border-top-left-radius: 6px !important; */
    /* border-top-right-radius: 6px !important; */
    border-radius: 2px;
}

a#completar {
    margin-top: 8px;
    font-weight: bold;
    font-size: 0.75em !important;
}

.modal-body .form-group {
    padding-bottom: 7px;
    margin: 5px 0 0 0;
}
.modal-content .modal-header{
        border-bottom: none;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
    background-color: #556080;
    color: aliceblue;
}
.modal-title {
    padding: 10px;
    margin-left: -25px;
}
.form-group {
    padding-bottom: 4px !important;
    margin: 18px 0 0 0 !important;
}
.close {
    float: right;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .6;
}
.close:hover {
    float: right;
    font-size: 2.8em;
    color:#fff;
    opacity: .9;
}






/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  width: 100%
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
background-color: #2196f3;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    /* background-color: #fff; */
    border: 0;
    /* border-top: 1px solid #eee; */
    /* padding: 15px 0; */
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.form-control[disabled], .form-control[readonly], .form-group .form-control[disabled], .form-group .form-control[readonly], fieldset[disabled] .form-control, fieldset[disabled] .form-group .form-control{
        cursor: not-allowed;
}




#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -170px;
    left: 70px;
    width: 170px;
    background: rgba(63, 81, 181, 0.78);;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 160px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
        color: azure;
    display: block;
    float: left;
    text-decoration: none;
    width: 170px;

    /* border-top: 1px solid azure; */
    border-bottom: 1px solid #2379c1;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
    color: azure;
  display: block;
  text-decoration: none;
      font-size: 0.8em;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
  cursor: pointer;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon
{
    float:right;
   padding-right: 25px;
   padding-top:20px;
}
.sub_icon
{
    float:right;
   padding-right: 25px;
   padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}
/*#divimg{
       position: absolute;
    top: -54px;
    background-color: #fff;
    height: 200px;
    width: 200px;
    left: -188px;
    
}*/

.modal-header .close {
    margin-top: 4px;
}

#sidebar-wrapper {
    left: 70px;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
/*    left: 150px;
    width: 150px;*/
    transition: all .4s ease 0s;
}
}

#menu-toggle{
  margin-top: 15px;  
  font-size: 1em;
}
#wrapper .fixlogo{
    max-width: 100px;
    margin-left: 100px;
}
#wrapper.active .fixlogo{
    max-width: 90px;
    margin-left: 22px;
}


  .badge-notify{
    background:red;
    position:relative;
    top: -20px;
    right: 10px;
  }
  .my-cart-icon-affix {
    position: fixed;
    z-index: 999;
  }

  .w70{
    width: 70px !important;
  }

.pt40{
  padding-top: 40px;
}
table.dataTable{
  font-size: 0.8em;
}
  table.dataTable tbody th, table.dataTable tbody td{
    padding: 5px !important;
  }

  table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{
        padding-right: 12px !important;
    padding-left: 12px;
  }

  .tablaimg{
    max-width: 80px !important;
  }

 /* .login{
    margin-top: 30%;
  }*/


/*.navbar.navbar-inverse{
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.19);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.19);
}*/

.tblart{
  background-color: #3b679e;
  color: #fff;
}
.fixlabel{
  padding: 0.2em 0.2em !important;
  color:#fff;
  font-size: .7em;
}
.fixp{
  margin: 4px 0 10px !important;
}
.fixli{
  margin-top: -22px;
}
.mtop-20{
  margin-top: -20px !important;
}
.mtop-10{
  margin-top: -10px !important;
}
.label.label-primary {
    background-color: #1275c3;
}
.divlogos{

}
.empLogo{
  height: 60px;
  width: 90px;  
      margin-top: 10px;
  border-radius: 5px;
}
.logoSer{
      margin-top: 10px;
    border-radius: 5px;
    height: 60px;
    width: 90px;
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 15px 0 rgba(0,0,0,0.19);*/
}
.logosistema{
       margin-top: 10px;
    /* margin-top: 15px; */
    height: 60px;
    width: 90px;
    border-radius: 5px;
    /* position: absolute; */
    /* right: 5px; */
    /* top: 34px; */
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 15px 0 rgba(0,0,0,0.19);*/
}

.imgprod{
      height: 80px;
    width: 100px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    margin-left: 15px;
}

.modal-open{
  padding: 0px !important;
}

.w60{
  width: 68px !important;
}
.w70{
  width: 70px !important;
}
.w80{
  width: 80px !important;
  text-align: center;
}
/*input.cantidad[type=number]::-webkit-inner-spin-button, 
input.cantidad[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}*/
table.dataTable.no-footer{
      border: 4px solid #e4e4e4;
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
}

table.dataTable thead th, table.dataTable thead td{
      font-size: 0.9em;
}
.dataTables_filter {
display: none; 
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
  opacity: 0 !important;
}


.fixbottom{
    position: fixed;
    bottom: 0px;
    z-index: 999999;
    height: 42px !important;
    min-height: 42px;
    margin: -30px;
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 100%;
    background-color: rgba(49, 49, 49, 0.9) !important;
    overflow: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.7em !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.7em !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 0.7em !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 0.7em !important;
}

.fixpadd-30{
      margin-right: -30px !important;
    margin-left: -30px !important;
}


.btn-group-xs .btn, .btn-group-xs .input-group-btn .btn, .btn.btn-xs, .input-group-btn .btn.btn-xs{
	    padding: 4px 5px !important;
    font-size: 10px;
}

.modal-dialog{
	    margin: 10% auto !important;
}
.modal .form-group.label-static {
    top: 8px;
    margin-top: 25px !important;
}

.contPendiente{
  font-size: 1.1em;  
}

.form-group .help-block{
      font-size: 0.6em;
}

.tbldesc{
  width: 254px;
}

.checkbox label, .radio label, label{
  font-size: 1em;
}
div.dataTables_wrapper div.dataTables_length select{
  font-size: 1em;
    height: 36px;
}
div.dataTables_wrapper div.dataTables_info{
  padding-top: 2px;
    font-size: 0.9em;
    white-space: normal;
}
/*.noresp{
  min-width: 700px !important;
}*/
.cam_azure{
  /*display: inline-block;*/
}
/*.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #cfc !important;
  width: 100%;
}*/
/**/
/*li a.pend{
    width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid blue;
} */
.modal-open .modal{
    z-index: 9999999 !important;
    background: rgba(0,0,0,0.6);
        padding: 0 !important;
}
table.dataTable>tbody>tr.child ul{
      width: 100%;
}
table.dataTable>tbody>tr.child ul .cantidad{
  width: 100% !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{
      padding-left: 25px !important;
}



@media screen and (max-width: 1280px) {
  .navbar .navbar-collapse, .navbar .navbar-form{
    font-size: 0.8em !important;
    z-index: 99;        
    overflow: hidden;
  }
  /*.fright {    
    padding: 10px;    
    height: 54px;
  }*/
  .contPendiente {
    font-size: 1em;
}
}
/*
@media screen and (max-width: 945px) {
  .navbar .navbar-collapse, .navbar .navbar-form{
    font-size: 0.6em !important;
  }
}*/
@media screen and (max-width: 768px) {
  .fixlabel {
         top: 10px;
      width: 100%;
      position: relative;
      margin-top: 1px !important;
      padding: 4px !important;
      float: right;
  }
  .totaltxt {
  font-size: 0.7em;
       width: auto;     
  }
  .btn-sm{
      padding: 5px 10px !important;
      font-size: 11px !important;

  }
  table.dataTable{
    font-size: 0.78em;
  }

  .search-wrapper.active .input-holder {width: 100%;}

  .search-wrapper {
          position: relative;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 92px;
          left: 50%;
          margin-bottom: 31%;
  }
  .fixlogo {
    max-width: 194px;        
    margin-top: -3px;
  }
  .logoSer{
    border-radius: 4px;
    height: 40px;
    width: 75px;
  }
  .w60 {
    width: 50px !important;
  }

  .modal-dialog {
    margin: 0px auto !important;
  }

  .modal-content .modal-footer{
      border-top: none;
    padding: 20px;
    margin-top: 10px;
    text-align: center
  }
}
@media screen and (max-width: 480px) {
    .fixlogo {
        max-width: 170px;
        margin-top: -2px;
    }

.fixlabel{
      top: 10px;
    width: 100%;
    position: relative;
    margin-top: 2px !important;
    float: right;
    font-size: 0.55em;
}
}

@media screen and (min-width: 1024px){
  .contPendiente{
    font-size: 1em;
  }
}

@media screen and (min-width: 992px){
  .modal-lg {
      width: 730px !important;
  }
}
@media screen and (max-width:767px) {
    #wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
}