/* Empty. Add your own CSS if you like */
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/static/css/fuentes/Montserrat-Regular.ttf");
  }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/static/css/fuentes/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "Roboto-Regular";
		src: url("/static/css/fuentes/Roboto-Regular.ttf");
  }

@font-face {
  font-family: "Choplin-Book";
  src: url("/static/css/fuentes/Rene Bieder - Choplin Book.otf");
}

@font-face {
  font-family: "Choplin-Medium";
  src: url("/static/css/fuentes/Rene Bieder - Choplin Medium.otf");
}

body {
	font-size:1.4em;
}

#content {
  font-size:1em;
}
.table {
  font-size:0.9em;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
    padding-right: 40px;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand{
  padding-left: 50px;
}

.navbar {
  min-height: 65px;
}
.side-nav {
  top: 64px;
}

.product {
  border-left: 1px solid lightgrey;
}

/*Drag and Drop*/
.div-drag-drop {
    width: 100px;
    height: 100px;
    border: 1px dashed #bdbdbd;
    background-color: #fafafa;
}

.glyphic:hover{
   padding: 2px;
   box-shadow: 3px 3px 3px #888888;
   background-color: #ffa726;
   color: white;
   cursor: pointer;
   border-radius: 2px;
}

.badge {
    background-color: #ef5350;
}

.detail-product {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.error-form ul {
    list-style-type: none;
    color: #f44336;
}
.center-block {
  display: inline-block;
  margin: 0 auto;
}
.btn-edit-img {
   display: inline-block;
   margin: 0 auto;
   border-style: none;
   color:white ;
   background-color: #212121;
   border-radius: 2px;
   box-shadow: 3px 3px 3px #888888;
}
.zoom-img{
  border: 1px solid #e0e0e0;
  position: relative; left: 20px; top: 30px; z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin:auto;
}

#zoom-img img{
    max-width: 100%;
}
@media all and (min-width: 500px) and (max-width: 1000px)
{
#normal-img{
  margin:1px auto;
  width:240px;
  height:280px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  }
}

#button-add-img{
  line-height: 100px;
}

.img-drop{
  margin:4px;
}

.login-page {
  padding: 40px;
  width: 30%;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #bdbdbd;
}

.form-input input{
  height: 40px;
  width: 60%;
  width:60%;
}

#body-login {
  background: #eee !important;
}

.form-button button{
  width: 60%;
}

#map_dashboard{
     height: 600px;
     width: 100%;
}
/*---------WEB----------*/

.banner_home {
   z-index: 3;     +
   margin-bottom: -20%;
}

.add-product {
  margin-bottom: 2%;
  box-shadow:  3px 3px 3px 3px #e0e0e0;
  padding: 8px;
  margin-right: 10%;

}

.stock-item {
  padding: 4%;
}
.tab {
  color: #212121;
}

.tienda{
  margin-top: 2%;
  padding: 1%;
}

.btn-duplicar {
  border-radius: 8px;
}

.error {
  color: red;
}
