body {
  font-family: "Roboto", sans-serif;
  /*padding-bottom: 80px;*/ }

a {
  color: #009999;
  text-decoration: none; }

a:focus, a:hover {
  color: #009999;
  text-decoration: underline; }

body header {
  border-bottom: solid 1px #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px; }
  body header img {
    margin-right: 16px; }
  body header img[src*="eli"] {
    height: 32px; }
  body header img[src*="laspiga"] {
    height: 22px; }
  body header img[src*="plan"] {
    height: 22px; }
  body header ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    padding-top: 5px; }
    body header ul li {
      display: inline-block;
      padding: 0 8px;
      border-right: solid 1px #000; }
      body header ul li a, body header ul li a:hover, body header ul li a:visited {
        color: #000 !important;
        font-size: 12px !important;
        display: block !important;
        line-height: 1.1 !important;
        text-decoration: none !important; }
    body header ul li:last-child {
      border-right: none; }

.grid-view table.items th:hover a.sort-link:after {
  display: none !important; }

.grid-view thead .asc .caret,
.grid-view thead .desc .caret {
  display: inline-block; }

.grid-view thead .asc .caret,
.grid-view thead .desc .caret {
  display: inline-block; }

.grid-view td {
  font-size: 12px; }
  .grid-view td .fa {
    font-size: 18px;
    vertical-align: bottom; }

.grid-view span {
  margin: 1px 3px !important; }

.vertical-center {
  min-height: calc(100vh - 165px);
  display: flex;
  align-items: center; }

.grid-view .button-column {
  width: 100px !important; }
  .grid-view .button-column a, .grid-view .button-column a:active, .grid-view .button-column a:hover, .grid-view .button-column a:visited {
    text-decoration: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }

.grid-view tr.disabled {
  color: #ccc; }

footer {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  background-color: #009999; }
  html.mobile footer p {
    font-size: 12px; }
  footer p {
    margin: 20px 0;
    color: #fff; }
  footer a, footer a:hover {
    color: #fff;
    text-decoration: none; }

.navbar-default {
  background: none;
  border-bottom: solid 1px #ccc;
  border-radius: 0; }
  .navbar-default ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px; }
    .navbar-default ul.nav li {
      display: inline-block;
      padding: 0 8px;
      border-right: solid 1px #000; }
      .navbar-default ul.nav li a, .navbar-default ul.nav li a:hover, .navbar-default ul.nav li a:visited {
        color: #000;
        font-size: 12px;
        display: block;
        line-height: 1.1;
        text-decoration: none; }
    .navbar-default ul.nav li:last-child {
      border-right: none; }

.nav > li > a {
  padding: 0;
  margin: 0; }

.navbar-brand {
  padding: 10px 15px;
  font-size: 10px; }

.navbar-brand {
  width: 200px; }
  .navbar-brand img {
    display: inline;
    margin-right: 16px; }
  .navbar-brand img[src*="eli"] {
    height: 32px; }
  .navbar-brand img[src*="laspiga"] {
    height: 22px; }
  .navbar-brand img[src*="plan"] {
    height: 22px; }

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0; }

.breadcrumb > .active {
  color: #000; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: ">"; }

.breadcrumb a {
  color: #000 !important;
  text-decoration: underline; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: underline; }

form.well {
  background: none;
  border: 0; }
  form.well .help-block {
    text-align: right;
    font-size: 11px;
    color: #f00; }
  form.well .help-block.error {
    text-align: left; }

.form-control {
  width: 100%;
  border: solid 1px #ccc;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #fff;
  font-size: 12px;
  border-radius: 0; }

.select2-input {
  font-size: 12px !important; }

.select2-container {
  min-height: 42px !important;
  font-size: 12px !important; }

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
  border-radius: 0;
  min-height: 42px !important;
  padding-right: 30px; }

.select2-container .select2-choice {
  height: 42px !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
  font-size: 12px; }

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
  padding: 10px 18px; }

.select2-results .select2-highlighted {
  background-color: #009999 !important; }

.form-control, .well {
  box-shadow: none !important; }

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
  box-shadow: none !important; }

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
  background-position: 0 8px; }

.has-error .form-control, .error, .has-error .control-label {
  color: #ff635a !important;
  border-color: #ff635a !important; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff635a !important;
  border-color: #ff635a !important; }

.has-success .form-control, .has-success .control-label, .has-success label {
  border-color: #ccc !important;
  color: #000 !important; }

.has-error label {
  border-color: #ccc !important;
  color: #000 !important; }

div.hasPasswordInput .togglePassword {
  position: absolute;
  border: 0;
  background: none;
  right: 15px;
  top: 4px;
  height: 34px;
  width: 32px;
  text-align: center; }
div.hasPasswordInput .generatePassword {
  position: absolute;
  right: 50px;
  top: 1px; }

.btn {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none; }

.table .label-primary {
  display: inline-block;
  background: #009999;
  margin: 0 3px;
  font-size: 12px; }

.btn-primary,
.btn-success {
  background: #009999;
  color: #fff;
  border: 1px solid #fff; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: #fff;
  color: #009999;
  border: 1px solid #009999;
  box-shadow: none; }

.btn-default {
  background: #fff;
  color: #009999;
  border: 1px solid #009999; }

.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #009999;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none; }

.form-actions {
  text-align: right; }

.has-success .select2-choice, .has-success .select2-choices:active, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:focus {
  border: 1px solid #ccc; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #009999; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-radius: 0; }

.ch1::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  height: 8px;
  background: #ff635a; }

.ch1 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block; }

.ch2 {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 22px;
  font-weight: 600; }

.ch3::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  height: 8px;
  background: #009999; }

.ch3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block; }

.ch4 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: solid 1px #ccc;
  width: 100%; }

.box {
  position: relative;
  padding-top: 20px; }

a.edit-link {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 12px;
  color: #000; }

.box address, .box p, .box ul {
  margin-top: 20px; }

legend {
  border-bottom-color: #fff;
  margin-bottom: 20px !important; }

.filter-container {
  position: relative; }
  .filter-container .select2-offscreen + .glyphicon.glyphicon-search {
    display: none; }

.filter-container .glyphicon {
  position: absolute;
  padding: 14px 10px;
  pointer-events: none;
  color: #ccc; }

.filter-container .glyphicon {
  right: 0px; }

.filter-container input {
  padding-right: 30px; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: rgba(0, 153, 153, 0.5);
  border-color: rgba(0, 153, 153, 0.1); }

.pagination > li > a, .pagination > li > span {
  color: #009999; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #009999;
  border-color: #009999; }

html.mobile body {
  font-size: 12px; }
html.mobile .grid-view {
  margin-top: 20px;
  padding-top: 10px; }
  html.mobile .grid-view .btn-group-xs > .btn, html.mobile .grid-view .btn-xs {
    font-size: 10px;
    padding: 3px 12px; }
  html.mobile .grid-view .summary {
    text-align: left;
    margin-left: 20px;
    position: sticky;
    left: 20px; }
  html.mobile .grid-view table {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
html.mobile .no-class {
  position: sticky;
  left: 8px; }
html.mobile .pagination > li > a, html.mobile .pagination > li > span {
  padding: 6px 8px; }
html.mobile .pagination.pull-right {
  float: left !important; }

.grid-view .filters input, .grid-view .filters select {
  min-width: 80px; }

#blockupload {
  margin-top: 20px; }

.fa.fa-external-link {
  font-size: 14px !important;
  padding-left: 5px; }

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