/**
 * General styles
 */
/* line 5, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
html,
body {
  height: 100%;
}

/* line 9, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
html {
  overflow-x: hidden !important;
}

/* line 12, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  background-color: #FFF;
}

/* line 19, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.wrapper {
  overflow: hidden;
  background-color: #fcfcfc;
}

/* line 23, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.wrapper.container {
  background-color: #FFF;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

@media (min-width: 768px) {
  /* line 32, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .wrapper.container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  /* line 41, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .wrapper.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 46, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .wrapper.container {
    width: 1170px;
  }
}
/* line 50, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
#layout_options {
  width: 180px;
  position: fixed;
  top: 100px;
  right: -180px;
  background-color: #fcfcfc;
  border: solid 1px #82b0d8;
  border-right: 0;
  z-index: 1500;
  padding: 0px 10px 10px 10px;
}

/* line 61, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
#layout_options .options-handle {
  position: absolute;
  left: -29px;
  width: 30px;
  padding: 5px 0 0 0;
  height: 30px;
  top: -1px;
  text-align: center;
  background-color: #fcfcfc;
  border: solid 1px #82b0d8;
  border-right: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 75, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
}

/* line 90, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 300;
}

/* line 116, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
a {
  color: #428bca;
}

/* line 119, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
a:hover,
a:focus {
  color: #2a6496;
}

/* line 123, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table {
  font-size: 12px;
  border-top: solid 1px #EEE;
}

/* line 127, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > thead > tr > th {
  font-size: 12px;
  font-weight: 600;
  border-bottom: none;
  text-transform: uppercase;
}

/* line 133, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > thead > tr > th:last-child {
  text-align: right;
}

/* line 136, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > tbody > tr > td {
  border-top: solid 1px #EEE;
}

/* line 139, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > tbody > tr > td:last-child {
  text-align: right;
}

/* line 142, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > tbody > tr:first-child > td {
  border-top: none;
}

/* line 145, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eef8ff;
}

/* line 149, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label {
  display: inline-block;
  font-weight: normal;
}

/* line 153, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-default {
  background-color: #c4c4c4;
}

/* line 156, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 159, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-primary {
  background-color: #5b98cc;
}

/* line 162, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-success {
  background-color: #84ce84;
}

/* line 165, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-warning {
  background-color: #e8b976;
}

/* line 168, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.label-danger {
  background-color: #d97572;
}

/* line 171, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination {
  border-radius: 2px;
}

/* line 174, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

/* line 179, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 184, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 189, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f7f7f7;
}

/* line 195, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5b98cc;
  border-color: #5b98cc;
}

/* line 204, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #f0f0f0;
  cursor: not-allowed;
}

/* line 215, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 220, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 225, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 230, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 235, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 240, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 245, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}

/* line 253, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}

/* line 258, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 262, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 266, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

/*
 * Colored styles
 */
/* line 277, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-muted {
  color: #c4c4c4;
}

/* line 280, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-muted:hover {
  color: #b2b2b2;
}

/* line 283, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-info {
  color: #5bc0de;
}

/* line 286, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-info:hover {
  color: #3db5d8;
}

/* line 289, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-primary {
  color: #5b98cc;
}

/* line 292, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-primary:hover {
  color: #4087c4;
}

/* line 295, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-success {
  color: #71c671;
}

/* line 298, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-success:hover {
  color: #58bc58;
}

/* line 301, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-warning {
  color: #e8b976;
}

/* line 304, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-warning:hover {
  color: #e3a957;
}

/* line 307, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-danger {
  color: #d97572;
}

/* line 310, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.text-danger:hover {
  color: #d15956;
}

/*
 * Dropdown menu
 */
/* line 316, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dropdown-menu {
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 324, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #5b98cc;
}

/* line 329, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dropdown-menu > li.active a,
.dropdown-menu > li.active a:hover,
.dropdown-menu > li.active a:focus {
  background-color: #5b98cc;
}

/*
 * Breadcrumb
 */
/* line 337, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  background-color: #fcfcfc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 345, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.breadcrumb > .active {
  color: #666;
}

/*
 * Charts
 */
/* line 351, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pie-chart {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
}

/* line 359, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pie-chart canvas {
  position: absolute;
  left: 0;
}

/* line 363, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pie-chart.sr-only {
  position: absolute;
}

/* line 366, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.pie-box .pie-title {
  display: block;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}

/*
 * Images
 */
/* line 377, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.img-rounded,
.img-thumbnail {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 383, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.img-thumbnail {
  background-color: #428bca;
  border: solid 1px #428bca;
  padding: 2px;
}

/*
 * Panels
 */
