/*########################################################################
## Nov 9, 2015															##
## Russell Gutierrez													##
## Directory structure taken from 										##
## http://thesassway.com/beginner/how-to-structure-a-sass-project.		##
########################################################################*/
.amount {
  text-align: right;
}

.amount .decimals {
  color: #eff0f0;
}

.with-divider {
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: left;
  margin: 1rem 0;
  font-weight: 700;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}

.with-divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.with-divider:after {
  background-position: left 1em top 50%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  min-height: 1em;
  font-size: 2em;
}

h2 {
  font-size: 1.714em;
}

h3 {
  font-size: 1.28em;
}

h4 {
  font-size: 1.071em;
}

h5 {
  font-size: 1em;
}

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.0.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}

.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

.icon-muted {
  color: #eee;
}

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

/*Colors*/
._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
}

._display-none {
  display: none !important;
}

._display-inline-block {
  display: inline-block !important;
}

._pull-left {
  float: left !important;
}

._pull-right {
  float: right !important;
}

._clearfix:before, ._clearfix:after, ._clearfix {
  clear: both;
  content: '';
  display: block;
}

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

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

._very-thin {
  font-weight: 100 !important;
}

._thin {
  font-weight: 300 !important;
}

._normal {
  font-weight: 400 !important;
}

._semi-bold {
  font-weight: 500 !important;
}

._bold {
  font-weight: 600 !important;
}

._very-bold {
  font-weight: 700 !important;
}

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

._no-border {
  border: 0 !important;
}

._no-border-top {
  border-top: 0 !important;
}

._yellow-top-border {
  border-top: 6px solid #f0cd00 !important;
}

._no-border-bottom {
  border-bottom: 0 !important;
}

._no-borders-right {
  border-right: 0 !important;
}

._no-border-left {
  border-left: 0 !important;
}

._no-padding {
  padding: 0 !important;
}

._no-padding-top {
  padding-top: 0 !important;
}

._no-padding-right {
  padding-right: 0 !important;
}

._no-padding-bottom {
  padding-bottom: 0 !important;
}

._no-padding-left {
  padding-left: 0 !important;
}

._no-margin {
  margin: 0 !important;
}

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

._no-margin-right {
  margin-right: 0 !important;
}

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

._no-margin-left {
  margin-left: 0 !important;
}

._no_box-shadow {
  box-shadow: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

._align-items-center {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

._flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.ui.card.-event, .ui.card.-viewticket, .ui.card.-claimticket, .ui.card.-pastevent {
  width: 100%;
  min-height: 180px;
  border-radius: 0;
  position: relative;
  box-shadow: 1px 1px 10px gainsboro;
  overflow: hidden;
}

.ui.card.-claimticket {
  background-color: #F0CD00;
}

.ui.card.-claimticket:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 26px 26px 0;
  border-bottom-left-radius: 3px;
  border-style: solid;
  border-color: #F5E9A2 #fff;
  visibility: visible;
}

.ui.card.-event > .image,
.ui.card.-viewticket > .image,
.ui.card.-claimticket > .image,
.ui.card.-pastevent > .image {
  background: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 180px;
}

.ui.card.-event > .image > .daysleft,
.ui.card.-viewticket > .image > .daysleft,
.ui.card.-claimticket > .image > .daysleft,
.ui.card.-pastevent > .image > .daysleft {
  width: auto;
  position: absolute;
  top: 14px;
  left: 10px;
  border-radius: 5px;
  padding: 7px 9px;
  font-weight: 400;
  color: #fff;
  background-color: rgba(71, 177, 200, 0.8);
  text-transform: uppercase;
}

.ui.card.-claimticket > .image > .daysleft {
  background-color: #F0CD00 !important;
  color: #000;
  font-weight: 800;
}

.ui.card.-event > .content,
.ui.card.-viewticket > .content,
.ui.card.-claimticket > .content,
.ui.card.-pastevent > .content {
  padding: 0;
  border: none;
}

.ui.card.-event > .content > .details,
.ui.card.-viewticket > .content > .details,
.ui.card.-claimticket > .content > .details,
.ui.card.-pastevent > .content > .details {
  padding: 15px;
  border: none;
}

.ui.card.-event > .content > .details > .header,
.ui.card.-viewticket > .content > .details > .header,
.ui.card.-claimticket > .content > .details > .header,
.ui.card.-pastevent > .content > .details > .header {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-bottom: 5px;
}

.ui.card.-event > .content > .details > .header + .description,
.ui.card.-viewticket > .content > .details > .header + .description,
.ui.card.-claimticket > .content > .details > .header + .description,
.ui.card.-pastevent > .content > .details > .header + .description {
  margin: 0;
  font-weight: normal;
  min-width: 100%;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 14px;
}

.ui.card.-event > .content > .details > .description,
.ui.card.-viewticket > .content > .details > .description,
.ui.card.-claimticket > .content > .details > .description,
.ui.card.-pastevent > .content > .details > .description {
  color: #000;
  line-height: 1.5;
}

.ui.card.-event > .content > .details > .meta,
.ui.card.-viewticket > .content > .details > .meta,
.ui.card.-claimticket > .content > .details > .meta,
.ui.card.-pastevent > .content > .details > .meta {
  color: #000;
  font-size: 13px;
}

.ui.card.-event > .content > .details > .meta > .date,
.ui.card.-viewticket > .content > .details > .meta > .date,
.ui.card.-claimticket > .content > .details > .meta > .date,
.ui.card.-pastevent > .content > .details > .meta > .date {
  font-weight: 700;
}

.ui.card.-event > .content > .details > .meta > .ticketNumber,
.ui.card.-viewticket > .content > .details > .meta > .ticketNumber,
.ui.card.-claimticket > .content > .details > .meta > .ticketNumber,
.ui.card.-pastevent > .content > .details > .meta > .ticketNumber {
  font-size: 13px;
  opacity: .5;
}

.ui.card.-viewticket > .content > .details > .meta > .owner,
.ui.card.-claimticket > .content > .details > .meta > .owner {
  margin: 5px 0 0;
}

.ui.card.-viewticket > .content > .details > .meta > .owner > .name,
.ui.card.-claimticket > .content > .details > .meta > .owner > .name {
  font-weight: 700;
}

.ui.card.-event > .content > .footer,
.ui.card.-viewticket > .content > .footer,
.ui.card.-pastevent > .content > .footer,
.ui.card.-claimticket > .content > .footer {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border-top: 1px dashed #BDBDBD;
  padding: 10px 15px;
  position: relative;
  color: #47B1C8;
  margin: 0;
}

.ui.card.-claimticket > .content > .footer {
  border-top: 1px dashed #000;
  color: #2D2D2D !important;
}

.ui.card.-viewticket > .content > .footer > .label,
.ui.card.-claimticket > .content > .footer > .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
  word-break: break-all;
}

