body {
  font-family: "Helvetica", "Arial", sans-serif;
}

.logout {
  height: 32px;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

a.drf.navbar-brand {
  font-family: "gooddog-new", cursive;
  font-size: 50px;
}

.glyphicon.glyphicon-th-list {
  font-size: 32px;
  color: #428bca;
}

.isloggedin .glyphicon.glyphicon-th-list {
  color: #b92c28;
}

@media (min-width: 768px) {
  nav {
    background: url(../img/navback.png) no-repeat center;
  }
}
.gridStyle, .container-mercuriales .gridStyle {
  height: 800px;
}
.gridStyle.with-detail {
  height: 180px;
}

.count-info {
  margin-left: 6px;
}

.container-mercuriales .gridStyle {
  height: 400px;
}
.container-mercuriales .gridStyle.with-detail {
  height: 600px;
}

.ngGrid .ngCellText input[type=checkbox] {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  cursor: pointer;
}

.tab-content {
  margin-top: 5px;
  padding: 5px;
  box-shadow: 1px 1px 5px #000;
}

.isprice {
  text-align: right;
}

.crud-add {
  color: #5CB85C;
  font-size: 18px;
}

.crud-del {
  color: #D9534F;
  font-size: 1rem;
}

.form-control.ng-invalid {
  border: 1px solid red;
}

form#editproduit {
  height: 390px;
}

div#alertzone {
  width: 400px;
  z-index: 50;
  position: fixed;
  top: 31px;
  left: 50%;
  margin-left: -200px;
}

.ngSortPriority {
  top: -1px;
}

.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin: 20px 0;
}

.ta-toolbar {
  display: none;
}

.ta-toolbar.focussed {
  display: block;
}

.ta-scroll-window.form-control, .ta-scroll-window > .ta-bind {
  min-height: 60px;
}
.focussed .ta-scroll-window.form-control, .focussed .ta-scroll-window > .ta-bind {
  min-height: 300px;
}

.element-media {
  width: 35%;
  float: left;
  margin: 0 10px 10px 0;
  box-shadow: 1px 0 10px -3px;
}
.top .element-media {
  width: 60%;
  box-shadow: none;
}

.element ul {
  overflow: hidden;
}

.drop-box {
  width: 100%;
  height: 80px;
  background-color: #EEE;
  padding: 10px;
  border: 4px dashed #888;
  font-weight: bold;
  color: #888;
  font-size: 20px;
}

.image-liste {
  margin-top: 40px;
}

/*# sourceMappingURL=app.css.map */
