/**
 *
 * APP SCSS
 *
 */
/*----------  HELPERS  ----------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/* line 9, app/assets/stylesheets/app.css */
.text-decoration-none, .page-dashboard .navbar-header a.menu-btn, .side-navbar .main-menu-footer .sign-out, .card-std a, .boxes-panel a {
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/app.css */
.text-decoration-none:hover, .page-dashboard .navbar-header a.menu-btn:hover, .side-navbar .main-menu-footer .sign-out:hover, .card-std a:hover, .boxes-panel a:hover, .text-decoration-none:focus, .page-dashboard .navbar-header a.menu-btn:focus, .side-navbar .main-menu-footer .sign-out:focus, .card-std a:focus, .boxes-panel a:focus, .text-decoration-none:active, .page-dashboard .navbar-header a.menu-btn:active, .side-navbar .main-menu-footer .sign-out:active, .card-std a:active, .boxes-panel a:active {
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/app.css */
.valign-center, .list-group-event .btn-pos-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 23, app/assets/stylesheets/app.css */
.underline-effect {
  position: relative;
  text-decoration: none;
  color: #2d4f9d;
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/app.css */
.underline-effect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #2d4f9d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/* line 47, app/assets/stylesheets/app.css */
.underline-effect:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/*===================================
=            Extra Class            =
===================================*/
/* line 58, app/assets/stylesheets/app.css */
.clearfix:before, .intro-section:before, .main-wrapper:before, .accordion:before, .step-bar:before, .clearfix:after, .intro-section:after, .main-wrapper:after, .accordion:after, .step-bar:after {
  content: " ";
  display: table;
}

/* line 62, app/assets/stylesheets/app.css */
.clearfix:after, .intro-section:after, .main-wrapper:after, .accordion:after, .step-bar:after {
  clear: both;
}

/* line 65, app/assets/stylesheets/app.css */
.center {
  text-align: center;
}

/* line 67, app/assets/stylesheets/app.css */
.center > img {
  display: block;
  margin: auto;
}

/* line 71, app/assets/stylesheets/app.css */
.bold {
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/app.css */
.italic {
  font-style: italic;
}

/* line 77, app/assets/stylesheets/app.css */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/app.css */
.block {
  display: block;
}

/*----------  FROM CANVAS  ----------*/
/* line 90, app/assets/stylesheets/app.css */
.uppercase {
  text-transform: uppercase !important;
}

/* line 93, app/assets/stylesheets/app.css */
.lowercase {
  text-transform: lowercase !important;
}

/* line 96, app/assets/stylesheets/app.css */
.capitalize {
  text-transform: capitalize !important;
}

/* line 99, app/assets/stylesheets/app.css */
.nott {
  text-transform: none !important;
}

/* line 102, app/assets/stylesheets/app.css */
.tright {
  text-align: right !important;
}

/* line 105, app/assets/stylesheets/app.css */
.tleft {
  text-align: left !important;
}

/* line 108, app/assets/stylesheets/app.css */
.fright {
  float: right !important;
}

/* line 111, app/assets/stylesheets/app.css */
.fleft {
  float: left !important;
}

/* line 114, app/assets/stylesheets/app.css */
.fnone {
  float: none !important;
}

/* line 117, app/assets/stylesheets/app.css */
.ohidden {
  position: relative;
  overflow: hidden !important;
}

/* line 121, app/assets/stylesheets/app.css */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 12rem 0;
  border-top: 1px solid #EEE;
}

/* line 128, app/assets/stylesheets/app.css */
.line.line-sm,
.double-line.line-sm {
  margin: 1rem 0;
}

/* line 132, app/assets/stylesheets/app.css */
span.middot {
  display: inline-block;
  margin: 0 5px;
}

/* line 136, app/assets/stylesheets/app.css */
.double-line {
  border-top: 3px double #E5E5E5;
}

/* line 139, app/assets/stylesheets/app.css */
.emptydiv {
  display: block !important;
  position: relative !important;
}

/* line 143, app/assets/stylesheets/app.css */
.allmargin {
  margin: 2rem !important;
}

/* line 146, app/assets/stylesheets/app.css */
.leftmargin {
  margin-left: 2rem !important;
}

/* line 149, app/assets/stylesheets/app.css */
.rightmargin {
  margin-right: 2rem !important;
}

/* line 152, app/assets/stylesheets/app.css */
.topmargin {
  margin-top: 2rem !important;
}

/* line 155, app/assets/stylesheets/app.css */
.bottommargin {
  margin-bottom: 2rem !important;
}

/* line 158, app/assets/stylesheets/app.css */
.clear-bottommargin {
  margin-bottom: -2rem !important;
}

/* line 161, app/assets/stylesheets/app.css */
.allmargin-sm {
  margin: 1rem !important;
}

/* line 164, app/assets/stylesheets/app.css */
.leftmargin-sm {
  margin-left: 1rem !important;
}

/* line 167, app/assets/stylesheets/app.css */
.rightmargin-sm {
  margin-right: 1rem !important;
}

/* line 170, app/assets/stylesheets/app.css */
.topmargin-sm {
  margin-top: 1rem !important;
}

/* line 173, app/assets/stylesheets/app.css */
.bottommargin-sm {
  margin-bottom: 1rem !important;
}

/* line 176, app/assets/stylesheets/app.css */
.clear-bottommargin-sm {
  margin-bottom: -1rem !important;
}

/* line 179, app/assets/stylesheets/app.css */
.allmargin-lg {
  margin: 3rem !important;
}

/* line 182, app/assets/stylesheets/app.css */
.leftmargin-lg {
  margin-left: 3rem !important;
}

/* line 185, app/assets/stylesheets/app.css */
.rightmargin-lg {
  margin-right: 3rem !important;
}

/* line 188, app/assets/stylesheets/app.css */
.topmargin-lg {
  margin-top: 3rem !important;
}

/* line 191, app/assets/stylesheets/app.css */
.bottommargin-lg {
  margin-bottom: 3rem !important;
}

/* line 194, app/assets/stylesheets/app.css */
.clear-bottommargin-lg {
  margin-bottom: -3rem !important;
}

/* line 197, app/assets/stylesheets/app.css */
.nomargin {
  margin: 0 !important;
}

/* line 200, app/assets/stylesheets/app.css */
.noleftmargin {
  margin-left: 0 !important;
}

/* line 203, app/assets/stylesheets/app.css */
.norightmargin {
  margin-right: 0 !important;
}

/* line 206, app/assets/stylesheets/app.css */
.notopmargin {
  margin-top: 0 !important;
}

/* line 209, app/assets/stylesheets/app.css */
.nobottommargin {
  margin-bottom: 0 !important;
}

/* line 212, app/assets/stylesheets/app.css */
.noborder {
  border: none !important;
}

/* line 215, app/assets/stylesheets/app.css */
.noleftborder {
  border-left: none !important;
}

/* line 218, app/assets/stylesheets/app.css */
.norightborder {
  border-right: none !important;
}

/* line 221, app/assets/stylesheets/app.css */
.notopborder {
  border-top: none !important;
}

/* line 224, app/assets/stylesheets/app.css */
.nobottomborder {
  border-bottom: none !important;
}

/* line 227, app/assets/stylesheets/app.css */
.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 234, app/assets/stylesheets/app.css */
.nopadding {
  padding: 0 !important;
}

/* line 237, app/assets/stylesheets/app.css */
.noleftpadding {
  padding-left: 0 !important;
}

/* line 240, app/assets/stylesheets/app.css */
.norightpadding {
  padding-right: 0 !important;
}

/* line 243, app/assets/stylesheets/app.css */
.notoppadding {
  padding-top: 0 !important;
}

/* line 246, app/assets/stylesheets/app.css */
.nobottompadding {
  padding-bottom: 0 !important;
}

/* line 249, app/assets/stylesheets/app.css */
.noabsolute {
  position: relative !important;
}

/* line 252, app/assets/stylesheets/app.css */
.noshadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 259, app/assets/stylesheets/app.css */
.hidden {
  display: none !important;
}

/* line 262, app/assets/stylesheets/app.css */
.nothidden {
  display: block !important;
}

/* line 265, app/assets/stylesheets/app.css */
.inline-block {
  float: none !important;
  display: inline-block !important;
}

/* line 269, app/assets/stylesheets/app.css */
.center {
  text-align: center !important;
}

@media (max-width: 767px) {
  /* line 273, app/assets/stylesheets/app.css */
  .center-xs {
    text-align: center !important;
  }
}

/* line 276, app/assets/stylesheets/app.css */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 282, app/assets/stylesheets/app.css */
.color {
  color: #2d4f9d !important;
}

/* line 285, app/assets/stylesheets/app.css */
.border-color {
  border-color: #2d4f9d !important;
}

/* line 288, app/assets/stylesheets/app.css */
.nobg {
  background: none !important;
}

/* line 291, app/assets/stylesheets/app.css */
.nobgcolor {
  background-color: transparent !important;
}

/* line 294, app/assets/stylesheets/app.css */
.bg-theme {
  background-color: #2d4f9d !important;
}

/* line 297, app/assets/stylesheets/app.css */
.bg-secondary {
  background-color: #ffcd22 !important;
}

/* line 300, app/assets/stylesheets/app.css */
.text-theme {
  color: #2d4f9d !important;
}

/* line 303, app/assets/stylesheets/app.css */
.text-dark {
  color: #000 !important;
}

/* line 306, app/assets/stylesheets/app.css */
.text-light {
  color: #fff !important;
}

/* line 309, app/assets/stylesheets/app.css */
.text-gray {
  color: #bdbdbd !important;
}

/* line 312, app/assets/stylesheets/app.css */
.text-gray-dark {
  color: #343a40 !important;
}

/* line 315, app/assets/stylesheets/app.css */
.bg-gradient-theme {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1010+0,ff8f1a+100 */
  background: #3197ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3197ed 0%, #175da2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3197ed 0%, #175da2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3197ed 0%, #175da2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 327, app/assets/stylesheets/app.css */
.fullscreen {
  min-height: 100vh;
}

/*----------  BASE  ----------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 340, app/assets/stylesheets/app.css */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 355, app/assets/stylesheets/app.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 361, app/assets/stylesheets/app.css */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 373, app/assets/stylesheets/app.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 383, app/assets/stylesheets/app.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 392, app/assets/stylesheets/app.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 399, app/assets/stylesheets/app.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 411, app/assets/stylesheets/app.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 423, app/assets/stylesheets/app.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 433, app/assets/stylesheets/app.css */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 441, app/assets/stylesheets/app.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 452, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 459, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 467, app/assets/stylesheets/app.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 478, app/assets/stylesheets/app.css */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 484, app/assets/stylesheets/app.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 491, app/assets/stylesheets/app.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 498, app/assets/stylesheets/app.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 505, app/assets/stylesheets/app.css */
sub {
  bottom: -0.25em;
}

/* line 508, app/assets/stylesheets/app.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 516, app/assets/stylesheets/app.css */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 523, app/assets/stylesheets/app.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 530, app/assets/stylesheets/app.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 536, app/assets/stylesheets/app.css */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 545, app/assets/stylesheets/app.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 563, app/assets/stylesheets/app.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 572, app/assets/stylesheets/app.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 582, app/assets/stylesheets/app.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 592, app/assets/stylesheets/app.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 602, app/assets/stylesheets/app.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 611, app/assets/stylesheets/app.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 622, app/assets/stylesheets/app.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 640, app/assets/stylesheets/app.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 649, app/assets/stylesheets/app.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 656, app/assets/stylesheets/app.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 666, app/assets/stylesheets/app.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 674, app/assets/stylesheets/app.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 683, app/assets/stylesheets/app.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 691, app/assets/stylesheets/app.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 703, app/assets/stylesheets/app.css */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 710, app/assets/stylesheets/app.css */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 718, app/assets/stylesheets/app.css */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 724, app/assets/stylesheets/app.css */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 732, app/assets/stylesheets/app.css */
[hidden] {
  display: none;
}

/* line 735, app/assets/stylesheets/app.css */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #828282;
}

/* line 740, app/assets/stylesheets/app.css */
body.dashboard {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* line 743, app/assets/stylesheets/app.css */
body.dashboard h1,
body.dashboard h2,
body.dashboard h3,
body.dashboard h4,
body.dashboard h5,
body.dashboard h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

/*----------  Heading  ----------*/
/* line 753, app/assets/stylesheets/app.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

/* line 761, app/assets/stylesheets/app.css */
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
}

/* line 769, app/assets/stylesheets/app.css */
a {
  color: #2d4f9d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 776, app/assets/stylesheets/app.css */
a:hover, a:focus {
  color: #ffcd22;
}

/* line 779, app/assets/stylesheets/app.css */
.lead, .dataTables_wrapper .dataTables_info {
  font-size: 1.1rem;
  font-weight: normal;
}

/* line 783, app/assets/stylesheets/app.css */
strong .lead, strong .dataTables_wrapper .dataTables_info, .dataTables_wrapper strong .dataTables_info, strong.lead, .dataTables_wrapper strong.dataTables_info {
  font-weight: bold;
}

/* line 786, app/assets/stylesheets/app.css */
.intro-section h1 {
  color: #2d4f9d;
  font-weight: bold;
}

/* line 790, app/assets/stylesheets/app.css */
.title-section {
  font-size: 22px;
  color: #ffcd22;
  margin: 1rem 0 .5rem;
}

/* line 795, app/assets/stylesheets/app.css */
.extra-large {
  font-size: 40px;
}

@media (max-width: 767px) {
  /* line 798, app/assets/stylesheets/app.css */
  .extra-large {
    font-size: 30px;
  }
}

/*----------  LAYOUT  ----------*/
/*==============================
=            Layout            =
==============================*/
/*----------  CONTAINER  ----------*/
/* line 806, app/assets/stylesheets/app.css */
.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/*----------  SECTION  ----------*/
/* line 813, app/assets/stylesheets/app.css */
.section-panel {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

/*----------  Display Table  ----------*/
/* line 819, app/assets/stylesheets/app.css */
.display-table {
  display: table;
  width: 100%;
}

/* line 822, app/assets/stylesheets/app.css */
.display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 825, app/assets/stylesheets/app.css */
.display-table.valign-top .display-table-cell {
  vertical-align: top;
}

/* line 827, app/assets/stylesheets/app.css */
.display-table.valign-middle .display-table-cell {
  vertical-align: middle;
}

/* line 829, app/assets/stylesheets/app.css */
.display-table.valign-bottom .display-table-cell {
  vertical-align: bottom;
}

/*----------  GRID  ----------*/
/* line 833, app/assets/stylesheets/app.css */
.grid-nopadding div[class*="col-"] {
  padding: 0;
}

@media (max-width: 767px) {
  /* line 837, app/assets/stylesheets/app.css */
  .main-wrapper.fullscreen {
    min-height: auto;
    height: auto;
  }
}

/* line 841, app/assets/stylesheets/app.css */
.page-dashboard {
  background-color: #f7f7f7;
}

/* line 843, app/assets/stylesheets/app.css */
.page-dashboard .boxes-panel {
  margin: 1rem auto;
}

/* line 846, app/assets/stylesheets/app.css */
.page-content {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 849, app/assets/stylesheets/app.css */
.page-content .nav-std {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  /* line 855, app/assets/stylesheets/app.css */
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 858, app/assets/stylesheets/app.css */
  .page-content .nav-std {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 864, app/assets/stylesheets/app.css */
.page-dashboard .navbar {
  background-color: #fff;
  padding: 0;
}

/* line 867, app/assets/stylesheets/app.css */
.page-dashboard .navbar .navbar-holder {
  padding: .2rem 0;
}

/* line 869, app/assets/stylesheets/app.css */
.page-dashboard .navbar .brand-text {
  text-transform: inherit;
  color: #828282;
  font-size: 14px;
}

/* line 873, app/assets/stylesheets/app.css */
.page-dashboard .navbar .brand-text strong {
  font-size: inherit;
}

/* line 875, app/assets/stylesheets/app.css */
.page-dashboard .navbar .brand-logo-text {
  margin-bottom: 0;
  font-size: 22px;
  color: #A2A718;
}

/* line 879, app/assets/stylesheets/app.css */
.page-dashboard .navbar .brand-logo-text span {
  color: #828282;
}

/* line 882, app/assets/stylesheets/app.css */
.page-dashboard .navbar-header {
  margin-left: -3rem;
}

/* line 884, app/assets/stylesheets/app.css */
.page-dashboard .navbar-header a.menu-btn {
  padding: 1rem !important;
  background-color: #274589;
}

/* line 887, app/assets/stylesheets/app.css */
.page-dashboard .navbar-header a.menu-btn .fa {
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  /* line 892, app/assets/stylesheets/app.css */
  .page-dashboard .navbar-header {
    margin-left: -1rem;
  }
}

/* line 895, app/assets/stylesheets/app.css */
.side-navbar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1010+0,ff8f1a+100 */
  background: #3863c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3863c5 0%, #274589 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3863c5 0%, #274589 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3863c5 0%, #274589 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 906, app/assets/stylesheets/app.css */
.side-navbar .main-menu {
  min-height: calc(100vh - 150px);
  padding-bottom: 120px;
}

/* line 909, app/assets/stylesheets/app.css */
.side-navbar .main-menu-footer {
  padding: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 914, app/assets/stylesheets/app.css */
.side-navbar .main-menu-footer-inner {
  position: absolute;
  bottom: 20px;
}

/* line 917, app/assets/stylesheets/app.css */
.side-navbar .main-menu-footer .sign-out {
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 921, app/assets/stylesheets/app.css */
.side-navbar .main-menu-footer .sign-out:hover {
  opacity: .75;
}

/* line 923, app/assets/stylesheets/app.css */
.side-navbar .main-menu-footer p {
  margin-bottom: 0;
}

/* line 925, app/assets/stylesheets/app.css */
.side-navbar.shrink li ul {
  padding: 0;
}

/* line 927, app/assets/stylesheets/app.css */
.side-navbar.shrink .main-menu-footer {
  padding: 6px;
  font-size: 80%;
  text-align: center;
}

/* line 931, app/assets/stylesheets/app.css */
.side-navbar.shrink .main-menu-footer .sign-out img {
  display: block;
  margin: 0 auto .25rem;
}

/* line 934, app/assets/stylesheets/app.css */
.side-navbar .sidenav-header {
  background-color: transparent;
}

/* line 936, app/assets/stylesheets/app.css */
.side-navbar .sidenav-header img {
  margin-bottom: 10px;
}

/* line 938, app/assets/stylesheets/app.css */
.side-navbar .sidenav-header p {
  margin-bottom: 5px;
}

/* line 940, app/assets/stylesheets/app.css */
.side-navbar .sidenav-header span {
  color: #fff;
  font-weight: 100;
}

/* line 943, app/assets/stylesheets/app.css */
.side-navbar li a[data-toggle="collapse"]::before {
  content: '\f067';
}

/* line 945, app/assets/stylesheets/app.css */
.side-navbar li a[aria-expanded="true"]::before {
  content: '\f068';
}

/* line 947, app/assets/stylesheets/app.css */
.side-navbar li a {
  font-size: 13px;
  padding: 12px 25px;
}

/* line 950, app/assets/stylesheets/app.css */
.side-navbar li a:hover, .side-navbar li a:focus, .side-navbar li a[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 952, app/assets/stylesheets/app.css */
.side-navbar li ul {
  background-color: #274589;
  padding: 10px 10px 10px 25px;
}

/* line 955, app/assets/stylesheets/app.css */
.side-navbar li ul li a {
  font-size: 12px !important;
  padding: 10px;
}

/* line 958, app/assets/stylesheets/app.css */
.side-navbar li ul.collapse li a {
  border: none;
}

/* line 960, app/assets/stylesheets/app.css */
.side-navbar li ul.collapse li a:hover, .side-navbar li ul.collapse li a:focus {
  background-color: transparent;
  color: #ffcd22;
}

@media (max-width: 767px) {
  /* line 964, app/assets/stylesheets/app.css */
  .side-navbar li ul {
    padding: 0;
  }
}

/*===============================
=            Sidebar            =
===============================*/
/*==================================
=            Responsive            =
==================================*/
/*----------  COMPONENTS  ----------*/
/* line 974, app/assets/stylesheets/app.css */
.btn {
  font-family: "Lato", sans-serif;
  margin: .25rem;
  padding: .65rem 1.5rem;
  font-size: 12px;
  font-weight: bold;
  box-shadow: none !important;
}

/* line 981, app/assets/stylesheets/app.css */
.btn.block {
  width: 100%;
}

/* line 984, app/assets/stylesheets/app.css */
.btn-create {
  margin-top: 1.25rem;
}

/* line 987, app/assets/stylesheets/app.css */
.btn-group-toggle .btn {
  margin: 0;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

/* line 993, app/assets/stylesheets/app.css */
.btn-group-toggle .btn:hover {
  background-color: #e9ecef !important;
  color: #2d4f9d !important;
}

/* line 996, app/assets/stylesheets/app.css */
.btn-group-toggle .btn.active {
  background-color: #e9ecef !important;
  color: #2d4f9d !important;
}

/* line 999, app/assets/stylesheets/app.css */
.btn-group-toggle .btn.active.disabled {
  background-color: #e9ecef;
  color: #bdbdbd !important;
  opacity: 1;
}

/* line 1004, app/assets/stylesheets/app.css */
.btn-circle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border-radius: 50%;
}

/*================================
=            Dropdown            =
================================*/
/* line 1014, app/assets/stylesheets/app.css */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/* line 1020, app/assets/stylesheets/app.css */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 1023, app/assets/stylesheets/app.css */
.dashboard .form-control {
  font-family: "Lato", sans-serif;
}

/* line 1026, app/assets/stylesheets/app.css */
.asterisk {
  color: red;
}

/* line 1029, app/assets/stylesheets/app.css */
label {
  font-size: 12px;
  font-weight: bold;
}

/* line 1033, app/assets/stylesheets/app.css */
.form-control:disabled, .form-control.disabled,
.btn:disabled,
.btn.disabled {
  pointer-events: none !important;
}

/* line 1037, app/assets/stylesheets/app.css */
.form-control:disabled:hover, .form-control.disabled:hover,
.btn:disabled:hover,
.btn.disabled:hover {
  cursor: not-allowed;
}

/* line 1042, app/assets/stylesheets/app.css */
.form-control {
  font-size: 14px;
  color: #bdbdbd;
  border-radius: 6px;
  height: 45px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1052, app/assets/stylesheets/app.css */
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #bdbdbd;
}

/* line 1057, app/assets/stylesheets/app.css */
select.form-control:not([size]):not([multiple]) {
  height: 45px;
}

/* line 1060, app/assets/stylesheets/app.css */
textarea.form-control {
  height: auto;
}

/* line 1063, app/assets/stylesheets/app.css */
input.form-control,
select.form-control {
  border-radius: 6px;
}

/* line 1067, app/assets/stylesheets/app.css */
.input-group .input-group-text {
  border-right: none;
  position: relative;
}

/* line 1070, app/assets/stylesheets/app.css */
.input-group .input-group-text::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #bdbdbd;
}

/* line 1085, app/assets/stylesheets/app.css */
.input-group .form-control {
  border-left: none;
}

/* line 1088, app/assets/stylesheets/app.css */
.input-group-text {
  background-color: transparent;
  color: #bdbdbd;
  height: 45px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1101, app/assets/stylesheets/app.css */
.input-group-text.disabled {
  background-color: #e9ecef;
}

/* line 1103, app/assets/stylesheets/app.css */
.input-group-text .fa {
  font-size: 1.5rem;
}

/* line 1106, app/assets/stylesheets/app.css */
.form-group {
  margin-top: 1rem;
}

/* line 1108, app/assets/stylesheets/app.css */
.form-group label {
  color: #bdbdbd;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1115, app/assets/stylesheets/app.css */
.form-group.focus label, .form-group.filled label {
  color: #2d4f9d;
}

/* line 1117, app/assets/stylesheets/app.css */
.form-group.focus .fa, .form-group.filled .fa {
  color: #2d4f9d;
}

/* line 1119, app/assets/stylesheets/app.css */
.form-group.focus .form-control,
.form-group.focus .input-group-text, .form-group.filled .form-control,
.form-group.filled .input-group-text {
  border-color: #3863c5;
  color: #000;
}

@media (max-width: 767px) {
  /* line 1125, app/assets/stylesheets/app.css */
  .form-group {
    margin-top: 0;
  }
}

/* line 1128, app/assets/stylesheets/app.css */
.form-flip [class*="col"]:first-child {
  padding-right: 3rem;
  border-right: 1px solid #bdbdbd;
}

/* line 1132, app/assets/stylesheets/app.css */
.form-flip [class*="col"]:last-child {
  padding-left: 3rem;
}

@media (max-width: 767px) {
  /* line 1136, app/assets/stylesheets/app.css */
  .form-flip:first-child {
    padding-right: 15px;
    border-right: none;
  }
  /* line 1139, app/assets/stylesheets/app.css */
  .form-flip:last-child {
    padding-left: 15px;
  }
}

/* line 1142, app/assets/stylesheets/app.css */
.date-time .bridge {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
  width: 30px;
  margin: auto;
}

/* line 1151, app/assets/stylesheets/app.css */
.select2-container {
  width: 100% !important;
  height: 45px;
  text-align: left;
  margin: .25rem;
}

/* line 1156, app/assets/stylesheets/app.css */
.select2-container .selection {
  display: block;
  font-size: 14px;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1168, app/assets/stylesheets/app.css */
.select2-container .selection:focus {
  outline: none;
  box-shadow: none;
  border-color: #3863c5;
}

/* line 1173, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single {
  border-color: transparent;
}

/* line 1176, app/assets/stylesheets/app.css */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

/* line 1180, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0 1rem;
}

/* line 1184, app/assets/stylesheets/app.css */
.select2-search--dropdown .select2-search__field {
  height: 30px;
}

/* line 1187, app/assets/stylesheets/app.css */
.select2-container--open .select2-dropdown {
  left: -3px;
}

/* line 1190, app/assets/stylesheets/app.css */
.select2-results {
  color: #000;
}

/* line 1193, app/assets/stylesheets/app.css */
.input-group-select2-dropdown {
  margin: .25rem;
}

/* line 1196, app/assets/stylesheets/app.css */
.input-group .select2-container {
  width: 50% !important;
  flex: 1;
  margin: 0;
  border-left: none;
  overflow: hidden;
}

/* line 1202, app/assets/stylesheets/app.css */
.input-group .select2-container .selection {
  height: auto;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1207, app/assets/stylesheets/app.css */
.input-group .select2-container .select2-selection--single {
  height: 43px;
  border: none;
}

/* line 1211, app/assets/stylesheets/app.css */
.dataTables_filter,
.dataTables_length {
  margin-bottom: 1rem;
}

/* line 1214, app/assets/stylesheets/app.css */
.dataTables_filter select,
.dataTables_filter input,
.dataTables_length select,
.dataTables_length input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  font-size: 14px;
  color: #bdbdbd;
  border-radius: 6px;
  height: 45px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1234, app/assets/stylesheets/app.css */
.dataTables_filter select:focus,
.dataTables_filter input:focus,
.dataTables_length select:focus,
.dataTables_length input:focus {
  outline: none;
  box-shadow: none;
  border-color: #bdbdbd;
}

/* line 1242, app/assets/stylesheets/app.css */
.table-default thead th,
.table-default thead td {
  font-size: 22px;
}

/* line 1246, app/assets/stylesheets/app.css */
.table-default tbody td {
  font-size: 14px;
  padding: 3px 5px;
}

@media (max-width: 767px) {
  /* line 1251, app/assets/stylesheets/app.css */
  .table-default thead th,
  .table-default thead td {
    font-size: 16px;
    vertical-align: top;
  }
  /* line 1255, app/assets/stylesheets/app.css */
  .table-default tbody td {
    font-size: 14px;
    padding: .5rem;
  }
}

/* line 1259, app/assets/stylesheets/app.css */
.table-default-spacing tbody td {
  padding: 10px 5px;
}

/* line 1262, app/assets/stylesheets/app.css */
.table-noborder thead th,
.table-noborder thead td,
.table-noborder tbody th,
.table-noborder tbody td,
.table-noborder tfoot th,
.table-noborder tfoot td {
  border-color: transparent;
}

/* line 1270, app/assets/stylesheets/app.css */
.table-striped thead tr th,
.table-striped thead tr td {
  background-color: #f7f7f7;
}

/* line 1274, app/assets/stylesheets/app.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

/* line 1277, app/assets/stylesheets/app.css */
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

/* line 1280, app/assets/stylesheets/app.css */
.table-std thead > tr > th {
  background-color: #ffcd22;
  color: #fff;
}

/* line 1284, app/assets/stylesheets/app.css */
.table-std tbody > tr > td {
  background-color: #fff;
}

/* line 1287, app/assets/stylesheets/app.css */
.table-std-tr-list tr td .table {
  margin-bottom: 0;
}

/* line 1290, app/assets/stylesheets/app.css */
.table-dataTable {
  margin-top: 1rem;
}

/* line 1293, app/assets/stylesheets/app.css */
table.dataTable thead th,
table.dataTable thead td {
  vertical-align: middle;
}

/* line 1297, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: .5rem 0 !important;
  margin: .5rem .5rem;
  width: 40px;
  height: 40px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50% !important;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-align: center;
  background: none !important;
}

/* line 1312, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #fff !important;
}

/* line 1316, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: .75;
}

/* line 1318, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}

/* line 1322, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: auto;
  line-height: 1;
  border: none !important;
}

/* line 1326, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background-color: transparent !important;
  border: none !important;
  color: #ffc107 !important;
}

/* line 1331, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_info {
  color: #828282;
  float: none !important;
}

/* line 1335, app/assets/stylesheets/app.css */
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
}

/* line 1339, app/assets/stylesheets/app.css */
.dataTables_filter {
  float: left !important;
}

/* line 1341, app/assets/stylesheets/app.css */
.dataTables_filter label {
  color: #2d4f9d;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 1346, app/assets/stylesheets/app.css */
.dataTables_length {
  float: right !important;
}

/* line 1348, app/assets/stylesheets/app.css */
.dataTables_length label {
  color: #2d4f9d;
  font-size: 18px;
  text-transform: uppercase;
}

/*==============================
=            Banner            =
==============================*/
/*===============================
=            Sliders            =
===============================*/
/*============================
=            LIst            =
============================*/
/* line 1362, app/assets/stylesheets/app.css */
.list-group-event .list-group-item {
  padding: 1.5rem 0 1.5rem 2rem;
  margin: 1rem 0;
}

/* line 1366, app/assets/stylesheets/app.css */
.list-group-event small {
  font-weight: bold;
}

/* line 1369, app/assets/stylesheets/app.css */
.list-group-event .bordered {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 30px;
}

/* line 1374, app/assets/stylesheets/app.css */
.list-group-event .btn {
  min-width: 140px;
}

/* line 1377, app/assets/stylesheets/app.css */
.list-group-event .btn-pos-center {
  position: absolute;
  left: 2rem;
  right: 2rem;
}

/* line 1382, app/assets/stylesheets/app.css */
.list-group-event .col-flag {
  max-width: 76px;
}

/* line 1385, app/assets/stylesheets/app.css */
.list-group-event-2 .col-flag {
  margin-right: 15px;
}

/* line 1388, app/assets/stylesheets/app.css */
.list-group-user .col-flag {
  margin: -0.75rem 0;
  margin-left: -.35rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #868e96;
  color: #fff;
}

/* line 1396, app/assets/stylesheets/app.css */
.list-group-user .list-group-item {
  margin: 1rem 0;
}

/* line 1399, app/assets/stylesheets/app.css */
.list-group-user form {
  padding-top: 1rem;
}

/* line 1402, app/assets/stylesheets/app.css */
.list-group-participant .list-group-item {
  background-color: #F5F5F5;
  margin: 1rem 0;
  border-radius: .25rem;
}

/* line 1407, app/assets/stylesheets/app.css */
.list-group-participant .accordion {
  background-color: #fff;
  margin: 1rem -1.25rem -0.75rem;
}

@media (max-width: 767px) {
  /* line 1412, app/assets/stylesheets/app.css */
  .list-group-participant .text-right {
    text-align: left !important;
    margin-top: .5rem;
  }
  /* line 1415, app/assets/stylesheets/app.css */
  .list-group-participant .fa-user {
    float: left;
    position: relative;
    width: 25px;
    overflow: hidden;
    margin-right: .5rem;
  }
  /* line 1421, app/assets/stylesheets/app.css */
  .list-group-participant strong {
    float: left;
  }
  /* line 1423, app/assets/stylesheets/app.css */
  .list-group-participant .fa-check-circle {
    display: none;
  }
}

/* line 1426, app/assets/stylesheets/app.css */
.list-indent {
  margin-bottom: 2rem;
}

/* line 1428, app/assets/stylesheets/app.css */
.list-indent.nostyle ul,
.list-indent.nostyle ol {
  padding-left: 1.75rem;
}

/* line 1431, app/assets/stylesheets/app.css */
.list-indent.nostyle ul li,
.list-indent.nostyle ol li {
  list-style: none;
}

/* line 1434, app/assets/stylesheets/app.css */
.list-indent ul,
.list-indent ol {
  padding-left: 3rem;
}

/* line 1437, app/assets/stylesheets/app.css */
.list-indent ul li,
.list-indent ol li {
  margin: 1rem 0;
  color: #2d4f9d;
  font-size: 18px;
}

@media (max-width: 767px) {
  /* line 1443, app/assets/stylesheets/app.css */
  .list-indent {
    margin-bottom: 1rem;
  }
  /* line 1445, app/assets/stylesheets/app.css */
  .list-indent.nostyle ul,
  .list-indent.nostyle ol {
    padding-left: 1rem;
  }
  /* line 1448, app/assets/stylesheets/app.css */
  .list-indent ul,
  .list-indent ol {
    padding-left: 2rem;
  }
}

/*============================
=            Card            =
============================*/
/* line 1455, app/assets/stylesheets/app.css */
.card-list {
  margin: 2rem 0;
}

/* line 1458, app/assets/stylesheets/app.css */
.card-std {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

/* line 1465, app/assets/stylesheets/app.css */
.card-std .card-body {
  padding: .75rem 1.25rem;
}

/* line 1467, app/assets/stylesheets/app.css */
.card-std .img {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
}

/* line 1473, app/assets/stylesheets/app.css */
.card-std:hover {
  box-shadow: 5px 7px 15px 0px #ddd;
}

/*=================================
=            Thumbnail            =
=================================*/
/*===============================
=            Wysiwyg            =
===============================*/
/* line 1482, app/assets/stylesheets/app.css */
.wysiwyg-content {
  line-height: 1.5;
}

/* line 1484, app/assets/stylesheets/app.css */
.wysiwyg-content h1 {
  font-size: 36px;
}

/* line 1486, app/assets/stylesheets/app.css */
.wysiwyg-content h2 {
  font-size: 30px;
}

/* line 1488, app/assets/stylesheets/app.css */
.wysiwyg-content h3 {
  font-size: 24px;
}

/* line 1490, app/assets/stylesheets/app.css */
.wysiwyg-content h4 {
  font-size: 18px;
}

/* line 1492, app/assets/stylesheets/app.css */
.wysiwyg-content h5 {
  font-size: 14px;
}

/* line 1494, app/assets/stylesheets/app.css */
.wysiwyg-content h6 {
  font-size: 12px;
}

/* line 1496, app/assets/stylesheets/app.css */
.wysiwyg-content p {
  margin-bottom: 15px;
}

/* line 1498, app/assets/stylesheets/app.css */
.wysiwyg-content strong {
  font-weight: bold;
}

/* line 1500, app/assets/stylesheets/app.css */
.wysiwyg-content em {
  font-style: italic;
}

/* line 1502, app/assets/stylesheets/app.css */
.wysiwyg-content u {
  text-decoration: underline;
}

/* line 1504, app/assets/stylesheets/app.css */
.wysiwyg-content a {
  color: #2d4f9d;
}

/* line 1506, app/assets/stylesheets/app.css */
.wysiwyg-content img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

/* line 1511, app/assets/stylesheets/app.css */
.wysiwyg-content ol,
.wysiwyg-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 1515, app/assets/stylesheets/app.css */
.wysiwyg-content ol li,
.wysiwyg-content ul li {
  margin-bottom: 5px;
}

/* line 1518, app/assets/stylesheets/app.css */
.wysiwyg-content ol li h1,
.wysiwyg-content ol li h2,
.wysiwyg-content ol li h3,
.wysiwyg-content ol li h4,
.wysiwyg-content ol li h5,
.wysiwyg-content ol li h6,
.wysiwyg-content ol li p,
.wysiwyg-content ul li h1,
.wysiwyg-content ul li h2,
.wysiwyg-content ul li h3,
.wysiwyg-content ul li h4,
.wysiwyg-content ul li h5,
.wysiwyg-content ul li h6,
.wysiwyg-content ul li p {
  display: inline;
  margin: 0;
}

/* line 1534, app/assets/stylesheets/app.css */
.wysiwyg-content p {
  color: #828282;
}

/* line 1536, app/assets/stylesheets/app.css */
.wysiwyg-content table {
  width: 100% !important;
  max-width: 100%;
  line-height: 1.5;
}

/* line 1540, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th,
.wysiwyg-content table > tbody > tr > th,
.wysiwyg-content table > tfoot > tr > th,
.wysiwyg-content table > thead > tr > td,
.wysiwyg-content table > tbody > tr > td,
.wysiwyg-content table > tfoot > tr > td {
  border: 1px solid #ccc;
  padding: 15px 30px;
  vertical-align: top;
  border: 1px solid #c1c2c2;
}

/* line 1550, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

/* line 1554, app/assets/stylesheets/app.css */
.wysiwyg-content q {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  font-style: italic;
}

@media (max-width: 767px) {
  /* line 1561, app/assets/stylesheets/app.css */
  .wysiwyg-content h1 {
    font-size: 30px;
  }
  /* line 1563, app/assets/stylesheets/app.css */
  .wysiwyg-content h2 {
    font-size: 24px;
  }
  /* line 1565, app/assets/stylesheets/app.css */
  .wysiwyg-content h3 {
    font-size: 18px;
  }
  /* line 1567, app/assets/stylesheets/app.css */
  .wysiwyg-content h4 {
    font-size: 14px;
  }
  /* line 1569, app/assets/stylesheets/app.css */
  .wysiwyg-content h5 {
    font-size: 10px;
  }
  /* line 1571, app/assets/stylesheets/app.css */
  .wysiwyg-content h6 {
    font-size: 8px;
  }
}

/* line 1574, app/assets/stylesheets/app.css */
.wysiwyg-content.paragraph-indent p {
  text-indent: 2em;
}

/*==================================
=            Popup SCSS            =
==================================*/
/*----------  MAGNIFIC POPUP  ----------*/
/* line 1581, app/assets/stylesheets/app.css */
.white-popup {
  position: relative;
  background-color: #fff;
  padding: 25px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
/* line 1592, app/assets/stylesheets/app.css */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1596, app/assets/stylesheets/app.css */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 1600, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 1603, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 1606, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1608, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 1611, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
/* line 1617, app/assets/stylesheets/app.css */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1621, app/assets/stylesheets/app.css */
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

/* line 1626, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1629, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* line 1632, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1634, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

/* line 1637, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
/* line 1643, app/assets/stylesheets/app.css */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1647, app/assets/stylesheets/app.css */
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

/* line 1651, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

/* line 1654, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

/* line 1657, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1659, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

/* line 1662, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
/* line 1668, app/assets/stylesheets/app.css */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1672, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

/* line 1674, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

/* line 1678, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* line 1681, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

/* line 1684, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1686, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

/* line 1689, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
/* line 1695, app/assets/stylesheets/app.css */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1699, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

/* line 1701, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

/* line 1706, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1709, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

/* line 1712, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1714, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

/* line 1717, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
/* line 1723, app/assets/stylesheets/app.css */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1727, app/assets/stylesheets/app.css */
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

/* line 1731, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 1734, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 1737, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1739, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

/* line 1742, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 1771, app/assets/stylesheets/app.css */
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* line 1775, app/assets/stylesheets/app.css */
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}

/* line 1779, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 1782, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1785, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1788, app/assets/stylesheets/app.css */
.modal-default .modal-header {
  display: block;
  padding: 1rem 2rem;
}

/* line 1791, app/assets/stylesheets/app.css */
.modal-default .modal-header .title-text {
  color: #2d4f9d;
  font-size: 22px;
  font-weight: bold;
  margin: .15rem 0;
}

/* line 1796, app/assets/stylesheets/app.css */
.modal-default .modal-header .title-text.lg {
  font-size: 34px;
}

/* line 1798, app/assets/stylesheets/app.css */
.modal-default .modal-header .subtitle-text {
  color: #28a745;
  margin-bottom: 0;
}

/* line 1801, app/assets/stylesheets/app.css */
.modal-default .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  z-index: 1;
}

/* line 1808, app/assets/stylesheets/app.css */
.modal-default .modal-body {
  padding: 1rem 2rem;
}

/* line 1811, app/assets/stylesheets/app.css */
.modal-default .modal-footer {
  background-color: #f2f2f2;
}

@media (min-width: 767px) {
  /* line 1815, app/assets/stylesheets/app.css */
  .modal-default .modal-sm {
    max-width: 370px;
  }
}

@media (max-width: 767px) {
  /* line 1819, app/assets/stylesheets/app.css */
  .modal-default .modal-header {
    padding: 1rem;
  }
  /* line 1821, app/assets/stylesheets/app.css */
  .modal-default .modal-header .title-text {
    font-size: 24px !important;
  }
  /* line 1823, app/assets/stylesheets/app.css */
  .modal-default .modal-body {
    padding: 1rem;
  }
}

/*==============================
=            Toggle            =
==============================*/
/* line 1829, app/assets/stylesheets/app.css */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

/* line 1834, app/assets/stylesheets/app.css */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}

/* line 1846, app/assets/stylesheets/app.css */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* line 1855, app/assets/stylesheets/app.css */
.toggle .toggleta {
  font-weight: bold;
}

/* line 1858, app/assets/stylesheets/app.css */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}

/* line 1862, app/assets/stylesheets/app.css */
.toggle .toggleta i.toggle-open {
  display: block;
}

/* line 1865, app/assets/stylesheets/app.css */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 1872, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 1883, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 1887, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 1892, app/assets/stylesheets/app.css */
.toggle.toggle-border {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 1899, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 1902, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglec {
  padding: 0 15px 15px 36px;
}

/* line 1904, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/*=================================
=            Accordion            =
=================================*/
/* line 1912, app/assets/stylesheets/app.css */
.accordion {
  margin-bottom: 20px;
}

/* line 1915, app/assets/stylesheets/app.css */
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px;
  height: 50px;
}

/* line 1929, app/assets/stylesheets/app.css */
.acctitlec {
  cursor: auto;
}

/* line 1932, app/assets/stylesheets/app.css */
.acctitle:first-child {
  border-top: none;
}

/* line 1935, app/assets/stylesheets/app.css */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}

/* line 1944, app/assets/stylesheets/app.css */
.acctitle .fa {
  float: right;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 5px;
}

/* line 1951, app/assets/stylesheets/app.css */
.acctitle .fa-plus {
  display: inline-block;
}

/* line 1954, app/assets/stylesheets/app.css */
.acctitle .fa-minus {
  display: none;
}

/* line 1957, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-plus {
  display: none;
}

/* line 1960, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-minus {
  display: inline-block;
}

/* line 1963, app/assets/stylesheets/app.css */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}

/* line 1967, app/assets/stylesheets/app.css */
.acctitlec i.acc-open {
  display: block;
}

/* line 1970, app/assets/stylesheets/app.css */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 1976, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 10px 20px 10px 36px;
  margin-bottom: 5px;
  border-top: 0;
  border-radius: 15px;
}

/* line 1985, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 50px;
}

/* line 1989, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 30px 36px;
  color: #fff;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 1995, app/assets/stylesheets/app.css */
.accordion.accordion-border {
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2002, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
  border-color: #CCC;
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 2007, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 2010, app/assets/stylesheets/app.css */
.accordion.accordion-border .acc_content {
  padding: 0 15px 15px 36px;
}

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 2015, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400;
}

/* line 2020, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 64px;
}

/* line 2025, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px;
}

/*----------  Block Section  ----------*/
/* line 2029, app/assets/stylesheets/app.css */
::selection {
  background: #2d4f9d;
  color: #FFF;
  text-shadow: none;
}

/* line 2034, app/assets/stylesheets/app.css */
::-moz-selection {
  background: #2d4f9d;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

/* line 2040, app/assets/stylesheets/app.css */
::-webkit-selection {
  background: #2d4f9d;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

/* line 2046, app/assets/stylesheets/app.css */
:active,
:focus {
  outline: none !important;
}

/* line 2050, app/assets/stylesheets/app.css */
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

/* line 2053, app/assets/stylesheets/app.css */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

/* line 2056, app/assets/stylesheets/app.css */
.boxes-panel {
  position: relative;
  background-color: #fff;
  margin: 2rem auto;
  max-width: 1080px;
  border-radius: .5rem;
  box-shadow: 0px 0px 15px #ccc;
}

/* line 2063, app/assets/stylesheets/app.css */
.boxes-panel.full {
  max-width: 100%;
}

/* line 2065, app/assets/stylesheets/app.css */
.boxes-panel-small {
  max-width: 475px;
}

/* line 2068, app/assets/stylesheets/app.css */
.boxes-panel-head {
  padding: 1rem 2rem;
  border-bottom: 1px solid #d7d7d7;
}

/* line 2071, app/assets/stylesheets/app.css */
.boxes-panel-head .title-text {
  color: #2d4f9d;
  font-size: 22px;
  font-weight: bold;
  margin: .15rem 0;
}

/* line 2076, app/assets/stylesheets/app.css */
.boxes-panel-head .title-text.lg {
  font-size: 36px;
}

/* line 2078, app/assets/stylesheets/app.css */
.boxes-panel-head .subtitle-text {
  color: #28a745;
  margin-bottom: 0;
}

/* line 2081, app/assets/stylesheets/app.css */
.boxes-panel-head img {
  max-width: 100%;
}

/* line 2083, app/assets/stylesheets/app.css */
.boxes-panel-head .step-bar {
  margin: 0 -20px 0 auto;
}

@media (max-width: 767px) {
  /* line 2086, app/assets/stylesheets/app.css */
  .boxes-panel-head {
    text-align: center;
  }
  /* line 2088, app/assets/stylesheets/app.css */
  .boxes-panel-head img {
    margin-bottom: .75rem;
  }
  /* line 2090, app/assets/stylesheets/app.css */
  .boxes-panel-head .step-bar {
    margin: 1.25rem 0 0;
    width: 100%;
  }
}

/* line 2094, app/assets/stylesheets/app.css */
.boxes-panel-body {
  padding: 1rem 3rem;
  min-height: 360px;
}

@media (max-width: 767px) {
  /* line 2098, app/assets/stylesheets/app.css */
  .boxes-panel-body {
    padding: 1rem 1.5rem;
    min-width: 0;
  }
}

/* line 2102, app/assets/stylesheets/app.css */
.boxes-panel-foot {
  padding: 1em 1rem;
  background-color: #f2f2f2;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

/* line 2107, app/assets/stylesheets/app.css */
.boxes-panel-foot .title-text {
  color: #2d4f9d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 2113, app/assets/stylesheets/app.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  /* line 2117, app/assets/stylesheets/app.css */
  hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* line 2121, app/assets/stylesheets/app.css */
.nav-std {
  border-bottom: 1px solid #868e96;
}

/* line 2123, app/assets/stylesheets/app.css */
.nav-std .nav-link {
  font-size: 18px;
  font-weight: normal;
  color: #868e96;
  padding: .75rem .5rem;
  margin: 0 .5rem;
  position: relative;
}

/* line 2130, app/assets/stylesheets/app.css */
.nav-std .nav-link:hover {
  color: #2d4f9d;
}

/* line 2132, app/assets/stylesheets/app.css */
.nav-std .nav-link.active {
  font-weight: bold;
  color: #1c3162;
}

/* line 2135, app/assets/stylesheets/app.css */
.nav-std .nav-link.active::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #ffc107;
}

/* line 2145, app/assets/stylesheets/app.css */
.nav-std .nav-link.noborder::after {
  display: none;
}

/* line 2148, app/assets/stylesheets/app.css */
.panel-filter {
  margin: 1.5rem 0;
}

/* line 2150, app/assets/stylesheets/app.css */
.panel-filter label {
  color: #2d4f9d;
  font-size: 18px;
}

/* line 2154, app/assets/stylesheets/app.css */
.col-flag {
  margin: -1.5rem 15px -1.5rem -18px;
}

/* line 2156, app/assets/stylesheets/app.css */
.col-flag-workshop {
  background-color: #1BBC9B;
}

/* line 2158, app/assets/stylesheets/app.css */
.col-flag-munas {
  background-color: #F39C11;
}

/* line 2160, app/assets/stylesheets/app.css */
.col-flag-rakernas {
  background-color: #297FB8;
}

/* line 2162, app/assets/stylesheets/app.css */
.col-flag-rakor {
  background-color: #8E57AB;
}

/* line 2164, app/assets/stylesheets/app.css */
.col-flag-bimtek {
  background-color: #AD5F47;
}

/* line 2166, app/assets/stylesheets/app.css */
.col-flag-hotel {
  background-color: #308696;
}

/* line 2168, app/assets/stylesheets/app.css */
.col-flag .flag {
  text-align: center;
}

/* line 2170, app/assets/stylesheets/app.css */
.col-flag .flag span {
  color: #fff;
  min-width: 120px;
}

/* line 2174, app/assets/stylesheets/app.css */
.flag span {
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 42%;
  left: -30%;
  font-weight: bold;
  display: block;
}

/* line 2187, app/assets/stylesheets/app.css */
.paging .page-item.active .page-link {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2191, app/assets/stylesheets/app.css */
.paging .page-link {
  padding: 0;
  margin: .5rem .5rem;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50% !important;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

/* line 2204, app/assets/stylesheets/app.css */
.paging .page-link:hover {
  color: #ffc107;
}

/* line 2207, app/assets/stylesheets/app.css */
.step-bar {
  margin-bottom: 0;
  position: relative;
  width: 300px;
  margin: auto;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

/* line 2214, app/assets/stylesheets/app.css */
.step-bar::before {
  content: '';
  width: calc(100% - 100px);
  height: 4px;
  background: #f2f2f2;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

/* line 2225, app/assets/stylesheets/app.css */
.step-bar li {
  list-style-type: none;
  color: #828282;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  width: calc(100% / 3);
  float: left;
  position: relative;
  text-align: center;
  z-index: 0;
}

/* line 2236, app/assets/stylesheets/app.css */
.step-bar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background-color: #868e96;
  margin: 0 auto;
  margin-bottom: .5rem;
}

/* line 2249, app/assets/stylesheets/app.css */
.step-bar li::after {
  content: '';
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  background-color: #868e96;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  border-radius: 50%;
  opacity: .25;
  z-index: -1;
}

/* line 2264, app/assets/stylesheets/app.css */
.step-bar li.done::before, .step-bar li.done::after {
  background: #28a745;
  color: white;
}

/* line 2267, app/assets/stylesheets/app.css */
.step-bar li.done::before {
  font-family: FontAwesome;
  content: '\f00c';
}

/* line 2270, app/assets/stylesheets/app.css */
.step-bar li.active::before, .step-bar li.active::after {
  background: #004a99;
  color: white;
}

/* line 2274, app/assets/stylesheets/app.css */
.panel-qrcode {
  width: 105px;
  display: block;
  margin: 1rem auto 0 0;
  text-align: center;
}

/* line 2279, app/assets/stylesheets/app.css */
.panel-qrcode img {
  max-width: 100%;
}

/*----------  PAGES  ----------*/
/*----------  THEMES  ----------*/

/*# sourceMappingURL=core.css.map */