/* line 391, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel {
  border: solid 1px #EEE;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (max-width: 768px) {
  /* line 400, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .panel {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media (max-width: 768px) {
  /* line 406, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .panel .panel-body {
    padding: 5px;
  }
}
/* line 410, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-actions {
  float: right;
}

/* line 413, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-actions .panel-action {
  color: #777;
  padding: 5px;
}

/* line 417, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-actions .panel-action:hover {
  color: #428bca;
}

/* line 420, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-heading {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

/* line 424, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 428, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .panel .panel-heading {
    padding: 10px 5px;
  }
}
/* line 432, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel .panel-footer {
  padding: 5px 15px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

/* line 437, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-default {
  border-color: #f7f7f7;
}

/* line 440, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-default > .panel-heading {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/* line 444, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-default > .panel-footer {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #919191;
  font-weight: 300;
}

/* line 450, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-primary {
  border-color: #95bdde;
}

/* line 453, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-primary > .panel-heading {
  background-color: #95bdde;
  border-color: #95bdde;
  color: #162f45;
}

/* line 458, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-primary > .panel-footer {
  background-color: #95bdde;
  border-color: #95bdde;
  color: #162f45;
  font-weight: 300;
}

/* line 464, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-success {
  border-color: #bbe4bb;
}

/* line 467, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-success > .panel-heading {
  background-color: #bbe4bb;
  border-color: #bbe4bb;
  color: #266026;
}

/* line 472, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-success > .panel-footer {
  background-color: #bbe4bb;
  border-color: #bbe4bb;
  color: #266026;
  font-weight: 300;
}

/* line 478, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-info {
  border-color: #9bd8eb;
}

/* line 481, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-info > .panel-heading {
  background-color: #9bd8eb;
  border-color: #9bd8eb;
  color: #124a5b;
}

/* line 486, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-info > .panel-footer {
  background-color: #9bd8eb;
  border-color: #9bd8eb;
  color: #124a5b;
  font-weight: 300;
}

/* line 492, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-warning {
  border-color: #f3dab8;
}

/* line 495, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-warning > .panel-heading {
  background-color: #f3dab8;
  border-color: #f3dab8;
  color: #7d5215;
}

/* line 500, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-warning > .panel-footer {
  background-color: #f3dab8;
  border-color: #f3dab8;
  color: #7d5215;
  font-weight: 300;
}

/* line 506, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-danger {
  border-color: #e9b0ae;
}

/* line 509, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-danger > .panel-heading {
  background-color: #e9b0ae;
  border-color: #e9b0ae;
  color: #641d1b;
}

/* line 514, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-danger > .panel-footer {
  background-color: #e9b0ae;
  border-color: #e9b0ae;
  color: #641d1b;
  font-weight: 300;
}

/* line 520, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom-width: 0px;
  overflow: hidden;
}

/* line 526, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel + .panel {
  margin-top: 0px;
}

/* line 529, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel:last-child {
  border-bottom-width: 1px;
}

/* line 532, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel:last-child .panel-heading {
  border-bottom: none;
}

/* line 535, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel .panel-heading {
  border-bottom: solid 1px #FFF;
}

/* line 538, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 541, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

/* line 544, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 547, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}

/*
 * Wells
 */
/* line 553, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
}

/* line 561, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0px;
}

/*
 * Dialogs
 */
/* line 572, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.modal-content {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*
 * Alerts
 */
/* line 582, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

/* line 588, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert > .fa {
  font-size: 25px;
  margin: -3px 5px 0 0;
  float: left;
}

/* line 593, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert.alert-success {
  background-color: #dff2df;
  border-color: #72c772;
  color: #43a943;
}

/* line 598, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert.alert-info {
  background-color: #c5e9f3;
  border-color: #46b8da;
  color: #2390b0;
}

/* line 603, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert.alert-warning {
  background-color: #faf1e3;
  border-color: #e4ae60;
  color: #d48b24;
}

/* line 608, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.alert.alert-danger {
  background-color: #f4d7d6;
  border-color: #d4615e;
  color: #b43431;
}

/*
 * Date range picker
 */
/* line 616, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.daterangepicker {
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* line 620, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: 'Open Sans', Arial, sans-serif;
}

/* line 624, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.daterangepicker .ranges li {
  font-size: 12px;
  margin-bottom: 4px;
  color: #5b98cc;
}

/* line 629, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li:active,
.daterangepicker .ranges li.active {
  background-color: #5b98cc;
  border-color: #5b98cc;
}

/*
 * Buttons
 */
/* line 638, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn {
  font-size: inherit;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

/* line 646, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.sr-only {
  position: absolute;
}

/* line 649, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.active {
  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
}

/* line 653, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn .label {
  position: absolute;
  top: -2px;
  right: -2px;
}

/* line 658, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 662, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-default {
  background-color: #f7f7f7;
}

/* line 665, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-default:hover {
  background-color: #efefef;
}

/* line 668, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-default:active,
.btn.btn-default .active {
  background-color: #e8e8e8;
}

/* line 672, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-primary {
  background-color: #5b98cc;
}

/* line 675, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-primary:hover {
  background-color: #4f91c8;
}

/* line 678, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-primary:active,
.btn.btn-primary .active {
  background-color: #4489c5;
}

/* line 682, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-success {
  background-color: #84ce84;
}

/* line 685, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-success:hover {
  background-color: #79ca79;
}

/* line 688, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-success:active,
.btn.btn-success .active {
  background-color: #6ec56e;
}

/* line 692, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-warning {
  background-color: #e8b976;
}

/* line 695, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-warning:hover {
  background-color: #e6b269;
}

/* line 698, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-warning:active,
.btn.btn-warning .active {
  background-color: #e4ac5c;
}

/* line 702, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-info {
  background-color: #5bc0de;
}

/* line 705, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-info:hover {
  background-color: #4ebbdb;
}

/* line 708, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-info:active,
.btn.btn-info .active {
  background-color: #42b6d9;
}

/* line 712, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-danger {
  background-color: #d97572;
}

/* line 715, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-danger:hover {
  background-color: #d66966;
}

/* line 718, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn.btn-danger:active,
.btn.btn-danger .active {
  background-color: #d35d5a;
}

/* line 722, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
}

/* line 726, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-default {
  background-color: #e8e8e8;
}

/* line 729, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-primary {
  background-color: #4489c5;
}

/* line 732, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-success {
  background-color: #6ec56e;
}

/* line 735, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-warning {
  background-color: #e4ac5c;
}

/* line 738, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-info {
  background-color: #42b6d9;
}

/* line 741, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.open .dropdown-toggle.btn-danger {
  background-color: #d35d5a;
}

/* line 744, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-default {
  border-left: solid 1px #efefef;
}

/* line 747, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-primary {
  border-left: solid 1px #4f91c8;
}

/* line 750, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-success {
  border-left: solid 1px #79ca79;
}

/* line 753, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-warning {
  border-left: solid 1px #e6b269;
}

/* line 756, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-info {
  border-left: solid 1px #4ebbdb;
}

/* line 759, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.btn-group > .btn + .dropdown-toggle.btn-danger {
  border-left: solid 1px #d66966;
}

/*
 * Badge
 */
