/*! normalize.css v3.0.1 | 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,
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: 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

/* Accessibility - hides the forward slash */

[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInPartially {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

@-moz-keyframes fadeInPartially {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fadeInPartially {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

body {
  background-color: #dfe5e9;
}

.body-container {
  padding-left: 40px;
}

@media only screen and (min-width:64.063em) {
  .body-container {
    padding-left: 220px;
  }
}

.ac-renderer {
  font: normal 13px Arial, sans-serif;
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
  width: 300px;
  z-index: 1000;
}

.ac-row {
  cursor: pointer;
  padding: 0.4em;
}

.ac-highlighted {
  font-weight: bold;
}

.ac-active {
  background-color: #b2b4bf;
}

.notifications {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 100;
}

.notifications .notification {
  display: block;
  width: 18.75rem;
  border-radius: 0.625rem;
  padding: 0.625rem;
  background-color: #fff;
  margin: 0.625rem;
}

.notifications .notification i {
  margin-right: 0.5rem;
}

.notifications .notification.info {
  background-color: #2b2e33;
  color: #fff;
}

.notifications .notification.info i {
  color: #3498db;
}

.notifications .notification.error {
  background-color: #b32e2a;
  color: #fff;
}

.notifications .notification.success {
  background-color: #159077;
  color: #fff;
}

.notifications .notification.warn {
  background-color: #ed9c28;
  color: #fff;
}

.notifications .notification-enter {
  -webkit-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

.notifications .notification-leave {
  -webkit-animation: fadeOut 0.5s;
  -moz-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

.datagrid {
  width: 100%;
  table-layout: auto;
}

.datagrid .edit-icon {
  margin-right: 10px;
}

.datagrid .actions .icon {
  margin-left: 5px;
  margin-right: 5px;
}

.datagrid .nest {
  padding: 0px;
}

.datagrid .nest .datagrid {
  border-right: 0px;
  margin-bottom: 0px;
}

.datagrid th {
  cursor: pointer;
}

.calendar .week {
  background-color: #ddd;
  border-right: 0.0625rem solid #aaa;
}

.calendar .today {
  background-color: #ddf;
}

.calendar .other-month,
.calendar .unavailable {
  color: #aaa;
}

.calendar .highlight {
  background-color: #ffdddd;
}

.calendar td {
  text-align: center;
}

.calendar table tr th,
.calendar table tr td {
  padding: 0.4375rem;
}

.calendar .selected {
  background-color: #faa;
}

.email-editor:before,
.email-editor:after {
  content: " ";
  display: table;
}

.email-editor:after {
  clear: both;
}

.email-editor .preview-iframe {
  border: 0px;
  width: 100%;
  min-height: 500px;
}

.email-editor textarea {
  min-height: 200px;
  height: 100%;
}

.tabs {
  max-width: 100%;
  white-space: nowrap;
  display: block;
}

.tabs .tab-title {
  display: inline-block;
  float: none;
}

.tabs-content {
  padding: 5px;
  padding-top: 15px;
  background-color: #fff;
}

@media only screen and (min-width:64.063em) {
  .tabs-content {
    padding: 30px;
    background-color: #fff;
  }
}

#login-page {
  background-color: #fff;
  height: auto;
  background-image: url("../img/login-background2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#login-page .center {
  -webkit-animation: flipInY 1s;
  -moz-animation: flipInY 1s;
  animation: flipInY 1s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  margin: 100px auto auto auto;
  width: 350px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
}

#login-page .center .facebook-button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  border-radius: 15px;
  transition: background-color 300ms ease-out;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  transition: background-color 200ms;
  display: block;
  margin-bottom: 0px;
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNDI2N2IyO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+ZmxvZ29fUkdCX0hFWC0xMDI0PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05NjcuNDgsMGgtOTExQTU2LjUxLDU2LjUxLDAsMCwwLDAsNTYuNTJ2OTExQTU2LjUxLDU2LjUxLDAsMCwwLDU2LjUyLDEwMjRINTQ3VjYyOEg0MTRWNDczSDU0N1YzNTguOTNjMC0xMzIuMjYsODAuNzctMjA0LjI4LDE5OC43Ni0yMDQuMjgsNTYuNTEsMCwxMDUuMDgsNC4yMSwxMTkuMjQsNi4wOVYyOTlsLTgxLjM3LDBjLTY0LjIsMC03Ni42MywzMC41MS03Ni42Myw3NS4yOFY0NzNIODYwLjQ5bC0yMCwxNTVINzA3djM5Nkg5NjcuNDhBNTYuNTEsNTYuNTEsMCwwLDAsMTAyNCw5NjcuNDh2LTkxMUE1Ni41MSw1Ni41MSwwLDAsMCw5NjcuNDgsMFoiLz48cGF0aCBpZD0iZiIgY2xhc3M9ImNscy0yIiBkPSJNNzA3LDEwMjRWNjI4SDg0MC41bDIwLTE1NUg3MDdWMzc0LjI4YzAtNDQuNzcsMTIuNDMtNzUuMjgsNzYuNjMtNzUuMjhMODY1LDI5OVYxNjAuNzRjLTE0LjE2LTEuODgtNjIuNzMtNi4wOS0xMTkuMjQtNi4wOS0xMTgsMC0xOTguNzYsNzItMTk4Ljc2LDIwNC4yOFY0NzNINDE0VjYyOEg1NDd2Mzk2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk2Ny40OCwwaC05MTFBNTYuNTEsNTYuNTEsMCwwLDAsMCw1Ni41MnY5MTFBNTYuNTEsNTYuNTEsMCwwLDAsNTYuNTIsMTAyNEg1NDdWNjI4SDQxNFY0NzNINTQ3VjM1OC45M2MwLTEzMi4yNiw4MC43Ny0yMDQuMjgsMTk4Ljc2LTIwNC4yOCw1Ni41MSwwLDEwNS4wOCw0LjIxLDExOS4yNCw2LjA5VjI5OWwtODEuMzcsMGMtNjQuMiwwLTc2LjYzLDMwLjUxLTc2LjYzLDc1LjI4VjQ3M0g4NjAuNDlsLTIwLDE1NUg3MDd2Mzk2SDk2Ny40OEE1Ni41MSw1Ni41MSwwLDAsMCwxMDI0LDk2Ny40OHYtOTExQTU2LjUxLDU2LjUxLDAsMCwwLDk2Ny40OCwwWiIvPjxwYXRoIGlkPSJmLTIiIGRhdGEtbmFtZT0iZiIgY2xhc3M9ImNscy0yIiBkPSJNNzA3LDEwMjRWNjI4SDg0MC41bDIwLTE1NUg3MDdWMzc0LjI4YzAtNDQuNzcsMTIuNDMtNzUuMjgsNzYuNjMtNzUuMjhMODY1LDI5OVYxNjAuNzRjLTE0LjE2LTEuODgtNjIuNzMtNi4wOS0xMTkuMjQtNi4wOS0xMTgsMC0xOTguNzYsNzItMTk4Ljc2LDIwNC4yOFY0NzNINDE0VjYyOEg1NDd2Mzk2WiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-color: #4267b2;
}

#login-page .center .facebook-button:hover,
#login-page .center .facebook-button:focus {
  background-color: #007095;
}

#login-page .center .facebook-button:hover,
#login-page .center .facebook-button:focus {
  color: #FFFFFF;
}

#login-page .center .facebook-button:hover {
  background-color: #3257a2;
}

#login-page .center .errors {
  margin-top: 20px;
}

#login-page .center .errors .error {
  padding: 5px;
  text-align: center;
  background-color: #faa;
}

