/**
 * Colours
 */
/**
 * Fonts
 */
/**
 * Apply a standard transition for the given property
 */
/**
 * Change just the placeholder colour for form elements
 */
/**
 * Clearfix
 */
/**
 * Causes text in an element not to wrap and be trimmed with "..."
 */
/**
 * Adjusts gutter widths
 */
/**
 * Taken from bootstrap v4
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/*!
A subset of Animate.css:
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
[ui-view] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

[ui-view].ng-enter {
  opacity: 0; }

[ui-view].ng-enter-active {
  opacity: 1; }

[ui-view].ng-leave {
  opacity: 1; }

[ui-view].ng-leave-active {
  opacity: 0;
  display: none; }

/**
 * Vertically center some div
 */
.v-centre-wrap {
  display: table;
  height: 100%; }

.v-centre {
  display: table-cell;
  vertical-align: middle; }

/**
 * Margins and paddings
 */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 2rem 2rem !important; }

.m-t-3 {
  margin-top: 2rem !important; }

.m-r-3 {
  margin-right: 2rem !important; }

.m-b-3 {
  margin-bottom: 2rem !important; }

.m-l-3 {
  margin-left: 2rem !important; }

.m-x-3 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.m-y-3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-a-4 {
  margin: 3rem 3rem !important; }

.m-t-4 {
  margin-top: 3rem !important; }

.m-r-4 {
  margin-right: 3rem !important; }

.m-b-4 {
  margin-bottom: 3rem !important; }

.m-l-4 {
  margin-left: 3rem !important; }

.m-x-4 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-4 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 2rem 2rem !important; }

.p-t-3 {
  padding-top: 2rem !important; }

.p-r-3 {
  padding-right: 2rem !important; }

.p-b-3 {
  padding-bottom: 2rem !important; }

.p-l-3 {
  padding-left: 2rem !important; }

.p-x-3 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.p-y-3 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-a-4 {
  padding: 3rem 3rem !important; }

.p-t-4 {
  padding-top: 3rem !important; }

.p-r-4 {
  padding-right: 3rem !important; }

.p-b-4 {
  padding-bottom: 3rem !important; }

.p-l-4 {
  padding-left: 3rem !important; }

.p-x-4 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-4 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/**
 * Adjustments to the bootstrap grid system
 */
.gutters-20 .col-xs-1, .gutters-20 .col-sm-1, .gutters-20 .col-md-1, .gutters-20 .col-lg-1, .gutters-20 .col-xs-2, .gutters-20 .col-sm-2, .gutters-20 .col-md-2, .gutters-20 .col-lg-2, .gutters-20 .col-xs-3, .gutters-20 .col-sm-3, .gutters-20 .col-md-3, .gutters-20 .col-lg-3, .gutters-20 .col-xs-4, .gutters-20 .col-sm-4, .gutters-20 .col-md-4, .gutters-20 .col-lg-4, .gutters-20 .col-xs-5, .gutters-20 .col-sm-5, .gutters-20 .col-md-5, .gutters-20 .col-lg-5, .gutters-20 .col-xs-6, .gutters-20 .col-sm-6, .gutters-20 .col-md-6, .gutters-20 .col-lg-6, .gutters-20 .col-xs-7, .gutters-20 .col-sm-7, .gutters-20 .col-md-7, .gutters-20 .col-lg-7, .gutters-20 .col-xs-8, .gutters-20 .col-sm-8, .gutters-20 .col-md-8, .gutters-20 .col-lg-8, .gutters-20 .col-xs-9, .gutters-20 .col-sm-9, .gutters-20 .col-md-9, .gutters-20 .col-lg-9, .gutters-20 .col-xs-10, .gutters-20 .col-sm-10, .gutters-20 .col-md-10, .gutters-20 .col-lg-10, .gutters-20 .col-xs-11, .gutters-20 .col-sm-11, .gutters-20 .col-md-11, .gutters-20 .col-lg-11, .gutters-20 .col-xs-12, .gutters-20 .col-sm-12, .gutters-20 .col-md-12, .gutters-20 .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }
.gutters-20 .row {
  margin-left: -10px;
  margin-right: -10px; }

.btn, a.btn {
  padding: 6px 30px;
  border-width: 1px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 1px; }

