/* IMPORTS
-------------------------------------------------- */
/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.medium-purple {
  color: #9542FF;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7WR32kg.ttf) format('truetype');
}
/* import css3 mixins */
/* import css3 mixins */
/* GLOBAL VARIABLES
-------------------------------------------------- */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.files {
  margin-top: 150px;
  margin-left: 10px;
}
p {
  font-size: 16px;
}
h1 {
  font-size: 40px;
  color: #4F00B7;
}
h2 {
  font-size: 30px;
  margin-top: 40px;
}
h3 {
  font-size: 25px;
  color: #5C8E37;
}
strong {
  font-weight: 400;
}
ul,
ol {
  padding-left: 25px;
}
td.bg-warning.text-warning,
td.bg-warning.text-warning a,
.table-striped > tbody > tr:nth-child(odd) > td.bg-warning.text-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
td.bg-warning.text-warning a:hover {
  color: #5C8E37;
}
.panel-body {
  padding: 0;
}
table th {
  font-size: 15px;
}
table td {
  font-size: 14px;
}
.file-type {
  color: #3B6C35;
  font-size: 14px;
}
.btn-group-vertical.btn-group-xs {
  width: 100%;
}
.btn-group-vertical.btn-group-xs a.btn.btn-primary {
  font-weight: 300;
  background-color: transparent;
  background-image: none;
  color: #9542FF;
  border-color: #e4e1f1;
}
.btn-group-vertical.btn-group-xs a.btn.btn-primary:hover {
  background-color: #F1F0F9;
  background-image: none;
}
form.form-inline {
  margin-bottom: 20px;
}
form.form-inline .form-control {
  width: 350px;
}
/* FILE DETAIL STYLES
-------------------------------------------------- */
div.col-sm-3.well {
  width: 240px;
  padding: 20px;
  text-align: center;
}
.devices .row {
  padding-bottom: 5px;
  margin: 0px;
}
.devices .col-sm-9.details {
  width: 375px;
  min-width: 375px;
}
.row.feature {
  padding-left: 10px;
}
.well img {
  width: 200px;
}
.device-image p {
  text-align: center;
}
table {
  width: 400px;
}
table > thead > tr > th {
  padding: 4px 8px !important;
  line-height: 1 !important;
  font-weight: 400;
}
td {
  font-size: 16px;
}
td.right {
  text-align: right;
  padding-right: 0px;
  color: #5C8E37;
  width: 50%;
  font-weight: bolder;
}
td.left {
  padding-left: 5px;
  width: 50%;
}
td.center {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
td > p,
li > p {
  font-size: 14px;
}
.overview {
  max-height: 70px;
  overflow: hidden;
}
/* FILE SUBMIT STYLES
-------------------------------------------------- */
.asteriskField {
  padding-left: 3px;
}
.user-fields {
  display: block;
  float: left;
  width: 300px;
}
.function-fields {
  display: block;
  float: left;
  width: 300px;
  margin-left: 20px;
}
.hidden-fields {
  display: none;
}
.buttonHolder {
  float: none;
}
div .form-group {
  text-align: left;
}
div.ctrlHolder.error {
  display: block;
}
.help-block {
  margin-left: 15px;
  font-size: 14px;
  color: #5C8E37;
}
.controls {
  color: #5C8E37;
}
input#filePath-clear_id {
  margin-left: 15px;
}
input#id_filePath.clearablefileinput {
  margin-top: 5px;
}
/*# sourceMappingURL=files.css.map */