#login-page .center .errors .error:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#login-page .center .errors .error:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media only screen and (min-width:40.063em) {
  #login-page {
    background-size: 100% auto;
  }
}

@media only screen and (orientation: landscape) {
  #login-page {
    background-size: 100% auto;
  }
}

.body.container {
  position: relative;
  margin: 0px;
  padding: 5px 10px 10px 10px;
  width: 100%;
}

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

.body.container:after {
  clear: both;
}

.row.container {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row.container:after {
  clear: both;
}

.overlay {
  display: none;
}

.form-inline {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

.overlay.active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  left: 0px;
  margin-left: 40px;
  padding-right: 40px;
  z-index: 1000;
  top: 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay.active .loader {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  text-align: center;
  margin-top: 80px;
  width: 100%;
}

.overlay.active .loader .header {
  color: #fff;
  font-weight: bold;
}

.overlay.active .loader .container {
  padding: 5px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width:64.063em) {
  .overlay.active {
    margin-left: 220px;
    padding-right: 220px;
  }
}

#menu-sidebar-wrapper {
  position: fixed;
  height: 100%;
  left: 0px;
  overflow: hidden;
  width: 40px;
  z-index: 10;
}

#menu-sidebar-wrapper #menu-sidebar {
  background-color: #2b2e33;
  overflow-y: scroll;
  height: 100%;
  width: 60px;
}

