/* Font */
@import url("https://fonts.googleapis.com/css?family=Lato:400,500,700");
/* Colours */
/* Defaults */
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777; }

html,
body {
  height: 100%; }

#body_wrapper {
  min-height: 100%; }

#main_wrapper {
  padding: 0;
  padding-bottom: 50px;
  /* this needs to be bigger than footer height*/ }

#main_footer {
  position: relative;
  margin-top: -50px;
  /* negative value of footer height */
  height: 50px;
  clear: both; }

.invalid-side-note {
  display: none; }

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fafafa;
  border-color: #f0f0f0; }

.well-secondary {
  background: #f9f2e3;
  border-color: #f9e7c9; }

/* Helpers */
.no-margin {
  margin: 0; }

/* Anchors */
a {
  color: #0e68b7; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: none; }

.dropdown-menu > li > a {
  font-weight: 300;
  font-size: 0.9em; }

.dropdown-menu > li > a {
  padding: 6px 20px; }

.breadcrumb {
  padding: 5px 5px;
  margin-bottom: 15px;
  background: none; }
  .breadcrumb li {
    color: #0e68b7; }
  .breadcrumb a {
    color: #777; }

/* Navigation bars */
.navbar-default {
  /*border-radius: 0;*/
  font-weight: 400; }
  .navbar-default .navbar-brand {
    font-size: 1em;
    height: 50px;
    padding: 15px 15px;
    line-height: 20px; }
  .navbar-default label {
    font-weight: 300;
    font-size: 1em; }

.navbar-form .form-group {
  margin-left: 5px; }

.navbar-form .btn {
  margin-left: 5px; }

/* Navigation hover */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none; }

/* Main nav bar */
#main_menu .navbar-default .navbar-nav > .active > a,
#main_menu .navbar-default .navbar-nav > .active > a:focus,
#main_menu .navbar-default .navbar-nav > .active > a:hover {
  color: #666; }

#main_menu .navbar-default .navbar-nav > li > a:focus,
#main_menu .navbar-default .navbar-nav > li > a:hover {
  /*color: #31708f;*/
  background: #F8F8F8; }

#main_menu nav {
  background: #FFFFFF; }

#main_menu .navbar-nav > li > a {
  color: #0e68b7; }

#main_menu .nav > li > a {
  line-height: 14px;
  margin-top: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px; }

#main_menu .navbar-text.code {
  line-height: 14px;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 75%; }

#main_menu .navbar-brand {
  color: #0e68b7;
  float: left;
  height: 100px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 26px; }

#main_menu .navbar-brand img {
  height: 100px; }

#main_menu .navbar-toggle {
  border-width: 2px;
  margin-top: 14px;
  margin-bottom: 14px; }

#main_menu .navbar-default {
  border-color: #0e68b7; }

#main_menu .navbar-default .navbar-toggle {
  border-color: #0e68b7; }

#main_menu .navbar-default .navbar-toggle .icon-bar {
  background: #0e68b7; }

#main_menu .navbar-fixed-top {
  border-bottom-width: 2px; }

#main_menu .navbar-default .navbar-nav > .active > a,
#main_menu .navbar-default .navbar-nav > .active > a:focus,
#main_menu .navbar-default .navbar-nav > .active > a:hover {
  /*        background: $primary-colour;
        color: #FFFFFF;*/ }

#main_menu .navbar-text {
  margin-top: 54px;
  margin-bottom: 13px; }

#main_menu .glyphicon {
  line-height: 0.5;
  margin-right: 3px; }

#main_menu .navbar-nav.account.nav > li.status {
  padding: 13px 15px; }

#main_menu .notice {
  z-index: 9;
  min-height: 50px;
  font-weight: bold; }
  #main_menu .notice .notice-text {
    font-size: 16px;
    line-height: 32px;
    padding-top: 7px;
    padding-bottom: 7px; }

@media (min-width: 768px) {
  .navbar-nav.account {
    position: relative; }
  .navbar-nav.account.nav > li.status {
    position: absolute;
    right: 0px;
    top: 0px; } }

.page-actions {
  float: right; }

@media (max-width: 768px) {
  #main_menu .nav > li > a {
    padding: 13px 15px;
    margin-top: 0px; }
  #main_menu .navbar-text {
    margin-top: auto; }
  .page-actions {
    float: left; } }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #777;
  background-color: rgba(255, 255, 255, 0.05); }

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #777; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #777; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #777; }