.ui.card.-viewticket > .content > .footer > .arrow,
.ui.card.-pastevent > .content > .footer > .arrow,
.ui.card.-claimticket > .content > .footer > .arrow {
  font-size: 15px;
  margin-top: -1px;
}

.ui.card.-claimticket > .content > .footer > .arrow {
  color: #2D2D2D !important;
}

.ui.card > .hovercontent {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: 0;
  color: #fff;
  border-radius: 0 !important;
}

.ui.card > .hovercontent > .label {
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
}

.ui.card > .hovercontent > .label > .arrow {
  color: #fff;
  display: block;
  margin: 5px auto;
}

.ui.card.-viewticket > .hovercontent,
.ui.card.-event > .hovercontent,
.ui.card.-pastevent > .hovercontent {
  background: rgba(94, 183, 189, 0.8);
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(94, 183, 189, 0.8) 0%, rgba(146, 190, 126, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(94, 183, 189, 0.8) 0%, rgba(146, 190, 126, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eb7bd', endColorstr='#92be7e', GradientType=1);
  /* IE6-9 */
}

.ui.card.-claimticket > .hovercontent {
  background: #9ebf68;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9ebf68 0%, #e3ca30 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9ebf68 0%, #e3ca30 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ebf68', endColorstr='#e3ca30', GradientType=1);
  /* IE6-9 */
}

.ui.card.-claimticket > .hovercontent:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 26px 26px 0;
  border-bottom-left-radius: 3px;
  border-style: solid;
  border-color: #e3ca30 #fff;
  visibility: visible;
}

.ui.card.-viewticket > .hovercontent.visible,
.ui.card.-pastevent > .hovercontent.visible,
.ui.card.-claimticket > .hovercontent.visible {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  opacity: 0.95 !important;
}

@media only screen and (max-width: 586px) {
  .-event > .content > .details > .description {
    width: 0px;
  }
}

/*Colors*/
/*Buttons*/
.ui.button {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  box-shadow: none !important;
  /*Filter Dropdown*/
}

.ui.button.-medium {
  padding: 12px 35px !important;
  font-weight: 400 !important;
}

.ui.button.cancel-button {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 0;
  color: #000 !important;
}

.ui.button.cancel-button:hover {
  color: #000 !important;
}

.ui.button.basic.button:hover {
  background-color: transparent !important;
}

.ui.button.primary {
  border: 1px solid #BEB130;
  font-size: 14px;
  text-shadow: 1px 1px 0 #BBAE3B;
  padding: 16px 22px;
  font-weight: normal;
  color: #ffffff;
  background-color: #DBBD0B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBBD0B), to(#BEB130));
  background-image: -webkit-linear-gradient(top, #DBBD0B, #BEB130);
  background-image: linear-gradient(to bottom, #DBBD0B, #BEB130);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DBBD0B, endColorstr=#BEB130);
}

.ui.button.secondary {
  border: 1px solid #102E30;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(6, 27, 28, 0.3);
  padding: 16px 25px;
  font-weight: 700;
  color: #ffdf05 !important;
  background-color: #22484C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#22484C), to(#102E30));
  background-image: -webkit-linear-gradient(top, #22484C, #102E30);
  background-image: linear-gradient(to bottom, #22484C, #102E30);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#22484C, endColorstr=#102E30);
}

.ui.button.tertiary {
  border: 1px solid #3D93A6;
  font-size: 12px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #1A768A;
  padding: 16px 25px;
  color: #ffffff !important;
  background-color: #48A2B6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48A2B6), to(#3D93A6));
  background-image: -webkit-linear-gradient(top, #48A2B6, #3D93A6);
  background-image: linear-gradient(to bottom, #48A2B6, #3D93A6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#48A2B6, endColorstr=#3D93A6);
}

.ui.button.sapphire {
  color: #47b1c8 !important;
}

.ui.button.sapphire .icon {
  color: #47b1c8;
}

.ui.button.skyblue {
  color: #6ecad9 !important;
}

.ui.button.skyblue .icon {
  color: #6ecad9;
}

.ui.button.filter.dropdown {
  padding: 1em;
  border-radius: initial;
  color: #ffffff !important;
  padding-left: 3.5em;
  padding-right: 0 !important;
}

.ui.button.filter.dropdown.sapphire {
  background-color: #47b1c8;
  border-radius: 10px;
}

.ui.button.filter.dropdown .filter.icon {
  background-color: #3d92a4;
  width: 2.3em;
  font-size: 1.3em;
}

.ui.button.filter.dropdown .dropdown.icon {
  margin-left: 5px;
}

.ui.button.filter.dropdown .text {
  margin-left: 10px;
  font-weight: 400;
}

/*End of Button*/
.circle-header {
  font-weight: 700;
  position: relative;
}

.circle-header > .title {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.circle-header > .circle {
  position: absolute;
  top: -14px;
  left: -23px;
  background-color: transparent;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid #f0cd00;
}

.circle-header.center > .circle {
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

.circle-header.center > .title {
  text-align: center;
}

.circle-header.small {
  width: 60px;
  height: 60px;
}

.circle-header.large {
  width: 100px;
  height: 100px;
}

.steps-progress {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  position: relative;
}

.steps-progress > .step {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.steps-progress > .step.link {
  color: #000;
  cursor: pointer;
}

.steps-progress > .step.current {
  color: #4090a3;
}

.steps-progress > .step.current > .bubble {
  background-color: #4090a3;
  color: #fff;
}

.steps-progress > .step > .bubble {
  width: 30px;
  height: 30px;
  border: 1px solid #C5C5C5;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 2;
  margin: auto;
  font-size: 14px;
  color: #C5C5C5;
  position: relative;
  z-index: initial;
  margin-bottom: 12px;
}

.steps-progress > .step:nth-child(-n + 3) > .bubble:after {
  content: '';
  height: 2px;
  background-color: #C5C5C5;
  display: block;
  position: absolute;
  top: 14px;
  z-index: -1;
  width: 126px;
}

.banner {
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border: none;
}

.google-map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.countdown-timer {
  text-align: center;
}

.countdown-timer > .header {
  color: #616161;
  font-weight: 200;
  font-size: 22px;
}

.countdown-timer > .timer > .days > .duration,
.countdown-timer > .timer > .hours > .duration,
.countdown-timer > .timer > .minutes > .duration,
.countdown-timer > .timer > .seconds > .duration {
  font-size: 38px;
  font-weight: 400;
  color: black;
  line-height: 39px;
}

.countdown-timer > .timer > .days > .label,
.countdown-timer > .timer > .hours > .label,
.countdown-timer > .timer > .minutes > .label,
.countdown-timer > .timer > .seconds > .label {
  color: #616161;
  font-size: 13px;
  font-weight: 300;
}

.ticket {
  overflow: hidden;
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
}

.ticket > .cut {
  position: absolute;
  width: 100%;
}

.ticket > .cut.animating {
  overflow: visible !important;
}

.ticket > .up {
  top: 0;
}

.ticket > .down {
  bottom: 0;
}

.ticket > .up:after,
.ticket > .up:before,
.ticket > .down:after,
.ticket > .down:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  border: 1px solid #d8d8d8;
}

.ticket.-big > .up:after,
.ticket.-big > .up:before,
.ticket.-big > .down:after,
.ticket.-big > .down:before {
  width: 50px;
  height: 50px;
}

.ticket > .up:after,
.ticket > .up:before {
  top: -10px;
}

.ticket > .down:after,
.ticket > .down:before {
  bottom: -10px;
}

.ticket > .up:after,
.ticket > .down:after {
  right: -7px;
}

.ticket > .up:before,
.ticket > .down:before {
  left: -7px;
}

.ticket.-big > .up:after,
.ticket.-big > .up:before {
  top: -25px;
}

.ticket.-big > .down:after,
.ticket.-big > .down:before {
  bottom: -25px;
}

.ticket.-big > .up:after,
.ticket.-big > .down:after {
  right: -25px;
}

.ticket.-big > .up:before,
.ticket.-big > .down:before {
  left: -25px;
}

.ticket > .title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  padding: 30px !important;
  color: rgba(0, 0, 0, 0.4);
}

.ticket > .title > .typepriceicon {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.ticket > .title > .typepriceicon > .dropdown {
  color: #47b1c8;
  margin-right: 20px !important;
  font-size: 15px !important;
  width: 8px !important;
}

.ticket > .title > .typepriceicon > .typeprice > .type {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  font-size: 20px;
  color: #566a7a;
  padding-right: 15px;
  margin-bottom: 5px;
  /* break word ONLY when necessary */
  word-break: break-word;
}

.ticket > .title > .typepriceicon > .typeprice > .price {
  font-weight: normal;
  font-size: 18px;
  color: #bfbfbf;
}

.ticket > .title > .typepriceicon > .typeprice > .price > .amount {
  color: #47b1c8;
  font-weight: 500;
  font-size: 19px;
}

.ticket > .title > .counter {
  font-size: 20px;
  color: gray;
  border: 1px solid gray;
  border-radius: 10px;
  display: inline-block;
  padding: 0 3px;
  min-width: 102px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	                                  not supported by any browser */
}

.ticket > .title > .counter > .minus,
.ticket > .title > .counter > .add {
  width: 24px;
  height: 26px;
  text-align: center;
  font-weight: 100;
  line-height: 27.9px;
}

.ticket > .title > .counter > .add {
  font-size: 15.8px;
}

.ticket > .title > .counter > .minus,
.ticket > .title > .counter > .add,
.ticket > .title > .counter > .count {
  display: inline-block;
}

.ticket > .title > .counter > .count {
  width: 33px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.ticket > .content {
  padding-top: 0;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding-left: 60px;
  padding-right: 45px;
}

.login-register {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 500;
  border: 1px solid #47b1c8;
  color: #47b1c8;
  box-shadow: none !important;
  margin-right: 0;
  cursor: pointer;
}

.login-register .iconlabel > .icon.user {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  align-self: center;
  -moz-align-self: center;
  -webkit-align-self: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  opacity: 1;
  cursor: pointer;
}

.login-register .iconlabel > .label {
  cursor: pointer;
}

.login-register:focus {
  outline: none;
}

.top-menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 0px 2%;
  position: fixed;
  top: 0;
  z-index: 15;
  background-color: #fff;
  min-height: 70px;
}

.top-menu > .pouchlogotranslationmenu {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.top-menu > .pouchlogotranslationmenu > .pouchlogolink {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-right: 15px;
  cursor: pointer;
}

.top-menu > .pouchlogotranslationmenu > .pouchlogolink > .pouchlogo {
  height: 30px;
}

.top-menu > .pouchlogotranslationmenu > .pouchlogolink > .pouchlogoonly {
  height: 45px;
  display: none;
}

.top-menu > .pouchlogotranslationmenu > .translation {
  margin-right: 50px;
}

.top-menu > .pouchlogotranslationmenu > .translation > .menu {
  border-radius: 0;
  border-top: 5px solid #FFDF05;
  margin-top: 10px;
  left: -10px;
}

.top-menu > .pouchlogotranslationmenu > .ui.menu {
  margin: 0 0 0 3em;
}

.top-menu > .pouchlogotranslationmenu > .ui.menu > .item {
  color: #063536;
  padding: 15px 20px;
}

.top-menu > .pouchlogotranslationmenu > .ui.menu > .item.active {
  color: #47b1c8;
}

.top-menu > .pouchlogotranslationmenu > .ui.menu > .item:not(:first-child) {
  border-left: 1px solid #e9e9e9;
}

.top-menu > .loggedinuser {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.top-menu > .loggedinuser > .profileimage {
  margin-right: 10px;
}

.top-menu > .loggedinuser > .ui.menu {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: auto;
}

.top-menu > .loggedinuser > .ui.menu > .ui.dropdown > .greetings {
  font-weight: 600;
}

.top-menu > .loggedinuser > .ui.menu > .ui.dropdown > .angle.icon {
  margin: 0;
}

.top-menu > .loggedinuser > .ui.menu > .ui.dropdown > .menu {
  border-top: 5px solid #FFDF05;
  margin-top: 15px;
  border-radius: 0;
  left: -45px;
}

.top-menu > .loggedinuser > .ui.menu > .ui.dropdown > .menu > .item {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.top-menu > .loggedinuser > .burgermenu {
  display: none;
}

.top-menu > .loggedinuser > .burgermenu > .sidebar.icon {
  margin: 0;
  font-size: 27px;
  color: #f0cd00;
  cursor: pointer;
}

.side-menu {
  z-index: 16 !important;
  border-top: 5px solid #FFDF05;
  width: 200px;
}

.side-menu > .profileimagename {
  margin-top: 15px;
  border-bottom: 5px solid #FFDF05;
}

.side-menu > .profileimagename > .profileimage {
  margin: auto;
  width: 75px;
  height: 75px;
}

.side-menu > .profileimagename > .name {
  text-align: center;
  margin: 10px 0 15px;
  font-weight: 500;
  font-size: 20px;
}

.side-menu > .item {
  color: rgba(0, 0, 0, 0.95) !important;
  text-align: center;
  font-size: 16px;
}

.side-menu > .item:before {
  display: none;
}

.side-menu > .item:nth-child(3):before {
  display: block;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
}

._display-none {
  display: none !important;
}

._display-inline-block {
  display: inline-block !important;
}

._pull-left {
  float: left !important;
}

._pull-right {
  float: right !important;
}

._clearfix:before, ._clearfix:after, ._clearfix {
  clear: both;
  content: '';
  display: block;
}

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

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

._very-thin {
  font-weight: 100 !important;
}

._thin {
  font-weight: 300 !important;
}

._normal {
  font-weight: 400 !important;
}

._semi-bold {
  font-weight: 500 !important;
}

._bold {
  font-weight: 600 !important;
}

._very-bold {
  font-weight: 700 !important;
}

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

._no-border {
  border: 0 !important;
}

._no-border-top {
  border-top: 0 !important;
}

._yellow-top-border {
  border-top: 6px solid #f0cd00 !important;
}

._no-border-bottom {
  border-bottom: 0 !important;
}

._no-borders-right {
  border-right: 0 !important;
}

._no-border-left {
  border-left: 0 !important;
}

._no-padding {
  padding: 0 !important;
}

._no-padding-top {
  padding-top: 0 !important;
}

._no-padding-right {
  padding-right: 0 !important;
}

._no-padding-bottom {
  padding-bottom: 0 !important;
}

._no-padding-left {
  padding-left: 0 !important;
}

._no-margin {
  margin: 0 !important;
}

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

._no-margin-right {
  margin-right: 0 !important;
}

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

._no-margin-left {
  margin-left: 0 !important;
}

._no_box-shadow {
  box-shadow: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

._align-items-center {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

._flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

input[type="text"] {
  border: 1px solid #bbb;
}

.ui.modal.-signup,
.ui.modal.-signup-email,
.ui.modal.-login,
.ui.modal.-resetpassword {
  width: 400px;
  margin: 0 0 0 -200px;
  text-align: center;
  border-radius: 0;
  position: relative;
}

.ui.modal.-signup > .header,
.ui.modal.-signup-email > .header,
.ui.modal.-login > .header,
.ui.modal.-resetpassword > .header {
  border: 0;
  padding-top: 30px;
  border-top: solid 7px #f0cd00;
  position: relative;
}

.ui.modal.-signup > .close,
.ui.modal.-signup-email > .close,
.ui.modal.-login > .close,
.ui.modal.-resetpassword > .close {
  display: none;
  position: relative;
  float: right;
  top: 5px !important;
  right: 5px !important;
  color: lightgray;
}

.ui.modal.-signup > .close > .remove,
.ui.modal.-signup-email > .close > .remove,
.ui.modal.-login > .close > .remove,
.ui.modal.-resetpassword > .close > .remove {
  margin: 0;
}

.ui.modal.-signup > .ui.facebook.button,
.ui.modal.-signup-email > .ui.facebook.button,
.ui.modal.-login > .ui.facebook.button,
.ui.modal.-resetpassword > .ui.facebook.button {
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  margin: 0;
}

.ui.modal.-signup > .facebooknote,
.ui.modal.-signup-email > .facebooknote,
.ui.modal.-login > .facebooknote,
.ui.modal.-resetpassword > .facebooknote {
  font-size: 14px;
  padding: 0 30px;
  margin: 20px 0 14px;
}

.ui.modal.-signup > .ui.horizontal.divider,
.ui.modal.-signup-email > .ui.horizontal.divider,
.ui.modal.-login > .ui.horizontal.divider,
.ui.modal.-resetpassword > .ui.horizontal.divider {
  font-size: 14px;
  font-style: italic;
  color: #C7C7C7;
  font-weight: normal;
}

.ui.modal.-signup > .ui.form,
.ui.modal.-signup-email > .ui.form,
.ui.modal.-login > .ui.form,
.ui.modal.-resetpassword > .ui.form {
  padding: 30px 45px;
}

.ui.modal.-signup > .ui.form > .ui.button,
.ui.modal.-signup-email > .ui.form > .ui.button,
.ui.modal.-login > .ui.form > .ui.button,
.ui.modal.-resetpassword > .ui.form > .ui.button {
  text-align: center;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.ui.modal.-signup > .ui.form > .field > #DidYouMean,
.ui.modal.-signup-email > .ui.form > .field > #DidYouMean,
.ui.modal.-login > .ui.form > .field > #DidYouMean,
.ui.modal.-resetpassword > .ui.form > .field > #DidYouMean {
  font-size: 13px;
  margin-top: 5px;
}

.ui.modal.-signup > .ui.form > .field > #PasswordMessage,
.ui.modal.-signup-email > .ui.form > .field > #PasswordMessage,
.ui.modal.-login > .ui.form > .field > #PasswordMessage,
.ui.modal.-resetpassword > .ui.form > .field > #PasswordMessage {
  font-size: 13px;
  margin-top: 5px;
  color: rgba(219, 40, 40, 0.85);
}

.ui.modal.-signup > .ui.form > .ui.button > .text,
.ui.modal.-signup-email > .ui.form > .ui.button > .text,
.ui.modal.-login > .ui.form > .ui.button > .text,
.ui.modal.-resetpassword > .ui.form > .ui.button > .text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.ui.modal.-signup > .ui.form > .ui.button > .text > .icon,
.ui.modal.-signup-email > .ui.form > .ui.button > .text > .icon,
.ui.modal.-login > .ui.form > .ui.button > .text > .icon,
.ui.modal.-resetpassword > .ui.form > .ui.button > .text > .icon {
  font-size: 0.85em;
  margin-left: 10px;
  width: 15px;
  fill: #fff;
}

.ui.modal.-signup > .signupforgot,
.ui.modal.-signup-email > .signupforgot,
.ui.modal.-login > .signupforgot,
.ui.modal.-resetpassword > .signupforgot {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 45px 20px;
  font-size: 14px;
}

.ui.modal.-signup > .signupforgot > .newuser > .label,
.ui.modal.-signup-email > .signupforgot > .newuser > .label,
.ui.modal.-login > .signupforgot > .newuser > .label,
.ui.modal.-resetpassword > .signupforgot > .newuser > .label {
  display: inline-block;
  margin-right: 5px;
}

.ui.modal.-signup > .footer,
.ui.modal.-signup-email > .footer,
.ui.modal.-login > .footer,
.ui.modal.-resetpassword > .footer {
  padding: 20px;
  width: 100%;
  background: #f7f7f7;
  color: black;
  margin-bottom: 0;
}

.ui.modal.-signup > .footer > .showloginlabel > .label,
.ui.modal.-signup-email > .footer > .showloginlabel > .label,
.ui.modal.-login > .footer > .showloginlabel > .label,
.ui.modal.-resetpassword > .footer > .showloginlabel > .label {
  margin-right: 5px;
}

.ui.modal.-signup p.confirm-email-description,
.ui.modal.-signup-email p.confirm-email-description,
.ui.modal.-login p.confirm-email-description,
.ui.modal.-resetpassword p.confirm-email-description {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

/*Modal*/
.ui.modal.-pouchmodal {
  font-size: 16px;
}

.ui.modal.-pouchmodal > .header {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 6px solid #f0cd00;
  padding: 11px 32px 11px 16px !important;
}

.ui.modal.-pouchmodal > .header > .circle-header {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 35px;
  text-transform: uppercase !important;
}

.ui.modal.-pouchmodal > .header > .circle-header > .title {
  font-size: 18px;
}

.ui.modal.-pouchmodal > .header > .close {
  margin-left: auto;
  font-size: 15px;
  color: #c3c3c3;
  font-weight: normal;
  text-transform: uppercase;
}

.ui.modal.-pouchmodal > .header > .close > .material-icons {
  display: none;
}

.ui.modal.-pouchmodal > .content,
.ui.modal.-pouchmodal > .image {
  display: block;
}

.ui.modal.-pouchmodal > .image {
  min-height: 92px;
  padding-bottom: 15px;
}

.ui.modal.-pouchmodal > .content {
  padding: 24px 52px !important;
}

.ui.modal.-pouchmodal > .content > .markdown {
  word-wrap: break-word;
}

.ui.modal.-pouchmodal > .content > .description {
  -webkit-box-flex: initial;
  flex: initial;
  -webkit-flex: initial;
  -moz-flex: initial;
}

.ui.modal.-pouchmodal .success-message,
.ui.modal.-pouchmodal .error-message {
  font-size: 21px;
  margin: 0 70px;
  text-align: center;
}

.ui.modal.-pouchmodal > .content > .success-message > .material-icons {
  position: relative;
  top: 14px;
  font-size: 45px;
  color: #224851;
}

.ui.modal.-pouchmodal > .content > .success-message:not(.show) {
  opacity: 0;
  display: none;
}

.ui.modal.-pouchmodal > .actions {
  background-color: white;
  border-top: 0;
  padding: 0 32px 32px !important;
}

.ui.modal.-pouchmodal #ServerErrOk, .ui.modal.-pouchmodal #CustomErrOk, .ui.modal.-pouchmodal #DeleteTicketYes, .ui.modal.-pouchmodal #BuyAddOns, .ui.modal.-pouchmodal #SubmitSuccessOk, .ui.modal.-pouchmodal #BuyAddOnsButton {
  padding: 12px 35px;
}

.ui.modal.-pouchmodal #CancelTicketYes {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ui.modal.-pouchmodal > .header {
    padding: 11px 16px !important;
  }
  .ui.modal.-pouchmodal > .header > .circle-header {
    margin-left: 6px;
  }
  .ui.modal.-pouchmodal > .header > .circle-header > .title {
    font-size: 16px;
    margin-left: 5px;
  }
  .ui.modal.-pouchmodal > .header > .circle-header > .circle {
    top: -16px;
    left: -10px;
  }
  .ui.modal.-pouchmodal > .header > .close > .text {
    display: none;
  }
  .ui.modal.-pouchmodal > .header > .close > .material-icons {
    display: block;
  }
  .ui.modal.-pouchmodal > .content {
    padding: 16px 24px !important;
  }
  .ui.modal.-pouchmodal > .actions {
    padding: 0 20px 16px !important;
  }
  .ui.modal.-pouchmodal > .actions > .ui.button {
    margin: 0;
  }
  .ui.modal.long.small.-signup > .header,
  .ui.modal.long.small.-signup-email > .header,
  .ui.modal.long.small.-login > .header,
  .ui.modal.long.small.-resetpassword > .header {
    padding-top: 30px !important;
  }
  .ui.modal.long.small.-signup > .close,
  .ui.modal.long.small.-signup-email > .close,
  .ui.modal.long.small.-login > .close,
  .ui.modal.long.small.-resetpassword > .close {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .ui.modal.-signup,
  .ui.modal.-signup-email,
  .ui.modal.-login,
  .ui.modal.-resetpassword {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
  }
  .ui.modal.-signup > .close,
  .ui.modal.-signup-email > .close,
  .ui.modal.-login > .close,
  .ui.modal.-resetpassword > .close {
    display: block;
  }
  .ui.modal.-signup > .ui.form,
  .ui.modal.-signup-email > .ui.form,
  .ui.modal.-login > .ui.form,
  .ui.modal.-resetpassword > .ui.form {
    padding: 30px 15px;
  }
  .ui.modal.-signup > .signupforgot,
  .ui.modal.-signup-email > .signupforgot,
  .ui.modal.-login > .signupforgot,
  .ui.modal.-resetpassword > .signupforgot {
    padding: 0 20px 20px;
  }
}

.footer {
  background-color: transparent;
  margin-bottom: 30px;
}

.footer > .ui.container.grid {
  padding: 0 1em;
}

.footer > .ui.container.grid > .socialmedia {
  display: none;
  padding-bottom: 0;
  margin: auto;
}

.footer > .ui.container.grid > .socialmedia > .socialmedialinks > .link {
  color: #555;
}

.footer > .ui.container.grid > .contactlogomenu > .contactuslogo > .contactus {
  color: #555;
  font-size: 13px;
}

.footer > .ui.container.grid > .contactlogomenu > .contactuslogo > .contactus > .link {
  color: #555;
  font-weight: 700;
}

.footer > .ui.container.grid > .contactlogomenu > .contactuslogo > .pouchlogo > .logo {
  height: 25px;
  margin-top: 5px;
}

.footer > .ui.container.grid > .contactlogomenu > .menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.footer > .ui.container.grid > .contactlogomenu > .menu > .link {
  color: #555;
  text-transform: capitalize;
  font-size: 14px;
}

.country-704 h1,
.country-704 h2,
.country-704 h3,
.country-704 h4,
.country-704 h5,
.country-704 h6,
.country-704 p,
.country-704 a,
.country-704 label,
.country-704 button,
.country-704 span,
.country-704 div,
.country-704 li,
.country-704 input {
  font-family: Arial, sans-serif !important;
}

html body {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body label,
html body button,
html body span,
html body div,
html body li,
html body input {
  font-family: 'proxima-nova', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

html body > .pusher {
  min-height: 100%;
  position: relative;
}

html body > .pusher > .wrap > .main {
  min-height: 100%;
  height: 100%;
  padding-bottom: 278px;
  position: relative;
}

html body > .pusher > .wrap > .main > .ui.container {
  box-shadow: initial;
  background-color: #fff;
  min-height: 200px;
}

html body > .ui.dimmer {
  background-color: rgba(53, 53, 53, 0.8);
}

.shadoweffect {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 58px;
  left: 0;
  box-shadow: 0 -48px 25px 5px rgba(34, 36, 38, 0.1);
  z-index: -1;
}

/*Ng Cloak*/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

/*End of Ng Cloak*/
/*Semantics Resets*/
.ui.input .input {
  line-height: normal;
  border-color: #d6d6d6;
}

.ui.dropdown {
  border-color: #d6d6d6;
}

.ui.dropdown:hover {
  border-color: none;
}

.ui.button {
  margin: 0;
}

.ui.basic.button:focus, .ui.basic.button:hover,
.ui.basic.buttons .button:focus,
.ui.basic.buttons .button:hover {
  background-color: transparent !important;
  color: inherit !important;
}

.ui.basic.button.sapphire:active, .ui.basic.button:active,
.ui.basic.button skyblue:active,
.ui.basic.buttons .button.sapphire:active,
.ui.basic.buttons .button:active,
.ui.basic.buttons .button skyblue:active {
  box-shadow: none !important;
  background: transparent !important;
  color: #47b1c8 !important;
}

.ui.basic.button.sapphire:focus, .ui.basic.button.sapphire:hover,
.ui.basic.buttons .button.sapphire:focus,
.ui.basic.buttons .button.sapphire:hover {
  background-color: transparent !important;
  color: #47b1c8 !important;
}

.ui.basic.button.skyblue:focus, .ui.basic.button.skyblue:hover,
.ui.basic.buttons .button.skyblue:focus,
.ui.basic.buttons .button.skyblue:hover {
  background-color: transparent !important;
  color: #6ecad9 !important;
}

.ui.basic.button.primary:focus, .ui.basic.button.primary:hover, .ui.basic.button.tertiary:focus, .ui.basic.button.tertiary:hover,
.ui.basic.buttons .button.primary:focus,
.ui.basic.buttons .button.primary:hover,
.ui.basic.buttons .button.tertiary:focus,
.ui.basic.buttons .button.tertiary:hover {
  color: #ffffff !important;
}

.ui.basic.button.secondary:focus, .ui.basic.button.secondary:hover,
.ui.basic.buttons .button.secondary:focus,
.ui.basic.buttons .button.secondary:hover {
  color: #ffdf05 !important;
}

/*End of Semantic Reset*/
/* Typography */
h1 {
  font-size: 44px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

h3.crowned {
  font-size: 18px;
  padding-top: 16px;
  margin: 12px 0 25px 0;
  position: relative;
}

h3.crowned:before {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  height: 3px;
  background: #e2e2e2;
}

h4 {
  font-size: 18px;
}

/*Main*/
.main {
  /*Forms*/
}

.main .ui.form {
  /*Labels*/
  /*Drop downs*/
}

.main .ui.form .field > label {
  font-weight: normal;
  margin-bottom: 10px;
}

.main .ui.form .ui.selection.dropdown .angle.down.icon.right {
  position: absolute;
  right: 0;
}

.main .ui.form .ui.grid + .grid {
  margin-top: 0;
}

.main .ui.form + .ui.button {
  margin-top: 20px;
}

/* Tables */
.ui.table .heavy {
  font-weight: 800;
}

.ui.table.borderless {
  border: none;
}

.ui.table.borderless tbody tr,
.ui.table.borderless tbody td,
.ui.table.borderless thead tr,
.ui.table.borderless thead td {
  border: none;
}

.ui.table.naked {
  border: none;
}

.ui.table.naked thead tr th {
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #9a9a9c;
  font-weight: normal;
}

.ui.table.naked tbody tr td {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
}

.ui.table.naked tbody tr td:first-child {
  font-size: 13px;
  color: gainsboro;
  text-transform: uppercase;
}

.ui.table.clothed {
  border-radius: 10px;
}

.ui.table.clothed thead th {
  background-color: #506d76;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
}

.ui.table.clothed thead tr > th:nth-child(-n + 6),
.ui.table.clothed tbody > tr > td:nth-child(-n + 6) {
  padding-left: 24px;
}

.ui.table.clothed thead tr > th:nth-child(7),
.ui.table.clothed tbody > tr > td:nth-child(7) {
  padding-right: 24px;
  text-align: center;
}

.ui.table.clothed tbody > tr > td {
  cursor: pointer;
  border-left: none;
}

.ui.table.clothed tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.ui.table.clothed tbody tr:nth-child(even) {
  background-color: #d8d8d8;
}

.ui.table.clothed tbody tr td p {
  margin-bottom: 10px;
}

.ui.table.clothed td:nth-child(4) {
  text-align: center;
}

.accordion-table {
  border: solid 1px #f7f7f7;
}

.accordion-table .ui.grid {
  margin: 0 !important;
}

.accordion-table.clothed .header,
.accordion-table.clothed .footer {
  background-color: #506d76;
  color: white;
}

.accordion-table.clothed .ui.accordion .content:nth-child(even) {
  background: #d8d8d8;
}

.accordion-table.smoothened {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.accordion-table .header {
  text-transform: uppercase;
  padding: 10px 20px;
}

.accordion-table .header .column:not(.row) {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.accordion-table .header .left {
  text-align: left;
}

.accordion-table .header .center {
  text-align: center;
}

.accordion-table .header .right {
  text-align: right;
}

.accordion-table .header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 13px;
}

.accordion-table .body.ui.accordion {
  margin-right: 0;
}

.accordion-table .body.ui.accordion .title {
  font-weight: 800;
  padding: 30px 15px 30px 30px !important;
  font-size: 16px;
  border-top: solid 1px #f7f7f7;
}

.accordion-table .body.ui.accordion .title:last-child {
  border-bottom: solid 1px #f7f7f7;
}

.accordion-table .body.ui.accordion .content .column:not(.row) {
  padding: 5px;
}

.accordion-table .body.ui.accordion .content .column:not(.row).description {
  padding-left: 60px;
}

.accordion-table .body.ui.accordion .content .column:not(.row).center {
  text-align: center;
}

.accordion-table .body.ui.accordion .content .column:not(.row).item-amount {
  padding-right: 25px;
}

.accordion-table .body.ui.accordion .content .subitems-container {
  margin: 0;
}

.accordion-table .body.ui.accordion .content .subitems-container.faded {
  color: #ccc2c2;
}

.accordion-table .footer {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 20px;
}

.accordion-table .footer label {
  color: white;
}

.accordion-table .footer .ui.grid > .column:not(.row).totals-label {
  padding: 10px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
}

.accordion-table .footer .ui.grid > .column:not(.row).totals-value {
  padding: 10px;
  color: white;
  font-size: 18px;
  text-align: right;
}

.accordion-table .footer .ui.grid > .column:not(.row).totals-value.big {
  font-size: 24px;
}

/* End of Tables */
/*Menu*/
.ui.secondary.menu {
  margin-left: initial;
}

.ui.secondary.menu a.item {
  color: #000000;
}

.ui.secondary.menu a.item.active {
  background-color: transparent;
  color: #000000;
  font-weight: 700;
}

.ui.secondary.menu a.item:hover {
  background-color: transparent;
}

.ui.secondary.menu.dot-separated a.item {
  color: #47b1c8;
}

.ui.secondary.menu.dot-separated a.item.active {
  background-color: transparent;
  color: #000000;
}

.ui.secondary.menu.dot-separated a.item:nth-child(1) {
  padding-left: 0;
}

.ui.secondary.menu.dot-separated.two a.item:nth-child(-n + 1):after {
  top: 5px;
  right: -8px;
  position: absolute;
  content: ' \00b7';
  font-size: 27px;
  font-weight: normal;
  color: #000000;
}

.ui.secondary.menu.dot-separated.four a.item:nth-child(-n + 3):after {
  top: 5px;
  right: -8px;
  position: absolute;
  content: ' \00b7';
  font-size: 27px;
  font-weight: normal;
  color: #000000;
}

.ui.secondary.menu.pointing.sapphire {
  border-bottom: 1px solid #47b1c8;
}

.ui.secondary.menu.pointing.sapphire a.item {
  margin: 0 0 -3px;
  color: #47b1c8;
  padding: 0.75em 0.9em;
}

.ui.secondary.menu.pointing.sapphire a.item:nth-child(1) {
  padding: 0.75em 0.9em 0.75em 0;
}

.ui.secondary.menu.pointing.sapphire a.item.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}

/*End of Pointing Menu*/
/* Custom Dividers */
.crown-divider {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.crown-divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: black;
  width: 90px;
}

/* Custom Label Dividers */
.label-group .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  float: left;
}

.label-group .title.secondary {
  font-size: 14px;
  font-weight: 400;
}

.label-group .title.tertiary {
  font-size: 13px;
  font-weight: 400;
}

.label-group .counter {
  font-size: 36px;
  margin-right: 14px;
  display: inline-block;
  float: left;
}

.label-group .icon {
  color: #dab639;
  margin-right: 10px;
  font-size: 24px;
  float: right;
  line-height: 36px;
}

.label-group.horizontal .icon,
.label-group.horizontal .title {
  display: inline-block;
}

.ui.small.circular.image {
  width: 100px;
  height: 100px;
}

#ProfileImageContainer > img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ui.mini.circular.image.profileimage,
#ProfileImage {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ui.circular.image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.ui.circular.image.-right {
  float: right;
}

#ui-datepicker-div > .ui-widget-header {
  border: none;
  background: #4cb1c6;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-prev,
#ui-datepicker-div > .ui-widget-header .ui-datepicker-next {
  top: 3px;
  background: #4cb1c6 !important;
  border: none;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div > .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url("../../images/ui-icons_d8e7f3_256x240.png");
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-prev {
  left: 1px;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-next {
  right: 1px;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-title .ui-datepicker-month,
#ui-datepicker-div > .ui-widget-header .ui-datepicker-title .ui-datepicker-year {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-title select {
  color: #000;
}

#ui-datepicker-div td.ui-state-disabled > .ui-state-default {
  color: #b5b5b5;
}

#ui-datepicker-div td.ui-state-disabled > .ui-state-default:hover {
  background-color: transparent;
}

#ui-datepicker-div > .ui-widget-header .ui-datepicker-title > .ui-datepicker-month,
#ui-datepicker-div > .ui-widget-header .ui-datepicker-title > .ui-datepicker-year {
  color: #000;
  font-size: 0.85em;
}

#ui-datepicker-div .ui-state-default {
  border: none;
  background: none;
  color: #4cb1c6;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
}

#ui-datepicker-div .ui-state-default:hover {
  background-color: #4cb1c6;
  color: white;
}

#ui-datepicker-div thead > tr > th > {
  font-weight: 400;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 14px;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5dbec;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

.deployment-indicator {
  padding: 10px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  color: white;
  background: black;
  font-size: 11px;
  font-weight: 200;
  z-index: 9999;
}

/*Media Queries for Devices*/
@media only screen and (max-width: 1200px) {
  .header-top-menu {
    padding: 0 25px;
  }
  .footer > .ui.container {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1050px) {
  .header-top-menu > .pouchlogotranslationmenu > .translation {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 843px) {
  .header-top-menu > .pouchlogotranslationmenu > .ui.menu {
    display: none;
  }
  .footer {
    margin-bottom: 10px;
  }
  .footer > .ui.container.grid {
    margin: 0 !important;
  }
  .footer > .ui.container.grid > .socialmedia {
    display: block;
  }
  .footer > .ui.container.grid > .socialmedia > .socialmedialinks {
    text-align: center;
  }
  .footer > .ui.container.grid > .contactlogomenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .footer > .ui.container.grid > .contactlogomenu > .contactuslogo {
    padding: 0;
    width: 100% !important;
    text-align: center;
  }
  .footer > .ui.container.grid > .contactlogomenu > .contactuslogo > .contactus {
    font-size: 15px;
  }
  .footer > .ui.container.grid > .contactlogomenu > .menu {
    display: none;
  }
  #SaveProfile,
  #SavePassword {
    margin: auto;
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .header-top-menu > .login-register > .iconlabel > .user.icon {
    margin: 0;
    font-size: 17px;
  }
  .header-top-menu > .login-register > .iconlabel > .label,
  .header-top-menu > .loggedinuser > .profileimage,
  .header-top-menu > .loggedinuser > .ui.menu {
    display: none;
  }
  .header-top-menu > .loggedinuser > .burgermenu {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .header-top-menu {
    padding: 0 10px;
  }
  .header-top-menu > .pouchlogotranslationmenu > .pouchlogolink {
    margin-right: 10px;
  }
  .header-top-menu > .pouchlogotranslationmenu > .translation {
    margin: 0;
    font-size: 15px;
  }
}

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

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