#menu-sidebar-wrapper .title {
  display: none;
}

#menu-sidebar-wrapper ul {
  margin: 0px;
  padding: 0px;
}

#menu-sidebar-wrapper ul li {
  width: 40px;
  list-style-type: none;
  position: relative;
}

#menu-sidebar-wrapper ul li a,
#menu-sidebar-wrapper ul li span {
  color: #adadad;
  padding: 11px 12px 11px 12px;
  width: 100%;
  display: inline-block;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  transition: color 200ms;
}

#menu-sidebar-wrapper ul li a .icon,
#menu-sidebar-wrapper ul li span .icon {
  color: #adadad;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  transition: color 200ms linear;
}

#menu-sidebar-wrapper ul li a .text,
#menu-sidebar-wrapper ul li span .text {
  display: none;
}

@media only screen and (min-width:64.063em) {
  #menu-sidebar-wrapper {
    position: fixed;
    height: 100%;
    left: 0px;
    overflow: hidden;
    width: 220px;
    z-index: 10;
  }

  #menu-sidebar-wrapper .title {
    line-height: 45px;
    font-size: 1.0625rem;
    display: inline-block;
    margin: 0px;
  }

  #menu-sidebar-wrapper .title a {
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    padding: 0 15px;
  }

  #menu-sidebar-wrapper #menu-sidebar {
    width: 240px;
  }

  #menu-sidebar-wrapper ul li {
    width: 220px;
  }

  #menu-sidebar-wrapper ul li a,
  #menu-sidebar-wrapper ul li span {
    padding: 11px 20px 11px 15px;
  }

  #menu-sidebar-wrapper ul li a .icon,
  #menu-sidebar-wrapper ul li span .icon {
    margin-right: 2px;
  }

  #menu-sidebar-wrapper ul li a .text,
  #menu-sidebar-wrapper ul li span .text {
    display: inline;
  }

  #menu-sidebar-wrapper ul li a,
  #menu-sidebar-wrapper ul li.description > span {
    cursor: pointer;
  }

  #menu-sidebar-wrapper ul li a:hover .icon,
  #menu-sidebar-wrapper ul li.description > span:hover .icon {
    color: #00a2d9;
  }

  #menu-sidebar-wrapper ul li a:hover span,
  #menu-sidebar-wrapper ul li.description > span:hover span {
    color: #ffffff;
  }

  #menu-sidebar-wrapper ul li.selected a,
  #menu-sidebar-wrapper ul li.selected > span {
    background-color: #16191f;
    border-left: #00a2d9 solid 3px;
    padding-left: 12px;
  }

  #menu-sidebar-wrapper ul li.selected a .icon,
  #menu-sidebar-wrapper ul li.selected > span .icon {
    color: #ffffff;
  }

  #menu-sidebar-wrapper ul li.selected a .text,
  #menu-sidebar-wrapper ul li.selected > span .text {
    color: #ffffff;
  }

  #menu-sidebar-wrapper ul li.selected a:hover .icon,
  #menu-sidebar-wrapper ul li.selected > span:hover .icon {
    color: #ffffff;
  }
}