html .dev-header {
  display: none;
}
html.devmode .dev-header {
  display: block;
  background-color: #ff1493 !important;
  height: auto;
  color: white;
  text-align: center;
  font-weight: bold;
}
html.devmode .app-header {
  background-color: #ff1493 !important;
}

.fileicon {
  padding: 5px 50px;
  margin: 8px 0 8px 0;
  background: url(/images/oth48.png?45f19c3f3d41d9a27543f3a6602334bd) no-repeat;
}

.fileicon-doc {
  background: url(/images/doc48.png?65469edb836ef4617ae8cd132fa61bf1) no-repeat;
}

.fileicon-docx {
  background: url(/images/doc48.png?65469edb836ef4617ae8cd132fa61bf1) no-repeat;
}

.fileicon-jpg {
  background: url(/images/jpg48.png?866790e5d71abca14c196415cb6ce986) no-repeat;
}

.fileicon-pdf {
  background: url(/images/pdf48.png?7a350664e0b973e0125e820050278b81) no-repeat;
}

.fileicon-png {
  background: url(/images/png48.png?c0c7d19ecb4c9ce64e00a0b6d7cffd84) no-repeat;
}

.fileicon-ppt {
  background: url(/images/ppt48.png?a0748f1a62ee8087e5ae9701dc6f5c37) no-repeat;
}

.fileicon-pptx {
  background: url(/images/ppt48.png?a0748f1a62ee8087e5ae9701dc6f5c37) no-repeat;
}

.fileicon-rtf {
  background: url(/images/rtf48.png?d8497d95bc4fdf537646b59ef12dc18a) no-repeat;
}

.fileicon-xls {
  background: url(/images/xls48.png?1e1a0f990734acaf2198dafecf3d9cce) no-repeat;
}

.fileicon-xlsx {
  background: url(/images/xls48.png?1e1a0f990734acaf2198dafecf3d9cce) no-repeat;
}

#login-form {
  width: 400px;
  margin: 80px auto;
}

body {
  font-family: "Open Sans", sans-serif;
}

.totalbox {
  background: #eeeeee;
  border-radius: 3px 3px 0 0;
  width: 160px;
  float: left;
  margin: 10px;
}
.totalbox h2 {
  text-align: center;
  padding: 3px;
  margin: 0;
}
.totalbox .totalbox-value {
  text-align: center;
  background-color: #cccccc;
  border-radius: 0 0 3px 3px;
}

.modal-header {
  background-color: #007700;
  color: white;
}
