body{
	padding-top: 50px;
	padding-bottom: 100px;
	/*background-image: url("../img/fondo_cenabast2.jpg");*/
	background-size: 100%;
  font-size: 14px;
  /*font-weight: bold;*/
	font-family: 'Open Sans', sans-serif;
  overflow-x:hidden;
  overflow-y:scroll;

}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
}
.border-left-title {
    border-left: 8px solid #337ab7;
    border-radius: 4px;
    padding-left: 5px;
}
.glyphicon-size{
  font-size: 200%;
}
.alert {
    margin-bottom: 0px;
}

.margin-top{
	margin-top: 20px;
}
.table{
	background-color: #fff;
	margin-bottom: 0px;
}
table.nowrap{
  white-space: nowrap;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 1px;
    vertical-align: inherit;
    text-align: center;
}

/*CUSTOM NAV-TABS */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ece0e0;
    background-color: #337ab7;
    border: 1px solid #17609e;
}
.nav-tabs {
    border-bottom: 1px solid #337ab7;
}
.nav-tabs > li > a:hover {
    border-color: #337ab7 #337ab7 #ddd;
}
/***************************/
.table-blue{
  background-color: #337AB7;
  color: #fff;
}

.table-border-blue{
  border: 1px solid #337AB7;
}

.table-border-blue > tbody> tr>td{
  border: 1px solid #337AB7;

}
.table-border-blue > thead> tr>th{
  border: 1px solid #337AB7;
}

.form-venta{
	width: 80px;
	padding: 3px 3px;
}
.ubicar-form{
	/*padding-top: 2%;*/
	padding-left: 30%;
}

hr{
	border-top: 2px solid #337AB7;
}
img .text-middle{
	vertical-align: middle;
}
img .img-thumbnail{
	height: none;
}
img .text-left{
	float: left;
}

.text-left{
	text-align: left;
}
.navbar-fixed-top {
  z-index:1032;
}
.navbar {
  min-height: 40px;
}
.navbar-nav > li > a {
  line-height: 10px;
}

.navbar-brand{
	padding-top: 30%;
}

/*
.nav-tabs {
  border-bottom: transparent;
}
*/
.nav-tabs > li > a {
    margin-right: 10px;
    color: #555;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.navbar-default .navbar-nav > li > a {
    color: #337ab7;
}

.navbar-default .navbar-nav > li > a:hover{
  color: #337ab7;
  background-color: #fff;
  border-bottom: 5px solid #337ab7;
  border-bottom-left-radius: 20px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
/*.navbar {
  min-height: 40px;
}*/
.dropdown-menu{
	border-bottom-left-radius: 30px;
  z-index:1031;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337AB7;
}
.dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 30px;
}
.dropdown-menu > li > a {
    color: #337AB7;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #337AB7;
    border: 1px solid #fff;
}

.panel-group .panel {
    margin-bottom: 0;
    /* border-radius: 4px; */
    background-color: transparent;
}

.panel-default {
     border-color: transparent;
}

a.list-group-item:hover {
    background-color: #337AB7;
    color: #fff;
}

.list-group-item {
	padding: 0 15px;
}

.size-xs{
	font-size: 11;
}

.position-login{
  margin: 15% 0;
}

.funcionario-externo{
    padding: 10px;
}

.e-icon.-margin-right {
  margin-right: 0.4em;
}

i{
  font-style: italic;
}
.e-icon.-icon-cart:before {
  content: "\f07a";
}

.e-icon:before {
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
speak: none;
text-align: center;
width: 1em;
display: inline-block;
}
.textarea{
	width: 100%;
	height: 200px;
	border: 2px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
	resize:none;
	overflow: auto;
}

.sidebar-wrapper-fixed{
	position: fixed;
	z-index: 1000;
}

fieldset.formulario{
border: 1px solid rgb(0, 108, 176);
border-radius: 5px;
margin:5px;
}

.formulario > legend{
	background-color: rgb(0, 108, 176);
	border-radius: 5px;
	color: #fff;
	padding: 5px;
}

.bg-table-tr{
	background-color: rgb(0, 108, 176);
}
/*CUSTOM ERROR LABEL*/
input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