/* line 765, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge {
  padding: 3px 6px;
  background-color: #DDDDDD;
}

/* line 769, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge.badge-primary {
  background-color: #5b98cc;
}

/* line 772, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge.badge-success {
  background-color: #84ce84;
}

/* line 775, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge.badge-warning {
  background-color: #e8b976;
}

/* line 778, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge.badge-info {
  background-color: #5bc0de;
}

/* line 781, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.badge.badge-danger {
  background-color: #d97572;
}

/*
 * Navbar
 */
/* line 787, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
}

/* line 791, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #eeeeee;
}

/* line 797, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #5b98cc;
  border-color: #5b98cc;
}

/* line 803, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav.nav-pills .open > .dropdown-menu {
  margin-top: 1px;
}

/* line 806, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-tabs {
  border-bottom: solid 1px #eeeeee;
}

/* line 809, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

/* line 814, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f7f7f7;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee #eeeeee #eeeeee;
}

/* line 821, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: solid 1px #eeeeee;
  border-bottom-color: transparent;
}

/* line 827, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FFF;
  border-color: #eeeeee;
}

/* line 833, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav.nav-tabs .open > .dropdown-toggle {
  border-bottom: solid 1px #FFF;
}

/* line 836, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.nav.nav-tabs .open > .dropdown-menu {
  border-top: none;
  margin-top: 0px;
}

/*
 * Tabs
 */
/* line 843, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.tab-content {
  padding: 10px;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}

/*
 * List Group
 */
/* line 852, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.list-group-item {
  border: solid 1px #EEE;
}

/* line 855, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #5b98cc;
  border-color: #5b98cc;
}

/* line 861, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  background-color: #fafafa;
}

/* line 866, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.list-group-item-heading {
  font-weight: 500;
}

/* line 869, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 873, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/*
 * Jumbatron
 */
/* line 880, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.jumbotron {
  background-color: #FAFAFA;
}

/*
 * Progress Bar
 */
/* line 886, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.progress {
  height: 7px;
  border-radius: 0px;
}

/*
 * Tooltip
 */
/* line 893, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.tooltip-inner {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*
 * Popover
 */
/* line 901, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.popover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

/*
 * Arrow
 */
/* line 911, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed {
  position: relative;
  min-height: 19px;
  border-radius: 0;
  line-height: 14px;
}

/* line 917, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.sr-only {
  position: absolute;
}

/* line 920, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left {
  margin-left: 5px;
}

/* line 923, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in {
  margin-left: 5px;
}

/* line 926, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right {
  margin-right: 5px;
}

/* line 929, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in {
  margin-right: 5px;
}

/* line 932, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed:before,
.arrowed:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 0;
  height: 0;
}

/* line 945, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left:before {
  left: -5px;
  border-width: 9px 5px 10px;
  border-color: #c4c4c4;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-right-style: solid;
}

/* line 955, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left.label-primary:before {
  border-right-color: #5b98cc;
}

/* line 958, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left.label-success:before {
  border-right-color: #84ce84;
}

/* line 961, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left.label-info:before {
  border-right-color: #5bc0de;
}

/* line 964, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left.label-warning:before {
  border-right-color: #e8b976;
}

/* line 967, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left.label-danger:before {
  border-right-color: #d97572;
}

/* line 970, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in:before {
  left: -5px;
  border-width: 9px 5px 10px;
  border-color: #c4c4c4;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid;
}

/* line 981, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in.label-primary:before {
  border-top-color: #5b98cc;
  border-bottom-color: #5b98cc;
}

/* line 985, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in.label-success:before {
  border-top-color: #84ce84;
  border-bottom-color: #84ce84;
}

/* line 989, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in.label-info:before {
  border-top-color: #5bc0de;
  border-bottom-color: #5bc0de;
}

/* line 993, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in.label-warning:before {
  border-top-color: #e8b976;
  border-bottom-color: #e8b976;
}

/* line 997, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-left-in.label-danger:before {
  border-top-color: #d97572;
  border-bottom-color: #d97572;
}

/* line 1001, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in:after {
  right: -5px;
  border-width: 9px 5px 10px;
  border-color: #c4c4c4;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
}

/* line 1012, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right:after {
  right: -5px;
  border-width: 9px 5px 10px;
  border-color: #c4c4c4;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-style: solid;
}

/* line 1022, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right.label-primary:after {
  border-left-color: #5b98cc;
}

/* line 1025, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right.label-success:after {
  border-left-color: #84ce84;
}

/* line 1028, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right.label-info:after {
  border-left-color: #5bc0de;
}

/* line 1031, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right.label-warning:after {
  border-left-color: #e8b976;
}

/* line 1034, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right.label-danger:after {
  border-left-color: #d97572;
}

/* line 1037, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in.label-primary:after {
  border-top-color: #5b98cc;
  border-bottom-color: #5b98cc;
}

/* line 1041, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in.label-success:after {
  border-top-color: #84ce84;
  border-bottom-color: #84ce84;
}

/* line 1045, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in.label-info:after {
  border-top-color: #5bc0de;
  border-bottom-color: #5bc0de;
}

/* line 1049, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in.label-warning:after {
  border-top-color: #e8b976;
  border-bottom-color: #e8b976;
}

/* line 1053, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.arrowed.arrow-right-in.label-danger:after {
  border-top-color: #d97572;
  border-bottom-color: #d97572;
}

/**
 * Main navigation
 */