.navbar-document-list > .navbar-document:last-child {
  margin-bottom: 0px; }

.navbar-document-list > .row:last-child .navbar-document {
  margin-bottom: 0px; }

.navbar-document-list .input-group {
  margin-top: 4px;
  margin-bottom: 4px; }

.navbar-document {
  margin-bottom: 10px;
  min-height: 41px;
  background: #f9f2e3;
  border-color: #f9e7c9; }
  .navbar-document .navbar-header .navbar-text {
    margin-left: 0px; }
  .navbar-document .navbar-header .navbar-brand {
    height: auto;
    min-height: 41px;
    padding: 10px 15px; }
    .navbar-document .navbar-header .navbar-brand a {
      color: #777; }
    .navbar-document .navbar-header .navbar-brand > .glyphicon {
      margin-right: 2px; }
  .navbar-document .form-group {
    margin-bottom: 0px; }
  .navbar-document .glyphicon {
    margin-left: 2px; }
  .navbar-document .navbar-text {
    margin-bottom: 10px;
    margin-top: 10px; }
  .navbar-document .navbar-form {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 4px;
    padding-left: 0px; }
  .navbar-document .navbar-document-input .alert {
    width: 200px;
    margin: 3px;
    padding: 5px 10px; }

/* Typography */
.page-header {
  border-bottom: solid 1px #0e68b7;
  padding-bottom: 0px;
  margin: 100px 0 15px; }
  .page-header.notice {
    margin: 150px 0 15px; }

h2,
h3,
h4 {
  color: #0e68b7; }

.text-info {
  color: #0e68b7; }

h2 {
  border-bottom: solid 2px #0e68b7;
  padding-bottom: 8px;
  margin-bottom: 20px; }

h3 {
  font-size: 22px; }

.text-muted, #main_menu .navbar-text.code, .alert > .code {
  color: #9d9d9d; }

/* Tables */
.table > thead > tr > th {
  border-bottom: none;
  color: rgba(119, 119, 119, 0.71);
  font-weight: 300;
  text-transform: uppercase; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-size: 0.9em; }

.table > tbody > tr > td span.sum {
  color: #0e68b7; }

/* Tables */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px 5px; }

.table-condensed {
  margin-bottom: 10px; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

/* Dropdown */
.dropdown-menu > li > a {
  color: #777; }

/* Buttons */
.btn {
  border-width: 2px;
  font-weight: 400;
  font-size: 12px;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  /* Animate */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .btn > .glyphicon {
    margin-right: 3px; }

.btn-default {
  background-color: #666; }

.btn-default:hover {
  background-color: #525252;
  color: #fff; }

.btn-primary {
  background-color: #0e68b7; }

.btn-primary:hover {
  background-color: #0b5291; }

.btn-link {
  color: #0e68b7; }

h2 .btn {
  margin-top: -5px; }

/* Forms */
.form-control {
  background-color: #fff;
  border: 1px solid #E3E3E3;
  /*border-radius: 30px;*/
  color: #777;
  line-height: 1em;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none; }

address {
  margin: 0; }

form .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  background-image: url("/themes/up/img/ajax-loader-small.gif");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  z-index: 10; }

form .loader::after {
  background: #FFF;
  content: 'loading...';
  padding: 1px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30px, 15px); }

/* Labels */
label {
  font-weight: 400; }

.label.label-lg {
  padding: 0.3em 0.7em 0.4em;
  font-size: 85%; }

/* Panel */
.panel-default > .panel-heading {
  color: #777;
  font-weight: 400;
  cursor: pointer; }

.panel-heading > span.clickable {
  font-weight: 400;
  cursor: pointer; }

.panel-default .panel-body ul {
  padding-left: 20px; }

/* Footer */
#main_footer > .navbar-inverse {
  background-color: #444;
  border: none;
  font-weight: 100;
  margin-bottom: 0; }

#main_footer .navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #c5c5c3; }

#main_footer .navbar-default .navbar-nav > li > a:hover {
  color: #acaca9; }

/* Center in the unknown */
.block {
  text-align: center;
  white-space: nowrap; }

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px; }

/* Cater for headings in wells */
.well h1,
.well h2,
.well h3 {
  margin-top: 0px; }

/* Lists */
@media (min-width: 768px) {
  .dl-horizontal.dl-horizontal-mini dt {
    width: 125px;
    text-align: left; }
  .dl-horizontal.dl-horizontal-mini dd {
    margin-left: 125px;
    word-break: break-all; } }

/* Images */
/* Images */
.img-thumbnail {
  border-radius: 0px; }

/* Popovers */
.popover-title {
  line-height: 1.42857143;
  padding: 9px 14px;
  color: #777;
  font-weight: bold; }

/* Alerts */
.alert > .code {
  font-size: 75%; }

.alert-warning {
  color: #694107;
  background-color: #ffb74e;
  border-color: #d89c46; }
  .alert-warning > .code {
    color: #484848; }

/* Modals */
.modal-content {
  border-radius: 0;
  border: 1px solid #e7e7e7; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 .75rem .75rem; }

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0; }

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: rgba(128, 128, 128, 0.75);
  font-size: 2em;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color .5s ease; }

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75); }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: rgba(128, 128, 128, 0.75); }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75); }

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 auto;
  margin: 0;
  padding: 0; }

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0; }

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em; }

.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em; }