label.error{
	color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
/***************************/
.center-welcome{
	text-align: center;
    line-height: 38px;
}

.modal-lg {
    width: 90%;
}
.modal-header{
	border-bottom: 1px solid #006CB0;
}
.modal-footer{
	   border-top: 1px solid #006CB0;
}

.modal-filtros{
	margin: 0;
	width: 30%;
}
.pagination {
    margin: 0;
}

.row{
	margin-bottom: 5px;
}


.badge:empty {
    display: block;
}
.badge-danger{
	color:#fff;
	background-color: #d9534f;
}
.badge-danger:hover{
	background-color: #ac2925;
}
tbody tr.badge-danger:hover{
	background-color: #ac2925;
}
.badge-success{
	color:#fff;
	background-color: #5cb85c;
}

.badge-warning{
	color:#fff;
	background-color: #ec971f;
}
.badge-warning:hover{
	background-color: #d58512;
}
tbody tr.badge-warning:hover{
	background-color: #d58512;
}

.badge-stock-critical{
	color:#fff;
	background-color: #05CAF3;
}
.badge-stock-critical:hover{
	background-color: #06ABCE;
}
tbody tr.badge-stock-critical:hover{
	background-color: #06ABCE;
}
.chartPm tspan {
    font-size: 10px;
}

tspan {
    font-size: 16px;
}

.badge-style{
	border-radius: 50%;
	display: block;
	height: 10px;
	margin: auto;
	padding: 10px;
	width: 10px;
}

.badge-font{
	font-size: 30px;
}
/* Sidebar navigation */
.sidebar-fixed{
	position: fixed;
	top:20%;
}
.well{
  margin-top: 10px;
  border: 1px solid #337ab7;
}

/**CARD**/
.bg-danger{
  color: #fff;
  background-color: #d9534f;
}
.bg-warning{
  color: #fff;
  background-color: #f0ad4e;
}
.bg-info{
  color: #fff;
  background-color: #46b8da;
}
.bg-success{
  color: #fff;
  background-color: #4cae4c;
}
.card{
  position:relative;
  display:block;
  margin-bottom:.75rem;
  background-color:#fff;
  border:1px solid #e5e5e5;
  border-radius:.25rem
}
.card-block{
  padding:1.25rem
}
.card-title{
  margin-bottom:.75rem
}
.card-subtitle{
  margin-top:-.375rem;
  margin-bottom:0
}
.card-text:last-child{
  margin-bottom:0
}
.card-link:hover{
  text-decoration:none
}
.card-link+.card-link{
  margin-left:1.25rem
}
.card>.list-group:first-child .list-group-item:first-child{
  border-radius:.25rem .25rem 0 0
}
.card>.list-group:last-child .list-group-item:last-child{
  border-radius:0 0 .25rem .25rem
}
.card-header{
  padding:.75rem 1.25rem;
  background-color:#f5f5f5;
  border-bottom:1px solid #e5e5e5
}
.card-header:first-child{
  border-radius:.25rem .25rem 0 0
}
.card-footer{
  padding:.75rem 1.25rem;
  background-color:#f5f5f5;
  border-top:1px solid #e5e5e5
}
.card-footer:last-child{
  border-radius:0 0 .25rem .25rem
}
.card-primary{
  background-color:#0275d8;
  border-color:#0275d8
}
.card-success{
  background-color:#5cb85c;
  border-color:#5cb85c;
}
.card-info{
  background-color:#5bc0de;
  border-color:#5bc0de
}
.card-warning{
  background-color:#f0ad4e;
  border-color:#f0ad4e
}
.card-danger{
  background-color:#d9534f;
  border-color:#d9534f
}
.card-primary-outline{
  background-color:transparent;
  border-color:#0275d8
}
.card-secondary-outline{
  background-color:transparent;
  border-color:#ccc
}
.card-info-outline{
  background-color:transparent;
  border-color:#5bc0de
}
.card-success-outline{
  background-color:transparent;
  border-color:#5cb85c
}
.card-warning-outline{
  background-color:transparent;
  border-color:#f0ad4e
}
.card-danger-outline{
  background-color:transparent;
  border-color:#d9534f
}
.card-inverse .card-footer,.card-inverse .card-header{
  border-bottom:1px solid rgba(255,255,255,.2)
}
.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{
  color:#fff
}
.card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text{
  color:rgba(255,255,255,.65)
}
.card-inverse .card-link:focus,.card-inverse .card-link:hover{
  color:#fff
}
.card-blockquote{
  padding:0;
  margin-bottom:0;
  border-left:0
}
.card-img{
  border-radius:.25rem
}
.card-img-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem;
}
.card-img-top{
  border-radius:.25rem .25rem 0 0
}
.card-img-bottom{
  border-radius:0 0 .25rem .25rem
}