/* line 1060, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main {
  background-color: #FFF;
  border-bottom: solid 1px #f7f7f7;
  margin: 0 0 0 0;
}

/* line 1065, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main span.hidden-small {
  display: inline !important;
}

@media (max-width: 480px) {
  /* line 1069, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main span.hidden-small {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /* line 1074, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main span.hidden-small {
    display: none !important;
  }
}
/* line 1078, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-header {
  float: left;
}

/* line 1081, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav {
  float: right;
}

/* line 1084, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-toggle {
  border: none;
  float: none;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1092, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-brand img {
  width: 80%;
  position: relative;
  top: -3px;
}

/* line 1097, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-brand,
.navbar-default.navbar-main .navbar-brand:hover,
.navbar-default.navbar-main .navbar-brand:focus {
  color: #393939;
}

/* line 1102, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-brand:hover {
  background-color: #fafafa;
}

@media (max-width: 768px) {
  /* line 1106, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav {
    margin: 0;
  }
}
/* line 1110, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav .img-avatar {
  max-width: 40px;
  display: inline-block;
  height: auto;
  padding: 1px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1122, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li {
  line-height: 0px;
}

/* line 1125, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a {
  padding: 10px 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

/* line 1131, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a.avatar {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1136, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a > .fa {
  font-size: 18px;
  margin-right: 3px;
}

/* line 1140, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a > .label {
  padding: 2px 5px;
  line-height: 15px;
  font-size: 11px;
}

/* line 1145, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a,
.navbar-default.navbar-main .navbar-nav > li > a:hover,
.navbar-default.navbar-main .navbar-nav > li > a:focus {
  color: #393939;
}

/* line 1150, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > a:hover {
  background-color: #fafafa;
}

@media (max-width: 768px) {
  /* line 1154, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav .open .dropdown-menu {
    position: absolute;
  }
}
/* line 1158, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > .open > a,
.navbar-default.navbar-main .navbar-nav > .open > a:hover,
.navbar-default.navbar-main .navbar-nav > .open > a:focus {
  background-color: #fafafa;
  color: #393939;
}

@media (max-width: 768px) {
  /* line 1165, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav.navbar-right {
    margin: 0 auto;
  }
}
/* line 1169, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

@media (max-width: 768px) {
  /* line 1173, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav > li {
    float: left;
  }
}
/* line 1177, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu {
  background-color: #fafafa;
  border: none;
  margin: 2px 0 0 0;
  min-width: 100%;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1189, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a {
  padding-right: 23px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1196, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a i {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1200, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a:hover,
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a:focus {
  padding-right: 20px;
  border-right: solid 3px #428bca;
  color: #428bca;
  background-color: #f5f5f5;
}

@media (max-width: 440px) {
  /* line 1208, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav > li.notification {
    position: inherit;
  }
}
/* line 1212, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu {
  width: 300px;
  padding: 2px;
  margin: 0;
}

@media (max-width: 440px) {
  /* line 1218, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu {
    margin: 0 auto;
  }
}
/* line 1222, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li {
  background-color: #FFF;
  margin-bottom: 2px;
  font-size: 12px;
}

/* line 1227, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:before,
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:after {
  content: " ";
  display: table;
}

/* line 1232, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:after {
  clear: both;
}

/* line 1235, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .time {
  float: right;
  font-weight: 300;
  font-size: 11px;
  color: #CCC;
  margin-left: 5px;
}

/* line 1242, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .time:before {
  float: left;
  font-family: FontAwesome;
  content: "\f017";
  margin: 1px 4px 0 0;
}

/* line 1248, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .fa {
  font-size: 16px;
  margin: 4px 5px 0 0;
  color: #d97572;
}

/* line 1253, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li p {
  margin: 0;
}

/* line 1256, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a {
  padding: 5px;
  white-space: normal;
  line-height: 1.428571429;
  color: #666;
}

/* line 1262, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a:hover {
  border: none;
  color: #428bca;
  background-color: #FFF;
}

/* line 1267, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

/* line 1270, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li.open-section {
  text-align: center;
}

/* line 1273, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li.open-section a {
  font-weight: bold;
}

/* line 1276, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu .img-avatar {
  margin: 0 5px 0 0;
}

/**
 * Top navigation
 */
