body.dragging, body.dragging * {
    cursor: move !important;
}
input#BodegaRazonSocial {
	font-size: 11px;
}
/* Forms */

.form-control[type=text], .form-control[type=number], .form-control[type=password], .form-control[type=email], .form-control textarea, .form-group textarea.form-control {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f7f7f7', GradientType=0);
    font-size: 16px;
    font-style: italic;
}
select.form-control, select {
    background: #353535;
    background-image: url(../img/widgets/select.png);
    background: url(../img/widgets/select.png), -moz-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    background: url(../img/widgets/select.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #1c1c1c));
    background: url(../img/widgets/select.png), -webkit-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    background: url(../img/widgets/select.png), -o-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    background: url(../img/widgets/select.png), -ms-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    background: url(../img/widgets/select.png), linear-gradient(to bottom, #353535 0%, #1c1c1c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#1c1c1c', GradientType=0);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    text-transform: capitalize;
}

    ::-webkit-input-placeholder {
        color: #CCC !important; 
        }
    :-moz-placeholder {
        /* Firefox 18- */ color: #CCC !important; 
        }
    ::-moz-placeholder {
        /* Firefox 19+ */ color: #CCC !important; 
        }
    :-ms-input-placeholder {
        color: #CCC !important; 
    }
/* Daterange */
.hyphen {
    background: url(../img/widgets/hyphen.png) no-repeat left;
    height: 34px;
    background-size: 70%;
}
.chosen-container {
    min-height: 34px;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f7f7f7', GradientType=0);
}
ul.chosen-choices {
    height: 34px !important;
    background: none !important;
    border-radius: 4px;
}
.chosen-container {
    width: 100% !important;
}
.chosen-container .search-field {
    height: 34px;
}
.chosen-container .search-choice {
    height: 28px;
    background: #428bca !important;
    color: white !important;
    border: 0 !important;
}
.chosen-container .search-choice > span {
    height: 28px;
    line-height: 22px;
    text-transform: capitalize;
}
.chosen-container .search-choice > span:first-letter {
    text-transform: uppercase;
}
.chosen-container .search-choice .search-choice-close {
    margin-top: 5px;
}
.chosen-container .search-field input {
    height: 30px !important;
    font-size: 16px;
    font-style: italic;
}
.chosen-container .chosen-results li {
    text-transform: capitalize;
}
.chosen-single, .chosen-drop {
    background: black !important;
    color: white !important;
}
.chosen-container-single .chosen-single {
    height: 34px !important;
}
.chosen-container-single .chosen-single span {
    height: 34px;
    line-height: 34px;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 8px;
}
.no-results {
    background: #999 !important;
}
.chosen-search > input {
    background-color: white !important;
    color: black !important;
}
.chosen-container.chosen-with-drop.chosen-container-active > .chosen-drop {
    z-index: 9999;
}
.form-group div[class*="col-"] {
    padding: 0 8px;
    /* padding-left: 0;*/
}
.input.checkbox {
    height: auto;
    min-height: 49px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none !important;
    box-shadow: none !important;
    border: 1px solid #DDD !important;
}
.form-horizontal label.control-label {
    text-align: right;
    max-height: 34px !important;
    height: 34px !important;
    padding: 0 8px;
    display: table;
    table-layout: fixed;
}
.form-horizontal label.control-label > span  {
    text-align: right;
    max-height: 34px !important;
    height: 34px !important;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}
label + .input.radio {
    display: inline-block;
}
label.radio-inline {
    min-width: 150px;
    display: inline-block;
}
label.radio-inline > input {
    float: initial !important;   
    width: 28px;
}
label {
    padding-top: 0 !important;
    line-height: initial;
}

label.lin-2 {
    line-height: 17px;
}
label.lin-3 {
    font-size: 12px;
    line-height: 11px;
}
label.lin-4 {
    font-size: 10px;
    line-height: 10px;
}
label.lin-5 {
    font-size: 10px;
    line-height: 10px;
}
label.lin-6 {
    font-size: 10px;
    line-height: 10px;
}
label.lin-7 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-8 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-9 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-10 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-11 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-12 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-13 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-14 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-15 {
    font-size: 9px;
    line-height: 9px;
}
label.lin-15 {
    font-size: 9px;
    line-height: 9px;
}
span.required {
    color: #A3144F;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}
span.info {
    font-size: 18px;
    float: right;
    line-height: 34px;
    position: absolute;
    top: -8px;
    right: 17px;
}
/* Navbar */

/* make sidebar nav vertical */

a[data-toggle=fold] {} a[data-toggle=fold].fold + div {
    display: none;
}
a[data-toggle=fold] > .caret {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
a[data-toggle=fold].fold > .caret {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-collapse.collapse.sidebar-navbar-collapse>.nav.nav-list>li>a {
    background: #A3144F;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A3144F), color-stop(100%, #850037));
    background: -webkit-linear-gradient(top, #A3144F 0%, #850037 100%);
    background: -o-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -ms-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: linear-gradient(to bottom, #A3144F 0%, #850037 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3144f', endColorstr='#850037', GradientType=0);
    color: #FFF;
    border: 1px solid #C23968;
    padding: 8px 16px;
    font-size: 18px;
}
@media (min-width: 768px) {
    .affix-content .container {
        width: 700px;
   }
   .affix-content .container .page-header {
       margin-top: 0;
  }
  .affix-sidebar {
      /* padding-right: 0;
        font-size: small;
        padding-left: 0;*/
 }
 .affix-row, .affix-container, .affix-content {
     height: 100%;
     overflow: scroll;
     margin-left: 0;
     margin-right: 0;
}
.affix-content {
    background-color: white;
}
.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}
.sidebar-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}
.sidebar-nav .navbar ul {
    float: none;
    display: block;
}
.sidebar-nav .navbar li {
    float: none;
    display: block;
}
.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
}
}
@media (min-width: 769px) {
    .affix-content .container {
        width: 600px;
   }
   .affix-content .container .page-header {
       margin-top: 0;
  }
}
@media (min-width: 992px) {
    .affix-content .container {
        width: 900px;
   }
   .affix-content .container .page-header {
       margin-top: 0;
  }
}
@media (min-width: 1220px) {
    .affix-row {
        overflow: hidden;
   }
   .affix-content {
       overflow: auto;
  }
  .affix-content .container {
      width: 1000px;
 }
 .affix-content .container .page-header {
     margin-top: 0;
}
.affix-content {
    padding-right: 30px;
    padding-left: 30px;
}
.affix-title {
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 10px;
}
.navbar-nav {
    margin: 0;
}
.navbar-collapse {
    padding: 0;
}
.sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
}
.sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
}
}
.nav {} .nav a.brand {
    margin: 0;
    padding-left: 50px;
    background: url(../../img/brand/brand-xs.png) no-repeat 0 center;
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    display: block;
    height: 40px;
    width: 40px;
}
.nav li a {
    color: #a41550;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.nav li a:hover {
    color: #850037;
    background-color: white;
}
.nav li a.perfil {
    background-image: url(../img/menus/perfil.png);
}
.nav li a.soporte {
    background-image: url(../img/menus/soporte.png);
}
.nav li a.salir {
    background-image: url(../img/menus/salir.png);
}
.nav.nav-pills.nav-stacked.tag-list>li {
    float: left;
    margin-top: 0;
}
.nav.nav-pills.nav-stacked.tag-list>li: nth-child(n + 3) {
    margin-top: 2px;
}
.nav.nav-pills.nav-stacked.tag-list>li>a {
    background: #a3144f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3144f), color-stop(100%, #850037));
    background: -webkit-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -o-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -ms-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: linear-gradient(to bottom, #a3144f 0%, #850037 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3144f', endColorstr='#850037', GradientType=0);
    color: white;
    padding: 7px 15px 4px;
}
.nav.nav-pills.nav-stacked.tag-list>li.field>a>span {
    max-width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav.nav-pills.nav-stacked.tag-list>li span.glyphicon {
    margin: auto 4px;
}
/* Tables */

.table {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}
td.actions {
    text-align: right;
}
td i {
    display: block !important;
    margin: auto;
}
td.actions {
    padding: 4px 0 !important;
}
td.actions a {
    width: 28px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}
.editable {
    overflow-x: scroll;
}
.editable .table {
    background: white;
}
.editable .table td {
    padding: 0;
}
.editable .table td input {
    border-radius: 0;
    padding: 4px;
}
.fixed.table {
    table-layout: fixed;
}
/* Panels */

.panel-danger {
    border: 1px solid #D11;
}
.panel-danger > .panel-heading {
    background: #D11;
    color: white;
}
.panel-warning {
    border: 1px solid #FA0;
}
.panel-warning > .panel-heading {
    background: #FA0;
    color: white;
}
.panel-footer {
    background: none;
    padding: 0;
    border: 0;
}
/* Gallery */

.images-container {
    margin-top: 20px;
}
.thumbnail {
    position: relative;
}
.thumbnail > .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 4px;
    padding: 2px 4px 4px 4px;
    color: #FFF;
    opacity: 0.4;
    font-weight: 100;
    background: #F00;
}
.thumbnail:hover > .close {
    opacity: 1;
}
button.image-remove {
    background: #a3144f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTQ0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3144f), color-stop(100%, #850037));
    background: -webkit-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -o-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: -ms-linear-gradient(top, #a3144f 0%, #850037 100%);
    background: linear-gradient(to bottom, #a3144f 0%, #850037 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3144f', endColorstr='#850037', GradientType=0);
    border: 1px solid #c23968;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}
/* Labels and badges */

.label {
    margin-bottom: 8px;
    padding: 8px;
    display: inline-block;
    line-height: 20px;
}
.label + .label {
    margin-left: 8px;
}
.label > .badge {
    margin: 0px 8px;
}
.label > .glyphicon {
    margin-left: 8px;
}
.tags {
    margin-left: 20px;
    display: inline-block;
    max-width: 648px;
}
/* Miscellanea */

.no-interaction {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/widgets/loading.gif) no-repeat center rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.error-message {
    display: none;
}
.error input {
    -webkit-box-shadow: 0 0 4px 2px #A3144F;
    box-shadow: 0 0 4px 2px #A3144F;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead > .tt-hint {
    padding: 6px 12px;
    height: 20px;
    display: none;
}
.bootstrap-datetimepicker-widget .btn, .bootstrap-datetimepicker-widget .btn:hover {
    background: none;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
ul li.placeholder {
    position: relative;
    /*  height: 50px;
  width: 50%;
  border: 4px dashed #a3144f;
  padding-left: 15px;
  padding-right: 15px;*/

/** More li styles **/
}
ul li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

/* Filtros triestado */
.radio .radio {
    padding-left: 0px;
    margin-left: -8px;
}
.grupo-bodega a.delete {
    /*display: none;*/
}
.title{
	background: #F8F8F8;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #EEE;
    width: 100%;
    line-height: 22px;
    margin: 0px 0 10px 0px;
    z-index: 9999;
    margin-bottom: 20px;
    box-sizing: initial;
    margin-left: -15px;
}
.fieldset_campos fieldset[data-columns="2"] .col-md-6.col-sm-6 {
    min-height: 80px;
    /* border-bottom: 1px solid #e5e5e5; */
    margin-bottom: 22px;
}
.fieldset_campos fieldset[data-columns="2"] .col-md-6.col-sm-6 .form-group:has( > .radio){
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px){
	div.container {
		width: 89%;
	}
	
}
@media (min-width: 1200px){
	.container {
		width: 85%;
	}
}
#tab6 .thumbnail{
	min-height: 390px;
}
.table {
    width: 100% !important;
}
/*NEW NINSFOT*/
.container table tbody tr.pendiente td {
    background-color: #ffeaea !important;
}
.container table tbody tr.pendiente {
    border: 2px solid red !important;
    border-top: 2px solid red !important;
    background: #ffeaea !important;
}
.list-pendiente li {
    list-style: none;
    background-color: #ffecec;
    padding: 10px;
    border: 2px solid red;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-pendiente li a {
    font-size: 17px;
    text-transform: initial;
    font-weight: 600;
    color: #8a0000;
}
a.estado {
    display: none;
}