@media (min-width:544px){
  .card-deck{
    display:table;
    table-layout:fixed;
    border-spacing:1.25rem 0
  }
  .card-deck .card{
    display:table-cell;
    width:1%;
    vertical-align:top
  }
  .card-deck-wrapper{
    margin-right:-1.25rem;
    margin-left:-1.25rem
  }
  .card-group{
    display:table;
    width:100%;
    table-layout:fixed
  }
  .card-group .card{
    display:table-cell;
    vertical-align:top
  }
  .card-group .card+.card{
    margin-left:0;
    border-left:0
  }
  .card-group .card:first-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .card-group .card:first-child .card-img-top{
    border-top-right-radius:0
  }
  .card-group .card:first-child .card-img-bottom{
    border-bottom-right-radius:0
  }
  .card-group .card:last-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .card-group .card:last-child .card-img-top{
    border-top-left-radius:0
  }
  .card-group .card:last-child .card-img-bottom{
    border-bottom-left-radius:0
  }
  .card-group .card:not(:first-child):not(:last-child){
    border-radius:0
  }.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{
    border-radius:0
  }
  .card-columns{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:1.25rem;
    -moz-column-gap:1.25rem;
    column-gap:1.25rem
  }
  .card-columns .card{
    display:inline-block;width:100%
  }
}
/**FIN CARD**/
/*FOOTER CLASS*/
.wrap {
    width: 960px;
}
.bicolor {
  position: relative;
  min-height: 1px;
}
.bicolor span {
  display: block;
  float: left;
  height: 100%;
}
.bicolor span.azul {
  background: #0f69b4;
  width: 46%;
}
.bicolor span.rojo {
  background: #eb3646;
  width: 54%;
}
footer {
	margin-top: 5%;
  background: #F8F8F8;
}
footer .bicolor {
  height: 2px;
}
footer .top {
  /*padding: 25px 0 0;*/
  width: 100%;
}
footer .top .listas {
  display: table-row;
}
footer .top .listas .lista {
  width: 320px;
  display: table-cell;
  padding: 5px 35px 30px;
  border-right: 1px solid #e6e6e6;
}
footer .top .listas .lista:last-child {
  border-right: none;
}
footer .top .listas .lista h5 {
  margin: 0 0 20px;
  color: #0f69b4;
}
footer .top .listas .lista ul {
  padding: 0 0 0 16px;
}
footer .top .listas .lista ul li {
  font-size: 12px;
  margin: 0 0 5px;
  list-style: disc;
}
footer .top .listas .lista ul li a:hover {
  color: #2e353a;
}
footer .top .listas .lista ul li.chileatiende {
  list-style: none;
}
footer .top .listas .lista ul li.chileatiende > a {
  display: block;
  margin: 25px 0 5px -15px;
  padding: 0 0 0 22px;
  background: url("../img/footer-chileatiende.png") no-repeat center left;
}
footer .top .listas .lista ul li.chileatiende ul.sub-menu {
  padding: 0 0 0 25px;
}
footer .top .listas .lista.contactate p {
  font-size: 12px;
  line-height: 180%;
  margin: 0 0 20px;
}
footer .top .listas .lista.contactate a {
  display: block;
  padding: 12px 15px 10px;
  background: #efefef;
  border-bottom: 2px solid #bdc9d1;
  font-size: 16px;
  font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 auto;
}
footer .top .listas .lista.contactate a:hover {
  color: #fff;
  background: #0f69b4;
  border-bottom: 2px solid #045282;
}
footer .top .listas .lista ul#menu-banners-footer {
  list-style: none;
  padding: 0;
  border-top: 1px solid #bdc9d1;
}
footer .top .listas .lista ul#menu-banners-footer li {
  list-style: none;
  margin: 0;
}
footer .top .listas .lista ul#menu-banners-footer li a {
  display: block;
  width: 260px;
  height: 45px;
  font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #0f69b4;
  padding: 17px 0 0 12px;
  background: url("../img/banners-footer-bullet.png") no-repeat left center;
  border-bottom: 1px solid #bdc9d1;
}
footer .top .listas .lista ul#menu-banners-footer li a:hover {
  background: #0f69b4 url("../img/banners-footer-bullet-hover.png") no-repeat left center;
  color: #fff;
}
footer .top .sep {
  max-width: 100%;
  height: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 20px;
}
footer .bottom {
  padding: 15px 20px 0;
  font-size: 12px;
  color: #475156;
}
footer .bottom .left {
  float: left;
}
footer .bottom nav {
  float: right;
}
footer .bottom nav ul li {
  float: left;
  border-right: 1px solid #475156;
}
footer .bottom nav ul li a {
  display: block;
  padding: 0 6px;
}
footer .bottom nav ul li a:hover {
  text-decoration: underline;
}
footer .bottom nav ul li:last-child {
  border-right: none;
}
footer .bottom nav ul li:last-child a {
  padding: 0 0 0 6px;
}
footer .bottom .bicolor {
  margin: 25px 0 0;
  width: 170px;
  height: 20px;
}

/*navbar navbar-default*/
@media screen and (max-width: 768px){
  .navbar-brand{
      float: none;
      font-size: 15px;
  }
  .navbar-brand > p >img.text-middle{
    height: 60px;
      width: 70px;
  }

  .pagination {
      margin: 10px 0px;
  }

  .btn{
    margin-bottom: 7px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #337AB7;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
  }

}
@media (min-width: 768px){
   .navbar-collapse.collapse {
    height: 45px !important;
  }
}