/* line 1282, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top {
  background-color: #FFF;
  border-bottom: solid 1px #f7f7f7;
  margin: 0 0 0 0;
  z-index: 900;
  display: none;
}

@media (min-width: 768px) {
  /* line 1290, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top {
    display: block !important;
  }
}
/* line 1294, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top.in,
.navbar-default.navbar-top.collapsing {
  display: block;
}

@media (max-width: 768px) {
  /* line 1299, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav {
    margin: 0;
  }
}
/* line 1303, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li {
  line-height: 0px;
}

/* line 1306, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > a {
  padding: 10px 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 1313, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li > a {
    padding: 6px 10px 6px 15px;
    display: block;
  }
}
/* line 1318, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > a > .fa {
  font-size: 18px;
  margin-right: 3px;
}

/* line 1322, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > a > .label {
  padding: 2px 5px;
  line-height: 15px;
  font-size: 11px;
}

/* line 1327, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > a,
.navbar-default.navbar-top .navbar-nav > li > a:hover,
.navbar-default.navbar-top .navbar-nav > li > a:focus {
  color: #393939;
}

/* line 1332, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > a:hover {
  background-color: #fafafa;
}

/* line 1335, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.active > a,
.navbar-default.navbar-top .navbar-nav > li.activea:hover,
.navbar-default.navbar-top .navbar-nav > li.activea:focus {
  color: #428bca;
  background-color: #f5f5f5;
}

/* line 1341, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > .open > a,
.navbar-default.navbar-top .navbar-nav > .open > a:hover,
.navbar-default.navbar-top .navbar-nav > .open > a:focus {
  background-color: #fafafa;
  color: #393939;
}

/* line 1347, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > .active.open > a,
.navbar-default.navbar-top .navbar-nav > .active.open > a:hover,
.navbar-default.navbar-top .navbar-nav > .active.open > a:focus {
  background-color: #fafafa;
  color: #428bca;
}

@media (max-width: 768px) {
  /* line 1354, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li {
    float: none;
  }
}
/* line 1358, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu {
  background-color: #fafafa;
  border: none;
  margin: 2px 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1368, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a {
  padding-left: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1375, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a i {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1379, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a:hover,
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a:focus {
  padding-left: 17px;
  border-left: solid 3px #428bca;
  color: #428bca;
  background-color: #f5f5f5;
}

@media (max-width: 440px) {
  /* line 1387, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li.dropdown {
    position: inherit;
  }
}
/* line 1391, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu {
  padding: 2px;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 1396, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu.pull-right {
    float: none !important;
  }
}
@media (max-width: 440px) {
  /* line 1401, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu {
    margin: 0 auto;
  }
}
/* line 1405, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li {
  background-color: #FFF;
  margin-bottom: 2px;
  font-size: 12px;
}

@media (max-width: 768px) {
  /* line 1411, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li {
    padding-left: 20px;
  }
}
/* line 1415, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li .fa {
  font-size: 16px;
  margin: 4px 5px 0 0;
}

/* line 1419, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li > a {
  padding: 5px;
  line-height: 1.428571429;
  color: #393939;
}

/* line 1424, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li > a:hover {
  border: none;
  color: #428bca;
  background-color: #FFF;
}

/* line 1429, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li.active a {
  background-color: #FFF;
  color: #428bca;
}

/* line 1433, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

/* line 1436, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_menu .navbar-default.navbar-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

/* line 1442, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_menu .wrapper {
  padding-top: 51px;
  background-color: #FFF;
}

/* line 1446, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_menu .wrapper .navbar-default.navbar-top {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1449, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_menu .wrapper.container .navbar-default.navbar-top {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1457, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_menu .wrapper.container .navbar-default.navbar-top {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  /* line 1464, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_menu .wrapper.container .navbar-default.navbar-top {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1469, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_menu .wrapper.container .navbar-default.navbar-top {
    width: 1170px;
  }
}
/* line 1473, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header .navbar-default.navbar-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 901;
}

/* line 1479, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header .wrapper {
  padding-top: 51px;
  background-color: #FFF;
}

/* line 1483, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header .wrapper .navbar-default.navbar-main {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1486, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header .wrapper.container .navbar-default.navbar-main {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1494, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_header .wrapper.container .navbar-default.navbar-main {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  /* line 1501, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_header .wrapper.container .navbar-default.navbar-main {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1506, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  body.fixed_header .wrapper.container .navbar-default.navbar-main {
    width: 1170px;
  }
}
/* line 1510, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header.fixed_menu .navbar-default.navbar-main {
  top: 0;
}

/* line 1513, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header.fixed_menu .navbar-default.navbar-top {
  top: 51px;
}

/* line 1516, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.fixed_header.fixed_menu .wrapper {
  padding-top: 102px;
}

/*
 * Content section
 */
/* line 1522, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.body {
  position: relative;
  overflow: hidden;
}

/* line 1526, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.body.sr-only {
  position: absolute;
}

/* line 1529, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.show-grid {
  padding: 0 15px 0 15px;
}

/* line 1532, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.show-grid [class*="col-"] {
  background-color: #FCFCFC;
  text-align: center;
  min-height: 30px;
  line-height: 30px;
  border: solid 1px #E7EBEB;
  margin-top: 5px;
}

/*
 * Left sidebar section
 */
/* line 1543, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar {
  background-color: #fcfcfc;
  display: none;
}

@media (min-width: 768px) {
  /* line 1548, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar {
    display: block !important;
    height: auto !important;
    width: 190px;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 1556, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar {
    display: block !important;
    height: auto !important;
    width: 190px;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 1564, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar {
    display: block !important;
    height: auto !important;
    width: 190px;
    float: left;
  }
}
/* line 1571, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar.collapse {
  display: none;
}

/* line 1574, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar.in,
.sidebar.collapsing {
  display: block;
}

/* line 1578, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav.fixed-nav {
  position: fixed;
  width: 190px;
}

/* line 1582, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a {
  color: #393939;
  padding: 6px 10px 6px 15px;
  position: relative;
}

/* line 1587, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a.sr-only {
  position: absolute;
}

/* line 1590, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a .caret {
  float: right;
  margin-top: 8px;
  margin-right: 1px;
}

/* line 1595, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a .badge {
  position: absolute;
  right: 25px;
}

/* line 1599, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a i {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1603, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav li > a:focus,
.sidebar .nav li > a:hover {
  background-color: #f7f7f7;
  padding-left: 12px;
  border-left: solid 3px #428bca;
  color: #428bca;
}

/* line 1610, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .open > a,
.sidebar .nav .open > a:hover,
.sidebar .nav .open > a:focus {
  background-color: #f7f7f7;
  padding-left: 12px;
  border-left: solid 3px #428bca;
}

/* line 1617, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .active > a,
.sidebar .nav .active > a:hover,
.sidebar .nav .active > a:focus {
  background-color: #f7f7f7;
  padding-left: 12px;
  border-left: solid 3px #428bca;
  color: #428bca;
}

/* line 1625, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu {
  display: none;
  list-style: none;
  position: relative;
  float: none;
  padding: 2px 2px 2px 22px;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1636, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu.sr-only {
  position: absolute;
}

/* line 1639, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #393939;
  white-space: nowrap;
}

/* line 1648, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu > li > a:hover,
.sidebar .nav .menu .submenu > li > a:focus {
  background-color: #f7f7f7;
  color: #428bca;
  padding-left: 17px;
  text-decoration: none;
}

/* line 1655, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu > .open > a,
.sidebar .nav .menu .submenu > .open > a:hover,
.sidebar .nav .menu .submenu > .open > a:focus {
  background-color: #f7f7f7;
  padding-left: 12px;
  border-left: solid 3px #428bca;
}

/* line 1662, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu .submenu > .active > a,
.sidebar .nav .menu .submenu > .active > a:hover,
.sidebar .nav .menu .submenu > .active > a:focus {
  background-color: #f7f7f7;
  padding-left: 17px;
  border-left: solid 3px #428bca;
  color: #428bca;
}

/* line 1670, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidebar .nav .menu.active .submenu,
.sidebar .nav .menu.open .submenu {
  display: block;
}

/*
 * Left sidebar Light (collapsed) section
 */