.btn-primary, a.btn-primary {
  background: #FFFFFF;
  color: #76CBD6;
  border-color: #76CBD6;
  background-size: 0 0;
  background-position: 100% 50%; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.loading, a.btn-primary:focus, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:active:hover, a.btn-primary:active:focus, a.btn-primary.loading {
    background-color: #76CBD6;
    color: #FFFFFF;
    border-color: #76CBD6; }
  .btn-primary.loading, a.btn-primary.loading {
    padding-right: 65px;
    background-image: url("img/loading-bubbles.svg");
    background-repeat: no-repeat;
    background-size: 47px 32px;
    background-position: 100% 50%; }
  .btn-primary:disabled, a.btn-primary:disabled {
    border-color: #666666;
    color: #CCCCCC;
    background: #FFFFFF; }
    .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus, a.btn-primary:disabled:hover, a.btn-primary:disabled:active, a.btn-primary:disabled:focus {
      background: #FFFFFF;
      border-color: #666666; }

.btn-default, a.btn-default {
  background: #dbdbdb; }

.btn-danger, a.btn-danger {
  background: #d9534f; }

form.ng-submitted .btn-primary, form.ng-submitted a.btn-primary {
  padding-right: 65px;
  background-image: url("img/loading-bubbles.svg");
  background-repeat: no-repeat;
  background-size: 47px 32px;
  background-position: 100% 50%;
  background-color: #76CBD6;
  color: #FFFFFF;
  border-color: #76CBD6; }

.btn-upload {
  position: relative;
  overflow: hidden; }

.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer; }

* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0; }

* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0; }

.ng-valid[required] {
  border-left: 5px solid #42A948;
  /* green */ }

.ng-invalid {
  border-left: 5px solid #a94442;
  /* red */ }
  .ng-invalid.ng-untouched {
    border-left: 5px solid #66afe9; }

/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: .2;
  filter: alpha(opacity=20); }

/**
 * General
 */
html, body {
  height: 100%;
  font-size: 16px;
  line-height: 1.6; }

body {
  background: #FFFFFF;
  opacity: 1;
  font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }

a, a:link, a:visited {
  color: #6FC7D1; }
  a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus {
    text-decoration: none;
    outline: none; }
  a:-webkit-any-link, a:link:-webkit-any-link, a:visited:-webkit-any-link {
    text-decoration: none; }

.view {
  height: 100%; }

.btn:active, a.btn:active {
  box-shadow: none; }
.btn:active:focus, a.btn:active:focus {
  outline: none; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15rem;
  background: #2A2C3A url("img/sidebar-logo.png") no-repeat 50% 100%;
  padding: 1rem;
  z-index: 10; }

.user {
  font-family: "Glegoo", Georgia, "Times New Roman", Times, serif; }
  .user img {
    float: left; }
  .user h1 {
    font-size: 0.75rem;
    color: #FFFFFF;
    padding-top: 8px;
    margin: 0 0 10px 65px; }
  .user h3 {
    font-size: 0.75rem;
    margin: 0 0 0.5rem 65px;
    color: #999999; }
  .user h4 {
    font-size: 1.1rem;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 3rem; }

.sidebar-nav ul, .sidebar-nav li {
  list-style-type: none; }
.sidebar-nav ul {
  margin: 0;
  padding: 0; }
.sidebar-nav li {
  position: relative;
  padding-left: 45px;
  line-height: 2rem;
  margin-bottom: 0.3em; }
  .sidebar-nav li.active {
    font-weight: 700; }
    .sidebar-nav li.active:after {
      opacity: 1; }
  .sidebar-nav li:hover:after {
    opacity: 1; }
  .sidebar-nav li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    opacity: 0.7;
    transition: 0.3s opacity ease-in-out; }
  .sidebar-nav li.nav-dash:after {
    background: url("img/icon/nav-dash.png") no-repeat 0 50%; }
  .sidebar-nav li.nav-people:after {
    background: url("img/icon/nav-people.png") no-repeat 0 50%; }
  .sidebar-nav li.nav-flags:after {
    background: url("img/icon/nav-flags.svg") no-repeat 0 50%/24px auto; }
  .sidebar-nav li.nav-mail:after {
    background: url("img/icon/nav-mail.svg") no-repeat 0 50%/24px auto; }

.admin-nav li {
  padding: 0; }

ul {
  margin: 0; }

.content {
  margin-left: 15rem;
  padding: 15px 0; }
  .content.content-login {
    margin-left: 0; }

.table-title {
  margin: 0;
  padding: 0.5em 8px;
  background: #F2F2F2; }
  .table-title h3 {
    margin: 0;
    line-height: 36px; }

.table-striped > thead {
  background: #E8E8E8; }
  .table-striped > thead > tr > th {
    border-bottom: none;
    font-size: 1.1rem;
    color: #333333;
    font-weight: 400;
    font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }
.table-striped > tbody > tr > td {
  border-top: none;
  font-size: 0.8rem;
  color: #333333;
  font-weight: 300;
  font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }

.detail-block {
  margin-top: 5px;
  border: 1px solid #CCCCCC;
  padding: 15px; }
  .detail-block dl {
    font-size: 13px;
    margin-bottom: 10px; }
    .detail-block dl:last-child {
      margin-bottom: 0; }
    .detail-block dl dt {
      color: #333333;
      font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }
    .detail-block dl dd {
      color: #333333;
      font-weight: 300;
      font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }

div.stat {
  height: 220px;
  text-align: center;
  background: #F2F2F2;
  margin-top: 30px;
  padding-top: 40px; }
  div.stat .stat-number {
    font-size: 100px;
    line-height: 1;
    margin: 0 0 20px;
    color: #333333;
    font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }
  div.stat .stat-name {
    font-size: 18px;
    font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    color: #333333; }

.table-nowrap th, .table-nowrap td {
  white-space: nowrap; }

.person-card {
  width: 20%;
  padding: 1px;
  position: relative;
  min-height: 200px; }
  .person-card img {
    width: 100%;
    height: auto; }
  .person-card div.details {
    position: absolute;
    bottom: 1px;
    right: 1px;
    left: 1px;
    padding: 15px 15px 10px;
    background: rgba(0, 0, 0, 0.2); }
    .person-card div.details h3 {
      color: #FFFFFF;
      font-size: 16px;
      margin: 0;
      font-weight: 400;
      font-family: "Gotham HTF", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; }
    .person-card div.details span {
      color: #cccccc;
      font-weight: 300;
      font-size: 13px;
      line-height: 1.2; }
    .person-card div.details a {
      display: block;
      font-weight: 700;
      color: #ffffff; }

.person-profile {
  padding: 15px 0; }
  .person-profile img {
    max-width: 100%;
    height: auto; }
  .person-profile .dl-horizontal dt {
    text-align: left; }
  .person-profile .dl-horizontal dt, .person-profile .dl-horizontal dd {
    margin-bottom: 10px; }

.well {
  padding: 10px 30px 30px; }

.login-well {
  margin-top: 3rem; }

.drag-drop .drag-item {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .drag-drop .drag-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.category-list, .category-list li {
  list-style-type: none;
  padding: 0; }
.category-list li {
  margin-bottom: 3px; }
.category-list .close {
  float: none;
  margin-right: 10px;
  display: inline-block; }

.busy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center; }
  .busy-overlay .card {
    background: #FFFFFF;
    padding: 25px;
    width: 400px; }
  .busy-overlay h3 {
    margin-top: 0; }
  .busy-overlay p {
    margin-bottom: 0; }
  .busy-overlay.busy-overlay-lg .card {
    width: 600px; }
  .busy-overlay textarea {
    width: 100%;
    height: 60px; }

.profile-layout {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #1A1A1A; }

.profile-line {
  border-top: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-top: 5px; }
  .profile-line:nth-last-child(2) {
    border-bottom: 1px dotted #ccc; }

.profile-layout {
  border: 1px solid #C0C0C0;
  padding: 0 15px; }
  .profile-layout > h3 {
    margin-bottom: 20px; }

.profile-section {
  border: 1px dotted #ccc;
  padding: 10px;
  margin-bottom: 15px; }

div.control-label {
  font-weight: bold; }

.panel-title > div {
  margin-right: 50px; }

#two-fa-qr img {
  margin: 0 auto; }

.photo-thumbs-originals {
  overflow: hidden;
  padding-top: 8px; }
  .photo-thumbs-originals > div {
    height: 255px;
    width: 240px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative; }
    .photo-thumbs-originals > div img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .photo-thumbs-originals > div:hover .crop-tools {
      opacity: 1; }

.crop-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 12px 8px 8px;
  line-height: 1;
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  .crop-tools a {
    color: #FFFFFF; }

.image-crop-tool {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100; }

.image-crop-tool img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.img-wrap {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 50%;
  bottom: 1rem; }

.img-tools {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1rem; }

.img-tools > div {
  padding: 1rem;
  background: #FFFFFF; }

a.text-danger {
  color: red; }

.profile-img-wrap {
  width: 100%;
  position: relative; }
  .profile-img-wrap img {
    width: 100%;
    height: auto; }

.profile-image-chooser {
  position: absolute;
  bottom: 15px;
  left: 15px; }

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