html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

#bg-login {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;

  /* Preserve aspet ratio */
  width: 100%;
  height: auto;
}

.login-logo {
  padding: 40px 0px 60px 0px;
}

.panel-signin {
  max-width: 400px;
  margin: 0 auto;
  color: #000;
}

.panel.panel-default.panel-signin, .panel-footer {
    background: none;
    border: none;
}
.panel-footer{
      padding: 30px 10PX 10PX 15px !important;
}
.panel-signin {
    color: #ffffff;
    }

.thumbnail-transparent {
  background-color: transparent;
  border: none;
}

.thumbnail-home:hover {
  cursor: pointer;
}

.glyphicon.glyphicon-trash{
  color: rgba(0,104,173,1);
  font-size: 20px;
  min-height:35px;
  line-height: 35px;
}

.glyphicon.glyphicon-download{
  font-size: 20px;
  vertical-align: middle;
  color: rgba(0,104,173,1);
}

.table-checkout thead th {
  color: rgba(0,104,173,1);
}

h1 {
  color: rgba(45,180,234,1)
}

h2, h3{
  color: #706F6F;
}

/* INICIO */

.vcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vcenter45 {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

img.sider-img.ng-scope{
  position: fixed;
  top: 0;
  right: 0;
  z-index: -100;
  float: right;
  /* Preserve aspet ratio */
  min-width: auto;
  min-height: 100%;
}

/* CATÁLOGO COMPLETO */

.page-header{
  border-bottom: none;
}

.well {
    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.celeste{
  color: rgba(45,180,234,1);
}

.bottomfix{
  position: fixed;
  bottom: 20px;
  right: 3em
}

.bbottom{
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
/* NUESTRA SELECCION */
p.nota{
  color: rgba(45,180,234,1);
  font-size: 10px;
  line-height: 35px;

}

p.nota img{

  margin-left: 10px;
}
/* CHECKOUT */

.boright{
  border-right: 1px solid #ddd;
}

.glyphicon{
  font-size: 23px;
}

/* SIDEBAR */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0px;
  width: 300px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  background: rgba(45,180,234,1);
background: -moz-linear-gradient(left, rgba(45,180,234,1) 0%, rgba(0,161,215,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,180,234,1)), color-stop(100%, rgba(0,161,215,1)));
background: -webkit-linear-gradient(left, rgba(45,180,234,1) 0%, rgba(0,161,215,1) 100%);
background: -o-linear-gradient(left, rgba(45,180,234,1) 0%, rgba(0,161,215,1) 100%);
background: -ms-linear-gradient(left, rgba(45,180,234,1) 0%, rgba(0,161,215,1) 100%);
background: linear-gradient(to right, rgba(45,180,234,1) 0%, rgba(0,161,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db4ea', endColorstr='#00a1d7', GradientType=1 );
}

#sidebar-wrapper .title {
  color: #FFF;
}

#sidebar-wrapper .list-group {
  height: 400px;
  overflow-y: scroll;
}

#sidebar-wrapper .sidebar-logo {
  padding-top: 30px;
}

.panel-resumen {
  margin: 0px 20px 0px 20px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}




/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

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

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

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

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

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

.lh-30 {
    line-height:30px
}

.pv10{padding: 10px 0}
.pv20{padding: 20px 0}
.pv30{padding: 30px 0}
.pv40{padding: 40px 0}

.mv10{margin: 10px 0}
.mv20{margin: 20px 0}
.mv30{margin: 30px 0}
.mv40{margin: 40px 0}

.mtop30{margin-top: 30px}
.mtop60{margin-top: 60px}

.mr20{margin-right: 20px}
.mr30{margin-right: 30px}

.glyphicon-big {
    font-size: 36px;
}

.table>tfoot>tr>td, .table>tfoot>tr>th {
padding-top: 40px;
}

.table>thead>tr>th.border {
    vertical-align: bottom;
    border-bottom: 0 solid #ddd;
        border-top:0 solid #ddd;
}
.table>thead>tr>th{
  border-top:0 solid #ddd;
}

/* ESTILO PARA FILTRO */

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

.btn-default.active:hover,
.btn-default.active:focus {
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

.btn-default.active {
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

.btn-default:active:focus {
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

.btn-default:focus {
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.btn.btn-default.active.focus{
  color: #fff;
  background-color: rgba(45,180,234,1);
  border-color: #ccc;
}

/* END ESTILO FILTRO  */

/* SEARCH BACKGROUND */

.input-group-addon {
    background-color: #fff;
}