/* line 1677, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.sidemenu-switch {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 1681, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidemenu-switch {
    display: block !important;
  }

  /* line 1684, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar.light {
    width: 50px !important;
  }

  /* line 1687, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar.light span.item-label,
  .sidebar.light span.badge,
  .sidebar.light i.caret {
    display: none !important;
  }

  /* line 1692, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar.light .submenu {
    z-index: 9999 !important;
    position: absolute !important;
    left: 50px !important;
    top: 0px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 1px solid rgba(238, 238, 238, 0.7) !important;
    border-left: none !important;
  }

  /* line 1702, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar.light .menu.active .submenu,
  .sidebar.light .menu.open .submenu {
    display: none;
  }

  /* line 1706, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar.light .menu:hover .submenu {
    display: block;
  }
}
/*
 * Header
 */
/* line 1713, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.header:before,
.header:after {
  content: " ";
  display: table;
}

/* line 1718, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.header:after {
  clear: both;
}

/* line 1721, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.header:after {
  clear: both;
}

/* line 1724, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.header .header-title {
  color: #666;
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1731, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.header .header-info {
  color: #888;
  font-size: 14px;
  font-weight: 300;
  padding-left: 2px;
}

/*
 * Main content
 */
/* line 1740, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.content {
  background-color: #FFF;
  overflow: hidden;
  zoom: 1;
  margin-left: 0;
}

/* line 1746, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.content.light {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 1750, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar + .content {
    margin-left: 190px;
  }
}
@media (min-width: 992px) {
  /* line 1755, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar + .content {
    margin-left: 190px;
  }
}
@media (min-width: 1200px) {
  /* line 1760, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .sidebar + .content {
    margin-left: 190px;
  }
}
/* line 1764, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.main-content {
  padding: 15px 15px 55px 15px;
  border-top: solid 1px #428bca;
}

/* line 1768, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.stats {
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin: 0px;
  padding: 0px;
  min-height: 63px;
}

/* line 1776, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.stats .stat {
  padding: 10px 10px;
  border-left: solid 2px #fcfcfc;
  height: 100%;
}

/* line 1781, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.stats .stat:first-child {
  border-left: none;
}

/* line 1784, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.stats .stat .value {
  font-size: 120%;
  color: #428bca;
}

/* line 1788, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.stats .stat em {
  color: #888;
  display: block;
}

/* line 1792, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.chart {
  height: 250px;
}

/*
 * Error pages
 */
/* line 1798, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.error-panel {
  border: none;
  margin: 30px auto 0 auto;
  width: auto;
  text-align: center;
}

/* line 1804, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.error-panel .panel-title {
  font-size: 30px;
}

/* line 1807, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.error-panel .panel-title i {
  font-size: 60px;
  display: block;
  margin-bottom: 15 p;
}

/* line 1812, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.error-panel .panel-body p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 1816, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .panel.error-panel {
    width: 500px;
  }
}
/**
 * Search Area
 */
/* line 1823, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search {
  position: relative;
}

/* line 1826, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .btn-search {
  position: absolute;
  border-radius: 4px 4px 0 0;
  top: -30px;
  right: 15px;
  background-color: #428bca;
  color: #FFF;
  padding: 6px 8px;
}

/* line 1835, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .btn-search:hover {
  background-color: #4a90cc;
}

/* line 1838, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form {
  display: none;
  padding: 10px 17px 17px;
  background-color: #428bca;
}

/* line 1843, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form:after {
  clear: both;
}

/* line 1846, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form h1,
.search .search-form h2,
.search .search-form h3,
.search .search-form h4,
.search .search-form h5,
.search .search-form h6 {
  margin-top: 0;
  color: #FFF;
}

/* line 1855, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form form {
  padding: 5px;
  background-color: #FFF;
}

/* line 1859, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form form .form-group {
  margin-bottom: 5px;
}

/* line 1862, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search .search-form form .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1866, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search.active .btn-search:hover i:before {
  content: "\f00d";
}

/* line 1869, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.search.active .search-form {
  display: block;
}

/**
 * Data Tables
 */
/* line 1875, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: 0;
}

/* line 1879, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 0;
  background: transparent;
}

/* line 1883, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 0;
}

/* line 1886, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable.no-footer {
  border-bottom: 0;
}

/* line 1889, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dataTables_paginate .pagination {
  margin: 0;
}

/* line 1892, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dataTables_info {
  font-weight: 600;
}

/* line 1895, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting {
  background-image: none;
}

/* line 1898, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting:before {
  content: "\f0dc";
  font-family: 'FontAwesome';
  float: right;
  display: block;
  margin-right: -13px;
}

/* line 1905, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting_desc {
  background-image: none;
}

/* line 1908, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting_desc:before {
  content: "\f0dd";
  font-family: 'FontAwesome';
  float: right;
  display: block;
  margin-right: -13px;
}

/* line 1915, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting_asc {
  background-image: none;
}

/* line 1918, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead .sorting_asc:before {
  content: "\f0de";
  font-family: 'FontAwesome';
  float: right;
  display: block;
  margin-right: -13px;
}

/* line 1925, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
table.dataTable thead th {
  padding: 10px 18px 10px 10px;
}

/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
/* line 1942, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.form-control {
  background: transparent;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/* line 1949, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.form-control.select2-container.select2-dropdown-open,
.select2-container.form-control.select2-container-active {
  border-color: #66afe9;
  -webkit-box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}

/* line 1955, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
/* line 1962, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #EEE;
  border-radius: 2px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1974, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-search input {
  border-color: #EEE;
  border-radius: 2px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1982, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
/* line 1989, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choice {
  height: 32px;
  line-height: 1.42857143;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
/* line 1997, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
/* line 2004, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2010, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2016, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

/* line 2019, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

/* line 2023, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
/* line 2032, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

/* line 2035, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

/* line 2040, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

/* line 2048, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

/* line 2056, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

/* line 2060, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

/* line 2065, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
/* line 2074, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2080, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
/* line 2092, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

/* line 2096, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

/* line 2100, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

/* line 2106, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* line 2112, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

/* line 2118, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
/* line 2128, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}

/* line 2132, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}

/* line 2138, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 2141, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 2144, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}

/* line 2148, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}

/* line 2154, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 2157, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 2160, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}

/* line 2164, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}

/* line 2170, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 2173, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
/* line 2180, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 2189, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-drop-active {
  border-color: #66afe9;
}

/* line 2192, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 2214, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 2218, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 2222, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 2226, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-drop.select2-drop-above {
  margin-bottom: -2px;
}

/* line 2229, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-image: none;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
/* line 2237, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
/* line 2246, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
/* line 2257, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: #fff;
  border-color: #EEE;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 2268, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f7f7f7;
  border-color: #EEE;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
/* line 2278, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
/* line 2287, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
/* line 2296, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
/* line 2309, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #EEE;
}

/* line 2315, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
/* line 2344, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/*
 * Forms
 */
