@charset "UTF-8";
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top {
  margin-top: 30px !important;
}

.margin-top-double {
  margin-top: 60px !important;
}

.margin-top-half {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 60px !important;
}

.margin-bottom-half {
  margin-bottom: 15px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .5px;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  font-family: "Source Sans Pro";
  line-height: 1.6;
  color: #222222;
  background: #dee2e6;
}

body.nav-open .cover {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: none;
  border-left: 0;
  border-bottom: 1px solid #eee;
}

ul {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0 0 15px 0;
}

ul.no-style {
  list-style: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 20px;
  }
}

h2, .h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 18px;
  }
}

h3, .h3 {
  font-size: 18px;
  margin: 0 0 20px 10px;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 16px;
  }
}

h4, .h4 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.7rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

.ingress {
  font-size: 18px;
}

@media (min-width: 768px) {
  .ingress {
    font-size: 24px;
  }
}

.light-text {
  color: #6f6f6f;
}

.small {
  font-size: 13px;
}

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

a.text-link {
  border-bottom: 1px solid #ccc;
}

a.text-link:hover {
  border-color: #222222;
}

a:visited {
  color: inherit;
}

.content {
  padding: 15px;
}

@media (min-width: 768px) {
  .content {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .content {
    padding: 30px;
    margin: 0 0 0 266px;
  }
}

.content .section {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content .section {
    min-height: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .content .section {
    padding: 30px;
    margin-bottom: 25px;
  }
}

.content .page-heading {
  display: block;
  border-bottom: 1px solid #eee;
}

.content .page-heading:before, .content .page-heading:after {
  content: " ";
  display: table;
}

.content .page-heading:after {
  clear: both;
}

.content .page-heading h1 {
  float: left;
  line-height: 40px;
  margin-bottom: 0;
  color: #246db2;
}

.content .page-heading .button {
  position: relative;
  margin-top: 0;
  float: right;
  margin-left: 30px;
}

.content .page-heading .button i {
  font-size: 18px;
  position: absolute;
  left: -22px;
  top: 7px;
}

.content .page-heading .date {
  float: right;
}

.content .page-heading .date:before, .content .page-heading .date:after {
  content: " ";
  display: table;
}

.content .page-heading .date:after {
  clear: both;
}

.content .page-heading .date input[type='date'] {
  float: left;
  background: transparent;
  border: 1px solid #c8c8c8;
  margin: 0 0 0 15px;
  padding: 4px 10px 4px;
  color: #246db2;
  height: 38px;
  text-transform: uppercase;
}

@media print {
  .mobile-header {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .content {
    margin: 0;
  }
}

.mobile-header {
  background: #34495e;
  text-align: center;
  height: 60px;
  position: relative;
}

.mobile-header .logo {
  display: block;
  line-height: 60px;
}

.mobile-header .logo svg {
  height: 24px;
  margin-top: 18px;
}

.mobile-header .open-nav {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 27px;
  color: #fff;
}

@media (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.row.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row.middle {
  -ms-flex-align: center;
      align-items: center;
}

.row.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.row.auto-size > .col {
  -ms-flex: none;
      flex: none;
}

.col {
  -ms-flex: 1;
      flex: 1;
  padding: 0 20px;
}

[class*='col-'] {
  padding: 0 20px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 481px) {
  .col-1--small {
    width: 8.33333%;
  }
  .col-2--small {
    width: 16.66667%;
  }
  .col-3--small {
    width: 25%;
  }
  .col-4--small {
    width: 33.33333%;
  }
  .col-5--small {
    width: 41.66667%;
  }
  .col-6--small {
    width: 50%;
  }
  .col-7--small {
    width: 58.33333%;
  }
  .col-8--small {
    width: 66.66667%;
  }
  .col-9--small {
    width: 75%;
  }
  .col-10--small {
    width: 83.33333%;
  }
  .col-11--small {
    width: 91.66667%;
  }
  .col-12--small {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-1--medium {
    width: 8.33333%;
  }
  .col-2--medium {
    width: 16.66667%;
  }
  .col-3--medium {
    width: 25%;
  }
  .col-4--medium {
    width: 33.33333%;
  }
  .col-5--medium {
    width: 41.66667%;
  }
  .col-6--medium {
    width: 50%;
  }
  .col-7--medium {
    width: 58.33333%;
  }
  .col-8--medium {
    width: 66.66667%;
  }
  .col-9--medium {
    width: 75%;
  }
  .col-10--medium {
    width: 83.33333%;
  }
  .col-11--medium {
    width: 91.66667%;
  }
  .col-12--medium {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-1--large {
    width: 8.33333%;
  }
  .col-2--large {
    width: 16.66667%;
  }
  .col-3--large {
    width: 25%;
  }
  .col-4--large {
    width: 33.33333%;
  }
  .col-5--large {
    width: 41.66667%;
  }
  .col-6--large {
    width: 50%;
  }
  .col-7--large {
    width: 58.33333%;
  }
  .col-8--large {
    width: 66.66667%;
  }
  .col-9--large {
    width: 75%;
  }
  .col-10--large {
    width: 83.33333%;
  }
  .col-11--large {
    width: 91.66667%;
  }
  .col-12--large {
    width: 100%;
  }
}

.sidebar {
  position: fixed;
  left: -266px;
  top: 0;
  background: #34495e;
  bottom: 0;
  width: 266px;
  z-index: 10;
  transition: transform .3s ease;
}

@media (min-width: 1024px) {
  .sidebar {
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 2px 0 rgba(0, 0, 0, 0.4);
    border-left: 4px solid #22303d;
  }
}

.sidebar p {
  padding: 40px 40px 10px;
  margin: 0;
  color: #8A8A8A;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.sidebar p.copyright {
  position: absolute;
  bottom: 0px;
  padding: 0px 10px 30px 45px;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: none;
}

.sidebar .logo {
  width: 100%;
  height: 60px;
  padding: 21px 0 0 40px;
  display: block;
  background: #246db2;
  border-bottom: 1px solid #253544;
}

.sidebar .logo svg {
  height: 20px;
}

@media (min-width: 1024px) {
  .sidebar .logo {
    height: 80px;
    padding: 25px 0 0 40px;
  }
  .sidebar .logo svg {
    height: 30px;
  }
}

.sidebar .search-field {
  padding: 0;
}

.sidebar .search-field form {
  position: relative;
}

.sidebar .search-field form input {
  padding: 21px 10px 20px 85px;
  border-bottom: 0;
  position: relative;
  font-size: 14px;
  background: #2c3e50;
  border: 0;
  border-radius: 0;
  width: 100%;
  color: #fff;
}

.sidebar .search-field form input:focus {
  outline: none;
}

.sidebar .search-field form i {
  position: absolute;
  top: 14px;
  left: 45px;
  font-size: 22px;
  color: #ffffff;
}

.sidebar .search-field form ::-webkit-input-placeholder {
  color: #ddd;
}

.sidebar .search-field form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.sidebar .search-field form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.sidebar .search-field form :-ms-input-placeholder {
  color: #ffffff;
}

.sidebar #logoutForm button {
  border: none;
  background: none;
  padding: 0;
  display: block;
  color: #ffffff;
  font-weight: 600;
  padding: 17px 10px 15px 85px;
  position: relative;
  font-size: 13px;
  border-left: 4px solid #22303d;
  width: 100%;
  margin: 0;
  text-align: left;
  text-transform: none;
}

.sidebar #logoutForm button:hover {
  background: #2b3c4e;
  border-left: 4px solid #e67e22;
  cursor: pointer;
}

.sidebar #logoutForm button.active {
  background: #141414;
  border-left: 4px solid #e67e22;
}

.sidebar #logoutForm button i {
  position: absolute;
  left: 45px;
  top: 10px;
  font-size: 22px;
  text-align: center;
}

.nav-open {
  overflow: hidden;
}

.nav-open .sidebar {
  transform: translate(266px, 0);
}

.navigation {
  margin-left: -4px;
}

.navigation p {
  margin: 40px 50px 20px;
  color: #8A8A8A;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.navigation li.active a {
  background: #2b3c4e;
  border-left: 4px solid #e67e22;
}

.navigation li a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  padding: 17px 10px 15px 85px;
  position: relative;
  font-size: 13px;
  border-left: 4px solid #22303d;
}

.navigation li a:hover {
  background: #2b3c4e;
  border-left: 4px solid #e67e22;
  cursor: pointer;
}

.navigation li a i {
  position: absolute;
  left: 45px;
  top: 9px;
  font-size: 22px;
  text-align: center;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #e67e22;
  border: 0;
  margin-top: 10px;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 11px 35px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #d67118;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: red;
  border-color: yellow;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: pink;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #e67e22;
  color: #e67e22;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #e67e22;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #e67e22 !important;
  text-transform: none;
  font-weight: 600;
  padding: 11px 0 10px;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #e67e22;
  text-decoration: underline;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #e67e22;
}

.table-container {
  position: relative;
}

.table-container .copy {
  position: absolute;
  right: 0px;
  top: -18px;
  padding: 8px 30px 6px;
  font-size: 10px;
  z-index: 9999;
}

.table-container .copy.copying {
  background-color: green !important;
}

table {
  margin: 20px 0;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  table {
    margin: 25px 0;
  }
}

@media (min-width: 1024px) {
  table {
    margin: 30px 0;
  }
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table thead {
  border-bottom: 2px solid #246db2;
  display: none;
}

@media print {
  table thead {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  table thead {
    display: table-row-group;
  }
}

table thead tr th {
  padding: 0px 10px 10px 0px;
  color: #246db2;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

table thead tr th.header {
  cursor: pointer;
}

table thead tr th:hover {
  text-decoration: underline;
}

table thead tr th:first-child {
  padding-left: 10px;
}

table tbody {
  width: 100%;
  display: block;
}

@media print {
  table tbody {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  table tbody {
    display: table-row-group;
  }
}

table tbody tr {
  padding: 15px 0;
}

@media print {
  table tbody tr {
    padding: 0;
    border-bottom: 1px solid #eeeeee;
  }
}

@media (min-width: 768px) {
  table tbody tr {
    padding: 0;
    border-bottom: 1px solid #eeeeee;
  }
}

table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

table tbody tr td {
  padding: 5px 10px 5px 15px;
  font-size: 13px;
  color: #222;
}

table tbody tr td > span {
  display: block;
  overflow: hidden;
}

table tbody tr td:before {
  content: attr(data-header);
  display: block;
  float: left;
  width: 140px;
  font-weight: 600;
  color: #246db2;
  text-transform: uppercase;
}

@media print {
  table tbody tr td {
    padding: 18px 10px 16px 0px;
  }
  table tbody tr td:before {
    display: none;
  }
  table tbody tr td:first-child {
    padding: 18px 10px 16px;
  }
}

@media (min-width: 768px) {
  table tbody tr td {
    padding: 18px 10px 16px 0px;
  }
  table tbody tr td:before {
    display: none;
  }
  table tbody tr td:first-child {
    padding: 18px 10px 16px;
  }
}

.symptom {
  display: inline-block;
  padding: 0 10px 2px;
  background: #648aaf;
  font-size: 12px;
  border-radius: 10px;
  margin: -2px 0 8px 5px;
  color: #ffffff;
}

@media (max-width: 767px) {
  tr, td {
    display: block !important;
    overflow: hidden;
  }
}

@media print {
  td {
    display: table-cell !important;
    overflow: visible !important;
  }
  tr {
    display: table-row !important;
    overflow: visible !important;
  }
}

form .group {
  margin-bottom: 15px;
}

form .group:last-child {
  margin-bottom: 0;
}

form .group .heading {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: inherit;
  padding: 12px 15px 12px;
  width: 100%;
}

input[type='email'].patient-id,
input[type='number'].patient-id,
input[type='password'].patient-id,
input[type='search'].patient-id,
input[type='tel'].patient-id,
input[type='text'].patient-id,
input[type='url'].patient-id,
textarea.patient-id,
select.patient-id {
  display: none;
}

input[type='email'].input-validation-error,
input[type='number'].input-validation-error,
input[type='password'].input-validation-error,
input[type='search'].input-validation-error,
input[type='tel'].input-validation-error,
input[type='text'].input-validation-error,
input[type='url'].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border: 1px solid #D91E18;
  background: rgba(217, 30, 24, 0.1);
}

input[type='email'].valid,
input[type='number'].valid,
input[type='password'].valid,
input[type='search'].valid,
input[type='tel'].valid,
input[type='text'].valid,
input[type='url'].valid,
textarea.valid,
select.valid {
  border: 1px solid #3FC380;
  background: rgba(63, 195, 128, 0.1);
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.text-danger {
  color: red;
  margin-top: 7px;
  display: block;
  font-size: 14px;
}

select {
  padding-right: 3.0rem;
  height: 45px;
  font-size: 13px;
  color: 666666;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-right: 20px;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

::-webkit-input-placeholder {
  color: #666666;
  font-size: 13px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 13px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
}

#graph {
  height: 400px;
  width: 100%;
}

.graf {
  border-radius: 0;
}

.charts {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .charts {
    margin-top: 40px;
  }
}

.chart-container {
  position: relative;
  height: 400px;
}

.second-chart-container {
  position: relative;
  height: 400px;
  width: 100%;
}

@media (min-width: 768px) {
  .second-chart-container {
    height: 300px;
    float: left;
    width: 48%;
    margin-right: 4%;
  }
}

@media print {
  .second-chart-container {
    height: 300px;
    float: left;
    width: 48%;
    margin-right: 4%;
  }
}

.third-chart-container {
  position: relative;
  height: 400px;
  width: 100%;
}

@media (min-width: 768px) {
  .third-chart-container {
    height: 300px;
    float: left;
    width: 48%;
  }
}

@media print {
  .third-chart-container {
    height: 300px;
    float: left;
    width: 48%;
  }
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month.slideLeft {
  transform: translate3d(-100%, 0px, 0px);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  transform: translate3d(100%, 0px, 0px);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  transform: translate3d(100%, 0px, 0px);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  transform: translate3d(0, 0, 0px);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideLeft {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0px);
  }
  to {
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    transform: translate3d(0, 0, 0px);
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.not-logged-in {
  background: #34495e;
}

.not-logged-in .login-box {
  max-width: 400px;
  width: 80%;
  margin: 50px auto 0;
  padding: 0;
  background: #fff;
}

.not-logged-in .login-box .heading {
  background: #246db2;
  padding: 20px 0;
}

.not-logged-in .login-box .heading svg {
  height: 50px;
  margin: 0 auto;
  display: block;
}

.not-logged-in .login-box form {
  padding: 20px;
}

.not-logged-in .login-box form .btn {
  width: 100%;
  margin-top: 20px;
}

.date:before, .date:after {
  content: " ";
  display: table;
}

.date:after {
  clear: both;
}

.date input[type='text'] {
  float: left;
  background: transparent;
  border: 1px solid #c8c8c8;
  margin: 0 0 0 15px;
  padding: 4px 10px 4px;
  color: #246db2;
  height: 38px;
  text-transform: uppercase;
  width: 150px;
}

.date input[type='text'].active {
  border: 1px solid #246db2;
}

#copy-content {
  position: absolute;
  left: -9999px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