.shepherd-text p {
  margin-top: 0; }

.shepherd-text p:last-child {
  margin-bottom: 0; }

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0; }

.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity .3s,visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible; }

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box; }

.shepherd-arrow, .shepherd-arrow:before {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: -1; }

.shepherd-arrow:before {
  content: "";
  transform: rotate(45deg);
  background: #fff; }

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px; }

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px; }

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px; }

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px; }

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0; }

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6; }

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none; }

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all .3s ease-out,height 0ms .3s,opacity .3s 0ms;
  width: 100vw;
  z-index: 9997; }

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  transition: all .3s ease-out,height 0s 0s,opacity .3s 0s; }

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all; }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: #0e68b7; }

.shepherd-has-title .shepherd-content .shepherd-header {
  background: none;
  padding-bottom: 0.5em; }

.shepherd-text {
  font-size: initial; }

.shepherd-title {
  font-size: 1.5em;
  color: #0e68b7; }

.shepherd-button {
  margin-left: 10px; }

.shepherd-element {
  border: solid 2px #0e68b7; }

.shepherd-text {
  padding-bottom: 1.5em; }

.shepherd-arrow:before {
  background: #FFF; }

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -9px; }
  .shepherd-element[data-popper-placement^=top] > .shepherd-arrow:before {
    border-bottom: solid 2px #0e68b7;
    border-right: solid 2px #0e68b7; }

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -9px; }
  .shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow:before {
    background: #FFF !important;
    border-top: solid 2px #0e68b7;
    border-left: solid 2px #0e68b7; }

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -9px; }
  .shepherd-element[data-popper-placement^=right] > .shepherd-arrow:before {
    border-left: solid 2px #0e68b7;
    border-bottom: solid 2px #0e68b7; }

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -9px; }
  .shepherd-element[data-popper-placement^=left] > .shepherd-arrow:before {
    border-top: solid 2px #0e68b7;
    border-right: solid 2px #0e68b7; }

/* Uploader */
.file-upload {
  padding: 0;
  border-left-width: 5px;
  z-index: 2;
  position: relative; }
  .file-upload .dropzone {
    position: relative !important;
    background: none;
    border: 5px dashed #0e68b7;
    border-radius: 35px;
    padding: 0;
    width: 100%;
    min-height: 115px;
    cursor: pointer;
    padding: 10px;
    padding-top: 19px; }
    .file-upload .dropzone .progress {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: -1 !important;
      height: 100%;
      border-radius: 30px; }
      .file-upload .dropzone .progress .progress-bar {
        position: relative;
        z-index: -1 !important; }
    .file-upload .dropzone .glyphicon {
      position: relative;
      font-size: 3em;
      z-index: -1 !important;
      color: #0e68b7; }
    .file-upload .dropzone button {
      font-weight: bold;
      background: none;
      border: none;
      color: #0e68b7; }
  .file-upload .message {
    margin-bottom: 0px; }
  .file-upload h4 {
    margin-top: 0; }
  @media (max-width: 991px) {
    .file-upload .dropzone {
      margin-top: 15px; } }