/* line 2355, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #EEE;
}

/* line 2363, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.form-control:focus {
  -webkit-box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}

/* line 2367, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.help-block {
  font-weight: 300;
}

/* line 2370, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
label {
  font-weight: 600;
}

/* line 2373, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FAFAFA;
}

/*
 * Date Picker
 */
/* line 2381, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.datepicker-dropdown {
  font-size: 12px;
}

/* line 2384, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.datepicker td,
.datepicker th {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: none;
}

/* line 2391, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

/* line 2397, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #357ebd;
}

/*
 * Input group
 */
/* line 2422, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group-btn > .btn {
  padding: 8px 12px;
}

/* line 2425, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group-addon {
  border-radius: 2px;
  border: 1px solid #EEE;
}

/* line 2429, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2437, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*
 * Validation styles
 */
/* Has Success */
/* line 2449, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .form-control {
  border-color: #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2454, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .form-control:focus,
.has-success .form-control.select2-container.select2-dropdown-open,
.has-success .form-control.select2-container.select2-container-active {
  border-color: #5cb85c;
  -webkit-box-shadow: 0 0 3px #5cb85c;
  box-shadow: 0 0 3px #5cb85c;
}

/* line 2461, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #5cb85c;
}

/* line 2469, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-success .input-group-addon {
  border-color: #5cb85c;
}

/* Has Warning */
/* line 2473, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .form-control {
  border-color: #d48f2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2478, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .form-control:focus,
.has-warning .form-control.select2-container.select2-dropdown-open,
.has-warning .form-control.select2-container.select2-container-active {
  border-color: #d48f2c;
  -webkit-box-shadow: 0 0 3px #d48f2c;
  box-shadow: 0 0 3px #d48f2c;
}

/* line 2485, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #d48f2c;
}

/* line 2493, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-warning .input-group-addon {
  border-color: #d48f2c;
}

/* Has Info */
/* line 2497, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-info .form-control {
  border-color: #5b98cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2502, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-info .form-control:focus,
.has-info .form-control.select2-container.select2-dropdown-open,
.has-info .form-control.select2-container.select2-container-active {
  border-color: #5b98cc;
  -webkit-box-shadow: 0 0 3px #5b98cc;
  box-shadow: 0 0 3px #5b98cc;
}

/* line 2509, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #5b98cc;
}

/* line 2517, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-info .input-group-addon {
  border-color: #5b98cc;
}

/* Has Error */
/* line 2521, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .form-control {
  border-color: #d97572;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2526, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .form-control:focus,
.has-error .form-control.select2-container.select2-dropdown-open,
.has-error .form-control.select2-container.select2-container-active {
  border-color: #d97572;
  -webkit-box-shadow: 0 0 3px #d97572;
  box-shadow: 0 0 3px #d97572;
}

/* line 2533, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .help-block,
.has-error .control-label,
.has-warning .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d97572;
}

/* line 2541, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.has-error .input-group-addon {
  border-color: #d97572;
}

/*
 * Uniform styles
 */
/* line 2547, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
}

/* line 2551, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.radiobox,
.checkbox,
.radio-inline,
.checkbox-inline {
  padding-left: 0px;
}

/* line 2557, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.radiobox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 2564, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.radiobox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2570, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.checker span {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  background-image: none;
}

/* line 2577, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.checker span:before {
  content: "\f096";
  margin-left: 0px;
}

/* line 2581, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.checker span.checked:before {
  content: "\f046";
  margin-left: 2px;
}

/* line 2585, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.radio span {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  background-image: none;
}

/* line 2592, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.radio span:before {
  content: "\f10c";
}

/* line 2595, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div.radio span.checked:before {
  content: "\f192";
}

/**
 * Nestable
 */
/* line 2601, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}

@media only screen and (min-width: 700px) {
  /* line 2612, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
  .dd {
    width: 90%;
  }
}
/* line 2616, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2623, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .label {
  font-size: 90%;
  margin-top: 1px;
}

/* line 2627, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .label.arrowed {
  margin-top: 0;
}

/* line 2630, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 2633, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-collapsed .dd-list {
  display: none;
}

/* line 2636, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item,
.dd-list .dd-empty,
.dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

/* line 2646, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item .dd-handle,
.dd-list .dd-empty .dd-handle,
.dd-list .dd-placeholder .dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 5px 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #EEE;
  border-left: 1px solid #428bca;
  border-bottom: 1px solid #CCC;
  background: #fcfcfc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 2664, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item .dd-handle:hover,
.dd-list .dd-empty .dd-handle:hover,
.dd-list .dd-placeholder .dd-handle:hover {
  color: #428bca;
  background: #f7f7f7;
}

/* line 2670, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item > button,
.dd-list .dd-empty > button,
.dd-list .dd-placeholder > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 2692, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item > button:before,
.dd-list .dd-empty > button:before,
.dd-list .dd-placeholder > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 2702, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-list .dd-item > button[data-action="collapse"]:before,
.dd-list .dd-empty > button[data-action="collapse"]:before,
.dd-list .dd-placeholder > button[data-action="collapse"]:before {
  content: '-';
}

/* line 2707, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
}

/* line 2715, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #FAFAFA;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 2722, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

/* line 2727, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/*
 * Tables
 */
