﻿/* This stylesheet generated by Transfonter (https://transfonter.org) on March 11, 2017 6:12 PM */

@font-face {
  font-family: 'Campton Italic';
  src: url('Fonts/Campton/Campton-LightItalic.eot');
  src: url('Fonts/Campton/Campton-LightItalic.eot?#iefix') format('embedded-opentype'), url('Fonts/Campton/Campton-LightItalic.woff') format('woff'), url('Fonts/Campton/Campton-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Campton';
  src: url('Fonts/Campton/Campton-Light.eot');
  src: url('Fonts/Campton/Campton-Light.eot?#iefix') format('embedded-opentype'), url('Fonts/Campton/Campton-Light.woff') format('woff'), url('Fonts/Campton/Campton-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Campton Bold';
  src: url('Fonts/Campton/Campton-Bold.eot');
  src: url('Fonts/Campton/Campton-Bold.eot?#iefix') format('embedded-opentype'), url('Fonts/Campton/Campton-Bold.woff') format('woff'), url('Fonts/Campton/Campton-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Campton Medium';
  src: url('Fonts/Campton/Campton-Medium.eot');
  src: url('Fonts/Campton/Campton-Medium.eot?#iefix') format('embedded-opentype'), url('Fonts/Campton/Campton-Medium.woff') format('woff'), url('Fonts/Campton/Campton-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Campton Book';
  src: url('Fonts/Campton/Campton-Book.eot');
  src: url('Fonts/Campton/Campton-Book.eot?#iefix') format('embedded-opentype'), url('Fonts/Campton/Campton-Book.woff') format('woff'), url('Fonts/Campton/Campton-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body,
label,
a h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Campton Bold', sans-serif, Verdana;
}

* {
  font-family: 'Campton Medium', sans-serif, Verdana;
}

/*Make images look nice in IE*/
img {
  -ms-interpolation-mode: bicubic;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

html {
  font-size: 14px;
}

html,
body,
#root {
  height: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  overflow: hidden;
}

#root {
  background-color: #f5f5f5;
}

.splash {
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  background: url("Images/splash_small.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  .splash .message {
    padding: 20% 0 0 0;
    font-size: 72px;
    line-height: 50px;
    font-family: "Campton Book", Verdana;
  }

  .splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-top: 10px;
  }

.page-host {
  position: absolute;
  margin: 0;
  padding: 0px 0px 0px 0px;
  top: 66px; /* Adjust for navbar height */
  bottom: 15px;
  left: 15px;

  right: 15px;
  border-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #f5f5f5;
}

/*#app .container {
    min-width: 1000px;
}*/

.full-height-card {
  height: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 42px; /*Compensates for card-heading*/
}

.full-height {
  height: 100%;
  padding: 0;
  margin: 0;
  border-width: 0;
}

@media print {
  .page-host {
    height: 100%;
    margin: 0;
    padding: 0;
    border-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

section {
  margin: 0 20px;
}

.navbar-nav li.loader {
  margin-left: 12px;
  margin-top: 4px;
  color: white;
}

.pictureDetail {
  max-width: 425px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.card-container.au-enter {
  opacity: 0;
}

.card-container.au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.display-table {
  display: table;
  width: 100%;
}

.display-tr {
  display: table-row;
}

.display-thead {
  display: table-header-group;
}

.display-tbody {
  display: table-row-group;
}

.display-tfoot {
  display: table-footer-group;
}

.display-col {
  display: table-column;
}

.display-colgroup {
  display: table-column-group;
}

.display-td, .display-th {
  display: table-cell;
}

.btn-xlarge {
  padding: 18px 28px;
  font-size: 22px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


.center-text {
  text-align: center;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#app .box,
ux-dialog-container .box {
  border-width: 0;
  /*border-radius: .25rem;*/
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.251);
  background: white;
  padding: 5px;
}


/* Bootstrap overrides */
#app .navbar-inverse {
  background-color: #363940;
  border-color: #363940;
}

#app .card {
  background-color: white;
  border-width: 0;
  border-radius: 0;
}

#app .card-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#app .k-block, .k-draghandle, .k-inline-block, #app .k-widget {
  border-top-width: 0;
}

#app .card-heading-button,
ux-dialog-container .card-heading-button {
  margin-left: 10px;
  margin-top: -5px;
  background-color: white;
}

/*#app .btn-light,
ux-dialog-container .btn-light {
    background-color: white;
}*/

#app .right-align {
  text-align: right;
}

#app .left-align {
  text-align: left;
}

#app .center-align {
  text-align: center;
}

/* Notification 100% width */
.k-notification-info.k-group {
  text-align: center;
  width: 100%;
  background: rgba(0%,0%,0%,.7);
  color: #fff;
}

.green {
  color: #8FB75F
}

.green-background {
  background-color: #8FB75F;
  color: white;
}

.permanent-green {
  color: #8FB75F
}

.red {
  color: #FB3204
}


.tooltip-row {
}

  .tooltip-row td {
    white-space: nowrap;
    padding-bottom: 10px;
    padding-right: 10px;
  }


.highslide-container div {
  font-size: 9pt !important;
}

.highslide-html-content > div {
  overflow: hidden !important;
}

/*Aurelia dialog*/
.dialog-header-content {
  min-height: 20px;
}

.drop-down-label {
  font-weight: bold;
}

panel {
  width: 100%;
  height: 100%;
}

body ux-dialog-container {
  overflow: hidden;
}

ux-dialog-container, ux-dialog-overylay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

ux-dialog-overylay {
  opacity: 0
}

  ux-dialog-overylay.active {
    opacity: 1
  }

ux-dialog-container {
  display: block;
  transition: opacity .2s linear;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

  ux-dialog-container.active {
    opacity: 1
  }

  ux-dialog-container > div {
    padding: 30px
  }

    ux-dialog-container > div > div {
      display: block;
      min-width: 300px;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      width: fit-content;
      height: -moz-fit-content;
      height: -webkit-fit-content;
      height: fit-content;
      margin: auto
    }

    ux-dialog-container, ux-dialog-container > div, ux-dialog-container > div > div {
      outline: 0
    }

ai-dialog {
  display: table;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 3;
  min-width: 300px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background: #fff
}

  ai-dialog > ai-dialog-header {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5
  }

    ai-dialog > ai-dialog-header > button {
      float: right;
      border: none;
      display: block;
      width: 32px;
      height: 32px;
      background: 0 0;
      font-size: 22px;
      line-height: 16px;
      margin: -14px -16px 0 0;
      padding: 0;
      cursor: pointer
      /*border-color: #adadad;*/
    }

    ai-dialog > ai-dialog-header button:hover:enabled {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad
    }

  ai-dialog > ai-dialog-body {
    display: block;
    padding: 16px
  }

  ai-dialog > ai-dialog-footer {
    display: block;
    padding: 6px;
    border-top: 1px solid #e5e5e5;
    text-align: right
  }

    ai-dialog > ai-dialog-footer button {
      color: #333;
      background-color: #fff;
      padding: 6px 12px;
      font-size: 14px;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin: 5px 0 5px 5px
    }

      ai-dialog > ai-dialog-footer button:disabled {
        cursor: default;
        opacity: .45
      }

      ai-dialog > ai-dialog-footer button:hover:enabled {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
      }

.ai-dialog-open {
  overflow: hidden
}
/*Makes the clear search button a bit bigger for all the input type="search"*/
div>input[type=search]::-webkit-search-cancel-button {
/*  transform: scale(1.5, 1.5);*/
}