/* line 2733, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

/* line 2741, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fcfcfc;
}

/* line 2745, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eef8ff;
}

/* line 2749, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .label {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2753, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table a {
  text-decoration: underline;
}

/* line 2756, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .table-preview img {
  width: 60px;
  margin-right: 10px;
  float: left;
}

/* line 2761, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .table-preview .name {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

/* line 2766, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .actions a {
  color: #777;
  font-size: 14px;
  margin-right: 10px;
}

/* line 2771, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .actions a:hover {
  color: #555;
}

/* line 2774, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table .actions a:last-child {
  margin-right: 5px;
}

/* line 2777, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.table + .pagination {
  margin-top: 0px;
}

/**
 * Calendar Section
 */
/* line 2783, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-event {
  background-color: #428bca;
  border-color: #428bca;
}

/* line 2787, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
a.fc-event:hover {
  color: #FFF;
  text-decoration: underline;
}

/* line 2791, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-widget-header,
.fc-widget-content {
  border: solid 1px #EEE;
}

/* line 2795, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-grid th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

/* line 2800, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-grid .fc-event-time {
  font-weight: 600;
}

/* line 2803, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 2808, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 2813, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-highlight {
  background-color: #FCFBE9;
}

/* line 2816, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-border-separate tr.fc-last th {
  border-width: 0 0 1px 0;
}

/* line 2819, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-default {
  background-color: #5b98cc;
  color: #FFF;
  text-shadow: none;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2828, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-hover {
  background-color: #4f91c8;
}

/* line 2831, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-active {
  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #4489c5;
}

/* line 2836, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 2840, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/*
 * Gallery Section
 */
/* line 2847, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2852, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 10px;
  float: left;
  position: relative;
  border-radius: 2px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 2863, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  min-width: 100%;
}

/* line 2873, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item .details {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 80px;
}

/* line 2884, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item .details .action {
  background-color: rgba(106, 163, 213, 0.8);
  border-radius: 50%;
  font-size: 22px;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  padding: 3px 0 0 0;
  vertical-align: middle;
}

/* line 2896, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item .details .action:hover {
  background-color: rgba(118, 171, 217, 0.9);
}

/* line 2899, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item:hover .details {
  display: block;
}

/* line 2902, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .fileinput-exists,
.gallery .item.fileinput-exists .fileinput-new {
  display: none;
}

/* line 2906, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details {
  background-color: rgba(106, 163, 213, 0.05);
  border: dashed 1px rgba(106, 163, 213, 0.35);
  display: block;
  padding-top: 0px;
}

/* line 2912, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details .action.btn-file {
  background-color: transparent;
  width: 100%;
  padding-top: 60px;
  height: 100%;
  font-size: 12px;
  display: block;
  border-radius: 0;
}

/* line 2921, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details .action.btn-file > input {
  height: 100%;
}

/* line 2924, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details .action.btn-file:hover {
  text-decoration: none;
}

/* line 2927, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details .action.btn-file .action-file {
  background-color: rgba(106, 163, 213, 0.8);
  border-radius: 50%;
  font-size: 22px;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  padding: 3px 0 0 0;
}

/* line 2938, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.gallery .item.fileinput-new .details .action.btn-file > p {
  color: #888;
  margin: 5px 25px 0 25px;
}

/*
 * User Profile
 */
/* line 2945, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-profile {
  border: none;
}

/* line 2948, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-profile .panel-heading {
  text-align: center;
  margin-top: 10px;
}

/* line 2952, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-profile .panel-heading .profile-title {
  color: #666;
  font-size: 30px;
  font-weight: 300;
}

/* line 2957, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-profile .panel-heading .profile-info {
  color: #888;
  font-size: 14px;
  font-weight: 300;
}

/* line 2962, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.panel.panel-profile .panel-body .first {
  margin-top: 0;
}

/*
 * Login
 */
/* line 2968, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.cover {
  background: transparent url(auth/background-progete.png) 0 0;
  background-size: cover;
  background-attachment: fixed;
}

/* line 2973, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
body.cover_two {
  background: transparent url(auth/background-progete-new.png) 0 0;
  background-size: cover;
  background-attachment: fixed;
}

/* line 2978, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.login-wrap {
  margin: 0 auto;
  padding-top: 70px;
  width: 350px;
}

/* line 2983, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.login-wrap .brand {
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 22px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}

/* line 2992, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.login-wrap .panel {
  padding: 15px 20px;
  margin-top: 10px;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 3000, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.login-wrap .panel .panel-title {
  font-weight: normal;
}

/* line 3003, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.map-canvas {
  width: 100%;
  height: 400px;
}

/* line 3007, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
#map-road-canvas {
  margin-bottom: 15px;
}

/* line 3010, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
#chartZoom .zoomBtn {
  position: absolute;
  cursor: pointer;
}

/* line 3014, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
#chartZoom div.btn {
  font-size: smaller;
  right: 0px;
  position: absolute;
  cursor: pointer;
}

/* line 3020, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
div#tooltip {
  display: none;
  position: absolute;
  padding: 3px;
  font-size: 9px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.9;
  border: 1px solid;
}

/* line 3030, /Users/mariotelles/Documents/projetos/progete-industria/app/assets/stylesheets/auth.scss */
.chart-label {
  font-size: 8pt;
  text-align: center;
  padding: 2px;
  color: white;
}
